:root{
    --zm-ink:#251719;
    --zm-wine:#6f2d3b;
    --zm-clay:#b86b4b;
    --zm-paper:#f7f1ea;
    --zm-cream:#fffaf6;
    --zm-mist:#e4ece8;
    --zm-line:#eaded5;
    --zm-muted:#6b5b55;
}

body.source-homepage{
    background:#fff !important;
}

.source-home{
    min-height:calc(100vh - 88px);
    background:#fff;
    padding-top:92px;
}

.source-home-promo{
    padding:58px 0 68px;
}

.source-home-inner{
    min-height:calc(100vh - 250px);
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
    gap:24px;
}

.source-home h1{
    margin:0;
    font-family:"Cormorant Garamond", "Playfair Display", Georgia, serif;
    font-size:76px;
    line-height:1.08;
    font-weight:600;
    color:#111 !important;
}

.source-home-button{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:13px 24px;
    border:1px solid #e7e2dc;
    border-radius:999px;
    background:#fff;
    color:#334155 !important;
    text-decoration:none;
    font-size:15px;
    font-weight:600;
    box-shadow:0 14px 34px rgba(20,20,20,.06);
    transition:background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.source-home-button:hover{
    background:#f4f4f4;
    color:#111 !important;
    transform:translateY(-1px);
    box-shadow:0 18px 42px rgba(20,20,20,.09);
}

.source-home-image{
    width:min(380px, 78vw);
    height:auto;
    display:block;
    border-radius:8px;
}

.source-homepage .artist-benefits,
.source-homepage .artist-products,
.source-homepage .artist-story,
.source-homepage .artist-courses-preview,
.source-homepage .artist-gallery{
    display:none !important;
}

.zm-content-page{
    background:#fffaf6;
}

.zm-content-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-bottom:70px;
}

.zm-content-item{
    display:flex;
    flex-direction:column;
    gap:14px;
    min-height:170px;
    padding:24px;
    border:1px solid #eaded5;
    border-radius:8px;
    background:#fff;
    box-shadow:0 16px 40px rgba(37,23,25,.08);
}

.zm-content-image{
    width:100%;
    aspect-ratio:4 / 3;
    display:flex;
    align-items:center;
    justify-content:center;
    border:0;
    border-radius:8px;
    overflow:hidden;
    background:#f7f1ea;
    padding:0;
    cursor:zoom-in;
}

.zm-content-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.zm-content-item h2{
    margin:0 0 8px;
    font-size:28px;
    line-height:1.1;
}

.zm-content-item span{
    color:var(--zm-wine);
    font-size:14px;
    font-weight:800;
}

.zm-content-item p{
    margin:0;
    color:var(--zm-muted);
    line-height:1.7;
}

.zm-content-item a{
    display:inline-flex;
    align-items:center;
    gap:8px;
    width:max-content;
    margin-top:auto;
    color:var(--zm-wine);
    font-weight:800;
    text-decoration:none;
}

.zm-content-item a svg{
    width:16px;
    height:16px;
}

.header .menu{
    gap:18px !important;
}

.header .menu a{
    text-transform:none !important;
    letter-spacing:0 !important;
    font-size:14px !important;
    font-weight:600 !important;
    white-space:nowrap;
}

@media (max-width: 1180px){
    .header .menu{
        gap:12px !important;
    }

    .header .menu a{
        font-size:13px !important;
    }
}

@media (max-width: 900px){
    .source-home{
        padding-top:82px;
    }

    .source-home-promo{
        padding:42px 0 52px;
    }

    .source-home-inner{
        min-height:auto;
        gap:20px;
    }

    .source-home h1{
        font-size:48px;
    }

    .zm-content-list{
        grid-template-columns:1fr;
    }
}

body{
    background:var(--zm-cream);
    color:var(--zm-ink);
}

.header{
    background:rgba(255,250,246,.92) !important;
    border-bottom:1px solid rgba(234,222,213,.82);
    box-shadow:0 10px 34px rgba(37,23,25,.08) !important;
    backdrop-filter:blur(14px);
}

.header .menu a,
.header .icons,
.header .icon-button,
.header .search-box input,
.breadcrumbs,
.breadcrumbs a{
    color:var(--zm-ink) !important;
}

.header .icons svg,
.header .search-box svg{
    stroke:var(--zm-ink) !important;
}

.header .logo{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
}

.header .logo a{
    display:flex;
    align-items:center;
    background:transparent !important;
}

.header .logo img{
    width:auto !important;
    height:54px !important;
    max-width:72px !important;
    object-fit:contain !important;
    display:block;
    background:transparent !important;
}

.menu a:hover,
.icon-button:hover,
a:hover{
    color:var(--zm-wine) !important;
}

h1,h2,h3,h4,
.product-info h1,
.products-header h1,
.gift-voucher-copy h1,
.contact-hero h1,
.conditions-hero h1,
.favorites-hero h1,
.wishlist-hero h1,
.loyalty-copy h1{
    color:var(--zm-ink) !important;
}

p,
.product-body p,
.product-delivery,
.products-header p,
.gift-voucher-copy p,
.contact-hero p,
.conditions-hero p,
.favorites-hero p,
.wishlist-hero p,
.loyalty-copy p,
.reviews-summary p,
.reviews-legal{
    color:var(--zm-muted);
}

.product-delivery.is-in-stock{
    color:#16803a;
}

.product-delivery.is-out-of-stock,
.product-delivery.is-sold-out{
    color:#991b1b;
}

.sub,
.products-header span,
.price,
.card-price,
.filter-reset,
.pagination a,
.gift-voucher-label,
.gift-voucher-card strong,
.contact-card i,
.conditions-content h2,
.loyalty-status span,
.favorite-footer strong,
.wish-status,
.cart-related-name,
.cart-total strong,
.cart-item-price,
.checkout-summary strong,
.customer-page a{
    color:var(--zm-wine) !important;
}

.btn.primary,
.btn.secondary,
.filter-btn,
.product-footer button,
.add-cart,
.gift-voucher-actions button,
.gift-voucher-page button,
.favorites-content button,
.wishlist-form-card button,
.wish-bottom button,
.checkout-page button,
.customer-page button,
.cookie-actions button,
.cart-buttons a:last-child,
.cart-related-item button,
.pagination .active,
.product-badge,
.badge{
    background:var(--zm-wine) !important;
    border-color:var(--zm-wine) !important;
    color:#fff !important;
}

.btn.light,
.cart-buttons a:first-child,
.filter-reset{
    background:var(--zm-cream) !important;
    border:1px solid var(--zm-line) !important;
    color:var(--zm-ink) !important;
}

.products-page,
.product-page,
.gift-voucher-page,
.contact-page,
.conditions-page,
.favorites-content,
.wishlist-content,
.loyalty-page,
.checkout-page,
.customer-page{
    background:linear-gradient(180deg, var(--zm-paper) 0%, var(--zm-cream) 34%, #fff 100%) !important;
}

.filters,
.product-card,
.product-info,
.main-image,
.thumbs img,
.product-tabs,
.gift-voucher-card,
.gift-voucher-info,
.contact-card,
.conditions-content,
.favorite-card,
.wishlist-form-card,
.wish-card,
.loyalty-card,
.checkout-card,
.customer-card,
.cart-content,
.cart-related-item,
.cookie-box{
    border:1px solid var(--zm-line) !important;
    border-radius:8px !important;
    box-shadow:0 18px 46px rgba(37,23,25,.07) !important;
}

.product-card img,
.main-image,
.thumbs img,
.favorite-image,
.gift-voucher-art-placeholder,
.product-image-placeholder{
    background-color:var(--zm-paper) !important;
}

.product-card img,
.main-image img,
.favorite-image img{
    object-fit:cover;
}

input,
textarea,
select,
.quantity{
    border-color:var(--zm-line) !important;
    border-radius:8px !important;
}

input[type="checkbox"],
input[type="radio"]{
    accent-color:var(--zm-wine);
}

.dr-footer,
.dr-footer.artist-footer{
    background:var(--zm-ink) !important;
    color:var(--zm-paper) !important;
}

.dr-footer-brand p,
.dr-footer-items a,
.dr-footer-items span,
.dr-footer-bottom{
    color:rgba(247,241,234,.72) !important;
}

.dr-footer-items h4,
.dr-footer-brand p strong,
.footer-text-logo{
    color:#fffaf4 !important;
}

.dr-footer-items a:hover{
    color:#e7b997 !important;
}

.zm-find-grid{
    align-items:stretch;
}

.zm-find-card{
    padding:0 !important;
    overflow:hidden;
    background:#fff !important;
    display:flex;
    flex-direction:column;
}

.zm-find-media{
    width:100%;
    aspect-ratio:4 / 3;
    background-size:cover;
    background-position:center;
}

.course-preview{
    overflow:hidden;
    padding:0 !important;
}

.course-preview-media{
    aspect-ratio:16 / 10;
    background-size:cover;
    background-position:center;
    margin-bottom:18px;
}

.course-preview span,
.course-preview h3,
.course-preview p,
.course-preview strong{
    margin-left:22px;
    margin-right:22px;
}

.course-preview strong{
    display:block;
    padding-bottom:22px;
}

.zm-find-card h3{
    padding:20px 20px 8px;
}

.zm-find-card p{
    padding:0 20px 22px;
    margin:0;
    line-height:1.65;
}

.zm-catalog-visuals{
    display:grid;
    grid-template-columns:1.4fr .8fr .8fr;
    gap:18px;
    margin:-22px 0 44px;
}

.zm-catalog-visual{
    min-height:220px;
    border-radius:8px;
    background-size:cover;
    background-position:center;
    border:1px solid var(--zm-line);
    box-shadow:0 18px 46px rgba(37,23,25,.08);
}

.gift-voucher-art-placeholder{
    background-size:cover !important;
    background-position:center !important;
    position:relative;
    overflow:hidden;
}

.gift-voucher-art-placeholder::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, transparent 35%, rgba(37,23,25,.72));
}

.gift-voucher-art-placeholder span{
    position:relative;
    z-index:1;
}

.artist-gallery-grid{
    align-items:stretch;
}

.artist-gallery-item{
    appearance:none;
    border:1px solid var(--zm-line) !important;
    background:#fff !important;
    padding:10px;
    cursor:zoom-in;
    min-height:0 !important;
    aspect-ratio:4 / 3;
    display:flex;
    align-items:center;
    justify-content:center;
    overflow:hidden;
    transition:transform .2s ease, box-shadow .2s ease;
}

.artist-gallery-item:hover{
    transform:translateY(-3px);
    box-shadow:0 24px 64px rgba(37,23,25,.12) !important;
}

.artist-gallery-item img{
    width:100%;
    height:100%;
    object-fit:contain;
    display:block;
}

.zm-lightbox[hidden]{
    display:none;
}

.zm-lightbox{
    position:fixed;
    inset:0;
    z-index:100000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:28px;
}

.zm-lightbox__backdrop{
    position:absolute;
    inset:0;
    border:0;
    background:rgba(20,12,13,.88);
    cursor:zoom-out;
}

.zm-lightbox img{
    position:relative;
    z-index:1;
    max-width:min(94vw, 1280px);
    max-height:90vh;
    width:auto;
    height:auto;
    object-fit:contain;
    background:#fff;
    border-radius:8px;
    box-shadow:0 30px 90px rgba(0,0,0,.36);
}

.zm-lightbox__close{
    position:fixed;
    top:22px;
    right:22px;
    z-index:2;
    width:46px;
    height:46px;
    border:1px solid rgba(255,255,255,.28);
    border-radius:8px;
    background:rgba(255,255,255,.12);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}

.zm-lightbox__close svg{
    width:24px;
    height:24px;
}

body.zm-lightbox-open{
    overflow:hidden;
}

.products-page{
    padding:132px 0 86px !important;
    background:#fff !important;
}

.products-header{
    max-width:980px !important;
    margin:0 auto 42px !important;
    text-align:center;
}

.products-header span{
    margin-bottom:12px !important;
    letter-spacing:0 !important;
    text-transform:none !important;
    font-size:15px !important;
}

.products-header h1{
    font-size:64px !important;
    line-height:1 !important;
}

.products-header p{
    max-width:620px !important;
    font-size:17px !important;
}

.zm-category-strip{
    display:flex;
    align-items:flex-start;
    justify-content:center;
    gap:22px;
    flex-wrap:wrap;
    margin:0 0 42px;
}

.zm-category-strip a{
    width:118px;
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:10px;
    color:var(--zm-ink);
    text-align:center;
    text-decoration:none;
    transition:transform .18s ease, color .18s ease;
}

.zm-category-strip a:hover,
.zm-category-strip a.is-active{
    color:var(--zm-wine) !important;
    transform:translateY(-2px);
}

.zm-category-thumb{
    width:64px;
    height:64px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:8px;
    overflow:hidden;
    background:#f5f1ed;
    border:1px solid var(--zm-line);
}

.zm-category-thumb img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.zm-category-thumb-all{
    background:var(--zm-ink);
    color:#fff;
}

.zm-category-thumb-all svg{
    width:28px;
    height:28px;
}

.zm-category-strip strong{
    min-height:38px;
    display:flex;
    align-items:flex-start;
    justify-content:center;
    font-size:14px;
    line-height:1.25;
}

.shop-layout{
    display:block !important;
}

.products-content .product-grid{
    display:grid !important;
    grid-template-columns:repeat(4,minmax(0,1fr)) !important;
    gap:34px 28px !important;
    align-items:start !important;
}

.zm-product-card{
    border:0 !important;
    border-radius:0 !important;
    background:#fff !important;
    box-shadow:none !important;
    overflow:hidden !important;
}

.zm-product-card:hover{
    transform:none !important;
    box-shadow:none !important;
}

.zm-product-image{
    display:flex !important;
    align-items:center;
    justify-content:center;
    width:100%;
    height:310px;
    min-height:310px;
    background:#fff;
    overflow:hidden;
    border:0 !important;
    border-radius:0 !important;
}

.zm-product-card .zm-product-image img{
    width:auto !important;
    height:auto !important;
    max-width:100% !important;
    max-height:100% !important;
    padding:0 !important;
    object-fit:contain !important;
    background:#fff !important;
    border-radius:0 !important;
    display:block !important;
    margin:auto !important;
}

.zm-product-card .favorite-btn{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(37,23,25,.08);
    box-shadow:0 10px 24px rgba(37,23,25,.12);
}

.zm-product-card .product-body{
    padding:18px 0 0 !important;
}

.zm-product-title{
    min-height:56px;
    margin:0 0 12px !important;
    font-family:"Manrope", sans-serif !important;
    font-size:22px !important;
    line-height:1.25 !important;
    font-weight:700;
}

.zm-product-meta{
    min-height:28px;
    display:flex;
    align-items:center;
    gap:10px;
    margin-bottom:14px;
    color:var(--zm-muted);
    font-size:14px;
}

.zm-product-meta span + span{
    display:flex;
    align-items:center;
    gap:10px;
}

.zm-product-meta span + span::before{
    content:"";
    width:1px;
    height:18px;
    background:#ddd3cc;
}

.zm-product-card .product-delivery{
    margin:0;
    font-size:14px;
    font-weight:600;
}

.zm-product-card .product-delivery.is-in-stock{
    color:#16803a !important;
}

.zm-product-footer{
    align-items:center;
    gap:12px;
}

.zm-product-price{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:6px 12px;
    border:2px solid var(--zm-line);
    border-radius:8px;
    color:#16803a !important;
    font-size:18px !important;
    line-height:1;
}

.zm-product-price span{
    white-space:nowrap;
}

.zm-product-footer button{
    min-width:44px;
    height:42px;
    padding:0 14px !important;
    border-radius:8px !important;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:var(--zm-ink) !important;
    color:#fff !important;
    font-size:13px;
    font-weight:800;
    white-space:nowrap;
}

.zm-product-footer button svg{
    width:17px;
    height:17px;
}

.zm-product-footer button:disabled{
    background:#eee4dc !important;
    color:var(--zm-muted) !important;
    cursor:not-allowed;
}

.zm-catalog-visual.is-large{
    min-height:300px;
}

@media (max-width: 1180px){
    .products-content .product-grid{
        grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    }
}

@media (max-width: 900px){
    .nav{
        padding:14px 16px;
    }

    .header .logo img{
        height:46px !important;
        max-width:62px !important;
    }

    .products-page,
    .product-page,
    .gift-voucher-page,
    .contact-page,
    .conditions-page,
    .loyalty-page,
    .checkout-page{
        padding-top:120px !important;
    }

    .products-content .product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }

    .zm-catalog-visuals{
        grid-template-columns:1fr;
        margin-top:-16px;
    }

    .zm-catalog-visual,
    .zm-catalog-visual.is-large{
        min-height:230px;
    }

    .artist-gallery-item{
        aspect-ratio:1 / 1;
    }

    .zm-lightbox{
        padding:14px;
    }
}

@media (max-width: 620px){
    .products-header h1{
        font-size:42px !important;
    }

    .products-content .product-grid{
        grid-template-columns:1fr !important;
        gap:30px !important;
    }

    .zm-product-title{
        min-height:0;
    }

    .zm-product-image{
        height:260px;
        min-height:260px;
    }

    .zm-product-footer{
        align-items:stretch;
        flex-direction:column;
    }

    .zm-product-price,
    .zm-product-footer button{
        width:100%;
        justify-content:center;
    }
}
