/** Shopify CDN: Minification failed

Line 720:4 Unexpected "{"
Line 720:5 Expected identifier but found "%"
Line 726:4 Unexpected "{"
Line 726:5 Expected identifier but found "%"

**/
.border-b {
  border-bottom: 1px solid var(--primary);
}
.breadcrumb {
  color: var(--primary);
}
.acordian-content {
  display: none;
}
.radio__fieldset .radio__button input:checked ~ label {
  background-color: var(--primary);
}
.navtext {
  font-size: calc(var(--font-3) * var(--TYPE-ADJUST-NAV));
}
.sliderow {
  font-size: calc(var(--font-4) * var(--TYPE-ADJUST-NAV));
}
.kicker-flourished {
  color: var(--primary);
  font-size: 1.5rem;
  padding-bottom: 9px;
  margin-bottom: 32px;
  opacity: 0.75;
}

.kicker-flourished:after {
  width: 70px;
  height: 1px;
  background: var(--primary);
  opacity: 0.6;
}

.accent-title-large {
  font-family: var(--FONT-STACK-HEADING);
  font-size: calc(var(--font-5) * var(--FONT-ADJUST-ACCENT));
  color: var(--primary);
}

.accent-title-large .strong,
.accent-title-large.strong,
.accent-title-large strong {
  font-weight: var(--FONT-WEIGHT-HEADING);
}

.btn--outline {
  font-size: calc(var(--font-4) * var(--TYPE-ADJUST-BUTTON));
}

.section-logos .logo-bar__item img {
  -webkit-filter: grayscale(60%);
  filter: grayscale(100%);
  opacity: 0.7;
}
.section-logos .logo-bar__item img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.footer__quicklinks {
  text-transform: uppercase;
}
.footer__title {
  font-size: 15px;
  color: var(--primary);
}
.footer__newsletter__body:first-child {
  align-self: unset;
  margin: 0;
}
.footer__newsletter--offset {
  margin-left: auto;
}
.footer__logo__wrapper {
  padding-bottom: 0;
}
.footer__container .newsletter-block .input-group--inner-button {
  border-color: var(--primary);
}
.footer__container .newsletter-block .input-group-button button {
  color: var(--primary);
}
footer.footer {
  margin-top: 30px;
}
footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 35px;
}
footer .footer-bottom img.footer--brand-image {
  width: 81px;
}
footer .footer-bottom .pay img {
  height: 30px;
}
footer .footer-copyright {
  font-weight: 700;
  color: var(--primary);
}
.brick__section .image__hero__scale img {
  object-fit: contain;
}
.header__desktop__buttons {
  align-items: center;
}
.popout-market {
  padding: 10px 15px;
}
#currency-list-localization-form-market {
  max-width: 255px;
  border: 1px solid #e7e7e7;
  box-shadow: 1px 1px 1px 0px #000000;
  top: calc(100% + 0px);
}
.popout-market .popout__toggle {
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: calc(var(--font-3)* var(--TYPE-ADJUST-NAV));
}
.popout-market a.popout-list__option {
  font-size: calc(var(--font-3)* var(--TYPE-ADJUST-NAV));
  padding: 5px 10px;
}

.button_dropdown {
  position: relative; 
  display: inline-block;
}
.button_dropdown_label .caret {
  display: inline-block;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 5px;
}
.button_dropdown-options {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  list-style: none;
  padding: 0;
  z-index: 1000;
  min-width: 100px;
  width: 100%;
  text-align: left;
}
.button_dropdown-options li {
  padding: 0;
}
.button_dropdown-options li a {
  padding: 10px 20px;
  display: block;
  color: #333;
  text-decoration: none;
}
.button_dropdown-options li:hover {
  background-color: #f0f0f0;
}
/* PDP start */
.template-product .product-single .is-sticky {
  top: 100px;
}
.product__grid__title {
  font-size: 16px;
  text-transform: uppercase;
  margin: 8px 0;
}
.product__grid__price,
.product__grid__title__wrapper .stamped-product-reviews-badge,
.product__grid__info .grid__swatch__container {
  font-size: 16px;
  color: var(--primary);
  margin: 5px 0;
}

.product-page .product__title {
  color: var(--primary);
}
.product-page .product__block__description p {
  margin-bottom: 12px;
}
.product-tabs_main button,
.product-tabs_main button:hover,
.product-accordions_main .accordion__body button,
.product-accordions_main .accordion__body button:hover{
  font-size: 16px;
  line-height: 24px;
  color: var(--primary);
  font-family: var(--FONT-STACK-BODY);
  font-weight: var(--FONT-WEIGHT-BODY);
  border-block-end: 2px solid transparent;
  letter-spacing: 0;
}
.product-tabs_main button.border-content\/20,
.product-accordions_main .accordion__body button.border-content\/20 {
  border-color: rgb(var(--primary) / 0.2);
  font-weight: 500;
}
.product-tabs_main h2,
.product-accordions_main h2 {
  font-size: 22px;
  color: var(--primary);
  font-family: var(--FONT-STACK-BODY);
  font-weight: 400;
}
.product-tabs_main p,
.product-accordions_main p {
  font-size: 16px;
  line-height: var(--leading-normal);
  font-weight: var(--FONT-WEIGHT-BODY);
  font-family: var(--FONT-STACK-BODY);
  margin-block: 16px 12px;
}
.product-tabs_main ul li,
.product-accordions_main ul li {
  line-height: 24px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: var(--FONT-WEIGHT-BODY);
  font-family: var(--FONT-STACK-BODY);
}
.product-tabs_main h4,
.product-tabs_main h3,
.product-accordions_main h4,
.product-accordions_main h3 {
  font-size: var(--font-5);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  line-height: var(--leading-normal);
  font-family: var(--FONT-STACK-BODY);
}
.product-tabs_main h4,
.product-accordions_main h4 {
  margin-block-end: 12px;
}
.product-tabs_main .rte__table-wrapper h3,
.product-accordions_main .rte__table-wrapper h3 {
  font-size: var(--font-5);
  line-height: var(--leading-normal);
  font-weight: var(--FONT-WEIGHT-BODY-BOLD);
  font-family: var(--FONT-STACK-BODY);
}
.acordian-trigger {
  padding-right: 24px;
  position: relative;
  cursor: pointer;
}
.acordian-trigger::after,
.acordian-trigger::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--primary);
  transition: all 0.5s ease;
}
.acordian-trigger::after {
  right: 8px;
  height: 18px;
  width: 2px;
  opacity: 1;
}
.acordian-trigger::before {
  right: 0;
  width: 18px;
  height: 2px;
  background-color: var(--primary);
}
.acordian.is-open .acordian-trigger:after {
  opacity: 0;
}
.product-tabs_main table tr td,
.product-accordions_main table tr td {
  border-bottom: none;
}
.radio__fieldset .radio__button input:checked + label:before {
  background: var(--COLOR-BG);
}
.product-tabs_main details:not(:first-child),
.product-accordions_main details:not(:first-child) {
  margin-block-start: 20px;
}
.product-tabs_main details summary,
.product-accordions_main details summary {
  padding-block: 16px;
}
.product-tabs_main details summary h4,
.product-accordions_main details summary h4 {
  margin-bottom: 0;
}
.product-tabs_main details summary h4,
.product-tabs_main details summary h3,
.product-accordions_main details summary h4,
.product-accordions_main details summary h3{
  cursor: pointer;
}
.product-tabs_main details summary,
.product-accordions_main details summary {
  position: relative;
}
.product-tabs_main details summary::after,
.product-tabs_main details summary::before,
.product-accordions_main details summary::after,
.product-accordions_main details summary::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  background-color: var(--primary);
}
.product-tabs_main details summary::before,
.product-accordions_main details summary::before {
  right: 0;
  width: 18px;
  height: 2px;
}
.product-tabs_main details summary::after,
.product-accordions_main details summary::after {
  right: 8px;
  height: 18px;
  width: 2px;
  opacity: 1;
}
.product-tabs_main details[open] > summary:after,
.product-accordions_main details[open] > summary:after {
  opacity: 0;
}
.related__products .stamped-product-reviews-badge {
  height: 26px;
}
/* PDP end */

/* Third-party Apps */
#insta-feed>h2,
#stamped-reviews-widget .stamped-carousel-title {
    font-size: 1.5rem;
    padding-bottom: 9px;
    margin-bottom: 32px;
    opacity: .75;
    position: relative;
    text-align: center;
    font-family: var(--TYPE-STACK-KICKER);
    font-style: var(--TYPE-STYLE-KICKER);
    font-weight: var(--TYPE-WEIGHT-KICKER);
    text-transform: var(--FONT-KICKER-TRANSFORM);
    letter-spacing: var(--FONT-KICKER-LETTER-SPACING);
}
#insta-feed>h2:after {
    content: "";
    margin: auto;
    width: 70px;
    height: 1px;
    background: var(--primary);
    opacity: .6;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
#stamped-reviews-widget .stamped-carousel-title {
  font-size: 1.5rem !important;
  font-weight: var(--TYPE-WEIGHT-KICKER) !important;
  padding-bottom: 0;
}
#stamped-reviews-widget .stamped-carousel-subtitle,
#stamped-reviews-widget .stamped-reviews-date,
#stamped-reviews-widget .stamped-reviews-title,
#stamped-reviews-widget .stamped-reviews-message-block,
#stamped-reviews-widget .stamped-reviews-author,
#stamped-reviews-widget .stamped-reviews-product-title a {
  font-family: var(--FONT-STACK-BODY) !important;
  font-style: var(--FONT-STYLE-BODY) !important;
  color: var(--text-light) !important;
}
#stamped-reviews-widget .stamped-reviews-date {
  font-size: 12px !important;
  font-weight: 400 !important;
}
#stamped-reviews-widget .stamped-reviews-title {
  text-transform: uppercase;
  color: var(--text-dark);
  font-weight: var(--TYPE-WEIGHT-KICKER) !important;
}
#stamped-reviews-widget .stamped-reviews-author {
  color: var(--text-dark) !important;
}
#stamped-reviews-widget .stamped-reviews-product-title a {
  font-size: 12px !important
}
@media only screen and (min-width: 1400px) {
  footer .footer-bottom {
    max-width: var(--LAYOUT-WIDTH);
    width: calc(100% - 62px);
  }
}

@media only screen and (min-width: 768px) {
  .rt-section-icons .medium-up--one-half {
    width: 50%;
  }
  .rt-section-icons .medium-up--one-third {
      width: 33.3333333333%;
  }
  .rt-section-icons .medium-up--one-quarter {
      width: 25%;
  }
  .rt-section-icons .medium-large--one-fifth {
      width: 20%;
  }
  .rt-section-icons .medium-large--one-sixth {
      width: 16.6666666667%;
  }
  .rt-section-icons .medium-up--one-seventh {
    width: 14.2857142857%;
  }
  .rt-section-icons .medium-large--one-eighth {
      width: 12.5%;
  }
  .rt-section-icons .medium-up--one-nineth {
    width: 11.1111111111%;
  }
  .rt-section-icons .medium-large--one-tenth {
      width: 10%;
  }

  .footer .footer__newsletter--offset {
      margin-inline-end: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  footer .footer-bottom {
    max-width: var(--LAYOUT-WIDTH);
    width: calc(100% - 62px);
  }
}

@media only screen and (max-width: 767px) {
  footer .footer-socials ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
  footer .footer-bottom {
    margin: auto;
    display: block;
    position: absolute;
    bottom: -80px;
    width: calc(100% - 30px);
    text-align: center;
    padding-bottom: 10px;
  }
  footer .footer-bottom .footer-bottom--col.brand-img {
    display: none;
  }
  footer .footer-bottom .pay img {
    height: 20px;
    margin: auto;
  }
  footer .footer-copyright {
    margin-top: 8px;
  }
  footer .footer__content__inner .grid__item {
    background: var(--COLOR-FOOTER-BG);
  }

  [data-grid]:not([data-grid-no-gutters]),
  [data-grid][data-grid-no-gutters],
  [data-grid] {
    width: calc(100% + var(--outer));
    padding-left: 0;
    margin: 0;
    scroll-padding: 0;
  }
  [data-grid][data-grid-small] [data-item] {
    width: calc(
      (100%) / var(--grid-small-items) -
        (
          var(--gutter) - 1px / var(--grid-small-items) *
            (var(--grid-small-items) - 1)
        )
    );
  }
  .grid--slider {
    margin: 0;
  }
  .rt-slider-progress {
    width: 100%;
    height: 4px;
    background-color: var(--bg-accent);
    position: relative;
    margin: 10px 0;
    border-radius: 2px;
  }

  .rt-slider-progress-fill {
    width: 0%; 
    height: 100%;
    background-color: var(--border); 
    transition: width 0.3s ease;
    border-radius: 2px;
  }
  /* PDP start */
  .product-tabs_main .rte__table-wrapper tr,
  .product-accordions_main .rte__table-wrapper tr {
    display: flex;
    flex-direction: column;
  }
  .product-tabs_main .rte__table-wrapper tr td,
  .product-accordions_main .rte__table-wrapper tr td {
    width: 100% !important;
    border: 0;
    padding-inline: 0;
  }

  .space-x-r11 > :not([hidden]) ~ :not([hidden]) {
    margin-left: 16px;
  }
  .product-tabs_main h4,
  .product-tabs_main h3,
  .product-accordions_main h4,
  .product-accordions_main h3{
    font-size: var(--font-7);
  }
  .product-page .product__block__description p,
  .form__selectors .radio__legend,
  .form__selectors .radio__legend span,
  .product__align-left .shopify-payment-button__more-options {
    font-size: 16px;
  }
  .product-tabs_main details summary h4,
  .product-tabs_main details summary h3,
  .product-accordions_main details summary h4,
  .product-accordions_main details summary h3 {
    font-size: 16px;
  }
  .product-tabs_main button,
  .product-accordions_main .accordion__body button {
    font-size: 13px;
  }
  /* PDP end */
}

#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
/* Semi-transparent background */
  justify-content: center;
  align-items: center;
}

#popupContent {
    position: relative;
    max-width: 90%;
    width: 800px;
    background: white;
    padding: 20px;
    border-radius: 10px;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

#popupButton, .modalBtn {
    background-color: #336633;
    color: white;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-align: center;
}

#popupButton:hover, .modalBtn:hover {
    background-color: #336633;
}

#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

#popupContent {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 20px;
    border-radius: 5px;
}

#closePopup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
}


@media only screen and (max-width: 479px) {
  .collection--compact-mobile .js-grid {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .collection--compact-mobile .collection__content,
  .collection--compact-mobile .collection-nav {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  #popupContent iframe {
    height: 100vh !important;
  }
}

@media (max-width: 767px) {
  #popupContent iframe {
    height: 500px;
  }
}

.rt--cozy-template .stamped-fa.stamped-fa-star,
.rt--cozy-template .stamped-fa.stamped-fa-star-o,
.rt--cozy-template .cbb-frequently-bought-discount-message {
  color: var(--primary) !important;
}
.rt--cozy-template .cbb-frequently-bought-add-button:hover,
.rt--cozy-template .summary-rating-bar>div {
  background: var(--primary) !important;
}

#collapseaffiliatly iframe { visibility: visible }


/* hulk form start */
.over--flow {
    overflow: hidden;
}
.hulk-form-button {
    background-color: #363;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin: 20px auto;
    text-align: center;
}
.hulk--form-container.popup {
    display: none;
}
.hulk--form-container.popup[open] {
    display: block;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
}
.hulk--form-content {
    position: relative;
    background-color: #FEFEFE;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 40%;
    {%if section.settings.enabled_popup %}
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    {% endif %}
}
.hulk--form-container .close-popup {
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.hulk--form-container .close-popup:hover, 
.hulk--form-container .close-popup:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.hulk--form-container .form-header {
    padding: 2px 16px;
}
.hulk--form-container .form-body {
    padding: 2px 16px;
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0;
    }
    to {
        top: 0;
        opacity: 1;
    }
}

@media only screen and (max-width: 1024px) {
    .hulk--form-content {
        width: 60%;
    }
}
@media only screen and (max-width: 860px) and (min-width: 768px) {
    .hulk--form-content {
        width: 65% !important;
    }
}
@media only screen and (max-width: 768px) {
    .hulk--form-content {
        width: 90% !important;
    }
}

/* hulk form end */