/* Erdemir Atelier — one visual language, existing commerce engine. */
:root{--a-wine:#4b1422;--a-wine-dark:#32101a;--a-yellow:#f1c85b;--a-paper:#faf8f2;--a-ink:#2e2525;--a-muted:#756968;--a-line:#e5ddd3;--a-serif:'Playfair Display',Georgia,serif;--a-sans:'DM Sans',Arial,sans-serif;--erd-green-900:var(--a-wine-dark);--erd-green-800:var(--a-wine);--erd-green-700:var(--a-wine);--erd-green-600:#712a3c;--erd-green-100:#f7edee;--erd-gold:var(--a-yellow);--erd-ink:var(--a-ink);--erd-muted:var(--a-muted);--erd-line:var(--a-line);--erd-bg:var(--a-paper);--erd-font:var(--a-sans);--erd-display:var(--a-serif)}
html{scroll-behavior:smooth;scroll-padding-top:115px;background:var(--a-paper)}
html body{margin:0;background:var(--a-paper)!important;color:var(--a-ink);font-family:var(--a-sans)!important;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
html body{--commerce-green:var(--a-wine);--commerce-ink:var(--a-ink);--commerce-line:var(--a-line);--commerce-muted:var(--a-muted)}
*,*::before,*::after{box-sizing:border-box}
body [hidden]{display:none!important}
body :is(button,input,select,textarea){font:inherit}
body :is(button,a,input,select,textarea,summary):focus-visible{outline:3px solid #ba8014!important;outline-offset:4px!important}
body :is(h1,h2,h3,p){margin-top:0}
body :is(.a-header,.a-footer,.a-hero,.a-section,.a-story,.a-drawer){font-family:var(--a-sans)}
body img{max-width:100%}
body .a-button,body .a-text-link{display:inline-flex;align-items:center;justify-content:center;gap:28px;text-decoration:none;font-weight:600;line-height:1.3;font-size:15px}
.a-button{min-height:52px;padding:16px 25px;border:1px solid var(--a-wine);background:var(--a-wine);color:white;cursor:pointer;border-radius:4px;transition:transform .2s,background .2s,box-shadow .2s}
.a-button:hover{transform:translateY(-3px);box-shadow:0 7px 0 #4b142215}
.a-button--yellow{background:var(--a-yellow);color:var(--a-wine-dark);border-color:var(--a-yellow)}
.a-button--outline{background:transparent;color:var(--a-wine)}
.a-text-link{color:var(--a-wine);border-bottom:1px solid currentColor;padding:8px 0}
.a-text-link span{transition:transform .25s}.a-text-link:hover span{transform:translate(3px,-3px)}
.a-eyebrow{font-size:12px;font-weight:700;letter-spacing:.16em;line-height:1.5;margin:0 0 22px}
.a-sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.a-skip{position:fixed;top:5px;left:5px;transform:translateY(-160%);padding:12px 20px;background:white;color:var(--a-wine);z-index:10000}
.a-skip:focus{transform:none}
.a-announcement{min-height:36px;display:flex;justify-content:space-between;gap:15px;align-items:center;padding:8px max(4vw,24px);background:var(--a-wine);color:#fff4d9;font-size:12px;letter-spacing:.055em}
.a-header{position:sticky;top:0;z-index:90;background:#faf8f2f5;backdrop-filter:blur(14px);border-bottom:1px solid var(--a-line)}
.a-header__main{max-width:1500px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:32px;padding:22px max(4vw,24px)}
body .a-brand{color:var(--a-wine);text-decoration:none;display:inline-flex;flex-direction:column;line-height:1;flex-shrink:0}
body .a-brand strong{font-family:var(--a-serif)!important;font-size:43px;font-weight:600;letter-spacing:-2px;position:relative}
.a-brand strong>span{font-family:var(--a-sans);font-size:11px;position:absolute;top:4px;right:-12px;letter-spacing:0}
.a-brand small{font-size:9px;font-weight:600;letter-spacing:.22em;margin-top:8px;text-align:center}
.a-main-nav{display:flex;gap:28px;align-items:center}
.a-main-nav a{font-size:14px;text-decoration:none;color:var(--a-ink);position:relative;padding:7px 0}
.a-main-nav a::after{content:'';position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--a-wine);transform:scaleX(0);transform-origin:left;transition:transform .25s}
.a-main-nav a:hover::after{transform:scaleX(1)}
.a-header__actions{display:flex;gap:10px;align-items:center}
.a-icon-button,.a-cart-trigger{min-width:42px;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;background:none;color:var(--a-wine);text-decoration:none;cursor:pointer;padding:8px}
.a-icon-button svg,.a-cart-trigger svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}
.a-cart-label{font-size:14px;font-weight:500}
html body .a-cart-trigger .cart-badge{display:inline-grid;place-items:center;min-width:23px;height:23px;padding:0 5px;border-radius:50%;background:var(--a-wine);color:white;font-size:12px;position:static;box-shadow:none}
.a-menu-toggle{display:none}
.a-search{max-width:800px;margin:0 auto;padding:5px 24px 24px}
.a-search>label{display:block;font-size:14px;margin-bottom:12px;color:var(--a-muted)}
.a-search>div:first-of-type{display:flex;gap:10px}
.a-search input{flex:1;width:0;min-width:0;padding:12px 16px;border:1px solid var(--a-line);background:white;color:var(--a-ink);border-radius:4px}
.a-search-results{max-height:45vh;overflow:auto}
.a-search-results a{display:flex;align-items:center;gap:14px;color:var(--a-ink);padding:12px 0;border-bottom:1px solid var(--a-line);text-decoration:none}
.a-search-results img{width:48px;height:52px;object-fit:cover;border-radius:3px}
.a-search-results b{margin-left:auto;font-size:14px}
.a-mobile-menu{padding:8px 24px 24px;max-height:70dvh;overflow:auto}
.a-mobile-menu a{display:block;color:var(--a-wine);text-decoration:none;padding:12px 0;border-bottom:1px solid var(--a-line)}
.a-hero{display:grid;grid-template-columns:1fr 1fr;background:var(--a-wine);color:#fff9e9;min-height:610px}
.a-hero__copy{padding:64px max(4vw,24px) 28px;display:flex;flex-direction:column;justify-content:center;min-width:0}
.a-hero .a-eyebrow{color:var(--a-yellow);display:flex;align-items:center;gap:12px}
.a-hero .a-eyebrow>span{width:28px;height:1px;background:currentColor}
body .a-hero h1{font-family:var(--a-serif)!important;font-weight:500;font-size:clamp(48px,5.5vw,86px);line-height:1.12;letter-spacing:-.035em;margin:5px 0 26px;color:inherit}
.a-hero h1 em{color:var(--a-yellow);font-weight:500}
.a-hero__text{max-width:450px;font-size:16px;color:#e1ced0;line-height:1.9;margin:0 0 30px}
.a-hero__actions{display:flex;align-items:center;flex-wrap:wrap;gap:18px}
.a-hero .a-text-link{color:#fff9e9;font-size:14px;gap:10px}
.a-hero__foot{display:flex;justify-content:space-between;gap:15px;font-size:10px;letter-spacing:.13em;margin-top:auto;padding-top:52px;color:#cda9ae}
.a-hero__photo{position:relative;min-height:610px;overflow:hidden}
.a-hero__photo>img{display:block;width:100%;height:100%;position:absolute;inset:0;object-fit:cover;object-position:center 62%;animation:a-photo-in 1.2s ease both}
.a-origin{position:absolute;right:32px;top:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:115px;height:115px;background:var(--a-yellow);color:var(--a-wine);border:1px solid var(--a-wine);outline:5px solid var(--a-yellow);border-radius:50%;transform:rotate(12deg)}
.a-origin span{font-size:9px;letter-spacing:.14em;font-weight:700}.a-origin strong{font-family:var(--a-serif);font-style:italic;font-size:33px;font-weight:500;line-height:1.5}
.a-hero__caption{position:absolute;bottom:24px;left:24px;right:24px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;background:#faf8f2ed;backdrop-filter:blur(8px);color:var(--a-wine);text-decoration:none;border-radius:4px}
.a-hero__caption small{font-size:10px;letter-spacing:.14em;display:block;margin-bottom:5px}
.a-hero__caption strong{font-family:var(--a-serif);font-size:25px;font-weight:500}
.a-round-arrow{display:grid;place-items:center;width:42px;height:42px;border:1px solid #4b142245;border-radius:50%;font-size:25px;transition:transform .25s}.a-hero__caption:hover .a-round-arrow{transform:rotate(45deg)}
.a-service-strip{display:grid;grid-template-columns:repeat(4,1fr);padding:21px max(4vw,24px);background:#f2e8d2;color:var(--a-wine);font-size:13px;border-bottom:1px solid #decfb2;text-align:center;gap:18px}
.a-service-strip span+span{border-left:1px solid #d3c4aa}
.a-section{max-width:1440px;margin:0 auto;padding:90px max(4vw,24px)}
.a-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:40px}
body :is(.a-section,.a-story,.a-footer) h2{font-family:var(--a-serif)!important;font-size:clamp(34px,3.7vw,54px);font-weight:500;line-height:1.2;letter-spacing:-.025em;margin:0}
.a-section h2 em,.a-story h2 em{color:var(--a-wine);font-weight:500}
.a-section .a-eyebrow,.a-story .a-eyebrow{color:var(--a-wine);margin-bottom:16px}
.a-section-head>p{max-width:360px;color:var(--a-muted);font-size:15px;line-height:1.8;margin:0 0 8px}
.a-section-head>.a-text-link{flex:none;margin-bottom:8px}
.a-filter-row{display:flex;flex-wrap:wrap;gap:10px;border-bottom:1px solid var(--a-line);padding-bottom:22px;margin-bottom:28px}
.a-filter{padding:10px 20px;border-radius:30px;border:1px solid var(--a-line);background:transparent;color:var(--a-muted);font-size:14px;cursor:pointer;transition:background .2s,color .2s}
.a-filter.is-active,.a-filter:hover{background:var(--a-wine);border-color:var(--a-wine);color:white}
.a-filter span{margin-left:8px;font-size:12px;opacity:.8}
.a-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 22px}
.a-product{min-width:0;animation:a-card-in .4s ease both}
.a-product__image{display:block;aspect-ratio:1/1.1;background:#ede7dc;position:relative;overflow:hidden;border-radius:6px}
.a-product__image>img{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.2,.65,.25,1);display:block}
.a-product:hover .a-product__image>img{transform:scale(1.055)}
.a-product__badge{position:absolute;top:14px;left:14px;background:var(--a-paper);color:var(--a-wine);padding:6px 10px;font-size:12px;font-weight:600;border-radius:3px}
.a-product__peek{position:absolute;bottom:14px;left:14px;right:14px;text-align:center;padding:10px;background:#faf8f2ed;font-size:13px;color:var(--a-wine);transform:translateY(65px);transition:transform .3s;border-radius:3px}
.a-product:hover .a-product__peek,.a-product:focus-within .a-product__peek{transform:none}
.a-product__body{padding:18px 0 0}
.a-product__category{font-size:12px;color:var(--a-muted);margin:0 0 6px}
body .a-product h3{font-family:var(--a-serif)!important;font-size:23px;line-height:1.3;font-weight:500;margin:0 0 18px;min-height:60px}
.a-product h3 a{text-decoration:none;color:var(--a-ink)}
.a-product__buy{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px}
.a-product__prices{display:flex;flex-direction:column;line-height:1.4;gap:3px}
.a-product__prices strong{font-size:18px;color:var(--a-wine);font-weight:700}
.a-product__prices del{font-size:12px;color:var(--a-muted)}
.a-product select{min-height:42px;max-width:105px;padding:8px;border:1px solid var(--a-line);border-radius:4px;background:transparent;color:var(--a-ink);font-size:13px}
.a-unit{font-size:13px;color:var(--a-muted)}
.a-product__add{display:flex;align-items:center;justify-content:space-between;width:100%;padding:13px 16px;margin-top:15px;background:transparent;border:1px solid #c7b9b6;border-radius:4px;color:var(--a-wine);font-weight:600;font-size:14px;cursor:pointer;transition:background .2s,color .2s}
.a-product__add>span{font-size:22px;line-height:1}
.a-product__add:hover,.a-product__add.is-added{background:var(--a-wine);border-color:var(--a-wine);color:white}
.a-product__add:disabled{opacity:.6;cursor:wait}
.a-section-end{text-align:center;margin-top:45px}
.a-story{display:grid;grid-template-columns:1fr 1fr;background:#eee6d8}
.a-story__photo{min-height:630px;position:relative;overflow:hidden}
.a-story__photo img{position:absolute;width:100%;height:100%;inset:0;object-fit:cover;object-position:center 64%}
.a-photo-note{position:absolute;left:30px;bottom:30px;background:#faf8f2e8;padding:10px 18px;font-size:13px;border-radius:3px}
.a-story__copy{padding:70px max(6vw,32px);display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.a-story__copy h2{margin-bottom:28px}
.a-story__copy>p:not(.a-eyebrow){color:#72625c;font-size:16px;line-height:1.9}
.a-story__signature{padding-top:28px;margin-top:24px;border-top:1px solid #d1c5b3;width:100%;color:var(--a-muted);font-size:13px}
.a-story__signature em{display:block;font-family:var(--a-serif);font-size:30px;color:var(--a-wine);margin-top:5px}
.a-duo{display:grid;grid-template-columns:1fr 1fr;gap:28px;padding-bottom:0}
.a-category-card{position:relative;min-height:385px;overflow:hidden;color:white;border-radius:6px;display:flex;align-items:flex-end;text-decoration:none}
.a-category-card>img{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 65%;transition:transform .7s}
.a-category-card::after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#26150bef,transparent 85%)}
.a-category-card:hover>img{transform:scale(1.05)}
.a-category-card>span{position:relative;z-index:1;padding:36px;display:flex;flex-direction:column;gap:13px}
.a-category-card small{font-size:10px;letter-spacing:.16em;color:#f1d5a2}
.a-category-card strong{font-family:var(--a-serif);font-size:35px;font-weight:500;line-height:1.2}
.a-category-card b{font-size:14px;font-weight:500;text-decoration:underline;text-underline-offset:7px}
.a-note{text-align:center}
.a-note__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;margin-top:50px;text-align:left}
.a-note__grid>div{padding-top:25px;border-top:1px solid #bdaa9c}
.a-note__grid>div>span{font-size:12px;color:#96765e}
body .a-note h3{font-family:var(--a-serif)!important;font-size:26px;font-weight:500;margin:18px 0 12px}
.a-note__grid p{font-size:15px;color:var(--a-muted);max-width:320px}
.a-note__grid a{color:inherit}
.a-footer{background:var(--a-wine-dark);color:#f7efdf;padding:65px max(4vw,24px) 25px}
.a-footer__hello,.a-footer__grid,.a-footer__bottom{max-width:1320px;margin:auto}
.a-footer__hello{display:flex;align-items:center;justify-content:space-between;gap:40px;padding-bottom:55px;border-bottom:1px solid #76505a}
.a-footer h2 em{color:var(--a-yellow);font-weight:500}
.a-footer__hello p{color:#c5adb0;font-size:14px;margin:0 0 12px}
.a-footer__hello a{color:#fff4da;font-family:var(--a-serif);font-size:31px;text-decoration:none}
.a-footer__hello a.a-footer__social{display:block;font-family:var(--a-sans);font-size:13px;margin-top:16px;color:#d3bdbe}
.a-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.3fr;gap:40px;padding:52px 0}
html body .a-footer .a-brand{color:#f9eacd;margin-bottom:22px}
.a-footer__grid p{color:#bda3a8;font-size:13px;line-height:1.8}
.a-footer__grid h3{font-size:14px;font-weight:600;color:#faf0de;margin-bottom:20px;font-family:var(--a-sans)!important}
.a-footer__grid>div>a:not(.a-brand){display:block;color:#c8b4b8;text-decoration:none;font-size:13px;margin:11px 0;line-height:1.4}
.a-footer a:hover{color:var(--a-yellow)}
.a-footer__bottom{display:flex;justify-content:space-between;align-items:center;gap:25px;border-top:1px solid #76505a;padding-top:25px;color:#bda3a8}
.a-footer__bottom small{font-size:12px}.a-footer__bottom a{color:inherit}
.a-payment-marks{display:flex;gap:12px;align-items:center}
.a-payment-marks img{object-fit:contain;background:#fff;border-radius:3px;padding:4px;max-height:27px}
.a-payment-marks span{font-size:10px;letter-spacing:.06em}
html body :is(.cart-logo,.checkout-logo,.result-logo).a-brand{width:auto!important;height:auto!important;padding:0!important;border:0!important;background:none!important;box-shadow:none!important;border-radius:0!important;align-items:flex-start}
html body .result-top{background:var(--a-paper)!important;border-color:var(--a-line)!important}
html body :is(.cart-top__link--dark,.checkout-link,.result-step.is-active){background:var(--a-wine)!important;color:#fff8e9!important;border-radius:4px!important}
.a-drawer button:disabled{opacity:.4;cursor:not-allowed}
.a-hero__foot,.a-product__category,.a-product__badge,.a-category-card small,.a-eyebrow{font-size:12px}
/* Popcart: native modal, real session totals and keyboard focus containment. */
body.a-modal-open{overflow:hidden}
.a-drawer{position:fixed;inset:0 0 0 auto;width:min(490px,100%);max-width:100%;height:100dvh;max-height:100dvh;margin:0;padding:0;border:0;background:var(--a-paper);color:var(--a-ink);box-shadow:-20px 0 70px #25070e35;transform:translateX(100%);transition:transform .35s cubic-bezier(.2,.7,.2,1);overflow:hidden}
.a-drawer[open]{display:flex;flex-direction:column}
.a-drawer.is-open{transform:translateX(0)}
.a-drawer::backdrop{background:#28111d85;backdrop-filter:blur(4px)}
.a-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px;border-bottom:1px solid var(--a-line)}
.a-drawer__head small{font-size:10px;letter-spacing:.14em;color:var(--a-muted)}
body .a-drawer h2{font-family:var(--a-serif)!important;font-size:34px;font-weight:500;line-height:1.25;margin:6px 0 0;color:var(--a-wine)}
.a-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--a-line);border-radius:50%;background:transparent;color:var(--a-wine);font-size:26px;cursor:pointer;flex:none}
.a-drawer__status{padding:12px 28px;background:#f0e3cc;color:var(--a-wine);font-size:14px;margin:0}
.a-drawer__content{flex:1;overflow:auto;padding:22px 28px;overscroll-behavior:contain}
.a-drawer__item{display:grid;grid-template-columns:80px 1fr;gap:16px;padding:20px 0;border-bottom:1px solid var(--a-line)}
.a-drawer__item img{width:80px;height:100px;object-fit:cover;border-radius:4px}
.a-drawer__item a{font-size:16px;color:var(--a-ink);font-weight:500;text-decoration:none;line-height:1.4;display:block}
.a-drawer__item small{display:block;font-size:12px;color:var(--a-muted);margin:4px 0}
.a-drawer__item-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:12px;flex-wrap:wrap}
.a-drawer__qty{display:flex;align-items:center;border:1px solid var(--a-line);border-radius:3px}
.a-drawer__qty button{height:34px;width:32px;background:none;border:0;color:var(--a-wine);font-size:18px;cursor:pointer}
.a-drawer__qty span{padding:0 6px;font-size:13px}
.a-drawer__remove{padding:5px 0;background:none;border:0;color:var(--a-muted);font-size:12px;text-decoration:underline;cursor:pointer}
.a-drawer__item b{font-size:15px;color:var(--a-wine);white-space:nowrap}
.a-drawer__bottom{padding:24px 28px;border-top:1px solid var(--a-line);background:#fffdf8}
.a-drawer__shipping{font-size:13px;color:var(--a-wine);margin-bottom:22px}
.a-drawer__shipping progress{display:block;width:100%;height:5px;margin-top:10px;border:0;accent-color:var(--a-wine);border-radius:4px}
.a-drawer__shipping progress::-webkit-progress-bar{background:#ece3da;border-radius:4px}.a-drawer__shipping progress::-webkit-progress-value{background:var(--a-wine);border-radius:4px}
.a-drawer__total{display:flex;justify-content:space-between;align-items:center;font-size:14px;margin:7px 0}
.a-drawer__total--grand{border-top:1px solid var(--a-line);padding-top:13px;margin-top:13px;font-size:20px;color:var(--a-wine)}
.a-drawer__bottom>.a-button{display:flex;width:100%;margin-top:20px}
.a-drawer__continue{display:block;text-align:center;margin-top:13px;font-size:13px;color:var(--a-muted);background:none;border:0;width:100%;cursor:pointer;text-decoration:underline}
.a-drawer__empty{padding:55px 10px;text-align:center}
.a-drawer__empty strong{display:block;font:500 27px var(--a-serif);margin:20px 0 10px;color:var(--a-wine)}
.a-drawer__empty p{font-size:14px;color:var(--a-muted)}
.a-drawer__empty .a-button{margin-top:16px}
.a-feedback{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);max-width:calc(100% - 32px);background:var(--a-wine);color:#fff8e9;padding:15px 22px;border-radius:5px;z-index:110;opacity:0;pointer-events:none;font-size:14px;transition:opacity .25s,transform .25s;box-shadow:0 10px 30px #32101a26}
.a-feedback.is-visible{opacity:1;transform:translate(-50%,0)}
/* Existing routes keep their secure form logic and join the new template. */
html body :is(.erdemir-shop,.erdemir-detail,.cart-shell,.checkout,.payment-result,.kasar-page){background:var(--a-paper)!important;font-family:var(--a-sans)!important;color:var(--a-ink)!important}
html body :is(.erdemir-shop__inner,.erdemir-detail__inner,.cart-shell__inner,.checkout__inner){max-width:1320px}
html body :is(.erdemir-shop__title,.erdemir-detail__title,.cart-title,.checkout__title,.track-title,.result-title,.kasar-hero h1){font-family:var(--a-serif)!important;font-weight:500!important;letter-spacing:-.03em!important;color:var(--a-wine)!important;line-height:1.15!important}
html body .erdemir-shop{padding:45px max(4vw,24px) 80px!important}
html body .erdemir-shop__hero{display:flex!important;justify-content:space-between;align-items:flex-end!important;gap:25px!important;background:none!important;border:0!important;border-radius:0!important;padding:12px 0 35px!important;box-shadow:none!important}
html body .erdemir-shop__hero::before,html body .erdemir-shop__hero::after{display:none!important}
html body .erdemir-shop__title{font-size:clamp(36px,4vw,57px)!important;max-width:none!important}
html body .erdemir-shop__eyebrow{background:none!important;padding:0!important;color:var(--a-wine)!important;font-size:12px!important;letter-spacing:.13em}
html body .erdemir-shop__intro{color:var(--a-muted)!important;font-size:15px!important;max-width:540px!important;line-height:1.8!important}
html body .erdemir-shop__stats{display:none!important}
html body .erdemir-shop-market{grid-template-columns:220px minmax(0,1fr)!important;gap:35px!important}
html body .erdemir-shop-filter{background:none!important;border:0!important;box-shadow:none!important;padding:0 24px 0 0!important;border-right:1px solid var(--a-line)!important;border-radius:0!important;top:125px!important}
html body .erdemir-shop-filter__head{border-bottom:1px solid var(--a-line)!important;padding:0 0 20px!important}
html body .erdemir-shop-filter__head span,html body .erdemir-shop-filter__service{display:none!important}
html body .erdemir-shop-filter__group{border-color:var(--a-line)!important}
html body .erdemir-shop-filter__option{background:none!important;border:0!important;border-radius:3px!important;font-size:14px!important;color:var(--a-muted)!important;text-align:left!important;padding:10px 12px!important;box-shadow:none!important}
html body .erdemir-shop-filter__option.is-active{background:#eee2df!important;color:var(--a-wine)!important}
html body .erdemir-shop-results__bar{background:none!important;border:0!important;box-shadow:none!important;padding:0 0 20px!important;gap:15px!important}
html body .erdemir-shop-results__count>span{display:none}
html body :is(.erdemir-shop__search,.erdemir-shop__sort){border:1px solid var(--a-line)!important;background:transparent!important;box-shadow:none!important;border-radius:4px!important;min-height:46px;font-size:14px!important}
html body .erdemir-shop__grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:30px 20px!important}
html body .erdemir-shop-card{background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;transform:none!important}
html body .erdemir-shop-card__image-link{height:auto!important;aspect-ratio:1/1.12;background:#eae2d6!important;border-radius:5px!important;overflow:hidden!important}
html body .erdemir-shop-card__image{height:100%!important;width:100%!important;object-fit:cover!important;padding:0!important}
html body .erdemir-shop-card__body{padding:18px 0 0!important}
html body .erdemir-shop-card__title{font-family:var(--a-serif)!important;font-size:23px!important;font-weight:500!important;line-height:1.3!important;color:var(--a-ink)!important;min-height:60px}
html body .erdemir-shop-card__category{font-size:12px!important;color:var(--a-muted)!important}
html body .erdemir-shop-card__stock,html body .erdemir-shop-card__desc{display:none!important}
html body .erdemir-shop-card__footer{border:0!important;margin-top:16px!important;padding:0!important;gap:14px!important}
html body .erdemir-shop-card__price{color:var(--a-wine)!important;font-size:20px!important}
html body .erdemir-shop-card__badge{top:12px!important;left:12px!important;background:var(--a-paper)!important;color:var(--a-wine)!important;border-radius:3px!important;box-shadow:none!important;font-size:12px!important;z-index:3}
html body .erdemir-shop-card__weight{border:1px solid var(--a-line)!important;box-shadow:none!important;border-radius:4px!important;background:none!important;color:var(--a-ink)!important}
html body :is(.erdemir-shop-card__cart,.erdemir-detail__button,.cart-checkout,.checkout-submit,.result-btn,.track-button){background:var(--a-wine)!important;border-color:var(--a-wine)!important;color:#fff7e9!important;border-radius:4px!important;box-shadow:none!important;font-family:var(--a-sans)!important}
html body .erdemir-shop-card__detail{border-color:var(--a-line)!important;background:transparent!important;color:var(--a-wine)!important;border-radius:4px!important}
html body .erdemir-shop-active__pill{background:#eee5de!important;color:var(--a-wine)!important;font-size:12px!important}
html body :is(.erdemir-detail__media,.erdemir-detail__summary,.erdemir-detail__section,.cart-panel,.cart-summary,.checkout-card,.checkout-summary,.result-panel){border-color:var(--a-line)!important;border-radius:6px!important;box-shadow:none!important}
html body .erdemir-detail__product{gap:50px!important;background:none!important;border:0!important;box-shadow:none!important}
html body .erdemir-detail__summary{background:transparent!important;border:0!important;padding:25px 0!important}
html body .erdemir-detail__title{font-size:clamp(34px,3.5vw,50px)!important}
html body .erdemir-detail__price{font-family:var(--a-sans)!important;color:var(--a-wine)!important;font-size:34px!important}
html body .erdemir-detail__image{object-fit:cover!important;border-radius:5px!important}
html body .erdemir-detail__main-image{background:#eee5da!important}
html body :is(.erdemir-detail__category,.erdemir-detail__badge,.erdemir-detail__stock){color:var(--a-wine)!important;background:#f1e6df!important;border-color:#e2d3cd!important}
html body :is(.erdemir-detail__weight,.erdemir-detail__qty,.checkout-input,.checkout-select,.checkout-textarea,.track-input){border-color:#d6c9be!important;background:#fffdf9!important;box-shadow:none!important;border-radius:4px!important;font-family:var(--a-sans)!important}
html body :is(.cart-top,.checkout-top){background:var(--a-paper)!important;border-color:var(--a-line)!important;box-shadow:none!important}
html body :is(.checkout-topline,.checkout-card-visual){background:var(--a-wine)!important}
html body :is(.cart-step.is-active,.checkout-step.is-active){color:var(--a-wine)!important;background:#f0e5df!important}
html body :is(.cart-step.is-active span,.checkout-step.is-active span,.shipping-meter__fill,.checkout-summary-meter__fill){background:var(--a-wine)!important}
html body :is(.cart-product,.checkout-item,.cart-summary__head,.checkout-summary__head,.checkout-card__head){background:#fffdf9!important;border-color:var(--a-line)!important;box-shadow:none!important}
html body :is(.summary-row--grand,.checkout-total-row--grand){color:var(--a-wine)!important}
html body .erdemir-mega-menu{display:none!important}
html body .erdemir-promo-ticker{display:none!important}
html body :is(.kasar-hero,.kasar-section,.info-page,.erdemir-blog){background:var(--a-paper)!important}
html body :is(.kasar-card,.kasar-product,.kasar-info,.info-content){box-shadow:none!important;border-color:var(--a-line)!important;border-radius:6px!important}
@media(max-height:650px){.a-drawer{overflow-y:auto;overscroll-behavior:contain}.a-drawer__content{flex:none;overflow:visible;min-height:100px}.a-drawer__head,.a-drawer__status,.a-drawer__bottom{flex-shrink:0}.a-drawer__head{padding:16px 22px}.a-drawer__bottom{padding:18px 22px}}
@keyframes a-card-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@keyframes a-photo-in{from{transform:scale(1.05)}to{transform:scale(1)}}
@keyframes a-copy-in{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.a-hero__copy>h1,.a-hero__copy>.a-hero__text,.a-hero__copy>.a-hero__actions{animation:a-copy-in .75s ease both}
.a-hero__copy>.a-hero__text{animation-delay:.1s}.a-hero__copy>.a-hero__actions{animation-delay:.18s}
.a-reveal-ready{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}
.a-reveal-ready.is-revealed{opacity:1;transform:none}
@media(min-width:1500px){.a-hero__copy{padding-left:max(4vw,calc((100vw - 1320px)/2))}.a-hero__photo{max-height:750px}}
@media(max-width:1150px){.a-main-nav{gap:18px}.a-main-nav a{font-size:13px}.a-header__main{gap:22px}.a-cart-label{display:none}.a-hero{min-height:570px}.a-hero__photo{min-height:570px}.a-hero__actions{align-items:flex-start;flex-direction:column}.a-section-head>p{max-width:250px}.a-product-grid{gap:28px 16px}.a-product h3{font-size:21px}.a-footer__grid{gap:25px}html body .erdemir-shop-market{grid-template-columns:185px minmax(0,1fr)!important;gap:24px!important}}
@media(max-width:900px){.a-main-nav,.a-track-link{display:none}.a-menu-toggle{display:inline-flex}.a-header__main{padding:17px 24px}.a-hero{grid-template-columns:1fr 1fr;min-height:540px}.a-hero__copy{padding:40px 26px 25px}.a-hero__photo{min-height:540px}.a-hero h1{font-size:49px!important}.a-hero__text{font-size:14px}.a-origin{width:88px;height:88px;right:20px;top:20px}.a-origin strong{font-size:27px}.a-origin span{font-size:8px}.a-hero__caption{left:16px;right:16px;bottom:16px;padding:16px}.a-hero__caption strong{font-size:21px}.a-service-strip{grid-template-columns:1fr 1fr;font-size:12px;gap:12px}.a-service-strip span:nth-child(3){border:0}.a-section{padding:65px 24px}.a-section-head{flex-wrap:wrap}.a-section-head>p{max-width:320px}.a-section-head>.a-text-link{display:none}.a-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.a-product-grid.is-filtered .a-product{display:block}.a-story__copy{padding:45px 28px}.a-story__photo{min-height:570px}.a-story h2{font-size:36px!important}.a-story__copy>p:not(.a-eyebrow){font-size:14px}.a-duo{padding-bottom:0;gap:20px}.a-category-card{min-height:340px}.a-category-card>span{padding:25px}.a-category-card strong{font-size:28px}.a-note__grid{gap:25px}.a-footer__grid{grid-template-columns:repeat(3,1fr)}.a-footer__grid>div:first-child{grid-column:1/-1}.a-footer__hello h2{font-size:40px!important}html body .erdemir-shop-market{grid-template-columns:1fr!important}html body .erdemir-shop-filter{position:static!important;border:0!important;padding:0!important;display:flex!important;gap:24px;overflow-x:auto}html body .erdemir-shop-filter__head{display:none!important}html body .erdemir-shop-filter__group{min-width:200px;margin:0!important}html body .erdemir-shop-filter__group:last-child{display:none!important}html body .erdemir-shop-filter__options{display:flex;flex-wrap:wrap;gap:5px}html body .erdemir-shop-filter__option{white-space:nowrap}html body .erdemir-detail__product{gap:25px!important}}
@media(max-width:600px){html{scroll-padding-top:85px}.a-announcement{justify-content:center;padding:7px 15px;font-size:10px;min-height:31px}.a-announcement>span:first-child{display:none}.a-header__main{padding:15px 18px;gap:14px}body .a-brand strong{font-size:34px}.a-brand small{font-size:8px;margin-top:6px}.a-header__actions{gap:1px}.a-icon-button,.a-cart-trigger{padding:8px 6px;min-width:38px}.a-cart-trigger{gap:5px}.a-hero{grid-template-columns:1fr}.a-hero__copy{padding:40px 24px 30px}.a-hero h1{font-size:53px!important;margin:0 0 23px!important}.a-hero .a-eyebrow{font-size:10px;margin-bottom:18px}.a-hero__text{font-size:15px;max-width:350px;margin-bottom:25px}.a-hero__actions{flex-direction:row;align-items:center;gap:22px}.a-hero__actions .a-text-link{font-size:12px}.a-hero__actions .a-button{font-size:14px;padding:14px 20px;gap:20px}.a-hero__foot{padding-top:26px;font-size:9px}.a-hero__photo{min-height:390px;max-height:440px}.a-hero__photo>img{object-position:center 66%}.a-hero__caption{padding:16px 20px}.a-service-strip{font-size:11px;padding:17px 13px;gap:12px 5px}.a-section{padding:52px 18px}.a-section-head{margin-bottom:28px;gap:20px}.a-section-head>p{font-size:14px;max-width:100%;margin:0}.a-section h2{font-size:37px!important}.a-eyebrow{font-size:10px}.a-filter-row{gap:7px;padding-bottom:18px;margin-bottom:22px}.a-filter{font-size:12px;padding:9px 13px}.a-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:27px 13px}.a-product__image{aspect-ratio:1/1.2}.a-product__badge{top:9px;left:9px;font-size:10px;padding:4px 7px}.a-product__peek{display:none}.a-product__body{padding-top:13px}.a-product__category{font-size:11px}body .a-product h3{font-size:19px;min-height:50px;margin-bottom:12px}.a-product__prices strong{font-size:16px}.a-product__prices del{font-size:11px}.a-product select{font-size:12px;max-width:76px;padding:6px 2px;min-height:38px}.a-product__buy{gap:5px}.a-product__add{padding:11px 12px;font-size:12px;margin-top:12px}.a-section-end{margin-top:32px}.a-story{grid-template-columns:1fr}.a-story__photo{min-height:430px}.a-story__copy{padding:42px 24px}.a-story h2{font-size:39px!important}.a-story__copy>p:not(.a-eyebrow){font-size:15px}.a-story__signature{padding-top:20px;margin-top:20px}.a-duo{grid-template-columns:1fr;padding-bottom:0;gap:18px}.a-category-card{min-height:330px}.a-category-card strong{font-size:33px}.a-note__grid{grid-template-columns:1fr;gap:20px;margin-top:35px}.a-note__grid>div{padding-top:15px}.a-note__grid h3{margin:10px 0!important}.a-note__grid p{max-width:none;margin-bottom:5px}.a-footer{padding:45px 24px 23px}.a-footer__hello{flex-direction:column;align-items:flex-start;padding-bottom:35px;gap:30px}.a-footer__hello h2{font-size:39px!important}.a-footer__hello a{font-size:28px}.a-footer__grid{grid-template-columns:1fr 1fr;gap:25px 15px;padding:35px 0}.a-footer__grid>div:last-child{grid-column:1/-1}.a-footer__grid>div:last-child>a{display:inline-block;margin:0 16px 10px 0;font-size:12px}.a-footer__grid>div:last-child h3{margin-bottom:15px}.a-footer__bottom{align-items:flex-start;flex-direction:column;gap:20px}.a-drawer__head{padding:22px}.a-drawer__content{padding:8px 22px}.a-drawer__bottom{padding:18px 22px}.a-drawer__status{padding:12px 22px}.a-drawer__shipping{margin-bottom:16px}.a-drawer__head h2{font-size:29px!important}.a-drawer__item{padding:15px 0}.a-drawer__item a{font-size:15px}html body .erdemir-shop{padding:25px 16px 50px!important}html body .erdemir-shop__hero{padding-bottom:20px!important}html body .erdemir-shop__title{font-size:38px!important}html body .erdemir-shop__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:27px 13px!important}html body .erdemir-shop-card__title{font-size:19px!important;min-height:50px!important}html body .erdemir-shop-card__price{font-size:17px!important}html body .erdemir-shop-card__body{padding-top:12px!important}html body .erdemir-shop-card__actions{display:flex!important;flex-direction:column;gap:8px!important}html body .erdemir-shop-card__cart,html body .erdemir-shop-card__detail{width:100%;font-size:12px!important;min-height:40px!important;padding:10px!important}html body .erdemir-shop-card__badge{font-size:10px!important;padding:5px 8px!important}html body .erdemir-shop-results__bar{flex-wrap:wrap}html body .erdemir-shop__search{min-width:100%!important}html body .erdemir-detail__summary{padding:15px 0!important}html body .erdemir-detail__title{font-size:36px!important}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}html body *,html body *::before,html body *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.a-reveal-ready{opacity:1;transform:none}}
