@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&display=swap");

:root {
    --ts-bg: #f6f2eb;
    --ts-surface: #ffffff;
    --ts-surface-soft: #fbf8f3;
    --ts-ink: #1f1812;
    --ts-ink-soft: #5b4c3f;
    --ts-accent: #8b3f26;
    --ts-accent-deep: #5a2518;
    --ts-accent-soft: #f2dfd2;
    --ts-line: #dfd2c0;
    --ts-shadow: 0 18px 48px rgba(31, 24, 18, 0.12);
    --ts-radius-xl: 28px;
    --ts-radius-lg: 20px;
    --ts-radius-md: 14px;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
    color: var(--ts-ink);
    background:
        radial-gradient(1300px 620px at 92% -14%, #e8d8c2 0%, transparent 56%),
        radial-gradient(900px 420px at -6% 30%, #f1e7d7 0%, transparent 63%),
        linear-gradient(180deg, #f8f4ee 0%, #f3ece2 45%, #f7f2ea 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    background-image:
        radial-gradient(circle at 1px 1px, rgba(53, 35, 26, 0.14) 1px, transparent 1px);
    background-size: 26px 26px;
    opacity: 0.12;
    pointer-events: none;
    z-index: -1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Cormorant Garamond", Georgia, serif;
    color: var(--ts-ink);
    letter-spacing: 0.01em;
}

p,
li,
a,
span,
button,
input {
    font-family: "Manrope", "Segoe UI", Tahoma, sans-serif;
}

.container {
    max-width: 1240px;
    margin-inline: auto;
    padding-inline: clamp(16px, 2vw, 28px);
}

.announcement-bar {
    background: #2b211a !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.announcement-bar .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.announcement-bar a,
.announcement-bar p,
.announcement-bar span {
    color: #f7efe5 !important;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

header {
    position: relative;
    z-index: 70;
    background: linear-gradient(180deg, #f8efe3 0%, #f3e7d8 100%);
    border-bottom: 1px solid #ccb89f;
}

header .container[data-design-type="two"] {
    gap: 14px;
    min-height: 82px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav-trigger.nav-icon-wrapper {
    border: 1px solid #cdb89d;
    border-radius: 10px;
    background: #fffaf4;
    width: 42px;
    height: 42px;
}

.nav-icon span {
    background: #3f2e21 !important;
}

.site-logo a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #2c2018 0%, #4a3428 100%);
    border: 1px solid #5d4639;
    border-radius: 12px;
    padding: 8px 14px;
    box-shadow: 0 8px 20px rgba(49, 34, 24, 0.2);
}

.site-logo img {
    max-height: 48px;
    width: auto;
}

.header-search-bar {
    width: min(100%, 520px);
}

.header-search-bar form {
    display: flex !important;
    align-items: stretch;
    gap: 8px;
}

.header-search-bar .ekmps-search-field {
    flex: 1 1 auto;
    min-width: 0;
    height: 44px;
    padding: 0 14px !important;
}

.header-search-bar input {
    border-radius: 10px !important;
    border: 1px solid #d8c8b3 !important;
    background: #fff !important;
    box-shadow: none;
    font-size: 1.35rem;
    color: #2f241c !important;
}

.header-search-bar input:focus {
    outline: none;
    border-color: #8b3f26 !important;
    box-shadow: 0 0 0 2px rgba(139, 63, 38, 0.16);
}

.header-search-bar form .ekmps-search-button {
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    border-radius: 10px !important;
    border: 1px solid #7e3520 !important;
    background: linear-gradient(135deg, #8b3f26, #6b2d1b) !important;
    box-shadow: 0 6px 14px rgba(93, 42, 25, 0.24);
}

.header-search-bar form .ekmps-search-button:hover {
    filter: brightness(1.05);
}

.header-search-bar .ekmps-search-button svg path {
    fill: #fff !important;
}

.main_nav {
    background: #221c18 !important;
    border-bottom: 0;
}

.main_nav .container {
    padding-top: 0;
    padding-bottom: 0;
}

.primary-nav {
    flex-wrap: nowrap;
    gap: 0;
}

.primary-nav > li {
    position: relative;
    border: 0;
    border-radius: 0;
    background: transparent;
    transition: background-color 0.2s ease;
}

.primary-nav > li:hover {
    transform: none;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.09);
}

.primary-nav > li > .flex {
    min-height: 52px;
    padding: 0 16px;
    align-items: center;
}

.primary-nav > li > .flex > p,
.primary-nav > li > .flex > a {
    color: #f8efe3 !important;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.primary-nav > li svg path {
    fill: #f8efe3 !important;
}

.subnav-grid-wrapper {
    border: 1px solid #d7c6af;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(37, 28, 20, 0.2);
    overflow: hidden;
}

.subnav-grid-wrapper .container {
    padding: 20px;
}

.subnav-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(150px, 1fr));
    gap: 12px 24px !important;
}

.subnav-grid a {
    color: #3e2e23;
    font-size: 1.36rem;
    font-weight: 600;
    transition: color 0.2s ease;
}

.subnav-grid a:hover {
    color: #8b3f26;
}

.theme-btn,
.quickview-btn,
.shop-btn,
.mobile-filter-trigger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 999px !important;
    border: none !important;
    background: linear-gradient(135deg, var(--ts-accent), var(--ts-accent-deep)) !important;
    color: #fff !important;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 12px 24px !important;
    box-shadow: 0 10px 20px rgba(99, 45, 28, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.theme-btn:hover,
.quickview-btn:hover,
.shop-btn:hover,
.mobile-filter-trigger:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    box-shadow: 0 14px 24px rgba(99, 45, 28, 0.3);
}

#ekm-image-banner .main-banner-block {
    position: relative;
    min-height: clamp(360px, 55vh, 620px) !important;
    border-radius: var(--ts-radius-xl);
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0 26px 56px rgba(25, 18, 13, 0.25);
}

#ekm-image-banner .main-banner-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(14, 10, 8, 0.65), rgba(37, 27, 21, 0.24) 62%, rgba(37, 27, 21, 0.08));
    z-index: 1;
}

#ekm-image-banner .main-banner-block .main-banner-block__overlay {
    display: none !important;
}

#ekm-image-banner .main-banner-block .container {
    position: relative;
    z-index: 2;
    padding: clamp(22px, 4vw, 46px);
}

#ekm-image-banner h1 {
    font-size: clamp(4rem, 7vw, 8.2rem) !important;
    line-height: 0.94;
    margin-bottom: 16px;
    color: #fff4e6 !important;
}

#ekm-image-banner .main-banner-block p {
    max-width: 60ch;
    font-size: clamp(1.6rem, 1.9vw, 2rem);
    color: #f7ecde !important;
}

.ekm-promo-3up {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
    margin-bottom: 42px;
}

.ekm-promo-3up .promo-box-wrapper {
    position: relative;
    min-height: 280px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--ts-shadow);
    padding: 26px;
}

.ekm-promo-3up .promo-box-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 8, 7, 0.14), rgba(8, 7, 6, 0.7));
    pointer-events: none;
}

.ekm-promo-3up .promo-box-wrapper h2,
.ekm-promo-3up .promo-box-wrapper p,
.ekm-promo-3up .promo-box-wrapper a {
    position: relative;
    z-index: 1;
}

.ekm-promo-3up .promo-box-wrapper h2 {
    color: #fff2df !important;
    font-size: clamp(2.8rem, 2.5vw, 3.6rem);
    margin-bottom: 16px;
}

.ekm-promo-3up .promo-box-wrapper .theme-btn {
    margin-top: auto;
}

.breadcrumb,
.ekmps-location {
    font-size: 1.35rem;
    color: var(--ts-ink-soft);
}

.breadcrumb a,
.ekmps-location a {
    color: var(--ts-accent-deep);
    font-weight: 600;
}

.category-main .product-item-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
}

.category-main .product-item-grid > tr,
.category-main .product-item-grid > tr > td {
    display: contents;
}

.aerial-product-item,
.aerial-product-item__list {
    background: var(--ts-surface);
    border: 1px solid var(--ts-line);
    border-radius: var(--ts-radius-lg);
    padding: 12px;
    box-shadow: 0 8px 22px rgba(21, 14, 10, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.aerial-product-item:hover,
.aerial-product-item__list:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(21, 14, 10, 0.14);
}

.aerial-product-item_header {
    border-radius: 16px;
    overflow: hidden;
    background: #efe7db;
}

.aerial-product-item_header img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.aerial-product-item:hover .aerial-product-item_header img,
.aerial-product-item__list:hover .aerial-product-item_header img {
    transform: scale(1.04);
}

.product-name a {
    color: var(--ts-ink) !important;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 2.7rem !important;
    font-weight: 600 !important;
    line-height: 1.05;
}

.product-name a:hover {
    color: var(--ts-accent-deep) !important;
}

.product-name a[href*="goose"],
.product-name a[href*="duck"] {
    color: #53712d !important;
}

.stock-indicator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 9px;
    margin: 8px 0;
    line-height: 1.2;
    border-radius: 999px;
    background: #edf5ef;
    color: #2f6f3f;
    font-size: 1.05rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.aerial-product-item_price,
.price_list p:last-child {
    color: var(--ts-accent-deep);
    font-size: 2.3rem !important;
    font-weight: 700 !important;
}

.quickview-btn-wrapper {
    margin-top: 12px;
}

.quickview-btn {
    width: 100%;
    padding: 11px 12px !important;
}

.category-side-menu .product-page-block,
.sidebar-filters,
.category-filter-block {
    background: var(--ts-surface);
    border: 1px solid var(--ts-line);
    border-radius: var(--ts-radius-lg);
    box-shadow: 0 8px 24px rgba(21, 14, 10, 0.08);
}

.product-page-wrapper > .container:nth-of-type(2) {
    display: grid;
    gap: 24px;
}

@media (min-width: 1024px) {
    .product-page-wrapper > .container:nth-of-type(2) {
        grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
        align-items: start;
    }

    .product-page-wrapper .image-block,
    .product-page-wrapper .description-block,
    .product-page-wrapper .delivery-block {
        grid-column: 1;
    }

    .product-page-wrapper .product-details {
        grid-column: 2;
        position: sticky;
        top: 124px;
    }
}

.product-page-block {
    background: var(--ts-surface);
    border: 1px solid var(--ts-line);
    border-radius: 24px;
    box-shadow: 0 10px 28px rgba(21, 14, 10, 0.08);
    padding: 22px;
}

.product-page-block.image-block {
    padding: 14px;
}

.product-image-grid .main-image {
    border-radius: 18px;
    overflow: hidden;
}

.product-image-grid .main-image img {
    width: 100%;
    object-fit: cover;
}

.product-details h1 span {
    font-size: clamp(3.4rem, 4.4vw, 5.6rem);
    line-height: 0.95;
}

.product-page-stock.info {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #ebf7ed;
    color: #1c7a38;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.product-price-wrapper {
    margin-bottom: 8px;
}

.product-price-wrapper p:last-child {
    margin-top: 8px;
}

.product-price-wrapper #_EKM_PRODUCTPRICE {
    font-size: clamp(2.7rem, 3vw, 3.6rem);
    font-weight: 700;
    color: var(--ts-accent-deep);
}

.how-to-order-inline {
    margin-top: 18px;
    background: linear-gradient(180deg, #f9f4ec 0%, #f2e7d6 100%);
    border: 1px solid #d6c4ac;
    border-radius: 18px;
    padding: 20px;
}

.how-to-order-inline h3 {
    font-size: 3.1rem;
    margin: 0 0 10px;
}

.how-to-order-inline p {
    margin: 0 0 10px;
    font-size: 1.45rem;
    color: var(--ts-ink-soft);
}

.how-to-order-inline ul {
    margin: 0;
    padding-left: 20px;
    display: grid;
    gap: 8px;
}

.how-to-order-inline li {
    font-size: 1.4rem;
}

.how-to-order-inline a {
    color: var(--ts-accent-deep);
    font-weight: 700;
}

footer {
    margin-top: 48px;
    background: linear-gradient(135deg, #2b1d14, #1e1510);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 18px;
    padding-top: 34px;
    padding-bottom: 34px;
}

footer .footer-block {
    border: 1px solid rgba(248, 226, 201, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.03);
    padding: 18px;
}

footer .footer-block h4 {
    color: #fff0dc !important;
    font-size: 2.8rem !important;
    margin-bottom: 10px;
}

footer .footer-contact-upgraded h4 {
    font-size: 3.4rem !important;
    margin-bottom: 14px;
}

footer .footer-contact-upgraded p {
    font-size: 1.42rem;
    line-height: 1.6;
    margin-bottom: 12px;
}

.footer-contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.footer-contact-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
}

.footer-contact-list .contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 28px;
    height: 28px;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14);
    color: transparent;
    font-size: 0;
    flex: 0 0 28px;
}

.footer-contact-list .contact-icon::before {
    content: "";
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
}

.footer-contact-list .contact-icon--phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFF4E3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.86 19.86 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.34 1.78.65 2.62a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.46-1.22a2 2 0 0 1 2.11-.45c.84.31 1.72.53 2.62.65A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.footer-contact-list .contact-icon--mail::after {
    content: none;
}

.footer-contact-list .contact-icon--mail::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFF4E3' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2' ry='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.footer-contact-list .contact-icon--facebook::before {
    content: "f";
    width: auto;
    height: auto;
    background-image: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #fff4e3;
    transform: translateY(0.5px);
}

footer p,
footer li,
footer span,
footer a {
    color: #f6e8d7 !important;
    font-size: 1.32rem;
}

footer a:hover {
    color: #fff9f1 !important;
}

.copyright-bar {
    background: #25160f !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@keyframes ts-fade-up {
    from {
        opacity: 0;
        transform: translateY(22px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#ekm-image-banner .main-banner-block,
.ekm-promo-3up .promo-box-wrapper,
.aerial-product-item,
.product-page-wrapper .product-page-block,
footer .footer-block {
    animation: ts-fade-up 0.8s ease both;
}

.ekm-promo-3up .promo-box-wrapper:nth-child(2),
.aerial-product-item:nth-child(2n),
footer .footer-block:nth-child(2n) {
    animation-delay: 0.08s;
}

.ekm-promo-3up .promo-box-wrapper:nth-child(3),
.aerial-product-item:nth-child(3n),
footer .footer-block:nth-child(3n) {
    animation-delay: 0.16s;
}

@media (max-width: 1200px) {
    .subnav-grid {
        grid-template-columns: repeat(2, minmax(130px, 1fr));
    }
}

@media (max-width: 1023px) {
    header .container[data-design-type="two"] {
        min-height: 72px;
        gap: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .site-logo a {
        padding: 6px 10px;
        border-radius: 10px;
    }

    .site-logo img {
        max-height: 40px;
    }

    .header-search-bar {
        width: 100%;
    }

    .header-search-bar .ekmps-search-field {
        height: 40px;
        font-size: 1.3rem;
    }

    .header-search-bar form .ekmps-search-button {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

    .main_nav .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .primary-nav {
        gap: 0;
    }

    .primary-nav > li {
        width: 100%;
        border-radius: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    .primary-nav > li > .flex {
        min-height: 50px;
        padding: 0 14px;
    }

    .subnav-grid-wrapper {
        margin-top: 0;
        border-radius: 0;
    }

    .subnav-grid {
        grid-template-columns: 1fr;
    }

    .ekm-promo-3up {
        grid-template-columns: 1fr;
    }

    #ekm-image-banner .main-banner-block {
        border-radius: 20px;
    }

    #ekm-image-banner h1 {
        font-size: clamp(3.3rem, 10vw, 5.1rem) !important;
    }

    .product-page-block {
        border-radius: 18px;
        padding: 16px;
    }

    .product-page-wrapper .product-details {
        position: static;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }
}
