/** Shopify CDN: Minification failed

Line 6:9 Unexpected "-->"

**/
<!-- CSS -->

.swiper .swiper-slide img {
    height: 100% !important;
    object-fit: cover;
}
.swiper.mySwiper01 .swiper-slide.swiper-slide {
    width: 100%;
    height: 600px;
}

.swiper.mySwiper01 .swiper-slide.swiper-slide a {
    display: block;
    height: 100%;
}
.swiper.mySwiper01 .swiper-slide.swiper-slide a img {
    height: 100%;
    object-fit: contain;
}
.swiper.mySwiper02.swiper-initialized.swiper-vertical.swiper-watch-progress.swiper-backface-hidden.swiper-thumbs {
    height: 600px;
}

.swiper.mySwiper02 .swiper-slide {
    height: 120px !important;
    overflow: hidden;
}
    .price-box span {
        font-size: 24px;
        font-weight: 500;
        color: var(--c1);
    }
    .product__description span {
        font-size: 18px;
        color: var(--c2);
        font-family: var(--f1);
        font-weight: 600;
        display: block;
        margin-bottom: 24px;
    }
    .single-pro-content label {
        font-size: 18px;
        font-weight: 900;
        font-family: var(--f1);
        margin-bottom: 20px;
    }
    span.selected-color-name {
        font-size: 15px;
        margin-left: 10px;
        color: var(--c1);
    }

    .color-swatches {
        display: flex;
        gap: 8px;
    }
    .color-swatch {
        width: 40px;
        height: 40px;
        border-radius: 60px 60px 0 170px;
        border: 1px solid #ccc;
    }
    .qty-input {
        display: flex;
        align-items: center;
        width: 160px;
        margin-bottom: 15px;
    }
    .qty-btn {
        background: none;
        border: 1px solid var(--cream-3);
        padding: 8px 12px;
        font-weight: bold;
        border-radius: 3px;
        transition: all .5s ease-in-out;
    }
    .qty-btn:hover {
        background: var(--c1);
        color: var(--cream);
        border-color: var(--c1);
    }
    .qty-input input {
        width: 100%;
        text-align: center;
        border: none;
        outline: none;
        background: none;
    }
    .pr-btn form button {
        width: 100%;
        padding: 15px;
        background: var(--c1);
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 2.1px;
        color: var(--c3);
        border: unset;
        position: relative;
        border-radius: 3px;
    }
    .pr-btn form button::after {
        content: "";
        display: block;
        width: 0px;
        height: 86%;
        position: absolute;
        top: 7%;
        left: 0%;
        opacity: 0;
        background: #fff;
        box-shadow: 0 0 50px 30px #fff;
        transform: skewX(-20deg);
    }
    .pr-btn form button:hover::after {
        animation: sh02 0.5s 0s 
    linear;
    }
    .pr-btn form button.buy-now-btn {
        background: var(--c2);
    }
    .social-main ul.social-share {
        display: flex;
        gap: 15px;
        align-items: center;
        margin-bottom: 20px !important;
    }
    .social-main.social-main ul.social-share li a {
        font-size: 18px;
        color: var(--c2);
        transition: all .4s 
    ease-in-out;
        border: 1px solid var(--c2);
        border-radius: 50px;
        width: 40px;
        height: 40px;
        text-align: center;
        align-content: center;
    }  
    @keyframes sh02 {
    from {
        opacity: 0;
        left: 0%;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
        left: 100%;
    }
    }
    .pr-btn form {
        width: 100%;
    }
    .social-main.social-main ul.social-share li a:hover {
        color: var(--c5);
        background: var(--c1);
        border-color: var(--c1);
    }

.swiper-wrapper {
    height: var(--main-slider-height);
}


.swiper-wrapper.thumbnsl {
    height: var(--thumb-slider-height);
}

.swiper-slide a {
    display: block;
    height: 100%;
    overflow: hidden;
    object-fit: contain;
}

.swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/* Rounded (Filled) */
.custom-btn-slider.rounded .swiper-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.6);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Box (Filled) */
.custom-btn-slider.box .swiper-btn {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Circle Outline */
.custom-btn-slider.circle-outline .swiper-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #333;
  background-color: transparent;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Transparent on Hover */
.custom-btn-slider.transparent-hover .swiper-btn {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: transparent;
  color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s, color 0.3s;
}
.custom-btn-slider.transparent-hover .swiper-btn:hover {
  background-color: rgba(0,0,0,0.6);
  color: #fff;
}
.swiper-btn.swiper-button-next::after,
.swiper-btn.swiper-button-prev::after {
    content: none !important; /* Default Swiper arrow remove karega */
}
.swiper-slide img {
    height: 100%;
    object-fit: cover;
}
.is_style_2_thumbs .swiper-slide {
  border: 2px solid transparent;
  transition: border 0.3s ease;
  cursor: pointer;
}

.is_style_2_thumbs .swiper-slide-thumb-active {
  border-color: var(--thumb-active-color);
}

.is_style_2 .is_style_2_thumbs {
  margin-top: var(--thumb-slider-gap);
}
.Product-single .col-lg-6:nth-child(2) .single-pro-content {
  position: relative;
  border-left: var(--product-info-border-width, 1px) solid var(--product-info-border-color, #ccc);
  padding-left: 30px; 
  margin-left: 20px; 
  height: 100%;
}
.single-pro-content,
.is_style_2 {
    padding-top: 50px;
}

.collection-text-block {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-box-block img {
    width: 40px;
}

.custom-box-block {
    display: flex;
    align-items: start;
    gap: 20px;
}
.product__description {
    margin: 10px 0px 30px;
    padding-left: 20px;
    border-left: 4px solid var(--c1);
}
button.wishlist-btn img {
    width: 20px;
}

button.wishlist-btn {
    width: 100%;
    font-weight: 500;
}
.custom-accordion .accordion-button {
  background-color: var(--btn-bg);
  color: var(--btn-text);
  transition: 0.3s ease;
  font-size: 16px;
}
.accordion-item{
  background-color: var(--btn-bg);
}
.custom-accordion .accordion-button:not(.collapsed) {
  background-color: var(--btn-active-bg);
  color: var(--btn-active-text);
}

.metafield-rich_text_field ul li {
    list-style: disc;
    margin-left: 20px;
    font-size: 14px;
}
.accordion-flush {
    margin-top: 20px ! IMPORTANT;
    border-top: 1px solid #dbd9d5;
}
.accordion-button::after {
    content: "\f067";
    background-image: unset;
    font-family: "Font Awesome 5 Pro";
}
.accordion-button:not(.collapsed)::after {
    background-image: unset;
    transform: unset;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
}
.accordion-button:not(.collapsed) {
    color: unset;
    background-color: unset;
    box-shadow: unset;
}
.feature-list-box {
    border-radius: 3px;
    margin-top: 20px;
}

.feature-grid {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.feature-grid ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-grid li {
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  position: relative;
  padding-left: 18px;
}

/* bullet dot */
.feature-grid li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #4a4a4a;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.accordion-button:focus {
    z-index: 3;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.gift-message-textarea {
  width: 100%;
  min-height: var(--gift-height);
  background: var(--gift-bg);
  border: 1px solid #dcdcdc;
  padding: 14px;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.gift-message-textarea:focus {
  outline: none;
  border-color: var(--gift-focus);
  box-shadow: 0 0 0 1px var(--gift-focus);
}
.resize-enabled {
  resize: vertical;
}

.resize-disabled {
  resize: none;
}

/* ================= BASE ================= */
.option-values {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

/* ================= BOX STYLE ================= */
.style-box .option-value {
  padding: 10px 14px;
  border: 1px solid var(--option-border);
  background: var(--option-bg);
  cursor: pointer;
}

.style-box .option-value.active {
  background: var(--option-active-bg);
  color: var(--option-active-text);
  border-color: var(--option-active-border);
}

/* ================= PILLS ================= */
.style-pills .option-value {
  padding: 8px 16px;
  border-radius: var(--option-radius);
  border: 1px solid var(--option-border);
  background: var(--option-bg);
  cursor: pointer;
  transition: 0.2s;
}

.style-pills .option-value.active {
  background: var(--option-active-bg);
  color: var(--option-active-text);
  border-color: var(--option-active-border);
}

/* ================= DROPDOWN ================= */
.style-dropdown select {
  width: 100%;
  padding: 10px;
  border: 1px solid var(--option-border);
}
.qty-cart-box quantity-input.quantity.cart-quantity {
    display: flex;
    align-items: center;
    width: 200px;
}
.qty-cart-box input.quantity__input {
    background: unset;
}

.product__description {
  margin: 10px 0 30px;
  padding-left: 20px;
  border-left: 4px solid var(--c1);
}
.product__description p,
.product__description li,
.product__description span,
.product__description div {
  font-size: 16px !important;
  line-height: 1.6;
  font-family: var(--f2);
  color: black;
}

.sarah-styling-tips {
    margin-top: 30px;
    padding: 10px;
    background: #f8f5ef;
    border: 1px solid #e7dfd1;
    display: flex;
    align-items: center;
    gap: 20px;
    border-radius: 6px;
}

.styling-image img{
  width:140px;
  height:170px;
  object-fit:cover;
}

.styling-content h3{
  margin-bottom:10px;
}

.styling-content .rte{
  margin-bottom:10px;
}

.collection-gift-cards .gift-message-box {
    display: none;
}
.collection-gift-cards .feature-list-box {
    display: none;
}
.collection-gift-cards .accordion-flush {
    display: none;
}
.collection-gift-cards button.wishlist-btn {
    display: none !important;
}
.collection-gift-cards .sarah-styling-tips {
    display: none;
}
.collection-gift-cards .is_style_2 {
    margin-bottom: 20px;
}
.collection-gift-cards section#shopify-section-template--29851016692054__related-products {
    display: none;
}
.product-option-group {
    margin-bottom: 25px;
    display: grid;
    grid-template-columns: 200px 1fr;
    row-gap: 5px;
}

.product-option-group label {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.option-values {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.option-value {
    min-width: 100px;
    padding: 6px 0px;
    border: 1px solid #d8d1c7;
    background: #fff;
    color: #333;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s ease;
    width: max-content;
    border-radius: 3px;
}

.option-value:hover {
  border-color: #000;
}

.option-value.active {
  background: #000;
  color: #fff;
  border-color: #000;
}

.selected-option-value {
  font-weight: 600;
}