/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* AppBar base */
.wl-appbar .mud-appbar[b-p56se45qgw] {
    background: #ffffff !important;
    border-bottom: 1px solid #e8e0d5 !important;
    box-shadow: none !important;
}

/* Промо-баннер */
.wl-promo[b-p56se45qgw] {
    background: #e8ddd0;
    color: #1a1a1a;
    text-align: center;
    padding: 9px 24px;
    font-family: 'Manrope', sans-serif;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Строка логотипа */
.wl-header-row[b-p56se45qgw] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    height: 64px;
}

.wl-header-left[b-p56se45qgw],
.wl-header-right[b-p56se45qgw] {
    display: flex;
    align-items: center;
    min-width: 100px;
}

.wl-header-right[b-p56se45qgw] {
    justify-content: flex-end;
}

/* Логотип */
.wl-logo[b-p56se45qgw] {
    font-family: 'Unbounded', sans-serif !important;
    font-size: 1.375rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.2em !important;
    color: #1a1a1a !important;
    text-decoration: none !important;
    flex: 1;
    text-align: center;
}

/* Навигация */
.wl-nav-row[b-p56se45qgw] {
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e8e0d5;
    height: 44px;
    padding: 0 24px;
}

/* Ссылки в навигации */
.wl-nav-row .mud-link[b-p56se45qgw],
.wl-nav-row .mud-nav-link[b-p56se45qgw] {
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.01em !important;
    text-decoration: none !important;
    padding: 0 12px !important;
    transition: opacity 0.15s !important;
    line-height: 44px !important;
}

.wl-nav-row .mud-link:hover[b-p56se45qgw] {
    opacity: 0.5 !important;
    text-decoration: none !important;
}

/* Кнопки-меню в навигации */
.wl-nav-row .mud-button-root[b-p56se45qgw] {
    font-family: 'Manrope', sans-serif !important;
    font-size: 0.8125rem !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    letter-spacing: 0.01em !important;
    text-transform: none !important;
    padding: 0 12px !important;
    height: 44px !important;
    min-width: unset !important;
    border-radius: 0 !important;
    transition: opacity 0.15s !important;
}

.wl-nav-row .mud-button-root:hover[b-p56se45qgw] {
    background: transparent !important;
    opacity: 0.5 !important;
}

.wl-nav-row .mud-button-icon-end[b-p56se45qgw] {
    font-size: 1rem !important;
    margin-left: 2px !important;
}
/* /Components/Pages/CartPage.razor.rz.scp.css */
/* /Components/Pages/CheckoutPage.razor.rz.scp.css */
/* /Components/Pages/Home.razor.rz.scp.css */

/* ── HERO ─────────────────────────────── */
.hero[b-fb0uvpar6x] {
    position: relative;
    height: 90vh;
    min-height: 560px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-image-wrap[b-fb0uvpar6x] {
    position: absolute;
    inset: 0;
}
.hero-img[b-fb0uvpar6x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.hero-overlay[b-fb0uvpar6x] {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to bottom,
            rgba(0,0,0,0.08) 0%,
            rgba(0,0,0,0.45) 60%,
            rgba(0,0,0,0.6) 100%
    );
}
.hero-content[b-fb0uvpar6x] {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 0 24px;
    max-width: 700px;
}
.hero-badge[b-fb0uvpar6x] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.25);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.78rem;
    margin-bottom: 24px;
    letter-spacing: 0.04em;
}
.stars[b-fb0uvpar6x] { color: #f5c842; font-size: 0.85rem; }
.hero-title[b-fb0uvpar6x] {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(2.4rem, 6vw, 4rem);
    font-weight: 400;
    line-height: 1.12;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}
.hero-title em[b-fb0uvpar6x] {
    font-style: italic;
    color: #f0d5b0;
}
.hero-subtitle[b-fb0uvpar6x] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.05rem;
    line-height: 1.65;
    color: rgba(255,255,255,0.82);
    margin-bottom: 36px;
}
.hero-actions[b-fb0uvpar6x] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.hero-btn-primary.mud-button[b-fb0uvpar6x] {
    background: #fff !important;
    color: #1a1a1a !important;
    padding: 12px 32px !important;
    border-radius: 3px !important;
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
}
.hero-btn-text.mud-button[b-fb0uvpar6x] {
    color: rgba(255,255,255,0.85) !important;
    font-size: 0.875rem !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ── SECTIONS ─────────────────────────── */
.section[b-fb0uvpar6x] {
    padding: 96px 0;
}
.section-beige[b-fb0uvpar6x] { background: #f5f0ea; }
.section-dark[b-fb0uvpar6x] {
    background: #1a1a1a;
}
.section-dark .section-title[b-fb0uvpar6x] { color: #fff !important; }
.section-header[b-fb0uvpar6x] {
    text-align: center;
    margin-bottom: 56px;
}
.section-overline[b-fb0uvpar6x] {
    display: block;
    font-size: 0.68rem !important;
    letter-spacing: 0.15em !important;
    color: #c17f4a !important;
    margin-bottom: 10px;
}
.section-title[b-fb0uvpar6x] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    color: #1a1a1a;
}
.section-cta[b-fb0uvpar6x] {
    text-align: center;
    margin-top: 48px;
}

/* ── PRODUCTS GRID ────────────────────── */
.products-grid[b-fb0uvpar6x] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
@media (max-width: 1100px) { .products-grid[b-fb0uvpar6x] { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px)  { .products-grid[b-fb0uvpar6x] { grid-template-columns: repeat(2, 1fr); gap: 16px; } }

.product-card[b-fb0uvpar6x] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.product-img-wrap[b-fb0uvpar6x] {
    position: relative;
    aspect-ratio: 1 / 1.1;
    overflow: hidden;
    background: #f5f0ea;
    border-radius: 4px;
}
.product-img-wrap img[b-fb0uvpar6x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.product-card:hover img[b-fb0uvpar6x] { transform: scale(1.04); }
.product-badge[b-fb0uvpar6x] {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    padding: 3px 8px;
    border-radius: 2px;
    text-transform: uppercase;
}
.badge-new[b-fb0uvpar6x] { background: #1a1a1a; color: #fff; }
.badge-sale[b-fb0uvpar6x] { background: #c17f4a; color: #fff; }
.product-info[b-fb0uvpar6x] { padding: 0 2px; }
.product-отзывов[b-fb0uvpar6x] {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 4px;
}
.stars-small[b-fb0uvpar6x] { color: #f5c842; font-size: 0.75rem; }
.product-name[b-fb0uvpar6x] {
    font-weight: 500 !important;
    color: #1a1a1a;
    margin-bottom: 4px !important;
}
.product-price[b-fb0uvpar6x] { color: #555 !important; font-size: 0.85rem !important; }

/* ── BUTTONS ──────────────────────────── */
.btn-outlined.mud-button[b-fb0uvpar6x] {
    border: 1.5px solid #1a1a1a !important;
    color: #1a1a1a !important;
    border-radius: 3px !important;
    padding: 10px 28px !important;
    font-size: 0.83rem !important;
    letter-spacing: 0.04em !important;
}
.btn-outlined.mud-button:hover[b-fb0uvpar6x] {
    background: #1a1a1a !important;
    color: #fff !important;
}
.btn-text-underline.mud-button[b-fb0uvpar6x] {
    font-size: 0.875rem !important;
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #1a1a1a !important;
}

/* ── FEATURE BANNER ───────────────────── */
.feature-banner[b-fb0uvpar6x] {
    background: #f5f0ea;
    padding: 96px 0;
}
.feature-banner-inner[b-fb0uvpar6x] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.feature-title[b-fb0uvpar6x] {
    font-family: 'Playfair Display', serif !important;
    font-weight: 400 !important;
    margin: 12px 0 20px !important;
}
.video-placeholder[b-fb0uvpar6x] {
    aspect-ratio: 4/3;
    background: #1a1a1a;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ── REVIEWS ──────────────────────────── */
.отзывов-grid[b-fb0uvpar6x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
@media (max-width: 768px) { .отзывов-grid[b-fb0uvpar6x] { grid-template-columns: 1fr; } }

.review-card[b-fb0uvpar6x] {
    background: #fff;
    border-radius: 6px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border: 1px solid #ede8e0;
}
.review-stars[b-fb0uvpar6x] { color: #f5c842; font-size: 1rem; letter-spacing: 2px; }
.review-text[b-fb0uvpar6x] {
    color: #333 !important;
    font-style: italic;
    line-height: 1.7 !important;
    flex: 1;
}
.review-author[b-fb0uvpar6x] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
}
.review-avatar[b-fb0uvpar6x] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e8ddd0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 600;
    color: #7a5c3e;
    flex-shrink: 0;
}

/* ── PROMISE ──────────────────────────── */
.promise-grid[b-fb0uvpar6x] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
}
@media (max-width: 768px) { .promise-grid[b-fb0uvpar6x] { grid-template-columns: repeat(2, 1fr); gap: 32px; } }

.promise-card[b-fb0uvpar6x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.promise-title[b-fb0uvpar6x] {
    font-weight: 600 !important;
    color: #1a1a1a;
    margin: 0 !important;
}

/* ── TUTORIALS ────────────────────────── */
.tutorials-grid[b-fb0uvpar6x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
@media (max-width: 768px) { .tutorials-grid[b-fb0uvpar6x] { grid-template-columns: 1fr; } }

.tutorial-card[b-fb0uvpar6x] { text-decoration: none; }
.tutorial-img-wrap[b-fb0uvpar6x] {
    position: relative;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 6px;
}
.tutorial-img-wrap img[b-fb0uvpar6x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: brightness(0.75);
}
.tutorial-card:hover img[b-fb0uvpar6x] { transform: scale(1.04); filter: brightness(0.6); }
.tutorial-overlay[b-fb0uvpar6x] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
}

/* ── Вопросы и ответы ──────────────────────────────── */
.faq-panels[b-fb0uvpar6x] {
    border: 1px solid #ede8e0;
    border-radius: 6px;
    overflow: hidden;
}
.faq-panel[b-fb0uvpar6x] {
    border-bottom: 1px solid #ede8e0 !important;
}
.faq-panel:last-child[b-fb0uvpar6x] { border-bottom: none !important; }

/* ── INSTAGRAM CTA ────────────────────── */
.instagram-cta[b-fb0uvpar6x] {
    background: #c17f4a;
    padding: 80px 24px;
}

/* ── UTILITIES ────────────────────────── */
.mt-6[b-fb0uvpar6x] { margin-top: 24px !important; }
/* /Components/Pages/Login.razor.rz.scp.css */
/* /Components/Pages/OrderSuccessPage.razor.rz.scp.css */
/* /Components/Pages/ProductDetailPage.razor.rz.scp.css */
/* /Components/Pages/ProductsPage.razor.rz.scp.css */
/* /Components/Pages/Profile.razor.rz.scp.css */
/* ── бщий макет ── */
.profile-layout[b-i4riotwjx4] {
    display: flex;
    min-height: calc(100vh - 248px);
    width: 100%;
}

/* ── оковая панель ── */
.profile-sidebar[b-i4riotwjx4] {
    width: 260px;
    min-width: 260px;
    border-right: 1px solid #e8e0d5;
    display: flex;
    flex-direction: column;
    padding: 40px 0 32px;
    background: #fff;
}

.profile-user-block[b-i4riotwjx4] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px 24px;
    border-bottom: 1px solid #e8e0d5;
    margin-bottom: 8px;
    overflow: hidden;
}

.profile-username[b-i4riotwjx4] {
    font-size: 0.9375rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #1a1a1a;
}

.profile-useremail[b-i4riotwjx4] {
    font-size: 0.8125rem;
    color: #6b6b6b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 2px;
}

/* ── авигация ── */
.profile-nav[b-i4riotwjx4] {
    flex: 1;
    padding: 8px 0;
}

.profile-nav-btn[b-i4riotwjx4] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    padding: 10px 16px;
    border: none;
    border-left: 3px solid transparent;
    background: none;
    cursor: pointer;
    font-family: "DM Sans", system-ui, sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    color: #3d3d3d;
    text-align: left;
    transition: background 0.12s, color 0.12s;
    line-height: 1.4;
    box-sizing: border-box;
}

.profile-nav-btn:hover[b-i4riotwjx4] {
    background: #f5f0ea;
    color: #1a1a1a;
}

.profile-nav-btn.is-active[b-i4riotwjx4] {
    background: #f5f0ea;
    border-left-color: #1a1a1a;
    font-weight: 600;
    color: #1a1a1a;
}

.profile-nav-btn.is-danger[b-i4riotwjx4] {
    color: #b84040;
}

.profile-nav-btn.is-danger:hover[b-i4riotwjx4] {
    background: #fdf2f2;
}

.profile-nav-icon[b-i4riotwjx4] {
    opacity: 0.65;
    flex-shrink: 0;
}

/* ── ижняя часть sidebar ── */
.profile-sidebar-footer[b-i4riotwjx4] {
    padding-top: 8px;
    border-top: 1px solid #e8e0d5;
    margin-top: 8px;
}

/* ── онтентная область ── */
.profile-main[b-i4riotwjx4] {
    flex: 1;
    padding: 48px 64px;
    min-width: 0;
}

/* ── аголовок секции ── */
.profile-section-head[b-i4riotwjx4] {
    margin-bottom: 8px;
}

.profile-divider[b-i4riotwjx4] {
    margin: 20px 0 32px !important;
    border-color: #e8e0d5 !important;
}

/* ── нопка сохранения ── */
.profile-actions[b-i4riotwjx4] {
    margin-top: 32px;
}

/* ── Валидация телефона ── */
.phone-valid[b-i4riotwjx4]  .mud-input-outlined-border,
.phone-valid[b-i4riotwjx4]  .mud-focused .mud-input-outlined-border {
    border-color: #4caf50 !important;
    border-width: 2px !important;
}

.phone-valid[b-i4riotwjx4]  .mud-input-label,
.phone-valid[b-i4riotwjx4]  .mud-focused .mud-input-label {
    color: #4caf50 !important;
}
