/** Shopify CDN: Minification failed

Line 748:3 Unexpected "/"

**/
/* Container */
.nl-picker {
    position: relative;
    width: 74px;
    cursor: pointer;
  }
  
  /* Frame */
  .nl-picker__frame {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 94px;
    margin-bottom: 8px;
    background-color: #fff;
    border-radius: 1px;
    border: 0.3px solid rgba(33, 25, 18, 0.698);
  }
  
  /* Image */
  .nl-picker__image {
    display: none;               /* hidden by default until an image is set */
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  /* Centered plus */
  .nl-picker__plus {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    /* height: 12px; */
    transform: translate(-50%, -50%);
    display: block;
    color: #211912; /* icon color */
  }
  .nl-picker__plus-icon {
    width: 100%;
    height: 100%;
  }
  
  /* Lock icon (hidden by default) */
  .nl-picker__lock {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13px;
    height: 17px;
    transform: translate(-50%, -50%);
    display: none;
  }
  .nl-picker__lock-icon {
    width: 100%;
    height: 100%;
  }
  
  /* Remove button (hidden by default) */
  .nl-picker__remove {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 16px;
    height: 16px;
    padding: 0;
    background: transparent;
    border: 0;
    display: none;
    cursor: pointer;
  }
  .nl-picker__remove-icon {
    width: 10px;
    height: 10px;
  }
  
  /* Label */
  .nl-picker__label {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #211912;
    line-height: 1;
    margin-top: 8px;
  }
  
  /* State helpers (toggle with JS or server-side classes)
     - show image (hide plus)
     - show remove
     - show lock (and optionally hide interactions)
  */
  .nl-picker--has-image .nl-picker__image { display: block; }
  .nl-picker--has-image .nl-picker__plus { display: none; }
  
  .nl-picker--removable .nl-picker__remove { display: block; }
  
  .nl-picker--locked .nl-picker__lock { display: block; }
  .nl-picker--locked .nl-picker__plus { display: none; }

  .bundle-picker{
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 32px;
    margin: 0px;
  }

  /* Free badge */
  .nl-picker__badge{
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 10px !important;
    line-height: 14px;
    font-weight: 600;
    color: #FDFCFB;
    padding: 0 10px;
    background: #3fa055;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    text-transform: uppercase;
    margin: 0 !important;
  }
 /* Drawer for nl-picker *//* Drawer for nl-picker */
 .nl-drawer {
    position: fixed;
    inset: 0;
    z-index: 1200; /* above header/menu */
    visibility: hidden;
    display: flex;
    justify-content: flex-end; /* right side */
  }
  
  .nl-drawer.active { visibility: visible; }
  
  .nl-drawer__overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.5);
    display: block !important;
  }
  
  .nl-drawer__inner {
    position: relative;
    height: 100%;
    width: 89vw;
    max-width: 500px;
    background: #fff;
    border-left: 1px solid rgba(33,25,18,0.2);
    transform: translateX(100%); /* start off-screen to the right */
    transition: transform var(--duration-default, 200ms) ease;
    outline: none;
    overflow-y: auto;            /* enable vertical scroll */
    -ms-overflow-style: none;    /* IE/Edge */
    scrollbar-width: none;       /* Firefox */
  }
  .nl-drawer__inner::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }
  .nl-drawer.active .nl-drawer__inner {
    transform: translateX(0);
  }
  
  .nl-drawer__close {
    top: 10px;
    right: -10px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
  }
  .bundle-collection{
    display: flex;
    flex-wrap: wrap;
    gap:16px;
    row-gap: 32px;
    padding: 16px;

  }
  .bundle-collection .quantity{
    position: absolute;
    width: 100%;
    z-index: 9;
    min-height: 30px;
    top:0px;
  }
 .bundle-collection .quantity:after,.bundle-collection .quantity:before{
    border-radius: 0px;
  }
  .bundle-product{
    position: relative;
    flex: 1 1 calc(33.333% - 16px);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  /* Drive visibility from slot state */
.nl-picker[data-selected="true"] .nl-picker__image { display: block; }
.nl-picker[data-selected="true"] .nl-picker__remove { display: block; }
.nl-picker[data-selected="true"] .nl-picker__plus { display: none; }

/* Locked slots keep existing lock behavior (already present) */



.product-form__input input[type=radio]+label{
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 0 0 calc(33.333% - 7px);
  gap: 5px;
  margin: 0px;
  padding: 10px !important;
  align-items: center;
}

fieldset.product-form__input{
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  max-width: 100%;
}
fieldset.product-form__input legend{
  margin-bottom: 35px !important;
} 
.product-form__input input[type=radio]:checked+label {
  background-color: #f4eee9;
  border-color: rgb(0, 0, 0);
  color: #000000;
}
.product-form__input img{
  width:100%;
}
.bundle-picker-legend{
  color: #000000c4;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  margin-bottom: 15px !important;
  margin-top: 25px !important;
}

.promo{
  position: absolute;
  top: -16px;
  background: #000;
  color: #fff;
  padding: 2px 5px;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.nl-picker--locked .nl-picker__frame{
  background-color: #eee;
  border-color: #eee;
}

.nl-drawer__header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(39, 39, 39, 0.10);
  background: #f4eee9;
  padding: 16px;

}
.nl-drawer__header h2{
  font-size: 18px;
  font-weight: 600;
  color: #000000c4;
  margin: 0px;
  text-transform: uppercase;
}
.nl-drawer__close{
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

/* Image wrapper */
.bundle-product__image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}


/* Base image styles */
.bundle-product__image {
  display: block;
  width: 100%;
  height: auto;
}

/* Flickity slider styles */
.bundle-product__slider {
  position: relative;
}

/* Flickity pagination dots */
.bundle-product__slider .flickity-page-dots {
  bottom: 8px;
  position: absolute;
}

.bundle-product__slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  margin: 0 3px;
  opacity: 1;
}

.bundle-product__slider .flickity-page-dots .dot.is-selected {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Hide prev/next arrows */
.bundle-product__slider .flickity-prev-next-button {
  display: none;
}

/* Flickity viewport */
.bundle-product__slider .flickity-viewport {
  overflow: hidden;
  position: relative;
}

/* Ensure smooth transitions */
.bundle-product__slider .flickity-slider {
  display: flex;
}

/* Desktop: Enable click to advance */
@media screen and (min-width: 769px) {
  .bundle-product__slider {
    cursor: pointer;
  }
}

/* Drawer Selected Products Section */
.nl-drawer__selected {
  background: #FDFCFB;
}

.nl-drawer__selected-title {
  font-size: 14px;
  font-weight: 600;
  color: #000000c4;
  text-transform: uppercase;
  margin: 0 0 16px 0;
}

.nl-drawer__picker-preview {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 24px;
  margin: 0;
  justify-content: center;
}

/* Smaller size for drawer pickers */
.nl-picker--drawer {
  width: 60px;
  cursor: default;
  pointer-events: none;
}

.nl-picker--drawer .nl-picker__frame {
  height: 76px;
  margin-bottom: 6px;
}

.nl-picker--drawer .nl-picker__label {
  font-size: 11px;
  line-height: 14px;
}

.nl-picker--drawer .nl-picker__badge {
  font-size: 9px;
  line-height: 12px;
  padding: 0 8px;
  top: -12px;
}

/* Ensure drawer preview pickers never show remove button */
.nl-picker--drawer .nl-picker__remove {
  display: none !important;
}
#NlPickerDrawer .nl-picker--drawer{
  width: 40px;
}
#NlPickerDrawer .nl-picker__frame{
  height: 50px;
  margin-bottom: 0;
}
/* Sold Today Badge */
.bundle-sold-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: 10px auto 10px;
  padding: 0 12px;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #f4eee9;
  border-radius: 2px;
}

.bundle-sold-badge__icon {
  flex-shrink: 0;
}

.bundle-sold-badge__text {
  display: flex;
  align-items: center;
  gap: 4px;
}
.option-number {
  width: 26px;
  height: 26px;
  font-size: 12px;
  background-color: #f4eee9;
  text-align: center;
  border-radius: 9999px;
  display: flex
  ;
      justify-content: center;
      align-items: center;
}
.form__label{
  display: flex;
  gap: 10px;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold !important;
}
/* Variant Message Badge */
.bundle-variant-message {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 20px;
  padding: 6px 12px;
  background-color: #f4eee9;
  border-radius: 1px;
}

.bundle-variant-message__icon {
  flex-shrink: 0;
}

.bundle-variant-message__text {
  font-size: 10px;
  line-height: 160%;
  font-weight: 500;
  color: #211912;
  margin: 0;
}
.bundle-product__tag{
    padding: 2px 8px;
    background: #b98f99;
    border-radius: 0;
    color: #F7F6F5;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 15.6px;
    position: absolute;
    z-index: 1;
    text-transform: uppercase;
}
bundle-product__title {
  line-height: 1.1;
}
/* Responsive styles for medium screens and up (768px+) */
@media screen and (min-width: 768px) {
  .bundle-variant-message {
    padding: 8px 12px;
  }
  
  .bundle-variant-message__text {
    font-size: 12px;
  }
}

/* Responsive styles for medium screens and up (768px+) */
@media screen and (min-width: 768px) {
  .bundle-sold-badge {
    font-size: 14px;
    line-height: 24px;
  }
}
@media screen and (max-width:768px) {
  .product-form__input input[type=radio]+label {
    width: 31%;
  }
  .promo {
    top: -12px;
    font-size: 7px;
  }

  .color_slider_media_container .product__media-list{
    width: auto;
  }
}
@media screen and (max-width:467px) {
  .nl-drawer__inner{
    width: 89vw;
  }
  span.bundle-product__title{
    font: -webkit-control;
}
}


.nl-guarantee__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    padding: 14px 18px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.3);
    position: relative;
  }
  
  .nl-guarantee__back-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 18px;
  }
  
  .nl-guarantee__back-btn svg {
    width: 15px;
    height: 12px;
  }
  
  .nl-guarantee__title {
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    width: 100%;
    color: #000;
  }
  
  /* Content area */
  .nl-guarantee__content {
    padding: 0 34px;
    margin-bottom: 20px;
    letter-spacing: normal;
  }
  
  /* Introduction text */
  .nl-guarantee__intro {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    line-height: 140%;
    color: #000;
    margin-bottom: 26px;
  }
  
  .nl-guarantee__intro p {
    margin: 0;
  }
  
  /* Size sections */
  .nl-guarantee__size-section {
    margin-bottom: 20px;
  }
  
  .nl-guarantee__size-label {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    line-height: 140%;
    color: #000;
    margin-bottom: 4px;
  }
  
  .nl-guarantee__size-label p {
    margin: 0;
  }
  
  /* Size images container */
  .nl-guarantee__size-images {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  
  /* Individual size images */
  .nl-guarantee__size-img {
    object-fit: contain;
  }
  
  .nl-guarantee__size-img--large1 {
    width: 56px;
    height: 80px;
  }
  
  .nl-guarantee__size-img--large2 {
    width: 52px;
    height: 80px;
  }
  
  .nl-guarantee__size-img--medium {
    width: 280px;
    height: 88px;
  }
  
  .nl-guarantee__size-img--small {
    width: 116px;
    height: 88px;
  }
  
  /* Note section */
  .nl-guarantee__note {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 12px;
    line-height: 140%;
    color: #000;
    font-style: italic;
  }
  
  .nl-guarantee__note p {
    margin: 0;
  }
  
  /* Footer */
  .nl-guarantee__footer {
    padding: 0 20px 12px;
  }
  
  .nl-guarantee__close-text-btn {
    display: block;
    margin: 0 auto;
    width: max-content;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    text-transform: uppercase;
    background: transparent;
    border: none;
    border-bottom: 0.3px solid #211912;
    cursor: pointer;
    color: #211912;
    padding: 0;
  }
  
  .nl-guarantee__close-text-btn:hover {
    opacity: 0.7;
  }
  

  
  /* Remove old guarantee button styles if they exist */
  .nl-drawer__guarantee {
    margin: 0 20px 16px;
  }


  
/* Guarantee button in drawer */
.nl-drawer__guarantee {
  margin: 0 20px 16px;
}

.nl-drawer__guarantee-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color:#EEEEEE;
  border-radius: 3px;
  padding: 0 10px;
  width: 100%;
  height: 36px;
  min-height: 36px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.nl-drawer__guarantee-btn:hover {
  background-color:#EEEEEE;
}

.nl-drawer__guarantee-icon {
  flex-shrink: 0;
}

.nl-drawer__guarantee-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #211912;
  border-bottom: 0.5px solid #211912;
  margin: 0;
}
/* Guarantee Drawer Styles */
.nl-drawer--guarantee .nl-drawer__content {
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.nl-drawer--guarantee .nl-drawer__inner {
  max-width: 500px;
} */