/** Shopify CDN: Minification failed

Line 846:58 Unexpected "{"

**/
/* FJS custom CSS */
:root {
    --color-orange: #F58F6C;
    /*--product-on-sale-accent: 245, 143, 108; */
    --product-on-sale-accent: 83, 182, 221;
    --color-teal: #53b6dd; 
}
body {
    text-wrap: balance;
    text-wrap: pretty;
}
.color-orange {
    color: var(--color-orange);
}
.bg-orange {
    background-color: var(--color-orange);
}


/* HEADER */
.header-sticky {
    position: fixed !important;
    top: 0;
    top: calc(var(--enable-sticky-announcement-bar, 0) * var(--announcement-bar-height, 0px)) !important;
    width: 100%;
    transition: top 0.3s ease-in-out;
}

.header__linklist .button-accent{ margin-right: 16px;}
.header__linklist .button-accent a{
  background-color: var(--color-teal);
  color: #fff;
  border-radius: 5px;
  padding: 4px 13px;
}

@media screen and (max-width: 1200px) {
    .header__wrapper{
        gap: 20px;
    }
    .header__logo{
        order: 1;
        flex: 1 1 0;
    }
    .header__customer-tag{
        /* order: 2; */
    }
    .header__inline-navigation, .header__secondary-links{
        flex: 0;
        order: 4;
    }    
    .header__inline-navigation{
        order: 3;
    }
}

.mobile-nav__footer{      
    gap: 20px;    
}
.mobile-nav__footer a{
    border: 1px solid #000;
    flex: 1;
    text-align: center;
    justify-content: center;
    font-size: 19px;
    line-height: 2;
}

.drawer__header--shadowed{ justify-content: flex-end;}
.mobile-nav__link{
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}
.drawer__content > .mobile-nav > .mobile-nav__item:nth-child(9){
    border-top: 1px solid rgba(var(--text-color),.15);
    padding-top: 10px;
    margin-top: 10px;
}
.drawer__content > .mobile-nav > .mobile-nav__item:nth-child(n+9) > .mobile-nav__link{
    font-size: 19px;
    font-weight: 400;
    padding: 3px 0;    
}
.collapsible .mobile-nav__link{
    font-size: 16px;
    font-weight: 400;    
    line-height: 2;
    color: #737373;
}
.mobile-nav .mobile-nav{
    padding: 0;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}
.mobile-nav .mobile-nav .mobile-nav__item{
    margin-bottom: 0;
}

.announcement-bar__message{
  display: flex;
  align-items: center;
  gap: 10px;
  /* text-align: left; */
  justify-content: center;
}
.announcement-bar__message p{ margin:0;}

/* FOOTER */
.footer .klaviyo-form .go2852734388,
.footer .klaviyo-form{
  margin-top: 5px;
}
.footer .klaviyo-form [data-testid='form-row']:nth-child(2):has(button) {
    position: absolute !important;
    right: 0;
    top: 0;
}

.footer .klaviyo-form .needsclick[data-testid="form-component"] {
    padding: 0 !important;
}

.footer .klaviyo-form .go2852734388 * {
    font-size: 12px !important;
    font-family: inherit !important;
}


/* theme.css overwrites */
.quantity-selector__input {
    -moz-appearance: textfield;
}


/* Bundle Builder */
.bundle-components {
    font-size: 12px;
}
.bundle-components ul {
    padding: 0 0 5px 0;
    font-size: 10px;
    list-style: none;
    margin: 0;
    text-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: black transparent;
}
.bundle-components ul::-webkit-scrollbar {
    height: 2px;
}
.bundle-components ul::-webkit-scrollbar-track {
    background: transparent;
}
.bundle-components ul::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 2px;
}


/* FJS - Blog Nav */
.image-text-gallery__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    background-color: rgb(var(--primary-button-background));
    color: rgb(var(--primary-button-text-color));
    border: none;
    cursor: pointer;
  }
  .image-text-gallery__arrow:disabled {
    opacity: 0.5;
    cursor: not-allowed;
  }
  .image-text-gallery__arrow svg {
    width: 20px;
    height: 20px;
  }

/* FORMS */
.cf-form-block .cf-field{ margin:0;}
.cf-field label,
.input label{
  font-size: 14px;
  margin-bottom: 2px;
  display: block;
  text-align: left;
}
.cf-field label.cf-enum-field__choice{ font-size: 12px;}

 
/* VIP Pages */
  [class*="page-vip-membership"] button.cf-submit-form.cf-button.btn.button:disabled {
    opacity: 0.7;
  }
  
  [class*="page-vip-membership"] .cf-field {
    margin: 0 !important; 
    padding: .4em !important;
  }
  
  [class*="page-vip-membership"] .cf-form-block  {
    padding: 20px 30px !important;
    margin-top: 30px;
    background: #F9F7F5;
    color: #282f3f;
    border-radius: 15px;
  }
  
  [class*="page-vip-membership"] .cf-form-actions {
    margin-top: 0px !important;
    display: flex;
  }
  
  [class*="page-vip-membership"] .cf-cancel,
  [class*="page-vip-membership"] .cf-next-step,
  [class*="page-vip-membership"] .cf-prev-step,
  [class*="page-vip-membership"] .cf-submit-form,
  [class*="page-vip-membership"] .cf-shop-now a {
    color: #fff;
    padding: 8px 16px;
    font-weight: 300;
    height: 40px;
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 0px;
  }
  
  [class*="page-vip-membership"] .cf-submit-form {
    white-space: nowrap;
  }
  
  [class*="page-vip-membership"] .cf-shop-now a {
      display: flex;
      align-items: center;
      padding: 10px 30px;
  }
  
  [class*="page-vip-membership"] .cf-step-tabs {
    margin-bottom: 0 !important;
  }
  
  [class*="page-vip-membership"] .cf-prev-step,
  [class*="page-vip-membership"] .cf-cancel {
    background: #AFAFAF;
  }
  
  [class*="page-vip-membership"] .cf-next-step,
  [class*="page-vip-membership"] .cf-submit-form,
  [class*="page-vip-membership"] .cf-shop-now a {
    background: #282f3f;
  }
  
  [class*="page-vip-membership"] .cf-step-counter {
    margin-bottom: 5px;
  }
  
  [class*="page-vip-membership"] .cf-form-inner .cf-form-actions button {
    margin: 0 1em 0 0 !important;
  }
  
  [class*="page-vip-membership"] .cf-field input[type=text],
  [class*="page-vip-membership"] .cf-field input[type=email],
  [class*="page-vip-membership"] .cf-field input[type=number],
  [class*="page-vip-membership"] .cf-field input[type=tel],
  [class*="page-vip-membership"] .cf-field input[type=password],
  [class*="page-vip-membership"] .cf-field textarea {
    width: 100%;
    max-width: none;
    border-radius: 5px;
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #B7B7B7;
  }
  
  [class*="page-vip-membership"] .cf-field label,
  [class*="page-vip-membership"] .cf-field-errors,
  [class*="page-vip-membership"] .cf-field-description {
    font-size: 12px;
  }

  [class*="page-vip-membership"] h3 {
    margin-block-start: 0px !important;
  }

/* FJS - APR In Salon Classes*/
.fjs--social-block {
  display: flex;
  justify-content: center;
  gap: 50px;
}

.fjs--social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .fjs--social-block {
    text-align: center;
    flex-direction: column;
    gap: 16px;
  }
}  

/* Judge.me */
  .jdgm-medals {
    display: none;
  }
  
  .jdgm-sort-dropdown {
    padding: 10px 20px 10px 10px !important;
  }
  
  .jdgm-ask-question-btn {
    border: 1px solid #339999 !important;
    font-weight: 300 !important; 
  }
  
  .jdgm-star {
    color: #53b6dd !important;
  }
  
  .jdgm-histogram__bar-content {
    background-color: #53b6dd !important;
  }
  
  .jdgm-ans, .jdgm-rev__reply {
    background-color: rgba(51, 153, 153, 0.1) !important;
  }
  
  .jdgm-rev__share-btn, .jdgm-rev__thumb-btn {
    color: #CCC !important;
  }
  
  .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
      color: #1B1B1B !important;
      background-color: #EDF5F5 !important;
  }
  
  .jdgm-btn--solid, input[type=submit].jdgm-btn--solid {
    background-color: #1b1b1b !important;
  }  

  #judgeme_product_reviews .jdgm-rev.jdgm-rev{
    border-radius: 5px;
  }

/* BLOG */
  .article-list .article-item__image{
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }

  .blog-hair-tutorials .article-list .article-item__image{
    aspect-ratio: inherit;
  }
  .article__wrapper p a:not(.button){ font-weight: 600;}



/*  */

@media screen and (max-width:998px){
  .page-whats-new .image-with-text{ padding-left: 0; padding-right: 0;}  
}

.check-if-you-qualify-button {
  display: none;
}

/* PDP Changes - JUN25  */
/* AccessIBE */
access-widget-ui::part(acsb-trigger) { 
  width: 36px; 
  height: 36px; 
  left: auto; 
  right:  0px;
  border-radius: 8px 0px 0px 8px;
  z-index: 9998 !important; 
} 
/* Gorgias */
#gorgias-chat-container {
  position: fixed !important;
  z-index: 9998 !important; 
  display: none;
}
#chat-button {
  left: auto !important;
  right: 0px !important;
  bottom: 130px !important; 
  width: 36px !important;
  height: 36px !important;
}

/* Klaviyo */
.kl-teaser-WpirkC, .kl-teaser-Rsyd6f { 
  margin: 0px !important; 
  /*transform: rotate(90deg) scaleX(-1) translate( -32px, 0px)  !important;*/
  transform: rotate(90deg) translate(172px, 0px) !important;
}


.kl-teaser-WpirkC .Teaser-pointer-Hn1zd, .kl-teaser-Rsyd6f .Teaser-pointer-Hn1zd {
  height: 36px;
  min-height: 36px !important;
  padding: 4px 8px !important;
  border-radius: 8px 8px 0px 0px !important;
}

@media screen and (min-width: 740px) {
  .kl-teaser-WpirkC button, .kl-teaser-Rsyd6f button { 
    left: -5px !important;
    right: auto !important; 
  }

  .kl-teaser-WpirkC .Teaser-pointer-Hn1zd, .kl-teaser-Rsyd6f .Teaser-pointer-Hn1zd {
    transform: rotate(180deg);
  }
}

.kl-teaser-Rsyd6f {
  left: auto !important;
  right: 0px !important;
  transform-origin: right top !important;
}

.kl-teaser-WpirkC {
  top: 47% !important;
}

@media screen and (max-width: 740px) {
  .kl-teaser-WpirkC, .kl-teaser-Rsyd6f { 
    transform: rotate(90deg) scaleX(-1) translate(-12px, 0px)  !important;
  }
  .kl-teaser-WpirkC .Teaser-pointer-Hn1zd, .kl-teaser-Rsyd6f .Teaser-pointer-Hn1zd {
    transform: scaleX(-1) rotate(180deg);
  }
}

/* PDP */
.price_with_reviews {
  display: flex;
}

.jdgm-prev-badge__text {
    font-size: small;
}

/* Product Quantity + Add to Cart Block */
.product-quantity-add-cart-block {
  margin: 20px 0;
}

.product-quantity-add-cart-block__inner {
  display: flex;
  align-items: center;
  gap: 15px;
}

.product-quantity-add-cart-block__quantity {
  flex: 0 0 auto;
  width: 120px;
}

.product-quantity-add-cart-block__button {
  flex: 1 1 auto;
}

.product-quantity-add-cart-block .product-form__payment-container {
  margin-block-start: 0px;
}

.product-quantity-add-cart-block .container {
  padding: 0px;
}

.product-form__add-button {
  line-height: 1.4;
  padding: 12px 16px;
}

@media screen and (max-width: 740px) {
    .product-quantity-add-cart-block--sticky-mobile[data-sticky-mobile] {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 10;
        background-color: #fff;
        padding: 10px 20px;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(130%);
        transition: transform 0.3s ease-out;
    }
    
    .product-quantity-add-cart-block--sticky-mobile[data-sticky-mobile].is-visible {
        transform: translateY(0px);
        margin: 0px;
    }

    .product-meta {
        margin: 16px 0;  
    }
  
    body:has(.product-quantity-add-cart-block--sticky-mobile[data-sticky-mobile]) {
        padding-bottom: 60px;
    }
}

/* Featured products and Ninja */
@media screen and (max-width: 740px) {
  .mini-cart__recommendations-list .limoniapps-discountninja-badge-inner-border {
    padding: 2px 4px !important;
  }
  .mini-cart__recommendations-list .limoniapps-discountninja-badge-inner-border span {
    font-size: 10px !important;
  }
}

/* Shears Guide */
.page-shears-guide .section:has(#shear-quiz), .page-shears-guide .section:has(#script) { margin-top: 0;}
.page-shears-guide .section:has([class*="comparison-heading-"]), .page-shears-guide .section:has(#script), .page-shears-guide .shopify-section--apps { margin-bottom: 0;}
.page-shears-guide .shopify-section--apps .jdgm-carousel-title-and-link h2 {
  font-size: 45px;
  color: #282F3F;
  line-height: 1;
  margin-bottom: 10px;
}

.page-shears-guide .shopify-section--apps .container {
  background-color: #EEE;
}

.page-shears-guide .shopify-section--apps .jdgm-carousel-item {
  background-color: #FFF;
  margin: 0px 10px 10px 0px;
  padding: 40px 20px;
  border-radius: 8px;
  box-shadow: 5px 5px 5px #ccc;
  width: 32.1%;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel--done .jdgm-carousel__item-container {
  padding-bottom: 10px;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__product-image {
  flex-shrink: 0;
  width: 60px; 
  height: 60px; 
  object-fit: cover;
  position: absolute;
  top: 40px;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__review-title {
  padding-left: 65px;
  text-align: left;
  white-space: wrap;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__review-rating {
  padding-left: 30px;  
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__review-body {
  margin: 0;
  position: absolute;
  top: 140px;
  width: 200px;
  text-align: left;
  -webkit-line-clamp: 3 !important; 
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__reviewer-name-wrapper {
  text-align: left; 
  margin: 8px 0;
  position: absolute;
  top: 220px;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__reviewer-name {
  font-weight: 700;
  color: #282F3F;
  opacity: 1;
}
.page-shears-guide .shopify-section--apps .jdgm-carousel-item__reviewer-name-wrapper:after {
  content: 'Verified Buyer';
  color: #169e53;
  padding-left: 20px; 
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23169e53' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 12 2 2 4-4'/%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 16px 16px;
}

@media screen and (max-width: 768px) {
  .page-shears-guide .shopify-section--apps .jdgm-carousel-item {
    width: 97%;
  }
  .page-shears-guide .shopify-section--apps .jdgm-carousel-title-and-link h2 {
    font-size: 26px;
  }
}

/* Out of stock block */
.label--subdued {
  margin-right: 10px;
  padding: 4px 6px 2px;
  line-height: 1.3;
  border: 1px solid #DADADA;
  color: #FA6161;
  background: rgba(249, 247, 245, 0.9);
  border-radius: 4px;
  text-align: center;
}

#klaviyo-bis-button-container {
  margin-bottom: 0px !important;
}

.product-form__payment-container {
  gap: 0px;
}

.product-quantity-add-cart-block__quantity.js-hide-quantity {
  display: none;
}

.product-meta__price-list-container {
  padding-right: 6px;
}

.product-form__payment-container button[disabled] .loader-button__text {
  text-transform: uppercase !important;
  color: #FA6161;
}

/* FAQ */
.page-faqs .section {
  background-color: #f9f7f5;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .page-faqs .section--flush{
    padding: 45px 0 30px;
  }
}

.page-faqs .container {
  padding-bottom: 0px;
  padding-top: 20px;
}

.page-faqs .image-with-text-block__image-wrapper {
  background-color: #f9f7f5 !important;
}
.page-faqs .image-with-text-block__image-wrapper img{
  object-position: 50% 50% !important;
}



@media screen and (max-width: 768px) {
  .page-faqs .fjs-faq { padding-top: 20px;}
}

/* US EXCLUSIVE PRODUCTS STYLING */
.us-exclusive-restriction {
  padding: 16px 20px;
  background-color: #f9f7f5;
  border: 1px solid #e3e6ea;
  border-radius: 8px;
  text-align: center;
  color: #6c757d;
  font-weight: 500;
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Discount Ninja and Cart Drawer */
.limoniapps-discountninja-cart-item-product-comment {
  display: flex;
  line-height: 1.4;
  padding: 8px 15px;
  background-color: #f9f7f5;
  border-radius: 4px;
  align-items: center;
}

.limoniapps-discountninja-cart-item-product-comment::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 8px; 
  margin-top: 2px;
  color: rgb(85, 85, 85);
  background-image: url("data:image/svg+xml,%3Csvg focusable='false' width='10' height='10' class='icon icon--discount-badge' viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.93734 1.1171C9.97075 0.521457 9.47854 0.0292498 8.88291 0.0626607L5.39562 0.258271C5.15016 0.27204 4.91836 0.375751 4.74452 0.549595L0.707107 4.58701C0.316582 4.97753 0.316583 5.6107 0.707107 6.00122L3.99878 9.29289C4.3893 9.68342 5.02247 9.68342 5.41299 9.29289L9.4504 5.25548C9.62425 5.08163 9.72796 4.84984 9.74173 4.60438L9.93734 1.1171ZM7.05882 2.94118C7.3837 3.26605 7.91042 3.26605 8.23529 2.94118C8.56017 2.6163 8.56017 2.08958 8.23529 1.76471C7.91042 1.43983 7.3837 1.43983 7.05882 1.76471C6.73395 2.08958 6.73395 2.6163 7.05882 2.94118Z' fill='rgb(85, 85, 85)'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* Shear Sizing */
.page-shear-sizing .section {
  margin: 0 !important;
}

.page-shear-sizing .section--flush .container {
  padding: 20px;
}

.page-shear-sizing .text-with-icons__list {
  padding-top: 40px;
}

.go3442790476 {
  display: none !important;
}

.go3431972610 svg {
  padding-top: 4px;
}

.go3431972610 {
  align-items: flex-start !important;
}

label[for="__10__16"] .kl-private-reset-css-Xuajs1 {
  margin-right: 0px !important;
  font-size: 12px !important;
}

/* Client-Ready Kits Page */
.page-client-ready-kits .shopify-section--faq .section {
  margin: 0px;
}

.page-client-ready-kits .shopify-section--faq .section .container {
  background: #f9f7f5;
  padding: 64px 0px;
}

.page-client-ready-kits .shopify-section--faq .faq__item[data-question-category] {
  background: transparent;
}

.collection-client-ready-kits product-item .aspect-ratio--square img:first-child {
  padding: 25px;
}

.page-client-ready-kits section:has(.glow-banner__background){
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  background-color: #000000;
}

.collection-client-ready-kits product-item .aspect-ratio--square img:first-child,
.collection-shop-all product-item .aspect-ratio--square img:first-child{
  padding: 25px;
}

.collection-client-ready-kits .shopify-section--slideshow .vertical-breather,
.collection-shop-all .shopify-section--slideshow .vertical-breather {
  padding-block: 0;
}
.collection-client-ready-kits .shopify-section--slideshow .content-box,
.collection-shop-all .shopify-section--slideshow .content-box {
    min-height:150px;
    display: flex;
    justify-content: center;
}
.collection-client-ready-kits .shopify-section--slideshow .button-wrapper,
.collection-shop-all .shopify-section--slideshow .button-wrapper {
    position: absolute;
    bottom: 6.5%;
}
.collection-client-ready-kits .shopify-section--slideshow .button-wrapper a,
.collection-shop-all .shopify-section--slideshow .button-wrapper a {
  padding: 8px 30px;
  line-height: 1;
}
@media screen and (max-width: 1000px) {
  .collection-client-ready-kits .shopify-section--slideshow .slideshow__image,
  .collection-shop-all .shopify-section--slideshow .slideshow__image {
    object-position: left;
  }
  .collection-client-ready-kits .shopify-section--slideshow .content-box,
  .collection-shop-all .shopify-section--slideshow .content-box {
    aspect-ratio: 1.8 / 1;
  }
  .collection-client-ready-kits .shopify-section--slideshow .button-wrapper a,
  .collection-shop-all .shopify-section--slideshow .button-wrapper a {
    padding: 6px clamp(10px, calc(10px + 1vw), 50px);;
    line-height: 1;
    font-size: clamp(10px, calc(10px + 0.5vw), 16px);
    letter-spacing: -0.3px;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .collection-client-ready-kits .shopify-section--slideshow .button-wrapper,
 .collection-shop-all .shopify-section--slideshow .button-wrapper {
    left: calc(6% - 134px);
  }
}
@media screen and (max-width: 740px) {
  .collection-client-ready-kits .shopify-section--slideshow .button-wrapper,
  .collection-shop-all .shopify-section--slideshow .button-wrapper {
    left: calc(4% - 44px);
  }
}

/* Black Friday Assets */
[class*="-black-friday"] #main,
[class*="collection-"] #main,
[class*="collection-"] { background: #141414;}

[class*="collection-"] .shopify-section--main-collection,
[class*="collection-"] .product-facet__filters-header p,
[class*="collection-"] .product-facet__sort-by-title,
[class*="collection-"] .pagination__nav-item,
[class*="collection-"] .h2,
[class*="collection-"] h3 { 
  color: #ffffff; 
}

.index-samvilla .glow-banner__subtitle p a:not(.button),
[class*="collection-"] .page-content,
[class*="collection-"] .breadcrumb__list li,
[class*="collection-"] p a:not(.button), 
[class*="collection-"] .rte a:not(.button) { 
  color: #f9f7f5; 
  text-decoration-color: #f9f7f5;
}

.index-samvilla .header__linklist .button-accent a,
[class*="collection-"] .header__linklist .button-accent a,{
  background-color: #53b6dd ;
}

.index-samvilla .jdgm-star,
[class*="collection-"] .jdgm-star { color: #53b6dd !important; }

.index-samvilla .glow-banner__subtitle p a:not(.button):hover, 
[class*="collection-"] p a:not(.button):hover, 
[class*="collection-"] .rte a:not(.button):hover, 
[class*="collection-"] .link:hover {
  color: #999999;
  text-decoration-color: #999999; 
}

[class*="collection-"] .limoniapps-discountninja-productprice-replaced.limoniapps-discountninja-otherpage .limoniapps-discountninja-shortcode-original_price .money:not(:where(#shopify-section-mini-cart *, [id*="mini-cart"] *)) {
  color: #ffffff !important;
} 

[class*="collection-"] .product-item__image-wrapper { border-radius: 6px; } 
[class*="collection-"] section:has(.glow-banner__background), 
[class*="collection-"]  .section:has([class*="countdown-timer-"]) {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

[class*="collection-"] .shopify-section--custom-html .container {
  padding-top: 20px;
}

[class*="collection-"] .container:has(.faq) {
  padding-top: 20px;
  padding-bottom: 20px;
}

[class*="collection-"] .glow-banner__content {
  position: absolute;
  top: -5%;
}

/* Glow effect for product cards*/
[class*="collection-"] .product-item__image-wrapper {
  position: relative;
}

[class*="collection-"] .product-item__image-wrapper > a img:not(:where(#shopify-section-mini-cart *, [id*="mini-cart"] *)) {
    width: 93%;
    height: 93%;
    border-radius: 6px;
    border: 2px solid #5CA1CC;
}

[class*="collection-"] .product-item__image-wrapper:not(:where(#shopify-section-mini-cart *, [id*="mini-cart"] *))::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  height: 95%;
  margin: 0 auto;
  margin-top: 2.5%;
  border: 1px solid #5CA1CC;
  border-radius: 0px;
  pointer-events: none;
  z-index: 0; 
  animation: neonPulse 2s ease-in-out infinite;
}

@keyframes neonPulse {
  0%, 100% {
    border-color: #5CA1CC;
    box-shadow: 
      0 0 1px #5CA1CC,
      0 0 2px #5CA1CC,
      0 0 3px #5CA1CC,
      inset 0 0 1px #5CA1CC,
      inset 0 0 2px #5CA1CC,
      inset 0 0 3px #5CA1CC;
  }
  50% {
    border-color: #ffffff;
    box-shadow: 
      0 0 5px #5CA1CC,
      0 0 10px #5CA1CC,
      0 0 15px #5CA1CC,
      inset 0 0 5px #5CA1CC,
      inset 0 0 10px #5CA1CC,
      inset 0 0 15px #5CA1CC;
  }
}

@media screen and (pointer: fine) {
  [class*="collection-"] .product-item__quick-form .button {
    opacity: 0.8;
    border-radius: 0px 0px 6px 6px;
    border: 2px solid #5CA1CC;
    backdrop-filter: blur(10px);
  }
}

.page-vip-black-friday .button {
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1.4;
  padding: 10px 48px;
}

.page-vip-black-friday .glow-banner__button {
  border-radius: 6px;
  font-weight: 300;
  line-height: 1.4;
  padding: 10px 68px;
}

[class*="collection-"], 
[class*="collection-"] .feature-column,
[class*="collection-"] .feature-column .feature-row,
[class*="collection-"] .section__color-wrapper,
[class*="collection-"] .faq__category,
[class*="collection-"] .faq__item .collapsible-toggle,
[class*="collection-"] .faq__item .collapsible,
[class*="collection-"] .shopify-section--header { 
  background-color: #141414; 
}

[class*="collection-"] .mobile-toolbar__item { 
  background-color: #282828; 
  border-left: 1px solid rgba( 255, 255, 255, 0.2); 
  border-bottom: 1px solid rgba( 255, 255, 255, 0.2); 
}


[class*="collection-"] .product-title .h5, 
[class*="collection-"] .feature-column,
[class*="collection-"] .feature-column .heading,
[class*="collection-"] .faq__category,
[class*="collection-"] .faq__item .collapsible-toggle,
[class*="collection-"] .text-with-icons__item, 
[class*="collection-"] .text-with-icons__content-wrapper .heading,
[class*="collection-"] .mobile-toolbar {
   color: #ffffff; 
  }

[class*="collection-"] .scratch-coupon-code { display: none; }

[class*="collection-"] .faq__item .text-container p,
[class*="collection-"] .scratch-coupon-description, 
[class*="collection-"] .scratch-button-secondary, 
[class*="collection-"] .text-with-icons__content-wrapper { 
  color: #f9f7f5; 
  }

[class*="collection-"] .faq__item[data-question-category] {
  background-color: #141414; 
  border-bottom: 1px solid rgba(255,255,255, 0.7);
}

/* NAV */
.header, .mega-menu, #mobile-menu-drawer, #mobile-menu-drawer .drawer__header { background-color: #141414; color: #ffffff; }
.header__search-bar .predictive-search__input, .header__logo, #mobile-menu-drawer .drawer__footer:before { filter: invert(1); }
.mega-menu__title { color: #f9f7f5; }
.header--bordered:not(.header--transparent) { box-shadow: 0 1px #141414; }
.header__bottom-navigation { border-top: 1px solid rgba(var(--header-border-color), 0.2); } 
/* End NAV */

[class*="collection-"] .limoniapps-discountninja-badge:not(:where(#shopify-section-mini-cart *, [id*="mini-cart"] *)) {
  left: 3.1% !important;
}

[class*="collection-"] .limoniapps-discountninja-badge-inner:not(:where(#shopify-section-mini-cart *, [id*="mini-cart"] *)) {
  border-top-left-radius: 6px !important;
}

[class*="collection-"] .flexible-content-gallery__item { 
  border-radius: 0px !important;
}

[class*="collection-"] .product-item .aspect-ratio--square img:first-child {
  padding: 0px;
}

[class*="collection-"] .klaviyo-form-Xuajs1,
.page-black-friday-backstage-pass .kl-teaser-Yv6nL6,
.page-black-friday-backstage-pass .kl-teaser-T8khzm { display: none !important;}

@media screen and (min-width: 1000px) {
  .mini-cart__recommendations .product-item__image-wrapper {
    width: 150px;
    margin-block-start: 3px;
  }
  .mini-cart__recommendations .product-item__image-wrapper img {
    padding: 0px !important;
  }
}

.page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button,  
.page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button,  
.page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button,
.index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button,  
.index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button,  
.index-samvilla .video-button,  
.index-samvilla .slideshow__slide-list a.button.button--primary {
    display: inline-block;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(92, 193, 226, 0.8);
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.3s ease;
}

.page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button::after,
.page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button::after,
.page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button::after,
.index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button::after, 
.index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button::after, 
.index-samvilla .video-button::after,
.index-samvilla .slideshow__slide-list a.button.button--primary::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: -1;
    pointer-events: none;
}

.page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button::before,
.page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button::before,
.page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button::before,
.index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button::before, 
.index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button::before, 
.index-samvilla .video-button::before,
.index-samvilla .slideshow__slide-list a.button.button--primary::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: rgba(92, 193, 226, 0.8);
    filter: blur(15px);
    z-index: -1; 
    opacity: 0.5;
    transition: all 0.3s ease;
}

.page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button:hover::before,
.page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button:hover::before,
.page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button:hover::before,
.index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button:hover::before, 
.index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button:hover::before, 
.index-samvilla .video-button:hover::before,
.index-samvilla .slideshow__slide-list a.button.button--primary:hover::before {
    width: 140%;
    height: 120%;
    opacity: 1;
    filter: blur(12px);
    background: rgba(92, 193, 226, 0.5);
}

.page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button:hover,
.page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button:hover,
.page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button:hover,
.index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button:hover, 
.index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button:hover, 
.index-samvilla .video-button:hover,
.index-samvilla .slideshow__slide-list a.button.button--primary:hover {
    box-shadow: 0 0 8px rgba(92, 193, 226, 1);
    transform: scale(1.04, 1.1);
}

.index-samvilla .video-button-overlay--center  {
    top: auto;
    bottom: 8%;
    @media screen and (min-width: 740px) and (max-width: 1300px) {
      bottom: 8%;
    }
    @media screen and (min-width: 1300px) {
      bottom: 4%;
    }
    @media screen and (min-width: 1600px) {
      bottom: 0%;
    }
}

.index-samvilla .video-button {
    border: none;
    padding: 10px 45px;
}

.index-samvilla .video-button:hover {
    border: none;
    color: #fff;
    background-color: #000;
}

@media screen and (max-width: 740px) {
    .page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button,
    .page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button,
    .page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button,
    .index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button, 
    .index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button, 
    .index-samvilla .video-button,
    .index-samvilla .slideshow__slide-list a.button.button--primary {
        box-shadow: 0 0 8px rgba(92, 193, 226, 0.5);
        animation: neonPulse 2s ease-in-out infinite;
    }
  
    .page-evergreen-deals #gallery-item-content_item_GHpA6k a.flexible-content-gallery__item-button::before,
    .page-evergreen-deals #gallery-item-content_item_3dXBnA a.flexible-content-gallery__item-button::before,
    .page-evergreen-deals #gallery-item-content_item_4HWbab a.flexible-content-gallery__item-button::before,
    .index-samvilla #gallery-item-content_item_KQEmVC a.flexible-content-gallery__item-button::before,
    .index-samvilla #gallery-item-content_item_E4wCep a.flexible-content-gallery__item-button::before, 
    .index-samvilla .video-button::before,
    .index-samvilla .slideshow__slide-list a.button.button--primary::before {
        box-shadow: 
            0 0 2px 4px rgba(92, 193, 226, 0.3),
            0 0 4px 8px rgba(92, 193, 226, 0.2),
            0 0 6px 12px rgba(92, 193, 226, 0.1);
        opacity: 1;
    }
    .collection-black-friday .glow-banner__background { margin-bottom: -60px; }
}

/* Home Banner */
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .index-samvilla .glow-banner__title p,   
  .index-samvilla .glow-banner__subtitle p {
    font-size: 18px;
  }
  .index-samvilla .glow-banner__subtitle { bottom: 8% !important; }
  .index-samvilla .glow-image-2 { display: none;}
  .index-samvilla .glow-banner__button { padding: 12px 25px 10px !important; }
}
/* End Home Banner */
/* Glow & Glassmorphism*/
.index-samvilla .shopify-section--fjs-flexible-content-gallery::before {
  content: '';
  position: absolute;
  width: 100%; 
  height: 100%;
  margin-top: -300px;
  opacity: 0.8; 
  background-image: url('/cdn/shop/files/bluebg-v2.webp?v=1763507937');
  background-size: cover; 
  background-position: center;
  background-repeat: no-repeat;
}
.index-samvilla .flexible-content-gallery__item-content {
background: rgba(255, 255, 255, 0.3);
border-radius: 6px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(6.2px);
-webkit-backdrop-filter: blur(6.2px);
/*border: 1px solid rgba(255, 255, 255, 0.3);*/
}
.index-samvilla .flexible-content-gallery__item {
  background: none;
}
.index-samvilla .flexible-content-gallery__item-background--color {
    background-color: rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 740px) {
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-image {
    right: calc(49.5% - 450px) !important;
  }
  [class*="collection-"] .glow-image-3 {
    left: calc(50% - 100px) !important;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__title,   
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__subtitle {
    left: calc(50% - 135px) !important;
    letter-spacing: -0.3px;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__content {
    left: calc(50% - 308px) !important;
  }
  [class*="collection-"] .limoniapps-discountninja-badge { top: 0.9% !important; }
  /* Home Banner */
  .index-samvilla .glow-image {
    right: calc(43% - 370px) !important;
  }
  .index-samvilla .glow-image-3 {
    left: calc(33% - 105px) !important;
  }
  /* End Home Banner */
  [class*="collection-"] .shopify-section-group-footer-group { 
    margin-top: 40px;
    position: relative;
    z-index: 2;
  }
  .page-vip-black-friday .button, .page-vip-black-friday .glow-banner__button {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 740px) {
  .go417382439 .button {
    font-size: 16px !important;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-image {
    right: calc(39.5% - 260px) !important;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__subtitle {
    max-width: max-content !important;
    left: calc(62% - 128px) !important;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__title {
    left: calc(60% - 150px) !important;
  }
  [class*="collection-"] .glow-image-3 {
    left: calc(62% - 100px) !important;
  }
  [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__content {
    top: -8%;
  }
  [class*="collection-"] .limoniapps-discountninja-badge { top: 0.4% !important; }

  /* Password Popup*/
  [class*="collection-"] .shopify-section--password-protection-bf .glow-banner__title {
    left: calc(55% - 80px) !important;
  }
  [class*="collection-"] .shopify-section--password-protection-bf .glow-image {
    right: calc(33% - 210px) !important;
  }
  [class*="collection-"] .shopify-section--password-protection-bf .glow-image-2 {
    left: calc(56% + 35px) !important;
  }
  /* Home banner */
  .index-samvilla .glow-image { right: calc(30% - 190px) !important; }
  .index-samvilla .glow-banner__subtitle {
    max-width: max-content !important;
  }
  .index-samvilla .glow-image-3 {
    left: calc(62% - 100px) !important;
    transform: translate(-50%, -50%) rotate(0deg) scale(1.25);
  }
  /* End Home Banner */
  .index-samvilla .flexible-content-gallery__list { display: flex; flex-direction: column; align-items: center;}
  .index-samvilla .flexible-content-gallery__item { border-radius: 6px;}
}
@media screen and (max-width: 430px) {
    [class*="collection-"] .glow-image-3 img {
      width: 150% !important;
      position: relative;
      left: calc(-44% + 70px) !important;
      top: -15px;
    }
    [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__title {
      left: calc(54% - 80px) !important;
      bottom: 22% !important;
    } 
    [class*="collection-"] .shopify-section:not(.shopify-section--password-protection-bf) .glow-banner__subtitle {
      left: calc(54% - 66px) !important;
      font-size: 12px !important;
    }
}

/* Menu Highlight */
.mega-menu__column .linklist[role="list"] a[href="/collections/black-friday"],
.mobile-nav__item a[href="/collections/black-friday"] {
  color: #53b6dd;
  font-weight: 700;
}

.mega-menu__column .linklist[role="list"] a[href="/pages/client-ready-kits"],
.mobile-nav__item a[href="/pages/client-ready-kits"],
.mega-menu__column:has(a[href="/collections/client-ready-kits"]),
.mobile-nav__item a[href="/collections/client-ready-kits"] {
  display: none; 
}

/* Product Compare */
.drawer__content .product-form__compare { display: none; }

/* Discoun Ninja Fix */
.limoniapps-discountninja-cart-item-product-comment {
  max-width: 250px;
}
.limoniapps-discountninja-subtotalcomment-summary-body .limoniapps-discountninja-subtotalcomment-summary-row:not(:first-child) {
  display: none;
}
[data-la-dn-cart-item-text] .limoniapps-discountninja-cart-item-product-comment:before {
  display: none;
}
[data-la-dn-cart-item-text] > .limoniapps-discountninja-cart-item-product-comment:not(:last-of-type)::before {
  display: none;
}
@media screen and (min-width: 741px) {
  .line-item__price-list-container {
    padding-inline-start: 5px;
  }
}
.line-item__image-wrapper {
  margin-inline-end: 12px;
}
.mobile-only {
  display: none;
}
.desktop-only {
  display: inline;
}
@media (max-width: 740px) {
  .mobile-only {
    display: block;
  }
  .desktop-only {
    display: none;
  }
}
@media screen and (max-width: 740px) {
    .page-evergreen-deals .flexible-content-gallery__item {
        aspect-ratio: 1 / 1;
    }
}
/* End NINJA FIX */

/* Annoucemente Bar */
.announcement-bar__list { min-height: 58px;}
@media screen and (max-width: 740px) {
  .announcement-bar__list { margin: -10px 0;}
}

/* BF Pop Up 
    .kl-teaser-Yv6nL6, 
    .kl-teaser-T8khzm { 
        display: none !important;
    }  */

/* Black Friday VIP Discount Progress Bar */

.promo-discount-bar, .shipping-bar__text {
  margin-block-end: 8px;
  margin-block-start: 8px;
  color: rgb(var(--text-color));
  font-size: 0.8rem;
}
.shipping-bar { margin-block-start: 8px; }
@media screen and (min-width: 741px) {
    .shipping-bar--large .shipping-bar__progress {
        margin-block-start: 8px;
    }
}

.shipping-bar__progress:after {
  top: 1.5px;
  bottom: 1.5px;
  left: 1px;
  right: 1px;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25); 
  border-radius: 6px;
  background: linear-gradient(180deg,rgb(109, 114, 117) 0%,rgb(56, 58, 59) 100%);
}

.shipping-bar__progress {
  border: none;
  padding: 4px;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 6px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.promo-discount-bar .shipping-bar__progress {
  border-color: #141414;
}

.promo-discount-bar .shipping-bar__progress:after {
  background: linear-gradient(180deg, #53b6dd 0%, #008fc2 100%);
}

.promo-discount-bar .shipping-bar__text strong {
  color: rgb(0, 143, 194);
  font-weight: 600;
}

/* Tier markers on the progress bar */

.promo-bar__marker {
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 2px;
    background-color: rgba(255, 255, 255, 0.8);
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.promo-bar__marker:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #53b6dd;
    border: 2px solid white;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}