/** Shopify CDN: Minification failed

Line 619:32 Unexpected "{"
Line 619:43 Expected ":"
Line 619:47 Unexpected "{"
Line 623:28 Unexpected "{"
Line 623:39 Expected ":"
Line 623:43 Unexpected "{"
Line 628:27 Unexpected "{"
Line 628:38 Expected ":"
Line 628:42 Unexpected "{"
Line 633:31 Unexpected "{"
... and 8 more hidden warnings

**/

a.article--excerpt-readmore { font-weight: 600; background: #1d1d1d; padding: 2px 10px 2px 20px; color: #fff; border-radius: 3px; transition: all 0.5s ease;}
a.article--excerpt-readmore:hover {color:#fff; background: #343434;}
.article--excerpt-content.pxu-lia-element {text-align: left !important;}
.article--excerpt-meta-item:nth-child(2) {display: none;}
.article--excerpt-title a { font-weight: 600; }
h2.article--excerpt-title {margin-bottom: 0 !important; }
.article--excerpt-text.rte p { margin: 5px 0 0 0;}
h2.home-section--title { font-weight: 600; font-size: 22.5px;}

div#shopify-section-template--18284730286390__dynamic_html_mDkKt3  .custom-html--container {margin-top: 0;}
div#shopify-section-template--18284730286390__dynamic_html_mDkKt3 { background: #f5f5f5; padding: 60px 0;}
div#shopify-section-template--18284730286390__dynamic_html_mDkKt3 h2 {font-size: 22.5px; margin-top: 0 !important;}

a.blogposts--footer-link { padding: 16px; background: #1d1d1d; display: inline-block; font-weight: 500; border-radius: 5px; color: #fff; margin: 0 0 20px 0;}
a.blogposts--footer-link:hover {color: #fff; background: #343434;}

legend.options-selection__option-header span {
    color: #aeaeae;
    font-weight: 500;
}

.options-selection__option-name { color: #1d1d1d !important; font-weight: 600 !important;}

.read-more-content {
  display: none;
}

.read-more {
  cursor: pointer;
}

.read-less {
  display: none;
  cursor: pointer;
}

.product-sku {
  margin: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.5;
  background-color: #eaeaea;
  color: #1d1d1d;
  display: inline-block;
  padding: .4rem 1.2rem;
  border-radius: 3.8rem;
}

.product-description {
    margin: 0;
}

.product-block--collapsible-tab {
  border: 0 !important;
}

a.navmenu-link.navmenu-link-depth-3 {
    font-weight: 600 !important;;
}

a.navmenu-link.navmenu-link-parent { font-weight: 600 !important;}

.sub-collection-section-box {
    border: 1px solid rgba(128, 128, 128, .16) !important;
    box-shadow: 0 1px 4px #8080801c !important;
    margin-top: 0 !important;
}

.sub-collection-section-box-content a h3 {
    font-weight: 500 !important;
    font-family: 'Figtree', sans-serif !important;
    font-size: 15px !important;
}


/* Container to center content and limit max width */
.custom-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
  margin-top: 40px; 
}

/* Flex layout for sidebar + content */
.page-with-sidebar-wrapper {
  display: flex;
  gap: 2rem;
}

/* Sidebar 30%, with some styling */
.page-with-sidebar-wrapper .sidebar {
  flex: 0 0 30%;
  background: #fff;
  padding: 1rem 1rem 1rem 0;
  border-radius: 0.5rem;
  box-sizing: border-box;
}

/* Content 70% */
.page-with-sidebar-wrapper .main-content {
  flex: 1 1 70%;
  box-sizing: border-box;
}

/* Responsive: stack on small screens */
@media (max-width: 768px) {
  .page-with-sidebar-wrapper {
    flex-direction: column;
  }

  .page-with-sidebar-wrapper .sidebar,
  .page-with-sidebar-wrapper .main-content {
    flex: 1 1 100%;
  }
}

.sidebar-menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar-menu-item {
  margin-bottom: 10px;
}

.sidebar-menu-link {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
}

.sidebar-menu-icon {
  margin-right: 8px;
  /* optional: font-size, vertical-align, etc */
}

li.sidebar-menu-item a {
    font-weight: 600;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 4px;
    font-size: 1.1em;
}

li.sidebar-menu-item a.active {
  background-color: #71a655;  /* Your desired background color */
  color: white;               /* Your desired text color */
  border-radius: 4px;         /* Optional: rounded corners */
  display: block;             /* Make the entire link area clickable */
}

  /* Empire accordion button styles */
  .collapsible__button {
    background: #f9f9f9 !Important;
    border: 1px solid #ddd !Important;
    padding: 12px 16px !Important;
    cursor: pointer !Important;
    font-weight: 600 !Important;
    margin-top: 10px !Important;
    border-radius: 4px !Important;
    color: #212121 !Important;
  }
  .collapsible__button[aria-expanded="true"] {
    background: #eaeaea !Important;
  }
  .collapsible__content {
    padding: 15px 20px !Important;
    margin-bottom: 15px !Important;
    background: white !Important;
  }

.collapsible-tab__heading {
  cursor: pointer;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 1.125rem;
  color: #000;
  user-select: none;
  position: relative;
  justify-content: flex-start; /* left align icon & text */
}

.collapsible-tab {
    text-align: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 20px 0;
    padding: 0;
    background: #fff;
    box-shadow: 0 1px 1px #0000000d;
}

.collapsible-tab__text {
  padding: 16px 20px 20px;
  margin: 0;
  line-height: 1.625;
  color: #000; /* medium gray text */
  border-top: 1px solid #ddd;
  border-radius: 0 0 6px 6px;
}

  li.navmenu-item.navmenu-basic__item.navmenu-id-black-friday a {
  background-color: #06aded;
    border-radius: 3px;
    color: #fff;
  text-shadow: 0 0 5px #ff000040, 0 0 10px #ff000040, 0 0 15px #ff000040;
  animation: pulseGlow 1.5s infinite ease-in-out;
}

@keyframes pulseGlow {
  0% {
    text-shadow: 0 0 5px #ff000040, 0 0 10px #ff000040, 0 0 15px #ff000040;
  }
  50% {
    text-shadow: 0 0 10px #ff000040, 0 0 20px #ff000040, 0 0 10px #ff000040;
  }
  100% {
    text-shadow: 0 0 5px #ff000040, 0 0 10px #ff000040, 0 0 5px #ff000040;
  }
}

span.product__badge.product__badge--clearance {
    background: #ff7c0b;
    color: #fff;
}
.productitem__badge--clearance {
  background-color: #ff7c0b; /* orange */
  color:#fff;
}

span.highlights-banner__heading {
    font-size: 1.4rem;
    font-weight: 500;
    color: #1d1d1d;
}
.collection--description.short {
  position: relative;
  max-height: 150px;        /* preview height */
  overflow: hidden;
  background-color: #fff;   /* match your actual background */
}

.collection--description.short::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4em;              /* height of fade effect */
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  pointer-events: none;
}


.collection--description.expanded {
  max-height: none;
}

.read-more-btn {
  background: none;
  border: none;
  color: #007ace;
  cursor: pointer;
  margin-top: 10px;
  font-weight: bold;
}

.inputStyle {
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  box-sizing: border-box !important;
  height: 42px !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 10px !important;
  transition: all 0.4s !important;
  -webkit-transition: all 0.4s !important;
  width: 100% !important;
}

.inputStyle:focus {border-color: #7f7f7f !important;}

.selectBoxStyle {
  background: #fff !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
  height: 42px !important;
  padding: 0 0 0 5px !important;
  width: 100% !important;
  color: #7f7f7f !important;
}

.restock-alerts-variant-select {margin:15px 0!important; color: #71a655 !important;border: 1px solid #71a655 !important;background-color: #71a6550f !important;}
.modalBoxUpperSectionStyle input, select{font-family: 'Figtree', sans-serif !important;}


.modalBoxStyle {
  border-radius: 4px !important;
  width: 500px !important;;
}


.notifyButtonStyle {
  cursor: pointer !important;
  margin:  0 !important;
  padding: 10px 30px !important;
  position: relative !important;
  text-align: center !important;
  white-space: normal !important;
  width: 100%;
  z-index: 1;
  margin: 0;
  background: #5a31f4 !important;
  border: 1px solid #5a31f4 !important;
  border-radius: 3px !important;
}


.x1lliihq.x1ghz6dp.x1717udv.xjb2p0i.xggjnk3.x1hl2dhg.xjbqb8w.x1wty727.x1b6ykf0.x1gnnqk1.x6mezaz.x14y7zgk.x9f619.x2lwn1j.x10rsq8x.xdi48bf.x1d5ugub.x13jbg0v.x19dipnz.x1d8kn6q {
    font-weight: 600 !important;
}

/* Quantity Dropdown – Match variant button styling */
.quantity-selector__dropdown {
  height: 54px !important;                 /* Matches your Add to Cart button height exactly */
  width: 90px !important;
  padding: 0 14px !important;
  
  font-size: 14px !important;              /* FIX: Normal readable font size */
  line-height: 1 !important;
  color: #1d1d1d !important;

  border: 1px solid #d1d1d1 !important;    /* Matches your variant buttons */
  border-radius: 4px !important;
  background-color: #fff !important;

  box-sizing: border-box !important;
  cursor: pointer;

  /* Remove browser native dropdown arrow */
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;

  /* FIX: Add proper custom dropdown arrow */
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%231d1d1d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 20px;
}

div#shopify-installments {
    font-family: 'Figtree', sans-serif !important;
    font-size: 14px !important;
    color: #1d1d1d !important; }

    .bf-banner {
  background: #16233a;       /* Same as your dark blue banner */
  color: #fff;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  margin: 10px 0 6px 0;
}

.bf-banner strong {
  font-weight: 700;
}

.bf-code {
  font-weight: 700;
  background: #000;          /* Makes the code pop */
  padding: 2px 4px;
  border-radius: 4px;
}


/* Don't let the key-details bar stretch full width */
.key-details {
  display: inline-flex !important;
  align-items: center !important;
  width: auto !important;
}

.key-details__icon {
  width: 20px !important;
  height: 20px !important;
  margin-right: 6px !important;
  flex-shrink: 0 !important;
}

.key-details__wrapper {
  flex-grow: 0 !important;   /* THE MAIN FIX */
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tp-micro {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 6px;
}

.tp-micro a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: inherit;
}

.tp-micro-stars {
  height: 16px;   /* FULL 5 stars but smaller */
  width: auto;
}

.tp-micro-logo {
  height: 12px;   /* Micro TP wordmark */
  opacity: 0.7;
  margin-left: 2px;
}

.tp-micro-score {
  font-weight: 600;
}

.tp-micro-text {
  color: #666;
}

.tp-micro-reviews {
  font-weight: 600;
}


/* Limit ONLY the inner content of the sticky bar */
[data-essential-cart-element="sticky-product-content-inner-wrapper"] {
    max-width: 1400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 100% !important;
    padding-left: 20px !important;   /* keeps mobile spacing */
    padding-right: 20px !important;
}


.msg__container {
    border: 1px solid #c9c7c5 !important;
    border-bottom: none !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-align: center;
    font-size: 14px;
}

.step__container {
    border: 1px solid #c9c7c5;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.basic__step-container { border: none !important;}
.msg__container strong {
    padding: 0.3rem 0.8rem !important;
    border-radius: 3.8rem;
    margin: 0 5px; 
    background: #eaeaea !important;
}
/* ================================
   PAYMENT BLOCK CLEAN CARD STYLE
   ================================ */

/* ---- SHARED CARD STYLE FOR CLEARPAY + KLARNA ---- */
.shopify-block-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR,
.shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 12px;
    padding: 18px 20px;
    margin: 15px 0;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    display: flex !important;
    flex-direction: row;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px;
    text-align: left !important;
}

/* ---- MAKE ANY INNER CONTENT ALIGN LEFT ---- */
.shopify-block-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR *,
.shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL * {
    text-align: left !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

/* ---- LOGO SIZING ---- */
.shopify-block-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR img,
.shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL img {
    max-height: 22px !important;
    margin-right: 6px !important;
    float: left !important;
}

/* ---- REMOVE WEIRD EXTRA SPACING INSIDE APP TEXT ---- */
.shopify-block-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR p,
.shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
    font-size: 15px !important;
}

/* ---- EXTRA: SPACING BETWEEN THE TWO CARDS ---- */
.shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL {
    margin-top: 12px;
}

/* Wrap the Clearpay + Klarna section neatly */
.clearpay-klarna-wrapper {
    background: #fff;
    border: 1px solid #eee;
    padding: 16px;
    border-radius: 8px;
    margin: 20px 0;
}

/* Outer wrapper styling for Clearpay + similar app blocks */

div#shopify-block-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR {
    padding: 14px !important;
    border: 1px solid #c9c7c5 !important;
    background: #efedea !important;
    border-radius: 4px !important;
    border-bottom: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius:0 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    line-height: normal !important; 
    font-size: 16px !Important;
}

#placement-AVTFESGxMdHNFd2pzK__clearpay_on_site_messaging_payments_messaging_erNAiR { margin: 0;}

.product-block .product-app { margin: 0 !Important;}

div#shopify-block-ATmowa1grcTRZQ3B2c__klarna_on_site_messaging_app_block_YkiLQL {
    margin: 0 0 20px 0 !important;
    border: 1px solid #c9c7c5 !important;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
    padding: 5px 0;
    background: #efedea !important;
}

.template-product .shopify-payment-terms {
    display: none !important;
}
form[data-payment-terms-target],
shopify-payment-terms {
    display: none !important;
}

#shopify-section-template--25542107890042__17634660286a9604a9 h2 {
    font-size: var(--font-size-heading-medium) !important;
    font-weight: 500 !important;
    margin: 3rem 0;

    
}


div#shopify-block-AUVhsS0Q3eEszTzlOd__ai_gen_block_d19d64d_Kn43ph {
    padding: 0rem 0 5rem 0;
}

.options-selection__select select {
    box-shadow: none !important;
}

/* MOBILE FIXES */
@media screen and (max-width: 768px) {

  .ai-reviews-slider-container-{{ ai_gen_id }} {
    padding: 0 20px;
  }

  .ai-reviews-slider-slide-{{ ai_gen_id }} {
    flex-direction: column;
    gap: 16px;
  }

  .ai-reviews-slider-card-{{ ai_gen_id }} {
    padding: 20px;
  }

  /* KEEP headline natural on mobile */
  .ai-reviews-slider-headline-{{ ai_gen_id }} {
    line-height: 1.3;
    white-space: normal;
  }

  /* Force line 2 (text + logo) to stay together */
  .headline-line-2-{{ ai_gen_id }} {
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    white-space: nowrap !important;   /* ← prevents unwanted wrapping */
  }

  .headline-line-2-{{ ai_gen_id }} img {
    display: inline-block;
    vertical-align: middle;
  }
}
/* COLLAPSED STATE */
.collection-description--collapsed {
  max-height: 160px; /* show ~180 characters visually */
  overflow: hidden;
  position: relative;
}

/* Fade-out effect */
.collection-description--collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: linear-gradient(to bottom, transparent, white);
}

/* Read more button style */
.read-more-toggle {
  margin-top: 8px;
  color: #1a73e8; /* your brand link blue */
  cursor: pointer;
  font-weight: 500;
  background: none;
  border: none;
  padding: 0;
}
      .sub-collection-section-box {

        width: calc(16.67% - 25px);

        padding: 1rem;

        background: #fff;

        transition: height .25s cubic-bezier(.4,0,.2,1), box-shadow .25s cubic-bezier(.4,0,.2,1);

        border: 1px solid rgba(128, 128, 128, .16);

        box-shadow: 0 1px 4px #8080801c;margin: 10px;

    }

    .sub-collection-section {

        display: flex;

        align-items: stretch;

        flex-direction: row;

        flex-wrap: wrap;

        justify-content: flex-start;

        margin-top: 1.75rem;

        padding: 0;

    }

    .sub-collection-section-box:hover {

        box-shadow: 0 2px 8px #80808033;

    }

    .sub-collection-section-box-content a h3 {

        font-family: Lato, sans-serif;

        font-style: normal;

        font-weight: 400;

        font-size: var(--font-size-body);

        margin: .625rem 0 0;

        line-height: 1.3125;

        letter-spacing: normal;

        text-transform: none;

        white-space: normal;

    }

    .sub-collection-section-box-content a {

        text-decoration: none;

        color: #000;

    }

    .sub-collection-section-box-content {

        text-align: center;

    }

    .sub-collection-section-box-img a img {

        display: block;

        width: auto;

        height: auto;

        max-width: 100%;

        max-height: 100%;

        margin: 0 auto;

    }

  @media (max-width: 1199.98px) {

    .sub-collection-section-box{

      width: calc(20% - 25px);

    }

  }

  }

  @media (max-width: 991.98px) {

    .sub-collection-section-box{

      width: calc(25% - 25px);

    }

  }

  @media (max-width: 767.98px) {

    .sub-collection-section-box{

      width: calc(33.33% - 25px);

    }

  }

  @media (max-width: 575.98px) {

    .sub-collection-section-box{

      width: calc(50% - 25px) !important;

    }

  }

  /* MOBILE ONLY */
@media (max-width: 768px) {
  .sticky-basket-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 14px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.18);
    z-index: 99999;
  }

  .sticky-info {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 12px;
  }

  .sticky-sale-price {
    color: #c62020;
    font-size: 20px;
    font-weight: 700;
  }

  .sticky-old-price {
    text-decoration: line-through;
    color: #888;
  }

  .sticky-stock {
    color: #1a7f31;
    font-weight: 600;
  }

  .sticky-stock.out {
    color: #cc0000;
  }

  .sticky-controls {
    display: flex;
    gap: 12px;
    align-items: center;
  }

  .qty-box {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .qty-btn {
    background: #f7f7f7;
    border: none;
    width: 36px;
    height: 42px;
    font-size: 20px;
  }

  #sticky-qty {
    width: 50px;
    text-align: center;
    border: none;
    outline: none;
    font-size: 18px;
  }

  .sticky-add-btn {
    flex: 1;
  background-color: #32aa3c;
  border: 1px solid rgba(0,0,0,0);
    border: none;
    padding: 14px 12px;
    border-radius: 4px;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
  }
}

/* Hide sticky ATC on desktop */
#sticky-atc {
  display: none !important;
}

/* Show ONLY on mobile */
@media (max-width: 768px) {
  #sticky-atc {
    display: block !important;
  }
}
