
/* Fonts */
body {
    font-family: "Open Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}
.promo-bar,
.promo-banner {
    background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%);
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    width: 100%;
}

.navbar.navbar-custom:not(.nav-overlay) {
    background: color-mix(in srgb, var(--header-bg-color, #ffffff) calc(var(--header-bg-alpha, 60) * 1%), transparent) !important;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-custom.header-h-fixed {
    min-height: var(--header-height);
}
.navbar-custom.header-sticky.header-scrolled-down.header-h-fixed,
.navbar-custom.header-sticky.header-stuck.header-h-fixed {
    min-height: var(--header-height-sticky, var(--header-height));
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
    align-items: center;
}

.navbar-custom.logo-h-fixed .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%;
    min-height: var(--logo-height);
}

.navbar.navbar-custom:not(.header-style-split) .container {
    background: transparent !important;
}

.navbar-custom.nav-overlay {
    z-index: 1000;
    background: rgba(255, 255, 255, calc(var(--header-bg-alpha, 60) / 100));
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: none;
}

.navbar-custom.nav-overlay:not(.header-sticky) {
    position: relative;
}

.navbar-divider {
    display: none;
    width: 1px;
    height: 26px;
    margin: 0 18px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    flex-shrink: 0;
}

.navbar-custom .navbar-brand {
    padding: 0;
}

.navbar-custom .logo-img {
    max-height: 40px;
    width: auto;
}

.navbar-custom.logo-h-fixed .logo-img {
    height: var(--logo-height);
    max-height: none;
    width: auto;
}
.navbar-custom.header-sticky.logo-h-fixed.header-scrolled-down .logo-img,
.navbar-custom.header-sticky.logo-h-fixed.header-stuck .logo-img {
    height: var(--logo-height-sticky);
    max-height: none;
    width: auto;
    object-fit: contain;
}

.navbar-custom.header-sticky.logo-h-fixed.header-scrolled-down .navbar-brand,
.navbar-custom.header-sticky.logo-h-fixed.header-stuck .navbar-brand {
    min-height: var(--logo-height-sticky, var(--logo-height));
    height: auto;
    align-self: center;
}

.navbar-custom.header-sticky.header-scrolled-down.header-h-fixed > .container,
.navbar-custom.header-sticky.header-stuck.header-h-fixed > .container {
    min-height: 0;
    align-items: center;
}

.navbar-custom .navbar-nav {
    flex-direction: row;
    gap: 30px;
}

.navbar-custom .navbar-nav .nav-link {
    color: #353535;
    font-size: 16px;
    font-weight: 400;
    padding: 0 10px;
    transition: color 0.3s;
}

.navbar-custom .navbar-nav .nav-link:hover {
    color: #1794ae;
}

.navbar-custom .navbar-icons {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-custom .navbar-icons a {
    color: #353535;
    font-size: 20px;
    text-decoration: none;
    transition: color 0.3s;
}

.navbar-custom .navbar-icons a:hover {
    color: #1794ae;
}

.cart-icon-link {
    position: relative;
    color: var(--header-menu-text, #1a1a1a);
    font-size: 20px;
    transition: color 0.3s;
}

.cart-icon-link:hover {
    color: var(--header-accent, #9b59b6);
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #274754;
    color: #ffffff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 600;
}

.navbar-mobile-actions {
    display: flex;
    align-items: center;
}

.mobile-cart-icon {
    display: none;
}

.desktop-cart-icon {
    display: flex;
}

.navbar-custom .navbar-toggler {
    border: none;
    padding: 4px 8px;
}

.navbar-custom .navbar-toggler:focus {
    box-shadow: none;
}

body.page-cart-checkout .navbar-custom,
body.page-cart-checkout .navbar-custom.header-stuck,
body.page-cart-checkout .navbar-custom.header-scrolled-down {
    position: relative !important;
    transform: none !important;
    border-bottom: 1px solid #d0d0d0;
}

.navbar.navbar-custom.header-sticky:not(.nav-overlay) {
    z-index: 1000;
    background: color-mix(in srgb, var(--header-bg-color, #ffffff) calc(var(--header-bg-alpha, 60) * 1%), transparent) !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-custom.header-sticky.nav-overlay {
    z-index: 1000;
}
.navbar-custom.header-sticky.header-stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.header-layout-menu_center .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 992px) {
    .navbar-custom.header-style-simple .navbar-divider {
        display: none;
    }
    .navbar-custom.header-style-dividers_shadow .navbar-divider {
        display: block;
        background: rgba(255, 255, 255, 0.22);
    }
    .navbar-custom.header-style-dividers_shadow .navbar-nav .nav-item {
        position: relative;
    }
    .navbar-custom.header-style-dividers_shadow .navbar-nav .nav-item:not(:first-child)::before {
        content: "";
        position: absolute;
        left: -15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 18px;
        background: currentColor;
        opacity: 0.28;
        pointer-events: none;
    }
    .navbar-custom.header-style-dividers_shadow .navbar-nav .nav-link {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
        font-weight: 600;
    }
    .navbar-custom.header-style-dividers_shadow .navbar-nav .nav-link:hover {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    }
    .navbar-custom.header-style-dividers_shadow .navbar-icons .cart-icon-link {
        width: 44px;
        height: 44px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(255, 255, 255, 0.14);
        border: 1px solid rgba(255, 255, 255, 0.26);
    }
    .navbar-custom.header-style-dividers_shadow .navbar-icons .cart-icon-link:hover {
        background: rgba(255, 255, 255, 0.18);
        border-color: rgba(255, 255, 255, 0.38);
    }
    .navbar-custom.header-style-dividers_shadow .navbar-icons .cart-count {
        background: var(--header-cart-accent, #9b59b6);
    }
    .navbar-custom.header-style-pills .navbar-divider {
        display: none;
    }
    .navbar-custom.header-style-pills .navbar-nav .nav-link {
        padding: 10px 14px;
        border-radius: 999px;
    }
    .navbar-custom.header-style-pills .navbar-nav .nav-link:hover {
        background: color-mix(in srgb, var(--header-accent, #9b59b6) 14%, transparent);
    }
    .navbar-custom.header-style-underline .navbar-divider {
        display: none;
    }
    .navbar-custom.header-style-underline .navbar-nav .nav-link {
        position: relative;
        padding: 8px 10px;
    }
    .navbar-custom.header-style-underline .navbar-nav .nav-link::after {
        content: "";
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: -6px;
        height: 2px;
        background: var(--header-accent, #9b59b6);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 0.2s ease;
        border-radius: 2px;
        opacity: 0.9;
    }
    .navbar-custom.header-style-underline .navbar-nav .nav-link:hover::after {
        transform: scaleX(1);
    }
    .navbar-custom.header-style-split {
        background: transparent;
        box-shadow: none;
        padding: 10px 0;
    }
    .navbar-custom.header-style-split:not(.nav-overlay) .container {
        background: color-mix(in srgb, var(--header-bg-color, #ffffff) calc(var(--header-bg-alpha, 60) * 1%), transparent);
        border: 1px solid rgba(0, 0, 0, 0.06);
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.10);
        border-radius: 16px;
        padding: 10px 16px;
    }
    .navbar-custom.header-style-split.nav-overlay .container {
        background: rgba(255, 255, 255, calc(var(--header-bg-alpha, 60) / 100));
        border-color: rgba(255, 255, 255, 0.18);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
    }
    .navbar-custom.header-style-split .navbar-divider {
        display: block;
        background: rgba(0, 0, 0, 0.10);
    }
}

@media (min-width: 992px) {
    .header-layout-menu_left .navbar-nav {
        margin-right: auto;
        margin-left: 0;
    }
    .header-layout-menu_right .navbar-nav {
        margin-left: auto;
        margin-right: 0;
    }
    .header-layout-menu_left .navbar-collapse,
    .header-layout-menu_right .navbar-collapse {
        margin-left: 30px;
    }
    .navbar-custom .navbar-collapse .navbar-icons {
        margin-left: 30px;
    }
}

@media (max-width: 991.98px) {
    .navbar-custom.header-sticky {
        transition: transform 0.3s ease;
    }
    .navbar-custom.header-sticky.header-stuck.header-scrolled-down,
    .navbar-custom.header-sticky.header-scrolled-down {
        transform: translateY(-50%);
    }
    .navbar-custom .navbar-collapse {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--header-mobile-menu-bg, color-mix(in srgb, var(--header-bg-color, #ffffff) calc(var(--header-bg-alpha, 60) * 1%), transparent));
        z-index: 1050;
        max-height: calc(100vh - 100%);
        overflow-y: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 0;
    }
    .navbar-custom .navbar-collapse .nav-link {
        color: var(--header-mobile-menu-text, #000000);
    }
    .navbar-custom .navbar-nav {
        flex-direction: column;
        gap: 15px;
        padding: 20px 0;
    }
    .navbar-custom .navbar-icons {
        margin-top: 15px;
    }
    .mobile-cart-icon {
        display: block;
        margin-left: 30px;
        margin-right: 10px;
    }
    .navbar-mobile-actions .cart-icon-link {
        color: var(--header-menu-text, #1a1a1a);
    }
    .navbar-mobile-actions .cart-icon-link:hover {
        color: var(--header-accent, #9b59b6);
    }
    .desktop-cart-icon {
        display: none !important;
    }
    .navbar-collapse .desktop-cart-icon,
    .navbar-collapse .navbar-icons {
        display: none !important;
    }
    body.navbar-menu-open {
        overflow: hidden;
    }
}

body.nav-blur {
    background: #fefeff;
}

.nav-blur .hero-section {
    margin-top: calc(-1 * var(--navbar-height, 0px));
    padding-top: calc(80px + var(--navbar-height, 0px));
}

.nav-blur .other-page-content {
    margin-top: calc(-1 * var(--navbar-height, 0px));
    padding-top: calc(80px + var(--navbar-height, 0px));
}

@media (max-width: 991.98px) {
    .nav-blur .hero-section {
        padding-top: calc(40px + var(--navbar-height, 0px));
    }
    .nav-blur .other-page-content {
        padding-top: calc(40px + var(--navbar-height, 0px));
    }
}

.hero-section {
    padding: 80px 0;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: #fefeff;
}

.hero-section {
    color: var(--section-text-color, #1a1a1a);
}

.hero-section .hero-content {
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.hero-section .hero-title,
.hero-section .hero-description {
    max-width: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.hero-title {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    color: inherit;
}

.hero-description {
    font-size: 18px;
    color: inherit;
    opacity: 0.85;
    margin-bottom: 30px;
}

.hero-button {
    background: #274754;
    color: #747474;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 600;
    font-size: 16px;
    padding: 15px 40px;
    transition: transform 0.3s;
    text-align: center;
    margin-top: 30px;
}

.hero-button:hover {
    transform: translateY(-2px);
}

.hero-product-content {
    position: relative;
}

.hero-product-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: inherit;
}

.hero-product-description {
    font-size: 18px;
    color: inherit;
    opacity: 0.85;
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-product-description p {
    margin-bottom: 15px;
}

.hero-product-pricing {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.hero-product-old-price {
    font-size: 28px;
    color: #999;
    text-decoration: line-through;
    font-weight: 500;
}

.hero-product-price {
    font-size: 42px;
    font-weight: 800;
    color: #000;
    line-height: 1;
}

.hero-product-pricing:has(.hero-product-old-price) .hero-product-price {
    color: #e91e63;
}

.hero-product-discount-badge {
    margin-left: 30px;
    background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: badge-bounce 2s ease-in-out infinite;
}

@keyframes badge-bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.hero-product-button {
    display: inline-block;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(44, 62, 80, 0.3);
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 30px;
}

.hero-product-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(44, 62, 80, 0.4);
}

.hero-product-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}

.hero-product-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.hero-product-image-wrapper:hover .hero-product-image {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .hero-product-title {
        font-size: 36px;
    }
    
    .hero-product-price {
        font-size: 36px;
    }
    
    .hero-product-old-price {
        font-size: 24px;
    }
    
    .hero-product-pricing {
        margin-bottom: 25px;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .hero-product-discount-badge {
        margin-left: 0;
    }
}

.features-section {
    padding: 80px 0;
    background: #f1f5f6;
    color: var(--section-text-color, #1a1a1a);
}

.features-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: inherit;
}

.feature-item {
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
}

.feature-icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

.feature-icon {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.feature-icon-default {
    display: block;
    line-height: 1;
    font-size: 80px;
}

.feature-text {
    font-size: 28px;
    font-weight: 700;
    color: inherit;
}

#products-grid-section {
    scroll-margin-top: 90px;
}

.products-grid-section {
    padding: 120px 0 40px 0;
    background: #fefeff;
    --products-cards-gap: 20px;
    color: var(--section-text-color, #1a1a1a);
}

@media (max-width: 767px) {
    .products-grid-section {
        padding-bottom: 40px;
    }
    .products-pagination-row {
        position: relative;
        z-index: 2;
    }
}

.products-grid-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    color: inherit;
}

.products-grid-description {
    text-align: center;
    font-size: 18px;
    color: inherit;
    opacity: 0.85;
    line-height: 1.6;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.products-carousel {
    position: relative;
    width: 100%;
    padding: 0 50px 62px 50px;
}
.products-carousel-viewport {
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.products-carousel-track {
    display: flex;
    transition: transform 0.35s ease;
    will-change: transform;
}
#productsContainer {
    padding-bottom: 30px;
    position: relative;
}
#productsContainer .product-card,
#productsContainer .products-carousel-slide {
    animation: fadeIn 0.4s ease-in;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.products-loading-overlay,
#productsLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.products-carousel-viewport {
    position: relative;
}
.products-carousel-slide {
    flex: 0 0 calc(100% / var(--products-per-row, 3));
    width: calc(100% / var(--products-per-row, 3));
    min-width: 0;
    box-sizing: border-box;
    padding: 0 6px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.products-carousel-slide .product-card {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    flex: 1;
    min-height: 0;
}
.products-carousel-slide .products-cards-row {
    justify-content: flex-start;
    margin: 0 -6px;
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.products-carousel-slide .products-cards-row > [class*="col-"] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
}
.products-carousel-slide .products-cards-row > [class*="col-"] > .product-card {
    flex: 1;
    min-height: 0;
}
.products-carousel-prev,
.products-carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
    color: #333;
    font-size: 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, box-shadow 0.2s;
}
.products-carousel-prev:hover,
.products-carousel-next:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}
.products-carousel-prev {
    left: 0;
}
.products-carousel-next {
    right: 0;
}
.products-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 24px;
    flex-wrap: wrap;
}
.products-carousel-dots .products-carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    background: #ccc;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
}
.products-carousel-dots .products-carousel-dot:hover {
    background: #999;
}
.products-carousel-dots .products-carousel-dot.active {
    background: #333;
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .products-carousel {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
        margin-bottom: 60px;
    }
    .products-carousel-prev,
    .products-carousel-next {
        display: none !important;
    }
    .products-carousel-viewport {
        --products-per-row: 1 !important;
    }
    .products-carousel-slide {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        box-sizing: border-box;
    }
    .products-carousel-slide .products-cards-row {
        margin-left: 0;
        margin-right: 0;
    }
    .products-carousel-slide .products-cards-row > [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }
    .products-carousel-dots {
        margin-top: 16px;
    }
    .products-grid-section .products-cards-row {
        --bs-gutter-x: 0;
        --bs-gutter-y: 12px;
    }
}

@media (max-width: 767px) {
    .products-grid-section[data-products-carousel-mobile="0"] .products-pagination-row,
    .products-grid-section[data-products-carousel-mobile="0"] #initialPagination {
        display: none !important;
    }
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-prev,
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-next,
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-dots {
        display: none !important;
    }
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-viewport {
        overflow: visible;
    }
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-track {
        display: flex;
        flex-wrap: wrap;
        transform: none !important;
        width: 100%;
    }
    .products-grid-section[data-products-carousel-mobile="0"] .products-carousel .products-carousel-slide {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .products-grid-section[data-products-carousel-mobile="1"] #productsContainer.products-cards-row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scroll-behavior: smooth;
        margin-left: 0;
        margin-right: 0;
        gap: 0;
        padding-bottom: 8px;
    }
    .products-grid-section[data-products-carousel-mobile="1"] #productsContainer.products-cards-row > [class*="col-"] {
        flex: 0 0 85%;
        min-width: 85%;
        max-width: 85%;
        scroll-snap-align: start;
        scroll-snap-stop: always;
        box-sizing: border-box;
    }
    .products-grid-section[data-products-carousel-mobile="1"] #productsContainer.products-cards-row > [class*="col-"]:first-child {
        margin-left: 0;
    }
}

.product-card {
    color: #1a1a1a;
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover,
.product-card.select-open {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

@media (hover: none) and (pointer: coarse) {
    .product-card:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
}

.product-card-slider-wrapper {
    position: relative;
    width: 100%;
}

.product-card-slider {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.product-card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-slide.active {
    opacity: 1;
    z-index: 1;
}

.product-card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.product-card-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-card-rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.product-card-stars {
    color: #ffc107;
}
.product-card-stars .bi-star {
    opacity: 0.4;
}

.product-card-pricing {
    margin-bottom: 15px;
}

.product-card-price-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.product-card-old-price {
    text-decoration: line-through;
    color: #333;
    font-size: 18px;
}

.product-card-new-price,
.product-card-base-price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.product-card-price-wrapper:has(.product-card-old-price) .product-card-new-price,
.product-card-price-wrapper:has(.product-card-old-price) .product-card-base-price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.product-card-total-wrapper {
    margin-bottom: 12px;
    font-size: 16px;
}

.product-card-total-label {
    color: #000;
    font-weight: 600;
    margin-right: 6px;
}

.product-card-total-price {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.product-card-discount-badge {
    background: #2b9e90;
    color: #fefeff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}

.product-card-description {
    margin-bottom: 4px;
    flex-grow: 1;
    min-height: 0;
}

.products-grid-section[data-product-modal-enabled="1"] .product-card-description {
    flex-grow: 0;
}

.product-card-add-to-cart-btn {
    width: 100%;
    padding: 18px 24px;
    margin-top: auto;
    background: linear-gradient(135deg, #274754 0%, #2b9e90 100%);
    color: #fefeff;
    border: none;
    border-radius: 9px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 12px rgba(78, 205, 196, 0.3);
}

.product-card-add-to-cart-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(78, 205, 196, 0.4);
}

.product-card-add-to-cart-btn:active {
    transform: scale(0.98);
    transition-duration: 0.1s;
}

.shopping-cart {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    pointer-events: none;
}

.shopping-cart.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.shopping-cart-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.shopping-cart.active .shopping-cart-overlay {
    opacity: 1;
}

.shopping-cart-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    min-width: 0;
    height: 100%;
    background: var(--mini-cart-bg, #ffffff);
    color: var(--mini-cart-text, #1a1a1a);
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    overflow-y: auto;
    overflow-x: hidden;
    will-change: transform;
    z-index: 1;
    box-sizing: border-box;
}

.shopping-cart.active .shopping-cart-content {
    transform: translateX(0);
}

body.shopping-cart-open {
    overflow: hidden;
}

.shopping-cart-header {
    padding: 20px;
    background: var(--mini-cart-header-footer-bg, #ffffff);
    color: var(--mini-cart-header-footer-text, #1a1a1a);
    border-bottom: 1px solid rgba(0,0,0,0.08);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.shopping-cart-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: var(--mini-cart-header-footer-text, #1a1a1a);
}

.shopping-cart-close {
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
    color: var(--mini-cart-header-footer-text, #1a1a1a);
}

.shopping-cart-body {
    flex-grow: 1;
    overflow-y: auto;
    padding: 20px;
    color: var(--mini-cart-text, #1a1a1a);
}

.shopping-cart-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.shopping-cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 5px;
}

.shopping-cart-item-info {
    flex-grow: 1;
}

.shopping-cart-item-name {
    font-weight: 600;
    margin-bottom: 5px;
    color: var(--mini-cart-text, #1a1a1a);
}

.shopping-cart-item-options-row {
    margin-bottom: 8px;
}

.shopping-cart-item-options {
    font-size: 12px;
    color: var(--mini-cart-text, #1a1a1a);
    opacity: 0.85;
}

.shopping-cart-empty {
    text-align: center;
    padding: 40px 20px;
    color: #666;
}

.shopping-cart-empty p {
    margin: 0;
    font-size: 16px;
    color: var(--mini-cart-text, #666666);
}

.shopping-cart-reserved {
    padding: 15px 20px;
    background: #274754;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
}

.shopping-cart-item-price-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
    gap: 8px;
}

.shopping-cart-item-price {
    font-size: 18px;
    font-weight: 700;
    color: var(--mini-cart-text, #1a1a1a);
}

.shopping-cart-item-old-price {
    text-decoration: line-through;
    color: var(--mini-cart-text, #666666);
    opacity: 0.85;
}

.shopping-cart-item-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.shopping-cart-item-quantity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.shopping-cart-item-quantity-btn {
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    background: white;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #000000;
}

.shopping-cart-item-quantity-btn:hover {
    border-color: #274754;
    background: #f8f9fa;
}

.shopping-cart-item-remove {
    background: none;
    border: none;
    color: var(--mini-cart-text, #1a1a1a);
    cursor: pointer;
    font-size: 18px;
    padding: 5px;
    transition: color 0.3s;
    flex-shrink: 0;
    flex-grow: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 30px;
    height: auto;
}

.shopping-cart-item-remove:hover {
    color: #e74c3c;
}

.shopping-cart-item-quantity-input {
    width: 40px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
}

.shopping-cart-footer {
    padding: 20px;
    background: var(--mini-cart-header-footer-bg, #ffffff);
    color: var(--mini-cart-header-footer-text, #1a1a1a);
    border-top: 1px solid rgba(0,0,0,0.08);
}

.shopping-cart-summary {
    margin-bottom: 20px;
    color: var(--mini-cart-header-footer-text, #1a1a1a);
}

.shopping-cart-subtotal,
.shopping-cart-footer .shopping-cart-subtotal span,
.shopping-cart-savings,
.shopping-cart-savings #cartSavings {
    color: var(--mini-cart-text, #1a1a1a);
}

.shopping-cart-subtotal {
    font-weight: 700;
    font-size: 18px;
}

.shopping-cart-checkout-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: linear-gradient(135deg, #274754 0%, #2b9e90 100%);
    color: #fefeff;
    text-align: center;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
}

.shopping-cart-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.shopping-cart-checkout-btn:active {
    transform: scale(0.98);
    transition-duration: 0.1s;
}

.decorative-section {
    width: 100%;
    margin: -70px 0 0 0;
    padding: 0;
    overflow: visible;
    position: relative;
    z-index: 10;
}

.decorative-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    position: relative;
}

.decorative-section-divider {
    margin: -1px 0 0 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    background-color: var(--divider-bg, transparent) !important;
    margin-bottom: calc(-1 * var(--divider-overlap, 0px));
}

.decorative-divider {
    width: 100%;
    height: var(--divider-height, 60px);
    background-color: var(--divider-color, #f8f9fa);
    position: relative;
}

.decorative-divider--wave_bottom {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 Q300,0 600,60 T1200,60 L1200,120 L0,120 Z' fill='white'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 Q300,0 600,60 T1200,60 L1200,120 L0,120 Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.decorative-divider--wave_top {
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 Q300,120 600,60 T1200,60 L1200,0 L0,0 Z' fill='white'/%3E%3C/svg%3E");
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 120' preserveAspectRatio='none'%3E%3Cpath d='M0,60 Q300,120 600,60 T1200,60 L1200,0 L0,0 Z' fill='white'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
}

.decorative-divider--curve_bottom {
    clip-path: ellipse(120% calc(100% - var(--divider-intensity, 30%)) at 50% 100%);
}

.decorative-divider--curve_top {
    clip-path: ellipse(120% calc(100% - var(--divider-intensity, 30%)) at 50% 0%);
}

.decorative-divider--zigzag_bottom {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--divider-intensity, 30%)),
        75% 100%,
        50% calc(100% - var(--divider-intensity, 30%)),
        25% 100%,
        0 calc(100% - var(--divider-intensity, 30%))
    );
}

.decorative-divider--zigzag_top {
    clip-path: polygon(
        0 100%,
        100% 100%,
        100% var(--divider-intensity, 30%),
        75% 0,
        50% var(--divider-intensity, 30%),
        25% 0,
        0 var(--divider-intensity, 30%)
    );
}

.decorative-divider--slant_bottom {
    background: transparent;
}

.decorative-divider--slant_top {
    background: transparent;
}

.decorative-divider--slant_bottom::before,
.decorative-divider--slant_top::before {
    content: "";
    position: absolute;
    inset: -20%;
    background-color: var(--divider-color, #f8f9fa);
}

.decorative-divider--slant_bottom::before {
    transform-origin: bottom left;
    transform: skewY(var(--divider-angle, 10deg));
}

.decorative-divider--slant_top::before {
    transform-origin: top left;
    transform: skewY(calc(-1 * var(--divider-angle, 10deg)));
}

.decorative-divider--steps_bottom {
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - var(--divider-intensity, 30%)),
        66.66% calc(100% - var(--divider-intensity, 30%)),
        66.66% 100%,
        33.33% 100%,
        33.33% calc(100% - var(--divider-intensity, 30%)),
        0 calc(100% - var(--divider-intensity, 30%))
    );
}

.decorative-divider--steps_top {
    clip-path: polygon(
        0 100%,
        100% 100%,
        100% var(--divider-intensity, 30%),
        66.66% var(--divider-intensity, 30%),
        66.66% 0,
        33.33% 0,
        33.33% var(--divider-intensity, 30%),
        0 var(--divider-intensity, 30%)
    );
}

@media (max-width: 767px) {
    .decorative-section-divider .decorative-divider {
        max-height: 70px;
        height: min(var(--divider-height, 60px), 70px);
    }
}

.social-proof-section {
    padding: 120px 0;
    background: #1a1a2e;
    color: white;
    position: relative;
    margin-top: -1px;
    z-index: 5;
}

.overlay-on {
    position: relative;
}
.section-background-overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: auto;
}
.overlay-on .container,
.overlay-on .social-proof-section .container {
    position: relative;
    z-index: 1;
}
.overlay-fill {
    background-size: cover !important;
    background-position: center !important;
}
.section-background-overlay.overlay-mobile {
    background-repeat: no-repeat;
}
.section-background-overlay.overlay-mobile:not(.overlay-mobile-fill) {
    background-size: contain;
    background-position-x: center;
}
.section-background-overlay.overlay-mobile.overlay-mobile-fill {
    background-size: cover !important;
    inset: 0;
}

.social-proof-section {
    color: var(--section-text-color, #1a1a1a);
}
.social-proof-title {
    font-size: 48px;
    font-weight: 700;
    color: inherit;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social-proof-description {
    font-size: 18px;
    color: inherit;
    opacity: 0.9;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .social-proof-title {
        font-size: 40px;
    }
}

.social-proof-divider {
    width: 80%;
    margin: 30px auto;
    height: 1px;
    background-color: rgba(255,255,255,0.2);
}

.social-proof-middle-row {
    margin-top: 40px;
}

.social-proof-middle-title {
    font-size: 28px;
    font-weight: 700;
    color: inherit;
    margin-bottom: 15px;
}

.social-proof-middle-description {
    font-size: 16px;
    color: inherit;
    margin: 0;
    opacity: 0.9;
}

.social-proof-middle-image {
    max-width: 100%;
    height: auto;
}

.customer-image-wrapper {
    position: relative;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s;
}

.customer-image-wrapper:hover {
    transform: translateY(-5px);
}

.customer-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    display: block;
    object-fit: contain;
}

.social-proof-section .social-proof-customers-row.mt-8 {
    margin-top: 6rem;
}

@media (min-width: 768px) {
    .social-proof-section .social-proof-customers-row {
        display: flex;
        flex-wrap: wrap;
        width: calc(100% + var(--bs-gutter-x, 1.5rem));
        margin-left: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
        margin-right: calc(-0.5 * var(--bs-gutter-x, 1.5rem));
    }
    .social-proof-section .social-proof-customers-row > [class*="col-"] {
        flex: 1 1 0%;
        min-width: 0;
        max-width: none;
    }
}

.reviews-section {
    background: #f1f5f6;
    padding: 120px 0;
    color: var(--section-text-color, #1a1a1a);
}

@media (min-width: 992px) {
    .reviews-section .row {
        --bs-gutter-x: 36px;
        --bs-gutter-y: 36px;
    }
}

.reviews-section-title {
    font-size: 36px;
    font-weight: 700;
    color: inherit;
    margin-bottom: 50px;
}

.reviews-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
}

.review-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.review-video {
    position: relative;
    width: 100%;
    padding-top: 75%;
    background: #000;
    overflow: hidden;
}

.review-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-placeholder {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    opacity: 0.8;
}

.review-content {
    padding: 18px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.review-name {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.review-stars {
    color: #ffc107;
    font-size: 16px;
    margin-bottom: 12px;
}

.review-stars i {
    margin-right: 2px;
}

.review-text {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

.review-card-image {
    width: 100%;
    max-width: 160px;
    margin: 0 auto 14px;
    display: block;
}

.review-card-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
}

.review-card-text {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

.faq-section {
    padding: 120px 0;
    color: var(--section-text-color, #1a1a1a);
}

.faq-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--section-text-color, #000000);
    margin-bottom: 50px;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--faq-block-bg, white);
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.faq-question {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: var(--faq-block-text, #2c3e50);
    transition: background-color 0.3s ease, color 0.3s ease;
    user-select: none;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.faq-question > span {
    min-width: 0;
    flex: 1 1 auto;
}

.faq-question:hover {
    background-color: var(--faq-block-hover-bg, color-mix(in srgb, var(--faq-block-bg, white) 75%, var(--faq-btn-accent, #9b59b6) 25%));
}

.faq-question.active,
.faq-item.active .faq-question {
    background-color: #fefeff;
    color: white;
}

.faq-question i {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0 25px;
}

.faq-answer.active {
    max-height: 2000px;
    padding: 20px 25px;
}

.faq-answer,
.faq-answer p {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.faq-answer p {
    font-size: 16px;
    color: var(--faq-block-text, #000000);
    line-height: 1.7;
    margin: 0;
}

.landing-footer {
    padding: 60px 0 20px;
    position: relative;
}

.landing-footer .footer-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.landing-footer .container {
    position: relative;
    z-index: 1;
}

.landing-footer .footer-bg-image {
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    background-repeat: repeat;
    background-position: 0 0;
}

.landing-footer .footer-bg-image.footer-bg-image-fill {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.landing-footer .footer-texture-overlay {
    position: absolute;
    inset: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    pointer-events: none;
    opacity: calc(var(--footer-texture-opacity, 8) / 100);
}

.landing-footer .footer-texture-overlay.footer-texture-roughness {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch' result='t'/%3E%3CfeColorMatrix in='t' type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' fill='%23fff' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: calc(100px * var(--footer-texture-scale, 100) / 100);
}

.landing-footer .footer-texture-overlay.footer-texture-grid {
    --grid-cell: calc(20px * var(--footer-texture-scale, 100) / 100);
    background-image:
        linear-gradient(to right, rgba(255,255,255,0.14) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.14) 1px, transparent 1px);
    background-size: var(--grid-cell) var(--grid-cell);
    background-position: 0 0, 0 0;
}

@media (max-width: 991.98px) {
    .landing-footer .footer-content {
        display: flex;
        flex-wrap: wrap;
    }
    .landing-footer .footer-col-quicklinks {
        order: 1;
    }
    .landing-footer .footer-col-subscription {
        order: 2;
    }
    .landing-footer .footer-col-logo {
        order: 3;
    }
}

.footer-logo,
.footer-brand {
    margin-bottom: 20px;
}

.footer-logo-img {
    max-height: 50px;
}

.landing-footer.logo-h-fixed .footer-logo-img {
    height: var(--logo-height);
    max-height: none;
    width: auto;
    object-fit: contain;
}

.footer-heading {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links-columns {
    column-count: 2;
    column-gap: 1.5rem;
}
.footer-links-columns li {
    break-inside: avoid;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--link-color, #9b59b6);
}

.footer-subscribe-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.footer-copyright {
    color: #ffffff;
    font-size: 14px;
    margin-top: 20px;
}

.footer-subscribe-form {
    margin-top: 15px;
}

.footer-email-input-wrapper {
    display: flex;
    gap: 8px;
    align-items: stretch;
    width: 100%;
}

.footer-email-input {
    flex: 1;
    min-width: 0;
    padding: 10px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
    box-sizing: border-box;
}

.footer-email-input:focus {
    border-color: #4ecdc4;
    outline: none;
}

.footer-subscribe-btn {
    padding: 10px 20px;
    background: #4ecdc4;
    color: #ffffff;
    border: 1px solid #4ecdc4;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-sizing: border-box;
}

.footer-subscribe-btn:hover {
    background: #44a3a7;
    border-color: #44a3a7;
    transform: translateY(-1px);
}

.footer-subscribe-btn:active {
    transform: translateY(0);
}

.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer-share-classic {
    justify-content: center;
}

.footer-share-modern,
.footer-share-minimal,
.footer-share-elegant,
.footer-share-bold {
    justify-content: flex-start;
}

.footer-social-mobile-only {
    display: none;
}

.footer-social-desktop-only {
    display: block;
}

@media (max-width: 767px) {
    .landing-footer .footer-content .footer-col-logo,
    .landing-footer .footer-content .footer-col-quicklinks,
    .landing-footer .footer-content .footer-col-subscription {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .landing-footer .footer-social-mobile-only {
        display: flex;
    }
    .landing-footer .footer-social-desktop-only {
        display: none !important;
    }
    .landing-footer .footer-content .footer-col-logo {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }
    .landing-footer .footer-logo {
        display: flex;
        justify-content: center;
    }
    .landing-footer .footer-logo-img {
        margin-left: auto;
        margin-right: auto;
    }
    .landing-footer .footer-heading {
        text-align: center;
    }
    .landing-footer .footer-links {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-left: 0;
    }
    .landing-footer .footer-links-columns {
        column-count: 1;
    }
    .landing-footer .footer-subscribe-text {
        text-align: center;
    }
    .landing-footer .footer-subscribe-form {
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    .landing-footer .footer-email-input-wrapper {
        justify-content: center;
    }
    .landing-footer .footer-social-icons {
        justify-content: center !important;
    }
    .landing-footer .footer-copyright {
        text-align: center;
    }
    .landing-footer .footer-subscription-content {
        text-align: center;
    }
    .landing-footer .footer-subscription-banner-img {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: transform 0.3s;
}

.social-icon:hover {
    transform: translateY(-3px);
    color: white;
}

.social-icon.facebook {
    background: #1877f2;
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-icon.twitter {
    background: #000000;
}

.social-icon.youtube {
    background: #ff0000;
}

.social-icon.tiktok {
    background: #000000;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    z-index: 1000;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    transition: opacity 0.3s, transform 0.3s;
}

.scroll-to-top-btn.show {
    display: flex;
}

.scroll-to-top-btn:hover {
    transform: translateY(-3px);
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 36px;
    }
    
    .products-grid-title {
        font-size: 28px;
    }
    
    .shopping-cart-content {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 991.98px) {
    .shopping-cart,
    .shopping-cart-content {
        max-width: 100vw;
    }
    .shopping-cart-content {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 40px 0;
    }

    .hero-section .row:has(.hero-product-content) {
        display: flex;
        flex-direction: column;
    }
    .hero-section .row:has(.hero-product-content) .col-lg-6:first-child {
        display: contents;
    }
    .hero-section .row:has(.hero-product-content) .hero-product-content {
        display: contents;
    }
    .hero-section .row:has(.hero-product-content) .hero-product-title { order: 1; }
    .hero-section .row:has(.hero-product-content) .col-lg-6:last-child { order: 2; }
    .hero-section .row:has(.hero-product-content) .hero-product-description { order: 3; }
    .hero-section .row:has(.hero-product-content) .hero-product-pricing { order: 4; }
    .hero-section .row:has(.hero-product-content) .hero-product-button { order: 5; }

    .hero-section .row:not(:has(.hero-product-content)) {
        display: flex;
        flex-direction: column;
    }
    .hero-section .row:not(:has(.hero-product-content)) .col-lg-6:first-child {
        display: contents;
    }
    .hero-section .row:not(:has(.hero-product-content)) .hero-content {
        display: contents;
    }
    .hero-section .row:not(:has(.hero-product-content)) .hero-title { order: 1; }
    .hero-section .row:not(:has(.hero-product-content)) .col-lg-6:last-child { order: 2; }
    .hero-section .row:not(:has(.hero-product-content)) .hero-description { order: 3; }
    .hero-section .row:not(:has(.hero-product-content)) .hero-button { order: 4; }

    .hero-section .row:has(.hero-product-content) .hero-product-title,
    .hero-section .row:not(:has(.hero-product-content)) .hero-title {
        margin-left: 16px;
        margin-right: 16px;
    }
    .hero-section .row:has(.hero-product-content) .col-lg-6:last-child,
    .hero-section .row:not(:has(.hero-product-content)) .col-lg-6:last-child {
        margin-top: 16px;
        margin-bottom: 8px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .hero-section .row:has(.hero-product-content) .hero-product-description,
    .hero-section .row:not(:has(.hero-product-content)) .hero-description {
        margin-top: 24px;
        margin-bottom: 20px;
        margin-left: 16px;
        margin-right: 16px;
    }
    .hero-section .row:has(.hero-product-content) .hero-product-pricing {
        margin-left: 16px;
        margin-right: 16px;
        margin-bottom: 20px;
    }
    .hero-section .row:has(.hero-product-content) .hero-product-button,
    .hero-section .row:not(:has(.hero-product-content)) .hero-button {
        margin-left: 16px;
        margin-right: 16px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-button,
    .hero-product-button {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    
    .features-section,
    .social-proof-section,
    .reviews-section,
    .faq-section {
        padding: 120px 0;
    }

    .features-section {
        padding-bottom: 80px;
    }

    .feature-icon,
    .feature-icon-default {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }

    .feature-icon-wrapper {
        min-height: 60px;
    }

    .products-grid-section {
        padding: 120px 0 40px 0;
    }

    .reviews-section .row {
        --bs-gutter-x: 24px;
        --bs-gutter-y: 28px;
    }

    .reviews-section .review-content {
        padding: 14px;
    }

    .reviews-section .review-name,
    .reviews-section .review-card-name {
        font-size: 15px;
    }

    .reviews-section .review-text,
    .reviews-section .review-card-text {
        font-size: 13px;
    }

    .social-proof-middle-row .col-md-6:first-child {
        margin-bottom: 30px;
    }
    .product-card:hover {
        transform: none;
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }
}

.product-card-slider-wrapper {
    position: relative;
    width: 100%;
}

.product-card-slider {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.product-card-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-card-slide.active {
    opacity: 1;
    z-index: 1;
}

.product-card-slider-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 2;
}

.product-card-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    border: 2px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: all 0.3s ease;
}

.product-card-slider-dot:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
}

.product-card-slider-dot.active {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.4);
    transform: scale(1.3);
}

.product-card-slider-prev,
.product-card-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    opacity: 0;
}

.product-card-slider-wrapper:hover .product-card-slider-prev,
.product-card-slider-wrapper:hover .product-card-slider-next {
    opacity: 1;
}

.product-card-slider-prev {
    left: 10px;
}

.product-card-slider-next {
    right: 10px;
}

.product-card-slider-prev:hover,
.product-card-slider-next:hover {
    background: rgba(255, 255, 255, 1);
    transform: translateY(-50%) scale(1.1);
}

.product-card-slider-prev i,
.product-card-slider-next i {
    font-size: 20px;
    color: #333;
}

.product-card-options,
.product-card-size-options,
.product-card-color-options {
    margin-bottom: 15px;
}

.product-card-option-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
    color: #333;
}

.product-card-options-images {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-card-option-image {
    position: relative;
    width: 60px;
    border: 2px solid transparent;
    border-radius: 6px;
    overflow: visible;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f0f0f0;
    display: flex;
    flex-direction: column;
}

.product-card-option-image:hover {
    transform: scale(1.05);
    border-color: #274754;
}

.product-card-option-image.active {
    border-color: #274754;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(85, 85, 85, 0.3);
}

.product-card-option-image img {
    width: 100%;
    height: 60px;
    object-fit: cover;
    border-radius: 4px 4px 0 0;
}

.product-card-option-name {
    display: block;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 10px;
    padding: 4px 2px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
    line-height: 1.2;
    min-height: 20px;
    border-radius: 0 0 4px 4px;
    white-space: normal;
    overflow-wrap: break-word;
}

.product-card-size-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.product-card-size-btn {
    padding: 6px 12px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 13px;
    font-weight: 500;
}

.product-card-size-btn:hover {
    border-color: #1794ae;
    color: var(--link-color, #9b59b6);
}

.product-card-size-btn.active {
    border-color: #fefeff;
    background: #274754;
    color: #ffffff;
}

.product-card-color-circles {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.product-card-color-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    background: none;
    position: relative;
}

.product-card-color-circle:hover {
    transform: scale(1.1);
}

.product-card-color-circle.active {
    border: 2px solid #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

.product-card-option1-options {
    margin-bottom: 15px;
}

.product-card-option1-select {
    width: 100%;
    padding: 8px 12px;
    border: 2px solid #ddd;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    transition: border-color 0.3s ease;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    padding-right: 35px;
}

.product-card-option1-select:hover,
.product-card-option1-select:focus {
    border-color: #274754;
    outline: none;
}

.product-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.95);
}

.product-lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-lightbox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.product-lightbox-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 10001;
}

.product-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    font-size: 36px;
    color: #fff;
    cursor: pointer;
    z-index: 10002;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.product-lightbox-close:hover {
    transform: scale(1.1);
}

.product-lightbox-prev,
.product-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10002;
    transition: all 0.3s ease;
}

.product-lightbox-prev:hover,
.product-lightbox-next:hover {
    background: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.8);
}

.product-lightbox-prev {
    left: -70px;
}

.product-lightbox-next {
    right: -70px;
}

.product-lightbox-prev i,
.product-lightbox-next i {
    font-size: 24px;
    color: #fff;
}

.product-lightbox-image-wrapper {
    max-width: 100%;
    max-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-lightbox-image-wrapper img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    border-radius: 8px;
}

.product-lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .product-lightbox-prev {
        left: 10px;
    }
    
    .product-lightbox-next {
        right: 10px;
    }
    
    .product-lightbox-close {
        top: 10px;
        right: 10px;
    }
    
    .product-lightbox-counter {
        bottom: 20px;
    }
}

.product-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.product-modal.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
}

.product-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 1200px;
    width: 95%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 10000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}

.product-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.product-modal-close:hover {
    background-color: #f0f0f0;
}

@media (min-width: 992px) {
    .product-modal-close {
        top: -5px;
        right: -5px;
    }
}

.product-modal-body {
    padding: 30px;
}

.product-modal-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.product-modal-left {
    position: relative;
}

.product-modal-slider-wrapper {
    position: relative;
    width: 100%;
}

.product-modal-slider {
    position: relative;
    width: 100%;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.product-modal-slider-prev,
.product-modal-slider-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.product-modal-slider-prev:hover,
.product-modal-slider-next:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.product-modal-slider-prev {
    left: 12px;
}

.product-modal-slider-next {
    right: 12px;
}

.product-modal-slider-prev i,
.product-modal-slider-next i {
    font-size: 22px;
    color: #333;
}

.product-modal-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-modal-slide.active {
    opacity: 1;
    z-index: 1;
}

.product-modal-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-modal-thumbnails {
    display: flex;
    gap: 12px;
    margin-top: 12px;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 100px;
    overflow-y: auto;
}

.product-modal-thumbnail {
    flex: 0 0 auto;
    width: 67px;
    height: 67px;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    background: #f0f0f0;
    transition: border-color 0.2s ease;
}

.product-modal-thumbnail:hover {
    border-color: #ccc;
}

.product-modal-thumbnail.active {
    border-color: #9b59b6;
}

.product-modal-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-modal-thumbnail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 11px;
    color: #999;
}

.product-modal-slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 2;
}

.product-modal-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.product-modal-slider-dot.active {
    background-color: #fff;
}

.product-modal-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-modal-title {
    font-size: 32px;
    font-weight: 700;
    margin: 0;
}

.product-modal-rating {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-modal-stars {
    color: #ffc107;
}
.product-modal-stars .bi-star {
    opacity: 0.4;
}

.product-modal-pricing {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.product-modal-old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 18px;
}

.product-modal-new-price {
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.product-modal-pricing:has(.product-modal-old-price) .product-modal-new-price {
    color: #e91e63;
}

.product-modal-discount-badge {
    background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%);
    color: #fff;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.product-modal-description {
    color: #666;
    line-height: 1.6;
}

.product-modal-color-options,
.product-modal-size-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-modal-option-label {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 8px;
}

.product-modal-color-circles {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.product-modal-color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    background: none;
    position: relative;
}

.product-modal-color-circle:hover {
    transform: scale(1.1);
}

.product-modal-color-circle.active {
    border: 2px solid #333;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #333;
}

.product-modal-size-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-modal-size-btn {
    padding: 10px 20px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.product-modal-size-btn:hover {
    border-color: var(--link-color, #9b59b6);
    color: var(--link-color, #9b59b6);
}

.product-modal-size-btn.active {
    border-color: #9b59b6;
    background: #9b59b6;
    color: #fff;
}

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

.product-modal-quantity label {
    font-weight: 600;
}

.product-modal-quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #ddd;
    border-radius: 6px;
    padding: 5px;
}

.product-modal-quantity-controls button {
    width: 35px;
    height: 35px;
    border: none;
    background: #f0f0f0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    transition: background-color 0.3s ease;
}

.product-modal-quantity-controls button:hover {
    background: #ddd;
}

.product-modal-quantity-controls input {
    width: 50px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.product-modal-quantity-controls input[type="number"] {
    -moz-appearance: textfield;
    appearance: textfield;
}

.product-modal-quantity-controls input[type="number"]::-webkit-outer-spin-button,
.product-modal-quantity-controls input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.product-modal-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
}

.product-modal-add-to-cart-btn {
    padding: 15px 30px;
    background: linear-gradient(135deg, #9b59b6 0%, #e91e63 100%);
    color: #fff;
    border: none;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-transform: uppercase;
}

.product-modal-add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(155, 89, 182, 0.4);
}

.product-modal-add-to-cart-btn:active:not(.product-modal-add-to-cart-added) {
    transform: scale(0.98);
    transition-duration: 0.1s;
}

.product-modal-add-to-cart-btn.product-modal-add-to-cart-added {
    cursor: default;
}

.product-modal-add-to-cart-btn.product-modal-add-to-cart-added:hover {
    transform: none;
}

@media (max-width: 991.98px) {
    .product-modal-container {
        grid-template-columns: 1fr;
    }
    
    .product-modal-slider {
        padding-top: 75%;
    }
    
    .product-modal-title {
        font-size: 24px;
    }

    .product-card-options-images {
        gap: 16px;
    }
}

.product-detail-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    height: 100%;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    --product-modal-vpad: clamp(8px, 2vh, 20px);
    padding: var(--product-modal-vpad) 20px calc(var(--product-modal-vpad) + 40px) 20px;
    box-sizing: border-box;
    overflow-x: hidden;
}

.product-detail-modal.active {
    display: flex;
}

.product-detail-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(4px);
    cursor: pointer;
}

.product-detail-modal-dialog {
    position: relative;
    background: #fff;
    border-radius: 12px;
    max-width: 1200px;
    width: 100%;
    max-height: calc(100vh - (var(--product-modal-vpad) * 2));
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 10000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
}

.product-detail-modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    z-index: 10001;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.product-detail-modal-close:hover {
    background-color: #f0f0f0;
}

@media (min-width: 992px) {
    .product-detail-modal-close {
        top: -5px;
        right: -5px;
    }
}

.product-detail-modal-content-wrapper {
    flex: 1;
    min-height: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-detail-modal-body-inner {
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
    font-size: 1.2em;
}

.product-detail-modal-body-inner .product-modal-body {
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 0;
}

.product-detail-modal-body-inner .product-modal-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    flex: 1;
    min-height: 0;
    align-items: start;
}

.product-detail-modal-body-inner .product-modal-left {
    position: sticky;
    top: 0;
    align-self: start;
}

.product-detail-modal-body-inner .product-modal-right {
    overflow-y: auto;
    max-height: calc(90vh - 60px);
    min-height: 0;
}

.product-card-slider-wrapper {
    position: relative;
}

.product-card-detail-modal-trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.product-card-detail-modal-trigger:hover {
    background: #fff;
    color: #e91e63;
    transform: scale(1.05);
}

.product-card-detail-link {
    margin: 0 0 12px 0;
    font-size: 14px;
}

.product-card-detail-link a {
    color: var(--link-color, #9b59b6);
    text-decoration: none;
}

.product-card-detail-link a:hover {
    text-decoration: underline;
}

.product-modal-features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.product-modal-features li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.product-modal-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9b59b6;
    font-weight: 700;
}

.product-modal-banner {
    border-radius: 8px;
    overflow: hidden;
}

.product-modal-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}

.product-modal-reviews-count {
    font-size: 14px;
    color: #666;
}

.product-modal-accordion-block,
.product-modal-accordion-wrapper {
    margin-top: 16px;
}

.product-modal-accordion-toggle,
.product-modal-accordion-header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    background: #f8f9fa;
    border: 1px solid #eee;
    border-radius: 8px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    transition: background-color 0.2s ease;
}

.product-modal-accordion-toggle:hover,
.product-modal-accordion-header:hover {
    background: #eee;
}

.product-modal-accordion-toggle .product-modal-accordion-arrow,
.product-modal-accordion-header .bi-chevron-down {
    transition: transform 0.2s ease;
}

.product-modal-accordion-block.active .product-modal-accordion-arrow,
.product-modal-accordion-item.active .bi-chevron-down {
    transform: rotate(180deg);
}

.product-modal-accordion-content,
.product-modal-accordion-body {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.3s ease-out;
}

.product-modal-accordion-block.active .product-modal-accordion-content,
.product-modal-accordion-item.active .product-modal-accordion-body {
    grid-template-rows: 1fr;
}

.product-modal-accordion-block:not(.active) .product-modal-accordion-inner,
.product-modal-accordion-item:not(.active) .product-modal-accordion-body-inner {
    visibility: hidden;
}

.product-modal-accordion-block.active .product-modal-accordion-inner,
.product-modal-accordion-item.active .product-modal-accordion-body-inner {
    visibility: visible;
}

.product-modal-accordion-inner,
.product-modal-accordion-body-inner {
    min-height: 0;
    overflow: hidden;
}

.product-modal-accordion-inner,
.product-modal-accordion-body-inner p,
.product-modal-accordion-body-inner .product-modal-box-list,
.product-modal-accordion-body p,
.product-modal-accordion-body .product-modal-box-list {
    padding: 14px 16px;
    margin: 0;
    line-height: 1.6;
    color: #555;
}

.product-modal-box-list {
    list-style: none;
    padding-left: 0;
}

.product-modal-box-list li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 8px;
}

.product-modal-box-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9b59b6;
}

.product-modal-options-block,
.product-modal-color-options {
    margin-left: 10px;
}

.product-modal-options-block {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.product-modal-options-images {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-modal-option-image {
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.product-modal-option-image.active {
    border-color: #9b59b6;
}

.product-modal-loading,
.product-modal-error {
    padding: 40px 20px;
    text-align: center;
    color: #666;
}

.product-modal-error {
    color: #c0392b;
}

@media (max-width: 991.98px) {
    .product-detail-modal {
        padding: calc(8px + env(safe-area-inset-top)) 0 calc(40px + env(safe-area-inset-bottom)) 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100vw;
        align-items: flex-start;
        box-sizing: border-box;
        overflow-x: hidden;
    }

    .product-detail-modal-dialog {
        max-height: calc(100vh - 8px - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        width: 100%;
        max-width: 100vw;
        min-width: 0;
        margin: 0;
        border-radius: 0;
        overflow-y: auto;
        overflow-x: hidden;
        overflow: hidden auto;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box;
    }

    .product-detail-modal-content-wrapper {
        flex: none;
        min-height: auto;
        min-width: 0;
        max-width: 100%;
        overflow: visible;
    }

    .product-detail-modal-body-inner {
        flex: none;
        min-height: auto;
        min-width: 0;
        max-width: 100%;
        overflow: visible;
    }

    .product-detail-modal-body-inner .product-modal-body {
        flex: none;
        min-height: auto;
        min-width: 0;
        max-width: 100%;
        overflow: visible;
        padding: 16px;
        box-sizing: border-box;
    }

    .product-detail-modal-body-inner .product-modal-container {
        grid-template-columns: 1fr;
        gap: 20px;
        flex: none;
        min-height: auto;
        min-width: 0;
        max-width: 100%;
    }

    .product-detail-modal-body-inner .product-modal-left,
    .product-detail-modal-body-inner .product-modal-right {
        min-width: 0;
        max-width: 100%;
    }

    .product-modal-slider,
    .product-modal-thumbnails,
    .product-modal-description,
    .product-modal-accordion-toggle,
    .product-modal-accordion-header {
        max-width: 100%;
    }

    .product-modal-image {
        max-width: 100%;
    }

    .product-detail-modal-body-inner .product-modal-left {
        position: static;
        order: 1;
    }

    .product-detail-modal-body-inner .product-modal-right {
        max-height: none;
        order: 2;
        overflow-y: visible;
    }

    .product-detail-modal-close {
        top: 10px;
        right: 10px;
        width: 36px;
        height: 36px;
        font-size: 28px;
    }

    .product-modal-slider {
        padding-top: 85%;
        border-radius: 8px;
        touch-action: pan-y;
    }

    .product-modal-slider-prev,
    .product-modal-slider-next {
        display: none;
    }

    .product-modal-thumbnails {
        gap: 8px;
        margin-top: 10px;
        max-height: 76px;
    }

    .product-modal-thumbnail {
        width: 58px;
        height: 58px;
    }

    .product-modal-thumbnail-placeholder {
        font-size: 12px;
    }

    .product-modal-title {
        font-size: 26px;
        line-height: 1.3;
    }

    .product-modal-pricing {
        gap: 10px;
        flex-wrap: wrap;
    }

    .product-modal-new-price {
        font-size: 29px;
    }

    .product-modal-old-price {
        font-size: 19px;
    }

    .product-modal-description {
        font-size: 17px;
        line-height: 1.5;
    }

    .product-modal-features {
        margin-bottom: 16px;
    }

    .product-modal-features li {
        font-size: 17px;
        padding-left: 18px;
    }

    .product-modal-accordion-toggle,
    .product-modal-accordion-header {
        padding: 12px 14px;
        font-size: 17px;
    }

    .product-modal-accordion-inner,
    .product-modal-accordion-body-inner,
    .product-modal-accordion-body-inner p,
    .product-modal-accordion-body p,
    .product-modal-accordion-body .product-modal-box-list {
        padding: 12px 14px;
        font-size: 17px;
    }

    .product-modal-options-block,
    .product-modal-color-options {
        margin-left: 0;
    }

    .product-modal-option-label {
        font-size: 17px;
    }

    .product-modal-options-images {
        gap: 16px;
    }

    .product-modal-option-image {
        min-width: 44px;
    }

    .product-modal-color-circle {
        width: 36px;
        height: 36px;
    }

    .product-modal-size-buttons {
        gap: 8px;
    }

    .product-modal-size-btn {
        padding: 8px 14px;
        font-size: 16px;
    }

    .product-modal-quantity {
        gap: 12px;
    }

    .product-modal-quantity label {
        font-size: 17px;
    }

    .product-modal-quantity-controls {
        padding: 4px;
    }

    .product-modal-quantity-controls button {
        width: 32px;
        height: 32px;
        font-size: 19px;
    }

    .product-modal-quantity-controls input {
        width: 44px;
        font-size: 18px;
    }

    .product-modal-total {
        padding: 12px;
        font-size: 19px;
    }

    .product-modal-add-to-cart-btn {
        padding: 14px 24px;
        font-size: 18px;
    }

    .product-modal-banner img {
        max-height: 50px;
        object-fit: contain;
    }

    .product-modal-reviews-count {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .product-detail-modal {
        padding: calc(8px + env(safe-area-inset-top)) 0 calc(40px + env(safe-area-inset-bottom)) 0;
        align-items: flex-start;
    }

    .product-detail-modal-dialog {
        max-height: calc(100vh - 8px - 40px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        border-radius: 0;
    }

    .product-detail-modal-body-inner .product-modal-body {
        padding: 14px;
    }

    .product-modal-slider {
        padding-top: 100%;
    }

    .product-modal-thumbnails {
        max-height: 68px;
    }

    .product-modal-thumbnail {
        width: 50px;
        height: 50px;
    }

    .product-modal-title {
        font-size: 24px;
    }

    .product-modal-new-price {
        font-size: 26px;
    }

    .product-modal-accordion-toggle,
    .product-modal-accordion-header {
        padding: 10px 12px;
        font-size: 16px;
    }

    .product-modal-option-image img {
        max-height: 44px;
    }

    .product-modal-add-to-cart-btn {
        padding: 12px 20px;
        font-size: 17px;
    }
}

.product-categories-filter {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
}

.product-category-btn {
    padding: 10px 20px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.product-category-btn:hover {
    border-color: #274754;
    color: #274754;
    transform: translateY(-2px);
}

.product-category-btn.active {
    border-color: #274754;
    background: linear-gradient(135deg, #274754 0%, #2b9e90 100%);
    color: #fefeff;
    box-shadow: 0 2px 10px rgba(155, 89, 182, 0.3);
}

.product-category-btn.active:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
}

@media (max-width: 768px) {
    .product-categories-filter {
        gap: 8px;
    }
    
    .product-category-btn {
        padding: 8px 16px;
        font-size: 13px;
    }
}

.products-pagination-row {
    margin-top: 12px;
    margin-bottom: 70px;
}

.products-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 0;
}

.pagination-btn.disabled,
.pagination-btn:disabled {
    opacity: 0.18;
    cursor: default;
    pointer-events: none;
}

.products-pagination button {
    padding: 0;
    margin: 0;
    font: inherit;
    border: none;
    background: none;
    -webkit-appearance: none;
    appearance: none;
}

.pagination-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-btn:hover {
    border-color: #274754;
    background: #274754;
    color: #fefeff;
    transform: scale(1.1);
}

.pagination-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    box-sizing: border-box;
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination-dot:not(.active) {
    background-color: transparent;
    border: 2px solid #ddd;
}

.pagination-dot:not(.active):hover {
    border-color: #2c3e50;
    transform: scale(1.2);
}

.pagination-dot.active {
    background-color: #274754;
    border: 2px solid #2c3e50;
    width: 14px;
    height: 14px;
}

[data-section] {
    position: relative;
}

body.scroll-animation-enabled [data-section]:not(.scroll-animate-visible) > .container {
    opacity: 0;
    transform: translateY(60px);
}

body.scroll-animation-enabled [data-section] > .container {
    transition: opacity 0.9s cubic-bezier(0.4, 0, 0.2, 1), transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
}

body.scroll-animation-enabled [data-section].scroll-animate-hidden > .container {
    opacity: 0;
    transform: translateY(60px);
}

body.scroll-animation-enabled [data-section].scroll-animate-visible > .container {
    opacity: 1;
    transform: translateY(0);
}

body.scroll-animation-enabled [data-section] > .decorative-section {
    position: relative;
}

body.scroll-animation-enabled [data-section] > .decorative-section,
body.scroll-animation-enabled [data-section] > .decorative-section > * {
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width: 575.98px) {
    html, body {
        overflow-x: hidden;
    }
}
