/*!
 * Theme Name: Rambo Fixture
 * Author: Zach Charbel
 * Author URI: https://www.zachcharbel.com
 * Description: Blank wordpress theme template build by Zach Charbel
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: wpframework
 * Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
/* WordPress Core */
@import url("https://use.typekit.net/qps0zqv.css");
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  .alignright {
    float: none;
    width: calc(100vw - 50px);
    height: auto;
    margin: 10px 0;
  }
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
@media screen and (max-width: 767px) {
  a img.alignright {
    margin-left: 25px;
    margin-right: 25px;
  }
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

p,
blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.wp-block-columns {
  display: block;
  margin: 0;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--------------------------------------------------------*/
/*------------------------- COLORS -----------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*-------------------- GLOBAL VARIABLES-------------------*/
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/*--------------------- GLOBAL STYLES --------------------*/
/*--------------------------------------------------------*/
* {
  webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

html,
body {
  background: #fff !important;
  margin: 0;
  padding: 0;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: normal;
  color: #4d5256;
}

.skip-to-main-content-link {
  position: absolute;
  left: -9999px;
  z-index: 999;
  padding: 1em;
  background-color: black;
  color: white;
  opacity: 0;
}
.skip-to-main-content-link:focus {
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
}

.clear-fix {
  clear: both;
}

.antispam {
  display: none;
}

h1 {
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: calc(40px + 10 * ((100vw - 768px) / (1920 - 768)));
  }
}
@media screen and (min-width: 1850px) {
  h1 {
    font-size: 50px;
  }
}

h2 {
  font-size: 34px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: calc(34px + 2 * ((100vw - 768px) / (1920 - 768)));
  }
}
@media screen and (min-width: 1850px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 30px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: calc(30px + 2 * ((100vw - 768px) / (1920 - 768)));
  }
}
@media screen and (min-width: 1850px) {
  h3 {
    font-size: 32px;
  }
}

h4 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: calc(26px + 2 * ((100vw - 768px) / (1920 - 768)));
  }
}
@media screen and (min-width: 1850px) {
  h4 {
    font-size: 28px;
  }
}

h5 {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: normal;
}

h6 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: normal;
}

h1, h2, h3, h4, h5 {
  font-family: henderson-slab-basic, serif;
  font-weight: 600;
  font-display: swap;
  color: #506072;
}

h1, h2 {
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6, ol + h1, ol + h2, ol + h3, ol + h4, ol + h5, ol + h6, h1 + h1, h1 + h2, h1 + h3, h1 + h4, h1 + h5, h1 + h6, h2 + h1, h2 + h2, h2 + h3, h2 + h4, h2 + h5, h2 + h6, h3 + h1, h3 + h2, h3 + h3, h3 + h4, h3 + h5, h3 + h6, h4 + h1, h4 + h2, h4 + h3, h4 + h4, h4 + h5, h4 + h6, h5 + h1, h5 + h2, h5 + h3, h5 + h4, h5 + h5, h5 + h6, h6 + h1, h6 + h2, h6 + h3, h6 + h4, h6 + h5, h6 + h6 {
  margin-top: 10px;
}
p + p, p + ul, p + ol, ul + p, ul + ul, ul + ol, ol + p, ol + ul, ol + ol, h1 + p, h1 + ul, h1 + ol, h2 + p, h2 + ul, h2 + ol, h3 + p, h3 + ul, h3 + ol, h4 + p, h4 + ul, h4 + ol, h5 + p, h5 + ul, h5 + ol, h6 + p, h6 + ul, h6 + ol {
  margin-top: 15px;
}

p:last-child {
  margin-bottom: 0;
}

ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

a {
  position: relative;
  color: #506072;
}

strong {
  font-weight: 700;
}

.block {
  position: relative;
}
.block .container {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .block .container {
    width: calc(100% - 40px);
  }
}

#main-content .wp-block-columns,
#main-content .block,
#main-content .wc-block-all-products {
  margin-top: 50px;
}
#main-content .wp-block-columns:last-child,
#main-content .block:last-child,
#main-content .wc-block-all-products:last-child {
  padding-bottom: 0px;
}
#main-content .wp-block-columns {
  margin-top: 50px !important;
}
#main-content .wp-block-columns .wp-block-column .block {
  margin-top: 0;
}
#main-content .wp-block-columns .wp-block-column .block:first-child {
  padding-top: 0;
}
#main-content .wp-block-columns .wp-block-column .block:last-child {
  padding-bottom: 0;
}
#main-content .wp-block-columns .wp-block-column .block .container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

html :where(.wp-block) .block .container {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

a.logo,
.logo {
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  background-image: url(assets/imgs/logo.svg);
  width: 194px;
  height: 50px;
  display: block;
  text-indent: -9999px;
}

ul#menu-social-media {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
@media screen and (max-width: 990px) {
  ul#menu-social-media {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
ul#menu-social-media li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul#menu-social-media li:not(:first-child) {
  margin-left: 10px;
}
ul#menu-social-media li a {
  width: 22px;
  height: 22px;
  background-size: 22px 22px !important;
  background-position: 50% 50% !important;
  text-indent: -9999px;
  display: block;
  padding: 0;
}
ul#menu-social-media li a.twitter {
  background-image: url(assets/imgs/icons/twitter.svg);
}
ul#menu-social-media li a.linkedin {
  background-image: url(assets/imgs/icons/linkedin.svg);
}
ul#menu-social-media li a.facebook {
  background-image: url(assets/imgs/icons/facebook.svg);
}
ul#menu-social-media li a.instagram {
  background-image: url(assets/imgs/icons/instagram.svg);
}

header {
  position: relative;
  z-index: 1000;
  background-color: #506072;
  padding: 26px 0;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  -moz-box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
}
header .header__content {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header__content {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 990px) {
  header .header__content {
    height: 100%;
  }
}
@media screen and (min-width: 991px) {
  header .header__content {
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
@media screen and (max-width: 990px) {
  header .header__content .menu-main-container {
    position: fixed;
    top: 0;
    left: -100vw;
    width: 100vw;
    height: 100vh;
    background: #506072;
    z-index: 1000;
    transition: 0.25s ease-in-out;
  }
  header .header__content .menu-main-container.active {
    left: 0vw;
  }
}
header .header__content ul#menu-main {
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 990px) {
  header .header__content ul#menu-main {
    position: absolute;
    bottom: 0;
    overflow: scroll;
    width: 100vw;
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 991px) {
  header .header__content ul#menu-main {
    display: flex;
  }
}
header .header__content ul#menu-main li {
  list-style: none;
  position: relative;
}
@media screen and (max-width: 990px) {
  header .header__content ul#menu-main li {
    margin-top: 20px;
    text-align: center;
  }
  header .header__content ul#menu-main li:first-child {
    margin-top: 42px;
  }
}
@media screen and (min-width: 991px) {
  header .header__content ul#menu-main li:not(:first-child) {
    margin-left: 25px;
  }
}
header .header__content ul#menu-main li a {
  text-align: center;
  font-family: henderson-slab-basic, serif;
  font-weight: 600;
  font-display: swap;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: normal;
  color: #fff;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 990px) {
  header .header__content ul#menu-main li a {
    padding-bottom: 12px;
  }
}
header .header__content ul#menu-main li.active a {
  opacity: 1;
}
header .header__content ul#menu-main li.current-page-ancestor a {
  opacity: 0.4;
}
header .header__content ul#menu-main li.current-page-ancestor > a {
  opacity: 1;
}
header .header__content ul#menu-main li.my-account a {
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background: url(assets/imgs/icons/account-icon.svg) no-repeat 0 0 transparent;
}
header .header__content ul#menu-main li.shopping-cart a {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  background: url(assets/imgs/icons/cart-icon.svg) no-repeat 0 0 transparent;
  background-size: 100% auto;
}
header .header__content ul#menu-main li ul {
  display: none;
  box-sizing: border-box;
  padding: 20px;
  margin: 0;
  border-top: 1px solid #4d5256;
  border-bottom: 1px solid #4d5256;
}
@media screen and (min-width: 991px) {
  header .header__content ul#menu-main li ul {
    position: absolute;
    top: 40px;
    left: 0;
    padding: 10px 20px;
    width: 300px;
    background: #fff;
    border: 1px solid #4d5256;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
}
header .header__content ul#menu-main li ul.opened {
  display: block;
}
header .header__content ul#menu-main li ul li:not(:first-child) {
  margin-left: 0px;
}
@media screen and (max-width: 990px) {
  header .header__content ul#menu-main li ul li:first-child {
    margin-top: 0px;
  }
}
header .header__content ul#menu-main li ul li a {
  opacity: 0.4;
}
@media screen and (max-width: 990px) {
  header .header__content ul#menu-main li ul li a:last-child {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 991px) {
  header .header__content ul#menu-main li ul li a {
    text-align: left;
  }
}
header .header__content ul#menu-main li ul li.active a {
  opacity: 1;
}
header .header__content .nav-toggle {
  display: none;
  position: absolute;
  top: 18px;
  right: 25px;
  width: 45px;
  height: 23px;
  margin-top: 0px;
  margin-right: 0;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  border: none;
  z-index: 1000000;
  background: none !important;
  cursor: pointer;
}
@media screen and (max-width: 990px) {
  header .header__content .nav-toggle {
    display: block;
  }
}
header .header__content .nav-toggle .icon-bar {
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  height: 3px;
  width: 100%;
  background: #9B9B9B;
  border-radius: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  margin: 0;
  padding: 0;
}
header .header__content .nav-toggle .icon-bar:nth-child(1) {
  top: 0px;
}
header .header__content .nav-toggle .icon-bar:nth-child(2) {
  top: 12px;
}
header .header__content .nav-toggle .icon-bar:nth-child(3) {
  top: 24px;
}
header .header__content .nav-toggle.active {
  position: fixed;
}
header .header__content .nav-toggle.active .icon-bar:nth-child(1) {
  top: 30px;
  -webkit-transform: rotate(135deg);
}
header .header__content .nav-toggle.active .icon-bar:nth-child(2) {
  opacity: 0;
  left: -30px;
}
header .header__content .nav-toggle.active .icon-bar:nth-child(3) {
  top: 30px;
  -webkit-transform: rotate(-135deg);
}

.footer-block .container {
  margin-top: clamp(50px, 5.21vw, 75px);
  margin-bottom: clamp(50px, 5.21vw, 75px);
}
@media screen and (min-width: 991px) {
  .footer-block .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 991px) {
  .footer-block .container .col {
    width: calc(50% - 33px);
  }
}
.footer-block .container .col img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.footer-block .container .col .content {
  max-width: 527px;
}
.footer-block .container .col .content + .btn {
  margin-top: 30px;
}

footer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #506072;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  -moz-box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  box-shadow: 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
}
@media screen and (max-width: 1023px) {
  footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
footer .container {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
  color: #fff;
}
@media screen and (max-width: 767px) {
  footer .container {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 990px) {
  footer .container .content {
    text-align: center;
  }
}
@media screen and (min-width: 991px) {
  footer .container .content {
    display: flex;
  }
}
@media screen and (min-width: 991px) {
  footer .container .content .info {
    margin-right: 100px;
  }
}
footer .container .content a {
  color: #fff;
}
footer .container .menu-social-media-container,
footer .container .copyright {
  margin-top: 15px;
}
footer .container .menu-social-media-container {
  text-align: left;
}
@media screen and (max-width: 990px) {
  footer .container .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 990px) {
  footer .container #menu-footer {
    display: flex;
    justify-content: center;
  }
  footer .container #menu-footer li:not(:first-child) {
    margin-left: 15px;
  }
}
@media screen and (min-width: 991px) {
  footer .container #menu-footer li:not(:first-child) {
    margin-top: 5px;
  }
}

button {
  background: transparent;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
}

.btn a {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
}
.btn a:hover {
  background: #fff;
  color: #8B7055;
}
.btn.outline a {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn.outline a:hover {
  background: #fff;
  color: #4d5256;
}

.posts {
  display: grid;
  column-gap: 30px;
  grid-template-columns: auto;
}
@media screen and (min-width: 768px) {
  .posts {
    grid-template-columns: auto auto;
  }
}
@media screen and (min-width: 1200px) {
  .posts {
    grid-template-columns: auto auto auto auto;
  }
}
.posts .post-card .image {
  width: 100%;
  height: 260px;
}
.posts .post-card .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gform_wrapper {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .gform_wrapper {
    width: calc(100% - 40px);
  }
}
.post-password-form {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
  margin-top: clamp(20px, 5.21vw, 75px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .post-password-form {
    width: calc(100% - 40px);
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100vw;
  height: 100vh;
  background-color: rgba(80, 96, 114, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.popup-content {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 991px) {
  .popup-content {
    padding-right: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.popup-content .close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 26px;
  height: 25px;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #506072;
  mask-image: url(assets/imgs/icons/close.svg);
  cursor: pointer;
}
.popup-content .img,
.popup-content .imgs {
  width: 675px;
  height: 692px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #9B9B9B;
}
.popup-content .img img,
.popup-content .imgs img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.popup-content .imgs img {
  display: none;
}
.popup-content .imgs img.active {
  display: block;
}
.popup-content .img-pagination {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.popup-content .img-pagination .btn {
  cursor: pointer;
}
.popup-content .img-pagination .btn.prev {
  margin-right: 20px;
}
.popup-content .img-pagination .btn.next {
  margin-left: 20px;
}
.popup-content .content {
  margin-left: 36px;
}
@media screen and (min-width: 991px) {
  .popup-content .content {
    width: 515px;
  }
}

.pagination {
  text-align: center;
  margin: 25px auto 0 auto;
  display: block;
  width: 100%;
}
.pagination a,
.pagination span.current {
  font-family: courier-std, monospace;
  font-weight: 700;
  font-display: swap;
  color: #506072;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: normal;
}
.pagination span.current {
  color: #9B9B9B;
}

.wc-block-cart__submit-button {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
}
.wc-block-cart__submit-button:hover {
  background: #fff;
  color: #8B7055;
}

.woocommerce input,
.woocommerce textarea,
.woocommerce select {
  padding: 10px;
  border-color: 1px solid #506072;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: normal;
}
.woocommerce .select2-container--default .select2-selection--single {
  border-color: 1px solid #506072;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: normal;
  height: inherit;
  padding: 10px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
  top: 10px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 9px 8px 0 8px;
}
.woocommerce .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 8px 9px 8px;
}
.woocommerce .woocommerce-address-fields .button,
.woocommerce .woocommerce-EditAccountForm .button {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  float: right;
  clear: both;
  margin-top: 5px;
}
.woocommerce .woocommerce-address-fields .button:hover,
.woocommerce .woocommerce-EditAccountForm .button:hover {
  background: #fff;
  color: #8B7055;
}
.woocommerce .woocommerce-MyAccount-content header {
  background-color: transparent;
  box-shadow: none;
}
.woocommerce .woocommerce-Address h2 {
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: normal;
}
@media screen and (min-width: 768px) {
  .woocommerce .woocommerce-Address h2 {
    font-size: calc(26px + 2 * ((100vw - 768px) / (1920 - 768)));
  }
}
@media screen and (min-width: 1850px) {
  .woocommerce .woocommerce-Address h2 {
    font-size: 28px;
  }
}
.woocommerce .woocommerce-Address .edit {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
}
.woocommerce .woocommerce-Address .edit:hover {
  background: #fff;
  color: #8B7055;
}

.woocommerce-checkout .wc-block-checkout__actions button {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  width: 100%;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
}
.woocommerce-checkout .wc-block-checkout__actions button:hover {
  background: #fff;
  color: #8B7055;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
}
.woocommerce-checkout .wc-block-components-totals-coupon__button:hover {
  background: #fff;
  color: #8B7055;
}
.woocommerce-checkout .wc-block-checkout__terms {
  padding-top: 15px !important;
  margin-bottom: 15px;
}

.single #main-content,
.woocommerce-page #main-content {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .single #main-content,
.woocommerce-page #main-content {
    width: calc(100% - 40px);
  }
}

.single-wf-product-cpt .main-content .content {
  display: flex;
  justify-content: space-between;
}
.single-wf-product-cpt .main-content .content .col.left {
  width: 40%;
}
.single-wf-product-cpt .main-content .content .col.left img {
  width: 100%;
  height: auto;
}
.single-wf-product-cpt .main-content .content .col.right {
  width: 58%;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table {
  margin-top: 30px;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row {
  border: 1px solid #4d5256;
  display: flex;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row:not(:last-child) {
  border-bottom: none;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row:nth-child(even) {
  background-color: rgba(226, 216, 188, 0.5);
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row p {
  text-align: center;
  padding: 5px 0;
  margin-top: 0;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row p:not(:last-child) {
  border-right: 1px solid #4d5256;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row p.part-num {
  width: 35%;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row p.dim {
  width: 15%;
}
.single-wf-product-cpt .main-content .content .col.right .dim-table .table-row p.price {
  width: 20%;
}

.single-product .return-to-blog:first-of-type {
  margin-bottom: 20px;
}
.single-product .return-to-blog:first-of-type {
  margin-bottom: 20px;
}
.single-product .woocommerce div.product form.cart div.quantity {
  float: none;
  margin-top: 30px;
}
.single-product .woocommerce div.product form.cart div.quantity input {
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #506072;
}
.single-product .woocommerce div.product form.cart button {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
  float: none;
  width: 100%;
  margin-top: 30px;
}
.single-product .woocommerce div.product form.cart button:hover {
  background: #fff;
  color: #8B7055;
}
.single-product .woocommerce div.product .btn a {
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
  float: none;
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.single-product .woocommerce div.product .btn a:hover {
  background: #fff;
  color: #8B7055;
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce .upsells,
.single-product .woocommerce .related.products {
    width: 100%;
  }
}
.single-product .woocommerce .upsells .products,
.single-product .woocommerce .related.products .products {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .single-product .woocommerce .upsells .products,
.single-product .woocommerce .related.products .products {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 991px) {
  .single-product .woocommerce .upsells .products,
.single-product .woocommerce .related.products .products {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .single-product .woocommerce .upsells .products,
.single-product .woocommerce .related.products .products {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.single-product .woocommerce .upsells .products:before,
.single-product .woocommerce .related.products .products:before {
  display: none !important;
}
.single-product .woocommerce .upsells .products li.product,
.single-product .woocommerce .related.products .products li.product {
  margin: 0;
  width: inherit;
  text-align: center;
}
.single-product .woocommerce .upsells .products li.product:not(:nth-child(1)), .single-product .woocommerce .upsells .products li.product:not(:nth-child(2)),
.single-product .woocommerce .related.products .products li.product:not(:nth-child(1)),
.single-product .woocommerce .related.products .products li.product:not(:nth-child(2)) {
  margin-bottom: 20px;
}
.single-product .woocommerce .upsells .products li.product .woocommerce-LoopProduct-link img,
.single-product .woocommerce .related.products .products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  max-height: 200px;
  display: block;
}
.single-product .woocommerce .upsells .products li.product .woocommerce-loop-product__title,
.single-product .woocommerce .related.products .products li.product .woocommerce-loop-product__title {
  font-size: 24px;
  line-height: 30px;
  letter-spacing: normal;
  padding: 0;
}
.single-product .woocommerce .upsells .products li.product .woocommerce-loop-product__title + p,
.single-product .woocommerce .related.products .products li.product .woocommerce-loop-product__title + p {
  margin: 6px 0px;
}
.single-product .woocommerce .upsells .products li.product .price,
.single-product .woocommerce .related.products .products li.product .price {
  margin: 0;
}
.single-product .woocommerce .upsells .products li.product .button,
.single-product .woocommerce .related.products .products li.product .button {
  margin-top: 17px;
  padding: 7px 30px 7px 30px;
  border-radius: 5px;
  display: inline-block;
  transition: 0.25s;
  font-size: 18px;
  line-break: 1;
  text-decoration: none;
  width: inherit;
  box-sizing: border-box;
  background: #8B7055;
  border: 1px solid #8B7055;
  color: #fff;
  font-family: courier-std, monospace;
  font-weight: 400;
  font-display: swap;
}
.single-product .woocommerce .upsells .products li.product .button:hover,
.single-product .woocommerce .related.products .products li.product .button:hover {
  background: #fff;
  color: #8B7055;
}

.wp-block-columns:not(.block-editor-block-list__block) {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wp-block-columns:not(.block-editor-block-list__block) {
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 990px) {
  .wp-block-columns:not(:last-child) {
    margin-bottom: 0;
  }
}
html :where(.wp-block) .wp-block-columns {
  display: none;
}

.block-content .container {
  max-width: 927px;
}

.accordion-list .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: calc(100% - 36px);
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  display: block;
}
.accordion-list .accordion .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.accordion-list .accordion.active, .accordion-list .accordion:hover {
  background-color: #ccc;
}

.block-image img {
  width: 100%;
  max-width: 100%;
}

.block-carousel,
.block-product-carousel {
  position: relative;
  overflow: hidden;
  background: url(assets/imgs/rambo-bg-texture.svg) 0 0 #E2D8BC;
  padding-top: 50px;
  padding-bottom: 50px !important;
}
.block-carousel:before,
.block-product-carousel:before {
  content: "";
  position: absolute;
  top: 0;
  left: -5vw;
  width: 110vw;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  -moz-box-shadow: inset 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
  box-shadow: inset 0px 0px 9px 0px rgba(30, 30, 30, 0.37);
}
.block-carousel a,
.block-product-carousel a {
  text-decoration: none;
}
.block-carousel .title,
.block-product-carousel .title {
  text-align: center;
  margin-bottom: 30px;
}
.block-carousel .slick-arrow,
.block-product-carousel .slick-arrow {
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .block-carousel .slick-arrow,
.block-product-carousel .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .block-carousel .slick-arrow,
.block-product-carousel .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.block-carousel .slick-arrow.slick-next, .block-carousel .slick-arrow.slick-prev,
.block-product-carousel .slick-arrow.slick-next,
.block-product-carousel .slick-arrow.slick-prev {
  text-indent: -9999px;
  width: 24px;
  height: 35px;
  display: block;
}
.block-carousel .slick-arrow.slick-next:after, .block-carousel .slick-arrow.slick-prev:after,
.block-product-carousel .slick-arrow.slick-next:after,
.block-product-carousel .slick-arrow.slick-prev:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 35px;
  display: block;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  background-color: #506072;
  mask-image: url(assets/imgs/icons/carrot.svg);
}
@media screen and (max-width: 767px) {
  .block-carousel .slick-arrow.slick-next,
.block-product-carousel .slick-arrow.slick-next {
    margin-left: 25px;
  }
}
@media screen and (min-width: 768px) {
  .block-carousel .slick-arrow.slick-next,
.block-product-carousel .slick-arrow.slick-next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .block-carousel .slick-arrow.slick-prev,
.block-product-carousel .slick-arrow.slick-prev {
    margin-left: -25px;
  }
}
@media screen and (min-width: 768px) {
  .block-carousel .slick-arrow.slick-prev,
.block-product-carousel .slick-arrow.slick-prev {
    left: 5px;
  }
}
.block-carousel .slick-arrow.slick-prev:after,
.block-product-carousel .slick-arrow.slick-prev:after {
  transform: rotate(180deg);
}
.block-carousel .slick-dots,
.block-product-carousel .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-carousel .slick-dots li:not(:last-child),
.block-product-carousel .slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.block-carousel .slick-dots li button,
.block-product-carousel .slick-dots li button {
  cursor: pointer !important;
}
.block-carousel .slick-list,
.block-product-carousel .slick-list {
  width: calc(100% - 88px);
  margin: 0 auto;
}
.block-carousel .slick-slide,
.block-product-carousel .slick-slide {
  margin: 0 10px;
  text-align: center;
}
.block-carousel .slick-slide img,
.block-product-carousel .slick-slide img {
  position: relative;
  height: 260px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.block-carousel .slick-slide a + .title,
.block-product-carousel .slick-slide a + .title {
  margin-top: 20px;
}

.block-video .video-holder {
  aspect-ratio: 16/9;
  width: 100%;
}

.wc-block-all-products {
  width: calc(100% - 96px);
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wc-block-all-products {
    width: calc(100% - 40px);
  }
}

.block.page-header {
  position: relative;
  margin-top: 0 !important;
  box-sizing: border-box;
  background-color: #506072;
}
.block.page-header.has-bg-img {
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-attachment: scroll !important;
  background-size: cover !important;
  overflow: hidden !important;
}
.block.page-header.has-bg-img:after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #506072;
  opacity: 0.5;
}
.block.page-header .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  color: #fff;
  min-height: clamp(423px, 41.67vw, 600px);
  padding-bottom: 50px;
}
.block.page-header .container h1, .block.page-header .container h2, .block.page-header .container h3, .block.page-header .container h4 {
  color: #fff;
}
.block.page-header .container .text {
  max-width: 650px;
  margin-bottom: 30px;
}
.block.page-header.blue-bg .container {
  min-height: clamp(175px, 34.17vw, 250px);
}

.block-products .container {
  width: 100%;
}
.block-products .container .products {
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.block-products .container .products .product {
  text-align: center;
  margin-top: 40px;
}
.block-products .container .products .product:nth-child(1), .block-products .container .products .product:nth-child(2), .block-products .container .products .product:nth-child(3) {
  margin-top: 0px;
}
.block-products .container .products .product a {
  text-decoration: none;
}
.block-products .container .products .product .image {
  height: clamp(260px, 31.46vw, 303px);
  overflow: hidden;
  border-radius: 10px;
}
.block-products .container .products .product .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.block-products .container .products .product .category {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 6px;
  padding: 0 20px 7px 20px;
  font-family: henderson-slab-basic, serif;
  font-weight: 600;
  font-display: swap;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 20px;
}
.block-products .container .products .product .category:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #506072;
}
.block-products .container .products .product .post__excerpt {
  margin: 10px 0 20px 0;
}
.block-products.whole-foods .container {
  width: 100%;
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.block-products.whole-foods .container .product .image {
  max-height: none;
  height: clamp(260px, 20.35vw, 293px);
}
.block-products.whole-foods .container .product .image img {
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media screen and (min-width: 991px) {
  .block-our-work .container .work-pieces {
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.block-our-work .container .work-piece {
  margin-top: 40px;
}
.block-our-work .container .work-piece:nth-child(1), .block-our-work .container .work-piece:nth-child(2), .block-our-work .container .work-piece:nth-child(3) {
  margin-top: 0px;
}
.block-our-work .container .work-piece .image {
  width: 100%;
  height: 260px;
  border-radius: 10px;
  overflow: hidden;
}
.block-our-work .container .work-piece .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-our-work .container .work-piece .title {
  text-align: center;
  margin-top: 20px;
}
.block-our-work .container .work-piece .title a {
  text-decoration: none;
}

/*# sourceMappingURL=style.css.map */
