:root{--ink:#181818;--muted:#777;--sand:#f7f3f3;--primary:#745b54;--primary-dark:#5e4842;--primary-soft:#f3eeec;--gold:#745b54;--line:#e5dedb;--white:#fff;--danger:#b42318;--ok:#067647}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);background:#fff}a{text-decoration:none;color:inherit}.container{width:min(1180px,92%);margin:auto}.topbar{font-size:12px;text-align:center;background:#191919;color:#fff;padding:8px}.site-header{position:sticky;top:0;background:#fff;z-index:30;border-bottom:1px solid var(--line)}.nav{display:grid;grid-template-columns:190px 1fr auto;gap:25px;align-items:center;padding:16px 0}.brand{font-size:20px;font-weight:800;letter-spacing:1.5px}.brand span{color:var(--gold)}.search{display:flex;border:1px solid var(--line);border-radius:999px;overflow:hidden}.search input{border:0;padding:12px 16px;width:100%;outline:none}.search button,.btn{border:0;background:var(--ink);color:white;padding:12px 18px;cursor:pointer;border-radius:8px}.search button{border-radius:0}.nav nav{display:flex;gap:17px;font-size:14px}.nav nav b{background:var(--gold);color:white;border-radius:20px;padding:2px 7px}.hero{position:relative;overflow:hidden;background:#eee}.slides{display:flex;transition:.5s}.slide{min-width:100%;height:500px;background-image:var(--bg-desktop);background-size:cover;background-position:center;display:flex;align-items:center}.slide .overlay{background:rgba(255,255,255,.86);padding:32px;border-radius:12px;max-width:510px}.slide h1{font-size:46px;margin:0 0 10px}.slide p{color:#555;line-height:1.7}.section{padding:64px 0}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section h2{font-size:30px;margin:0}.muted{color:var(--muted)}.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:#fff;transition:.2s}.card:hover{transform:translateY(-3px);box-shadow:0 10px 30px #00000010}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;background:#f6f6f6}.card-body{padding:16px}.card h3{font-size:16px;margin:0 0 8px}.price{font-weight:800}.old{color:#999;text-decoration:line-through;font-size:13px;margin-left:8px}.badge{display:inline-block;background:#eee;padding:5px 8px;border-radius:99px;font-size:11px}.categories{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category{min-height:190px;background:var(--sand);border-radius:16px;padding:28px;display:flex;align-items:end;font-size:25px;font-weight:700}.filters{display:grid;grid-template-columns:260px 1fr;gap:30px}.panel{border:1px solid var(--line);border-radius:14px;padding:20px}.panel label{display:block;font-size:13px;margin-top:13px}.input,select,textarea{width:100%;padding:11px 12px;border:1px solid #d8d3cb;border-radius:8px;background:#fff}.product-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;padding:50px 0}.gallery-main{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;cursor:zoom-in;background:#f5f5f5}.thumbs{display:flex;gap:10px;margin-top:10px}.thumbs img{width:82px;height:82px;object-fit:cover;border:1px solid var(--line);border-radius:8px;cursor:pointer}.product-info h1{font-size:38px;margin-top:0}.big-price{font-size:30px;font-weight:800;margin:18px 0}.qty-row{display:flex;gap:10px;align-items:center}.qty-row input{width:80px}.tabs{margin-top:35px;border-top:1px solid var(--line);padding-top:20px;line-height:1.7}.lightbox{position:fixed;inset:0;background:#000d;z-index:100;display:none;align-items:center;justify-content:center;padding:30px}.lightbox.open{display:flex}.lightbox img{max-width:95vw;max-height:92vh}.lightbox button{position:absolute;right:25px;top:20px;font-size:34px;background:none;color:#fff;border:0}.cart-table{width:100%;border-collapse:collapse}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid var(--line);text-align:left}.cart-table img{width:75px;height:75px;object-fit:cover}.checkout-grid{display:grid;grid-template-columns:1fr 380px;gap:30px}.auth{max-width:520px;margin:60px auto}.toast{width:min(1180px,92%);margin:15px auto;padding:12px 15px;border-radius:8px}.success{background:#ecfdf3;color:var(--ok)}.error{background:#fef3f2;color:var(--danger)}footer{margin-top:70px;background:#171717;color:#ddd;padding:50px 0 90px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-grid a{display:block;color:#aaa;margin:8px 0}.copyright{text-align:center;border-top:1px solid #333;margin-top:30px;padding-top:20px;color:#777}.mobile-bottom{display:none}.empty{padding:45px;text-align:center;background:#faf9f7;border:1px dashed #ddd;border-radius:12px}.two{display:grid;grid-template-columns:1fr 1fr;gap:15px}@media(max-width:900px){.nav{grid-template-columns:1fr auto}.search,.nav nav a:not(:last-child){display:none}.grid{grid-template-columns:repeat(2,1fr)}.categories{grid-template-columns:1fr 1fr}.slide{height:430px}.slide h1{font-size:34px}.filters,.product-layout,.checkout-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.mobile-bottom{display:grid;grid-template-columns:repeat(5,1fr);position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid var(--line);z-index:50}.mobile-bottom a{padding:10px 3px;text-align:center;font-size:18px}.mobile-bottom small{display:block;font-size:10px;margin-top:4px}.site-header{position:relative}}@media(max-width:560px){.grid,.categories,.two{grid-template-columns:1fr 1fr}.section{padding:40px 0}.slide{height:390px}.slide .overlay{margin:20px;padding:22px}.slide h1{font-size:30px}.product-info h1{font-size:29px}.cart-table th:nth-child(2),.cart-table td:nth-child(2){display:none}}

/* v2 additions */
.btn-secondary{background:#fff!important;color:var(--ink)!important;border:1px solid var(--line)!important}.product-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin:18px 0}.product-actions form{margin:0}.account-menu{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.account-menu a{display:flex;flex-direction:column;gap:8px}.account-menu span{font-size:13px;color:var(--muted)}.coupon-form{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end}.admin-note{padding:12px;border:1px solid var(--line);border-radius:8px;background:#fffdf8}.category small{display:block}.panel hr{border:0;border-top:1px solid var(--line);margin:22px 0}@media(max-width:700px){.account-menu{grid-template-columns:1fr}.coupon-form{grid-template-columns:1fr}.product-actions{align-items:stretch}.product-actions .btn{width:100%}.product-actions form{width:100%}}
.pagination{display:flex;gap:8px;align-items:center;justify-content:center;margin:22px 0;flex-wrap:wrap}.pagination a{display:inline-flex;min-width:36px;height:36px;align-items:center;justify-content:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:inherit}.pagination a.active{background:#171717;color:#fff;border-color:#171717}

@media(max-width:900px){.slide{background-image:var(--bg-mobile,var(--bg-desktop))}}

/* v11: three-level furniture-store header */
.yuya-header{position:sticky;top:0;z-index:60;background:#fff;border-bottom:0;box-shadow:0 1px 0 rgba(0,0,0,.08)}
.header-utility{height:38px;border-top:1px solid #e8e8e8;border-bottom:1px solid #ddd;background:#fff;font-size:12px}
.header-utility-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}
.header-utility nav{display:flex;align-items:center;gap:23px;white-space:nowrap}
.header-utility a{color:#111;line-height:1}.utility-strong{font-weight:700}.header-utility-right{margin-left:auto}.header-utility-right a{display:inline-flex;align-items:center;gap:5px}.utility-chevron{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.utility-icon{width:23px;height:23px;display:inline-flex!important;align-items:center;justify-content:center}.utility-icon svg{width:20px;height:20px;fill:none;stroke:#111;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.utility-static{cursor:default}
.header-main{border-bottom:1px solid #dedede;background:#fff}.header-main-inner{min-height:82px;display:grid;grid-template-columns:minmax(235px,250px) minmax(410px,1fr) auto;align-items:center;gap:24px}
.header-brand{display:flex;align-items:center;gap:10px;min-width:0}.header-brand img{max-width:220px;max-height:55px;object-fit:contain}.yuya-monogram{width:40px;height:40px;border:3px solid #20202c;box-shadow:inset 0 0 0 2px #fff,0 0 0 1px #20202c;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-items:center;padding:3px 2px;background:#242536;color:#fff;font-family:Georgia,'Times New Roman',serif;line-height:1}.yuya-monogram small{font-size:10px;letter-spacing:-.5px}.yuya-wordmark{font-family:Georgia,'Times New Roman',serif;font-weight:700;font-size:31px;letter-spacing:-1.1px;white-space:nowrap;color:#0f0f0f}
.header-search{height:47px;border:1.6px solid #171717;border-radius:26px;display:grid;grid-template-columns:48px minmax(150px,1fr) 1px minmax(118px,145px) 34px;align-items:center;background:#fff;overflow:hidden}.header-search-icon{display:flex;align-items:center;justify-content:center}.header-search-icon svg{width:27px;height:27px;fill:none;stroke:#080808;stroke-width:2.8;stroke-linecap:round}.header-search input{height:100%;width:100%;border:0;outline:0;padding:0 8px 0 0;font:inherit;font-size:14px;background:transparent;color:#111}.header-search input::placeholder{color:#929292}.header-search-divider{height:100%;background:#777}.header-search select{height:100%;border:0;border-radius:0!important;outline:0;padding:0 5px 0 13px;font-size:12px;background:#fff;color:#111;appearance:auto}.header-search-submit{height:100%;border:0;background:#fff;padding:0 9px 0 2px;display:flex;align-items:center;justify-content:center;cursor:pointer}.header-search-submit svg{width:18px;height:18px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:21px;white-space:nowrap}.delivery-block{display:flex;flex-direction:column;gap:2px;font-size:9.5px;line-height:1.12;max-width:155px}.delivery-block span{font-weight:500}.delivery-block span b{font-weight:500}.delivery-block strong{font-size:10px;font-weight:700}.header-action-icon{position:relative;width:31px;height:36px;display:flex;align-items:center;justify-content:center}.header-action-icon svg{width:29px;height:29px;fill:none;stroke:#000;stroke-width:1.7}.header-action-icon .icon-fill{fill:#000;stroke:#000}.header-cart-total{position:relative;min-width:73px;font-size:20px;font-weight:400;letter-spacing:-.6px;color:#171717}.header-badge{position:absolute;right:-5px;top:-4px;display:inline-flex;min-width:17px;height:17px;padding:0 4px;align-items:center;justify-content:center;background:#111;color:#fff;border-radius:20px;font-size:10px;font-style:normal;font-weight:700}.cart-badge{right:-5px;top:-12px}
.header-category-row{background:#fff;border-bottom:1px solid #f0f0f0}.header-category-scroll{height:52px;display:flex;align-items:center;gap:26px;overflow-x:auto;scrollbar-width:none;white-space:nowrap}.header-category-scroll::-webkit-scrollbar{display:none}.header-category-scroll a{font-size:14px;color:#0f0f0f;flex:0 0 auto}.header-category-scroll a:hover{text-decoration:underline;text-underline-offset:5px}

@media(max-width:1180px){.header-main-inner{grid-template-columns:210px minmax(330px,1fr) auto;gap:16px}.yuya-wordmark{font-size:27px}.header-actions{gap:13px}.delivery-block{display:none}.header-category-scroll{gap:20px}.header-utility nav{gap:16px}}
@media(max-width:900px){.yuya-header{position:sticky}.header-utility{display:none}.header-main-inner{min-height:auto;padding-top:11px;padding-bottom:11px;grid-template-columns:1fr auto;gap:11px}.header-brand{grid-column:1}.header-brand img{max-height:43px;max-width:170px}.yuya-monogram{width:34px;height:34px}.yuya-wordmark{font-size:24px}.header-actions{grid-column:2;gap:8px}.header-actions .delivery-block{display:none}.header-action-icon{width:30px}.header-cart-total{font-size:14px;min-width:auto}.header-search{grid-column:1/-1;grid-row:2;height:43px;width:100%;grid-template-columns:42px 1fr 1px 125px 30px}.header-category-scroll{height:44px;gap:21px}.header-category-scroll a{font-size:13px}}
@media(max-width:560px){.yuya-wordmark{font-size:21px}.yuya-monogram{width:31px;height:31px;border-width:2px}.header-actions{gap:3px}.header-action-icon:first-of-type{display:none}.header-action-icon{width:27px}.header-action-icon svg{width:25px;height:25px}.header-cart-total{font-size:13px;min-width:58px;text-align:right}.header-search{grid-template-columns:40px 1fr 1px 106px 28px}.header-search select{font-size:11px;padding-left:7px}.header-category-scroll{width:94%}.header-category-row{border-bottom:1px solid #ddd}}

/* ===== Yuya Mobilya - Premium Footer ===== */
.footer-benefits{margin-top:72px;background:#f7f7f5;border-top:1px solid #ecebea;border-bottom:1px solid #e6e5e2}.footer-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr)}.footer-benefit{min-height:112px;display:flex;align-items:center;gap:15px;padding:24px 22px;border-right:1px solid #e3e2de}.footer-benefit:last-child{border-right:0}.footer-benefit-icon{width:42px;height:42px;flex:0 0 42px;border:1px solid #cfcfc9;border-radius:50%;display:grid;place-items:center;color:#151515;background:#fff}.footer-benefit-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.footer-benefit strong{display:block;font-size:14px;letter-spacing:.01em;color:#141414;margin-bottom:5px}.footer-benefit small{display:block;font-size:11px;line-height:1.45;color:#777}
.site-footer{margin-top:0;background:#111;color:#d4d4d4;padding:0 0 86px;border:0}.footer-main-grid{display:grid;grid-template-columns:minmax(300px,1.7fr) repeat(3,minmax(150px,1fr));gap:54px;padding-top:58px;padding-bottom:48px}.footer-brand-column{padding-right:24px}.footer-logo{display:inline-flex;align-items:center;gap:12px;color:#fff;font-size:28px;font-family:Georgia,'Times New Roman',serif;font-weight:700;line-height:1}.footer-logo img{display:block;max-width:220px;max-height:54px;width:auto;height:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer-monogram{width:38px;height:38px;border:2px solid #fff;display:grid;grid-template-columns:1fr 1fr;align-items:center;justify-items:center;font-family:Georgia,serif;font-size:9px;line-height:1}.footer-monogram small{font-size:9px}.footer-description{max-width:430px;margin:22px 0 24px;color:#9d9d9d;font-size:13px;line-height:1.8}.footer-contact-list{display:grid;gap:12px}.footer-contact-list>a{display:flex;align-items:center;gap:12px;width:max-content;max-width:100%;color:#e8e8e8}.footer-contact-icon{width:34px;height:34px;border:1px solid #363636;border-radius:50%;display:grid;place-items:center;flex:0 0 34px}.footer-contact-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.footer-contact-list small{display:block;color:#777;font-size:10px;margin-bottom:2px}.footer-contact-list strong{display:block;color:#efefef;font-size:12px;font-weight:600;word-break:break-word}.footer-address{max-width:390px;margin:18px 0 0;padding-left:46px;color:#7e7e7e;font-size:11px;line-height:1.65}.footer-socials{display:flex;gap:8px;margin-top:22px}.footer-socials a{width:34px;height:34px;border:1px solid #363636;border-radius:50%;display:grid;place-items:center;color:#ddd;transition:.2s}.footer-socials a:hover{background:#fff;color:#111;border-color:#fff;transform:translateY(-2px)}.footer-socials svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.footer-socials .icon-dot{fill:currentColor;stroke:none}.footer-socials a:last-child svg path{fill:currentColor;stroke:none}
.footer-link-column h4{margin:5px 0 19px;color:#fff;font-size:13px;font-weight:700;letter-spacing:.03em}.footer-link-column>a{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0;padding:9px 0;color:#949494;font-size:12px;border-bottom:1px solid transparent;transition:.18s}.footer-link-column>a b{font-size:18px;font-weight:300;color:#565656;transition:.18s}.footer-link-column>a:hover{color:#fff;padding-left:4px}.footer-link-column>a:hover b{color:#fff;transform:translateX(2px)}.footer-bottom{border-top:1px solid #292929;padding-top:22px;display:flex;justify-content:space-between;align-items:center;gap:24px;color:#707070;font-size:10px}.footer-bottom-copy strong{color:#aaa;font-weight:600}.footer-bottom-notes{display:flex;align-items:center;gap:10px;white-space:nowrap}.footer-bottom-notes i{width:3px;height:3px;background:#555;border-radius:50%}
@media(max-width:1000px){.footer-benefits-grid{grid-template-columns:repeat(2,1fr)}.footer-benefit:nth-child(2){border-right:0}.footer-benefit:nth-child(-n+2){border-bottom:1px solid #e3e2de}.footer-main-grid{grid-template-columns:1.5fr 1fr 1fr;gap:38px}.footer-category-column{grid-column:2/4}.footer-brand-column{grid-row:span 2}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom-notes{flex-wrap:wrap;white-space:normal}}
@media(max-width:700px){.footer-benefits{margin-top:48px}.footer-benefits-grid{grid-template-columns:1fr 1fr}.footer-benefit{min-height:118px;align-items:flex-start;flex-direction:column;gap:10px;padding:18px 14px}.footer-benefit-icon{width:36px;height:36px;flex-basis:36px}.footer-benefit-icon svg{width:18px;height:18px}.footer-benefit strong{font-size:12px}.footer-benefit small{font-size:10px}.site-footer{padding-bottom:94px}.footer-main-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 24px;padding-top:42px;padding-bottom:35px}.footer-brand-column{grid-column:1/-1;grid-row:auto;padding-right:0;border-bottom:1px solid #292929;padding-bottom:30px}.footer-logo{font-size:25px}.footer-logo img{max-width:190px}.footer-description{margin:18px 0;font-size:12px}.footer-category-column{grid-column:1/-1}.footer-link-column h4{font-size:12px;margin-bottom:12px}.footer-link-column>a{font-size:11px;padding:8px 0}.footer-bottom{padding-top:18px;gap:12px}.footer-bottom-notes{display:none}.footer-address{padding-left:0}.footer-contact-list>a{width:100%}}
@media(max-width:420px){.footer-benefits-grid{grid-template-columns:1fr}.footer-benefit{min-height:auto;flex-direction:row;align-items:center;border-right:0;border-bottom:1px solid #e3e2de!important;padding:15px 4%}.footer-benefit:last-child{border-bottom:0!important}.footer-main-grid{grid-template-columns:1fr;gap:26px}.footer-link-column,.footer-category-column{grid-column:1}.footer-link-column{border-bottom:1px solid #252525;padding-bottom:18px}.footer-category-column{border-bottom:0}.footer-bottom-copy{line-height:1.6}}


/* Yuya Mobilya - Kırmızı ana tema */
.search button,.btn{background:var(--primary)}
.search button:hover,.btn:hover{background:var(--primary-dark)}
.brand span,.price,.old-price+strong{color:var(--primary)}
.pagination a.active{background:var(--primary);border-color:var(--primary)}
.topbar{background:#111}
.category:hover,.card:hover{border-color:#e6b5b9}

/* Premium footer v2 */
.footer-contact-cta{margin-top:72px;background:linear-gradient(135deg,var(--primary) 0%,#69514b 55%,#4d3b36 100%);color:#fff;position:relative;overflow:hidden}
.footer-contact-cta:before{content:"";position:absolute;width:360px;height:360px;border:1px solid #ffffff22;border-radius:50%;right:-80px;top:-190px}
.footer-contact-cta:after{content:"";position:absolute;width:220px;height:220px;border:1px solid #ffffff18;border-radius:50%;right:140px;bottom:-160px}
.footer-contact-cta-inner{min-height:168px;display:flex;align-items:center;justify-content:space-between;gap:42px;position:relative;z-index:1}
.footer-cta-copy{max-width:650px;padding:30px 0}
.footer-cta-kicker{display:block;font-size:10px;letter-spacing:.18em;font-weight:800;color:#e8dedb;margin-bottom:9px}
.footer-cta-copy h3{font-family:Georgia,'Times New Roman',serif;font-size:29px;line-height:1.2;margin:0 0 8px;font-weight:700}
.footer-cta-copy p{margin:0;color:#ffecee;font-size:12px;line-height:1.65}
.footer-whatsapp-cta{min-width:292px;display:flex;align-items:center;gap:13px;padding:14px 16px;background:#fff;color:#181818;border-radius:12px;box-shadow:0 12px 30px #5e000f30;transition:.2s}
.footer-whatsapp-cta:hover{transform:translateY(-2px);box-shadow:0 16px 34px #5e000f45}
.footer-whatsapp-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--primary-soft);color:var(--primary);flex:0 0 42px}
.footer-whatsapp-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.footer-whatsapp-cta small{display:block;color:#777;font-size:9px;margin-bottom:3px;letter-spacing:.03em}
.footer-whatsapp-cta strong{display:block;font-size:14px;color:#161616;white-space:nowrap}
.footer-whatsapp-cta>b{margin-left:auto;font-size:22px;color:var(--primary);font-weight:400}

.footer-benefits{margin-top:0;background:#fff;border-top:0;border-bottom:1px solid #ece5e6}
.footer-benefit{border-right:1px solid #eee5e6;position:relative}
.footer-benefit-icon{border-color:#dfd2ce;color:var(--primary);background:var(--primary-soft)}
.footer-benefit strong{font-size:13px}
.footer-benefit small{color:#808080}

.site-footer{background:#101010;position:relative}
.site-footer:before{content:"";height:3px;background:var(--primary);position:absolute;left:0;right:0;top:0}
.footer-main-grid{padding-top:62px}
.footer-brand-column{position:relative}
.footer-description{color:#aaa}
.footer-contact-list>a{padding:7px 10px 7px 0;border-radius:9px;transition:.18s}
.footer-contact-list>a:hover{color:#fff;transform:translateX(3px)}
.footer-contact-icon{border-color:#3a2628;background:#1b1516;color:#f36b74}
.footer-link-column h4{position:relative;padding-bottom:13px;margin-bottom:12px}
.footer-link-column h4:after{content:"";position:absolute;left:0;bottom:0;width:28px;height:2px;background:var(--primary);border-radius:2px}
.footer-link-column>a{border-bottom:1px solid #1d1d1d}
.footer-link-column>a b{color:#6f373b}
.footer-link-column>a:hover{color:#fff;border-bottom-color:#3a2023}
.footer-link-column>a:hover b{color:#ef4c57}
.footer-socials a{border-color:#3a292b;background:#171313}
.footer-socials a:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.footer-bottom{border-top-color:#292020}
.footer-bottom-copy strong{color:#ddd}
.footer-bottom-notes i{background:var(--primary)}

@media(max-width:900px){
.footer-contact-cta-inner{min-height:auto;padding:28px 0;align-items:flex-start}
.footer-cta-copy{padding:0}
.footer-whatsapp-cta{min-width:270px}
}
@media(max-width:700px){
.footer-contact-cta{margin-top:48px}
.footer-contact-cta-inner{flex-direction:column;gap:19px;padding:28px 0}
.footer-cta-copy h3{font-size:23px}
.footer-whatsapp-cta{width:100%;min-width:0}
.footer-main-grid{padding-top:44px}
}
@media(max-width:420px){
.footer-cta-copy h3{font-size:21px}
.footer-contact-cta-inner{padding:24px 0}
.footer-whatsapp-cta{padding:12px}
.footer-whatsapp-cta strong{font-size:13px}
}

/* =========================================================
   Yuya Mobilya UI Patch - Açık Footer + Breadcrumb + Cart Icon
   ========================================================= */

/* Header cart icon */
.header-cart-total{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  min-width:118px;
  position:relative;
  color:#171717;
  font-size:15px;
  font-weight:600;
  letter-spacing:-.2px;
}
.header-cart-icon{
  width:30px;
  height:34px;
  display:grid;
  place-items:center;
  flex:0 0 30px;
}
.header-cart-icon svg{
  width:27px;
  height:27px;
  fill:none;
  stroke:#111;
  stroke-width:1.75;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.header-cart-total:hover .header-cart-icon svg{stroke:var(--primary)}
.header-cart-total:hover .header-cart-price{color:var(--primary)}
.header-cart-total .cart-badge{right:-7px;top:-7px;background:var(--primary)}

/* Breadcrumb */
.breadcrumb-wrap{
  background:#fff;
  border-bottom:1px solid #f0ece9;
}
.breadcrumb{
  min-height:43px;
  display:flex;
  align-items:center;
  gap:8px;
  overflow-x:auto;
  white-space:nowrap;
  scrollbar-width:none;
  font-size:12px;
  color:#8a8480;
}
.breadcrumb::-webkit-scrollbar{display:none}
.breadcrumb a{color:#67615d;transition:.18s}
.breadcrumb a:hover{color:var(--primary)}
.breadcrumb span[aria-current="page"]{color:#1d1b1a;font-weight:600;max-width:420px;overflow:hidden;text-overflow:ellipsis}
.breadcrumb-sep{color:#bdb6b1;font-size:16px;line-height:1}

/* Mobil kategori menüsü: parmakla sağa/sola kaydırma */
@media(max-width:900px){
  .header-category-row{overflow:hidden;position:relative}
  .header-category-scroll{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 4%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior-x:contain;
    touch-action:pan-x;
    scroll-snap-type:x proximity;
    scrollbar-width:none;
    white-space:nowrap;
    flex-wrap:nowrap;
  }
  .header-category-scroll::-webkit-scrollbar{display:none}
  .header-category-scroll a{flex:0 0 auto;scroll-snap-align:start}
  .header-cart-total{min-width:100px;gap:5px;font-size:13px}
  .header-cart-icon{width:27px;flex-basis:27px}
  .header-cart-icon svg{width:24px;height:24px}
}
@media(max-width:560px){
  .header-cart-total{min-width:34px;width:34px;justify-content:center;text-align:center}
  .header-cart-price{display:none}
  .header-cart-total .cart-badge{right:-4px;top:-6px}
  .breadcrumb{font-size:11px;min-height:39px;padding-right:4%;padding-left:4%;width:100%;max-width:none}
  .breadcrumb span[aria-current="page"]{max-width:230px}
}

/* ---------------------------------------------------------
   Açık, premium footer
   --------------------------------------------------------- */
.footer-contact-cta{
  margin-top:72px;
  background:#f7f3f1;
  color:#181615;
  border-top:1px solid #eee6e2;
  border-bottom:1px solid #eadfdb;
  position:relative;
  overflow:hidden;
}
.footer-contact-cta:before{
  content:"";
  position:absolute;
  width:290px;
  height:290px;
  border-radius:50%;
  background:#745b540a;
  right:-70px;
  top:-145px;
  border:1px solid #745b5414;
}
.footer-contact-cta:after{
  content:"";
  position:absolute;
  width:150px;
  height:150px;
  border-radius:50%;
  background:#fff;
  right:150px;
  bottom:-110px;
  border:1px solid #745b5410;
}
.footer-cta-kicker{color:var(--primary)}
.footer-cta-copy h3{color:#181615}
.footer-cta-copy p{color:#736b67}
.footer-whatsapp-cta{
  background:var(--primary);
  color:#fff;
  box-shadow:0 13px 34px #5e484224;
  border:1px solid var(--primary);
}
.footer-whatsapp-cta:hover{background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 16px 38px #5e484230}
.footer-whatsapp-icon{background:#ffffff18;color:#fff}
.footer-whatsapp-cta small{color:#e8dedb}
.footer-whatsapp-cta strong,.footer-whatsapp-cta>b{color:#fff}

.footer-benefits{
  background:#fff;
  border-bottom:1px solid #eee7e3;
}
.footer-benefit{border-right-color:#eee7e3}
.footer-benefit-icon{background:#f6f2f1;border-color:#dfd2ce;color:var(--primary)}
.footer-benefit strong{color:#1b1918}
.footer-benefit small{color:#7b7470}

.site-footer{
  background:#fbfaf8;
  color:#34302d;
  border-top:0;
  padding:0 0 86px;
  box-shadow:none;
}
.site-footer:before{height:3px;background:var(--primary)}
.footer-main-grid{padding-top:58px;padding-bottom:44px}
.footer-logo{color:#171514}
.footer-logo img{filter:none}
.footer-monogram{border-color:#171514;color:#171514}
.footer-description{color:#736d69}
.footer-contact-list>a{color:#2e2a28}
.footer-contact-list>a:hover{color:var(--primary);transform:translateX(3px)}
.footer-contact-icon{border-color:#ddcfcb;background:#fff;color:var(--primary);box-shadow:0 4px 14px #4d1d2008}
.footer-contact-list small{color:#938b86}
.footer-contact-list strong{color:#262220}
.footer-address{color:#7c7571}
.footer-socials a{background:#fff;border-color:#eadfdb;color:#504946;box-shadow:0 3px 12px #32131508}
.footer-socials a:hover{background:var(--primary);border-color:var(--primary);color:#fff}
.footer-link-column h4{color:#1c1917}
.footer-link-column h4:after{background:var(--primary)}
.footer-link-column>a{color:#6f6864;border-bottom:1px solid #eee8e4}
.footer-link-column>a b{color:#c2b8b2}
.footer-link-column>a:hover{color:var(--primary);border-bottom-color:#daccc8}
.footer-link-column>a:hover b{color:var(--primary)}
.footer-bottom{border-top:1px solid #e7e0dc;color:#8d8580}
.footer-bottom-copy strong{color:#38322f}
.footer-bottom-notes i{background:#d6ccc7}

@media(max-width:700px){
  .footer-contact-cta{margin-top:48px}
  .footer-brand-column{border-bottom:1px solid #e7e0dc}
  .footer-link-column{border-bottom-color:#e9e2de}
}
@media(max-width:420px){
  .footer-benefit{border-bottom-color:#eee7e3!important}
  .footer-link-column{border-bottom:1px solid #e9e2de}
}

/* =========================================================
   Yuya Mobilya UI Patch - Dark Footer + WhatsApp + Mobile Search
   ========================================================= */
:root{
  --whatsapp:#25D366;
  --whatsapp-dark:#1fb958;
}

/* WhatsApp ile ilgili bütün CTA'lar kendi marka rengini kullanır. */
a.btn[href*="wa.me"],
a[href*="wa.me"].btn,
.footer-whatsapp-cta{
  background:var(--whatsapp)!important;
  border-color:var(--whatsapp)!important;
  color:#fff!important;
}
a.btn[href*="wa.me"]:hover,
a[href*="wa.me"].btn:hover,
.footer-whatsapp-cta:hover{
  background:var(--whatsapp-dark)!important;
  border-color:var(--whatsapp-dark)!important;
  color:#fff!important;
}
.footer-whatsapp-icon{background:#ffffff24!important;color:#fff!important}
.footer-whatsapp-cta small{color:#effff4!important}
.footer-whatsapp-cta strong,.footer-whatsapp-cta>b{color:#fff!important}
.footer-socials a[aria-label="WhatsApp"]{
  background:var(--whatsapp)!important;
  border-color:var(--whatsapp)!important;
  color:#fff!important;
}
.footer-socials a[aria-label="WhatsApp"]:hover{background:var(--whatsapp-dark)!important;border-color:var(--whatsapp-dark)!important}

/* -------------------------
   Yeni koyu footer tasarımı
   ------------------------- */
.footer-contact-cta{
  margin-top:72px;
  background:#111214!important;
  color:#fff!important;
  border-top:1px solid #242529!important;
  border-bottom:1px solid #25262a!important;
  position:relative;
  overflow:hidden;
}
.footer-contact-cta:before{
  content:"";
  position:absolute;
  width:390px;
  height:390px;
  right:-140px;
  top:-240px;
  border-radius:50%;
  background:radial-gradient(circle,#745b5418 0,#745b5400 68%);
  border:1px solid #ffffff0d;
}
.footer-contact-cta:after{
  content:"";
  position:absolute;
  left:52%;
  bottom:-145px;
  width:260px;
  height:260px;
  border:1px solid #ffffff0a;
  border-radius:50%;
  background:transparent;
}
.footer-contact-cta-inner{min-height:174px}
.footer-cta-kicker{color:#bda8a1!important}
.footer-cta-copy h3{color:#fff!important;font-size:30px;letter-spacing:-.35px}
.footer-cta-copy p{color:#b7b9bd!important;max-width:610px;font-size:13px}
.footer-whatsapp-cta{
  min-width:305px;
  border-radius:14px!important;
  box-shadow:0 14px 34px #00000033!important;
}
.footer-whatsapp-cta:hover{transform:translateY(-2px)}

.footer-benefits{
  margin-top:0!important;
  background:#17181b!important;
  border-top:0!important;
  border-bottom:1px solid #2a2b2f!important;
}
.footer-benefit{border-right-color:#2c2d31!important}
.footer-benefit-icon{
  background:#202126!important;
  border-color:#34353a!important;
  color:#b89990!important;
}
.footer-benefit strong{color:#fff!important}
.footer-benefit small{color:#a7a9ad!important}

.site-footer{
  background:#0c0d0f!important;
  color:#e8e9eb!important;
  border-top:0!important;
  padding:0 0 86px!important;
}
.site-footer:before{height:3px!important;background:var(--primary)!important}
.footer-main-grid{padding-top:62px!important;padding-bottom:48px!important}
.footer-logo{color:#fff!important}
.footer-logo img{filter:brightness(0) invert(1)!important}
.footer-monogram{border-color:#fff!important;color:#fff!important}
.footer-description{color:#b8babf!important;font-size:13px!important;line-height:1.8!important}
.footer-contact-list>a{color:#f1f2f3!important}
.footer-contact-list>a:hover{color:#fff!important}
.footer-contact-icon{
  background:#17181c!important;
  border-color:#313238!important;
  color:#b99c94!important;
}
.footer-contact-list small{color:#90939a!important}
.footer-contact-list strong{color:#f7f7f8!important}
.footer-address{color:#a6a8ad!important}
.footer-socials a{
  background:#17181c!important;
  border-color:#313238!important;
  color:#f0f1f2!important;
}
.footer-socials a:not([aria-label="WhatsApp"]):hover{
  background:var(--primary)!important;
  border-color:var(--primary)!important;
  color:#fff!important;
}
.footer-link-column h4{
  color:#fff!important;
  font-size:13px!important;
  letter-spacing:.04em!important;
}
.footer-link-column h4:after{background:var(--primary)!important;width:34px!important}
.footer-link-column>a{
  color:#c1c3c7!important;
  border-bottom:1px solid #202125!important;
  padding:10px 0!important;
}
.footer-link-column>a b{color:#696c73!important}
.footer-link-column>a:hover{
  color:#fff!important;
  border-bottom-color:#34353a!important;
  padding-left:4px!important;
}
.footer-link-column>a:hover b{color:#bda49d!important}
.footer-bottom{
  border-top:1px solid #292a2f!important;
  color:#92949a!important;
  padding-top:24px!important;
}
.footer-bottom-copy strong{color:#e7e8ea!important}
.footer-bottom-notes{color:#a1a3a8!important}
.footer-bottom-notes i{background:var(--primary)!important}

/* -------------------------
   Mobil arama popup
   ------------------------- */
.mobile-search-trigger{
  display:none;
  width:34px;
  height:36px;
  padding:0;
  border:0;
  background:transparent;
  color:#111;
  align-items:center;
  justify-content:center;
  cursor:pointer;
}
.mobile-search-trigger svg{
  width:26px;
  height:26px;
  fill:none;
  stroke:currentColor;
  stroke-width:2;
  stroke-linecap:round;
}
.mobile-search-popup{
  position:fixed;
  inset:0;
  z-index:120;
  display:none;
}
.mobile-search-popup.open{display:block}
.mobile-search-backdrop{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
  background:#0009;
  padding:0;
  cursor:default;
}
.mobile-search-panel{
  position:absolute;
  left:0;
  right:0;
  top:0;
  background:#fff;
  padding:18px 4% 24px;
  border-radius:0 0 20px 20px;
  box-shadow:0 22px 55px #00000035;
  transform:translateY(-12px);
  opacity:0;
  transition:transform .22s ease,opacity .22s ease;
}
.mobile-search-popup.open .mobile-search-panel{transform:translateY(0);opacity:1}
.mobile-search-head{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:17px}
.mobile-search-head small{display:block;color:var(--primary);font-size:9px;letter-spacing:.18em;font-weight:800;margin-bottom:3px}
.mobile-search-head strong{display:block;font-family:Georgia,'Times New Roman',serif;font-size:22px;color:#171717}
.mobile-search-close{
  width:40px;
  height:40px;
  border:1px solid #e7e2df;
  border-radius:50%;
  background:#fff;
  font-size:27px;
  line-height:1;
  color:#222;
  cursor:pointer;
}
.mobile-search-form{display:grid;grid-template-columns:1fr;gap:10px}
.mobile-search-input-wrap{
  min-height:50px;
  border:1.5px solid #1c1c1c;
  border-radius:12px;
  display:grid;
  grid-template-columns:45px 1fr;
  align-items:center;
  overflow:hidden;
  background:#fff;
}
.mobile-search-input-wrap svg{width:23px;height:23px;justify-self:center;fill:none;stroke:#111;stroke-width:2;stroke-linecap:round}
.mobile-search-input-wrap input{width:100%;height:48px;border:0;outline:0;background:transparent;padding:0 12px 0 0;font-size:14px}
.mobile-search-form select{height:46px;border-radius:10px;background:#fff;font-size:13px}
.mobile-search-submit{height:47px;border:0;border-radius:10px;background:var(--primary);color:#fff;font-weight:700;font-size:14px;cursor:pointer}
body.mobile-search-open{overflow:hidden}

/* Alt mobil menüde Ara artık buton olabilir. */
.mobile-bottom .mobile-bottom-search{
  appearance:none;
  border:0;
  background:#fff;
  color:inherit;
  padding:10px 3px;
  text-align:center;
  font:inherit;
  font-size:18px;
  cursor:pointer;
}
.mobile-bottom .mobile-bottom-search small{display:block;font-size:10px;margin-top:4px}

@media(max-width:900px){
  /* Masaüstü arama çubuğu mobilde tamamen gizlenir. */
  .header-search{display:none!important}
  .mobile-search-trigger{display:flex}
  .header-main-inner{grid-template-columns:minmax(0,1fr) auto!important;padding-top:10px!important;padding-bottom:10px!important}
  .header-actions{gap:5px!important}

  /* Kategori satırı gerçek yatay carousel/scroll davranışı. */
  .header-category-row{
    position:relative;
    overflow:hidden;
    border-bottom:1px solid #e7e7e7!important;
  }
  .header-category-row:after{
    content:"";
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:42px;
    pointer-events:none;
    background:linear-gradient(90deg,#ffffff00,#fff 82%);
    z-index:2;
  }
  .header-category-scroll{
    width:100%!important;
    max-width:none!important;
    height:46px!important;
    margin:0!important;
    padding:0 52px 0 max(4%,16px)!important;
    display:flex!important;
    align-items:center!important;
    gap:22px!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    scroll-snap-type:x proximity!important;
    scroll-behavior:smooth!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    touch-action:pan-x!important;
    scrollbar-width:none!important;
    cursor:grab;
  }
  .header-category-scroll:active{cursor:grabbing}
  .header-category-scroll::-webkit-scrollbar{display:none!important}
  .header-category-scroll a{
    flex:0 0 auto!important;
    scroll-snap-align:start!important;
    font-size:13px!important;
    line-height:46px!important;
  }

  .footer-contact-cta-inner{padding:30px 0!important}
  .footer-benefit:nth-child(-n+2){border-bottom-color:#2c2d31!important}
}

@media(max-width:560px){
  .header-brand img{max-width:145px!important;max-height:40px!important}
  .header-actions .header-action-icon{width:29px!important}
  .header-actions .header-action-icon svg{width:24px!important;height:24px!important}
  .mobile-search-trigger{width:30px;height:34px}
  .mobile-search-trigger svg{width:23px;height:23px}
  .header-category-scroll{gap:19px!important;padding-left:16px!important}
  .footer-contact-cta{margin-top:48px!important}
  .footer-cta-copy h3{font-size:23px!important}
  .footer-cta-copy p{font-size:12px!important}
  .footer-whatsapp-cta{width:100%!important;min-width:0!important}
  .footer-brand-column{border-bottom:1px solid #292a2f!important}
  .footer-link-column{border-bottom-color:#28292d!important}
}


/* Footer contact redesign patch */
.footer-contact-list{
  gap:14px!important;
  margin-top:18px;
}
.footer-contact-list>a{
  display:flex!important;
  align-items:center;
  gap:14px;
  width:100%!important;
  max-width:360px;
  padding:12px 14px!important;
  border:1px solid #24272d;
  background:linear-gradient(180deg,#101319 0%,#0d1015 100%);
  border-radius:16px;
  box-shadow:0 10px 24px rgba(0,0,0,.18);
}
.footer-contact-list>a:hover{
  transform:translateX(4px) translateY(-1px)!important;
  border-color:#323742;
  background:linear-gradient(180deg,#131821 0%,#0e1218 100%);
}
.footer-contact-icon{
  width:46px!important;
  height:46px!important;
  flex:0 0 46px!important;
  border-radius:14px!important;
  border:1px solid #2c313b!important;
  background:#161a22!important;
  color:#bda49d!important;
  box-shadow:none!important;
}
.footer-contact-icon svg{width:19px!important;height:19px!important}
.footer-contact-list small{
  color:#9aa1ad!important;
  font-size:11px!important;
  margin-bottom:4px!important;
  letter-spacing:.02em;
}
.footer-contact-list strong{
  color:#ffffff!important;
  font-size:18px!important;
  line-height:1.2;
  font-weight:700!important;
}
.footer-whatsapp-row{
  border-color:#1d5f40!important;
  background:linear-gradient(180deg,#10271d 0%,#0b1d15 100%)!important;
}
.footer-whatsapp-row:hover{
  border-color:#25D366!important;
  background:linear-gradient(180deg,#143222 0%,#0d2318 100%)!important;
}
.footer-contact-icon-whatsapp{
  background:#25D366!important;
  color:#fff!important;
  border-color:#25D366!important;
}
.footer-whatsapp-row small{color:#b6e8c8!important}
.footer-whatsapp-row strong{color:#ffffff!important}
.footer-description{
  color:#c0c6cf!important;
  font-size:14px!important;
  line-height:1.75!important;
  margin-bottom:22px!important;
}
.footer-address{
  color:#9aa1ad!important;
  font-size:12px!important;
  line-height:1.8!important;
}
.footer-socials{
  margin-top:20px!important;
  gap:10px!important;
}
.footer-socials a{
  width:40px!important;
  height:40px!important;
  border-radius:12px!important;
  border:1px solid #2b3038!important;
  background:#151920!important;
  color:#e5e7eb!important;
}
.footer-socials a:hover{
  background:#1c212a!important;
  border-color:#3a404a!important;
  color:#fff!important;
}
.footer-socials a[aria-label="WhatsApp"]{
  background:#25D366!important;
  border-color:#25D366!important;
  color:#fff!important;
}
.footer-socials a[aria-label="WhatsApp"]:hover{
  background:#20bd5c!important;
  border-color:#20bd5c!important;
}
@media (max-width:700px){
  .footer-contact-list>a{max-width:none;padding:12px!important}
  .footer-contact-list strong{font-size:16px!important}
  .footer-contact-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
}


/* =========================================================
   YUYA MOBIL HEADER — marketplace style template
   ========================================================= */
.mobile-menu-trigger{display:none;border:0;background:transparent;padding:0;color:#202124;cursor:pointer}
.mobile-menu-trigger svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}
.mobile-menu-drawer{display:none}

@media (max-width:900px){
  .yuya-header{background:#fff!important;box-shadow:none!important}
  .header-main{background:#fff!important;border-bottom:0!important}
  .header-main-inner{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr) auto!important;
    grid-template-rows:56px 46px!important;
    align-items:center!important;
    gap:0 12px!important;
    padding-top:0!important;
    padding-bottom:10px!important;
    min-height:112px!important;
  }
  .mobile-menu-trigger{
    display:flex!important;
    grid-column:1!important;
    grid-row:1!important;
    width:34px;height:42px;
    align-items:center;justify-content:flex-start;
  }
  .header-brand{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:start!important;
    min-width:0;
    gap:8px!important;
  }
  .header-brand img{max-height:34px!important;max-width:150px!important}
  .yuya-monogram{display:none!important}
  .yuya-wordmark{
    font-family:Arial,Helvetica,sans-serif!important;
    font-size:25px!important;
    font-weight:500!important;
    letter-spacing:-1.1px!important;
    line-height:1!important;
    color:#262626!important;
  }
  .header-actions{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    gap:6px!important;
    justify-content:flex-end!important;
  }
  .header-actions .delivery-block,
  .header-actions .mobile-search-trigger{display:none!important}
  .header-actions .header-action-icon{
    display:flex!important;
    width:34px!important;
    height:42px!important;
    justify-content:center!important;
    align-items:center!important;
  }
  .header-actions .header-action-icon svg{
    width:25px!important;height:25px!important;
    fill:none!important;stroke:#252525!important;stroke-width:1.65!important;
  }
  .header-actions .header-action-icon .icon-fill{fill:none!important;stroke:#252525!important}
  .header-actions .header-action-icon:first-of-type{display:flex!important}
  .header-badge{
    min-width:17px!important;height:17px!important;padding:0 4px!important;
    right:-1px!important;top:1px!important;
    background:var(--primary)!important;color:#fff!important;
    font-size:9px!important;
  }
  .header-cart-total{
    display:flex!important;
    min-width:34px!important;width:34px!important;height:42px!important;
    justify-content:center!important;align-items:center!important;
    position:relative!important;
  }
  .header-cart-icon{width:28px!important;height:30px!important;display:grid!important;place-items:center!important}
  .header-cart-icon svg{width:27px!important;height:27px!important;stroke:#252525!important;stroke-width:1.65!important}
  .header-cart-price{display:none!important}
  .header-cart-total .cart-badge{right:-3px!important;top:0!important;background:var(--primary)!important}

  /* Screenshot'taki gibi görünür oval mobil arama */
  .header-search{
    display:grid!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    grid-template-columns:46px 1fr!important;
    width:100%!important;
    height:44px!important;
    min-width:0!important;
    border:0!important;
    border-radius:24px!important;
    background:#f4f4f4!important;
    overflow:hidden!important;
    box-shadow:none!important;
  }
  .header-search:focus-within{background:#f1f1f1!important;box-shadow:0 0 0 1px #e6e6e6!important}
  .header-search-icon{display:grid!important;width:46px!important;height:44px!important;place-items:center!important;color:var(--primary)!important}
  .header-search-icon svg{width:23px!important;height:23px!important;stroke:var(--primary)!important;stroke-width:2!important}
  .header-search input{
    display:block!important;width:100%!important;height:44px!important;
    padding:0 15px 0 0!important;border:0!important;background:transparent!important;
    font-size:14px!important;color:#313131!important;outline:0!important;
  }
  .header-search input::placeholder{color:#717171!important;opacity:1!important}
  .header-search select,.header-search-divider,.header-search-submit{display:none!important}

  .header-category-row{
    position:relative!important;
    overflow:hidden!important;
    background:#fff!important;
    border-top:0!important;
    border-bottom:1px solid #e6e6e6!important;
  }
  .header-category-row:after{
    content:"";position:absolute;right:0;top:0;bottom:1px;width:28px;
    pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,0),#fff 75%);
  }
  .header-category-scroll{
    width:100%!important;max-width:none!important;height:46px!important;
    margin:0!important;padding:0 28px 0 16px!important;
    display:flex!important;align-items:stretch!important;gap:28px!important;
    overflow-x:auto!important;overflow-y:hidden!important;
    white-space:nowrap!important;scrollbar-width:none!important;
    -webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;
    scroll-snap-type:x proximity!important;overscroll-behavior-x:contain!important;
  }
  .header-category-scroll::-webkit-scrollbar{display:none!important}
  .header-category-scroll a{
    position:relative!important;display:flex!important;align-items:center!important;
    height:46px!important;flex:0 0 auto!important;padding:0!important;
    color:#202020!important;font-size:13px!important;font-weight:500!important;
    text-decoration:none!important;scroll-snap-align:start!important;
  }
  .header-category-scroll a.is-active{color:var(--primary)!important}
  .header-category-scroll a.is-active:after{
    content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--primary);border-radius:2px 2px 0 0;
  }

  /* Mobil sol çekmece */
  .mobile-menu-drawer{display:block;position:fixed;inset:0;z-index:9999;pointer-events:none;visibility:hidden}
  .mobile-menu-drawer.open{pointer-events:auto;visibility:visible}
  .mobile-menu-backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.42);opacity:0;transition:opacity .22s ease}
  .mobile-menu-drawer.open .mobile-menu-backdrop{opacity:1}
  .mobile-menu-panel{
    position:absolute;left:0;top:0;bottom:0;width:min(86vw,350px);background:#fff;
    transform:translateX(-102%);transition:transform .25s ease;overflow-y:auto;
    box-shadow:12px 0 36px rgba(0,0,0,.18);padding:0 18px 30px;
  }
  .mobile-menu-drawer.open .mobile-menu-panel{transform:translateX(0)}
  .mobile-menu-head{height:68px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee}
  .mobile-menu-brand{font-size:23px;font-weight:700;color:#171717;letter-spacing:-.5px}
  .mobile-menu-close{width:38px;height:38px;border:0;background:#f5f5f5;border-radius:50%;font-size:25px;line-height:1;color:#222;cursor:pointer}
  .mobile-menu-links,.mobile-menu-categories{display:grid}
  .mobile-menu-links{padding:12px 0 8px;border-bottom:1px solid #eee}
  .mobile-menu-links a,.mobile-menu-categories a{display:flex;align-items:center;justify-content:space-between;min-height:46px;color:#222;font-size:14px;border-bottom:1px solid #f2f2f2}
  .mobile-menu-links a:last-child,.mobile-menu-categories a:last-child{border-bottom:0}
  .mobile-menu-links span,.mobile-menu-categories span{font-size:20px;color:#aaa;font-weight:300}
  .mobile-menu-section-title{padding:18px 0 8px;color:var(--primary);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
  body.mobile-menu-open{overflow:hidden}

  /* Eski mobil popup ana header'da kullanılmıyor; alt sabit menü isterse hâlâ açabilir. */
}

@media (max-width:420px){
  .header-main-inner{grid-template-columns:30px minmax(0,1fr) auto!important;gap:0 9px!important;padding-left:14px!important;padding-right:14px!important}
  .mobile-menu-trigger{width:30px!important}
  .yuya-wordmark{font-size:22px!important}
  .header-actions{gap:2px!important}
  .header-actions .header-action-icon,.header-cart-total{width:31px!important;min-width:31px!important}
  .header-actions .header-action-icon svg{width:23px!important;height:23px!important}
  .header-cart-icon svg{width:25px!important;height:25px!important}
  .header-category-scroll{gap:24px!important;padding-left:16px!important}
}


/* Mobile hamburger SVG fix — pure CSS icon */
.mobile-menu-trigger{
  appearance:none;
  -webkit-appearance:none;
  box-sizing:border-box;
  overflow:hidden;
}
.mobile-menu-trigger>svg{display:none!important;width:0!important;height:0!important}
.mobile-hamburger{
  display:flex;
  width:24px;
  height:20px;
  flex:0 0 24px;
  flex-direction:column;
  justify-content:space-between;
  align-items:stretch;
  pointer-events:none;
}
.mobile-hamburger i{
  display:block;
  width:24px;
  height:2px;
  min-height:2px;
  border-radius:99px;
  background:#252525;
  margin:0;
  padding:0;
}
@media (max-width:900px){
  .mobile-menu-trigger{
    width:34px!important;
    min-width:34px!important;
    max-width:34px!important;
    height:44px!important;
    min-height:44px!important;
    max-height:44px!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    line-height:1!important;
  }
}
@media (max-width:420px){
  .mobile-menu-trigger{
    width:30px!important;
    min-width:30px!important;
    max-width:30px!important;
  }
  .mobile-hamburger,.mobile-hamburger i{width:22px}
  .mobile-hamburger{flex-basis:22px;height:18px}
}
.footer-support{
  margin-top:72px!important;
  background:#0d0f12!important;
  border-top:1px solid #20242a;
  border-bottom:1px solid #20242a;
  color:#fff;
  position:relative;
  overflow:hidden;
}
.footer-support:before{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.055);
  right:8%;
  top:-170px;
}
.footer-support-inner{
  min-height:150px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:48px;
  position:relative;
  z-index:1;
}
.footer-support-copy{max-width:680px;padding:30px 0}
.footer-support-badge{
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 10px;
  border-radius:999px;
  background:#241315;
  border:1px solid #4e1d22;
  color:#ff6872;
  font-size:10px;
  font-weight:800;
  letter-spacing:.12em;
}
.footer-support-copy h3{
  margin:11px 0 6px;
  color:#fff!important;
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px!important;
  line-height:1.2;
  letter-spacing:-.4px;
}
.footer-support-copy p{
  margin:0;
  color:#aeb4bd!important;
  font-size:13px!important;
  line-height:1.7;
}
.footer-support-whatsapp{
  min-width:315px;
  display:flex;
  align-items:center;
  gap:13px;
  padding:15px 16px;
  border-radius:16px;
  background:#25D366!important;
  color:#fff!important;
  box-shadow:0 14px 34px rgba(37,211,102,.17);
  transition:.2s ease;
}
.footer-support-whatsapp:hover{
  background:#20bd5c!important;
  transform:translateY(-2px);
  box-shadow:0 18px 40px rgba(37,211,102,.24);
}
.footer-support-wa-icon{
  width:44px;
  height:44px;
  flex:0 0 44px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:rgba(255,255,255,.16);
}
.footer-support-wa-icon svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:#fff;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-support-wa-text small{
  display:block;
  color:#eafff1!important;
  font-size:10px;
  margin-bottom:3px;
}
.footer-support-wa-text strong{
  display:block;
  color:#fff!important;
  font-size:16px;
  line-height:1.2;
  white-space:nowrap;
}
.footer-support-wa-arrow{margin-left:auto;font-size:23px;color:#fff}

.footer-trust{
  background:#14171c!important;
  border-bottom:1px solid #252a31;
}
.footer-trust-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
}
.footer-trust-item{
  min-height:112px;
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 26px;
  border-right:1px solid #292e35;
}
.footer-trust-item:first-child{border-left:1px solid #292e35}
.footer-trust-icon{
  width:42px;
  height:42px;
  flex:0 0 42px;
  display:grid;
  place-items:center;
  border-radius:13px;
  background:#1d2128;
  border:1px solid #303640;
  color:#ff5360;
}
.footer-trust-icon svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.footer-trust-item strong{display:block;color:#fff;font-size:14px;margin-bottom:5px}
.footer-trust-item small{display:block;color:#9da4ae;font-size:11px;line-height:1.45}

/* hide legacy sections if stale markup/cached CSS remains */
.footer-contact-cta,.footer-benefits{display:none!important}

/* WhatsApp appears only as numbered contact/support card, not an orphan social icon */
.footer-socials a[aria-label="WhatsApp"]{display:none!important}

@media(max-width:980px){
  .footer-support-inner{gap:24px}
  .footer-support-whatsapp{min-width:285px}
  .footer-trust-grid{grid-template-columns:1fr 1fr}
  .footer-trust-item:nth-child(2){border-right:1px solid #292e35}
  .footer-trust-item:nth-child(3){border-left:1px solid #292e35;border-top:1px solid #292e35}
  .footer-trust-item:nth-child(4){border-top:1px solid #292e35}
}
@media(max-width:700px){
  .footer-support{margin-top:48px!important}
  .footer-support-inner{min-height:0;flex-direction:column;align-items:stretch;gap:18px;padding:26px 0}
  .footer-support-copy{padding:0}
  .footer-support-copy h3{font-size:24px!important}
  .footer-support-whatsapp{width:100%;min-width:0}
  .footer-trust-grid{grid-template-columns:1fr 1fr}
  .footer-trust-item{min-height:116px;align-items:flex-start;flex-direction:column;padding:18px 15px;gap:10px}
  .footer-trust-item strong{font-size:12px}
  .footer-trust-item small{font-size:10px}
}

/* ===== Header layout consolidation / conflict guard ===== */
@media (min-width:901px){
  .mobile-menu-trigger,
  .mobile-search-trigger,
  .mobile-menu-drawer,
  .mobile-search-popup{display:none!important}

  .yuya-header .header-main-inner{
    display:grid!important;
    grid-template-columns:minmax(245px,280px) minmax(420px,1fr) auto!important;
    grid-template-rows:1fr!important;
    align-items:center!important;
    gap:24px!important;
    min-height:82px!important;
    padding-top:0!important;
    padding-bottom:0!important;
  }
  .yuya-header .header-brand{
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
    min-width:0!important;
  }
  .yuya-header .header-search{
    display:grid!important;
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
  }
  .yuya-header .header-actions{
    display:flex!important;
    grid-column:3!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:flex-end!important;
    flex-wrap:nowrap!important;
    gap:14px!important;
    min-width:max-content!important;
  }
  .yuya-header .delivery-block{display:flex!important}
  .yuya-header .header-category-row{display:block!important;overflow:hidden!important}
  .yuya-header .header-category-scroll{
    width:min(1180px,92%)!important;
    margin:0 auto!important;
    padding:0!important;
    height:52px!important;
    overflow-x:auto!important;
  }
}

@media (max-width:1180px) and (min-width:901px){
  .yuya-header .header-main-inner{
    grid-template-columns:minmax(210px,235px) minmax(360px,1fr) auto!important;
    gap:16px!important;
  }
  .yuya-header .delivery-block{display:none!important}
  .yuya-header .header-actions{gap:10px!important}
}

@media (max-width:900px){
  .yuya-header .header-utility{display:none!important}
  .yuya-header .header-main{display:block!important}
  .yuya-header .header-main-inner{
    display:grid!important;
    grid-template-columns:34px minmax(0,1fr) auto!important;
    grid-template-rows:auto auto!important;
    align-items:center!important;
    gap:10px 12px!important;
    min-height:0!important;
    padding:10px 14px 11px!important;
    width:100%!important;
  }
  .yuya-header .mobile-menu-trigger{
    display:flex!important;
    grid-column:1!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:34px!important;
    height:36px!important;
    min-width:34px!important;
    padding:0!important;
    margin:0!important;
    overflow:hidden!important;
  }
  .yuya-header .header-brand{
    grid-column:2!important;
    grid-row:1!important;
    min-width:0!important;
    justify-self:start!important;
    overflow:hidden!important;
  }
  .yuya-header .header-brand img{max-width:165px!important;max-height:38px!important}
  .yuya-header .yuya-wordmark{font-size:22px!important;white-space:nowrap!important}
  .yuya-header .yuya-monogram{width:32px!important;height:32px!important;flex:0 0 32px!important}
  .yuya-header .header-actions{
    display:flex!important;
    grid-column:3!important;
    grid-row:1!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:7px!important;
    min-width:max-content!important;
  }
  .yuya-header .delivery-block,
  .yuya-header .mobile-search-trigger{display:none!important}
  .yuya-header .header-action-icon{display:flex!important;width:31px!important;height:36px!important}
  .yuya-header .header-action-icon svg{width:24px!important;height:24px!important}
  .yuya-header .header-cart-total{display:flex!important;min-width:34px!important;width:auto!important;height:36px!important;padding:0!important}
  .yuya-header .header-cart-price{display:none!important}
  .yuya-header .header-cart-icon{width:28px!important;height:28px!important;display:grid!important;place-items:center!important}
  .yuya-header .header-cart-icon svg{width:25px!important;height:25px!important}

  .yuya-header .header-search{
    display:grid!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    height:46px!important;
    margin:0!important;
    border:0!important;
    border-radius:999px!important;
    background:#f4f4f4!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    overflow:hidden!important;
    box-shadow:none!important;
  }
  .yuya-header .header-search-icon{display:grid!important;width:48px!important;height:46px!important;place-items:center!important}
  .yuya-header .header-search-icon svg{width:23px!important;height:23px!important;stroke:var(--primary)!important;stroke-width:2.2!important}
  .yuya-header .header-search input{display:block!important;width:100%!important;height:46px!important;padding:0 15px 0 0!important;font-size:14px!important}
  .yuya-header .header-search select,
  .yuya-header .header-search-divider,
  .yuya-header .header-search-submit{display:none!important}

  .yuya-header .header-category-row{
    display:block!important;
    width:100%!important;
    overflow:hidden!important;
    border-top:1px solid #f1f1f1!important;
    border-bottom:1px solid #e8e8e8!important;
    background:#fff!important;
  }
  .yuya-header .header-category-scroll{
    width:100%!important;
    max-width:none!important;
    height:48px!important;
    margin:0!important;
    padding:0 16px!important;
    display:flex!important;
    align-items:center!important;
    gap:25px!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    white-space:nowrap!important;
    -webkit-overflow-scrolling:touch!important;
    overscroll-behavior-x:contain!important;
    scroll-snap-type:x proximity!important;
    scrollbar-width:none!important;
  }
  .yuya-header .header-category-scroll::-webkit-scrollbar{display:none!important}
  .yuya-header .header-category-scroll a{
    flex:0 0 auto!important;
    display:flex!important;
    align-items:center!important;
    height:48px!important;
    font-size:13px!important;
    scroll-snap-align:start!important;
    position:relative!important;
  }

  .mobile-menu-drawer{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:9999!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
  .mobile-menu-drawer.open{pointer-events:auto!important;visibility:visible!important}
  .mobile-menu-drawer:not(.open) .mobile-menu-panel{transform:translateX(-105%)!important}
  .mobile-menu-drawer:not(.open) .mobile-menu-backdrop{opacity:0!important}

  .mobile-search-popup{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:10000!important;
    pointer-events:none!important;
    visibility:hidden!important;
  }
  .mobile-search-popup.open{pointer-events:auto!important;visibility:visible!important}
}

@media (max-width:420px){
  .yuya-header .header-main-inner{grid-template-columns:32px minmax(0,1fr) auto!important;gap:8px!important;padding-left:12px!important;padding-right:12px!important}
  .yuya-header .yuya-wordmark{font-size:20px!important}
  .yuya-header .header-actions{gap:4px!important}
  .yuya-header .header-action-icon{width:29px!important}
  .yuya-header .header-category-scroll{gap:22px!important;padding-left:14px!important;padding-right:20px!important}
}

/* =========================================================
   YUYA FOOTER V3 — complete redesign
   Main brand color: #745b54 / WhatsApp: #25D366
   ========================================================= */
.footer-support,.footer-trust,.footer-contact-cta,.footer-benefits,.site-footer{display:none!important}

.yuya-footer{
  margin-top:72px;
  background:#151311;
  color:#d7d1cd;
  border-top:4px solid var(--primary,#745b54);
}
.yuya-footer-top{
  display:grid;
  grid-template-columns:minmax(320px,1.15fr) minmax(520px,1.65fr);
  gap:72px;
  padding-top:64px;
  padding-bottom:52px;
}
.yuya-footer-brand{min-width:0}
.yuya-footer-logo{
  display:inline-flex;
  align-items:center;
  gap:14px;
  max-width:100%;
  color:#fff;
  text-decoration:none;
}
.yuya-footer-logo img{
  display:block;
  width:auto;
  max-width:250px;
  max-height:72px;
  object-fit:contain;
  filter:none!important;
  mix-blend-mode:normal!important;
}
.yuya-footer-logo strong{
  color:#fff;
  font-family:Georgia,'Times New Roman',serif;
  font-size:30px;
  line-height:1;
}
.yuya-footer-logo-mark{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border:1px solid #5b504b;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  justify-items:center;
  color:#fff;
  font-family:Georgia,serif;
}
.yuya-footer-logo-mark small{font-size:10px}
.yuya-footer-summary{
  max-width:480px;
  margin:24px 0 28px;
  color:#a9a19c;
  font-size:14px;
  line-height:1.8;
}
.yuya-footer-contact-stack{display:grid;gap:11px;max-width:420px}
.yuya-footer-contact{
  display:flex;
  align-items:center;
  gap:13px;
  min-height:62px;
  padding:10px 13px;
  border:1px solid #2c2825;
  border-radius:12px;
  background:#1b1816;
  color:#fff;
  transition:.18s ease;
}
.yuya-footer-contact:hover{border-color:#4a403b;background:#1f1b19;transform:translateX(3px)}
.yuya-footer-contact-icon{
  width:38px;height:38px;flex:0 0 38px;
  display:grid;place-items:center;
  border-radius:10px;
  background:#27221f;
  color:#b99d94;
}
.yuya-footer-contact-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.yuya-footer-contact small,.yuya-footer-whatsapp small{display:block;color:#857d78;font-size:10px;margin-bottom:3px}
.yuya-footer-contact strong,.yuya-footer-whatsapp strong{display:block;color:#fff;font-size:14px;font-weight:700;word-break:break-word}

.yuya-footer-whatsapp{
  max-width:420px;
  min-height:68px;
  margin-top:11px;
  padding:11px 14px;
  display:flex;
  align-items:center;
  gap:13px;
  border-radius:12px;
  background:#25D366;
  color:#fff;
  box-shadow:0 14px 32px rgba(37,211,102,.12);
  transition:.18s ease;
}
.yuya-footer-whatsapp:hover{background:#20bd5c;transform:translateY(-2px)}
.yuya-footer-wa-icon{width:40px;height:40px;flex:0 0 40px;border-radius:10px;background:rgba(255,255,255,.16);display:grid;place-items:center}
.yuya-footer-wa-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.yuya-footer-whatsapp small{color:#ecfff2}
.yuya-footer-whatsapp b{margin-left:auto;font-size:21px;font-weight:400}

.yuya-footer-navigation{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:40px;
  padding-top:8px;
}
.yuya-footer-column h4{
  position:relative;
  margin:0 0 24px;
  padding-bottom:13px;
  color:#fff;
  font-size:13px;
  font-weight:800;
  letter-spacing:.02em;
}
.yuya-footer-column h4:after{
  content:"";
  position:absolute;
  left:0;bottom:0;
  width:30px;height:2px;
  background:var(--primary,#745b54);
}
.yuya-footer-column a{
  display:block;
  width:max-content;
  max-width:100%;
  padding:7px 0;
  color:#9f9792;
  font-size:13px;
  line-height:1.35;
  transition:.18s ease;
}
.yuya-footer-column a:hover{color:#fff;transform:translateX(4px)}

.yuya-footer-info-row{
  min-height:96px;
  display:grid;
  grid-template-columns:minmax(260px,1fr) auto auto;
  align-items:center;
  gap:36px;
  padding-top:20px;
  padding-bottom:20px;
  border-top:1px solid #2a2623;
}
.yuya-footer-address span{display:block;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}
.yuya-footer-address p{margin:0;max-width:500px;color:#918984;font-size:11px;line-height:1.6}
.yuya-footer-assurance{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:center}
.yuya-footer-assurance span{
  padding:7px 10px;
  border:1px solid #302b28;
  border-radius:999px;
  color:#9f9792;
  font-size:10px;
  white-space:nowrap;
}
.yuya-footer-socials{display:flex;gap:8px;justify-content:flex-end}
.yuya-footer-socials a{
  width:38px;height:38px;
  border:1px solid #302b28;
  border-radius:10px;
  display:grid;place-items:center;
  color:#d8d2ce;
  background:#1b1816;
  transition:.18s ease;
}
.yuya-footer-socials a:hover{background:var(--primary,#745b54);border-color:var(--primary,#745b54);color:#fff;transform:translateY(-2px)}
.yuya-footer-socials svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}
.yuya-footer-socials .fill-dot{fill:currentColor;stroke:none}
.yuya-footer-socials a[aria-label="Facebook"] svg path{fill:currentColor;stroke:none}

.yuya-footer-bottom{background:#0e0c0b;border-top:1px solid #211d1b}
.yuya-footer-bottom-inner{
  min-height:60px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  color:#756e6a;
  font-size:10px;
}

@media(max-width:980px){
  .yuya-footer-top{grid-template-columns:1fr;gap:46px;padding-top:52px}
  .yuya-footer-navigation{max-width:720px}
  .yuya-footer-info-row{grid-template-columns:1fr auto}
  .yuya-footer-assurance{display:none}
}
@media(max-width:700px){
  .yuya-footer{margin-top:50px;padding-bottom:84px}
  .yuya-footer-top{padding-top:40px;padding-bottom:36px;gap:36px}
  .yuya-footer-logo img{max-width:205px;max-height:60px}
  .yuya-footer-logo strong{font-size:25px}
  .yuya-footer-summary{margin:18px 0 22px;font-size:13px}
  .yuya-footer-contact-stack,.yuya-footer-whatsapp{max-width:none}
  .yuya-footer-navigation{grid-template-columns:1fr 1fr;gap:34px 24px}
  .yuya-footer-column:last-child{grid-column:1/-1}
  .yuya-footer-column h4{margin-bottom:16px}
  .yuya-footer-column a{font-size:12px}
  .yuya-footer-info-row{grid-template-columns:1fr;gap:18px;padding-top:22px;padding-bottom:22px}
  .yuya-footer-socials{justify-content:flex-start}
  .yuya-footer-bottom-inner{min-height:70px;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px}
}
