* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #282c3f;
    background: #fff;
    line-height: 1.5;
}

a {
    color: inherit;
    text-decoration: none;
}

.container {
    width: min(1340px, 94%);
    margin: auto;
}

.announcement {
    background: #fff0f4;
    color: #c2185b;
    text-align: center;
    padding: 8px;
    font-size: 12px;
    font-weight: 700;
}

.site-header {
    border-bottom: 1px solid #eaeaec;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 20;
}

.header-inner {
    min-height: 80px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    font-size: 25px;
    font-weight: 800;
    letter-spacing: 0;
}

.brand img {
    max-height: 55px;
    width: auto;
}

.primary-nav {
    flex: 1;
    align-self: stretch;
}

.primary-nav>ul {
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 28px;
    align-items: center;
}

.primary-nav>ul>li {
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 3px solid transparent;
}

.primary-nav>ul>li:hover,
.primary-nav>ul>li:focus-within {
    border-color: #ff3f6c;
}

.primary-nav>ul>li>a {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.primary-nav li {
    list-style: none;
}

.mega-menu-panel {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: min(1120px, 94vw);
    padding: 26px 30px 30px;
    background: #fff;
    border: 1px solid #eaeaec;
    border-top: 0;
    box-shadow: 0 8px 18px rgba(40, 44, 63, 0.12);
}

.primary-nav>ul>li:hover>.mega-menu-panel,
.primary-nav>ul>li:focus-within>.mega-menu-panel {
    display: block;
}

.mega-menu-columns {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.mega-menu-group {
    min-width: 0;
}

.mega-menu-heading {
    color: #ff3f6c;
    font-size: 13px;
    margin: 0 0 10px;
    font-weight: 800;
}

.mega-menu-links {
    margin: 0;
    padding: 0;
}

.mega-menu-links li {
    padding: 3px 0;
}

.mega-menu-links a {
    color: #5b5f73;
    font-size: 13px;
}

.mega-menu-links a:hover {
    color: #282c3f;
    font-weight: 700;
}

.header-actions {
    display: flex;
    gap: 18px;
    align-items: center;
}

.cart-count {
    display: inline-flex;
    min-width: 18px;
    height: 18px;
    border-radius: 20px;
    align-items: center;
    justify-content: center;
    background: #ff3f6c;
    color: #fff;
    font-size: 10px;
}

.menu-toggle,
.mobile-nav {
    display: none;
}

.hero {
    min-height: 600px;
    background: linear-gradient(110deg, #eee, #d9d3ca);
    display: flex;
    align-items: center;
}

.hero-content {
    padding: 90px 0;
}

.eyebrow {
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.hero h1 {
    font-size: clamp(48px, 7vw, 90px);
    line-height: 0.95;
    margin: 15px 0;
}

.hero p {
    max-width: 450px;
}

.button {
    display: inline-block;
    padding: 14px 24px;
    background: #282c3f;
    color: #fff;
    border-radius: 2px;
    margin-top: 15px;
}

.button-dark {
    background: #fff;
    color: #282c3f;
}

.section {
    padding: 80px 0;
}

.section-soft {
    background: #f7f6f3;
}

.section-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 28px;
}

.section-head h2 {
    font-size: 32px;
    margin: 0;
}

.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.category-card {
    position: relative;
    aspect-ratio: 1/1;
    overflow: hidden;
    background: #eee;
}

.category-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-card span {
    position: absolute;
    bottom: 18px;
    left: 18px;
    background: #fff;
    padding: 10px 16px;
    font-weight: 700;
}

.placeholder {
    width: 100%;
    height: 100%;
    background: #ddd;
}

.promo {
    margin-top: 70px;
    min-height: 360px;
    background: linear-gradient(100deg, #222, #555);
    color: #fff;
    display: flex;
    align-items: center;
    padding: 50px;
}

.promo h2 {
    font-size: 48px;
    margin: 8px 0;
}

.benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.benefits div {
    padding: 30px;
    border-right: 1px solid #ddd;
}

.benefits div:last-child {
    border: 0;
}

.benefits b,
.benefits span {
    display: block;
}

.benefits span {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}

.site-footer {
    background: #f3f2ee;
    margin-top: 80px;
    padding-top: 60px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.5fr;
    gap: 40px;
    padding-bottom: 50px;
}

.footer-grid ul {
    display: block;
    list-style: none;
    padding: 0;
}

.footer-grid li {
    margin-bottom: 8px;
}

.newsletter {
    display: flex;
}

.newsletter input {
    min-width: 0;
    flex: 1;
    padding: 12px;
    border: 1px solid #ccc;
}

.newsletter button {
    padding: 12px 18px;
    background: #282c3f;
    color: #fff;
    border: 0;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #ddd;
    padding: 20px;
    font-size: 12px;
}

.wc-main {
    padding: 40px 0 60px;
}

.shop-header {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #eaeaec;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.shop-header h1 {
    margin: 0;
    font-size: 32px;
}

.shop-header-tools {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    color: #5b5f73;
}

.woocommerce-ordering {
    margin: 0 !important;
}

.woocommerce-ordering select {
    border: 1px solid #d4d5d9;
    background: #fff;
    padding: 9px 30px 9px 10px;
    color: #282c3f;
}

.shop-layout {
    display: grid;
    grid-template-columns: 252px minmax(0, 1fr);
    gap: 28px;
}

.shop-sidebar {
    border-right: 1px solid #eaeaec;
}

.shop-filters {
    padding: 18px 24px 24px 0;
}

.filter-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 14px;
}

.filter-title-row h2 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.filter-title-row a {
    font-size: 12px;
    color: #ff3f6c;
    font-weight: 800;
    text-transform: uppercase;
}

.filter-group {
    border-top: 1px solid #eaeaec;
    padding: 16px 0;
}

.filter-group summary {
    cursor: pointer;
    list-style: none;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.filter-group summary::-webkit-details-marker {
    display: none;
}

.filter-group summary::after {
    content: "+";
    float: right;
    font-size: 18px;
    font-weight: 400;
}

.filter-group[open] summary::after {
    content: "-";
}

.filter-options {
    display: grid;
    gap: 9px;
    padding-top: 14px;
}

.filter-option {
    display: grid;
    grid-template-columns: 16px 1fr auto;
    align-items: center;
    gap: 8px;
    color: #5b5f73;
    font-size: 13px;
    cursor: pointer;
}

.filter-option input {
    width: 15px;
    height: 15px;
    accent-color: #ff3f6c;
    margin: 0;
}

.filter-option small {
    font-size: 11px;
    color: #94969f;
}

.filter-colors .filter-option span::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 7px;
    background: currentColor;
    vertical-align: middle;
}

.price-inputs {
    display: grid;
    grid-template-columns: 1fr 12px 1fr;
    align-items: center;
    gap: 7px;
    padding-top: 14px;
}

.price-inputs input {
    width: 100%;
    border: 1px solid #d4d5d9;
    padding: 9px;
    min-width: 0;
}

.filter-apply {
    width: 100%;
    background: #ff3f6c;
    border: 0;
    color: #fff;
    padding: 12px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.shop-products {
    padding-top: 24px;
}

.shop-products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0 !important;
}

.product-card {
    list-style: none !important;
    margin: 0 !important;
}

.product-image {
    display: block;
    position: relative;
    background: #f4f4f4;
    aspect-ratio: 3/4;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 !important;
}

.sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #282c3f;
    color: #fff;
    font-size: 10px;
    padding: 6px 9px;
}

.product-info h2 {
    font-size: 14px;
    margin: 12px 0 5px;
}

.price {
    font-size: 14px;
}

.quick-add a {
    font-size: 12px;
    margin-top: 8px;
    display: inline-block;
    text-decoration: underline;
}

.single-product-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 60px;
}

.product-gallery .woocommerce-product-gallery {
    width: 100% !important;
}

.product-summary {
    padding-top: 20px;
}

.product-summary .product_title {
    font-size: 40px;
}

.product-summary .price {
    font-size: 24px;
    margin: 15px 0;
}

.product-summary form.cart {
    display: flex;
    gap: 10px;
}

.product-summary form.cart .button {
    margin: 0;
}

.page-content {
    padding: 70px 0;
    min-height: 400px;
}

.empty-state {
    text-align: center;
    padding: 120px 0;
}

.search-form {
    display: flex;
    max-width: 500px;
}

.search-form input {
    flex: 1;
    padding: 13px;
}

.search-form button {
    padding: 13px 20px;
}

.post-card {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

@media (max-width: 900px) {
    .primary-nav {
        display: none;
    }

    .menu-toggle {
        display: block;
        background: none;
        border: 0;
        font-size: 22px;
    }

    .header-inner {
        gap: 16px;
    }

    .mobile-nav {
        display: none;
        padding: 15px 4%;
        border-bottom: 1px solid #eee;
    }

    .mobile-nav.open {
        display: block;
    }

    .mobile-nav ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .mobile-nav li {
        padding: 10px 0;
    }

    .mobile-nav .sub-menu {
        padding-left: 16px;
    }

    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .shop-layout {
        grid-template-columns: 1fr;
    }

    .shop-sidebar {
        border-right: 0;
        border-bottom: 1px solid #eaeaec;
    }

    .shop-filters {
        padding-right: 0;
    }

    .shop-products ul.products {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .single-product-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .benefits {
        grid-template-columns: 1fr;
    }

    .benefits div {
        border-right: 0;
        border-bottom: 1px solid #ddd;
    }

    .hero {
        min-height: 520px;
    }
}

@media (max-width: 560px) {
    .header-inner {
        min-height: 64px;
    }

    .brand {
        font-size: 21px;
    }

    .header-actions {
        gap: 10px;
    }

    .hero-content {
        padding: 60px 0;
    }

    .hero h1 {
        font-size: 52px;
    }

    .section {
        padding: 55px 0;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

    .promo {
        margin-top: 40px;
        padding: 35px;
        min-height: 300px;
    }

    .promo h2 {
        font-size: 36px;
    }

    .shop-header {
        display: block;
    }

    .shop-header h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .shop-header-tools {
        justify-content: space-between;
    }

    .shop-products ul.products {
        gap: 14px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .single-product-layout {
        gap: 10px;
    }

    .product-summary .product_title {
        font-size: 30px;
    }
}