:root{
  --dark:#0c1714;
  --dark-2:#1c332c;
  --green:#5f6f66;
  --green-2:#78877e;
  --soft:#c9d3cd;
  --paper:#f8f8f5;
  --muted:#5c6861;
  --text:#1f2925;
  --line:rgba(95,111,102,.35);
  --shadow:0 18px 35px rgba(26,41,35,.18);
  --radius:4px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  color:var(--text);
  background:var(--soft);
  line-height:1.7;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%;height:auto}
.container{width:min(1180px,calc(100% - 48px));margin-inline:auto}
.site-header{position:absolute;top:0;left:0;right:0;z-index:20;color:#fff}
.navbar{height:88px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:10px;color:#fff;letter-spacing:1.8px;font-family:Georgia,serif;font-size:15px;white-space:nowrap}
.brand-mark{font-size:30px;line-height:1}.brand small{display:block;font-size:9px;text-align:center;letter-spacing:1px;opacity:.8}
.nav-links{display:flex;align-items:center;gap:34px;list-style:none;font-size:13px;color:rgba(255,255,255,.92)}
.nav-links a{position:relative;padding:9px 0}.nav-links a::after{content:"";position:absolute;left:50%;bottom:0;width:5px;height:5px;border-radius:50%;background:#fff;transform:translateX(-50%) scale(0);transition:.25s}.nav-links a:hover::after,.nav-links a.active::after{transform:translateX(-50%) scale(1)}
.nav-actions{display:flex;align-items:center;gap:18px;font-size:13px}.cart-link{font-size:22px;line-height:1}.language-btn{background:transparent;border:0;color:#fff;font:inherit;cursor:pointer}.menu-toggle{display:none;background:transparent;border:0;width:38px;height:30px;cursor:pointer}.menu-toggle span{display:block;height:2px;background:#fff;margin:7px 0;transition:.25s}
.hero{position:relative;min-height:980px;padding:175px 0 120px;background:radial-gradient(circle at 72% 25%,#386452 0,#1c342d 34%,#0d1715 73%);overflow:hidden;color:#fff}.hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.54),rgba(0,0,0,.05) 56%,rgba(0,0,0,.22));pointer-events:none}.hero-glow{position:absolute;right:9%;top:-120px;width:420px;height:930px;background:linear-gradient(180deg,rgba(177,224,194,.55),rgba(87,135,108,0));filter:blur(26px);transform:rotate(-25deg);opacity:.75}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1fr 1.35fr;align-items:center;gap:20px}.hero-content{padding-top:55px}.eyebrow{text-transform:uppercase;letter-spacing:5px;font-weight:800;font-size:16px;color:rgba(255,255,255,.82);margin-bottom:18px}.hero h1{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;font-size:clamp(46px,6vw,90px);line-height:.93;letter-spacing:5px;font-weight:500}.hero h1 span{font-family:Arial,sans-serif;font-weight:900;letter-spacing:3px;font-size:.63em}.hero-subtitle{margin:24px 0 38px;font-size:14px;letter-spacing:.8px}.hero-buttons{display:flex;gap:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;min-width:120px;min-height:38px;padding:10px 22px;text-transform:none;font-size:12px;font-weight:800;letter-spacing:.5px;transition:.25s}.btn-light{background:#f7f1e7;color:#26332d}.btn-light:hover{background:#fff;transform:translateY(-2px)}.btn-outline{background:#f7f1e7;color:#26332d}.btn-dark{background:var(--green);color:#fff;border-radius:2px}.btn-dark:hover{background:#44534c;transform:translateY(-2px)}.hero-visual{margin-right:-115px;transform:translateY(40px)}.hero-visual img{width:100%;filter:drop-shadow(0 30px 40px rgba(0,0,0,.35))}.leaf-watermark{position:absolute;width:380px;height:380px;opacity:.08;pointer-events:none}.leaf-watermark::before,.leaf-watermark::after{content:"";position:absolute;border:16px solid currentColor;border-radius:100% 0 100% 0;width:135px;height:260px;transform:rotate(35deg);color:#fff}.leaf-watermark::after{transform:rotate(-35deg);left:140px}.leaf-left{left:80px;bottom:15px;color:#fff}.leaf-right{right:-75px;top:180px;color:#607067;opacity:.12}.section-soft{position:relative;background:var(--soft);padding:110px 0}.section-title{text-align:center;text-transform:uppercase;color:var(--green);font-size:27px;letter-spacing:2px;margin-bottom:55px;font-weight:900}.why-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:28px;align-items:start;max-width:950px;margin-inline:auto}.why-card{position:relative;grid-column:span 2;min-height:142px;background:#fff;padding:40px 36px 24px;box-shadow:var(--shadow);border:1px solid rgba(0,0,0,.06)}.why-card:nth-child(4){grid-column:2/span 2}.why-card:nth-child(5){grid-column:4/span 2}.why-card p{font-size:11.5px;line-height:1.55;color:#34403a}.card-star{position:absolute;top:-25px;left:50%;transform:translateX(-50%);font-size:42px;color:#33423b}.card-seal{position:absolute;left:22px;bottom:20px;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle at 35% 35%,#824343,#25120f 60%,#101010);box-shadow:0 6px 12px rgba(0,0,0,.18)}
.about{padding-top:70px;padding-bottom:105px;overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr .9fr;align-items:center;gap:70px}.about-content{position:relative;z-index:2}.about-content h2{text-transform:uppercase;color:var(--green);font-size:26px;letter-spacing:2px;margin-bottom:38px;font-weight:900}.about-content p{max-width:650px;margin-bottom:23px;font-size:15px;font-weight:600;color:#1c2a25}.about-content .btn{margin-top:14px}.about-content::after{content:"ABOUT";position:absolute;left:0;bottom:-75px;font-size:148px;letter-spacing:6px;font-weight:900;color:rgba(255,255,255,.14);z-index:-1}.about-image{margin-right:-210px}.about-image img{width:850px;max-width:none;filter:drop-shadow(0 10px 20px rgba(0,0,0,.05))}.section-heading-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:42px;text-transform:uppercase;color:var(--green);font-size:28px;letter-spacing:1px;font-weight:900;margin-bottom:55px}.section-heading-line::before,.section-heading-line::after{content:"";height:1px;background:var(--line)}.shop{padding-top:60px}.shop-grid{max-width:760px;margin:0 auto 32px;display:grid;grid-template-columns:repeat(3,1fr);gap:34px 58px}.shop-card{height:126px;background:#fbfbfa;border:1px solid #6c7971;box-shadow:7px 7px 0 #6c7971;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;text-align:center;text-transform:uppercase;font-size:11px;font-weight:900;transition:.25s}.shop-card:hover{transform:translate(-3px,-3px);box-shadow:11px 11px 0 #6c7971}.shop-icon{font-size:43px;line-height:1;color:#039cad}.center{text-align:center}.branches{padding-top:70px;padding-bottom:120px}.branch-panel{background:#fff;padding:42px 45px 48px;box-shadow:0 10px 24px rgba(60,70,65,.06)}.branch-title{text-align:center;margin-bottom:40px}.pin{font-size:34px;color:var(--green)}.branch-title h2{font-size:28px;font-weight:500;color:#4f5e57;line-height:1.1}.branch-title p{color:#7a837f;font-size:13px}.branch-layout{display:grid;grid-template-columns:280px 1fr 320px;align-items:center;gap:25px}.branch-card{background:#fff;border-radius:6px;box-shadow:0 9px 28px rgba(0,0,0,.12);padding:30px;text-align:left}.branch-card h3{color:#4f5e57;font-size:18px;margin-bottom:20px}.branch-card p{font-size:12px;margin-bottom:22px;color:#68726d}.branch-card .btn{width:100%}.map-wrap{display:flex;justify-content:center;align-items:center}.map-wrap img{max-height:300px;object-fit:contain}.maps-button{display:flex;align-items:center;justify-content:center;gap:14px;width:min(360px,100%);margin:28px auto 0;background:var(--green);color:#fff;border-radius:4px;padding:12px 20px;font-weight:800;letter-spacing:.4px}.site-footer{background:#65736c;color:#fff;padding:68px 0 26px}.footer-grid{display:grid;grid-template-columns:1fr 1.2fr 2.1fr 1fr;gap:65px}.site-footer h3{font-size:14px;letter-spacing:1.4px;margin-bottom:18px}.site-footer a,.site-footer p{display:block;color:rgba(255,255,255,.9);font-size:12px;margin-bottom:7px}.footer-about p{max-width:390px}.socials{display:flex;gap:20px}.copyright{text-align:center;margin-top:70px!important;color:rgba(255,255,255,.7)!important;font-size:12px!important}.reveal{opacity:0;transform:translateY(32px);transition:opacity .7s ease,transform .7s ease}.reveal.visible{opacity:1;transform:translateY(0)}
@media (max-width:1050px){.hero{min-height:auto;padding-bottom:90px}.hero-grid{grid-template-columns:1fr}.hero-visual{margin:20px 0 0}.about-grid{grid-template-columns:1fr}.about-image{margin:20px auto 0}.about-image img{width:100%;max-width:620px}.branch-layout{grid-template-columns:1fr}.branch-card{text-align:center}.shop-grid{gap:25px}.why-grid{grid-template-columns:repeat(2,1fr)}.why-card,.why-card:nth-child(4),.why-card:nth-child(5){grid-column:span 1}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:820px){.container{width:min(100% - 32px,1180px)}.navbar{height:76px}.menu-toggle{display:block;z-index:30}.nav-links{position:fixed;top:0;right:-100%;width:min(340px,86vw);height:100vh;background:#0f1b18;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding:110px 35px;gap:22px;transition:.3s;box-shadow:-20px 0 50px rgba(0,0,0,.3)}body.menu-open .nav-links{right:0}body.menu-open .menu-toggle span:nth-child(1){transform:translateY(9px) rotate(45deg)}body.menu-open .menu-toggle span:nth-child(2){opacity:0}body.menu-open .menu-toggle span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.nav-actions{display:none}.brand-text{font-size:12px}.hero{padding-top:130px}.hero h1{font-size:45px}.why-grid,.shop-grid{grid-template-columns:1fr}.section-heading-line{gap:20px;font-size:23px}.branch-panel{padding:32px 18px}.footer-grid{grid-template-columns:1fr;gap:30px}}
@media (max-width:520px){.hero-buttons{gap:12px}.btn{width:100%}.hero-content{padding-top:25px}.hero-subtitle{font-size:13px}.section-soft{padding:70px 0}.about-content p{font-size:13.5px}.about-content::after{font-size:74px}.shop-card{height:115px}.site-footer{padding-top:45px}.copyright{margin-top:36px!important}}

/* Custom product image animations */
.about-image.reveal{
  opacity:0;
  transform:translateX(120px);
  transition:opacity 1s cubic-bezier(.22,1,.36,1), transform 1s cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}
.about-image.reveal.visible{
  opacity:1;
  transform:translateX(0);
}
.about-image.reveal.visible img{
  animation:cashewBowlSoftMove 6s ease-in-out 1s infinite alternate;
  transform-origin:center center;
  will-change:transform;
}
.hero-visual.reveal.visible img{
  animation:coffeeBagFloat 5.5s ease-in-out .45s infinite alternate;
  transform-origin:center center;
  will-change:transform;
}
@keyframes cashewBowlSoftMove{
  0%{transform:translateX(0) translateY(0) scale(1)}
  100%{transform:translateX(-10px) translateY(-8px) scale(1.015)}
}
@keyframes coffeeBagFloat{
  0%{transform:translateY(0) rotate(0deg) scale(1)}
  50%{transform:translateY(-12px) rotate(-1deg) scale(1.01)}
  100%{transform:translateY(7px) rotate(1.2deg) scale(1.015)}
}
@media (prefers-reduced-motion: reduce){
  .about-image.reveal,
  .about-image.reveal.visible,
  .about-image.reveal.visible img,
  .hero-visual.reveal.visible img{
    animation:none!important;
    transition:none!important;
    transform:none!important;
  }
}

/* Refined icon system: all decorative icons are image files, so they can be replaced easily from /assets/icons */
.brand-icon-img{width:36px;height:36px;object-fit:contain;flex:0 0 auto}
.cart-link img{width:24px;height:24px;object-fit:contain;display:block}
.pin{width:34px;height:34px;object-fit:contain;margin:0 auto 4px}
.inline-icon{width:18px;height:18px;object-fit:contain;display:inline-block;vertical-align:-3px;margin-right:6px}
.maps-button img{width:24px;height:24px;object-fit:contain;flex:0 0 auto}
.socials a{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}
.socials img{width:100%;height:100%;object-fit:contain}

/* Why Choose Us section matched closer to the supplied reference */
.why{padding:120px 0 90px;overflow:hidden}
.why .section-title{position:relative;z-index:2;margin-bottom:34px;font-size:clamp(34px,3.2vw,46px);letter-spacing:.5px;color:#66736d;line-height:1.1}
.why-layout{position:relative;max-width:1160px;margin:0 auto;padding:38px 0 48px}
.why-layout::before{content:"";position:absolute;inset:-210px -40px -34px;background:
  linear-gradient(90deg, transparent calc(33.333% - .5px), rgba(81,96,88,.18) calc(33.333% - .5px), rgba(81,96,88,.18) calc(33.333% + .5px), transparent calc(33.333% + .5px)),
  linear-gradient(90deg, transparent calc(66.666% - .5px), rgba(81,96,88,.18) calc(66.666% - .5px), rgba(81,96,88,.18) calc(66.666% + .5px), transparent calc(66.666% + .5px)),
  linear-gradient(180deg, transparent calc(42% - .5px), rgba(81,96,88,.18) calc(42% - .5px), rgba(81,96,88,.18) calc(42% + .5px), transparent calc(42% + .5px)),
  linear-gradient(180deg, transparent calc(73% - .5px), rgba(81,96,88,.18) calc(73% - .5px), rgba(81,96,88,.18) calc(73% + .5px), transparent calc(73% + .5px));pointer-events:none;z-index:0}
.why-grid{position:relative;z-index:1;max-width:none;display:grid;grid-template-columns:repeat(6,1fr);gap:52px 20px;align-items:start;margin-inline:auto}
.why-card{grid-column:span 2;min-height:255px;background:#fff;border:0;border-radius:4px;padding:68px 60px 58px;box-shadow:0 11px 16px rgba(53,65,59,.24);display:flex;align-items:flex-start;justify-content:center;flex-direction:column}
.why-card:nth-child(4){grid-column:2/span 2}
.why-card:nth-child(5){grid-column:4/span 2}
.why-card p{font-size:15.5px;line-height:1.45;color:#151d1b;font-weight:700;letter-spacing:.15px;max-width:280px}
.card-star{position:absolute;top:-31px;left:50%;transform:translateX(-50%);width:74px;height:74px;object-fit:contain;z-index:2}
.card-seal{position:absolute;left:22px;bottom:22px;width:64px;height:64px;border-radius:50%;object-fit:cover;box-shadow:0 7px 15px rgba(0,0,0,.18);background:none}
.shop-icon{width:48px;height:48px;object-fit:contain;display:block}

@media (max-width:1050px){
  .why-layout{max-width:760px}
  .why-grid{grid-template-columns:repeat(2,1fr);gap:46px 24px}
  .why-card,.why-card:nth-child(4),.why-card:nth-child(5){grid-column:span 1;min-height:235px;padding:62px 42px 54px}
  .why-layout::before{background:
    linear-gradient(90deg, transparent calc(50% - .5px), rgba(81,96,88,.16) calc(50% - .5px), rgba(81,96,88,.16) calc(50% + .5px), transparent calc(50% + .5px)),
    linear-gradient(180deg, transparent calc(35% - .5px), rgba(81,96,88,.16) calc(35% - .5px), rgba(81,96,88,.16) calc(35% + .5px), transparent calc(35% + .5px)),
    linear-gradient(180deg, transparent calc(68% - .5px), rgba(81,96,88,.16) calc(68% - .5px), rgba(81,96,88,.16) calc(68% + .5px), transparent calc(68% + .5px));}
}
@media (max-width:820px){
  .why{padding:78px 0 68px}
  .why .section-title{font-size:32px;margin-bottom:22px}
  .why-layout{padding:22px 0 0}
  .why-layout::before{display:none}
  .why-grid{grid-template-columns:1fr;gap:44px}
  .why-card,.why-card:nth-child(4),.why-card:nth-child(5){grid-column:1;min-height:220px;padding:58px 34px 52px}
  .why-card p{font-size:14.5px;max-width:none}
}

/* XD refinement pass: cleaner source assets and closer home artboard proportions */
.hero{
  min-height:760px;
  padding:170px 0 120px;
  background-image:linear-gradient(90deg,rgba(0,0,0,.34),rgba(0,0,0,.04) 58%,rgba(0,0,0,.08)),url('../assets/hero-bg-xd.png');
  background-size:102% auto;
  background-position:center top;
  background-repeat:no-repeat;
  animation:heroCoffeeBagDrift 8s ease-in-out infinite alternate;
}
.hero::after,.hero-glow{display:none}
.hero-grid{grid-template-columns:1fr;min-height:470px}
.hero-content{max-width:780px;padding-top:0}
.hero h1{font-size:clamp(58px,6.2vw,96px);letter-spacing:5px;color:#fff}
.hero h1 span{font-size:.7em;color:#f1eadf;letter-spacing:3px}
.hero-subtitle{font-size:17px;font-weight:700;color:#fff;margin-top:34px}
.hero-visual{display:none!important}
@keyframes heroCoffeeBagDrift{
  from{background-position:center top;background-size:102% auto}
  to{background-position:calc(50% + 10px) 4px;background-size:103.5% auto}
}
.about-image img{width:760px;max-width:none}
.why{background:#cbd6d0}
.why-card{border-radius:5px}
.shop,.branches,.about{background:#cbd6d0}
@media (max-width:1050px){
  .hero{min-height:720px;background-size:auto 100%;background-position:center top}
  .hero h1{font-size:54px}
  .about-image img{max-width:620px;width:100%}
}
@media (max-width:820px){
  .hero{min-height:620px;padding-top:125px;background-position:62% top;background-size:auto 100%;animation:none}
  .hero-content{max-width:420px}
  .hero h1{font-size:42px;letter-spacing:2px}
  .hero-subtitle{font-size:13px;max-width:320px}
}

/* About section spacing refinement: reduce gap after Why Choose Us and keep cashew bowl smaller, realistic, and flush-right */
.why{
  padding-bottom:54px;
}
.about{
  padding-top:26px;
  padding-bottom:95px;
}
.about-grid{
  grid-template-columns:minmax(0,1fr) 500px;
  align-items:start;
  gap:34px;
}
.about-content{
  padding-top:24px;
}
.about-image{
  margin-right:-118px;
  margin-top:-6px;
  display:flex;
  justify-content:flex-end;
  align-items:flex-start;
}
.about-image img{
  width:610px;
  max-width:none;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.06));
}

@media (max-width:1200px){
  .about-grid{
    grid-template-columns:minmax(0,1fr) 440px;
    gap:28px;
  }
  .about-image{
    margin-right:-72px;
  }
  .about-image img{
    width:540px;
  }
}

@media (max-width:1050px){
  .why{
    padding-bottom:58px;
  }
  .about{
    padding-top:36px;
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .about-content{
    padding-top:0;
  }
  .about-image{
    margin:6px auto 0;
    justify-content:center;
  }
  .about-image img{
    width:100%;
    max-width:560px;
  }
}

@media (max-width:820px){
  .why{
    padding-bottom:44px;
  }
  .about{
    padding-top:28px;
    padding-bottom:78px;
  }
}

/* About us image sizing update based on the provided cashew image */
.about{
  padding-top:22px;
}
.about-grid{
  grid-template-columns:minmax(0,1fr) 420px;
  gap:26px;
  align-items:center;
}
.about-content{
  max-width:680px;
  padding-top:8px;
}
.about-image{
  margin-right:-42px;
  margin-top:0;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}
.about-image img{
  width:100%;
  max-width:430px;
  max-height:540px;
  object-fit:contain;
  filter:drop-shadow(0 12px 22px rgba(0,0,0,.08));
}

@media (max-width:1200px){
  .about-grid{
    grid-template-columns:minmax(0,1fr) 380px;
    gap:22px;
  }
  .about-image{
    margin-right:-18px;
  }
  .about-image img{
    max-width:390px;
    max-height:500px;
  }
}

@media (max-width:1050px){
  .about{
    padding-top:34px;
  }
  .about-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .about-content{
    max-width:none;
    padding-top:0;
  }
  .about-image{
    margin:0 auto;
    justify-content:center;
  }
  .about-image img{
    width:100%;
    max-width:360px;
    max-height:none;
  }
}

@media (max-width:820px){
  .about{
    padding-top:28px;
  }
  .about-image img{
    max-width:320px;
  }
}

/* About image refinement: stick the cashew image closer to the right edge and enlarge it slightly */
.about-grid{
  grid-template-columns:minmax(0,1fr) 455px;
  gap:22px;
}
.about-image{
  margin-right:-96px;
}
.about-image img{
  max-width:470px;
  max-height:590px;
}

@media (max-width:1200px){
  .about-grid{
    grid-template-columns:minmax(0,1fr) 410px;
    gap:20px;
  }
  .about-image{
    margin-right:-54px;
  }
  .about-image img{
    max-width:430px;
    max-height:540px;
  }
}

@media (max-width:1050px){
  .about-grid{
    grid-template-columns:1fr;
    gap:24px;
  }
  .about-image{
    margin:0 auto;
  }
  .about-image img{
    max-width:360px;
    max-height:none;
  }
}

/* Inner shop/product/cart pages from XD */
.inner-header{position:relative;background:#16221e;color:#fff;box-shadow:0 8px 26px rgba(0,0,0,.12)}
.inner-header .navbar{height:86px}.cart-link{position:relative}.cart-count{position:absolute;top:-8px;right:-10px;min-width:17px;height:17px;border-radius:99px;background:#fff;color:#16221e;font-size:10px;display:inline-flex;align-items:center;justify-content:center;font-weight:900}.page-hero{background:#cbd6d0;padding:74px 0 44px;text-align:center}.page-hero h1{font-size:clamp(34px,4.6vw,66px);line-height:1.05;color:#5f6f66;text-transform:uppercase;font-weight:900;letter-spacing:1px}.page-hero p{color:#66736d;font-weight:700;margin-top:12px}.products-section{padding-top:54px}.products-toolbar{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:34px;color:#5f6f66;font-weight:800}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:34px}.product-card{background:#fff;border-radius:5px;box-shadow:0 12px 25px rgba(53,65,59,.18);overflow:hidden;display:flex;flex-direction:column;min-height:100%}.product-image{height:250px;background:#f7f7f4;display:flex;align-items:center;justify-content:center;padding:20px}.product-image img{width:100%;height:100%;object-fit:cover;border-radius:3px}.product-info{padding:24px 24px 28px;text-align:center}.product-info h3{font-size:18px;color:#27332f;margin-bottom:18px;min-height:52px;display:flex;align-items:center;justify-content:center}.size-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px;color:#5f6f66;font-weight:800;font-size:12px}.size-row button{width:32px;height:28px;border:1px solid #aab4ae;background:#fff;color:#5f6f66;font-weight:800;cursor:pointer}.price{display:block;font-size:18px;color:#5f6f66;margin-bottom:18px}.add-cart{width:100%;cursor:pointer}.extra-category{display:none}.extra-category.is-visible{display:flex}.cart-toast{position:fixed;right:24px;bottom:24px;background:#16221e;color:#fff;padding:12px 18px;border-radius:4px;box-shadow:0 15px 35px rgba(0,0,0,.24);opacity:0;transform:translateY(12px);transition:.25s;z-index:2000}.cart-toast.show{opacity:1;transform:translateY(0)}
.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;align-items:start}.cart-table-wrap{background:#fff;padding:28px;box-shadow:0 12px 25px rgba(53,65,59,.14);overflow:auto}.cart-table{width:100%;border-collapse:collapse;min-width:680px}.cart-table th{text-align:left;color:#5f6f66;text-transform:uppercase;font-size:13px;padding-bottom:18px;border-bottom:1px solid rgba(95,111,102,.24)}.cart-table td{padding:18px 0;border-bottom:1px solid rgba(95,111,102,.16);vertical-align:middle}.cart-product{display:flex;align-items:center;gap:14px;font-weight:800}.cart-product img{width:64px;height:64px;object-fit:cover;border-radius:4px;background:#f6f6f3}.qty-control{display:inline-flex;align-items:center;border:1px solid #cbd6d0}.qty-control button{width:34px;height:32px;border:0;background:#f6f6f3;font-weight:900;cursor:pointer}.qty-control span{min-width:34px;text-align:center;font-weight:800}.remove-item{border:0;background:transparent;color:#8a3b32;font-weight:800;cursor:pointer}.empty-cart{display:none;padding:28px;text-align:center;color:#5f6f66;font-weight:800}.order-summary{background:#fff;padding:30px;box-shadow:0 12px 25px rgba(53,65,59,.14)}.order-summary h2{color:#5f6f66;margin-bottom:24px;text-transform:uppercase;font-size:22px}.order-summary div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid rgba(95,111,102,.16);font-weight:700}.summary-total{font-size:20px;color:#16221e;border-bottom:0!important}.checkout-btn{width:100%;margin-top:24px}.checkout-grid,.payment-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:34px;align-items:start}.checkout-form,.payment-methods{background:#fff;padding:32px;box-shadow:0 12px 25px rgba(53,65,59,.14)}.checkout-form h2,.payment-methods h2{color:#5f6f66;text-transform:uppercase;margin-bottom:24px}.checkout-form label{display:block;font-weight:800;color:#4f5e57;margin-bottom:16px}.checkout-form input,.checkout-form textarea{width:100%;margin-top:6px;border:1px solid #c8d1cc;background:#fbfbfa;padding:12px 14px;font:inherit}.checkout-form textarea{min-height:110px;resize:vertical}.pay-card{display:flex;align-items:center;gap:14px;background:#fbfbfa;border:1px solid #c8d1cc;padding:18px;margin-bottom:14px;font-weight:800;color:#4f5e57}.place-order{width:100%;margin-top:14px}.order-message{margin-top:16px;color:#4f5e57;font-weight:900;text-align:center}
@media (max-width:1050px){.products-grid{grid-template-columns:repeat(2,1fr)}.cart-layout,.checkout-grid,.payment-grid{grid-template-columns:1fr}.order-summary{max-width:none}.product-image{height:230px}}
@media (max-width:680px){.products-grid{grid-template-columns:1fr}.products-toolbar{flex-direction:column;align-items:stretch}.products-toolbar .btn{width:100%}.product-image{height:220px}.cart-table-wrap{padding:16px}.page-hero{padding:50px 0 34px}.inner-header .nav-actions{display:flex}.inner-header .language-btn{display:none}}

/* Product listing page refinement based on provided reference image */
body:has(.products-section){
  background:#cbd6d0;
}
.page-hero{
  background:#cbd6d0;
  padding:28px 0 22px;
  text-align:left;
}
.page-hero h1{
  font-family:Georgia,'Times New Roman',serif;
  font-size:clamp(34px,4.35vw,58px);
  line-height:1;
  color:#65736c;
  text-transform:uppercase;
  font-weight:400;
  letter-spacing:5px;
}
.page-hero p{
  display:none;
}
.products-section{
  padding-top:22px;
  padding-bottom:90px;
  background:#cbd6d0;
}
.products-toolbar{
  display:none;
}
.products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(240px,1fr));
  gap:52px 62px;
  align-items:start;
}
.product-card{
  background:#fff;
  border-radius:14px;
  box-shadow:none;
  overflow:hidden;
  min-height:0;
  padding:7px 7px 13px;
  max-width:330px;
  width:100%;
  margin-inline:auto;
}
.product-image{
  height:170px;
  padding:0;
  background:#f5f5f1;
  border-radius:10px 10px 0 0;
  overflow:hidden;
}
.product-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:10px 10px 0 0;
}
.product-info{
  padding:10px 8px 0;
  text-align:left;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-areas:
    'title price'
    'sizes sizes'
    'button button';
  column-gap:12px;
  align-items:center;
}
.product-info h3{
  grid-area:title;
  min-height:0;
  margin:0;
  justify-content:flex-start;
  align-items:center;
  color:#69736e;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.1px;
}
.price{
  grid-area:price;
  margin:0;
  color:#69736e;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
  white-space:nowrap;
}
.size-row{
  grid-area:sizes;
  display:grid;
  grid-template-columns:.85fr 1fr 1fr;
  gap:0;
  align-items:center;
  justify-items:center;
  margin:28px 2px 33px;
  padding:8px 0;
  color:#67726c;
  border-top:1px solid rgba(95,111,102,.55);
  border-bottom:1px solid rgba(95,111,102,.55);
  font-size:9px;
  font-weight:900;
  letter-spacing:.35px;
  text-transform:uppercase;
}
.size-row span{
  width:100%;
  text-align:center;
  border-right:1px solid rgba(95,111,102,.55);
}
.size-row button{
  width:100%;
  height:auto;
  min-height:20px;
  border:0;
  border-right:1px solid rgba(95,111,102,.55);
  background:transparent;
  color:#67726c;
  font-size:9px;
  font-weight:900;
  cursor:pointer;
  transition:.2s;
}
.size-row button:last-child{
  border-right:0;
}
.size-row button.is-selected,
.size-row button:hover{
  background:rgba(95,111,102,.1);
  color:#43514a;
}
.add-cart{
  grid-area:button;
  width:100%;
  min-height:38px;
  border-radius:999px;
  background:#65736c;
  color:#fff;
  font-size:10px;
  letter-spacing:.3px;
  font-weight:900;
  cursor:pointer;
}
.add-cart:hover{
  background:#4f5e57;
  transform:none;
}
.cart-product span small{
  display:block;
  margin-top:3px;
  color:#65736c;
  font-size:11px;
  font-weight:900;
}

@media (max-width:1050px){
  .products-grid{
    grid-template-columns:repeat(2,minmax(240px,1fr));
    gap:42px 34px;
  }
}
@media (max-width:680px){
  .page-hero{
    padding:28px 0 18px;
  }
  .page-hero h1{
    font-size:31px;
    letter-spacing:2.6px;
  }
  .products-section{
    padding-top:18px;
  }
  .products-grid{
    grid-template-columns:1fr;
    gap:30px;
  }
  .product-card{
    max-width:330px;
  }
}


/* Laravel bilingual refinements */
[dir="rtl"] body{font-family:"Tajawal","Cairo",Arial,sans-serif;text-align:right}
[dir="rtl"] .navbar,[dir="rtl"] .hero-buttons,[dir="rtl"] .footer-grid{direction:rtl}
[dir="rtl"] .nav-links{direction:rtl}
[dir="rtl"] .product-card{text-align:right}
[dir="rtl"] .product-info h3{direction:rtl}
[dir="rtl"] .product-info .price{direction:ltr;display:inline-block}
[dir="rtl"] .products-toolbar{direction:rtl}
[dir="rtl"] .branch-card{text-align:right}
.inner-header{position:relative;background:#637169;color:#fff}.inner-header .navbar{height:86px}.page-hero{background:#cbd6d0;padding:70px 0 30px}.page-hero h1{font-family:Georgia,"Times New Roman",serif;text-transform:uppercase;font-size:clamp(38px,5vw,62px);font-weight:400;letter-spacing:4px;color:#637169}.page-hero p{color:#66736d;font-weight:600}.products-section{padding-top:30px}.products-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px 64px}.product-card{background:#fff;border-radius:16px;padding:8px 10px 16px;box-shadow:none}.product-image{display:block;height:170px;border-radius:12px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:12px}.product-topline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.product-info h3{font-size:14px;color:#616a65;font-weight:900;letter-spacing:.2px}.product-info .price{font-size:13px;color:#606a64;font-weight:900;white-space:nowrap}.size-row{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;border-top:1px solid rgba(95,111,102,.6);border-bottom:1px solid rgba(95,111,102,.6);margin-bottom:34px;height:36px}.size-row span,.size-option{font-size:10px;font-weight:800;color:#68726d;text-align:center}.size-row span,.size-option:not(:last-child){border-right:1px solid rgba(95,111,102,.45)}.size-option{border:0;background:transparent;cursor:pointer;height:100%}.size-option.is-selected{background:#eef3f0}.product-card .add-cart{width:100%;border-radius:999px;min-height:38px}.products-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:38px;color:#5f6f66;font-weight:800}.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;border-radius:50%;background:#fff;color:#5f6f66;font-size:11px;margin-left:5px}.cart-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.cart-table th,.cart-table td{padding:15px;border-bottom:1px solid #e2e8e4;text-align:left}.cart-table img{width:72px;height:60px;object-fit:cover;border-radius:8px}.cart-summary,.checkout-card{background:#fff;border-radius:14px;padding:25px;box-shadow:0 10px 22px rgba(60,70,65,.08)}.checkout-grid{display:grid;grid-template-columns:1.4fr .8fr;gap:28px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field input,.field textarea,.field select{border:1px solid #c8d0cc;border-radius:8px;padding:12px;background:#fff}.field.full{grid-column:1/-1}.lang-switch{display:flex;gap:8px;align-items:center}.lang-switch a{font-weight:800}.lang-switch a.active{text-decoration:underline}.flash{background:#fff;border-radius:10px;padding:14px 18px;margin:20px 0;color:#5f6f66;font-weight:800}@media(max-width:900px){.products-grid{grid-template-columns:repeat(2,1fr);gap:34px}.checkout-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}}@media(max-width:560px){.products-grid{grid-template-columns:1fr}.page-hero h1{font-size:36px}.products-toolbar{flex-direction:column;align-items:flex-start;gap:15px}.cart-table{display:block;overflow-x:auto}}

/* Fix: product add-to-cart without visual jump + restored cart layout */
.add-cart[disabled]{opacity:.72;cursor:not-allowed;transform:none!important}
.cart-toast{position:fixed;right:24px;bottom:24px;background:#16221e;color:#fff;padding:13px 19px;border-radius:999px;box-shadow:0 15px 35px rgba(0,0,0,.24);opacity:0;transform:translateY(14px);transition:.25s;z-index:9999;font-weight:800;font-size:13px}.cart-toast.show{opacity:1;transform:translateY(0)}
.cart-section{padding-top:42px;padding-bottom:110px}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:34px;align-items:start}.cart-table-wrap{background:#fff;border-radius:18px;padding:26px;box-shadow:0 12px 25px rgba(53,65,59,.14);overflow:auto}.cart-table{width:100%;border-collapse:collapse;min-width:720px;background:transparent;border-radius:0}.cart-table th{padding:0 14px 18px;text-align:left;color:#5f6f66;text-transform:uppercase;font-size:12px;letter-spacing:.5px;border-bottom:1px solid rgba(95,111,102,.24)}.cart-table td{padding:20px 14px;border-bottom:1px solid rgba(95,111,102,.16);vertical-align:middle;color:#4e5a54}.cart-product{display:flex;align-items:center;gap:15px;font-weight:900;color:#3d4843}.cart-product img{width:78px;height:68px;object-fit:cover;border-radius:12px;background:#f6f6f3;flex:0 0 auto}.cart-product small{display:block;color:#7b8580;font-size:11px;font-weight:800;margin-top:2px}.cart-qty-input{width:78px;height:38px;border:1px solid #c8d1cc;border-radius:999px;text-align:center;background:#fbfbfa;color:#4f5e57;font-weight:900}.cart-actions-cell{text-align:right}.remove-item{border:0;background:transparent;color:#8a3b32;font-weight:900;cursor:pointer;text-transform:uppercase;font-size:11px}.cart-table-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:24px}.btn-outline-dark{border-color:#5f6f66;color:#5f6f66;background:transparent}.btn-outline-dark:hover{background:#5f6f66;color:#fff}.order-summary{background:#fff;border-radius:18px;padding:30px;box-shadow:0 12px 25px rgba(53,65,59,.14);position:sticky;top:24px}.order-summary h2{font-family:Georgia,"Times New Roman",serif;color:#5f6f66;margin-bottom:24px;text-transform:uppercase;font-size:28px;font-weight:400;letter-spacing:2px}.order-summary div{display:flex;justify-content:space-between;gap:16px;padding:13px 0;border-bottom:1px solid rgba(95,111,102,.16);font-weight:800;color:#5a665f}.order-summary .summary-total{font-size:20px;color:#16221e;border-bottom:0!important;padding-top:18px}.checkout-btn{width:100%;margin-top:24px;border-radius:999px}.empty-cart-card{background:#fff;border-radius:18px;padding:48px;text-align:center;box-shadow:0 12px 25px rgba(53,65,59,.14);max-width:560px;margin:0 auto}.empty-cart-card h2{font-family:Georgia,"Times New Roman",serif;color:#5f6f66;font-size:34px;font-weight:400;margin-bottom:24px;text-transform:uppercase;letter-spacing:2px}
[dir="rtl"] .cart-table th,[dir="rtl"] .cart-table td{text-align:right}[dir="rtl"] .cart-actions-cell{text-align:left}[dir="rtl"] .cart-product{direction:rtl}
@media(max-width:1050px){.cart-layout{grid-template-columns:1fr}.order-summary{position:static}.cart-table-wrap{padding:20px}}@media(max-width:680px){.cart-section{padding-top:24px}.cart-table-wrap{padding:14px;border-radius:14px}.cart-table-footer{flex-direction:column;align-items:stretch}.cart-table-footer .btn{width:100%}.order-summary{padding:24px}.empty-cart-card{padding:34px 20px}.cart-toast{right:16px;left:16px;text-align:center}}

/* FINAL CART PAGE REPAIR - clean layout, no broken table/forms */
.cart-page-heading{
  padding:64px 0 28px!important;
  text-align:left!important;
}
.cart-page-heading h1{
  font-family:Georgia,"Times New Roman",serif!important;
  font-weight:400!important;
  letter-spacing:4px!important;
  color:#637169!important;
}
.cart-section{
  padding:38px 0 105px!important;
  background:#cbd6d0!important;
}
.cart-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:34px!important;
  align-items:start!important;
}
.cart-table-wrap{
  background:#fff!important;
  border-radius:20px!important;
  padding:30px!important;
  box-shadow:0 14px 30px rgba(53,65,59,.13)!important;
  overflow:visible!important;
}
.cart-table{
  width:100%!important;
  min-width:0!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:transparent!important;
  border-radius:0!important;
  overflow:visible!important;
}
.cart-table thead th{
  padding:0 14px 18px!important;
  text-align:left!important;
  color:#637169!important;
  font-size:12px!important;
  text-transform:uppercase!important;
  letter-spacing:.7px!important;
  border-bottom:1px solid rgba(99,113,105,.26)!important;
  white-space:nowrap!important;
}
.cart-table tbody td{
  padding:21px 14px!important;
  vertical-align:middle!important;
  border-bottom:1px solid rgba(99,113,105,.16)!important;
  color:#4e5a54!important;
  background:#fff!important;
}
.cart-product{
  display:flex!important;
  align-items:center!important;
  gap:15px!important;
  min-width:245px!important;
  color:#3f4a45!important;
}
.cart-product img{
  width:86px!important;
  height:72px!important;
  object-fit:cover!important;
  border-radius:14px!important;
  background:#eef3f0!important;
  flex:0 0 auto!important;
}
.cart-product span{
  font-weight:900!important;
  line-height:1.3!important;
}
.cart-product span small{
  display:block!important;
  margin-top:6px!important;
  color:#7b8580!important;
  font-size:11px!important;
  font-weight:800!important;
}
.cart-qty-input{
  width:76px!important;
  height:38px!important;
  border:1px solid #c8d1cc!important;
  border-radius:999px!important;
  background:#fbfbfa!important;
  text-align:center!important;
  color:#4f5e57!important;
  font-weight:900!important;
  outline:none!important;
}
.cart-actions-cell{text-align:right!important}
.remove-item{
  border:0!important;
  background:transparent!important;
  color:#8a3b32!important;
  font-weight:900!important;
  cursor:pointer!important;
  text-transform:uppercase!important;
  font-size:11px!important;
  padding:8px 0!important;
}
.cart-table-footer{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding-top:26px!important;
}
.order-summary{
  background:#fff!important;
  border-radius:20px!important;
  padding:32px!important;
  box-shadow:0 14px 30px rgba(53,65,59,.13)!important;
  position:sticky!important;
  top:24px!important;
}
.order-summary h2{
  font-family:Georgia,"Times New Roman",serif!important;
  color:#637169!important;
  margin:0 0 24px!important;
  text-transform:uppercase!important;
  font-size:30px!important;
  font-weight:400!important;
  letter-spacing:2px!important;
}
.order-summary div{
  display:flex!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:13px 0!important;
  border-bottom:1px solid rgba(99,113,105,.16)!important;
  font-weight:800!important;
  color:#5a665f!important;
}
.order-summary .summary-total{
  font-size:20px!important;
  color:#16221e!important;
  border-bottom:0!important;
  padding-top:18px!important;
}
.checkout-btn{
  width:100%!important;
  margin-top:24px!important;
  border-radius:999px!important;
}
.empty-cart-card{
  background:#fff!important;
  border-radius:20px!important;
  padding:50px 24px!important;
  text-align:center!important;
  box-shadow:0 14px 30px rgba(53,65,59,.13)!important;
  max-width:570px!important;
  margin:0 auto!important;
}
.empty-cart-card h2{
  font-family:Georgia,"Times New Roman",serif!important;
  color:#637169!important;
  font-size:34px!important;
  font-weight:400!important;
  letter-spacing:2px!important;
  text-transform:uppercase!important;
  margin-bottom:24px!important;
}
[dir="rtl"] .cart-page-heading{text-align:right!important}
[dir="rtl"] .cart-table thead th,[dir="rtl"] .cart-table tbody td{text-align:right!important}
[dir="rtl"] .cart-actions-cell{text-align:left!important}
[dir="rtl"] .cart-product{direction:rtl!important}
@media(max-width:1050px){
  .cart-layout{grid-template-columns:1fr!important}
  .order-summary{position:static!important}
}
@media(max-width:760px){
  .cart-page-heading{padding-top:46px!important}
  .cart-table-wrap{padding:18px!important;overflow:hidden!important}
  .cart-table,.cart-table thead,.cart-table tbody,.cart-table th,.cart-table td,.cart-table tr{display:block!important;width:100%!important}
  .cart-table thead{display:none!important}
  .cart-table tbody tr{background:#fff!important;border:1px solid rgba(99,113,105,.18)!important;border-radius:16px!important;padding:16px!important;margin-bottom:16px!important}
  .cart-table tbody td{border:0!important;padding:8px 0!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:14px!important}
  .cart-table tbody td:first-child{display:block!important}
  .cart-product{min-width:0!important;width:100%!important}
  .cart-product img{width:80px!important;height:70px!important}
  .cart-actions-cell{justify-content:flex-end!important;text-align:inherit!important}
  .cart-table-footer{flex-direction:column!important;align-items:stretch!important}
  .cart-table-footer .btn{width:100%!important}
  .order-summary{padding:24px!important}
}

/* Language-specific logo: header shows image only, no text next to logo */
.brand-image-only{gap:0;display:inline-flex;align-items:center;min-width:auto}
.brand-image-only .brand-icon-img{width:auto;height:58px;max-width:185px;object-fit:contain}
.site-header:not(.solid) .brand-image-only .brand-icon-img{filter:drop-shadow(0 5px 12px rgba(0,0,0,.22))}
@media (max-width:820px){
  .brand-image-only .brand-icon-img{height:48px;max-width:150px}
}

/* Final logo size refinement: make uploaded bilingual logo clear and prominent */
.navbar{
  min-height:108px;
}
.brand-image-only{
  flex:0 0 auto;
  height:92px;
  display:inline-flex;
  align-items:center;
}
.brand-image-only .brand-icon-img,
.brand-mark.brand-icon-img{
  height:86px !important;
  width:auto !important;
  max-width:300px !important;
  object-fit:contain !important;
}
.site-header.solid .brand-image-only .brand-icon-img{
  height:78px !important;
}
@media (max-width:1050px){
  .navbar{min-height:96px;}
  .brand-image-only{height:80px;}
  .brand-image-only .brand-icon-img,
  .brand-mark.brand-icon-img{
    height:74px !important;
    max-width:250px !important;
  }
}
@media (max-width:820px){
  .navbar{min-height:84px;}
  .brand-image-only{height:70px;}
  .brand-image-only .brand-icon-img,
  .brand-mark.brand-icon-img{
    height:64px !important;
    max-width:210px !important;
  }
}
@media (max-width:520px){
  .brand-image-only .brand-icon-img,
  .brand-mark.brand-icon-img{
    height:58px !important;
    max-width:180px !important;
  }
}

/* =========================================================
   Font system update
   - Lavish: hero main title only
   - Poppins Bold: main headings and strong UI labels
   - Poppins Medium: body text and general content
   ========================================================= */
@font-face{
  font-family:'AlnatshehLavish';
  src:url('../assets/fonts/lavish.otf') format('opentype');
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'AlnatshehPoppinsBold';
  src:url('../assets/fonts/Poppins-Bold.ttf') format('truetype');
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:'AlnatshehPoppinsMedium';
  src:url('../assets/fonts/Poppins-Medium.ttf') format('truetype');
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
:root{
  --font-hero:'AlnatshehLavish', Georgia, 'Times New Roman', serif;
  --font-heading:'AlnatshehPoppinsBold', 'Poppins', Arial, sans-serif;
  --font-body:'AlnatshehPoppinsMedium', 'Poppins', Arial, sans-serif;
}
body,
input,
textarea,
select,
button,
.site-footer a,
.site-footer p,
.about-content p,
.why-card p,
.branch-card p,
.page-hero p,
.product-info,
.cart-table,
.checkout-card,
.order-summary div,
.field input,
.field textarea,
.field select{
  font-family:var(--font-body)!important;
  font-weight:500;
}
.hero h1,
.hero h1 span{
  font-family:var(--font-hero)!important;
  font-weight:400!important;
  text-transform:none!important;
  letter-spacing:1px!important;
  line-height:.86!important;
}
.hero h1{
  font-size:clamp(74px,8.7vw,138px)!important;
}
.hero h1 span{
  font-size:.78em!important;
  display:inline-block;
}
.section-title,
.section-heading-line,
.about-content h2,
.branch-title h2,
.branch-card h3,
.site-footer h3,
.page-hero h1,
.products-toolbar,
.product-info h3,
.product-info .price,
.size-row span,
.size-option,
.cart-page-heading h1,
.order-summary h2,
.empty-cart-card h2,
.btn,
.nav-links,
.language-btn,
.eyebrow,
.shop-card strong,
.brand,
.admin-link-placeholder{
  font-family:var(--font-heading)!important;
  font-weight:700!important;
}
.page-hero h1,
.cart-page-heading h1,
.order-summary h2,
.empty-cart-card h2{
  letter-spacing:2px!important;
}
[dir="rtl"] body,
[dir="rtl"] input,
[dir="rtl"] textarea,
[dir="rtl"] select,
[dir="rtl"] button{
  font-family:var(--font-body), Tahoma, Arial, sans-serif!important;
}
[dir="rtl"] .section-title,
[dir="rtl"] .section-heading-line,
[dir="rtl"] .about-content h2,
[dir="rtl"] .page-hero h1,
[dir="rtl"] .product-info h3,
[dir="rtl"] .btn,
[dir="rtl"] .nav-links{
  font-family:var(--font-heading), Tahoma, Arial, sans-serif!important;
}
@media(max-width:820px){
  .hero h1{font-size:clamp(58px,18vw,86px)!important;line-height:.9!important}
}

/* Hero title readability fix: keep the title as a clear phrase, not one word per line */
.hero-content{
  max-width:720px!important;
}
.hero h1,
.hero h1 span{
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  line-height:1.06!important;
  letter-spacing:.5px!important;
}
.hero h1{
  font-size:clamp(56px,5.4vw,92px)!important;
  max-width:680px!important;
}
.hero h1 span{
  display:inline!important;
  font-size:1em!important;
}

@media(max-width:1050px){
  .hero-content{max-width:620px!important;}
  .hero h1{font-size:clamp(48px,7vw,72px)!important;max-width:560px!important;}
}
@media(max-width:820px){
  .hero-content{max-width:460px!important;}
  .hero h1{font-size:clamp(42px,11vw,62px)!important;line-height:1.08!important;max-width:430px!important;}
}
@media(max-width:520px){
  .hero-content{max-width:330px!important;}
  .hero h1{font-size:clamp(38px,12vw,52px)!important;max-width:330px!important;}
}


/* Bank al Etihad / PaymentPlus checkout additions */
.payment-methods{
  display:grid;
  gap:14px;
}
.payment-method-option{
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:16px 18px;
  border:1px solid rgba(95,111,102,.25);
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.2s ease;
}
.payment-method-option:hover{
  border-color:var(--green);
  box-shadow:0 12px 25px rgba(26,41,35,.08);
}
.payment-method-option input{
  margin-top:6px;
  accent-color:var(--green);
}
.payment-method-option span{
  display:grid;
  gap:3px;
}
.payment-method-option strong{
  font-family:var(--font-heading);
  color:var(--green);
}
.payment-method-option small{
  color:#69756f;
  font-size:12px;
  line-height:1.5;
}
.field-error{
  color:#b42318;
  display:block;
  margin-top:6px;
  font-size:12px;
}
.bank-payment-shell{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:30px;
  align-items:start;
}
.bank-payment-card{
  background:#fff;
  border-radius:22px;
  padding:34px;
  box-shadow:0 18px 45px rgba(26,41,35,.12);
}
.bank-payment-card h2,
.payment-result-card h2{
  font-family:var(--font-heading);
  color:var(--green);
  margin-bottom:10px;
}
.payment-muted{
  color:#6c7971;
  margin-bottom:22px;
}
.payment-status{
  background:#f7f7f3;
  border:1px solid rgba(95,111,102,.18);
  padding:14px 16px;
  border-radius:12px;
  margin-bottom:20px;
  font-size:14px;
}
.payment-status.success{
  background:#edf8f1;
  border-color:#b9e7c8;
  color:#256d3d;
}
.payment-status.error{
  background:#fff0f0;
  border-color:#ffc9c9;
  color:#a52121;
}
.bank-payment-form{
  min-height:190px;
  border:1px dashed rgba(95,111,102,.35);
  border-radius:16px;
  padding:18px;
  background:#fbfbf8;
}
.payment-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:22px;
}
.payment-order-summary{
  position:sticky;
  top:110px;
}
.payment-result-card{
  max-width:720px;
  margin:0 auto;
  text-align:center;
}
.payment-result-card p{
  margin:10px 0;
}
@media(max-width:900px){
  .bank-payment-shell{
    grid-template-columns:1fr;
  }
  .payment-order-summary{
    position:static;
  }
  .bank-payment-card{
    padding:24px;
  }
}

/* =========================================================
   Arabic About Us fix
   English layout stays unchanged.
   Arabic only: text on the right, cashew image on the left,
   image flipped, and cropped side pushed outside the viewport.
   ========================================================= */
html[dir="rtl"] .about-grid,
body.rtl .about-grid,
body[dir="rtl"] .about-grid {
    direction: ltr !important;
    grid-template-columns: 455px minmax(0, 1fr) !important;
}

html[dir="rtl"] .about-image,
body.rtl .about-image,
body[dir="rtl"] .about-image {
    grid-column: 1 !important;
    grid-row: 1 !important;
    margin-right: 0 !important;
    margin-left: -96px !important;
    justify-content: flex-start !important;
    align-items: center !important;
}

html[dir="rtl"] .about-content,
body.rtl .about-content,
body[dir="rtl"] .about-content {
    grid-column: 2 !important;
    grid-row: 1 !important;
    direction: rtl !important;
    text-align: right !important;
}

html[dir="rtl"] .about-content p,
body.rtl .about-content p,
body[dir="rtl"] .about-content p {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

html[dir="rtl"] .about-image img,
body.rtl .about-image img,
body[dir="rtl"] .about-image img {
    transform: scaleX(-1) !important;
    transform-origin: center center !important;
}

html[dir="rtl"] .about-image.reveal.visible img,
body.rtl .about-image.reveal.visible img,
body[dir="rtl"] .about-image.reveal.visible img {
    animation: cashewBowlSoftMoveArabic 6s ease-in-out 1s infinite alternate !important;
}

@keyframes cashewBowlSoftMoveArabic {
    0% {
        transform: scaleX(-1) translateX(0) translateY(0) scale(1);
    }
    100% {
        transform: scaleX(-1) translateX(10px) translateY(-8px) scale(1.015);
    }
}

@media (max-width: 1200px) {
    html[dir="rtl"] .about-grid,
    body.rtl .about-grid,
    body[dir="rtl"] .about-grid {
        grid-template-columns: 410px minmax(0, 1fr) !important;
    }

    html[dir="rtl"] .about-image,
    body.rtl .about-image,
    body[dir="rtl"] .about-image {
        margin-left: -54px !important;
    }
}

@media (max-width: 1050px) {
    html[dir="rtl"] .about-grid,
    body.rtl .about-grid,
    body[dir="rtl"] .about-grid {
        direction: rtl !important;
        grid-template-columns: 1fr !important;
    }

    html[dir="rtl"] .about-content,
    body.rtl .about-content,
    body[dir="rtl"] .about-content {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    html[dir="rtl"] .about-image,
    body.rtl .about-image,
    body[dir="rtl"] .about-image {
        grid-column: 1 !important;
        grid-row: 2 !important;
        margin: 0 auto !important;
        justify-content: center !important;
    }
}
