/* Packaging-inspired product themes. Marketplace identities remain unchanged. */
body:has([data-product-theme]){--product-bg:#f5f7f2;--product-card:#eaf0e3;--product-line:#cbd6bf;--product-ink:#344d2d;background:var(--product-bg)!important;}
body:has([data-product-theme="akide"]){--product-bg:#fff6ed;--product-card:#ffead5;--product-line:#f1c9a7;--product-ink:#91400e;}
body:has([data-product-theme="umran"]){--product-bg:#f7f2fc;--product-card:#eee3f8;--product-line:#d7c1ed;--product-ink:#58347d;}
body:has([data-product-theme="favori"]){--product-bg:#f8f4fc;--product-card:#eee6f7;--product-line:#d8c8e9;--product-ink:#61447c;}
body:has([data-product-theme="karanane"]){--product-bg:#f5f6f7;--product-card:#e9ecef;--product-line:#cdd3d8;--product-ink:#404c57;}
body:has([data-product-theme="kara-nane"]){--product-bg:#f5f6f7;--product-card:#e9ecef;--product-line:#cdd3d8;--product-ink:#404c57;}
body:has([data-product-theme="form"]){--product-bg:#f7faed;--product-card:#edf3d7;--product-line:#d3dfa8;--product-ink:#4f621e;}
body:has([data-product-theme="premium-matcha"]){--product-bg:#f3f9ed;--product-card:#e6f1d8;--product-line:#c4dba8;--product-ink:#386122;}
body:has([data-product-theme="hayali"]){--product-bg:#fff4f6;--product-card:#fbe3e9;--product-line:#edc3d0;--product-ink:#963e5a;}
body:has([data-product-theme="sokola"]){--product-bg:#fff2f7;--product-card:#fbe0ec;--product-line:#edbdd1;--product-ink:#96315e;}
body:has([data-product-theme="zen-atesi"]){--product-bg:#fff4ec;--product-card:#ffe6d6;--product-line:#efc5a7;--product-ink:#973d16;}
body:has([data-product-theme="hayriye"]){--product-bg:#f4f6ed;--product-card:#e7ecd8;--product-line:#cdd6b0;--product-ink:#435422;}
body:has([data-product-theme="beyaz-krema"]){--product-bg:#fffbeb;--product-card:#fff2c5;--product-line:#e8d58c;--product-ink:#795b12;}
body:has([data-product-theme="safis-cay-koleksiyonu"]){--product-bg:#f2f6fb;--product-card:#e3edf7;--product-line:#bed0e3;--product-ink:#284e73;}
body:has([data-product-theme]) main{background:var(--product-bg)!important;}
body:has([data-product-theme]) #site-header{background:#fbfaf7!important;border-color:#e5e3dc!important;}
body:has([data-product-theme]) .safis-marketplace-dock{background:var(--product-bg)!important;border-color:var(--product-line)!important;}
.safis-product-page[data-product-theme] .safis-product-title,
.safis-product-page[data-product-theme] .safis-product-eyebrow,
.safis-product-page[data-product-theme] .safis-product-price,
.safis-product-page[data-product-theme] .safis-product-section-title,
.safis-product-page[data-product-theme] .safis-related-title{color:var(--product-ink)!important;}
.safis-product-page[data-product-theme] .bg-surface-container-low,
.safis-product-page[data-product-theme] .safis-product-brewing-guide{background:var(--product-card)!important;border-color:var(--product-line)!important;}
.safis-product-page[data-product-theme] .safis-outline-action{color:var(--product-ink)!important;border-color:var(--product-line)!important;}
.safis-product-page[data-product-theme] .safis-outline-action:hover{background:var(--product-card)!important;}
.safis-product-page[data-product-theme] .border-t{border-color:var(--product-line)!important;}
.safis-product-page[data-product-theme] .safis-gallery-detail{border:1px solid var(--product-line);}
@media(max-width:767px){.safis-product-page .flex.flex-wrap.items-center{column-gap:10px;row-gap:4px}}
