/** Shopify CDN: Minification failed

Line 122:0 All "@import" rules must come first

**/
/* Layout: quantity + ATC button inline on all screen sizes */
.atc-qty {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.atc-qty quantity-wrapper.buttoned-input {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0;
}

.atc-qty .quantity-submit-row__submit {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}

.atc-qty .add-to-cart {
  width: 100%;
  display: block;
}

/* Remove stacking behavior and sticky override */
@media screen and (max-width: 749px) {
  .atc-qty {
    flex-direction: row;
    align-items: center;
  }

  .atc-qty .quantity-submit-row__submit,
  .atc-qty quantity-wrapper.buttoned-input {
    width: auto;
  }

  .product-form.sticky-content-container {
    position: static !important;
  }

  /* ADDED: Hide the desktop title/subtitle/review block on mobile */
  .product-header {
    display: none;
  }
}

/* Hide the quantity label */
.quantity-submit-row label[for="quantity"] {
  display: none;
}

/* Ensure Shop Pay buttons full width */
.product-dynamic-payment-button,
.shopify-payment-button {
  width: 100% !important;
  display: block;
  margin-top: 1rem;
}

/* Optional: ensure spacing between SPB and ATC */
.product-dynamic-payment-button {
  margin-top: 0.5rem;
}
.ContainerCommon__Container, .ShopPromiseLayout__Clickable {
  border-radius: 0 !important;
}
/* Desktop inline reviews styling */
/* Product title, subtitle, and review alignment */
.product-header {
  margin-bottom: 1rem;
}
.product-header__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
  row-gap: 0.25rem;
}

.product-title {
  margin: 0;
  font-weight: var(--heading-font-weight);
  font-family: var(--heading-font-family);
  text-transform: uppercase;
}

.theme-product-reviews {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
  line-height: 1;
}

.cc-rating-custom-caption {
  font-size: 0.875rem;
  color: #555;
}

.product-subtitle {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 0.25rem;
  color: #333;
}

/* product title fonts */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@700&display=swap");

:root {
  --heading-font-family: "Tropiline", "Cooper BT", Times New Roman, Times, serif;
  --heading-font-weight: 600;
}
.slp_6434b9.slp_ba31b4 {
  display: none;
}
@font-face {
  font-family: "Tropiline";
  src: url("/cdn/shop/files/Tropiline.woff2?v=1748140082")
    format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tropiline";
  src: url("/cdn/shop/files/Tropiline_Italic.woff2?v=1748140082")
    format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Tropiline";
  src: url("/cdn/shop/files/Tropiline_Semi_Bold.woff2?v=1748140082")
    format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Tropiline";
  src: url("/cdn/shop/files/Tropiline_Bold.woff2?v=1748140082")
    format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* hero block z-index fix */
.hero-text-text_Dnpajw,
.hero-heading-heading_fVCN44 {
  z-index: unset;
}

/* mega menu scents x 6 */
@media (min-width: 1000px) {
  .navigation .navigation__columns--over-5-cols .navigation__column {
    flex: 0 0 16%;
  }
}
/* backorder styling */
.product-form .backorder {
  padding: 10px;
  color: white;
  background-color: var(--product-label-preorder-text);
}

h1.product-title,
.product-block__title {
  font-family: "Roboto Condensed", var(--heading-font-family);
  font-optical-sizing: auto;
  font-weight: 700;
  font-display: swap;
  font-style: normal;
  text-transform: uppercase;
}
/*h1.product-title {
  margin: 0 0 0.1em;
}
.product-block__title {
  font-size: calc(0.5 * var(--font-scale) + var(--base-text-size));
}*/

/* 
/* variant */
.custom-select__btn {
  border: 1px solid #1a1a1a;
  border-radius: 3px;
}
/* recharge widget customization */
recharge-subscription-widget {
  margin-top: 10px;
}
.rc-purchase-option {
  border: 2px solid #1a1a1a !important;
  border-radius: 0px !important;
}

/* shop pay buttons */
.product-dynamic-payment-button shopify-accelerated-checkout {
  --shopify-accelerated-checkout-button-border-radius: 0px;
  --shopify-accelerated-checkout-button-box-shadow: #1a1a1a;
}

/* klarna */
[data-testid*="credit-promotion-auto-size"] {
  border: 0 !important;
}
/* styling shopify buttons */
.shopify-payment-button .shopify-payment-button__button--unbranded {
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: black;
}
/* flame cursor icon */
/*a,
button,
.btn,
label,
summary,
[role="button"],
[type="checkbox"],
[type="radio"],
[type="submit"] {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🔥</text></svg>")
      16 0,
    auto;
}
button,
label,
summary,
[role="button"],
[type="checkbox"],
[type="radio"],
[type="submit"] {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🔥</text></svg>")
      16 0,
    auto;
}

a,
button,
label,
summary,
[role="button"],
[type="checkbox"],
[type="radio"],
[type="submit"],
.btn,
.product-info-accordion.span {
  cursor: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'  width='40' height='48' viewport='0 0 100 100' style='fill:black;font-size:24px;'><text y='50%'>🔥</text></svg>")
      16 0,
    auto;
}*/

/* BUTTONS */

/*button.add-to-cart {
  transition: 0.2s;
  font-family: var(--heading-font-family);
  font-weight: 600;
}
.sticky-atc__buttons button.add-to-cart {
  font-size: 13px;
}*/
.shopify-payment-button .shopify-payment-button__button--unbranded:hover {
  transition: background-color 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: white !important;
  color: #1a1a1a !important;
  border: 1px solid #1a1a1a !important;
}
.product-form .input-row,
.buy-buttons-row {
  margin: 10px 0;
  clear: both;
}
.product__rating {
  justify-content: left;
}
.product-form .quantity-submit-row .quantity-submit-row__submit {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
span.final-sale {
  color: white;
  background-color: red;
  font-size: 0.9em;
}
.btn[disabled] {
  pointer-events: wait;
  background: #eaeaea;
  border-color: #808080;
  color: #808080;
}

/* shopify theme customizations */
/*.product-price--large .price__default,
.product-price--large .price--on-sale .price__current, .upnova-price-amount, .upnova-price-container {
  color: #105541;
  font-size: 1.4rem;
  font-weight: var(--heading-font-weight);
}

.product-price--large .price__default, .upnova-price-amount--compare {
  font-size: calc(0.5 * var(--font-scale) + var(--base-text-size));
}

@media (min-width: 768px) {
  .product-price--large .price--on-sale .price__current::before, span.upnova-price-amount::before {
    content: "Now ";
    color: #105541;
  }
}
@media (min-width: 768px) {
  .product-price--large .price--on-sale .price__was, span.upnova-price-amount.upnova-price-amount--compare::before {
    opacity: 0.8;
    font-weight: var(--base-font-weight);
    font-size: 1.1rem;
  }
  .product-price--large .price--on-sale .price__was::before, span.upnova-price-amount--compare::before {
    content: "Was ";
    text-decoration: unset;
  }
}
@media (max-width: 767.98px) {
  .product-price--large .price__was, .upnova-price-amount .upnova-price-amount--compare::before {
    opacity: 0.8;
    font-weight: var(--base-font-weight);
    font-size: 1.1rem;
  }
  .product-price--large .price__was::before, .upnova-price-amount .upnova-price-amount--compare::before {
    content: "Was ";
    text-decoration: unset;
  }
  .product-price--large .price--on-sale .price__current::before, .upnova-price-amount::before {
    content: "Now ";
    color: #105541;
  }
  .product-price--large .price__was.empty::before {
    content: "" !important;
    display: none;
  }
}
span.price__was.empty::after {
  content: "";
  display: none;
}

.product-price--block .price__current {
  font-weight: var(--heading-font-weight);
  color: #105541;
}
.product-price--block .price__was {
  opacity: 0.9;
  color: darkred;
}
.shopify-installments {
  display: none;
}*/

/* Design Packs */
.dsgn-pck__small-heading,
.dsgn-pck__item-heading,
.dsgn-pck__section h1,
.dsgn-pck__section h2,
.dsgn-pck__section h3,
.dsgn-pck__section h4 {
  font-family: var(--heading-font-family);
  font-weight: var(--heading-font-weight);
}
/* Postscript Back In Stock Button Styling */
#ps-bis-widget__button.ps-bis-button {
  padding: 10px 15px;
  border: 1px solid #105541;
  text-align: center;
  margin: 10px auto 0 auto;
  width: 100%;
  text-transform: uppercase;
  font-family: var(--base-font-family);
}
/* back in stock button styling for PDP */
#BIS_trigger,
.klaviyo-bis-trigger {
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 5px;
  line-height: 15px;
  font-family: var(--base-font-family);
  border-radius: 0px;
  border: 2px solid #1a1a1a;
  background-color: #105541;
  /*box-shadow: 4px 4px #1a1a1a;*/
}
#BIS_trigger:hover,
.klaviyo-bis-trigger:hover {
  border: 2px solid #105541;
  background-color: #fff;
  /*box-shadow: 4px 4px #1a1a1a;*/
  color: #105541;
}
.BIS_trigger {
  width: 100%;
  margin-top: 11px;
  line-height: 22px;
  background-color: #105541;
  color: white;
  padding: 5px 25px;
  font-family: var(--base-font-family);
  font-size: var(--button-text-size);
  border-radius: 0px;
}
.BIS_trigger:hover {
  background-color: #1a1a1a;
  color: white;
}
.BIS_collection button {
  display: block;
}
button.bis-collection-button.bis-trigger.button {
  background-color: #105541 !important;
  padding: 5px 13px !important;
  color: white !important;
  border-radius: 0px !important;
  font-size: 84% !important;
  font-family: sans-serif !important;
  width: 100% !important;
  display: block !important;
}
/* Okendo Star Rating Align Left */
.product__inner [data-oke-star-rating] {
  text-align: left !important;
}
.oke-sr-count,
.oke-sr-rating,
.oke-sr-stars {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 7px;
}

/* shopify pay in 4 terms removal */
shopify-payment-terms {
  display: none;
}
