:root{--ink:#18352a;--muted:#708078;--green:#2d6a4f;--dark:#194433;--cream:#f7f2e8;--gold:#dca83e;--line:#e6e7df;--paper:#fffefb}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Noto Kufi Arabic",Arial,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}img{max-width:100%}.hidden{display:none!important}.site-header{position:sticky;top:0;z-index:40;background:#fffefbe8;border-bottom:1px solid #18352a14;backdrop-filter:blur(18px)}.header-inner{width:min(1320px,calc(100% - 32px));height:82px;margin:auto;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:54px;height:54px;object-fit:contain}.brand div{display:grid}.brand strong{font-size:19px}.brand span{font-size:11px;color:var(--muted)}.header-cart{border:0;border-radius:999px;padding:10px 15px;background:#eef4ef;color:var(--dark);font-weight:900;display:flex;gap:10px;align-items:center}.header-cart b{width:28px;height:28px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center}.hero{width:min(1320px,calc(100% - 32px));min-height:420px;margin:24px auto 70px;padding:62px clamp(28px,6vw,90px);border-radius:34px;background:radial-gradient(circle at 15% 15%,#dca83e2b,transparent 26%),linear-gradient(135deg,#eaf1e7,#f6f0e3);display:grid;grid-template-columns:1.2fr .8fr;align-items:center;overflow:hidden}.eyebrow,.kicker{color:var(--green);font-size:12px;font-weight:900}.eyebrow{display:inline-block;padding:7px 13px;background:#ffffffb8;border-radius:999px}.hero h1{font-size:clamp(44px,6vw,76px);line-height:1.05;margin:18px 0;letter-spacing:-.05em}.hero p{color:#5d6e65;line-height:1.9}.hero-badges{display:flex;gap:8px;flex-wrap:wrap}.hero-badges span{font-size:11px;font-weight:800;padding:8px 12px;background:#ffffff8c;border-radius:10px}.hero-logo{display:grid;place-items:center}.hero-logo img{width:230px;height:230px;object-fit:contain;background:#fff;border-radius:50%;padding:28px;box-shadow:0 30px 70px #1f443329}.catalog{width:min(1320px,calc(100% - 32px));margin:auto}.catalog-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.catalog-heading h2{font-size:clamp(31px,4vw,48px);margin:3px 0}.search-box{width:min(420px,100%);height:54px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:18px;padding:0 16px;background:#fff}.search-box input{width:100%;border:0;outline:0;background:transparent}.categories{display:flex;gap:8px;overflow-x:auto;padding:18px 0 13px;position:sticky;top:82px;z-index:30;background:var(--paper);scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.categories button{flex:0 0 auto;border:1px solid var(--line);background:#fff;color:#52645b;border-radius:999px;padding:11px 15px;font-weight:800}.categories button.active{background:var(--dark);color:#fff;border-color:var(--dark)}.categories small{margin-right:6px;opacity:.7}.results-line{display:flex;justify-content:space-between;margin:16px 2px 20px}.results-line span{color:var(--muted);font-size:12px}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding-bottom:120px}.product-card{overflow:hidden;border:1px solid #e9e9e2;border-radius:24px;background:#fff;transition:.25s}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #1e3e3019}.product-image{aspect-ratio:1.1;background:#f1f2ed;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.in-cart{position:absolute;top:12px;right:12px;background:#194433e8;color:#fff;padding:6px 10px;border-radius:999px;font-size:9px}.product-info{padding:16px}.product-info small{color:var(--green);font-weight:800}.product-info h3{margin:6px 0;font-size:16px;line-height:1.5;min-height:48px}.product-info p{height:40px;overflow:hidden;color:var(--muted);font-size:11px;line-height:1.8}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:15px}.product-foot button{border:0;border-radius:12px;background:#edf3ef;color:var(--dark);padding:9px 12px;font-weight:900}.loading{grid-column:1/-1;text-align:center;padding:80px;color:var(--muted)}.floating-cart{position:fixed;z-index:50;bottom:15px;left:50%;transform:translateX(-50%);width:min(650px,calc(100% - 24px));padding:10px;border-radius:23px;background:#194433f7;color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10px;box-shadow:0 18px 50px #0f2d2147}.floating-cart button{border:0}.cart-summary{background:transparent;color:#fff;display:flex;align-items:center;gap:14px;text-align:right}.cart-summary>span:last-child{display:grid}.cart-summary small{opacity:.7}.bag{width:42px;height:42px;border-radius:14px;background:#ffffff1f;display:grid;place-items:center;position:relative}.bag b{position:absolute;top:-8px;right:-7px;min-width:21px;height:21px;border-radius:999px;background:#e33131;display:grid;place-items:center;font-size:9px}.checkout-btn{background:var(--gold);color:#193229;border-radius:15px;font-weight:900}.modal{position:fixed;inset:0;z-index:100;background:#0d211994;display:grid;place-items:center;padding:18px;backdrop-filter:blur(8px)}.checkout-panel{width:min(760px,100%);max-height:calc(100vh - 36px);overflow:auto;background:var(--paper);border-radius:30px;padding:30px;box-shadow:0 35px 90px #071c1452}.checkout-head{display:flex;justify-content:space-between;align-items:center}.checkout-head h2{margin:3px 0;font-size:29px}.checkout-head>button{border:0;background:#eef0eb;width:42px;height:42px;border-radius:50%;font-size:25px}.steps{display:grid;grid-template-columns:repeat(3,1fr);margin:28px 0;position:relative}.steps:before{content:"";position:absolute;top:20px;left:16%;right:16%;height:2px;background:var(--line)}.steps div{display:grid;place-items:center;gap:6px;z-index:2;color:#9ca69f}.steps i{width:42px;height:42px;border-radius:50%;background:#f0f1ed;border:3px solid var(--paper);display:grid;place-items:center;font-style:normal;font-weight:900}.steps span{font-size:10px;font-weight:800}.steps .active i{background:var(--gold);color:var(--ink)}.steps .done i{background:var(--green);color:#fff}.cart-list{display:grid;gap:10px}.cart-row{display:grid;grid-template-columns:65px 1fr auto;align-items:center;gap:12px;border:1px solid var(--line);border-radius:17px;padding:9px}.cart-row img{width:65px;height:65px;object-fit:cover;border-radius:12px}.cart-row h4{font-size:13px;margin:0}.cart-row strong{font-size:12px;color:var(--green)}.qty{display:grid;grid-template-columns:repeat(3,30px);align-items:center;border:1px solid var(--line);border-radius:11px;overflow:hidden}.qty button{border:0;height:31px;font-weight:900}.qty span{text-align:center}.totals{background:#f2f5f1;border-radius:18px;padding:15px 17px;display:grid;gap:8px;margin:18px 0}.totals span,.totals strong{display:flex;justify-content:space-between}.totals span{font-size:12px;color:var(--muted)}.totals strong{border-top:1px dashed #cbd4ce;padding-top:9px}.primary,.secondary{min-height:50px;border-radius:15px;font-weight:900;padding:0 18px}.primary{border:0;background:var(--dark);color:#fff;width:100%}.secondary{border:1px solid var(--line);background:#fff}.actions{display:grid;grid-template-columns:.7fr 1.6fr;gap:10px;margin-top:18px}.tabs{display:grid;grid-template-columns:1fr 1fr;gap:7px;background:#eef0eb;border-radius:16px;padding:5px;margin-bottom:18px}.tabs button{border:0;background:transparent;padding:13px;border-radius:12px;font-weight:900}.tabs button.active{background:#fff;color:var(--green)}.form{display:grid;grid-template-columns:1fr 1fr;gap:13px}.form label{display:grid;gap:7px;font-size:11px;font-weight:900}.form input,.form textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:13px;outline:0}.form textarea{min-height:85px}.full{grid-column:1/-1}.area-wrap{position:relative}.area-list{position:absolute;z-index:20;top:100%;inset-inline:0;background:#fff;border:1px solid var(--line);border-radius:14px;max-height:240px;overflow:auto;box-shadow:0 20px 45px #1436282e}.area-list button{width:100%;border:0;border-bottom:1px solid #eee;background:#fff;padding:12px;display:flex;justify-content:space-between}.selected-area{color:var(--green)}.branches,.payments{display:grid;gap:10px}.option{border:1px solid var(--line);background:#fff;border-radius:17px;padding:15px;display:flex;gap:12px;text-align:right;color:var(--ink)}.option.selected{border-color:var(--green);background:#f1f7f3}.radio{width:20px;height:20px;border:2px solid #aeb9b2;border-radius:50%;flex:0 0 auto}.option.selected .radio{border:6px solid var(--green)}.option div{display:grid;gap:3px}.option b{font-size:12px}.option small{font-size:10px;color:var(--muted);line-height:1.7}.loading-state,.success{min-height:430px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.spinner{width:75px;height:75px;border:4px solid #dce5df;border-top-color:var(--green);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.check{width:100px;height:100px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:50px;box-shadow:0 0 0 15px #edf5f0}.success h3{font-size:30px;margin:28px 0 5px}.order-no{font-size:29px;letter-spacing:.1em;direction:ltr;margin:8px 0 20px}.invoice-host{position:fixed;left:-9999px;top:0}.invoice{width:760px;padding:45px;background:#fff;color:#111;font-family:Arial,sans-serif}.invoice>img{width:90px;display:block;margin:auto}.invoice h2,.invoice>p{text-align:center}.invoice hr{border:0;border-top:2px dashed #111}.invoice table{width:100%;border-collapse:collapse}.invoice td,.invoice th{padding:9px;border-bottom:1px dotted #aaa}.invoice-totals{display:grid;gap:8px;margin-top:18px}.invoice-totals>*{display:flex;justify-content:space-between}.invoice footer{text-align:center;border-top:1px dashed #999;margin-top:25px;padding-top:15px}.toast{position:fixed;z-index:200;top:95px;left:50%;transform:translateX(-50%);background:var(--dark);color:#fff;padding:11px 17px;border-radius:999px;font-size:11px}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.header-inner{height:68px;width:calc(100% - 24px)}.brand img{width:46px;height:46px}.brand span{display:none}.hero{width:calc(100% - 24px);margin:12px auto 45px;padding:34px 25px;grid-template-columns:1fr;border-radius:26px;min-height:0}.hero h1{font-size:44px}.hero-logo{display:none}.catalog{width:calc(100% - 24px)}.catalog-heading{display:grid}.search-box{width:100%}.categories{top:68px;margin-inline:-12px;padding-inline:12px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-card{border-radius:18px}.product-info{padding:11px}.product-info h3{font-size:13px;min-height:42px}.product-info p{display:none}.product-foot{display:grid;gap:8px}.product-foot button{width:100%}.modal{padding:0;place-items:end center}.checkout-panel{width:100%;max-height:96vh;border-radius:27px 27px 0 0;padding:22px 16px}.form{grid-template-columns:1fr}.full{grid-column:auto}.cart-row{grid-template-columns:55px 1fr}.cart-row img{width:55px;height:55px}.qty{grid-column:2;width:max-content}}@media(max-width:390px){.hero h1{font-size:39px}.floating-cart{grid-template-columns:.9fr 1.1fr}}

.header-actions{display:flex;align-items:center;gap:8px}.language-toggle{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--dark);padding:10px 14px;font-weight:900}
.product-sections{display:grid;gap:64px;padding:18px 0 130px}.category-section{scroll-margin-top:155px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:0 2px 20px;padding-bottom:13px;border-bottom:1px solid var(--line)}.section-heading h2{font-size:clamp(25px,3vw,36px);margin:0}.section-heading span{font-size:12px;color:var(--muted)}.category-section .product-grid{padding-bottom:0}
.product-card{cursor:pointer}.product-image img[data-src]{opacity:0}.product-image img{opacity:1;transition:opacity .3s}.product-image:has(img[data-src]):after{content:"";position:absolute;inset:0;background:linear-gradient(100deg,#eef0eb 20%,#fafbf8 40%,#eef0eb 60%);background-size:220% 100%;animation:imageShimmer 1.3s infinite}@keyframes imageShimmer{to{background-position:-220% 0}}.product-image img.image-error{object-fit:contain;padding:25%;opacity:.35}.product-card .product-foot button{position:relative;z-index:2}
.product-page{position:fixed;inset:0;z-index:120;background:var(--paper);overflow:auto}.product-page-inner{width:min(1120px,calc(100% - 28px));margin:auto;padding:28px 0 90px}.product-back{position:sticky;top:16px;z-index:3;border:1px solid var(--line);background:#fff;border-radius:999px;padding:11px 18px;color:var(--dark);font-weight:900;box-shadow:0 8px 28px #17392b17}.product-detail-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(28px,6vw,80px);align-items:start;margin-top:32px}.product-gallery-main{aspect-ratio:1.08;border-radius:30px;overflow:hidden;background:#f0f2ed}.product-gallery-main img{width:100%;height:100%;object-fit:cover}.product-thumbs{display:flex;gap:10px;overflow:auto;margin-top:12px}.product-thumbs button{flex:0 0 82px;width:82px;height:82px;padding:0;border:2px solid transparent;border-radius:14px;overflow:hidden;background:#eee}.product-thumbs button.active{border-color:var(--green)}.product-thumbs img{width:100%;height:100%;object-fit:cover}.product-detail-copy{padding-top:20px}.product-detail-copy .detail-category{color:var(--green);font-size:12px;font-weight:900}.product-detail-copy h1{font-size:clamp(30px,5vw,54px);line-height:1.35;margin:12px 0}.product-detail-copy p{color:var(--muted);line-height:2}.detail-price{display:block;font-size:28px;margin:22px 0}.detail-add{width:100%;border:0;border-radius:17px;background:var(--dark);color:#fff;padding:16px;font-weight:900}.detail-qty{margin-top:12px;color:var(--green);font-weight:800;text-align:center}
[dir="ltr"] .cart-summary,[dir="ltr"] .option{text-align:left}[dir="ltr"] .in-cart{right:auto;left:12px}
@media(max-width:760px){.header-actions{gap:5px}.language-toggle{padding:8px 10px;font-size:11px}.header-cart{padding:7px 10px}.category-section{scroll-margin-top:132px}.product-sections{gap:45px}.section-heading{align-items:start;flex-direction:column;gap:4px}.product-detail-grid{grid-template-columns:1fr;gap:16px}.product-page-inner{padding-top:14px}.product-gallery-main{border-radius:22px}.product-detail-copy{padding-top:0}}

.product-quantity-slot{min-width:112px}.product-qty{display:grid;grid-template-columns:36px minmax(34px,1fr) 36px;align-items:center;border:1px solid #cad6ce;border-radius:12px;overflow:hidden;background:#fff}.product-qty button{height:38px;border:0;background:#edf3ef;color:var(--dark);font-weight:900}.product-qty strong{text-align:center;font-size:12px}.product-add{width:100%;border:0;border-radius:12px;background:#edf3ef;color:var(--dark);padding:9px 12px;font-weight:900}.detail-purchase-bar{position:fixed;z-index:6;left:50%;transform:translateX(-50%);bottom:12px;width:min(760px,calc(100% - 28px));padding:12px;border:1px solid #d9e1db;border-radius:21px;background:#fffefbf2;backdrop-filter:blur(18px);box-shadow:0 17px 50px #102f2240;display:grid;grid-template-columns:1fr minmax(190px,280px);align-items:center;gap:18px}.detail-purchase-bar>div:first-child{display:grid;gap:3px}.detail-purchase-bar small{color:var(--muted);font-size:10px}.detail-purchase-bar .detail-price{font-size:21px;margin:0}.detail-product-qty{grid-template-columns:48px minmax(54px,1fr) 48px;border-radius:15px}.detail-product-qty button{height:52px}.detail-purchase-bar .detail-add{min-height:52px;padding:13px}.detail-open{overflow:hidden}.product-page-inner{padding-bottom:130px}
.catalog-skeleton{width:100%;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.catalog-skeleton i{display:block;aspect-ratio:.78;border-radius:24px;background:linear-gradient(100deg,#eef0eb 25%,#f8f9f6 40%,#eef0eb 55%);background-size:240% 100%;animation:catalogPulse 1.2s ease infinite}@keyframes catalogPulse{to{background-position:-160% 0}}
.category-section{contain:none}
@media(max-width:760px){.product-foot{grid-template-columns:1fr}.product-quantity-slot{width:100%;min-width:0}.product-qty{grid-template-columns:34px 1fr 34px}.detail-purchase-bar{bottom:9px;grid-template-columns:1fr;padding:10px 12px;border-radius:18px}.detail-purchase-bar>div:first-child{grid-template-columns:1fr auto;align-items:center}.detail-purchase-bar small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-purchase-bar .detail-price{font-size:17px}.product-page-inner{padding-bottom:145px}}
@media(max-width:760px){.catalog-skeleton{grid-template-columns:repeat(2,1fr);gap:10px}.catalog-skeleton i:nth-child(n+3){display:none}}

/* تثبيت قياسات Safari على iPhone ومنع انفصال بطاقات الكتالوج إلى طبقات جانبية */
html,body{width:100%;max-width:100%;overflow-x:hidden}
body>main,.site-header,.header-inner,.hero,.catalog,.catalog-heading,.product-sections,.category-section,.product-grid,.product-card,.product-info{min-width:0;max-width:100%}
.site-header{width:100%}
.categories{max-width:100vw}
.product-card{width:100%;transform:none}
@media(hover:hover) and (pointer:fine){.product-card:hover{transform:translateY(-4px)}}
@media(max-width:760px){
  body>main{width:100%}
  .header-inner,.hero,.catalog{max-width:calc(100% - 24px)}
  .product-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);width:100%}
  .product-card,.product-image,.product-info,.product-foot,.product-quantity-slot{min-width:0;max-width:100%}
}

/* الهيدر الدائم ومظهر الواجهة القابل للتعديل من لوحة الإدارة */
.site-header{
  position:-webkit-sticky;
  position:sticky;
  top:0;
  z-index:160;
}
.hero{
  --hero-title-color:#18352a;
  --hero-badge-background:#ffffff;
  --hero-badge-text:#18352a;
  position:relative;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:0 24px 65px rgba(20,53,41,.12);
}
.hero-content{position:relative;z-index:1}
.hero h1{
  color:var(--hero-title-color);
  line-height:1.22;
  margin:0 0 30px;
  text-wrap:balance;
}
.hero-badges span{
  background:var(--hero-badge-background);
  color:var(--hero-badge-text);
}
.hero.has-hero-image{
  grid-template-columns:1fr;
  box-shadow:0 28px 72px rgba(11,35,26,.25);
}
.hero.has-hero-image .hero-logo{display:none}
.product-page{
  inset:82px 0 0;
  z-index:120;
}
@media(max-width:760px){
  .brand{gap:6px}.brand img{width:40px;height:40px}.brand strong{font-size:11px;white-space:nowrap}
  .header-actions{gap:3px}.language-toggle{padding:7px 8px;font-size:9px}
  .account-trigger,.header-cart{width:42px;height:42px;min-height:42px}
  .hero h1{line-height:1.28;margin-bottom:26px}
  .product-page{inset:68px 0 0}
}

/* هيدر ثابت، شريط أقسام ثابت، وصورة واجهة مطابقة لمعاينة الإدارة */
:root{--site-header-height:82px}
html,body{overflow-x:clip}
body{padding-top:var(--site-header-height)}
.site-header{
  position:fixed;
  inset:0 0 auto;
  height:var(--site-header-height);
  z-index:160;
}
.categories{
  top:var(--site-header-height);
  z-index:90;
  box-shadow:0 10px 22px rgba(20,53,41,.06);
}
body.detail-open .categories{display:none}
.modal{z-index:220}
.toast{z-index:260}
.product-page{
  inset:var(--site-header-height) 0 0;
  z-index:120;
}
.hero.has-hero-image{
  aspect-ratio:20/9;
  min-height:unset;
  background-size:cover;
  background-position:var(--hero-position-x,50%) var(--hero-position-y,50%);
}
.hero.has-hero-image h1{line-height:1.4}
.hero .hero-content h1{color:var(--hero-title-color)!important}
.section-heading{display:block;margin-bottom:20px}
.section-heading h2{margin:0}

/* البحث العلوي لا يغير ترتيب أو عرض الكتالوج */
.header-search{position:relative}
.search-toggle{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  padding:0;
  border:1px solid var(--line);
  border-radius:50%;
  background:#fff;
  color:var(--dark);
}
.search-toggle svg,.search-input-wrap svg{
  width:22px;
  height:22px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.9;
  stroke-linecap:round;
}
.search-popover{
  position:fixed;
  top:calc(var(--site-header-height) + 8px);
  inset-inline-end:16px;
  width:min(470px,calc(100vw - 24px));
  overflow:hidden;
  border:1px solid #dbe3dd;
  border-radius:22px;
  background:#fff;
  box-shadow:0 24px 70px rgba(10,37,26,.23);
}
.search-input-wrap{
  height:58px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 16px;
  color:var(--green);
  border-bottom:1px solid var(--line);
}
.search-input-wrap input{
  min-width:0;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  color:var(--ink);
}
.search-results{max-height:min(58vh,470px);overflow:auto;padding:8px}
.search-result{
  display:grid;
  grid-template-columns:58px minmax(0,1fr) auto;
  align-items:center;
  gap:11px;
  padding:9px;
  border-bottom:1px solid #edf0ed;
  border-radius:14px;
  cursor:pointer;
}
.search-result:last-child{border-bottom:0}
.search-result:hover{background:#f3f7f4}
.search-result img{width:58px;height:58px;object-fit:cover;border-radius:12px;background:#eef1ed}
.search-result>div{min-width:0;display:grid;gap:4px}
.search-result strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}
.search-result small{color:var(--green);font-size:10px;font-weight:900}
.search-result button{
  min-width:74px;
  padding:9px 11px;
  border:0;
  border-radius:11px;
  background:#eaf2ed;
  color:var(--dark);
  font-size:10px;
  font-weight:900;
}
.search-empty{padding:28px 16px;text-align:center;color:var(--muted);font-size:11px}

.seo-content{width:min(1060px,calc(100% - 32px));margin:8px auto 120px;padding:clamp(28px,5vw,58px);border:1px solid #dde7de;border-radius:30px;background:linear-gradient(135deg,#f2f7f1,#fffdf8)}
.seo-intro{max-width:820px}.seo-intro h2,.seo-faq h2{margin:8px 0 14px;font-size:clamp(25px,3.2vw,40px);line-height:1.5}.seo-intro p,.seo-columns p,.seo-faq p{color:#52645b;font-size:13px;line-height:2.05}.seo-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:28px 0}.seo-columns article{padding:20px;border-radius:20px;background:#fff;border:1px solid #e3e9e3}.seo-columns h3{margin:0;color:var(--dark);font-size:17px}.seo-columns p{margin:9px 0 0}.seo-faq{margin-top:36px}.seo-faq details{padding:16px 0;border-bottom:1px solid #dce5dd}.seo-faq summary{cursor:pointer;color:var(--dark);font-size:14px;font-weight:900}.seo-faq p{margin:12px 0 0}

@media(max-width:760px){
  :root{--site-header-height:68px}
  .search-toggle{width:42px;height:42px}
  .search-toggle svg{width:20px;height:20px}
  .search-popover{inset-inline:12px;width:auto;border-radius:18px}
  .search-result{grid-template-columns:52px minmax(0,1fr) auto;gap:9px}
  .search-result img{width:52px;height:52px}
  .search-result button{min-width:66px;padding-inline:8px}
  .seo-content{width:calc(100% - 24px);margin-bottom:94px;padding:25px 19px;border-radius:24px}.seo-columns{grid-template-columns:1fr;gap:12px}.seo-columns article{padding:16px}.seo-intro p,.seo-columns p,.seo-faq p{font-size:12px}
  .hero.has-hero-image{
    width:calc(100% - 24px);
    aspect-ratio:20/9;
    padding:14px 18px;
  }
  .hero.has-hero-image h1{
    max-width:72%;
    margin:0 0 12px;
    font-size:clamp(25px,7.5vw,31px);
    line-height:1.42;
  }
  .hero.has-hero-image .hero-badges{gap:5px}
  .hero.has-hero-image .hero-badges span{padding:6px 8px;font-size:8px}
  .categories{margin-inline:-12px}
  .product-page{inset:var(--site-header-height) 0 0}
  .section-heading{margin-bottom:15px}
}

html.page-scroll-locked,body.page-scroll-locked{overflow:hidden;overscroll-behavior:none}
body.page-scroll-locked{position:fixed;left:0;right:0;width:100%}
.modal,.product-page,.drawer-layer,.auth-modal,.checkout-panel,.account-drawer,.search-popover{overscroll-behavior:contain}
.checkout-review{display:grid;gap:14px;padding-bottom:4px}
.checkout-sticky-actions,.confirmation-sticky-actions{position:sticky;bottom:-22px;z-index:8;padding:12px 0 calc(12px + env(safe-area-inset-bottom));background:linear-gradient(180deg,#fffefb00 0,#fffefb 22px 100%)}
.checkout-sticky-actions .totals{margin:0 0 10px;box-shadow:0 10px 26px #153a2b12}
.confirmation-sticky-actions .actions{margin-top:10px}
.knet-mark{overflow:visible;background:#fff;padding:2px}
.knet-mark img{object-fit:contain!important;border-radius:4px}
.apple-pay-mark{display:inline-flex;align-items:center;justify-content:center;min-width:58px;height:36px;padding:0 9px;border-radius:7px;background:#000;color:#fff;font-family:Arial,sans-serif;font-size:16px;font-weight:700;white-space:nowrap}
.payment-method-choices{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-bottom:10px}
.payment-choice{min-height:62px;display:flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);padding:8px}.payment-choice.selected{border-color:#141414;box-shadow:0 0 0 2px #14141412}.payment-choice strong{font-size:12px}.payment-choice .knet-mark{width:47px;height:33px}.payment-choice .apple-pay-mark{min-width:55px;height:33px;font-size:14px}.payment-radio{width:17px;height:17px;border:2px solid #9aa7a0;border-radius:50%;flex:0 0 auto}.payment-choice.selected .payment-radio{border:5px solid #151515}
@media(max-width:760px){.checkout-sticky-actions,.confirmation-sticky-actions{bottom:-16px}.checkout-review{padding-bottom:8px}.payment-choice{min-height:58px;padding:7px 5px;gap:6px}.payment-choice strong{font-size:10px}}
