/*
Theme Name: Suavinex
Theme URI: https://www.suavinex.com/
Author: Antigravity
Author URI: https://github.com/google-deepmind
Description: A premium WordPress theme for Suavinex with a dual-navigation header.
Version: 1.0.34512211
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suavinex
*/

@font-face {
    font-family: 'Gravitica Rounded';
    src: url('fonts/GraviticaRounded-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gravitica Rounded';
    src: url('fonts/GraviticaRounded-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --primary-black: #000000;
    --primary-white: #ffffff;
    --light-gray: #f5f5f5;
    --border-color: #eeeeee;
    --font-main: 'Gravitica Rounded', sans-serif;
}

body {
    margin: 0;
    padding: 0;
    font-family: var(--font-main);
    color: var(--primary-black);
    line-height: 1.6;
}
.none{display: none;}

/* Base Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}
 a {
    color: #3178d2;
}
/* Header Icons */
.header-icons {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--primary-black);
    border-radius: 50%;
    color: var(--primary-black);
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.2s, color 0.2s;
}

.social-link:hover {
    background: var(--primary-black);
    color: var(--primary-white);
}

.header-icons__sep {
    display: block;
    width: 1px;
    height: 28px;
    background: #ccc;
    margin: 0 0.5rem;
}

.nav-crystalbaby a {
    display: flex;
    align-items: center;
}

.nav-crystalbaby img {
    height: 38px;
    width: auto;
}

/* Header Styles */
.site-header {
    width: 100%;
    font-family: var(--font-main);
}
.site-footer {
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    margin-top: 5em;
    padding: 3rem 0 0;
}

.footer-inner {
    display: flex;
    gap: 2rem;
    padding-bottom:5em
}

.footer-left {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

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

.footer-icons {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.footer-icons .social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1.5px solid var(--primary-black);
    border-radius: 50%;
    color: var(--primary-black);
    text-decoration: none;
    font-size: 0.85rem;
    transition: background 0.2s, color 0.2s;
}

.footer-icons .social-link:hover {
    background: var(--primary-black);
    color: var(--primary-white);
}

.footer-right {
    flex: 0 0 50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.footer-col .footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-col .footer-menu li {
    margin-bottom: 0.2rem;
}

.footer-col .footer-menu li a {
    text-decoration: none;
    color: var(--primary-black);
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-col .footer-menu li a:hover {
    color: #555;
}


.footer-bottom {
    margin-top: 2rem;
    padding: 1rem 0;
    border-top: 1px solid #e0e0e0;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.8rem;
    color: #888;
}

@media (max-width: 768px) {
    .footer-inner {
        flex-direction: column;
    }

    .footer-left,
    .footer-right {
        flex: 1 1 100%;
    }

    .footer-right {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .footer-left {
        align-items: center;
        text-align: center;
    }

    .footer-icons {
        justify-content: center;
    }
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 4rem;
    border-bottom: 1px solid var(--border-color);
    background-color: var(--primary-white);
}

.logo img {
    height: 50px;
    /* Slightly smaller for elegance */
    width: auto;
}

.search-bar {
    flex-grow: 1;
    max-width: 500px;
    margin: 0 4rem;
    position: relative;
}

.search-bar form {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ccc;
}

.search-bar input {
    width: 100%;
    padding: 8px 0;
    border: none;
    outline: none;
    font-size: 0.9rem;
    color: #666;
}

.search-field::placeholder {
    color: #999;
}

.search-submit {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #333;
}

.header-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.header-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.75rem;
    text-decoration: none;
    color: var(--primary-black);
    font-weight: 500;
}

.header-icon i {
    font-size: 1.3rem;
    margin-bottom: 4px;
}

.language-selector {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
}

/* Navigation Bars */
.nav-black {
    background-color: var(--primary-black);
    color: var(--primary-white);
    padding: 0;
    text-transform:uppercase;
}

.nav-black ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.nav-black li {
    border-right: 1px solid #333;
}

.nav-black li:last-child {
    border-right: none;
}

.nav-black a {
    color: var(--primary-white);
    text-decoration: none;
    font-size: 0.85rem;
    letter-spacing: 0.05em;
    padding: 1rem 1.5rem;
    display: block;
    font-weight: 500;
    transition: background 0.3s;
}

.nav-black a:hover {
    background-color: #1a1a1a;
}

.nav-black li.active a {
    background-color: #1a1a1a;
}

.nav-white {
    background-color: var(--primary-white);
    padding: 0 0;
    border-bottom: 1px solid var(--border-color);
    text-transform:uppercase;
}

.nav-white > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 0;
}

.nav-white a {
    color: var(--primary-black);
    text-decoration: none;
    font-size: 0.9rem;
    padding: 1rem 1rem;
    display: block;
    font-weight: 300;
    letter-spacing: 0.02em;
}

.nav-white a.highlight {
    color: #ff4d4d;
}

.nav-white a:hover {
    color: #666;
}

.nav-white > ul > li.active > a {
    font-weight: 600;
    border-bottom: 2px solid var(--primary-black);
}

/* Menu Delimiter / Separator */
li.menu-delimiter {
    pointer-events: none;
    user-select: none;
    align-self: stretch;
    margin-left:10px;
    margin-right:10px;
}

li.menu-delimiter .delimiter-pipe {
    display: block;
    width: 1px;
    height: 100%;
    font-size: 0;
    overflow: hidden;
}

.nav-black li.menu-delimiter {
    border-right: none;
}

.nav-black li.menu-delimiter .delimiter-pipe {
    background-color: rgba(255, 255, 255, 0.3);
}

.nav-white li.menu-delimiter .delimiter-pipe {
    background-color: rgba(0, 0, 0, 0.1);
}

/* ===================== Category Dropdown ===================== */
.nav-white #category-menu > li {
    position: relative;
}

.nav-white .cat-dropdown {
    display: none !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: -2px;
    transform: none;
    min-width: 200px;
    background: #fff;
    border: 1px solid var(--border-color);
    border-top: 2px solid var(--primary-black);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    list-style: none;
    margin: 0;
    padding: 6px 0;
    z-index: 1000;
    text-transform: none;
}

.cat-dropdown-open > .cat-dropdown {
    display: block !important;
}

.cat-dropdown li a {
    display: block;
    padding: 8px 18px;
    font-size: 0.85rem;
    font-weight: 400;
    color: var(--primary-black);
    text-decoration: none;
    white-space: nowrap;
    border-bottom: none;
    transition: background 0.15s, color 0.15s;
}

.cat-dropdown li a:hover {
    background: #f5f5f5;
    color: #333;
}

.cat-dropdown__loading span {
    display: block;
    padding: 8px 18px;
    font-size: 0.85rem;
    color: #999;
}

/* Mobile subcategory toggle & dropdown */
.mobile-cat-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 100%;
    background: transparent;
    border: none;
    border-left: 1px solid #f0f0f0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    font-size: 0.7rem;
    transition: transform 0.2s;
}

.mobile-cat-toggle.open i {
    transform: rotate(180deg);
}

.mobile-cat-dropdown {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f9f9f9;
}

.mobile-cat-dropdown.open {
    display: block;
}

.mobile-cat-dropdown li a {
    display: block;
    padding: 0.55rem 1.2rem 0.55rem 2rem;
    font-size: 0.78rem;
    color: #555;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    transition: background 0.15s;
}

.mobile-cat-dropdown li a:hover {
    background: #eee;
}

/* ===================== Carousel ===================== */
.carousel-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
}

.carousel-track-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: grab;
}

.carousel-track-wrapper:active {
    cursor: grabbing;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform;
}

.carousel-slide {
    min-width: 100%;
    display: flex;
    flex-direction: row;
    align-items: stretch;
}

.slide-image {
    flex: 0 0 65%;
    max-width: 65%;
    overflow: hidden;
    position: relative;
}

.slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.slide-info {
    flex: 0 0 35%;
    max-width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 4rem 4rem 3rem;
    background-color: #f5f5f5;
    box-sizing: border-box;
}

.slide-info h2 {
    font-family: var(--font-main);
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1.15;
    margin: 0 0 1.2rem 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    color: var(--primary-black);
}

.slide-info p {
    font-family: var(--font-main);
    font-size: 0.85rem;
    line-height: 1.6;
    color: #333;
    margin: 0 0 2rem 0;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.slide-cta {
    display: inline-block;
    padding: 0.9rem 2.2rem;
    border: 2px solid var(--primary-black);
    color: var(--primary-black);
    text-decoration: none;
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: background 0.3s, color 0.3s;
    align-self: flex-start;
}

.slide-cta:hover {
    background-color: var(--primary-black);
    color: var(--primary-white);
}

/* Carousel Dots - vertical on the right */
.carousel-dots {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    z-index: 10;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #999;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: background 0.3s, border-color 0.3s;
}

.carousel-dot:hover {
    border-color: var(--primary-black);
}

.carousel-dot.active {
    background: var(--primary-black);
    border-color: var(--primary-black);
}

/* Responsive */
@media (max-width: 900px) {
    .carousel-slide {
        flex-direction: column;
    }

    .slide-image,
    .slide-info {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .slide-info {
        padding: 2rem 1.5rem;
    }

    .slide-info h2 {
        font-size: 1.3rem;
    }

    .carousel-dots {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        flex-direction: row;
        justify-content: center;
        padding: 1rem 0;
    }
}

/* ===========================
   Archive Page Styles
   =========================== */

/* SHARED: Archive Hero */
.archive-hero {
    position: relative;
}

/* Full-width banner image */
.archive-hero__banner {
    width: 100%;
    height: 700px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e8e0d8;
}

.archive-hero .archive-hero__card {
    margin-top:30px;
}

.archive-hero.has-hero .archive-hero__card {
    background: #fff;
    padding: 2.5rem 3rem;
    margin-top: -200px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    max-width: 1200px;
    margin-left:10%;
    min-height:200px;
}

.archive-hero__title {
    font-family: var(--font-main);
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1rem;
    letter-spacing: 0.03em;
    color: var(--primary-black);
}

.archive-hero__desc {
    font-size: 0.84rem;
    line-height: 1.7;
    color: #444;
    max-width: 900px;
}

.archive-hero__desc p {
    margin: 0 0 0.6rem;
}

.archive-hero__desc p:last-child {
    margin-bottom: 0;
}

.archive-hero__desc h2,
.archive-hero__desc h3,
.archive-hero__desc h4 {
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 700;
    margin: 1rem 0 0.4rem;
    color: var(--primary-black);
}

.archive-hero__desc h2:first-child,
.archive-hero__desc h3:first-child,
.archive-hero__desc h4:first-child {
    margin-top: 0;
}

.archive-hero__desc a {
    color: #3178d2;
    text-decoration: underline;
}

.archive-hero__desc strong {
    font-weight: 600;
    color: #222;
}

/* Variant: no background image â€” full-width centered content */
.archive-hero--no-bg .archive-hero__card,
.archive-hero--no-bg > .container {
    background: #fff;
    margin-top: 0;
    padding: 3rem 2rem;
    text-align: center;
}

.archive-hero--no-bg .archive-hero__desc {
    margin: 0 auto;
}

/* CATEGORY VIDEO (below hero) */
.category-video {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.category-video__wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    background: #000;
}

.category-video__wrap--landscape {
    padding-bottom: 56.25%; /* 16:9 */
}

.category-video__wrap--portrait {
    padding-bottom: 177.78%; /* 9:16 */
    max-width: 360px;
    margin: 0 auto;
}

.category-video__wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Show desktop video on desktop, mobile on mobile */
.category-video__mobile {
    display: none;
}

.category-video__desktop {
    display: block;
}

@media (max-width: 768px) {
    .category-video__mobile {
        display: block;
    }
    .category-video__desktop {
        display: none;
    }
}

/* PRODUCT CATEGORY (child) */
.product-category-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.product-card {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    transition: opacity 0.2s;
}

.product-card:hover {
    opacity: 0.8;
}

.product-card__image {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-bottom: 0.75rem;
}

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

.product-card__no-image {
    width: 100%;
    height: 100%;
    background: #eee;
}

.product-card__info {
    padding: 0;
}

.product-card__title {
    font-family: var(--font-main);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.product-card a {
    color:black;
    text-decoration:none;
    text-align:center
}

.no-products {
    padding: 2rem 0;
    color: #999;
}

.archive-pagination {
    margin-top: 2rem;
    text-align: center;
}

.archive-pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.archive-pagination a,
.archive-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    text-decoration: none;
    color: #333;
    font-size: 0.85rem;
    transition: background 0.2s;
}

.archive-pagination .current {
    background: #222;
    color: #fff;
    border-color: #222;
}

.archive-pagination a:hover {
    background: #f0f0f0;
}

/* PARENT CATEGORY */
.parent-category-page {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.child-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    padding-bottom: 1rem;
    justify-content:center
}

.child-category-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    min-width: 270px;
    flex-shrink: 0;
    transition: opacity 0.2s;
}

.child-category-card:hover {
    opacity: 0.7;
}

.child-category-card__img {
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.child-category-card__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.child-category-card__name {
    font-family: var(--font-main);
    font-size: 1.3rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    text-transform:uppercase;
}

.parent-category-content {
    margin-top: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    font-size: 0.9rem;
    line-height: 1.8;
    color: #333;
}

.parent-category-content h2,
.parent-category-content h3 {
    font-family: var(--font-main);
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
}

.parent-category-content p {
    margin-bottom: 1rem;
}

/* ===========================
   Single Product Page Styles
   =========================== */

/* Product Breadcrumb */
.product-breadcrumb {
    padding-top: 1.5rem;
}

/* Product Page Layout */
.product-page {
    display: flex;
    padding-top: 2rem;
    padding-bottom: 2rem;
    gap: 0;
}

/* Left Column Ã¢â‚¬â€œ Gallery */
.product-gallery {
    width: 45%;
    flex-shrink: 0;
    position: relative;
    padding-right: 2rem;
}

.gallery-slider {
    position: relative;
    width: 100%;
}

.gallery-viewport {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gallery-slide {
    display: none;
    width: 100%;
}

.gallery-slide.active {
    display: block;
}

.gallery-slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery-arrow {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    border: none;
    font-size: 1rem;
    color: #999;
    cursor: pointer;
    z-index: 2;
    padding: 0.5rem;
    transition: color 0.2s;
}

.gallery-arrow:hover {
    color: #333;
}

.gallery-arrow--up {
    top: -8px;
}

.gallery-arrow--down {
    bottom: -8px;
}

.gallery-dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    transition: background 0.2s;
}

.gallery-dot.active {
    background: #333;
}

/* Right Column Ã¢â‚¬â€œ Product Info */
.product-info {
    width: 55%;
    flex-shrink: 0;
    padding-bottom:2em
}

.product-info__header {
    background: white;
    padding: 0rem 2.5rem 2rem 2rem;
}

.product-title {
    font-family: var(--font-main);
    font-size: 2.5rem;
    font-weight: 200;
    margin: 0 0 1rem;
    line-height: 1.15;
}
.product-price{
    font-size:1.2em;
    color:#999;
}
.product-price .price-main{
    font-size:1.9em;
    color:#00c449;
}
.product-price .price-vat{
    font-size:0.7em
}


.product-description {
    position: relative;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #333;
}

.product-description.collapsed > .product-description__inner {
    max-height: 450px;
    overflow: hidden;
}

.product-description.expanded .product-description__inner {
    max-height: none;
}

.product-description.collapsed .product-description__inner {
    position: relative;
}

.product-description__fade {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
    pointer-events: none;
}

.product-description.collapsed .product-description__fade {
    display: block;
}

.product-description__toggle {
    display: none;
    width: 100%;
    padding: 0.6rem 0;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.85rem;
    font-weight: 600;
    color: #555;
    text-align: center;
    transition: color 0.2s;
}

.product-description__toggle:hover {
    color: #000;
}

.product-description__toggle i {
    margin-left: 0.3rem;
    font-size: 0.7rem;
    transition: transform 0.3s;
}

.product-description.expanded .product-description__toggle i {
    transform: rotate(180deg);
}

.product-description.needs-toggle .product-description__toggle {
    display: block;
}

.product-description p {
    margin: 0 0 0.75rem;
}

/* Accordion */
.product-accordion {
    border-top: 1px solid #e0e0e0;
    margin-top: 0;
}

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

.accordion-trigger {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.1rem 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.95rem;
    font-weight: 600;
    color: #222;
    text-align: left;
    transition: background 0.15s;
}

.accordion-trigger:hover {
    background: #fafafa;
}

.accordion-icon {
    font-size: 0.75rem;
    transition: transform 0.3s;
    color: #999;
}

.accordion-trigger[aria-expanded="true"] .accordion-icon {
    transform: rotate(180deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.accordion-content__inner {
    padding: 0 1.5rem 1.2rem;
    font-size: 0.88rem;
    line-height: 1.7;
    color: #444;
}

.accordion-content__inner ul {
    margin: 0;
    padding-left: 1.2rem;
}

/* ===========================
   Responsive Styles
   =========================== */

/* Archive Responsive */
@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .archive-hero__banner {
        height: 300px;
    }

    .archive-hero__card {
        margin-top: -150px;
        padding: 2rem;
    }

    .archive-hero__title {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .archive-hero__banner {
        height: 220px;
    }

    .archive-hero__card {
        margin-top: -80px;
        padding: 1.5rem;
    }

    .archive-hero__title {
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }

    .archive-hero__desc {
        font-size: 0.8rem;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .child-category-card__img {
        width: 100px;
        height: 100px;
    }

    /* Single Product Responsive */
    .product-breadcrumb {
        padding-top: 1rem;
    }

    .product-page {
        flex-direction: column;
    }

    .product-gallery,
    .product-info {
        width: 100%;
    }

    .product-gallery {
        padding-right: 0;
        margin-bottom: 1.5rem;
    }

    .gallery-dots {
        flex-direction: row;
        left: 50%;
        top: auto;
        bottom: -20px;
        transform: translateX(-50%);
    }
}

/* ===========================
   Page Styles
   =========================== */

.page-article {
    max-width: 1050px;
    margin: 0 auto;
    padding: 3rem 2rem;
    background: #fff;
}

.page-header {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--border-color);
}

.page-title {
    font-family: var(--font-main);
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem;
    line-height: 1.3;
    color: var(--primary-black);
}

.page-content {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
}

.page-content p {
    margin: 0 0 1.5rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    font-family: var(--font-main);
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: var(--primary-black);
}

.page-content h1 {
    font-size: 1.8rem;
}

.page-content h2 {
    font-size: 1.5rem;
}

.page-content h3 {
    font-size: 1.3rem;
}

.page-content h4 {
    font-size: 1.1rem;
}

.page-content ul,
.page-content ol {
    margin: 0 0 1.5rem;
    padding-left: 2rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content blockquote {
    margin: 1.5rem 0;
    padding: 1rem 1.5rem;
    border-left: 4px solid var(--border-color);
    background: var(--light-gray);
    font-style: italic;
}

.page-content img {
    max-width: 100%;
    height: auto;
    margin: 1.5rem 0;
}

.page-content a {
    color: var(--primary-black);
    text-decoration: underline;
    transition: color 0.2s;
}

.page-content a:hover {
    color: #666;
}

.page-links {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.page-links a {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    border: 1px solid var(--border-color);
    text-decoration: none;
    color: var(--primary-black);
    transition: background 0.2s, border-color 0.2s;
}

.page-links a:hover {
    background: var(--light-gray);
    border-color: #999;
}

/* Edit Link Styles */
.edit-link {
    display: inline-block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.edit-link a {
    color: #666;
    text-decoration: none;
    padding: 0.25rem 0.5rem;
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-size: 0.8rem;
    transition: background 0.2s, color 0.2s;
}

.edit-link a:hover {
    background: #e9e9e9;
    color: #333;
}

/* Page Responsive */
@media (max-width: 768px) {
    .page-article {
        padding: 2rem 1.5rem;
    }

    .page-title {
        font-size: 1.5rem;
    }

    .page-content h1 {
        font-size: 1.4rem;
    }

    .page-content h2 {
        font-size: 1.3rem;
    }

    .page-content h3 {
        font-size: 1.2rem;
    }
}

/* ===========================
   Suavinex DB Product Styles
   =========================== */

/* Parent Category Nav (horizontal image cards) */
.parent-nav {
    background: #fff;
    padding: 1.5rem 0 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.parent-nav__inner {
    display: flex;
    gap: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    justify-content: center;
}

/* Note: parent-nav__inner keeps its own max-width since parent-nav is full-width bg */

.parent-nav__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #333;
    min-width: 100px;
    flex-shrink: 0;
    transition: opacity 0.2s;
    opacity: 0.65;
}

.parent-nav__card:hover {
    opacity: 1;
}

.parent-nav__card--active {
    opacity: 1;
}

.parent-nav__img {
    width: 120px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.parent-nav__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.parent-nav__name {
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.parent-nav__card--active .parent-nav__name {
    font-weight: 700;
}

.parent-nav__count {
    font-size: 0.75rem;
    color: #999;
}

@media (max-width: 768px) {
    .parent-nav__inner {
        padding: 0 1rem;
        gap: 1rem;
        justify-content: flex-start;
    }
    .parent-nav__img {
        width: 80px;
        height: 70px;
    }
    .parent-nav__name {
        font-size: 0.75rem;
    }
}

/* Child Category Sub-Nav (50% of parent-nav) */
.child-nav {
    background: white;
    padding: 0.75rem 0 0.95rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom: 1px solid #eee;
}

.child-nav__inner {
    display: flex;
    gap: 1rem;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
    justify-content: center;
    flex-wrap:wrap;
}

/* Note: child-nav__inner keeps its own max-width since child-nav is full-width bg */

.child-nav__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #555;
    min-width: 60px;
    flex-shrink: 0;
    transition: opacity 0.2s;
    opacity: 0.9;
}

.child-nav__card:hover {
    opacity: 1;
}

.child-nav__card--active {
    opacity: 1;
}

.child-nav__img {
    width: 60px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
}

.child-nav__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.child-nav__name {
    font-size: 0.7rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.child-nav__card--active .child-nav__name {
    font-weight: 700;
    color: #333;
}

.child-nav__count {
    font-size: 0.6rem;
    color: #aaa;
}

@media (max-width: 768px) {
    .child-nav__inner {
        padding: 0 1rem;
        gap: 0.6rem;
        justify-content: flex-start;
    }
    .child-nav__img {
        width: 45px;
        height: 38px;
    }
    .child-nav__name {
        font-size: 0.6rem;
    }
}

/* Breadcrumb */
.breadcrumb {
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.breadcrumb a {
    color: #888;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #333;
    text-decoration: underline;
}

/* Product Tags (on single product) */
.product-tags {
    display: flex;
    gap: 0.5rem;
    padding-top: 1rem;
    flex-wrap: wrap;
}

.product-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.product-tag--green {
    border-color: #4caf50;
    color: #2e7d32;
    background: #e8f5e9;
}

/* Brand label in product cards */
.product-card__brand {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.2rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Original CATEGORYTEXT label */
.product-card__category-source {
    display: block;
    font-size: 0.7rem;
    color: #888;
    margin-top: 0.15rem;
}

/* Category count badge */
.child-category-card__count {
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.25rem;
}

/* Product meta table (single product accordion) */
.product-meta-table {
    width: 100%;
    border-collapse: collapse;
}

.product-meta-table td {
    padding: 0.4rem 0;
    font-size: 0.88rem;
    vertical-align: top;
}

.product-meta-table td:first-child {
    font-weight: 600;
    width: 40%;
    color: #555;
}

.product-meta-table td:last-child {
    color: #222;
}

/* Product card link reset */
.product-card__link {
    color: inherit;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-card__link:hover {
    opacity: 0.85;
}

/* Price in cards */
.product-card__price {
    margin-top: 0.4rem;
}

.product-card__price .price-main {
    font-size: 1.1rem;
    font-weight: 700;
}

.product-card__price .price-vat {
    font-size: 0.8rem;
    color: #888;
}

/* ===================== Prodejci / Sellers Page ===================== */
#sellers-map {
    width: 100%;
    height: 650px;
}

.prodejci-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.prodejci-content .page-header .page-title {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 0 0.5rem 0;
}

.prodejci-content .page-subtitle {
    color: #666;
    font-size: 1rem;
    margin: 0;
}

.prodejci-section {
    margin-bottom: 3rem;
}

.prodejci-section h2 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid var(--primary-black);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.prodejci-section h2 i {
    font-size: 1.1rem;
}

.seller-count {
    font-weight: 400;
    color: #888;
    font-size: 0.95rem;
}

.table-wrapper {
    overflow-x: auto;
}

.sellers-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.sellers-table thead th {
    text-align: left;
    padding: 0.75rem 1rem;
    background: var(--light-gray);
    font-weight: 600;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
    border-bottom: 1px solid var(--border-color);
}

.sellers-table tbody tr {
    cursor: pointer;
    transition: background 0.15s;
}

.sellers-table tbody tr:hover {
    background: #f0f0f0;
}

.sellers-table tbody td {
    padding: 0.6rem 1rem;
    border-bottom: 1px solid var(--border-color);
    vertical-align: middle;
}

.sellers-table .seller-name {
    font-weight: 600;
}

@media (max-width: 1024px) {
    #sellers-map {
        height: 500px;
    }
}

@media (max-width: 768px) {
    #sellers-map {
        height: 350px;
    }

    .prodejci-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .sellers-table {
        font-size: 0.8rem;
    }

    .sellers-table thead th,
    .sellers-table tbody td {
        padding: 0.5rem 0.5rem;
    }
}

/* ===========================
   Search Results Page
   =========================== */

.search-results-form {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 1.25rem;
    max-width: 500px;
}

.search-results-field {
    flex: 1;
    padding: 0.6rem 1rem;
    border: 1px solid #ccc;
    border-radius: 0;
    font-family: var(--font-main);
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s;
}

.search-results-field:focus {
    border-color: #333;
}

.search-results-submit {
    padding: 0.6rem 1.5rem;
    background: var(--primary-black);
    color: var(--primary-white);
    border: none;
    font-family: var(--font-main);
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    letter-spacing: 0.03em;
    transition: background 0.2s;
}

.search-results-submit:hover {
    background: #333;
}

/* Search result list (vertical cards) */
.search-results-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.search-result-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.25rem 0;
    border-bottom: 1px solid var(--border-color);
    text-decoration: none;
    color: inherit;
    transition: background 0.15s;
}

.search-result-item:first-child {
    border-top: 1px solid var(--border-color);
}

.search-result-item:hover {
    background: #fafafa;
}

.search-result-item__image {
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
}

.search-result-item__image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.search-result-item__content {
    flex: 1;
    min-width: 0;
}

.search-result-item__category {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #888;
    margin-bottom: 0.25rem;
}

.search-result-item__title {
    font-family: var(--font-main);
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0 0 0.4rem;
    line-height: 1.4;
    color: var(--primary-black);
}

.search-result-item__excerpt {
    font-size: 0.85rem;
    line-height: 1.6;
    color: #555;
    margin: 0 0 0.5rem;
}

.search-result-item__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 0.8rem;
    color: #777;
}

.search-result-item__price {
    font-weight: 700;
    color: var(--primary-black);
    font-size: 0.95rem;
}

.search-result-item__code,
.search-result-item__ean {
    color: #999;
    font-size: 0.78rem;
}

/* Highlighted search term */
.search-result-item mark,
.product-page mark.search-highlight {
    background: #fff3cd;
    color: inherit;
    padding: 0.05em 0.15em;
    border-radius: 2px;
}

/* No results */
.search-no-results {
    padding: 3rem 0;
    text-align: center;
    color: #666;
    font-size: 0.95rem;
    line-height: 1.8;
}

.search-no-results a {
    color: var(--primary-black);
    text-decoration: underline;
}

/* Search responsive */
@media (max-width: 768px) {
    .search-result-item {
        gap: 1rem;
    }

    .search-result-item__image {
        width: 80px;
        height: 80px;
    }

    .search-result-item__title {
        font-size: 0.95rem;
    }

    .search-results-form {
        max-width: 100%;
    }
}

/* ===========================
   Search Autocomplete Dropdown
   =========================== */

.search-bar {
    position: relative;
}

.search-autocomplete {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-top: none;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    z-index: 1000;
    max-height: 480px;
    overflow-y: auto;
}

.search-autocomplete.active {
    display: block;
}

.ac-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.6rem 0.75rem;
    text-decoration: none;
    color: inherit;
    transition: background 0.12s;
    border-bottom: 1px solid #f0f0f0;
}

.ac-item:hover {
    background: #f5f5f5;
}

.ac-item__img {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ac-item__img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ac-noimg {
    width: 50px;
    height: 50px;
    background: #eee;
}

.ac-item__info {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.ac-item__cat {
    font-size: 0.65rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #999;
}

.ac-item__title {
    font-size: 0.85rem;
    font-weight: 500;
    color: #222;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ac-item__title mark {
    background: #fff3cd;
    color: inherit;
    padding: 0 0.1em;
    border-radius: 2px;
}

.ac-item__price {
    font-size: 0.8rem;
    font-weight: 700;
    color: #333;
}

.ac-all {
    display: block;
    text-align: center;
    padding: 0.7rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    border-top: 1px solid #eee;
    transition: background 0.12s;
}

.ac-all:hover {
    background: #f5f5f5;
}

.ac-empty {
    padding: 1rem;
    text-align: center;
    font-size: 0.85rem;
    color: #999;
}

@media (max-width: 768px) {
    .search-autocomplete {
        max-height: 320px;
    }
    .ac-item__img {
        width: 40px;
        height: 40px;
    }
    .ac-noimg {
        width: 40px;
        height: 40px;
    }
}

/* ===========================
   About Page
   =========================== */

.about-page {
    background: #fff;
}

/* Hero */
.about-hero {
    background: #fff;
}

.about-hero__image {
    width: 100%;
    overflow: hidden;
}

.about-hero__image img {
    width: 100%;
    height: auto;
    max-height: 620px;
    object-fit: cover;
    display: block;
}

.about-hero__inner {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    padding: 3.5rem 2rem 4rem;
}

.about-hero__title {
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin: 0 0 2rem;
    color: var(--primary-black);
}

.about-hero__text {
    font-size: 0.88rem;
    line-height: 1.85;
    color: #555;
    text-align: left;
}

.about-hero__text p {
    margin: 0 0 1.1rem;
}

.about-hero__text p:last-child {
    margin-bottom: 0;
}

/* Timeline */
.about-timeline {
    padding: 4rem 4rem 2rem;
    background: #f9f9f9;
}

.about-timeline__inner {
    max-width: 1100px;
    margin: 0 auto;
}

.about-timeline__heading {
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 3rem;
    color: var(--primary-black);
}

/* Timeline Grid â€” alternating image/text rows */
.timeline-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.tl-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.tl-row:last-child {
    border-bottom: none;
}

.tl-row__img {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.tl-row__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tl-row__text {
    padding: 2.5rem 3rem;
}

.tl-row__year {
    display: block;
    font-family: var(--font-main);
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-black);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.tl-row__text h3 {
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #333;
    margin: 0 0 0.6rem;
    line-height: 1.5;
}

.tl-row__text p {
    font-size: 0.85rem;
    line-height: 1.75;
    color: #666;
    margin: 0;
}

/* Reverse row: text first, image second */
.tl-row--reverse {
    direction: rtl;
}

.tl-row--reverse > * {
    direction: ltr;
}

/* Values */
.about-values {
    background: #fff;
    padding: 4rem 2rem;
    border-top: 1px solid #eee;
}

.about-values__inner {
    max-width: 900px;
    margin: 0 auto;
}

.about-values__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.about-value-card {
    text-align: center;
    padding: 1rem 0.5rem;
}

.about-value-card__icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.4rem;
    color: #fff;
}

.about-value-card__icon--red {
    background: #e74c3c;
}

.about-value-card__icon--teal {
    background: #1abc9c;
}

.about-value-card__icon--gold {
    background: #f1c40f;
    color: #fff;
}

.about-value-card__icon--orange {
    background: #e67e22;
}

.about-value-card h3 {
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 0.5rem;
    color: var(--primary-black);
}

.about-value-card p {
    font-size: 0.78rem;
    line-height: 1.65;
    color: #777;
    margin: 0;
}

/* About Responsive */
@media (max-width: 1024px) {
    .tl-row__text {
        padding: 2rem;
    }

    .about-values__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .about-hero__image img {
        max-height: 350px;
    }

    .about-hero__inner {
        padding: 2rem 1.5rem 2.5rem;
    }

    .about-hero__title {
        font-size: 1.3rem;
        margin-bottom: 1.25rem;
    }

    .about-hero__text {
        font-size: 0.82rem;
    }

    .about-timeline {
        padding: 2.5rem 1rem 1rem;
    }

    .about-timeline__heading {
        font-size: 1.3rem;
        margin-bottom: 2rem;
    }

    .tl-row {
        grid-template-columns: 1fr;
    }

    .tl-row--reverse {
        direction: ltr;
    }

    .tl-row__img {
        aspect-ratio: 16 / 9;
    }

    .tl-row__text {
        padding: 1.5rem;
    }

    .tl-row__year {
        font-size: 1.5rem;
    }

    .about-values {
        padding: 2.5rem 1.5rem;
    }

    .about-values__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .about-value-card__icon {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .about-values__grid {
        grid-template-columns: 1fr 1fr;
        gap: 0.75rem;
    }

    .about-value-card p {
        font-size: 0.72rem;
    }
}

/* ===========================
   Policy / RSC Page
   =========================== */

.policy-page {
    background: #fff;
}

/* Hero */
.policy-hero {
    background: var(--primary-black);
    color: var(--primary-white);
    position: relative;
    text-align: center;
}

.policy-hero__banner {
    width: 100%;
    overflow: hidden;
}

.policy-hero__banner img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.policy-hero__inner {
    padding: 1.5rem 4rem 1.8rem;
}

.policy-hero__title {
    font-family: var(--font-main);
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

/* Anchor Navigation */
.policy-nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding: 1rem 2rem;
    border-bottom: 1px solid var(--border-color);
    background: #fff;
}

.policy-nav__link {
    font-family: var(--font-main);
    font-size: 0.8rem;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}

.policy-nav__link:hover {
    color: var(--primary-black);
}

/* Section Group */
.policy-group {
    padding: 4rem 0 2rem;
    border-bottom: 1px solid #eee;
}

.policy-group:last-child {
    border-bottom: none;
}

.policy-group__title {
    font-family: var(--font-main);
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 0 1.5rem;
    color: var(--primary-black);
}

/* Pill Sub-Nav */
.policy-subnav {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 2.5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}

.policy-pill {
    padding: 0.5rem 1.2rem;
    border: 1.5px solid #ccc;
    border-radius: 30px;
    background: #fff;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.72rem;
    font-weight: 500;
    color: #666;
    letter-spacing: 0.02em;
    transition: all 0.2s;
}

.policy-pill:hover {
    border-color: #999;
    color: #333;
}

.policy-pill.active {
    background: var(--primary-black);
    border-color: var(--primary-black);
    color: var(--primary-white);
}

/* Sub-section panels */
.policy-sub {
    display: none;
}

.policy-sub.active {
    display: block;
}

/* Two-column image + text block */
.policy-block {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 1200px;
    margin: 0 auto;
}

.policy-block--img-right {
    flex-direction: row;
}

.policy-block--img-left {
    flex-direction: row;
}

.policy-block__image {
    flex: 0 0 45%;
    max-width: 45%;
    overflow: hidden;
}

.policy-block__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.policy-block__text {
    flex: 1;
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.policy-block__text p {
    font-size: 0.88rem;
    line-height: 1.8;
    color: #444;
    margin: 0 0 1rem;
}

.policy-block__text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-block__text ul li {
    position: relative;
    padding: 0.45rem 0 0.45rem 1.2rem;
    font-size: 0.85rem;
    line-height: 1.7;
    color: #444;
}

.policy-block__text ul li::before {
    content: '\2022';
    position: absolute;
    left: 0;
    color: var(--primary-black);
    font-weight: 700;
}

/* Card / footer quote */
.policy-card {
    max-width: 900px;
    margin: 2.5rem auto;
    padding: 2rem 2.5rem;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
}

.policy-card p {
    font-size: 0.85rem;
    line-height: 1.8;
    color: #555;
    margin: 0;
}

/* Policy Responsive */
@media (max-width: 768px) {
    .policy-hero__inner {
        padding: 1rem 1.5rem 1.2rem;
    }

    .policy-hero__title {
        font-size: 0.95rem;
    }

    .policy-nav {
        gap: 1.5rem;
        padding: 0.75rem 1rem;
    }

    .policy-nav__link {
        font-size: 0.72rem;
    }

    .policy-group {
        padding: 2.5rem 0 1.5rem;
    }

    .policy-group__title {
        font-size: 1.2rem;
    }

    .policy-subnav {
        gap: 0.4rem;
        margin-bottom: 1.5rem;
    }

    .policy-pill {
        font-size: 0.65rem;
        padding: 0.4rem 0.9rem;
    }

    .policy-block {
        flex-direction: column !important;
    }

    .policy-block__image {
        flex: none;
        max-width: 100%;
        height: 250px;
    }

    .policy-block__text {
        padding: 1.5rem;
    }

    .policy-card {
        margin: 1.5rem 1rem;
        padding: 1.5rem;
    }
}

/* Buy Button Styles */
.product-buy-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 0 solid var(--border-color);
    text-align: left;
}

.buy-button {
    display: inline-block;
    padding: 0.75rem 2rem;
    background: var(--primary-black);
    color: var(--primary-white);
    text-decoration: none;
    font-family: var(--font-main);
    font-size: 0.95rem;
    font-weight: 600;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s, transform 0.1s;
    text-align: center;
}

.buy-button:hover {
    background: #333;
    transform: translateY(-1px);
}

.buy-button:active {
    transform: translateY(0);
}

/* ===========================
   Mobile Hamburger & Drawer
   =========================== */

.mobile-hamburger,
.mobile-overlay,
.mobile-drawer {
    display: none;
}

@media (max-width: 960px) {

    /* Hamburger Button */
    .mobile-hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        position: fixed;
        top: 18px;
        left: 16px;
        z-index: 1100;
        background: none;
        border: none;
        cursor: pointer;
        padding: 6px;
        width: 36px;
        height: 36px;
    }

    .mobile-hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: var(--primary-black);
        border-radius: 2px;
        transition: transform 0.3s, opacity 0.3s;
    }

    /* Overlay */
    .mobile-overlay {
        display: none;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        z-index: 1200;
        opacity: 0;
        transition: opacity 0.3s;
    }

    .mobile-overlay.open {
        display: block;
        opacity: 1;
    }

    /* Drawer */
    .mobile-drawer {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        width: 300px;
        max-width: 85vw;
        background: #fff;
        z-index: 1300;
        transform: translateX(-100%);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        box-shadow: 4px 0 24px rgba(0, 0, 0, 0.15);
    }

    .mobile-drawer.open {
        transform: translateX(0);
    }

    /* Close Button */
    .mobile-drawer__close {
        position: absolute;
        top: 10px;
        right: 12px;
        background: none;
        border: none;
        font-size: 1.8rem;
        cursor: pointer;
        color: #333;
        line-height: 1;
        padding: 4px 8px;
    }

    /* Drawer Search */
    .mobile-drawer__search {
        padding: 1.2rem 1.2rem 0.8rem;
        border-bottom: 1px solid #eee;
    }

    .mobile-drawer__search .search-form {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc;
    }

    .mobile-drawer__search .search-field {
        width: 100%;
        padding: 8px 0;
        border: none;
        outline: none;
        font-size: 0.9rem;
        color: #666;
        font-family: var(--font-main);
    }

    .mobile-drawer__search .search-submit {
        background: transparent;
        border: none;
        cursor: pointer;
        font-size: 1.1rem;
        color: #333;
    }

    /* Drawer Icons */
    .mobile-drawer__icons {
        display: flex;
        align-items: center;
        gap: 0.6rem;
        padding: 1rem 1.2rem;
        border-bottom: 1px solid #eee;
        flex-wrap: wrap;
    }

    .mobile-drawer__icons .social-link {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .mobile-drawer__icons .nav-crystalbaby img {
        height: 30px;
    }

    /* Drawer Nav Sections */
    .mobile-drawer__heading {
        font-family: var(--font-main);
        font-size: 0.7rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: #999;
        margin: 0;
        padding: 1rem 1.2rem 0.4rem;
    }

    .mobile-drawer__nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-drawer__nav li {
        border-bottom: 1px solid #f0f0f0;
    }

    .mobile-drawer__nav li.menu-delimiter {
        display: none;
    }

    .mobile-drawer__nav a {
        display: block;
        padding: 0.7rem 1.2rem;
        font-family: var(--font-main);
        font-size: 0.88rem;
        font-weight: 400;
        color: #222;
        text-decoration: none;
        transition: background 0.15s;
    }

    .mobile-drawer__nav a:hover {
        background: #f5f5f5;
    }

    .mobile-drawer__nav li.active a {
        font-weight: 700;
        color: var(--primary-black);
    }

    .mobile-drawer__nav--black {
        border-bottom: 1px solid #eee;
    }

    .mobile-drawer__nav--black a {
        font-weight: 500;
        text-transform: uppercase;
        font-size: 0.82rem;
        letter-spacing: 0.04em;
    }

    /* Hide desktop elements */
    .search-bar,
    .header-icons,
    .nav-black,
    .nav-white {
        display: none !important;
    }

    /* Adjust header-main for mobile */
    .header-main {
        padding: 1rem 1rem 1rem 3.2rem;
        justify-content: center;
    }

    .logo img {
        height: 40px;
    }
}