@charset "UTF-8";
.rsProductOfferContainer {
  font-size: 14px;
  color: black;
}

.ctaContainer {
  display: flex;
  justify-content: right;
  align-items: center;
  padding-top: 10px;
}

/* PRICING */
.rsPrice {
  font-size: 1.4em;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #000;
}

.product-view .rsPrice {
  font-size: 1.6em;
  color: #000;
}

.rsReferencePrice {
  text-decoration: line-through;
  font-size: 16px;
  color: #FF6828;
  font-weight: 700;
}

.rsReferencePriceMessage {
  font-size: 13px;
  font-weight: 700;
  color: #FF6828;
}

/* INVENTORY MESSAGING */
.rsInventoryOutOfStock,
.rsInventoryOutOfStockPreorder {
  font-weight: 700;
  color: #FF6828;
}

.rsInventoryLowStockQuantityWrapper {
  font-weight: 700;
  color: #FF6828;
}

.rsCallToOrder {
  color: #FF6828;
  font-size: 16px;
  font-weight: 700;
}

.rsErrorMessage {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

/* DELIVERY PROMISE */
.rsFreeNDayShippingWrapper {
  font-weight: 700;
  margin-top: 8px;
}

/* FASTER SHIPPING */
.rsFasterShippingLabel {
  text-decoration: underline;
  cursor: pointer;
}

/* ADD TO CART */
.rsForm {
  margin-top: 0px;
  display: inline-flex;
}

.rsModal {
  width: 80%;
  max-width: 350px;
  border: solid 1px #ccc;
  border-radius: 4px;
  box-shadow: 0 0.25rem 0.5rem 0.25rem rgba(0, 0, 0, 0.1);
}

.rsModalHeader {
  padding: 8px 16px;
  border-bottom: 1px solid #ccc;
}

.rsModalBody {
  padding: 16px;
}

.rsPopoverBody {
  font-size: 12px;
  font-weight: 600;
  white-space: normal;
  color: #000;
}

.rsPopoverCloseX {
  position: absolute;
  right: 6px;
  top: 0;
  line-height: 1;
  font-size: 22px;
  color: #000;
}

.rsPopoverWrapper {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-transform: translateY(calc(-100% - 13px));
  transform: translateY(calc(-100% - 13px));
  width: 100%;
  max-width: 600px;
}

.rsCartLink {
  color: #000;
}

.rsCartLink:hover {
  color: #007BFF;
}

.rsCartCount {
  z-index: 10;
  position: relative;
  color: #fff;
  padding: 0 5px;
}

.rsCartLinkAndItemCountWrapper {
  padding: 0px;
}

.rsAddToCartForm button,
.rsAddToCartForm input[type=submit],
.rsAddToCartForm .rsButton {
  background-color: #7A3A00;
  border: 2px solid #7A3A00;
  padding: 10px 30px;
  transition-duration: 0.2s;
  color: #ffffff;
  line-height: 1.75;
  font-size: 16px;
  cursor: pointer;
  text-transform: uppercase;
}
.rsAddToCartForm button:hover,
.rsAddToCartForm input[type=submit]:hover,
.rsAddToCartForm .rsButton:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

body {
  background-color: #f7f5f0;
  color: #FFF;
  font-size: 14px;
  font-family: "Figtree", Helvetica, Arial, Sans-Serif;
  font-weight: 300;
}
body .site-container {
  max-width: 1280px;
  margin: auto;
  background-color: #FFF;
  color: #000;
}
body a {
  color: #000;
  text-decoration: underline;
}

.main-content {
  min-height: 600px;
}
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6, .main-content p, .main-content a {
  font-family: "Figtree", Helvetica, Arial, Sans-Serif;
  font-weight: 300;
}
.main-content h1 strong, .main-content h2 strong, .main-content h3 strong, .main-content h4 strong, .main-content h5 strong, .main-content h6 strong, .main-content p strong, .main-content a strong {
  font-weight: 500;
}

.page-header {
  padding: 20px 10px;
  margin: -20px 0 0;
  border-bottom: 1px solid #eeeeee;
  background: #CCC;
  text-transform: uppercase;
  font-weight: 500;
}
.page-header a {
  text-decoration: none;
}

.cta {
  font-weight: 300;
}

.button {
  background-color: #e5e5e5;
  border-radius: 3px;
  border: none;
  color: #595959;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  margin-top: 0;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  width: auto;
}

#common-home .swiper .overlay-caption-inner a {
  color: #FFF;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

#account-nav {
  padding-left: 30px;
}
#account-nav a {
  text-decoration: none;
}
#account-nav h4 {
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 5px;
}
#account-nav ul {
  padding: 0;
  list-style: none;
}
#account-nav ul li {
  padding: 0;
}

#account-content {
  padding: 0 30px;
}

#topnav-container {
  display: flex;
  padding: 0 !important;
  background-color: #f7f5f0;
  color: #FFF;
  justify-content: space-between;
  border-radius: 0;
  border: none;
  margin-bottom: 0 !important;
  flex-wrap: wrap;
}
#topnav-container a {
  color: #7A3A00;
  text-decoration: none;
  padding: 10px;
  display: block;
  transition: 0.25s;
  text-wrap: nowrap;
}
#topnav-container a.has-sub::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#topnav-container a.has-sub:hover {
  background: #FFF;
  color: #000;
}
#topnav-container .logo-container {
  margin-left: 20px;
}
#topnav-container .logo {
  padding: 0;
}
#topnav-container .logo img {
  width: 200px;
}
#topnav-container .subnav-container {
  display: none;
}
#topnav-container #account-subnav-container {
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #000;
  min-height: 225px;
  top: 40px;
  right: -15px;
  padding: 10px 20px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
}
#topnav-container #account-subnav-container .nav-greeting {
  display: flex;
  text-wrap: nowrap;
}
#topnav-container #account-subnav-container .nav-greeting a {
  padding-left: 10px;
  font-size: 0.8em;
  text-decoration: underline;
  align-self: center;
}
#topnav-container #account-subnav-container .account-form-container {
  color: #BBB;
}
#topnav-container #account-subnav-container .account-form-container a {
  color: #BBB;
}
#topnav-container #account-subnav-container .account-form-container form {
  display: flex;
  flex-direction: column;
}
#topnav-container #account-subnav-container .account-form-container form input[type=text], #topnav-container #account-subnav-container .account-form-container form input[type=password] {
  background-color: #2e2e2e;
  height: 50px;
  line-height: 100%;
  border: 1px solid #4d4d4d;
  width: 250px;
  padding-left: 10px;
  color: #a0a0a0;
  border-radius: 0px;
  display: block;
}
#topnav-container #account-subnav-container .account-form-container form .nav-login-form-fields {
  display: inline-block;
}
#topnav-container #account-subnav-container .account-form-container form .nav-login-form-buttons {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
#topnav-container #account-subnav-container .account-form-container form .nav-login-form-buttons button {
  color: #BBB;
  display: inline-block;
  background-color: #333333;
  border: 1px solid #4D4D4d;
  border-radius: 0;
}
#topnav-container #account-subnav-container .account-form-container .forgot-pwd {
  text-align: right;
  padding-top: 20px;
}
#topnav-container .desktop-subnav h3, #topnav-container .desktop-subnav h4, #topnav-container .desktop-subnav li, #topnav-container .desktop-subnav a {
  color: #7a3a00;
}

#global-topnav {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
}
#global-topnav #nav-links {
  padding: 10px 0;
  margin: 0;
  text-wrap: nowrap;
  z-index: 3000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#global-topnav #nav-links li {
  padding-left: 15px;
  position: relative;
}
#global-topnav #nav-links a {
  padding: 0;
}
#global-topnav #nav-links .icon > a {
  font-size: 1.5em;
}
#global-topnav #nav-links .icon > a.region {
  font-size: 0.9em;
}
#global-topnav #nav-links .shop.icon {
  font-size: 1.6em;
}
#global-topnav #nav-links dt {
  padding-top: 15px;
  border-bottom: 1px solid;
  margin-bottom: 5px;
}
#global-topnav #nav-links .region.icon {
  text-transform: uppercase;
}
#global-topnav ul {
  display: inline-flex;
  list-style: none;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#global-topnav ul li {
  padding-left: 30px;
}
#global-topnav #category-links a.active-item {
  background-color: #f7f5f0;
  color: #7a3a00;
}
#global-topnav #category-links a i.glyphicon {
  margin-left: 5px;
  font-size: 1rem;
}

#topnav-container #global-topnav a {
  color: #7A3A00;
}

#category-links {
  padding: 10px 0 0px;
  margin: 0px 0 0 60px;
}

.desktop-subnav {
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  left: 0;
  margin: 0;
  top: 98px;
  z-index: 2000;
}
.desktop-subnav h3, .desktop-subnav h4, .desktop-subnav li, .desktop-subnav a {
  color: #000000;
}
.desktop-subnav h3 {
  font-weight: 500;
  border-bottom: solid 2px #7a3a00;
  font-size: 18px;
  margin-right: 5%;
  margin-top: 0;
}

.desktop-subnav > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  background-image: linear-gradient(rgb(247, 245, 240), rgb(232, 230, 226));
  padding: 3rem;
}

.desktop-subnav div div {
  width: 70%;
}

#learn-subnav div div {
  width: 100%;
}

.desktop-subnav div img {
  width: 30%;
}

.desktop-subnav div div ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 1rem;
  padding-inline-start: 0;
}

.desktop-subnav div div ul a {
  color: #7a3a00 !important;
  font-size: 1.6rem;
}

.desktop-subnav div div ul a:hover {
  color: #7a3a00 !important;
}

.desktop-subnav div div ul li {
  list-style: none;
  width: 29%;
  margin-right: 3%;
  padding-left: 0 !important;
  justify-content: flex-start;
}

#learn-subnav div div ul li {
  width: 100%;
  margin-right: 0%;
}

.desktop-subnav div div ul li ul {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.desktop-subnav div div ul li ul li {
  width: 100%;
}

#learn-subnav {
  left: auto;
  width: auto;
}

#learn-subnav div div ul {
  flex-direction: column;
}

#primary-subnav div div {
  width: 100%;
}

#primary-subnav {
  display: none;
  position: absolute;
  background: #333;
  width: 1280px;
  margin-left: -20px;
  z-index: 200;
  top: 100px;
}
#primary-subnav a {
  color: #ffffff;
}
#primary-subnav a:hover {
  color: #eeeeee !important;
}
#primary-subnav ul.nav-category > h3 {
  border-bottom: 1px dotted;
}

#mobile-nav-container {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767px) {
  #mobile-nav-container.visible-xs {
    font-size: 1.8em;
    display: flex !important;
  }
}
#mobile-nav-container #nav-mobile-container {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  background-color: #f7f5f0;
  width: 100%;
  z-index: 100;
  padding: 2rem 3rem;
}

/* Initially hide mobile submenus */
.mobile-submenu {
  display: none;
  padding-inline-start: 10px !important;
  padding: 0 0 10px 0;
}

.mobile-submenu li {
  display: none;
  padding-inline-start: 0px !important;
}

#topnav-container .mobile-submenu li a {
  padding: 8px 10px;
}

#global-topnav-mobile {
  padding-inline-start: 0 !important;
}

#global-topnav-mobile > li > a {
  padding: 10px 0 10px 5px !important;
  min-height: 38px;
  display: inline-block;
  align-items: center;
}

#global-topnav-mobile li {
  list-style: none;
}

#global-topnav-mobile li i {
  margin-left: 5px;
  padding: 10px;
  top: 3px;
}

#global-topnav-mobile .glyphicon-triangle-bottom:before {
  color: #7A3A00;
}

#global-topnav-mobile .mobile-submenu li {
  display: unset;
}

/* region dropdown */
#region-subnav-container {
  position: absolute;
  background-color: #f7f5f0;
  min-height: 90px;
  top: 40px;
  right: 0;
  width: 200px;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.4);
  display: none;
  z-index: 100;
}
#region-subnav-container #region-subnav {
  padding: 10px;
  text-align: left;
}
#region-subnav-container #region-subnav dl {
  margin-bottom: 0;
}
#region-subnav-container #region-subnav dl dd {
  padding: 2px 0;
}
#region-subnav-container #region-subnav dl dd.active {
  font-weight: bold;
}

footer {
  background-color: #7A3A00;
  color: #FFF;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 10px;
  }
}
footer a {
  color: #FFF;
  text-decoration: none;
}
footer a:hover {
  color: #FFF;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
footer #footer-feature-links {
  background-color: #f7f5f0;
  color: #000;
  padding: 30px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
footer #footer-feature-links a {
  color: #000;
  text-decoration: none;
}
footer #footer-feature-links a:hover {
  color: #000000;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  text-decoration: none;
}
footer #footer-feature-links li {
  list-style: none;
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: column;
  text-align: center;
}
footer #footer-feature-links h3 {
  font-weight: 500;
  font-size: 20px;
}
footer #footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #d5d6da;
}
footer #footer-logo img {
  width: 200px;
  margin: 20px 0 0 0;
}
footer #footer-logo h2 {
  font-size: 20px;
  font-weight: 300;
}
footer #footer-links {
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  footer #footer-links {
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
    padding-top: 15px;
  }
}
footer #footer-links .sitemap {
  display: flex;
  list-style: none;
}
@media (max-width: 767px) {
  footer #footer-links .sitemap {
    padding: 0 20px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  footer #footer-links .sitemap > li {
    margin-left: 0px;
    width: 50%;
  }
}
footer #footer-links .sitemap > li:first-of-type {
  margin-left: 0;
}
footer #footer-links .sitemap h4 {
  font-weight: 500;
  font-size: 1.8rem;
}
footer #footer-links .sitemap .pagelinks {
  list-style: none;
  padding: 0;
}
@media (max-width: 767px) {
  footer #footer-links .sitemap .pagelinks {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
footer #footer-links .sitemap .pagelinks li {
  padding: 2px 20px 2px 0;
}
@media (max-width: 767px) {
  footer #footer-links .sitemap .pagelinks li {
    padding: 5px 0;
  }
}
footer #footer-links .sitemap .pagelinks li a {
  padding: 3px 0;
  line-height: 1.5;
  display: block;
}
footer #footer-links #mobile-menu-container {
  width: 100%;
  padding: 25px;
}
footer #footer-links #mobile-menu-container footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-state-default::after {
  content: "+";
  float: right;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
footer #footer-links #mobile-menu-container footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-state-active::after {
  content: "−";
  float: right;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  color: #ffffff;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-state-active .ui-icon, footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-icon-triangle-1-e {
  display: none !important;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-accordion-header {
  border: none;
  background: transparent;
  font-weight: normal;
  color: #ffffff;
  text-align: left;
  border-radius: 0;
  font-size: 1.8rem;
  padding: 15px 5px;
  font-weight: 500;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-widget-content {
  border: none;
  background: transparent;
  color: #ffffff;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion > li {
  border-bottom: 1px solid #ffffff;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion li:last-child {
  border: none;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-accordion-content {
  padding: 0 0 20px 0;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-accordion-content .pagelinks {
  padding-inline-start: 0px !important;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-accordion-content .pagelinks li {
  text-align: left;
}
footer #footer-links #mobile-menu-container #footer-accordion #accordion .ui-accordion-content .pagelinks li a {
  color: #ffffff;
  padding: 5px 5px;
  display: block;
}
footer #footer-links #footer-nav-desktop {
  width: 65%;
  padding: 0 50px;
}
footer #footer-links #footer-nav-desktop .sitemap {
  display: flex;
  list-style: none;
  padding-inline-start: 0px;
}
footer #footer-links #footer-nav-desktop .sitemap > li {
  width: 25%;
}
footer #footer-links #footer-nav-desktop .sitemap > li {
  width: 25%;
}
footer #footer-links-additional {
  padding: 0 50px 0 0;
  width: 35%;
}
@media (max-width: 767px) {
  footer #footer-links-additional {
    width: 100%;
    padding: 25px;
  }
}
footer #footer-links-additional #newsletter-footer {
  padding-bottom: 30px;
}
footer #footer-links-additional #newsletter-footer a {
  text-decoration: underline;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container {
  padding-bottom: 10px;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form {
  display: block;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form input[type=email] {
  display: block;
  width: 100%;
  background-color: #FFF;
  color: #333;
  border: 0.2em solid #f5f5f5;
  border-radius: 0.5em;
  padding: 20px 15px;
  margin-bottom: 8px;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form input[type=email]::placeholder {
  color: #8a8a8a;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form .input-row {
  display: flex;
  gap: 8px;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form .input-row select,
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form .input-row input[type=submit] {
  width: calc(50% - 4px);
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form select {
  background-color: #FFF;
  color: #333 !important;
  font-size: 16px;
  line-height: 1.2;
  border: 0.2em solid #f5f5f5;
  border-radius: 0.5em;
  padding: 0 15px;
  height: 54px;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form select option {
  color: #333 !important;
}
footer #footer-links-additional #newsletter-footer #globalemailcapture-container form input[type=submit] {
  background-color: transparent;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 7px 30px;
  line-height: 28px;
}
footer #footer-links-additional #newsletter-footer h4 {
  font-size: 16px;
  padding-bottom: 10px;
}
footer #footer-links-additional #footer-help {
  font-size: 16px;
  line-height: 1.8em;
}
footer #footer-links-additional #footer-help h4 {
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
footer #footer-links-additional #footer-social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  footer #footer-links-additional #footer-social {
    margin-top: 0px;
  }
}
footer #footer-links-additional #footer-social h4 {
  display: inline;
  margin-right: 50px;
}
footer #footer-links-additional #footer-social ul {
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
footer #footer-links-additional #footer-social ul li {
  padding-left: 20px;
}
footer #footer-links-additional #footer-social ul li:first-of-type {
  padding-left: 0;
}

#footer-legal {
  text-align: center;
}
#footer-legal #locale_select {
  color: black;
  margin: 20px;
  font-size: 1.2em;
}
@media (max-width: 767px) {
  #footer-legal p {
    width: 50%;
    padding: 0 15px 0 25px;
    text-align: left;
    float: left;
  }
}
#footer-legal .legal {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 10px 0;
  font-size: 14px;
}
@media (max-width: 767px) {
  #footer-legal .legal {
    flex-direction: column;
    width: 50%;
    float: right;
    padding: 0 25px 0 0;
    text-align: right;
  }
}
#footer-legal .legal li {
  padding: 0 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #footer-legal .legal li {
    margin-bottom: 12px;
    padding: 0;
  }
}
#footer-legal .legal li.spacer {
  background: white;
  padding: 0;
  margin: 0;
  width: 1px;
  height: 15px;
}
@media (max-width: 767px) {
  #footer-legal .legal li.spacer {
    display: none;
  }
}

#topnav-container .desktop-subnav ul li a {
  padding: 3px 0;
}
#topnav-container .desktop-subnav h3 {
  font-weight: 500;
  border-bottom: solid 2px #000000;
  font-size: 18px;
  margin-right: 5%;
  margin-top: 0;
}
#topnav-container .desktop-subnav h3 a {
  padding-left: 0;
}
#topnav-container .desktop-subnav h4 {
  font-weight: 500;
}
#topnav-container .desktop-subnav > div {
  align-items: flex-start;
}
#topnav-container .desktop-subnav > div img {
  align-self: flex-end;
}

#topnav-container .mobile-submenu li a {
  padding: 3px 10px;
}

#mobile-nav-container {
  display: flex;
}
#mobile-nav-container #nav-mobile-container {
  display: none;
  position: absolute;
  top: 98px;
  left: 0;
  background-color: #000000;
  width: 100%;
  z-index: 100;
  padding: 2rem 3rem;
}

@media (max-width: 767px) {
  footer #footer-feature-links {
    flex-direction: column;
    align-items: center;
  }
  footer #footer-feature-links li {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
#footer-nav-desktop {
  width: 65%;
}

body.login_co .main-content {
  padding-left: 40px;
}

a.tab-link.active {
  font-weight: bold;
}

.accordion-arrow {
  float: right;
  margin-left: 8px;
}

.accordion-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.accordion-item {
  padding: 0;
  margin: 2px;
}

.accordion-toggle {
  background: #6D6961;
  color: #FFF;
  border: none;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  padding: 4px 8px;
  border-radius: 6px;
}
.accordion-toggle span {
  color: #19191E;
}

.sub-categories {
  list-style: none;
  padding-left: 20px;
  margin: 5px 0 0 0;
}

.sub-categories li {
  margin-bottom: 0px;
}
.sub-categories li label {
  font-weight: inherit;
  margin-bottom: 3px;
}

.products-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.product-results-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  width: 80%;
}

.product-item {
  display: flex;
  flex-direction: column;
  flex: 1 1 350px;
  max-width: calc(25% - 20px);
  border: 1px solid #dddddd;
  padding: 0 12px 25px 12px;
  background: #ffffff;
  text-align: center;
  justify-content: space-between;
  min-height: auto;
  border-radius: 6px;
}
.product-item span {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.product-item h4 {
  padding: 5px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  margin-bottom: 0;
}
.product-item p {
  margin: 0;
}
.product-item .cta {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  border: 1px solid #333333;
  background-color: transparent;
  color: #333333;
  text-decoration: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-family: "Oswald" !important;
  font-size: 1.7rem;
  width: fit-content;
}
.product-item .cta:hover {
  border: 1px solid #333333;
  background-color: #333333;
  color: #ffffff;
}

.products-container {
  display: flex;
  padding: 20px;
}

.products-nav {
  width: 20%;
  padding: 10px;
  padding-left: 0;
  padding-top: 40px;
  border-bottom: none;
  min-width: 250px;
  box-sizing: border-box;
}

.products-nav .sub-categories {
  margin: 10px 0;
}

.products-content {
  flex: 1;
  padding: 0px;
  padding-top: 0;
}

.products-header {
  margin-bottom: 20px;
}

.products-header h2 {
  font-size: 24px;
  color: #343a40;
}

.products-header p {
  font-size: 16px;
  color: #6c757d;
}

@media (max-width: 1100px) {
  .product-item {
    max-width: calc(33.33% - 13.4px);
  }
}
@media (max-width: 880px) {
  .product-item {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .product-item {
    max-width: calc(50% - 10px);
  }
}
.ygg-select-badge-atc,
.ygg-badge-atc {
  padding: 10px;
  position: absolute;
  top: 0;
  right: 0;
  background: #e5e5e5;
  text-align: center;
  margin: 0px;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 100;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  text-transform: uppercase;
}
.ygg-select-badge-atc .name,
.ygg-badge-atc .name {
  padding-right: 10px;
  color: #005b8b;
  font-weight: 800 !important;
  font-size: 2.1rem;
  padding-right: 0px;
}
.ygg-select-badge-atc .rsPriceWrapper,
.ygg-badge-atc .rsPriceWrapper {
  margin-top: 4px;
}
.ygg-select-badge-atc .rsShippingEstimateWrapper,
.ygg-badge-atc .rsShippingEstimateWrapper {
  font-size: 13px;
  line-height: 1.1;
}
.ygg-select-badge-atc .add-to-cart,
.ygg-badge-atc .add-to-cart {
  -webkit-border-radius: 7px;
  width: auto;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #50b0ff;
  border: 2px solid #50b0ff;
  padding: 6px 8px;
  transition-duration: 0.2s;
  color: #ffffff;
  line-height: 1.2;
  font-size: 12px;
  margin: 0 3px;
  box-shadow: 1px 2px 2px #888888;
}
.ygg-select-badge-atc .add-to-cart:hover,
.ygg-badge-atc .add-to-cart:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}
.ygg-select-badge-atc .find-a-dealer,
.ygg-badge-atc .find-a-dealer {
  border-radius: 3px;
  width: auto;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  font-style: normal;
  background-color: #333 !important;
  border: 2px solid #333 !important;
  padding: 10px 30px;
  transition-duration: 0.2s;
  color: #ccc !important;
  font-size: 16px;
  line-height: 1.75;
  margin: 0 3px;
  box-shadow: 1px 2px 2px #888888;
}
.ygg-select-badge-atc .find-a-dealer:hover,
.ygg-badge-atc .find-a-dealer:hover {
  background-color: #242424 !important;
  border: 2px solid #242424 !important;
  color: #bdbdbd !important;
}
.ygg-select-badge-atc .payment-options,
.ygg-badge-atc .payment-options {
  margin: 11px auto 0 auto;
  width: 100%;
  color: #000000;
  font-size: 13px;
}
.ygg-select-badge-atc h3,
.ygg-badge-atc h3 {
  color: #45408a;
  font-weight: 400;
  font-size: 17px;
  margin-top: 5px;
}
.ygg-select-badge-atc h3 .rsPrice,
.ygg-badge-atc h3 .rsPrice {
  color: #999999;
  font-size: 2.4rem;
  margin-top: 20px;
}
.ygg-select-badge-atc .strike,
.ygg-badge-atc .strike {
  text-decoration: line-through;
}
.ygg-select-badge-atc .rsPricingWrapper,
.ygg-badge-atc .rsPricingWrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ygg-select-badge-atc .rsPricingWrapper .rsPrice,
.ygg-badge-atc .rsPricingWrapper .rsPrice {
  color: initial;
}
.ygg-select-badge-atc .ctaContainer,
.ygg-badge-atc .ctaContainer {
  justify-content: center;
  align-items: center;
}
.ygg-select-badge-atc input[type=submit].add-to-cart,
.ygg-badge-atc input[type=submit].add-to-cart {
  padding: 3px 12px;
  font-size: 12px;
}

.ygg-select-badge-atc .rsReferencePriceMessageWrapper, .ygg-badge-atc .rsReferencePriceMessageWrapper {
  width: 100%;
}

.model-container .buy-container .rsPrice {
  font-size: 1.5em;
  padding-bottom: 5px;
  color: #000000;
}

.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 0px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  border: none !important;
  justify-content: center !important;
}
.ygg-select-badge-atc .selector .selector-option span {
  margin-left: 8px !important;
  margin-bottom: 3px !important;
  justify-content: start;
  display: flex;
}

@media (max-width: 767px) {
  .ygg-badge-atc {
    top: auto;
    bottom: 0;
    display: flex;
    z-index: 1000;
    justify-content: center;
    position: fixed;
    padding: 15px 60px 30px 3px;
    width: 100%;
    min-height: 120px;
    align-items: center;
    flex-direction: column;
  }
  .ygg-badge-atc h3 {
    order: 2;
    font-size: 15px;
    width: 100%;
    margin: 0 0 8px 0;
    order: 1;
  }
  .ygg-badge-atc .buttons {
    width: 100%;
    order: 2;
  }
  .ygg-badge-atc .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 100%;
    margin: 0 1px;
  }
  .ygg-badge-atc .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 100%;
    margin: 0 1px;
  }
  .ygg-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  #cta_badge .ygg-badge-atc {
    padding: 12px 65px 35px 5px !important;
  }
  .ygg-select-badge-atc {
    width: 100% !important;
    padding: 15px 60px 30px 3px !important;
    margin: 0px !important;
    display: flex !important;
    bottom: 0 !important;
    top: auto !important;
    position: fixed !important;
  }
  .ygg-select-badge-atc .buttons {
    width: 100%;
    order: 2;
    display: flex;
    justify-content: space-around;
  }
  .ygg-select-badge-atc .buttons .add-to-cart {
    order: 1;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .buttons .find-a-dealer {
    order: 3;
    padding: 8px 8px !important;
    width: 47%;
    margin: 0 1px;
  }
  .ygg-select-badge-atc .payment-options {
    order: 4;
    font-size: 13px;
    margin-top: 12px;
  }
  .ygg-select-badge-atc .selector {
    order: 1;
    width: 100% !important;
    margin: 0 5px 10px 5px !important;
  }
  .ygg-select-badge-atc .selector .selector-option {
    border: none !important;
    padding: 5px !important;
    min-height: auto !important;
    justify-content: center !important;
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .selector-option span {
    margin-left: 8px;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .data {
    flex-direction: row !important;
    font-size: 1.3rem;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector {
    width: 100% !important;
  }
  .ygg-select-badge-atc .selector .product-selector .data {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    color: #45408a;
  }
  .ygg-select-badge-atc .selector .product-selector li .data {
    font-size: 1.3rem !important;
    color: #45408a;
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    flex-wrap: wrap !important;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 0 !important;
    color: #000000 !important;
  }
  .modal-signup-button#modal-signup-tag-mobile.show {
    bottom: 0px;
  }
  footer {
    padding-bottom: 120px;
  }
  .model-container .detail .buy-container {
    text-align: center !important;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .image {
    width: 65px;
    align-self: center;
  }
  .ygg-select-badge-atc .selector .selector-option .selected-product .image img {
    max-width: 100%;
    max-height: 100%;
  }
  .ygg-select-badge-atc .selector {
    margin-bottom: 0 !important;
  }
}
.main-content {
  position: relative;
}

.ygg-select-badge-atc {
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: center;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  z-index: 500;
  padding: 10px;
  background: rgb(229, 229, 229);
  margin: 0px;
  max-width: 500px;
}
.ygg-select-badge-atc .payment-options img {
  margin-top: -12px;
}
.ygg-select-badge-atc .selector {
  position: relative;
  margin: 10px 10px 15px;
}
.ygg-select-badge-atc .selector .selector-option {
  padding: 10px;
  min-height: 45px;
  width: 100%;
  border: 1px solid black;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-around;
}
.ygg-select-badge-atc .selector .selector-option .selected-product {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  justify-self: stretch;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image {
  width: 50px;
  align-self: center;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .image img {
  max-width: 50px;
  max-height: 25px;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  align-self: center;
  justify-self: stretch;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a !important;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price {
  display: flex;
  flex-direction: row;
  justify-content: start;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .selector .selector-option .selected-product .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector {
  position: absolute;
  top: 44px;
  left: 0px;
  margin-top: -1px;
  border: 1px solid black;
  z-index: 100;
  height: 45px;
  width: 100%;
  display: table;
  padding: 0 0 1px 0;
}
.ygg-select-badge-atc .product-selector .hide {
  display: none;
}
.ygg-select-badge-atc .product-selector ul {
  padding: 0px;
  background-color: #FFF;
  margin-bottom: 0;
  height: auto;
  max-height: calc(100vh - 280px);
  overflow-y: auto;
}
.ygg-select-badge-atc .product-selector li {
  display: flex;
  padding: 10px;
  cursor: pointer;
}
.ygg-select-badge-atc .product-selector li .image {
  width: 45px !important;
  align-self: auto;
}
.ygg-select-badge-atc .product-selector li .image img {
  max-height: 25px;
  max-width: 45px;
}
.ygg-select-badge-atc .product-selector li .data {
  padding-left: 10px;
  align-self: center;
  flex-grow: 1;
  font-size: 1.3rem !important;
  color: #45408a;
  display: flex !important;
  flex-direction: row !important;
  justify-content: start !important;
  flex-wrap: wrap !important;
}
.ygg-select-badge-atc .product-selector li .data .price {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.ygg-select-badge-atc .product-selector li .data .price.strike {
  text-decoration: line-through;
  color: #999;
}
.ygg-select-badge-atc .product-selector li .data .price .sale-price {
  padding-left: 5px;
}
.ygg-select-badge-atc .product-selector li:hover {
  background-color: #333;
  color: #FFF;
}
.ygg-select-badge-atc .product-selector li:hover .data {
  color: #ffffff !important;
}
.ygg-select-badge-atc .name {
  line-height: 1.1;
  text-align: left;
}
.ygg-select-badge-atc .buttons a {
  cursor: pointer;
}
.ygg-select-badge-atc .buttons.disabled, .ygg-select-badge-atc .buttons .disabled {
  pointer-events: none;
  opacity: 0.2;
}

@media (max-width: 768px) {
  .selector-option {
    width: 100%;
  }
  .selector .selector-option {
    font-size: 1.3em;
  }
  .selector .selector-option .selected-product {
    font-size: 1em;
  }
  .product-selector {
    width: 100%;
  }
  .product-selector li .data {
    font-size: 1em;
  }
  .ygg-select-badge-atc {
    width: 100%;
    padding: 0px;
    margin: 0px;
    display: flex;
    bottom: 0px;
    top: unset;
    position: fixed;
  }
  .ygg-select-badge-atc .buttons {
    flex-grow: 1;
    display: flex;
    align-items: center;
  }
  .ygg-select-badge-atc .buttons a {
    width: 100%;
    height: fit-content;
    padding: 12px !important;
  }
  .ygg-select-badge-atc .name {
    width: 100%;
  }
  .ygg-select-badge-atc .payment-options {
    margin-bottom: 12px;
  }
}
.ygg-atc-button {
  -webkit-border-radius: 3px;
  background-color: #e5e5e5;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  opacity: 0;
  font-size: 16px;
  font-style: normal;
  line-height: 1.42857;
  min-height: 36px;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.2s;
  width: auto;
  margin: 10px;
}
.ygg-atc-button:hover {
  background-color: #333;
  border: 2px solid #333;
  color: #ccc;
}

.us-visible .ygg-atc-button {
  opacity: 1;
  color: #FFF;
  padding: 6px 25px;
}

.products .product-container a, #products .product-container a {
  position: relative;
  translate: 0;
}
.products .product-container .ctaContainer .rsForm, #products .product-container .ctaContainer .rsForm {
  margin-top: 0;
}
.products .product-container .ctaContainer .find-a-dealer-button, #products .product-container .ctaContainer .find-a-dealer-button {
  width: max-content;
}

.buy-now {
  background-color: #50b0ff;
  border: 2px solid #50b0ff;
  opacity: 1;
}

.find-a-dealer {
  opacity: 1;
  display: inline-block;
}

.out-of-stock {
  background-color: #C90000;
  border: 2px solid #C90000;
  opacity: 1;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px;
}
.page-container .item-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  .page-container .item-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .page-container .item-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .page-container .item-grid {
    padding-top: 16px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1200px) {
  .page-container .item-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media (max-width: 767px) {
  .page-container {
    padding: 2px;
  }
  .page-container .item-grid {
    gap: 2px;
  }
}
.item-card {
  background: #FAFAFA;
  width: 100%;
  height: 450px;
  padding: 24px 16px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  border: 2px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.item-card .item-price {
  background: #7A3A00;
  color: rgb(204, 204, 204);
  font-weight: bold;
  font-size: 1.2em;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 1;
}
.item-card .item-price .rsPricingWrapper .rsPrice {
  padding: 6px 16px;
  display: inline-block;
  color: #e5e5e5;
}
.item-card .item-image {
  margin-top: 32px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.item-card .item-image img {
  max-width: 180px;
  max-height: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
.item-card .item-title {
  font-size: 1.1em;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
  height: 3.3em;
  line-height: 1.1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.item-card .item-desc {
  font-size: 0.95em;
  color: #555;
  margin-bottom: 16px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 2.8em;
  line-height: 1.4em;
}
.item-card .learn-more:hover {
  text-decoration: underline;
}
.item-card .learn-more span {
  margin-left: 6px;
}

@media (max-width: 767px) {
  .item-card {
    width: 100%;
    max-width: 100%;
    height: 380px;
    padding: 16px 2px 8px 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .item-card .item-price {
    font-weight: bold;
    font-size: 1em;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
  }
  .item-card .item-image {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-card .item-image img {
    padding: 4px;
    max-width: 100%;
    max-height: 130px;
    width: auto;
    height: auto;
    object-fit: contain;
  }
  .item-card .item-title {
    font-size: 0.95em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 3.6em;
    line-height: 1.2em;
    margin-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .item-card .item-desc {
    font-size: 0.85em;
    line-height: 1.3em;
    text-align: center;
    height: 2.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 12px;
  }
}
.product-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 100px 200px;
}

.product-summary {
  display: flex;
  gap: 20px;
}

#product-image {
  padding: 25px;
  padding-top: 0;
  width: 50%;
}
#product-image img {
  width: 100%;
  height: auto;
}

#product-details {
  padding-top: 10px;
  flex: 1;
}

.product-overview {
  margin-top: 20px;
}
.product-overview .note {
  color: #ff0000;
  font-size: small;
}

.product-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-action .product-variant-name {
  font-weight: bold;
}
.product-action .product-price {
  font-weight: bold;
  text-align: right;
  min-width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.product-action .product-price .buy-now {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.product-action .product-price .buy-now:hover {
  background-color: #0056b3;
}
.product-action .product-price button.info-link {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: transparent;
  color: #000;
  border: 1px solid black;
  border-radius: 4px;
}
.product-action .product-price .note {
  color: #bd1d1d;
  font-size: small;
  font-style: italic;
  width: 104px;
  text-align: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .product-view {
    margin: 20px;
  }
  .product-summary {
    flex-direction: column;
    align-items: center;
  }
  #product-image img {
    max-width: 100%;
  }
  #product-details {
    text-align: center;
  }
  .product-action {
    text-align: left;
    gap: 20px;
  }
  .product-action .product-price {
    text-align: center;
  }
}
#store-nav {
  width: 100%;
  max-width: 1280px;
  background-color: #f7f5f0;
  font-family: "Figtree", Helvetica, Arial, Sans-Serif;
  position: relative;
  z-index: 150;
}
#store-nav .store-nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  min-height: 50px;
}
#store-nav .store-nav-title {
  flex-shrink: 0;
  font-size: 1.1em;
  font-weight: 500;
  white-space: nowrap;
}
#store-nav .store-nav-title a {
  color: #7A3A00;
  text-decoration: none;
  display: inline-block;
  padding: 14px 0;
}
#store-nav .store-nav-title a:hover {
  color: #572a00;
}
#store-nav .store-nav-groups {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}
#store-nav .store-nav-item {
  position: relative;
}
#store-nav .store-nav-item > .store-nav-link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 16px 14px;
  color: #7A3A00;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.82em;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
#store-nav .store-nav-item > .store-nav-link i {
  font-size: 0.75em;
  transition: transform 0.2s;
}
#store-nav .store-nav-item > .store-nav-link:hover {
  color: #572a00;
}
#store-nav .store-nav-item.active > .store-nav-link {
  color: #572a00;
  border-bottom: 2px solid #7A3A00;
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-link {
  color: #572a00;
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-link i {
  transform: rotate(180deg);
}
#store-nav .store-nav-item.has-dropdown.open > .store-nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#store-nav .store-nav-dropdown {
  list-style: none;
  margin: 0;
  padding: 6px 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 190px;
  background-color: #f7f5f0;
  border-top: 2px solid #7A3A00;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-6px);
  transition: opacity 0.18s, transform 0.18s;
}
#store-nav .store-nav-dropdown li a {
  display: block;
  padding: 9px 18px;
  color: #7A3A00;
  text-decoration: none;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
#store-nav .store-nav-dropdown li a:hover {
  color: #572a00;
  background-color: #dddad3;
}
#store-nav .store-nav-dropdown li a.active {
  color: #572a00;
  font-weight: 600;
  background-color: #dddad3;
  border-left: 3px solid #7A3A00;
  padding-left: 15px;
}
#store-nav .mobile-nav-toggle {
  display: none;
}

@media (max-width: 767px) and (max-width: 767px) {
  #store-nav .store-nav-inner {
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    min-height: 0;
  }
  #store-nav .store-nav-title {
    display: none;
  }
  #store-nav .mobile-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 16px;
    color: #7A3A00;
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 0.82em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  #store-nav .mobile-nav-toggle i {
    font-size: 0.75em;
    transition: transform 0.2s;
  }
  #store-nav .mobile-nav-toggle[aria-expanded=true] {
    color: #572a00;
  }
  #store-nav .mobile-nav-toggle[aria-expanded=true] i {
    transform: rotate(180deg);
  }
  #store-nav .store-nav-groups {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
  }
  #store-nav .store-nav-item {
    width: 100%;
  }
  #store-nav .store-nav-item > .store-nav-link {
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 13px 16px;
    font-size: 0.82em;
  }
  #store-nav .store-nav-item > .store-nav-link i {
    display: inline;
  }
  #store-nav .store-nav-item.active > .store-nav-link {
    border-bottom: none;
    border-left: 2px solid #7A3A00;
    padding-left: 14px;
  }
  #store-nav .store-nav-item .store-nav-dropdown {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    height: 0;
    overflow: hidden;
    transition: height 0.25s ease;
    border-top: none;
    border-left: 3px solid #7A3A00;
    border-right: none;
    border-bottom: none;
    min-width: 0;
    width: 100%;
    background-color: #f7f5f0;
    padding: 0;
  }
  #store-nav .store-nav-item .store-nav-dropdown li {
    width: 100%;
  }
  #store-nav .store-nav-item .store-nav-dropdown li a {
    padding: 10px 24px;
  }
  #store-nav .store-nav-item.has-dropdown.open > .store-nav-link {
    color: #572a00;
  }
  #store-nav .store-nav-item.has-dropdown.open > .store-nav-link i {
    transform: rotate(180deg);
  }
}
.plp-product-view {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 100px 200px;
  padding-top: 60px;
}

.plp-product-summary {
  display: flex;
  gap: 20px;
}

.plp-product-view .rsPrice {
  font-size: 1.6em;
  color: #000;
}

.plp-product-image {
  padding: 25px;
  padding-top: 0;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp-product-image img {
  max-width: 100%;
  max-height: 500px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.plp-product-details {
  padding-top: 10px;
  flex: 1;
}

.plp-product-overview {
  margin-top: 20px;
}
.plp-product-overview .plp-note {
  color: #ff0000;
  font-size: small;
}

.plp-product-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.plp-product-action .plp-product-variant-name {
  font-weight: bold;
}
.plp-product-action .plp-product-price {
  font-weight: bold;
  text-align: right;
  min-width: 30%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.plp-product-action .plp-product-price .plp-buy-now {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.plp-product-action .plp-product-price .plp-buy-now:hover {
  background-color: #0056b3;
}
.plp-product-action .plp-product-price button.plp-info-link {
  display: inline-block;
  padding: 8px 16px;
  margin-left: 10px;
  background-color: transparent;
  color: #000;
  border: 1px solid black;
  border-radius: 4px;
}
.plp-product-action .plp-product-price .plp-note {
  color: #bd1d1d;
  font-size: small;
  font-style: italic;
  width: 104px;
  text-align: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .plp-product-view {
    margin: 20px;
  }
  .plp-product-summary {
    flex-direction: column;
    align-items: center;
  }
  .plp-product-image img {
    max-width: 100%;
  }
  .plp-product-details {
    text-align: center;
  }
  .plp-product-action {
    text-align: left;
    gap: 20px;
    justify-content: center;
  }
  .plp-product-action .plp-product-price {
    text-align: center;
  }
}

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