/** Shopify CDN: Minification failed

Line 117:3 Unexpected "/"

**/
/* Global Styles */
/* html {
    font-size: 62.5%;
} */
body {
    background-color: var(--bg-primary);
    color: var(--text-primary);
    font-family: var(--font-primary);
    -webkit-font-smoothing: antialiased;
}

/* Typography Overrides */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-heading);
    color: var(--text-primary);
    font-weight: 700;
    letter-spacing: -0.02em;
}

p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.tracking-wider {
    letter-spacing: 0.15em;
    font-size: 0.7rem;
    font-weight: 500;
}

/* Utility Classes */
.bg-secondary-custom {
    background-color: var(--bg-secondary) !important;
}

.btn {
    border-radius: 0 !important;
}

.text-gradient {
    background: linear-gradient(135deg, #1d1d1f 0%, #86868b 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Navbar */
.navbar {
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18) !important;
}

.navbar-nav .nav-link {
    color: var(--text-primary);
    font-weight: 600;
    font-size: 0.8rem;
}

.navbar-brand {
    color: var(--text-primary) !important;
}





/* Product Section */
/* .product-card {
    background-color: var(--bg-card);
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    transition: transform 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
} */

/* .product-image-container {
    height: 250px;
    background: #f5f5f7;
    /* Light gray background for products
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    overflow: hidden;
}
*/

.product-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-primary);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
} */

/* Refined Product Carousel */
.scroll-container {
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
    scroll-behavior: smooth;
    padding-bottom: 20px;
}

.scroll-container::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.nav-pills-custom .nav-link {
    color: var(--text-secondary);
    background: transparent;
    font-weight: 600;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 0.5rem 1.5rem;
    transition: all 0.2s;
}

.nav-pills-custom .nav-link.active {
    background-color: #f0f0f2;
    color: var(--text-primary);
}

/* Google Reviews Section */
.review-section {
    padding: 10rem;
    background: var(--bg-gray);
}

.google-reviews-carousel .slick-slide {
    height: auto;
    /* Ensure all slides have equal height */
}

/* Testimonial Hero Slider */
.testimonial-hero-slider {
    width: 100%;
}

.testimonial-slide {
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex !important;
    /* Slick sets display: block, we need flex */
    align-items: center;
    padding: 7rem 0;
}

.overlay-gradient-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.testimonial-content {
    position: relative;
    z-index: 2;
    padding-left: 2rem;
}

.testimonial-content h2 {
    color: var(--bg-primary)
}

.product-tag {
    position: absolute;
    top: 0;
    left: 10px;
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.7rem;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: var(--text-primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

/* .discount-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--accent-blue);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 4px;
} */
 .discount-badge {
    position: absolute;
    top: calc(100% - 25px);
    left: calc(100% - 50px);
    background-color: var(--accent-blue);
    color: white;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0;
    border-radius: 4px;
    height: 19px;
    width: 40px;
 }
.product-title-v2 {
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    line-height: 1.4;
}

.price-old {
    text-decoration: line-through;
    color: #b0b0b0;
    font-size: 0.9rem;
    margin-right: 8px;
}

.price-new {
    color: var(--accent-blue);
    font-weight: 700;
    font-size: 1rem;
}

.carousel-control-custom {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-custom:hover {
    background: #f8f8f8;
}

/* Footer */
footer {
    background: #f5f5f7;
}

.hover-white:hover {
    color: var(--accent-blue) !important;
    /* Blue hover on light theme */
    transition: color 0.2s ease;
}

/* Product Detail Page */
.cursor-pointer {
    cursor: pointer;
}

.thumbnail-item {
    transition: all 0.2s ease;
    border-color: transparent !important;
}

.thumbnail-item:hover {
    border-color: #e0e0e0 !important;
}

.thumbnail-item.active {
    border-color: var(--accent-blue) !important;
}

.accordion-button:not(.collapsed) {
    color: var(--text-primary);
    background-color: transparent;
    box-shadow: none;
}

.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

/* Shop Page */
.shop-sidebar {
    padding-right: 1.5rem;
}

@media (max-width: 991.98px) {
    .shop-sidebar {
        padding-right: 0;
        margin-bottom: 2rem;
        position: static !important;
        /* Disable sticky on mobile */
    }
}

.form-check-input:checked {
    background-color: var(--accent-blue);
    border-color: var(--accent-blue);
}

.pagination .page-link:focus {
    box-shadow: none;
}

/* Cart Drawer */
.cart-item-img-container {
    width: 80px;
    height: 80px;
    background-color: var(--bg-secondary) !important;
}

.cart-item-img {
    mix-blend-mode: multiply;
}

.notification-banner {
    background-color: #222324;
}

/* Product Page Updates */
.benefit-box {
    background-color: #f0f8ff;
    /* AliceBlue or similar light blue */
    border: 1px solid #cce5ff !important;
}

.benefit-box .fa-check-circle {
    color: var(--accent-blue);
}

.benefit-box .fa-check {
    color: #198754;
    /* Bootstrap success color */
}

.payment-icons i {
    opacity: 0.6;
    transition: opacity 0.2s ease;
    color: #333;
}

.payment-icons i:hover {
    opacity: 1;
}
.form-control-theme {
    background-color: var(--bg-theme-gray) !important;
    border-color: transparent;
}
.form-control-theme:focus {
    background-color: #e8e8e8 !important;
    box-shadow: none;
}

/* Horizontal Testimonial Slider */
.testimonial-slider-custom .slick-dots {
    bottom: -40px;
    text-align: left;
    margin-left: 10px;
}
.testimonial-slider-custom .slick-dots li button:before {
    font-size: 10px;
}
.testimonial-card-horizontal {
    transition: transform 0.3s;
}
.testimonial-card-horizontal:hover {
    transform: translateY(-5px);
}
