
/* Fonts */
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
body {
    background: white;
    margin: 0;
    padding: 0;
}

html {
    background: white;
}

.promo-bar {
    background: #9b59b6;
    color: white;
    text-align: center;
    padding: 12px 0;
    font-size: 14px;
    width: 100%;
}

.navbar-custom {
    background: white;
    padding: 15px 0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

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

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

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

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

.navbar-custom .navbar-nav .nav-link:hover {
    color: #9b59b6;
}

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

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

.navbar-custom .navbar-icons a:hover {
    color: #9b59b6;
}

.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;
}

.navbar-custom .navbar-toggler-icon,
.navbar-custom .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
    width: 1.5em !important;
    height: 1.5em !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% !important;
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

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

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

.hero-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

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

.hero-title {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.2;
}

.hero-description {
    font-size: 18px;
    color: #666666;
    margin-bottom: 35px;
    line-height: 1.6;
}

.hero-button {
    background: #9b59b6;
    color: #ffffff;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 51px;
    text-decoration: none;
    display: inline-flex;
    align-self: flex-start;
    width: auto !important;
    max-width: 100%;
    white-space: nowrap;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(233, 30, 99, 0.3);
}

.hero-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(233, 30, 99, 0.4);
    color: white;
}

.hero-image-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.hero-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-height: 600px;
}

.features-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.decorative-section {
    background: #f8f9fa;
    padding-bottom: 40px;
}

.features-title {
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}

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

.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;
    display: block;
    margin: 0 auto;
}

.feature-icon-default {
    font-size: 80px;
    background: #9b59b6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: block;
}

.feature-wave {
    width: 50px;
    height: 6px;
    margin: 15px auto 0;
    position: relative;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 6'%3E%3Cpath d='M0,3 Q12.5,0 25,3 T50,3' stroke='url(%23gradient)' stroke-width='2' fill='none'/%3E%3Cdefs%3E%3ClinearGradient id='gradient' x1='0%25' y1='0%25' x2='100%25' y2='0%25'%3E%3Cstop offset='0%25' style='stop-color:%23667eea;stop-opacity:1' /%3E%3Cstop offset='100%25' style='stop-color:%23764ba2;stop-opacity:1' /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.feature-text {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    margin-top: 15px;
    line-height: 1.5;
}

.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;
}

.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: 100px 0;
    position: relative;
    margin-top: -1px;
    z-index: 5;
}


.social-proof-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    max-width: 100%;
    word-wrap: break-word;
}

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

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

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

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

@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;
    }
}

.social-proof-button {
    background: #9b59b6;
    color: white;
    border: none;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 51px;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 20px rgba(233, 30, 99, 0.4);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
}

.social-proof-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 30px rgba(233, 30, 99, 0.6);
    color: white;
}

.footer {
    background: #2c3e50;
    color: white;
    padding: 50px 0;
}

.footer-contact p {
    margin: 10px 0;
    color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 991.98px) {
    .navbar-custom:not(.header-sticky) {
        position: relative;
    }
    .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: white;
        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-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;
    }
    
    .desktop-cart-icon {
        display: none !important;
    }
    
    /* Гарантируем видимость иконки меню на мобильных */
    .navbar-custom .navbar-toggler-icon,
    .navbar-custom .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
        width: 1.5em !important;
        height: 1.5em !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 100% !important;
        display: inline-block !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    body.navbar-menu-open {
        overflow: hidden;
    }
    
    .hero-section {
        padding: 40px 0;
        min-height: auto;
    }
    
    .hero-section .row {
        display: flex;
        flex-direction: column;
    }
    .hero-section .row .col-lg-6:first-child {
        order: 2;
    }
    .hero-section .row .col-lg-6:last-child {
        order: 1;
    }
    
    .hero-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 16px;
        margin-bottom: 25px;
    }
    
    .hero-content {
        text-align: center;
        padding: 20px 0;
        margin-bottom: 30px;
    }
    
    .hero-image-wrapper {
        padding: 0;
    }
    
    .hero-image-wrapper img {
        max-height: 400px;
    }
    
    .trustpilot-info {
        font-size: 12px;
    }
}

@media (max-width: 575.98px) {
    .promo-bar {
        font-size: 12px;
        padding: 10px 15px;
    }
    
    .hero-title {
        font-size: 28px;
    }
    
    .hero-description {
        font-size: 14px;
    }
    
    .hero-button {
        padding: 12px 30px;
        font-size: 14px;
        align-self: center;
    }
    
    .features-section {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    
    .features-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .feature-icon,
    .feature-icon-default {
        width: 60px;
        height: 60px;
        font-size: 60px;
    }
    
    .feature-icon-wrapper {
        min-height: 60px;
    }
    
    .feature-text {
        font-size: 26px;
        font-weight: 700;
        text-align: center;
        line-height: 1.4;
        word-wrap: break-word;
    }
    
    .social-proof-section {
        padding: 120px 0;
    }
    
    .social-proof-title {
        margin-bottom: 15px;
    }
    
    .social-proof-description {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .social-proof-button {
        padding: 15px 40px;
        font-size: 16px;
        margin-top: 30px;
    }
}

@media (max-width: 575.98px) {
    .social-proof-description {
        font-size: 14px;
    }
    
    .social-proof-button {
        padding: 12px 30px;
        font-size: 14px;
    }
    
    .customer-image-wrapper {
        margin-bottom: 20px;
    }
    
    .social-proof-middle-row .col-md-6:first-child {
        margin-bottom: 30px;
    }
    
    .trustpilot-info {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        gap: 6px;
        font-size: 11px;
    }
    
    .trustpilot-score,
    .trustpilot-separator,
    .trustpilot-reviews {
        white-space: nowrap;
        text-align: center;
    }
    
    .trustpilot-block {
        align-items: center;
    }
    
    .trustpilot-header,
    .trustpilot-stars,
    .trustpilot-info {
        width: 100%;
        justify-content: center;
    }
    
    .footer-links {
        text-align: center !important;
    }
    
    .footer-content .row .col-6 .footer-links {
        text-align: center !important;
        padding-right: 0 !important;
    }
    
    .footer-content .row .col-6:last-child .footer-links {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    .footer-content .row .col-md-6 .footer-links {
        text-align: center !important;
    }
}

.hero-section {
    padding: 80px 0;
}

.features-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.product-section {
    padding: 120px 0;
    background: #ffffff;
}

@media (min-width: 992px) {
    .product-section .row > .col-lg-6:first-child {
        align-self: flex-start;
        position: sticky;
        top: 90px;
    }
    
    .product-section .row > .col-lg-6:first-child .product-slider {
        display: flex;
        flex-direction: column;
        height: auto;
      
    }
    
    .product-section .row > .col-lg-6:first-child .main-image-wrapper {
        flex-shrink: 0;
    }
    
    .product-section .row > .col-lg-6:first-child .thumbnail-slider-wrapper {
        flex-shrink: 0;
    }
}

.thumbnail-slider-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.thumbnail-slider-wrapper .thumbnail-slider {
    flex: 0 1 auto;
    max-width: 100%;
}

.thumbnail-arrow {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,0.12);
    background: #fff;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.thumbnail-arrow:hover {
    background: #f8f9fa;
    border-color: #3498db;
    color: #3498db;
    box-shadow: 0 4px 12px rgba(52,152,219,0.25);
}

.thumbnail-arrow:active {
    transform: scale(0.96);
}

.thumbnail-arrow i {
    font-size: 1.25rem;
    font-weight: bold;
}

.product-slider {
    position: relative;
}

.main-image-wrapper {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s;
}

.main-image-wrapper:hover {
    transform: scale(1.02);
}

.main-product-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #f8f9fa;
    border-radius: 10px;
}

.thumbnail-slider {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    min-width: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.thumbnail-slider::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    min-width: 80px;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 3px solid transparent;
    transition: all 0.3s;
    flex-shrink: 0;
}

.thumbnail-item:hover {
    transform: scale(1.1);
    border-color: #9b59b6;
}

.product-section .thumbnail-item:hover {
    transform: none;
}

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

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9b59b6;
    font-size: 24px;
    z-index: 2;
    pointer-events: none;
}

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

.video-preview {
    position: relative;
    width: 100%;
    cursor: pointer;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #9b59b6;
    font-size: 80px;
    opacity: 0.9;
    transition: all 0.3s;
    z-index: 2;
    pointer-events: none;
}

.video-preview:hover .video-play-button {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
}

.lightbox.active {
    display: flex;
}

.lightbox-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000;
    transition: transform 0.3s;
}

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

#lightboxImage {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
    border-radius: 10px;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.video-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s;
}

.video-modal.active {
    display: flex;
}

.video-modal-close {
    position: absolute;
    top: 30px;
    right: 50px;
    color: white;
    font-size: 50px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10001;
    transition: transform 0.3s;
    line-height: 1;
}

.video-modal-close:hover {
    transform: scale(1.2);
}

.video-modal-content {
    width: 90%;
    max-width: 1200px;
    height: 80%;
    max-height: 800px;
    position: relative;
}

#videoContainer {
    width: 90%;
    max-width: 1200px;
    height: 80%;
    max-height: 800px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoContainer iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#videoContainer video {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #000;
}

@media (max-width: 991.98px) {
    .video-modal-close {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }
    
    .video-modal-content {
        width: 95%;
        height: 70%;
    }
}

@media (max-width: 575.98px) {
    .video-modal-content {
        width: 100%;
        height: 60%;
    }
    
    .video-play-button {
        font-size: 60px;
    }
}

.product-info {
    padding: 20px;
}

.product-banner-trustpilot-container {
    width: 100%;
    display: flex;
    gap: 0;
    align-items: stretch;
    border: none;
    border-radius: 4px;
    overflow: hidden;
}

.product-banner-trustpilot-container--bordered {
    border: 1px solid #f0f0f0;
}

.product-banner-trustpilot-separator {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product-banner-trustpilot-separator::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #e0e0e0;
}

.trustpilot-block {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    border-right: 1px solid #e0e0e0;
}

.product-banner-trustpilot-container > .trustpilot-block:only-child {
    border-right: none;
}

.product-banner {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}

.product-banner img {
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.trustpilot-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trustpilot-logo {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.trustpilot-stars {
    display: flex;
    justify-content: center;
    gap: 0;
    align-items: center;
}

.trustpilot-star-square {
    width: 24px;
    height: 24px;
    background-color: #00b67a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trustpilot-star-square svg {
    width: 16px;
    height: 16px;
}

.trustpilot-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #000000;
}

.trustpilot-score {
    font-weight: 600;
}

.trustpilot-separator {
    color: #000000;
    opacity: 0.7;
}

.trustpilot-reviews {
    text-decoration: underline;
    cursor: pointer;
    color: #000000;
}

.trustpilot-reviews:hover {
    opacity: 0.8;
}

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

.stars {
    color: #ffc107;
    font-size: 28px;
    filter: brightness(1.2) saturate(1.3);
}

.reviews-count {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
}

.product-title {
    font-size: 54.6px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

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

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

.old-price {
    font-size: 31.2px;
    color: #999999;
    text-decoration: line-through;
}

.new-price {
    font-size: 46.8px;
    font-weight: 700;
    color: #000000;
}

.discount-badge {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
    color: white;
    padding: 10px 20px;
    border-radius: 20px;
    font-size: 18.2px;
    font-weight: 600;
    text-transform: uppercase;
}

.payment-info {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.payment-text {
    margin: 0;
    font-size: 18.2px;
    color: #000000;
}

.installment-amount {
    font-weight: 600;
    color: #000000;
}

.learn-more-link {
    color: #9b59b6;
    text-decoration: none;
}

.learn-more-link:hover {
    text-decoration: underline;
}

.availability-info {
    padding: 12px;
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 4px;
}

.availability-text {
    margin: 0;
    font-size: 18.2px;
    color: #000000;
}

.quantity-selector .quantity-label,
.total-price-label {
    font-size: 18.2px;
    font-weight: 700;
    color: #000000;
}

.total-price-wrapper {
    font-size: 18.2px;
}

.total-price-value {
    font-size: 31.2px;
    font-weight: 700;
    color: #000000;
    margin-left: 4px;
}

.accordion-arrow {
    transition: transform 0.2s ease;
}

.accordion-arrow.rotated,
.accordion-header.active .accordion-arrow {
    transform: rotate(180deg);
}

.product-description-block {
    padding: 20px 0 0 0;
}

.product-description-block.mb-4 {
    margin-bottom: 30px;
}

.product-description-text {
    margin-bottom: 0;
}

.description-first {
    margin-bottom: 10px;
}

.description-full {
    margin-bottom: 0;
}

.description-full p {
    margin: 0 0 15px 0;
    color: #000000;
    font-size: 18.2px;
    line-height: 1.7;
}

.description-full p:last-child {
    margin-bottom: 0;
}

.product-description-text p {
    margin: 0 0 15px 0;
    color: #000000;
    font-size: 18.2px;
    line-height: 1.7;
}

.product-description-text p:last-child {
    margin-bottom: 0;
}

.description-more {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, margin-top 0.4s ease-out;
    margin-top: 0;
}

.description-more.expanded {
    max-height: 500px;
    margin-top: 15px;
}

.expand-description-btn {
    background: none;
    border: none;
    color: #9b59b6;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: color 0.3s;
    margin-top: 10px;
}

.expand-description-btn:hover {
    color: #e91e63;
}

.expand-icon {
    transition: none;
    font-size: 14px;
}

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

.product-features-list li {
    padding: 10px 0;
    color: #000000;
    font-size: 18.2px;
    line-height: 1.6;
    position: relative;
    padding-left: 30px;
}

.product-features-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #9b59b6;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}

.additional-description-block {
    margin-top: 20px;
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
}

.additional-description-toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    text-align: left;
    transition: all 0.3s ease;
}

.additional-description-toggle:hover {
    opacity: 0.8;
}

.additional-description-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--section-text-color, #000000);
    transition: color 0.3s ease;
}

.additional-description-toggle:hover .additional-description-title {
    color: var(--section-text-color, #000000);
    opacity: 0.85;
}

.additional-description-arrow {
    font-size: 18px;
    color: var(--section-text-color, #000000);
    transition: transform 0.3s ease;
    flex-shrink: 0;
    margin-left: 10px;
}

.additional-description-toggle.active .additional-description-arrow {
    transform: rotate(180deg);
}

.additional-description-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding-top 0.4s ease-out, padding-bottom 0.4s ease-out;
    padding-top: 0;
    padding-bottom: 0;
}

.additional-description-content.expanded {
    max-height: 2000px;
    padding-top: 15px;
    padding-bottom: 0;
}

.additional-description-text {
    color: #000000;
    font-size: 18.2px;
    line-height: 1.7;
}

.additional-description-text p {
    margin: 0 0 15px 0;
}

.additional-description-text p:last-child {
    margin-bottom: 0;
}

.product-selects {
    padding: 20px 0;
}

.select-label {
    display: block;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    font-size: 20.8px;
}

.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select {
    width: 100%;
    padding: 15px 45px 15px 20px;
    font-size: 18.2px;
    font-weight: 500;
    color: #000000;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.custom-select:hover {
    border-color: #9b59b6;
    box-shadow: 0 2px 8px rgba(155, 89, 182, 0.1);
}

.custom-select:focus {
    border-color: #9b59b6;
    box-shadow: 0 0 0 3px rgba(155, 89, 182, 0.1);
}

.custom-select option {
    padding: 10px;
    font-size: 18.2px;
}

.select-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #666;
    font-size: 16px;
    transition: transform 0.3s ease;
}

.custom-select-wrapper:hover .select-arrow {
    color: #9b59b6;
}

.custom-select:focus + .select-arrow {
    color: #9b59b6;
    transform: translateY(-50%) rotate(180deg);
}

.selected-value {
    margin-top: 8px;
    font-size: 16px;
    color: #9b59b6;
    font-weight: 600;
    min-height: 24px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.selected-value.active {
    opacity: 1;
}

.product-options {
    padding: 20px 0 32px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.options-label {
    display: block;
    font-weight: 600;
    color: #000000 !important;
    margin-bottom: 10px;
    font-size: 20.8px;
}

.selected-option {
    font-size: 18.2px;
    color: #9b59b6;
    font-weight: 600;
    margin-bottom: 15px;
}

.options-gallery {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.option-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
    padding: 0;
    border: none;
}

.option-item:hover {
    transform: translateY(-3px);
}

.option-item.active {
    border: none;
    background: transparent;
}

.option-image-wrapper {
    position: relative;
    width: 80px;
    padding-top: 100%;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid #e0e0e0;
    transition: border-color 0.3s;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.option-item.active .option-image-wrapper {
    border-color: #9b59b6;
}

.option-item.active .option-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    font-weight: 600;
}

.option-item:hover .option-image-wrapper {
    border-color: #9b59b6;
    transform: scale(1.05);
}

.option-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.option-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
    text-align: center;
    transition: all 0.3s;
    margin-top: 5px;
    line-height: 1.3;
}

.option-item.active .option-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
    font-weight: 600;
}

.option-item:hover .option-name {
    font-size: 14px;
    font-weight: 500;
    color: #000000 !important;
}

@media (max-width: 767.98px) {
    .product-options {
        padding-bottom: 32px;
        min-height: 190px;
    }
    .options-gallery {
        gap: 22px;
        justify-content: flex-start;
    }
    
    .option-image-wrapper {
        width: 70px;
        border-radius: 8px;
    }
    
    .option-name {
        font-size: 12px;
        max-width: 90px;
    }
}

.quantity-selector {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0;
}

.quantity-label {
    font-weight: 600;
    color: #000000;
    font-size: 20.8px;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.quantity-btn {
    width: 40px;
    height: 40px;
    border: none;
    background: #f8f9fa;
    color: #2c3e50;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.quantity-btn:hover {
    background: #e9ecef;
}

.quantity-input {
    width: 60px;
    height: 40px;
    border: none;
    text-align: center;
    font-size: 20.8px;
    font-weight: 600;
    color: #2c3e50;
    appearance: textfield;
    -moz-appearance: textfield;
}

.quantity-input::-webkit-inner-spin-button,
.quantity-input::-webkit-outer-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

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

.add-to-cart-wrapper {
    width: 100%;
}

.add-to-cart-btn {
    width: 100%;
    background: #9b59b6;
    color: #ffffff;
    border: none;
    padding: 23px 39px;
    font-size: 23.4px;
    font-weight: 600;
    border-radius: 51px;
    text-decoration: none;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.3);
}

.add-to-cart-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.5);
    color: white;
}

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

.accordion-wrapper {
    margin-top: 30px;
}

.accordion-item {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 19px 0;
    text-align: left;
    font-size: 20.8px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: color 0.3s;
}

.accordion-icon-text {
    display: flex;
    align-items: center;
    gap: 12px;
}

.accordion-icon {
    font-size: 22px;
    color: #2c3e50;
}

.accordion-header:hover {
    color: #9b59b6;
}

.accordion-header i {
    transition: none;
}

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

.accordion-content.active {
    grid-template-rows: 1fr;
}

.accordion-content:not(.active) .accordion-content-inner {
    visibility: hidden;
}

.accordion-content.active .accordion-content-inner {
    visibility: visible;
}

.accordion-content-inner {
    min-height: 0;
    overflow: hidden;
    padding-bottom: 15px;
}

.accordion-content-inner p,
.accordion-content p {
    margin: 0;
    color: #000000;
    font-size: 18.2px;
    line-height: 1.6;
}

.box-contents-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.box-contents-list li {
    padding: 8px 0;
    color: #000000;
    font-size: 18.2px;
    line-height: 1.6;
    position: relative;
    padding-left: 25px;
}

.box-contents-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #9b59b6;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
}

@media (max-width: 991.98px) {
    .product-section {
        padding: 120px 0;
    }
    
    .product-title {
        font-size: 25.6px;
    }
    
    .new-price {
        font-size: 28px;
    }
    
    .old-price {
        font-size: 20px;
    }
    
    .hero-section .price-wrapper,
    .hero-section .total-price-wrapper,
    .hero-section .product-pricing,
    .product-section .product-pricing,
    .product-section .price-wrapper,
    .product-section .total-price-wrapper {
        justify-content: center;
        text-align: center;
    }
    .hero-section .price-wrapper .discount-badge,
    .product-section .price-wrapper .discount-badge {
        align-self: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .lightbox-close {
        top: 20px;
        right: 20px;
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .add-to-cart-btn {
        font-size: 18.72px;
    }
    
    .social-proof-title {
        font-size: 40px;
    }
    
    .product-rating {
        flex-wrap: nowrap;
        gap: 5px;
    }
    
    .product-rating .stars {
        font-size: 19.5px;
    }
    
    .product-rating .reviews-count {
        font-size: 14px;
    }
    
    .product-title {
        font-size: 25px;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
}

@media (max-width: 575.98px) {
    .product-title {
        font-size: 25px;
        white-space: normal;
        overflow-wrap: break-word;
        word-wrap: break-word;
    }
    
    .new-price {
        font-size: 24px;
    }
    
    .thumbnail-slider-wrapper {
        gap: 6px;
    }

    .thumbnail-arrow {
        width: 34px;
        height: 34px;
    }

    .thumbnail-arrow i {
        font-size: 1rem;
    }

    .thumbnail-item {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
    
    .option-item {
        width: 60px;
        height: 60px;
    }
    
    .product-selects .row {
        margin: 0;
    }
    
    .product-selects .col-12 {
        padding: 0;
        margin-bottom: 20px;
    }
    
    .custom-select {
        font-size: 16px;
        padding: 12px 40px 12px 15px;
    }
    
    .select-label {
        font-size: 18px;
    }
}

.cart-icon-link {
    position: relative;
    text-decoration: none;
}

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

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

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

.mini-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;
}

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

.mini-cart-content {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 420px;
    height: 100%;
    background: white;
    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: hidden;
    will-change: transform;
}

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

body.mini-cart-open {
    overflow: hidden;
}
@media (max-width: 575.98px) {
    body.mini-cart-open {
        touch-action: none;
        overflow: hidden;
    }
    .mini-cart-content .mini-cart-body {
        touch-action: pan-y;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.mini-cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    background: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.mini-cart-title {
    font-size: 20px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.mini-cart-close {
    background: none;
    border: none;
    font-size: 32px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s;
}

.mini-cart-close:hover {
    color: #000;
}

.mini-cart-reserved {
    padding: 12px 20px;
    background: #2c3e50;
    color: white;
    font-size: 17px;
    text-align: center;
}

.mini-cart-body {
    flex: 1;
    min-height: 0;
    padding: 20px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

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

.mini-cart-item:last-child {
    border-bottom: none;
}

.mini-cart-item-image {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.mini-cart-item-info {
    flex: 1;
    min-width: 0;
}

.mini-cart-item-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 0 0 5px 0;
    flex-wrap: nowrap;
    width: 100%;
}

.mini-cart-item-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-shrink: 1;
}

.mini-cart-item-options-row {
    display: flex;
    align-items: center;
    margin: 0 0 10px 0;
}

.mini-cart-item-options {
    font-size: 13px;
    color: #666;
    margin: 0;
    flex: 1;
}

.mini-cart-item-controls {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.mini-cart-item-quantity {
    display: flex;
    align-items: center;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden;
}

.mini-cart-item-quantity-btn {
    width: 30px;
    height: 30px;
    border: none;
    background: #f8f9fa;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    transition: background 0.3s;
}

.mini-cart-item-quantity-btn:hover {
    background: #e9ecef;
}

.mini-cart-item-quantity-input {
    width: 40px;
    height: 30px;
    border: none;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

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

.mini-cart-item-price {
    font-size: 18px;
    font-weight: 700;
    color: #9b59b6;
}

.mini-cart-item-old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
}

.mini-cart-item-remove {
    background: none;
    border: none;
    color: #999;
    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;
}

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

.mini-cart-footer {
    padding: 20px;
    border-top: 1px solid #e0e0e0;
    background: white;
    position: sticky;
    bottom: 0;
}

.mini-cart-summary {
    margin-bottom: 20px;
}

.mini-cart-savings,
.mini-cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.mini-cart-savings {
    color: #9b59b6;
}

.mini-cart-subtotal {
    font-weight: 700;
    font-size: 18px;
    color: #2c3e50;
}

.mini-cart-checkout-btn {
    display: block;
    width: 100%;
    padding: 15px;
    background: #9b59b6;
    color: white;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-bottom: 15px;
}

.mini-cart-checkout-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(155, 89, 182, 0.4);
    color: white;
}

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

.mini-cart-payment-methods {
    text-align: center;
    margin-top: 15px;
}

.mini-cart-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.mini-cart-empty p {
    font-size: 16px;
    margin: 0;
}

@media (max-width: 575.98px) {
    .mini-cart-content {
        max-width: 100%;
    }
    
    .mini-cart-item {
        flex-direction: column;
    }
    
    .mini-cart-item-image {
        width: 100%;
        height: 200px;
    }
    
    .mini-cart-item-name-row {
        flex-wrap: nowrap !important;
        width: 100% !important;
    }
    
    .mini-cart-item-name {
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        flex-shrink: 1 !important;
    }
    
    .mini-cart-item-remove {
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
    }
}

.social-proof-section {
    padding: 120px 0;
}

@media (min-width: 768px) {
    .social-proof-title {
        font-size: 48px;
    }
}

.social-proof-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.social-proof-description {
    font-size: 16px;
    margin-bottom: 40px;
    color: #dcdde1;
}

.social-proof-divider {
    width: 80%;
    margin: 30px auto;
    height: 1px;
    background-color: #ffffff33;
   
}

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

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

.social-proof-middle-description {
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}

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

.reviews-section {
    background: #f8f9fa;
    padding: 120px 0;
}

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

.reviews-section-title {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    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: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

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

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

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

.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 {
    background-color: var(--faq-block-active-bg, var(--faq-btn-accent, #2c3e50));
    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 30px;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 0;
    color: inherit;
}

.landing-footer::after {
    content: '';
    display: none;
}

.footer-content {
    margin-bottom: 40px;
}

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

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

.footer-logo-text {
    font-size: 32px;
    font-weight: 600;
    background: linear-gradient(135deg, #9b59b6 0%, #3498db 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

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

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.footer-links-columns {
    column-count: 2;
    column-gap: 1.5rem;
}

.footer-links-columns li {
    break-inside: avoid;
}

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

.footer-links a {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.3s ease, opacity 0.3s ease;
}

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

.footer-content .row .col-6 .footer-links {
    padding-right: 10px;
}

.footer-content .row .col-6:last-child .footer-links {
    padding-left: 10px;
    padding-right: 0;
}

.footer-subscribe-text {
    font-size: 15px;
    color: inherit;
    opacity: 0.8;
    margin-bottom: 15px;
    line-height: 1.6;
}

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

.footer-email-input-wrapper {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-email-input {
    flex: 1;
    min-width: 200px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: border-color 0.3s ease;
}

.footer-email-input:focus {
    border-color: #9b59b6;
}

.footer-subscribe-btn {
    padding: 12px 30px;
    background: #9b59b6;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.footer-subscribe-btn:hover {
    background: #e91e63;
    transform: translateY(-2px);
}

.footer-subscribe-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.footer-subscribe-btn .btn-text,
.footer-subscribe-btn .btn-spinner {
    display: inline-block;
    vertical-align: middle;
}

.footer-subscribe-btn .spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}

.footer-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 40px 0 30px;
}

.footer-mobile-separator {
    display: none;
    width: 100%;
    max-width: 420px;
    height: 1px;
    background: currentColor;
    opacity: 0.25;
    margin: 22px auto 18px;
}

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

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

.footer-payment-methods {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.payment-icon {
    font-size: 14px;
    color: #666;
    padding: 8px 12px;
    background: #f8f9fa;
    border-radius: 4px;
    font-weight: 500;
}

.footer-copyright {
    font-size: 14px;
    color: inherit;
    opacity: 0.7;
    margin: 0;
    text-align: center;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #9b59b6;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(155, 89, 182, 0.4);
    z-index: 9999;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.scroll-to-top-btn.show {
    display: flex;
    opacity: 1;
    transform: translateY(0);
}

.scroll-to-top-btn:hover {
    background: #e91e63;
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(155, 89, 182, 0.5);
}

@media (max-width: 991.98px) {
    .reviews-section-title {
        font-size: 28px;
    }
    
    .faq-title {
        font-size: 32px;
    }
    
    .footer-content {
        text-align: center;
    }
    
    .footer-email-input-wrapper {
        flex-direction: column;
    }
    
    .footer-email-input {
        width: 100%;
    }
    
    .footer-subscribe-btn {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .reviews-section {
        padding: 120px 0;
    }

    .reviews-section .row {
        --bs-gutter-x: 38px;
        --bs-gutter-y: 45px;
    }
    
    .reviews-section-title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    
    .review-content {
        padding: 14px;
    }

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

    .reviews-section .review-text {
        font-size: 13px;
    }
    
    .trustpilot-info {
        font-size: 11.5px;
    }
    
    .footer-links {
        text-align: center !important;
    }

    .landing-footer .footer-links-columns {
        column-count: 1;
    }
    
    .footer-content .row .col-6 .footer-links,
    .footer-content .row .col-md-6 .footer-links {
        text-align: center !important;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    
    .footer-content .row .col-6:last-child .footer-links {
        text-align: center !important;
        padding-left: 0 !important;
    }
    
    .review-name {
        font-size: 16px;
    }
    
    .review-text {
        font-size: 14px;
    }
    
    .faq-section {
        padding: 120px 0;
    }
    
    .faq-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .faq-question {
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-answer.active {
        padding: 15px 20px;
    }
    
    .faq-answer p {
        font-size: 15px;
    }
    
    .landing-footer {
        padding: 40px 0 20px;
    }
    
    .footer-heading {
        font-size: 16px;
    }

    .landing-footer .footer-content > .footer-col-quicklinks {
        order: 1;
    }

    .landing-footer .footer-content > .footer-col-subscription {
        order: 2;
    }

    .landing-footer .footer-content > .footer-col-logo {
        order: 4;
    }

    .landing-footer .footer-content > [class*="col"] {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .landing-footer .footer-divider {
        display: none;
    }

    .landing-footer .footer-mobile-separator {
        display: block;
    }

    .landing-footer .footer-social-mobile-only {
        display: flex !important;
        margin-top: 16px;
    }

    .landing-footer .footer-social-desktop-only {
        display: none !important;
    }

    .landing-footer .footer-col-quicklinks .row {
        width: 100%;
        justify-content: center;
    }

    .landing-footer .footer-col-quicklinks .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .landing-footer .footer-col-subscription .footer-subscribe-form,
    .landing-footer .footer-col-subscription .footer-subscription-content {
        width: 100%;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .landing-footer .footer-subscription-banner-img {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-style-classic .footer-share-classic,
    .footer-style-minimal .footer-share-minimal,
    .footer-style-elegant .footer-share-elegant {
        display: none !important;
    }
    
    .scroll-to-top-btn {
        width: 45px;
        height: 45px;
        bottom: 20px;
        right: 20px;
        font-size: 20px;
    }
}

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

@media (min-width: 992px) {
    .header-layout-menu_left .navbar-nav {
        margin-right: auto !important;
        margin-left: 50px !important;
    }

    .header-layout-menu_right .navbar-nav {
        margin-left: auto !important;
        margin-right: 50px !important;
    }
}

.footer-social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: white;
    font-size: 20px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    color: white;
}

.social-icon.facebook {
    background: linear-gradient(135deg, #1877f2 0%, #0d5dbf 100%);
}

.social-icon.instagram {
    background: linear-gradient(135deg, #e4405f 0%, #833ab4 50%, #fcb045 100%);
}

.social-icon.twitter {
    background: linear-gradient(135deg, #000000 0%, #333333 100%);
}

.social-icon.youtube {
    background: linear-gradient(135deg, #ff0000 0%, #cc0000 100%);
}

.social-icon.tiktok {
    background: linear-gradient(135deg, #000000 0%, #ff0050 100%);
}

.footer-style-classic .footer-social-icons {
    margin: 20px 0;
}

.footer-style-minimal .footer-social-icons {
    margin-top: 15px;
    justify-content: flex-start;
}

.footer-style-minimal .social-icon {
    width: 40px;
    height: 40px;
    font-size: 18px;
}

.footer-style-modern .footer-social-icons {
    margin-top: 20px;
    justify-content: flex-start;
}

.footer-style-modern .social-icon {
    width: 42px;
    height: 42px;
    font-size: 19px;
}

.footer-style-elegant .footer-social-icons {
    margin-top: 15px;
    justify-content: flex-start;
}

.footer-style-elegant .social-icon {
    width: 38px;
    height: 38px;
    font-size: 17px;
    border-radius: 8px;
}

.footer-style-bold .footer-social-icons {
    margin-top: 25px;
    justify-content: flex-start;
    gap: 20px;
}

.footer-style-bold .social-icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.footer-style-bold .social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
    .footer-social-icons {
        justify-content: center !important;
        gap: 12px;
    }
    
    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
    
    .header-layout-menu_left .navbar-nav,
    .header-layout-menu_center .navbar-nav,
    .header-layout-menu_right .navbar-nav {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

[data-section] {
    position: relative;
}

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

body.scroll-animation-enabled [data-section] > .container {
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

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

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: 1599px) {
    .product-section .row > .col-lg-6:first-child .product-slider {
        max-height: calc(100vh - 100px);
        display: flex;
        flex-direction: column;
        overflow: hidden;
    }
    
    .product-section .row > .col-lg-6:first-child .main-image-wrapper {
        flex: 1;
        min-height: 0;
        max-height: calc(100vh - 150px);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    .product-section .row > .col-lg-6:first-child .main-product-image {
        max-height: 100%;
        width: auto;
        max-width: 100%;
        object-fit: contain;
    }
    
    .product-section .row > .col-lg-6:first-child .thumbnail-slider-wrapper {
        flex-shrink: 0;
        max-height: 120px;
    }
    
    .product-section .row > .col-lg-6:first-child .thumbnail-item {
        min-width: 60px;
        width: 60px;
        height: 60px;
    }
    
    .product-section .row > .col-lg-6:first-child .thumbnail-arrow {
        width: 30px;
        height: 30px;
    }
}

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