/*
Theme Name: 	   EazyShop
Text Domain: 	   eazyshop
Template: 		   shopire
Version:            1.0.17
Tested up to:       6.8
Requires at least:  4.7
Requires PHP:       5.6
Author:             WPFable
Author URI:         https://wpfable.com/
Theme URI:          https://wpfable.com/themes/eazyshop-free/
Description:        EazyShop is a fast, clean, lightweight theme. EazyShop is customizable and modern-looking free responsive WooCommerce WordPress theme for e-commerce stores like clothing, fashion, electronics, ebooks, dress store, sports shop, marketplace, multivendor, equipments or online products. Theme is compatible with Elementor, WPML, Polylang, Yoast SEO, WooCommerce, Contact Form 7, Jetpack and other popular plugins. The theme is SEO friendly, WPML and RTL ready. Looking for a WooCommerce theme? Look no further! EazyShop Pro demo https://demos.wpfable.com/premium/eazyshop/
Tags:               one-column, two-columns ,right-sidebar, flexible-header, custom-background, custom-header, custom-menu, editor-style, featured-images, footer-widgets, post-formats, theme-options, threaded-comments, translation-ready, full-width-template, custom-logo, blog, e-commerce, portfolio
License: GPLv3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/
/* ===== CSS VARIABLES ===== */
:root {
    --wf-main-rgb: #8d6e63;
    --wf-secondary-color: #0A214F;
}

/* ===== BASE STYLES ===== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f9f7f4;
    color: #5d4037;
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

a {
    text-decoration: none;
}

        .guarantee-page {
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }
        
        .guarantee-header {
            text-align: center;
            margin-bottom: 60px;
            padding: 40px 0;
            border-bottom: 2px solid var(--primary-light);
        }
        
        .guarantee-header h1 {
            font-size: 2.5rem;
            color: var(--primary-dark);
            margin-bottom: 20px;
            font-weight: 300;
            letter-spacing: 1px;
        }
        
        .guarantee-header .subtitle {
            font-size: 1.2rem;
            color: var(--text-light);
            max-width: 600px;
            margin: 0 auto;
        }
        
        .guarantee-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 40px;
            margin-bottom: 60px;
        }
        
        .guarantee-card {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            border-top: 4px solid var(--primary-color);
            transition: transform 0.3s ease;
        }
        
        .guarantee-card:hover {
            transform: translateY(-5px);
        }
        
        .guarantee-card h3 {
            color: var(--primary-dark);
            margin-bottom: 15px;
            font-size: 1.4rem;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        
        .guarantee-card h3 .icon {
            font-size: 1.6rem;
        }
        
        .guarantee-card p {
            color: var(--text-light);
            margin-bottom: 15px;
        }
        
        .guarantee-features {
            background: linear-gradient(135deg, #f8f5f2 0%, #fff 100%);
            padding: 50px;
            border-radius: 12px;
            margin-bottom: 50px;
            border: 1px solid var(--border-color);
        }
        
        .guarantee-features h2 {
            text-align: center;
            color: var(--primary-dark);
            margin-bottom: 40px;
            font-size: 2rem;
            font-weight: 300;
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
        }
        
        .feature-item {
            text-align: center;
            padding: 20px;
        }
        
        .feature-item .icon {
            font-size: 2.5rem;
            margin-bottom: 15px;
            color: var(--primary-color);
        }
        
        .feature-item h4 {
            color: var(--primary-dark);
            margin-bottom: 10px;
            font-size: 1.1rem;
        }
        
        .lifetime-guarantee {
            background: var(--primary-color);
            color: white;
            padding: 50px 40px;
            border-radius: 12px;
            text-align: center;
            margin-bottom: 50px;
        }
        
        .lifetime-guarantee h2 {
            font-size: 2.2rem;
            margin-bottom: 20px;
            font-weight: 300;
        }
        
        .lifetime-guarantee p {
            font-size: 1.1rem;
            max-width: 700px;
            margin: 0 auto 25px;
            opacity: 0.9;
        }
        
        .guarantee-steps {
            margin-bottom: 50px;
        }
        
        .guarantee-steps h2 {
            text-align: center;
            color: var(--primary-dark);
            margin-bottom: 40px;
            font-size: 2rem;
            font-weight: 300;
        }
        
        .steps {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 20px;
        }
        
        .step {
            flex: 1;
            min-width: 200px;
            text-align: center;
            padding: 25px;
            position: relative;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 20px;
            font-size: 1.2rem;
            font-weight: bold;
        }
        
        .step h4 {
            color: var(--primary-dark);
            margin-bottom: 10px;
        }
        
        /* ОБНОВЛЕННЫЙ БЛОК МЕССЕНДЖЕРОВ */
        .messengers-block {
            background: linear-gradient(135deg, #f8f5f2 0%, #fff 100%);
            padding: 50px 40px;
            border-radius: 12px;
            text-align: center;
            border: 1px solid var(--border-color);
        }
        
        .messengers-block h3 {
            color: var(--primary-dark);
            margin-bottom: 15px;
            font-size: 1.8rem;
            font-weight: 300;
        }
        
        .messengers-block .subtitle {
            color: var(--text-light);
            margin-bottom: 35px;
            font-size: 1.1rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .messengers-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 25px;
            max-width: 800px;
            margin: 0 auto;
        }
        
        .messenger-card {
            background: white;
            padding: 30px 20px;
            border-radius: 12px;
            box-shadow: 0 4px 15px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
            border: 2px solid transparent;
            text-decoration: none;
            color: inherit;
        }
        
        .messenger-card:hover {
            transform: translateY(-5px);
            border-color: var(--primary-color);
            box-shadow: 0 8px 25px rgba(141, 110, 99, 0.15);
        }
        
        .messenger-icon {
            font-size: 3rem;
            margin-bottom: 15px;
            display: block;
        }
        
        .messenger-card h4 {
            color: var(--primary-dark);
            margin-bottom: 10px;
            font-size: 1.2rem;
        }
        
        .messenger-card p {
            color: var(--text-light);
            font-size: 0.95rem;
            line-height: 1.5;
        }
        
        .response-time {
            display: inline-block;
            background: var(--primary-light);
            color: var(--primary-dark);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 0.85rem;
            margin-top: 10px;
            font-weight: 500;
        }
        
        .contact-note {
            margin-top: 30px;
            padding: 20px;
            background: var(--primary-light);
            border-radius: 8px;
            color: var(--primary-dark);
            font-size: 0.95rem;
        }
        
        @media (max-width: 768px) {
            .guarantee-header h1 {
                font-size: 2rem;
            }
            
            .guarantee-grid {
                grid-template-columns: 1fr;
            }
            
            .features-grid {
                grid-template-columns: 1fr;
            }
            
            .steps {
                flex-direction: column;
            }
            
            .guarantee-features {
                padding: 30px 20px;
            }
            
            .messengers-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            
            .messengers-block {
                padding: 30px 20px;
            }
        }







.cta__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.03;
}

.cta__pattern {
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='1' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.cta__container {
margin: 0 auto;
    padding: 0 20px;
    display: flex;
    gap: 80px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Контент */
.cta__content {
    animation: slideInLeft 0.8s ease-out;
	width: 100%;
}

.cta__title {
    margin-bottom: 30px;
}

.cta__title-main {
    display: block;
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.1;
    margin-bottom: 10px;
}

.cta__title-sub {
    display: block;
    font-size: 1.8rem;
    font-weight: 200;
    opacity: 0.9;
}

.cta__description {
font-size: 14px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.9;
    font-weight: 300;
    color: var(--wf-main-rgb);
}

.cta__features {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta__feature {
display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: var(--wf-main-rgb);
}

.feature__check {
    font-size: 1.2rem;
}

/* Карточки действий */
.cta__actions {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: slideInRight 0.8s ease-out;
}

.cta__card {
border-radius: 20px;
    padding: 40px;
    backdrop-filter: blur(10px);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    width: 100%;
    background: #fefcf8;
    border: 1px solid #e8e0d4;
}

.cta__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.card__header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.card__emoji {
    font-size: 2.5rem;
}

.card__title {
    color: #8d6e63;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.card__description {
color: var(--wf-main-rgb);
    margin-bottom: 25px;
    font-size: 11px;
    line-height: 1.5;
}

/* Форма */
.cta__form {
    margin-bottom: 10px;
}

.form__group {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.form__input {
    flex: 1;
    padding: 15px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
}

.form__input:focus {
    outline: none;
    border-color: #8d6e63;
    box-shadow: 0 0 0 3px rgba(141, 110, 99, 0.1);
}

.form__button {
    padding: 15px 25px;
    background: #8d6e63;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.form__button:hover {
    background: #6d4c41;
    transform: translateX(5px);
}

.button__arrow {
    transition: transform 0.3s ease;
}

.form__button:hover .button__arrow {
    transform: translateX(3px);
}

.form__notice {
    font-size: 0.8rem;
    color: #999;
    text-align: center;
    margin: 0;
}

/* Разделитель */
.cta__divider {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.divider__text {
    background: rgba(255, 255, 255, 0.1);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Кнопки контактов */
.contact__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-bottom: 25px;
}

.contact__button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.whatsapp-button {
    background: #25D366;
    color: white;
}

.whatsapp-button:hover {
    background: #128C7E;
    transform: translateY(-2px);
}

.telegram-button {
    background: #0088cc;
    color: white;
}

.telegram-button:hover {
    background: #006699;
    transform: translateY(-2px);
}

.button__icon {
    font-size: 1.2rem;
}

.contact__info {
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.info__item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--wf-main-rgb);
    font-size: 11px;
}

/* Декоративные элементы */
.cta__decoration {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.decoration__item {
    position: absolute;
    font-size: 2rem;
    opacity: 0.1;
    animation: float 6s ease-in-out infinite;
}

.decor-1 { top: 10%; left: 5%; animation-delay: 0s; }
.decor-2 { top: 60%; right: 10%; animation-delay: 2s; }
.decor-3 { bottom: 20%; left: 15%; animation-delay: 4s; }

/* Анимации */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

/* Адаптация для планшетов */
@media (max-width: 968px) {
    .cta__container {
        grid-template-columns: 1fr;
        gap: 50px;
        text-align: center;
    }
    
    .cta__title-main {
        font-size: 2.8rem;
    }
    
    .contact__buttons {
        grid-template-columns: 1fr;
    }
}

/* Адаптация для мобильных */
@media (max-width: 768px) {
    
    .cta__title-main {
        font-size: 2.2rem;
    }
    
    .cta__title-sub {
        font-size: 1.4rem;
    }
    
    .cta__description {
        font-size: 1.1rem;
    }
    
    .cta__card {
        padding: 30px 25px;
    }
    
    .form__group {
        flex-direction: column;
    }
}

/* Адаптация для маленьких мобильных */
@media (max-width: 480px) {
    .cta__container {
        padding: 0 15px;
    }
    
    .cta__title-main {
        font-size: 1.8rem;
    }
    
    .cta__card {
        padding: 25px 20px;
    }
    
    .card__header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
}








.advantages {
    padding: 60px 0;
}
.wpfable-slider-container {
    height: 450px;
}
.advantages__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.advantage-card {
    text-align: center;
    padding: 40px 30px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(141, 110, 99, 0.08);
    transition: all 0.3s ease;
    border: 1px solid rgba(141, 110, 99, 0.1);
}

.advantage-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(141, 110, 99, 0.15);
}

.advantage-card__icon {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.advantage-emoji {
    font-size: 3.5rem;
    display: block;
    transition: transform 0.3s ease;
}

.advantage-card:hover .advantage-emoji {
    transform: scale(1.1);
}

.advantage-card__title {
    font-size: 1.4rem;
    color: #8d6e63;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.advantage-card__text {
    font-size: 1rem;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

/* Адаптация для планшетов */
@media (max-width: 768px) {
    .advantages {
        padding: 60px 0;
    }
    
    .advantages__title {
        font-size: 2rem;
        margin-bottom: 40px;
    }
    
    .advantages__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
    
    .advantage-card {
        padding: 30px 20px;
    }
    
    .advantage-emoji {
        font-size: 3rem;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 480px) {
    .advantages {
        padding: 40px 0;
    }
    
    .advantages__title {
        font-size: 1.75rem;
        margin-bottom: 30px;
    }
    
    .advantages__grid {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .advantage-card {
        padding: 25px 20px;
    }
    
    .advantage-card__icon {
        margin-bottom: 20px;
        height: 70px;
    }
    
    .advantage-emoji {
        font-size: 2.8rem;
    }
    
    .advantage-card__title {
        font-size: 1.3rem;
        margin-bottom: 15px;
    }
    
    .advantage-card__text {
        font-size: 0.95rem;
    }
}

/* Дополнительная адаптация для очень маленьких экранов */
@media (max-width: 360px) {
    .container {
        padding: 0 15px;
    }
    
    .advantage-card {
        padding: 20px 15px;
    }
    
    .advantage-emoji {
        font-size: 2.5rem;
    }
}
.philosophy {
    padding: 60px 0
}

.philosophy__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

/* Контентная часть */
.philosophy__content {
    position: relative;
}

.philosophy__title {
    font-size: 3rem;
    color: #5d4037;
    margin-bottom: 40px;
    font-weight: 300;
    line-height: 1.2;
    position: relative;
}
.philosophy__paragraph {
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--wf-main-color);
    margin-bottom: 50px;
    font-weight: 300;
}

/* Особенности */
.philosophy__features {
    margin-bottom: 50px;
}

.philosophy__feature {
display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
    padding: 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background: #fefcf8;
    border: 1px solid #e8e0d4;
}

.philosophy__feature:hover {
    background: rgba(141, 110, 99, 0.1);
    transform: translateX(10px);
}

.feature__emoji {
    font-size: 2rem;
    flex-shrink: 0;
}

.feature__text {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.feature__text strong {
color: #5d4037;
    font-size: 14px;
    font-weight: 500;
}

.feature__text span {
color: var(--wf-main-color);
    line-height: 1.5;
    font-size: 11px;
}

/* Цитата */
.philosophy__quote {
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1.6;
    color: #8d6e63;
    border-left: 3px solid #8d6e63;
    padding-left: 25px;
    margin: 0;
    font-weight: 300;
}

/* Галерея */
.philosophy__gallery {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gallery__main {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(141, 110, 99, 0.15);
    transition: all 0.4s ease;
}

.gallery__main:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(141, 110, 99, 0.25);
}

.gallery__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.grid__item {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(141, 110, 99, 0.1);
    transition: all 0.4s ease;
}

.grid__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(141, 110, 99, 0.2);
}

.gallery__image {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: all 0.4s ease;
	filter: brightness(0.8);
}

.gallery__main:hover .gallery__image,
.grid__item:hover .gallery__image {
    transform: scale(1.05);
}

.image__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    color: white;
    padding: 30px 20px 20px;
    transform: translateY(100%);
    transition: all 0.3s ease;
}

.gallery__main:hover .image__overlay,
.grid__item:hover .image__overlay {
    transform: translateY(0);
}

.image__overlay span {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Адаптация для планшетов */
@media (max-width: 968px) {
    .philosophy__container {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .philosophy__title {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .philosophy__title::after {
        left: 50%;
        transform: translateX(-50%);
    }
    
    .philosophy__gallery {
        order: -1;
    }
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
    .philosophy {
        padding: 60px 0;
    }
    
    .philosophy__title {
        font-size: 2rem;
    }
    
    .philosophy__paragraph {
        font-size: 1.1rem;
        text-align: center;
    }
    
    .gallery__grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery__image {
        height: 300px;
    }
    
    .grid__item .gallery__image {
        height: 200px;
    }
    
    .philosophy__feature {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .philosophy__feature:hover {
        transform: translateY(-5px);
    }
}

/* Адаптация для маленьких мобильных */
@media (max-width: 480px) {
    .philosophy__container {
        padding: 0 15px;
        gap: 40px;
    }
    
    .philosophy__title {
        font-size: 1.8rem;
    }
    
    .philosophy__paragraph {
        font-size: 1rem;
    }
    
    .philosophy__quote {
        font-size: 1.1rem;
        padding-left: 20px;
    }
    
    .feature__emoji {
        font-size: 1.8rem;
    }
}

/* Анимации */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.philosophy__content > * {
    animation: fadeInUp 0.6s ease forwards;
}

.philosophy__content > *:nth-child(1) { animation-delay: 0.1s; }
.philosophy__content > *:nth-child(2) { animation-delay: 0.2s; }
.philosophy__content > *:nth-child(3) { animation-delay: 0.3s; }
.philosophy__content > *:nth-child(4) { animation-delay: 0.4s; }
.final-cta {
position: relative;
    color: white;
    overflow: hidden;
    padding: 60px 0;
}
.selector-description {
    color: var(--wf-main-rgb);
    text-align: center;
	margin-bottom: 25px;
}
.wildlands-selector-container h2 {
    margin-bottom: 15px;
}

.payment-methods {
    display: flex;
    gap: 15px;
    align-items: center;
}

.payment-icon {
    width: 32px;
    height: 32px;
    transition: opacity 0.3s ease;
}

.payment-icon:hover {
    opacity: 0.7;
}

@media (max-width: 768px) {
    .payment-icon {
        width: 28px;
        height: 28px;
    }
}
/* Стили для уведомлений корзины */
.letu-cart-notice {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 4px;
    color: white;
    font-weight: 500;
    z-index: 10000;
    opacity: 0;
    transform: translateY(-20px);
    transition: all 0.3s ease;
    max-width: 300px;
}

.letu-cart-notice--success {
    background: #4caf50;
    border-left: 4px solid #388e3c;
}

.letu-cart-notice--error {
    background: #f44336;
    border-left: 4px solid #d32f2f;
}

.letu-cart-notice--visible {
    opacity: 1;
    transform: translateY(0);
}
.style-log {
position: relative;
    text-decoration: none;
    font-size: 19px;
    transition: all 0.3s ease;
    padding: 7px 12px;
    border-radius: 50%;
    color: #5d4037;
    font-weight: 400;
}
/* Основные стили */
.letu-single-product {
    padding: 30px 0;
    background: #f8f9fa;
}

.letu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.letu-single-product__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
}

/* Галерея */
.letu-product-gallery {
    position: relative;
}

.letu-main-image {
    position: relative;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
/* Фиксированный размер для главного изображения */
.letu-main-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    background: #fafafa;
}

.letu-main-image-container img.letu-main-img {
    max-width: 100%;
    height: 500px;
}

.letu-product-subtitle {
    color: #7d5a38;
    font-style: italic;
    margin-bottom: 15px;
    font-size: 16px;
}

/* Стили для маркетинговых элементов */
.letu-badge {
    position: absolute;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    z-index: 9;
}

.letu-sale-badge {
    background: #bf7d2c;
    color: white;
    top: 10px;
    left: 10px;
}

.letu-handmade-badge {
    background: #8b5a3c;
    color: white;
    top: 10px;
    left: 10px;
}

.letu-premium-badge {
    background: #d4af37;
    color: white;
    top: 90px;
    left: 10px;
}

.letu-new-badge {
    background: #44aaff;
    color: white;
    top: 55px;
    left: 10px;
}

.letu-urgency-block {
margin: 15px 0;
    padding: 12px;
    background: #f9f5f0;
    border-radius: 6px;
    border-left: 4px solid var(--wf-main-color);
}

.letu-stock-badge {
    font-weight: bold;
    margin-right: 10px;
}

.letu-low-stock {
    color: #bf7d2c;
    font-weight: bold;
}

.letu-preorder-note {
    margin: 8px 0 0 0;
    font-style: italic;
    color: #666;
}

.letu-key-benefits {
    margin: 15px 0;
    padding: 15px;
    background: #f9f5f0;
    border-radius: 6px;
    border-left: 4px solid #8b5a3c;
}

.letu-key-benefits ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.letu-key-benefits li {
    margin-bottom: 5px;
}

.letu-call-to-action {
    background: #f9f5f0;
    padding: 12px 15px;
    border-radius: 6px;
    margin: 10px 0;
    text-align: center;
    font-weight: bold;
    border-left: 4px solid var(--wf-main-color);
}

.letu-price-note {
    font-size: 14px;
    color: #7d5a38;
    margin-top: 5px;
    font-style: italic;
}

.letu-quick-order-btn {
padding: 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
border: 1px solid var(--wf-main-color);
    background-color: #ed143d00;
    color: var(--wf-main-color);
}

.letu-quick-order-btn:hover {
border: 1px solid var(--wf-main-color);
    background-color: var(--wf-main-color);
    color: #ffffff;
}
.product-single .product-content a {
    color: #5d4037 !important;
}
.letu-trust-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 20px 0;
    padding: 15px;
    background: #f9f5f0;
    border-radius: 6px;
}

.letu-trust-item {
    display: flex;
    align-items: center;
    gap: 5px;
    flex: 1 0 45%;
}

.letu-trust-icon {
    color: #8b5a3c;
    font-weight: bold;
}

.letu-gift-block {
    background: #f0e6d8;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
    border-left: 4px solid #d4af37;
}

.letu-care-block {
margin: 15px 0;
    padding: 15px;
    background: #f9f5f0;
    border-radius: 6px;
    border-left: 4px solid var(--wf-main-color);
}

.letu-care-block ul {
    margin: 10px 0 0 0;
    padding-left: 20px;
}

.letu-care-block li {
    margin-bottom: 5px;
}

.letu-review-link {
    margin-left: 10px;
    color: #8b5a3c;
    text-decoration: underline;
font-size: 11px;
}

.letu-zoom-indicator {
background: #ffffffb5;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
    font-size: 14px;
    position: absolute;
    right: 8px;
    bottom: 8px;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .letu-main-image-container {
        width: 100%;
        height: 300px;
    }
    
    .letu-trust-badges {
        flex-direction: column;
        gap: 10px;
    }
    
    .letu-trust-item {
        flex: 1 0 100%;
    }
    
    .letu-badge {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .letu-handmade-badge {
        top: 45px;
    }
    
    .letu-premium-badge {
        top: 80px;
    }
    
    .letu-new-badge {
        top: 115px;
    }
}
.pro-rating {
    margin: 8px 0;
}

.letu-star-rating {
    display: flex;
    gap: 2px;
    font-size: 15px;
    justify-content: center;
}

.letu-star-rating .star {
    color: #8d6e63; /* Цвет пустых звезд */
}

.letu-star-rating .star.filled {
    color: #8d6e63; /* Цвет заполненных звезд */
}


.letu-product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

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

.letu-zoom-btn {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.letu-zoom-btn:hover {
    background: #fff;
    transform: scale(1.1);
}

.letu-zoom-btn svg {
    width: 20px;
    height: 20px;
    color: #333;
}

/* Миниатюры */
.letu-gallery-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.letu-thumb {
width: 122px;
    height: 85px;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.letu-thumb:hover,
.letu-thumb.active {
    border-color: #d64e63;
}

.letu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Информация о товаре */
.letu-product-summary {
    padding: 10px 0;
}

.letu-breadcrumbs {
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}

.letu-product-title {
font-size: 28px;
    font-weight: 500;
    margin: 0 0 15px 0;
    color: #5d4037;
    line-height: 1.3;
}

/* Мета информация сверху */
.letu-product-meta-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

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

.letu-stars {
    display: flex;
    gap: 2px;
}
/* Стили для модального окна */
.letu-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.letu-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
}

.letu-modal-content {
    position: relative;
    background: #fff;
    border-radius: 12px;
    padding: 0;
    width: 90%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 10001;
    animation: modalSlideIn 0.3s ease;
}

.letu-modal-header {
    padding: 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.letu-modal-header h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.letu-modal-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.letu-modal-close:hover {
    color: #333;
}

.letu-modal-body {
    padding: 20px;
}

.letu-modal-body p {
    margin: 0;
    font-size: 16px;
    color: #666;
    text-align: center;
}

.letu-modal-footer {
    padding: 20px;
    border-top: 1px solid #eee;
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.letu-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease;
}

.letu-btn-cancel {
    background: #f8f9fa;
    color: #666;
}

.letu-btn-cancel:hover {
    background: #e9ecef;
}

.letu-btn-confirm {
    background: #ff4757;
    color: #fff;
}

.letu-btn-confirm:hover {
    background: #ff3742;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modalSlideOut {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateY(-20px) scale(0.95);
    }
}

.letu-modal.closing {
    animation: modalSlideOut 0.2s ease forwards;
}
/* Стили для звезд рейтинга товара (отдельные от формы отзывов) */
.letu-product-stars {
    display: flex;
    gap: 2px;
    margin-right: 10px;
}

.letu-product-star {
    font-size: 16px;
    color: #ddd;
}

.letu-product-star--active {
    color: var(--wf-main-color);
}

.letu-product-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.letu-review-count {
    font-size: 14px;
    color: #666;
}

.letu-review-link {
    font-size: 14px;
    color: #0073aa;
    text-decoration: none;
}

.letu-review-link:hover {
    text-decoration: underline;
}

.letu-star--active {
    color: #ffc107;
}

.letu-review-count,
.letu-no-reviews {
font-size: 12px;
    color: var(--wf-main-rgb);
}

.letu-product-code {
    font-size: 12px;
    color: #666;
}

.letu-product-code strong {
    color: #333;
}

/* Отзывы */
.letu-reviews-preview {
    margin-bottom: 20px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #d64e63;
}

.letu-reviews-text {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

/* Цены */
.letu-price-block {
align-items: center;
    gap: 15px;
    padding: 15px;
    display: flex;
    margin-bottom: 30px;
    background: #fefcf8;
    border-radius: 10px;
    border: 1px solid #bdbdbd66;
    flex-wrap: wrap;
}

.letu-price-current {
    font-size: 28px;
    font-weight: 700;
    color: #d64e63;
}

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

.letu-discount {
    padding: 4px 8px;
    background: #ff4444;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
}

/* Кнопки корзины */
.letu-cart-actions {
    margin-bottom: 20px;
}

.letu-quantity {
    margin-bottom: 15px;
}

.letu-quantity label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

.letu-quantity-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.letu-quantity-minus,
.letu-quantity-plus {
    width: 40px;
    height: 40px;
    border: 2px solid #ddd;
    background: #fff;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.letu-quantity-minus:hover,
.letu-quantity-plus:hover {
    border-color: #d64e63;
    color: #d64e63;
}

.letu-quantity-input {
    width: 60px;
    height: 40px;
    border: 2px solid #ddd;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.letu-buttons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.letu-buy-now-btn {
    background: #333;
    color: #fff;
}

.letu-buy-now-btn:hover {
    background: #000;
}

/* Рассрочка */
.letu-installment {
    margin-bottom: 20px;
    padding: 15px;
    background: #f0f8ff;
    border-radius: 8px;
    border-left: 3px solid #4a90e2;
}

.letu-installment-price {
    font-size: 14px;
    font-weight: 600;
    color: #2c5282;
    margin-bottom: 8px;
}

.letu-installment-banks {
    display: flex;
    align-items: center;
    gap: 10px;
}

.letu-bank-logo {
    padding: 2px 8px;
    background: #4a90e2;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
}

.letu-bank-info {
    font-size: 12px;
    color: #666;
}

/* Доставка */
.letu-delivery-info {
    margin-bottom: 20px;
    padding: 15px;
    background: #fff8f0;
    border-radius: 8px;
    border-left: 3px solid #f6ad55;
}

.letu-delivery-info h4 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #333;
}

.letu-delivery-content {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

/* Атрибуты */
.letu-product-attributes {
    margin-bottom: 20px;
}

.letu-product-attributes h4 {
    margin: 0 0 15px 0;
    font-size: 16px;
    color: #333;
}

.letu-attribute {
    display: flex;
    margin-bottom: 8px;
    font-size: 13px;
}

.letu-attribute-label {
    width: 120px;
    color: #666;
    flex-shrink: 0;
}

.letu-attribute-value {
    color: #333;
    font-weight: 500;
}

.letu-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #d64e63;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
}

.letu-read-more:hover {
    text-decoration: underline;
}

/* Баннер */
.letu-banner {
    margin-top: 20px;
    padding: 15px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    text-align: center;
}

.letu-banner-content {
    color: #fff;
}

.letu-banner-text {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Лайтбокс */
.letu-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.letu-lightbox.active {
    display: flex;
    opacity: 1;
}

.letu-lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}

.letu-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px;
}

.letu-lightbox-prev,
.letu-lightbox-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.letu-lightbox-prev:hover,
.letu-lightbox-next:hover {
    background: rgba(255,255,255,0.3);
}

.letu-lightbox-prev {
    left: -60px;
}

.letu-lightbox-next {
    right: -60px;
}

.letu-lightbox-image img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
}

/* Адаптивность */
@media (max-width: 968px) {
    .letu-single-product__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .letu-buttons-grid {
        grid-template-columns: 1fr;
    }
    .letu-buttons-grid-shop {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .letu-container {
        padding: 0 15px;
    }
    
    .letu-single-product__wrapper {
        padding: 20px;
    }
    
    .letu-product-title {
        font-size: 24px;
    }
    
    .letu-price-current {
        font-size: 24px;
    }
    
    .letu-product-meta-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}
/* Уведомления */
.letu-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 15px 20px;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    z-index: 10000;
    transform: translateX(100%);
    opacity: 0;
    transition: all 0.3s ease;
    min-width: 300px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.letu-notification--show {
    transform: translateX(0);
    opacity: 1;
}

.letu-notification--success {
    background: linear-gradient(135deg, #4CAF50, #45a049);
}

.letu-notification--error {
    background: linear-gradient(135deg, #f44336, #d32f2f);
}

.letu-notification-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.letu-notification-text:before {
    content: '✓';
    font-weight: bold;
    font-size: 16px;
}

.letu-notification--error .letu-notification-text:before {
    content: '⚠';
}

/* Анимация загрузки */
.letu-loading-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid #ffffff;
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: letu-spin 0.8s linear infinite;
    margin-right: 8px;
    display: inline-block;
}

@keyframes letu-spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Анимация обновления корзины */
.letu-cart-update {
    animation: letu-cart-bounce 0.5s ease;
}

@keyframes letu-cart-bounce {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.3); }
}

/* Анимация кнопки при добавлении */
.letu-add-to-cart-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none !important;
}

/* Адаптивность для уведомлений */
@media (max-width: 768px) {
    .letu-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        transform: translateY(-100%);
    }
    
    .letu-notification--show {
        transform: translateY(0);
    }
}
.yith-wcmap .user-profile .user-info .logout a {
    font-size: 12px !important;
    color: #ffffff !important;
    background: crimson !important;
    padding: 1px 12px !important;
    padding-bottom: 3px !important;
    border-radius: 25px !important;
    text-transform: none !important;
    position: relative;
    top: 24px;
}
.yith-wcmap .user-profile .user-info .username {
    font-size: 17px !important;
}
.yith-wcmap .user-profile .user-info .user-email {
    font-size: 14px !important;
    color: #777777 !important;
}
.wl-cart-title_wl {
    color: #5d4037;
	transition: 0.3s ease;
}
.wl-cart-title_wl:hover {
color: var(--wf-main-color);
}
.wl-cart-empty {
background: #f9f9f9;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    position: sticky;
    top: 130px;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.wl-cart-empty .empty-cart-icon {
    font-size: 80px;
    margin-bottom: 25px;
    filter: grayscale(0.3);
}
.fable-extra-woowishlist-empty {
    display: none;
}
.wl-cart-empty h3 {
    color: #2d3748;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 700;
}
.wl-checkout-step:last-of-type {
    margin-bottom: 0;
}
.wl-cart-empty p {
    color: #4a5568;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.6;
}

.wl-cart-shop-link {
    display: inline-block;
    background: linear-gradient(135deg, var(--wf-main-color) 0%, #d45532 100%);
    color: white !important;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(239, 102, 68, 0.3);
    border: none;
}

.wl-cart-shop-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(239, 102, 68, 0.4);
    color: white !important;
    text-decoration: none;
}
.wc-favorites-empty {
    text-align: center;
}
.wc-favorites-empty {
background: #f9f9f9;
    border-radius: var(--border-radius);
    padding: 25px;
    box-shadow: var(--shadow);
    border: 1px solid var(--border);
    position: sticky;
    top: 130px;
    transition: transform 0.2s ease-out;
    will-change: transform;
}

.wc-favorites-empty .empty-heart {
    font-size: 64px;
    margin-bottom: 20px;
}

.wc-favorites-empty h3 {
    color: #333;
    margin-bottom: 15px;
    font-size: 24px;
}

.wc-favorites-empty p {
    color: #666;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 1.5;
}

.wc-fav-shop-link {
    display: inline-block;
    background: var(--wf-main-color);
    color: white !important;
    padding: 12px 24px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.wc-fav-shop-link:hover {
    background: #d45532;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(239, 102, 68, 0.3);
}
.star {
    font-size: 15px;
}
.cart-link {
    position: relative;
    color: #5d4037;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 12px 12px;
    border-radius: 50%;
}
.cart-link:hover {
    color: #8d6e63;
    background: rgba(141, 110, 99, 0.08);
}
.style-log:hover {
    color: #8d6e63;
    background: rgba(141, 110, 99, 0.08);
}
.header-cart-count {
position: absolute;
    top: 2px;
    right: 0px;
    width: 18px;
    height: 18px;
    line-height: 13px;
    margin: auto;
    font-size: 10px;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    color: #fff;
    background-color: var(--wf-main-color);
    border: 0.2rem solid #fff;
    border-radius: 50%;
}
.quickview-trigger2 {
    display: none !important;
}
.product-features {
    font-size: 9px;
    margin-bottom: 0px;
    margin-top: 11px;
}
.product-single {
    position: relative !important;
    z-index: 0 !important;
    overflow: hidden !important;
    display: block !important;
    text-decoration: none !important;
    color: inherit !important;
    border-radius: 12px !important;
    align-items: center !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    background: #fefcf8 !important;
    border: 1px solid #e8e0d4 !important;
}
.letu-in-cart-badge-shop {
    position: absolute;
    top: -5px;
    left: -5px;
    background: #8d6e63;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
}
/* ===== HEADER STYLES ===== */
.header {
    background: #fefcf8;
    border-bottom: 1px solid #e8e0d4;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.header.scrolled {
    box-shadow: 0 2px 25px rgba(141, 110, 99, 0.1);
}

/* Delivery Bar */
.delivery-bar {
    background: linear-gradient(135deg, #8d6e63, #a1887f);
    color: white;
    padding: 12px 0;
    text-align: center;
    font-size: 0.95rem;
    position: relative;
    overflow: hidden;
}

.delivery-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.delivery-icon {
    font-size: 1.2rem;
    animation: float 3s ease-in-out infinite;
}

.delivery-text {
    font-weight: 500;
    letter-spacing: 0.5px;
}

.delivery-highlight {
    background: rgba(255, 255, 255, 0.2);
    padding: 2px 8px;
    border-radius: 12px;
    margin: 0 5px;
    font-weight: bold;
}

/* Header Main */
.header-main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: padding 0.3s ease;
}

.header.scrolled .header-main {
    padding: 12px 20px;
}

/* Logo */
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #2c2c2c;
    transition: transform 0.3s ease;
}

.logo:hover {
    transform: translateX(-2px);
}

.logo-icon {
    font-size: 2.5rem;
    color: #8d6e63;
    margin-right: 15px;
    filter: drop-shadow(0 2px 4px rgba(141, 110, 99, 0.2));
}

.logo-text {
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 2px;
}

.logo-subtitle {
    display: block;
    font-size: 0.7rem;
    color: #8d6e63;
    letter-spacing: 3px;
    margin-top: -2px;
    opacity: 0.8;
}

/* Navigation */
.nav {
    display: flex;
    align-items: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 45px;
    margin: 0 50px;
}

.nav-menu a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    position: relative;
    padding: 8px 0;
    font-weight: 500;
    white-space: nowrap;
}

.nav-menu a:hover {
    color: #8d6e63;
}

.nav-menu a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #8d6e63;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.nav-menu a:hover:after {
    width: 100%;
}

/* Header Actions */
.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.action-icon {
    position: relative;
    color: #5d4037;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 8px 14px;
    border-radius: 50%;
}

.action-icon:hover {
    color: #8d6e63;
    background: rgba(141, 110, 99, 0.08);
}

.cart-count {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #8d6e63;
    color: white;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

/* Mobile Menu */
.mobile-menu-btn {
    display: none;
    background: none;
    border: none;
    font-size: 19px;
    color: #5d4037;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.mobile-menu-btn:hover {
    background: rgba(141, 110, 99, 0.1);
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: #fefcf8;
    z-index: 2000;
    transition: left 0.4s ease;
    padding: 100px 30px 30px;
}

.mobile-menu.active {
    left: 0;
}

.mobile-menu-close {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none;
    border: none;
    font-size: 1.5rem;
    color: #2c2c2c;
    cursor: pointer;
    padding: 5px;
    border-radius: 50%;
}

.mobile-nav {
    list-style: none;
}

.mobile-nav li {
    margin-bottom: 10px;
}

.mobile-nav a {
    text-decoration: none;
    color: #2c2c2c;
    font-size: 1.3rem;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #e8e0d4;
    transition: color 0.3s ease;
}

.mobile-nav a:hover {
    color: #8d6e63;
}

/* ===== CONTENT STYLES ===== */
.content {
    margin-top: 140px;
    padding: 40px 20px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.content h1 {
    margin-bottom: 20px;
    color: #2c2c2c;
}

/* Process Section */
.process {
    text-align: center;
}

.process-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #2c2c2c;
    font-weight: normal;
}

.process-subtitle {
    font-size: 1.1rem;
    margin-bottom: 60px;
    color: #666;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    counter-reset: step-counter;
}

.process-step {
text-align: center;
    padding: 40px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(141, 110, 99, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(141, 110, 99, 0.1);
}
.process-step:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #8d6e63, #bcaaa4);
    transform-origin: left;
    transition: transform 0.4s ease;
}
.process-step:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.step-number {
    counter-increment: step-counter;
    width: 60px;
    height: 60px;
    background-color: #8d6e63;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 25px;
    position: relative;
}

.step-number::before {
    content: counter(step-counter);
}

.step-icon {
    font-size: 3rem;
    margin-bottom: 25px;
    color: #8d6e63;
}

.step-title {
    font-size: 18px;
    margin-bottom: 20px;
    color: #8d6e63;
    font-weight: normal;
}

.step-description {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
}

.process-divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #8d6e63, transparent);
    margin: 50px auto;
    max-width: 200px;
}

/* Headings */
h2 {
    font-family: 'Georgia', serif;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
    color: #5d4037;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}

h2:after {
content: '';
    position: absolute;
    bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: linear-gradient(to right, #8d6e63, #bcaaa4);
}

/* Advantages */

.advantage {
    text-align: center;
    padding: 40px 25px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(141, 110, 99, 0.08);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(141, 110, 99, 0.1);
}

.advantage:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #8d6e63, #bcaaa4);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.advantage:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.advantage:hover:before {
    transform: scaleX(1);
}

.advantage i {
    font-size: 3.5rem;
    margin-bottom: 25px;
    display: block;
    height: 80px;
    line-height: 80px;
    transition: all 0.4s ease;
    filter: drop-shadow(0 5px 10px rgba(141, 110, 99, 0.2));
}

.advantage:hover i {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 8px 15px rgba(141, 110, 99, 0.3));
}

.advantage h3 {
    font-family: 'Georgia', serif;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: #8d6e63;
    transition: all 0.3s ease;
}

.advantage:hover h3 {
    color: #6d4c41;
}

.advantage p {
    color: #666;
    font-size: 13px;
    line-height: 1.7;
}

/* Custom Icons */
.advantage:nth-child(1) i:before { content: "👑"; }
.advantage:nth-child(2) i:before { content: "✋"; }
.advantage:nth-child(3) i:before { content: "🌿"; }
.advantage:nth-child(4) i:before { content: "⚡"; }

/* ===== PRODUCT STYLES ===== */
/* Price Styles */
.wl-price-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.wl-sale-price {
    color: var(--wf-main-rgb);
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
}

.wl-regular-price {
    color: #999 !important;
    font-size: 14px !important;
    text-decoration: line-through !important;
    font-weight: 500;
}

.wl-normal-price {
    color: var(--wf-main-rgb);
}

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

.letu-sale-price {
text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    color: var(--wf-main-color);
    line-height: 1.2;
}

.letu-regular-price {
    font-size: 20px;
    color: #95a5a6;
    text-decoration: line-through;
    font-weight: 500;
}

.letu-normal-price {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.2;
}

.letu-discount-badge {
background: var(--wf-main-color);
    color: white;
    padding: 1px 11px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    top: -10px;
}

/* Product Badges */
.wcts-out-of-stock-badge {
    background: #77638d;
    color: white;
    padding: 2px 8px;
    padding-top: 1px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.wcts-backorder-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background: #ffb900;
    color: #000 !important;
    padding: 5px 12px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 11;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.wcts-discount-badge {
    background: #8d6e63;
    color: white;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: bold;
    padding-bottom: 1px;
}

.wcts-price-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    flex-wrap: wrap;
}

.wcts-regular-price {
    font-size: 1.1rem;
    color: #999;
    text-decoration: line-through;
    font-weight: 100;
}

.wcts-sale-price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #8d6e63;
    text-decoration: none !important;
}

.wcts-normal-price {
    font-size: 1.4rem;
    font-weight: bold;
    color: #8d6e63;
    text-decoration: none !important;
}

.letu-in-cart-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #8d6e63;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: bold;
    z-index: 10;
}

/* Product Image Gallery */
.letu-main-image {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    cursor: zoom-in;
    transition: all 0.3s ease;
}

.letu-main-image:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.letu-main-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.letu-main-image-container img.letu-main-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.letu-gallery-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

.letu-thumb {
    width: 70px;
    height: 70px;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.7;
}

.letu-thumb:hover {
    opacity: 1;
    transform: translateY(-2px);
}

.letu-thumb.active {
    border-color: #3498db;
    opacity: 1;
}

.letu-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Lightbox */
.jazz-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.jazz-lightbox.active {
    opacity: 1;
    visibility: visible;
}

.jazz-lightbox-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.jazz-lightbox-image-container {
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.jazz-lightbox-img {
    max-width: 100%;
    max-height: 80vh;
    transform-origin: center center;
    transition: transform 0.3s ease;
}

.jazz-lightbox-close {
    position: absolute;
    top: -40px;
    right: 0;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
    padding: 5px;
    z-index: 10;
}

.jazz-lightbox-nav {
    position: absolute;
    top: 50%;
    background: #79797980;
    border: none;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.jazz-lightbox-nav:hover {
    background: #434343cc;
}

.jazz-lightbox-prev {
    left: 20px;
}

.jazz-lightbox-next {
    right: 20px;
}

.jazz-lightbox-toolbar {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    border-radius: 25px;
}

.jazz-lightbox-tool {
    background: none;
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.jazz-lightbox-tool:hover {
    background: rgba(255, 255, 255, 0.2);
}

.jazz-lightbox-counter {
    position: absolute;
    bottom: -60px;
    right: 0;
    color: white;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 15px;
    border-radius: 15px;
}

/* ===== BUTTON STYLES ===== */
.letu-add-to-cart-btn,
.letu-remove-from-cart-btn,
.letu-preorder-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
}
.letu-add-to-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: var(--wf-main-color);
    position: relative;
    top: 2px;
    color: #ffffff;
}
.letu-add-to-cart-btn:hover {
opacity: .8;
}

.letu-remove-from-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: crimson;
    position: relative;
    top: 2px;
    color: #ffffff;
}

.letu-remove-from-cart-btn:hover {
opacity: .8;
}
.letu-preorder-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #77638d;
    position: relative;
    top: 2px;
    color: #ffffff;
}

.letu-preorder-btn:hover {
opacity: .8;
}
.letu-quick-order-btn {
    padding: 15px;
    border: none;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--wf-main-color);
    background-color: #ed143d00;
    color: var(--wf-main-color);
}

.letu-quick-order-btn:hover {
    border: 1px solid var(--wf-main-color);
    background-color: var(--wf-main-color);
    color: #ffffff;
}
.letu-buttons-grid-shop .letu-remove-from-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: crimson;
    position: relative;
    top: 2px;
    color: #ffffff;
border-radius: 25px;
}
.letu-buttons-grid-shop .letu-remove-from-cart-btn:hover {
opacity: .8;
}
.letu-buttons-grid-shop .letu-add-to-cart-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.3s ease;
    text-align: center;
    background-color: var(--wf-main-color);
    position: relative;
    top: 2px;
    color: #ffffff;
border-radius: 25px;
}
.letu-buttons-grid-shop .letu-add-to-cart-btn:hover {
opacity: .8;
}
.letu-buttons-grid-shop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;	
}
/* ===== ANIMATIONS ===== */
@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-2px); }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ===== RESPONSIVE STYLES ===== */

/* Large Desktop */
@media (min-width: 1200px) {
    .header--four .wf_header-widget .widget:not(:last-child):after {
        height: 2.5rem;
        margin-top: 0.4rem;
        background: rgba(189, 189, 189, 0.4);
    }
}

/* Desktop */
@media (min-width: 992px) {
    .wf_slider--ten.wf_slider_banner .wf_slider-content {
        padding: 6.5rem;
    }
}

/* Tablet Landscape */
@media (max-width: 1100px) {
    .nav-menu {
        gap: 35px;
        margin: 0 30px;
    }
}

/* Tablet */
@media (max-width: 968px) {
    .delivery-text span {
        display: none;
    }
    
    .delivery-text:before {
        content: "🚚 Бесплатная доставка от 3000₽";
    }
    
    .header-main {
        padding: 15px;
    }
    
    .logo-text {
        font-size: 1.8rem;
    }
    
    .logo-icon {
        font-size: 2rem;
    }
    
    .nav {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
        padding: 9px 12px;
    }
    
    .process-steps {
        grid-template-columns: 1fr;
        gap: 25px;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .process-title {
        font-size: 2rem;
    }
    
    .process-step {
        padding: 30px 20px;
    }
    
    .letu-single-product__wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .letu-buttons-grid {
        grid-template-columns: 1fr;
    }
    .letu-buttons-grid-shop {
        grid-template-columns: 1fr;
    }
}

/* Mobile Landscape */
@media (max-width: 768px) {
    h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .advantages {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .advantage {
        padding: 30px 20px;
    }
    
    .advantage i {
        font-size: 3rem;
        height: 70px;
        line-height: 70px;
    }
    
    .letu-sale-price,
    .letu-normal-price {
        font-size: 24px;
    }
    
    .letu-regular-price {
        font-size: 18px;
    }
    
    .letu-price-wrapper {
        gap: 10px;
    }
    
    .wcts-out-of-stock-badge,
    .wcts-backorder-badge {
        font-size: 11px;
        padding: 3px 10px;
        bottom: 8px;
        left: 8px;
    }
    
    .wcts-discount-badge {
        font-size: 10px !important;
        padding: 2px 5px !important;
        margin-left: 5px !important;
    }
    
    .wcts-price-wrapper {
        align-items: flex-start;
        gap: 3px !important;
    }
    
    .letu-thumb {
        width: 50px;
        height: 50px;
    }
    
    .jazz-lightbox-nav {
        width: 40px;
        height: 40px;
    }
    
    .jazz-lightbox-prev {
        left: 10px;
    }
    
    .jazz-lightbox-next {
        right: 10px;
    }
    
    .jazz-lightbox-toolbar {
        bottom: -50px;
    }
    
    .jazz-lightbox-tool {
        width: 35px;
        height: 35px;
    }
    
    .letu-main-image-container {
        width: 100%;
        height: 300px;
    }
    
    .letu-trust-badges {
        flex-direction: column;
        gap: 10px;
    }
    
    .letu-trust-item {
        flex: 1 0 100%;
    }
    
    .letu-badge {
        font-size: 12px;
        padding: 4px 8px;
    }
    
    .letu-handmade-badge {
        top: 45px;
    }
    
    .letu-premium-badge {
        top: 80px;
    }
    
    .letu-new-badge {
        top: 115px;
    }
    
    .letu-container {
        padding: 0 15px;
    }
    
    .letu-single-product__wrapper {
        padding: 20px;
    }
    
    .letu-product-title {
        font-size: 24px;
    }
    
    .letu-price-current {
        font-size: 24px;
    }
    
    .letu-product-meta-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .letu-notification {
        top: 10px;
        right: 10px;
        left: 10px;
        min-width: auto;
        transform: translateY(-100%);
    }
    
    .letu-notification--show {
        transform: translateY(0);
    }
}

/* Mobile Portrait */
@media (max-width: 480px) {
    .delivery-bar {
        padding: 10px 0;
        font-size: 0.85rem;
    }
    
    .wf_navbar-sidebar-btn {
        display: none;
    }
    
    .non-fsov {
        display: none;
    }
    
    .header.scrolled .header-main {
        padding: 0 12px;
    }
    
    .delivery-text:before {
        content: "🚚 Доставка 0₽ от 3к";
    }
    
    .header-main {
        padding: 10px 15px;
    }
    
    .logo-text {
        font-size: 1.5rem;
    }
    
    .logo-icon {
        font-size: 1.7rem;
        margin-right: 10px;
    }
    
    .logo-subtitle {
        font-size: 0.6rem;
    }
    
    .header-actions {
        gap: 10px;
    }
    
    .process-title {
        font-size: 1.8rem;
    }
    
    .step-icon {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 1.8rem;
        margin-bottom: 30px;
    }
    
    .advantage i {
        font-size: 3rem;
        height: 70px;
        line-height: 70px;
    }
}