:root{
  --blush:#FFF6F9;
  --rose-soft:#FFDDE7;
  --rose:#F8BBD0;
  --pink:#E88FB0;
  --title:#D36B8F;
  --ink:#A64B6B;
  --green:#E88FB0;
  --dark:#A64B6B;
  --mint:#FFDDE7;
  --paper:#FFF6F9;
  --line:#F8BBD0;
  --muted:#A64B6B;
  --orange:#D36B8F;
  --auth-note:#E88FB022;
}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:'Cairo',sans-serif;color:var(--ink);background:var(--paper);line-height:1.7}button,input,select,textarea{font:inherit}a{text-decoration:none;color:inherit;cursor:pointer}.container{width:min(1160px,calc(100% - 40px));margin:auto}.header{height:78px;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:20}.nav-wrap,.nav-tools,.brand,.hero-actions,.trust-row,.info-grid>div,.product-bottom,.cart-summary,.footer-inner{display:flex;align-items:center}.nav-wrap{height:100%;justify-content:space-between;gap:30px}.brand{gap:10px;color:var(--green);font-size:1.6rem;font-weight:800}.brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:11px;background:var(--green);color:#fff;transform:rotate(-8deg)}.nav-menu{display:flex;gap:30px;color:#53706e;font-weight:600}.nav-link{padding:26px 0}.nav-link.active,.nav-link:hover{color:var(--green)}.nav-tools{gap:10px}.icon-btn,.menu-btn{border:0;background:transparent;color:var(--ink);font-size:1.15rem;width:40px;height:40px}.cart-btn{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;display:flex;align-items:center;gap:8px;font-weight:700;position:relative}.cart-btn i{color:var(--green)}.cart-count{position:absolute;top:-8px;left:-8px;background:var(--orange);color:#fff;width:21px;height:21px;border-radius:50%;font-size:.7rem;display:grid;place-items:center}.menu-btn{display:none}.hero{background:linear-gradient(115deg,#fbf2ef,#fff);overflow:hidden}.hero-grid{min-height:610px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:70px}.eyebrow{display:block;color:var(--green);font-weight:800;font-size:.8rem;margin-bottom:10px}.hero h1{font-size:clamp(2.4rem,5vw,4.2rem);line-height:1.2;margin-bottom:18px}.hero h1 strong,.about h2 strong{color:var(--green)}.hero-copy>p{color:#806f6a;max-width:510px;font-size:1.08rem;margin-bottom:28px}.hero-actions{gap:22px}.primary-btn{border:0;background:var(--green);color:#fff;border-radius:9px;padding:12px 21px;display:inline-flex;align-items:center;gap:12px;font-weight:800;box-shadow:0 8px 20px #8f5f5533;cursor:pointer}.primary-btn:hover{background:var(--dark)}.text-btn{color:var(--green);font-weight:800}.trust-row{gap:22px;margin-top:34px;color:var(--muted);font-size:.78rem}.trust-row i{color:var(--green)}.hero-visual{position:relative}.hero-image{height:410px;border-radius:120px 18px 18px 18px;overflow:hidden;border:10px solid #fff}.hero-image img,.about-image img,.product-image{width:100%;height:100%;object-fit:cover}.delivery-card,.rating-card{position:absolute;background:#fff;box-shadow:0 12px 35px #7f554c29;border-radius:12px;padding:13px}.delivery-card{bottom:28px;right:-28px;display:flex;gap:10px}.delivery-icon{width:39px;height:39px;border-radius:10px;background:#f3e8d8;color:#b48752;display:grid;place-items:center}.delivery-card strong,.delivery-card small,.rating-card small{display:block}.delivery-card small,.rating-card small{color:var(--muted);font-size:.7rem}.rating-card{top:34px;left:-28px;text-align:center}.rating-card strong{font-size:1.4rem}.rating-card span{color:#f1ac50}.quick-info{background:var(--green);color:#fff}.info-grid{justify-content:space-around;padding:24px 0}.info-grid>div{gap:13px;border-left:1px solid #ffffff2e;padding:0 45px}.info-grid>div:last-child{border:0}.info-grid i{font-size:1.6rem;color:#f0d8d0}.info-grid strong,.info-grid small{display:block}.info-grid small{font-size:.72rem;color:#ead2ca}.section{padding:86px 0}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:35px}.section-heading h2{font-size:2rem;line-height:1.3}.outline-btn{border:1px solid var(--green);color:var(--green);padding:9px 15px;border-radius:8px;font-weight:700}.category-grid,.products-grid,.service-grid{display:grid;gap:18px}.category-grid{grid-template-columns:repeat(4,1fr)}.category-card{background:#fff;border:1px solid var(--line);border-radius:12px;text-align:right;padding:20px;display:flex;flex-direction:column;gap:7px;cursor:pointer}.category-card:hover,.product-card:hover{border-color:var(--green);transform:translateY(-4px)}.category-icon{height:94px;border-radius:9px;display:grid;place-items:center;font-size:2rem}.mint{background:#f5e4df;color:#a8766b}.peach{background:#fff0e6;color:#e89358}.yellow{background:#fff8da;color:#d7ae36}.blue{background:#e8f1fc;color:#6695d0}.category-card small,.product-category{color:var(--muted);font-size:.73rem}.products-section{background:#fff}.shop-controls{display:flex;gap:10px}.search-field{display:flex;align-items:center;border:1px solid var(--line);border-radius:8px;padding:0 12px;color:var(--muted)}.search-field input{width:190px;border:0;outline:0;padding:10px}.shop-controls select,select{border:1px solid var(--line);border-radius:8px;padding:9px 12px;color:var(--ink);outline:0;background:#fff}.products-grid{grid-template-columns:repeat(4,1fr)}.product-card{border:1px solid var(--line);border-radius:11px;overflow:hidden;background:#fff;transition:.2s}.product-image-wrap{height:190px;background:#fcf5f2;position:relative}.badge{position:absolute;top:10px;right:10px;background:#f8eadc;color:#a8683d;border-radius:5px;padding:3px 8px;font-size:.68rem}.product-info{padding:15px}.product-name{font-size:.95rem;margin:4px 0 9px}.product-bottom{justify-content:space-between}.product-price{font-weight:800;color:var(--green)}.product-price small{font-size:.65rem;color:var(--muted)}.add-to-cart{border:0;background:var(--mint);color:var(--green);width:34px;height:34px;border-radius:8px;cursor:pointer}.offer-banner{background:var(--dark);color:#fff;padding:40px 0}.offer-inner{display:flex;align-items:center;justify-content:space-between}.offer-banner .eyebrow{color:#e9c2b5}.offer-banner h2{font-size:1.8rem}.offer-banner p{color:#e8cfc8}.light{background:#fff;color:var(--green)}.centered{justify-content:center;text-align:center}.service-grid{grid-template-columns:repeat(3,1fr)}.service-grid article{background:#fff;border:1px solid var(--line);padding:26px;border-radius:10px}.service-grid i{color:var(--green);font-size:1.6rem}.service-grid p,.about p,.contact p{color:var(--muted);font-size:.86rem}.about{background:var(--mint)}.about-grid,.contact-box{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.about-image{height:350px;border-radius:12px 100px 12px 12px;overflow:hidden}.about h2,.contact h2{font-size:2.2rem}.stats{display:flex;gap:35px;margin-top:28px}.stats strong,.stats small{display:block}.stats strong{font-size:1.55rem;color:var(--green)}.stats small{font-size:.7rem;color:var(--muted)}.contact-box{background:#fff;border:1px solid var(--line);border-radius:12px;padding:45px 55px}.contact-list{display:grid;gap:10px;margin-top:20px;color:var(--muted);font-size:.83rem}.contact-list i{color:var(--green);width:22px}.contact form,.small-modal form{display:grid;gap:12px}.contact input,.contact textarea,.small-modal input,.small-modal select{border:1px solid var(--line);border-radius:8px;padding:11px;outline:0;background:#fbfdfc}.contact textarea{resize:vertical}footer{background:#4c302d;color:#ead3cc;padding:28px 0}.footer-inner{justify-content:space-between;font-size:.72rem}.footer-inner .brand{color:#fff}.modal{display:none;position:fixed;inset:0;background:#0a2b3d80;z-index:50;padding:30px}.modal.open{display:grid;place-items:center}.modal-content{width:min(560px,100%);background:#fff;border-radius:14px;padding:30px;position:relative}.small-modal{width:min(410px,100%);text-align:center}.modal-close{position:absolute;top:14px;left:16px;border:0;background:transparent;color:var(--muted)}.modal-content>p{color:var(--muted);font-size:.8rem;margin-bottom:20px}.modal-logo{display:grid;place-items:center;background:var(--mint);color:var(--green);width:52px;height:52px;border-radius:14px;margin:0 auto 15px}.cart-row{display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--line);padding:13px 0}.cart-row img{width:55px;height:55px;object-fit:cover}.cart-row-info{flex:1}.cart-row-info strong,.cart-row-info small{display:block}.cart-row-info small{color:var(--muted);font-size:.72rem}.qty-control{display:flex;gap:9px;align-items:center}.qty-control button{border:0;background:var(--mint);color:var(--green);width:25px;height:25px}.remove{border:0;background:transparent;color:#c36b6b}.empty-cart{text-align:center;color:var(--muted);padding:30px}.cart-summary{justify-content:space-between;border-top:2px solid var(--line);margin-top:15px;padding:15px 0;font-weight:800}.full{width:100%;justify-content:center}.notification-container{position:fixed;top:90px;left:20px;z-index:70}.notification{background:#fff;border-right:4px solid var(--green);padding:12px 18px;border-radius:8px;margin-bottom:8px}@media(max-width:900px){.hero-grid{gap:35px}.products-grid{grid-template-columns:repeat(2,1fr)}.category-grid{grid-template-columns:repeat(2,1fr)}.contact-box{gap:35px;padding:30px}}@media(max-width:680px){.container{width:calc(100% - 28px)}.header{height:68px}.nav-menu{display:none;position:absolute;top:68px;right:0;left:0;background:#fff;padding:15px 20px;flex-direction:column}.nav-menu.open{display:flex}.nav-link{padding:10px}.menu-btn{display:block}.cart-btn span{display:none}.hero-grid{grid-template-columns:1fr;padding:60px 0 70px}.hero-copy{text-align:center}.hero-actions,.trust-row{justify-content:center}.hero-visual{width:90%;margin:auto}.hero-image{height:300px}.delivery-card{right:-8px}.rating-card{left:-8px}.info-grid{display:grid;grid-template-columns:1fr;padding:12px 0}.info-grid>div{border:0;padding:9px}.section{padding:58px 0}.section-heading{align-items:start;gap:15px;flex-direction:column}.shop-controls{width:100%;flex-direction:column}.search-field input{width:100%}.products-grid{gap:10px}.product-image-wrap{height:145px}.product-info{padding:10px}.product-name{font-size:.8rem}.category-card{padding:12px}.category-icon{height:65px}.offer-inner{display:block}.offer-banner h2{font-size:1.35rem}.service-grid,.about-grid,.contact-box{grid-template-columns:1fr}.about-image{height:250px}.about h2{font-size:1.8rem}.contact-box{padding:25px}.footer-inner{flex-direction:column;gap:12px}.modal{padding:15px}}
.language-btn{border:1px solid var(--line);background:#fff;color:var(--pink);border-radius:999px;padding:8px 16px;font-weight:700;font-size:.8rem;cursor:pointer}
.language-btn:hover{background:var(--rose-soft)}
.hidden{display:none!important}
.auth-tabs{display:flex;gap:8px;background:var(--mint);padding:5px;border-radius:9px;margin:20px 0}
.auth-tab{flex:1;border:0;background:transparent;color:var(--muted);padding:8px;border-radius:6px;font-weight:700;cursor:pointer}
.auth-tab.active{background:#fff;color:var(--pink);box-shadow:0 2px 8px var(--auth-note)}
.auth-form h2{font-size:1.35rem}
.checkout-content{width:min(620px,100%)}
.checkout-heading{display:flex;align-items:center;gap:13px;margin-bottom:18px}
.checkout-heading .modal-logo{margin:0}
.checkout-heading p{margin:0}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.checkout-content form>input,.checkout-fields input{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px;outline:0;margin-bottom:12px}
.location-tools{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}
.location-tools .outline-btn{background:#fff;cursor:pointer}
.location-tools span{font-size:.72rem;color:var(--muted)}
.location-tools span.selected{color:var(--pink);font-weight:700}
#deliveryMap{height:230px;border-radius:10px;border:1px solid var(--line);overflow:hidden;margin-bottom:14px}
.cash-note{display:flex;align-items:center;gap:12px;background:var(--mint);border-radius:9px;padding:12px;margin-bottom:14px;color:var(--title)}
.cash-note i{font-size:1.4rem}
.cash-note strong,.cash-note small{display:block}
.cash-note small{color:var(--muted);font-size:.7rem}
@media(max-width:680px){.checkout-fields{grid-template-columns:1fr}.location-tools{align-items:flex-start;flex-direction:column}}

/* Landing look from design */
body{background:var(--blush)}
.header{background:transparent;border:0;height:88px}
.header .container{width:min(1180px,calc(100% - 48px))}
.brand{color:var(--title);font-family:'Manrope','Cairo',sans-serif;font-size:1.85rem;letter-spacing:.2px;gap:8px;direction:ltr}
.brand i{color:var(--pink);font-size:1.15rem}
.nav-menu{gap:28px;color:var(--ink);font-weight:700}
.nav-link{padding:10px 0;position:relative;color:var(--ink)}
.nav-link.active{color:var(--title)}
.nav-link.active::after{content:"";position:absolute;right:0;left:0;bottom:-6px;height:3px;border-radius:99px;background:var(--title)}
.nav-tools{gap:12px}
.icon-btn{width:44px;height:44px;border:1px solid var(--rose);border-radius:50%;background:#fff;color:var(--title)}
.cart-btn{background:var(--pink);color:#fff;border:0;border-radius:999px;padding:10px 18px;gap:8px;box-shadow:0 10px 24px #E88FB055}
.cart-btn i,.cart-btn span{color:#fff}
.cart-count{top:-7px;left:-6px;background:var(--title);width:20px;height:20px}
.hero{position:relative;background:radial-gradient(circle at 18% 18%,#fff 0,transparent 28%),linear-gradient(180deg,#FFF6F9 0%,#FFDDE7 58%,#FFF6F9 100%);overflow:hidden;padding-bottom:70px}
.hero::before{content:"";position:absolute;width:180px;height:180px;border:2px solid #ffffffaa;border-radius:50%;right:8%;top:18%;opacity:.45}
.hero-grid{min-height:640px;gap:48px;grid-template-columns:1.05fr .95fr;position:relative;z-index:1}
.eyebrow{color:var(--title);font-size:.95rem;display:flex;align-items:center;gap:8px;margin-bottom:16px}
.eyebrow i{color:var(--pink)}
.hero h1{color:var(--title);font-size:clamp(2.6rem,5.4vw,4.4rem);font-weight:800;line-height:1.18;margin-bottom:18px}
.hero-copy>p{color:var(--ink);max-width:470px;font-size:1.05rem;margin-bottom:28px;opacity:.92}
.hero-actions{gap:16px;flex-wrap:wrap}
.primary-btn{background:var(--pink);border-radius:999px;padding:13px 24px;box-shadow:0 12px 24px #E88FB055;color:#fff}
.primary-btn:hover{background:var(--title)}
.ghost-btn{display:inline-flex;align-items:center;gap:10px;border:1.5px solid var(--rose);color:var(--title);background:#fff;border-radius:999px;padding:12px 22px;font-weight:800}
.trust-row{gap:22px;margin-top:28px;color:var(--ink);font-size:.82rem;font-weight:700;flex-wrap:wrap}
.trust-row i{color:var(--pink);margin-left:6px}
.hero-visual{position:relative;padding:18px 8px 28px 0}
.hero-image{height:460px;border-radius:36px;border:0;box-shadow:0 28px 60px #A64B6B22;overflow:hidden;position:relative}
.hero-image::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#E88FB01a,#FFF6F900 40%,#E88FB014);pointer-events:none}
.hero-image img{object-position:center}
.rating-card{top:28px;left:22px;right:auto;border-radius:18px;padding:12px 16px;background:rgba(255,246,249,.92);backdrop-filter:blur(8px);box-shadow:0 10px 30px #A64B6B1f;text-align:right}
.rating-card strong{font-size:.95rem;color:var(--title);display:block}
.rating-card small{color:var(--ink)}
.delivery-card{bottom:12px;left:auto;right:-12px;border-radius:22px;padding:14px 16px;gap:12px;align-items:center;background:#fff;box-shadow:0 16px 40px #A64B6B24}
.delivery-icon{width:44px;height:44px;border-radius:14px;background:var(--rose-soft);color:var(--title)}
.delivery-card strong{color:var(--title)}
.hero-wave{position:absolute;left:0;right:0;bottom:-2px;height:90px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 90' preserveAspectRatio='none'%3E%3Cpath fill='%23ffffff' d='M0 48c180 32 360-28 540-28s360 40 540 28 270-40 360-28v70H0z'/%3E%3C/svg%3E") center/100% 100% no-repeat;pointer-events:none}
.quick-info{background:var(--title);margin-top:-1px}
.offer-banner{background:var(--title)}
.offer-banner .eyebrow,.offer-banner p{color:#FFDDE7}
footer{background:var(--rose-soft);color:var(--ink)}
footer .footer-inner .brand{color:var(--title)}
.section-heading h2,.about h2,.contact h2,.service-grid h3{color:var(--title)}
.category-icon.mint,.category-icon.peach,.category-icon.yellow,.category-icon.blue{background:var(--rose-soft);color:var(--title)}
@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:24px 0 80px}
  .hero-copy,.hero-visual{order:unset}
  .hero-copy{text-align:center}
  .hero-copy>p{margin-inline:auto}
  .hero-actions,.trust-row,.eyebrow{justify-content:center}
  .rating-card{left:12px}
  .delivery-card{left:8px;right:8px}
}
html[dir="ltr"] .hero-grid{grid-template-columns:.95fr 1.05fr}
html[dir="ltr"] .hero-copy{order:2;text-align:left}
html[dir="ltr"] .hero-visual{order:1}
html[dir="ltr"] .rating-card{left:auto;right:22px;text-align:left}
html[dir="ltr"] .delivery-card{left:auto;right:18px}
html[dir="ltr"] .trust-row i{margin-left:0;margin-right:6px}
html[dir="ltr"] .fa-arrow-left,html[dir="ltr"] .fa-chevron-left{transform:scaleX(-1)}
html[dir="ltr"] .category-card{text-align:left}
html[dir="ltr"] .modal-close{left:auto;right:16px}
@media(max-width:900px){
  html[dir="ltr"] .hero-grid{grid-template-columns:1fr}
  html[dir="ltr"] .hero-copy,html[dir="ltr"] .hero-visual{order:unset}
  html[dir="ltr"] .hero-copy{text-align:center}
  html[dir="ltr"] .hero-copy>p{margin-inline:auto}
}
.modal-close,.guest-prompt-close{
  cursor:pointer;
  transition:transform .25s ease,background-color .25s ease,color .25s ease,box-shadow .25s ease;
}
.modal-close:hover,.guest-prompt-close:hover{
  transform:rotate(90deg) scale(1.08);
  background:var(--rose-soft);
  color:var(--title);
  box-shadow:0 5px 14px #A64B6B22;
}
.modal-close:focus-visible,.guest-prompt-close:focus-visible{
  outline:2px solid var(--title);
  outline-offset:3px;
}
.address-row{display:grid;grid-template-columns:1fr auto;gap:10px;margin-bottom:12px}
.address-row input{width:100%;border:1px solid var(--line);border-radius:8px;padding:11px;outline:0}
.address-row .outline-btn{white-space:nowrap;cursor:pointer;background:#fff}
#deliveryMap{height:250px;border-radius:14px;border:1px solid var(--line);overflow:hidden;margin-bottom:14px;z-index:1}
.leaflet-container{height:100%;width:100%;font-family:'Cairo',sans-serif}
.jasmin-pin{background:transparent;border:0}
.jasmin-pin i{font-size:1.8rem;color:var(--pink);filter:drop-shadow(0 6px 10px #A64B6B44)}
.hero-copy{animation:rise .8s ease both}
.hero-visual{animation:rise .9s ease both .12s}
.brand i{animation:pulseHeart 2.4s ease-in-out infinite}
.rating-card{animation:floatCard 4.6s ease-in-out infinite}
.delivery-card{animation:floatCard 5.2s ease-in-out infinite .5s}
.offer-icon{animation:sparkle 2.2s ease-in-out infinite}
.primary-btn,.ghost-btn,.outline-btn,.cart-btn,.category-card,.product-card,.service-grid article{
transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease;
}
.primary-btn:hover,.ghost-btn:hover,.cart-btn:hover{transform:translateY(-2px)}
.category-card:hover,.product-card:hover,.service-grid article:hover{transform:translateY(-6px);box-shadow:0 16px 32px #A64B6B18}
.hero-image img{transition:transform 4s ease}
.hero-visual:hover .hero-image img{transform:scale(1.05)}
.petal{position:absolute;border-radius:70% 30% 70% 30%;background:#ffffff73;pointer-events:none;animation:drift 12s ease-in-out infinite}
.petal-1{width:18px;height:24px;top:22%;left:8%;animation-delay:.2s}
.petal-2{width:14px;height:20px;top:38%;right:46%;animation-delay:1.4s}
.petal-3{width:16px;height:22px;bottom:24%;left:42%;animation-delay:2.2s}
.reveal{opacity:0;transform:translateY(22px)}
.reveal.in{animation:rise .7s ease forwards}
.notification{animation:slideNote .35s ease}
@keyframes rise{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes pulseHeart{0%,100%{transform:scale(1)}50%{transform:scale(1.18)}}
@keyframes floatCard{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes sparkle{0%,100%{transform:rotate(0) scale(1);opacity:.85}50%{transform:rotate(12deg) scale(1.15);opacity:1}}
@keyframes drift{0%,100%{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-18px) rotate(10deg)}}
@keyframes slideNote{from{opacity:0;transform:translateX(-12px)}to{opacity:1;transform:none}}
@media(max-width:680px){
  .address-row{grid-template-columns:1fr}
  .petal{display:none}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation:none!important;transition:none!important}
}
.old-price {
  text-decoration: line-through;
  opacity: 0.55;
  font-size: 0.85em;
  margin-left: 6px;
}

.product-price strong {
  font-size: 1.1em;
}

.discount-badge {
  font-size: 0.75em;
  font-weight: 700;
  margin-right: 6px;
}
.add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
  width: auto;
  min-width: 80px;
  padding: 0 10px;
  font-size: 0.7rem;
  font-weight: 700;
}

.orders-btn{
  display:flex;
  align-items:center;
  gap:8px;
  border:1px solid var(--rose);
  background:#fff;
  color:var(--title);
  border-radius:999px;
  padding:10px 14px;
  font-weight:800;
  cursor:pointer;
  white-space:nowrap;
  transition:transform .25s ease,background .25s ease,box-shadow .25s ease;
}
.orders-btn i{color:var(--pink)}
.orders-btn:hover{background:var(--rose-soft);transform:translateY(-2px);box-shadow:0 8px 18px #A64B6B18}
.orders-content{width:min(760px,100%);max-height:min(760px,calc(100vh - 40px));overflow:auto}
.orders-heading{display:flex;align-items:center;gap:14px;margin-bottom:24px;padding-left:26px}
.orders-heading .modal-logo{margin:0;flex:0 0 auto}
.orders-heading .eyebrow{margin-bottom:2px}
.orders-heading h2{color:var(--title);font-size:1.55rem}
.orders-heading p{color:var(--muted);font-size:.8rem;margin:0}
.orders-list{display:grid;gap:14px}
.orders-empty{text-align:center;padding:36px 18px;border:1px dashed var(--rose);border-radius:16px;background:#fffafd;color:var(--muted)}
.orders-empty-icon{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 12px;background:var(--rose-soft);color:var(--title);font-size:1.35rem}
.orders-empty strong{display:block;color:var(--title);font-size:1rem}
.orders-empty p{font-size:.78rem;margin-top:4px}
.order-card{border:1px solid var(--rose);border-radius:16px;background:#fff;padding:18px;box-shadow:0 8px 22px #A64B6B0d}
.order-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding-bottom:14px;border-bottom:1px solid #F8BBD055}
.order-label{display:block;color:var(--muted);font-size:.7rem}
.order-card h3{color:var(--title);font-size:1.05rem;margin-top:2px}
.order-status-badge{border-radius:999px;background:var(--rose-soft);color:var(--title);font-size:.7rem;font-weight:800;padding:5px 11px;white-space:nowrap}
.order-meta{display:flex;align-items:center;gap:18px;flex-wrap:wrap;padding:13px 0 18px;color:var(--muted);font-size:.75rem}
.order-meta span{display:inline-flex;align-items:center;gap:6px}
.order-meta i{color:var(--pink)}
.order-meta b{color:var(--ink);font-weight:800}
.order-progress{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}
.order-step{display:flex;flex:1;min-width:76px;align-items:center;flex-direction:column;gap:6px;color:#c99cac;font-size:.7rem;text-align:center}
.order-step-marker{width:29px;height:29px;border:2px solid #f0cbd7;border-radius:50%;display:grid;place-items:center;background:#fff;color:transparent;font-size:.65rem}
.order-step-arrow{color:#e7a9bc;font-size:.72rem;padding-top:9px}
.order-step.is-complete{color:var(--title);font-weight:800}
.order-step.is-complete .order-step-marker{border-color:var(--pink);background:var(--pink);color:#fff}
.order-step.is-current .order-step-marker{border-color:var(--title);background:#fff;color:var(--title);box-shadow:0 0 0 4px var(--rose-soft)}
.order-step.is-current{color:var(--title);font-weight:800}
.order-cancelled{display:flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;background:#fff0f2;color:#c85872;padding:11px;font-size:.8rem;font-weight:800}
.order-cancelled[hidden] {
  display: none !important;
}
.order-cancelled i{font-size:1rem}
@media(max-width:900px){.orders-btn span{display:none}.orders-btn{width:44px;height:44px;justify-content:center;padding:0}}
@media(max-width:680px){.orders-content{max-height:calc(100vh - 24px);padding:22px 16px}.orders-heading{margin-bottom:18px;padding-left:18px}.order-card{padding:14px}.order-meta{gap:10px;padding-bottom:16px}.order-progress{align-items:stretch;flex-direction:column;gap:0}.order-step{min-width:0;flex-direction:row;text-align:right;gap:10px;padding:3px 0}.order-step-marker{width:26px;height:26px;flex:0 0 26px}.order-step-arrow{display:block;height:13px;padding:0 0 0 10px;margin-right:7px;transform:rotate(-90deg);transform-origin:right center;width:20px}.order-card-header{gap:8px}.order-status-badge{font-size:.65rem;padding-inline:8px}}
.order-details-btn{
  width:100%;
  margin-top:14px;
  padding:10px 14px;
  border:1px solid var(--rose);
  border-radius:10px;
  background:#fff;
  color:var(--title);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:.78rem;
  font-weight:800;
  cursor:pointer;
  transition:all .25s ease;
}

.order-details-btn i{
  color:var(--pink);
}

.order-details-btn:hover{
  background:var(--rose-soft);
  transform:translateY(-1px);
  box-shadow:0 6px 14px #A64B6B12;
}
.order-details-content{
  width:min(620px,100%);
  max-height:min(760px,calc(100vh - 40px));
  overflow:auto;
}

.order-details-content .orders-heading{
  margin-bottom:20px;
}

#orderDetailsStatus{
  display:inline-block;
  margin-top:4px;
  padding:5px 10px;
  border-radius:999px;
  background:var(--rose-soft);
  color:var(--title);
  font-size:.7rem;
  font-weight:800;
}

.order-details-items{
  display:grid;
  gap:10px;
  margin-top:8px;
}

.order-detail-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  padding:13px 14px;
  border:1px solid #f3d5df;
  border-radius:12px;
  background:#fff;
}

.order-detail-item > div{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.order-detail-item strong{
  color:var(--title);
  font-size:.82rem;
}

.order-detail-item span{
  color:var(--muted);
  font-size:.7rem;
}

.order-details-summary{
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid #f3d5df;
  display:grid;
  gap:10px;
}

.order-details-summary > div{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
}

.order-details-summary span{
  color:var(--muted);
  font-size:.78rem;
}

.order-details-summary strong{
  color:var(--title);
  font-size:.85rem;
}

@media(max-width:680px){
  .order-details-content{
    max-height:calc(100vh - 24px);
    padding:22px 16px;
  }

  .order-detail-item{
    padding:11px 12px;
  }
}
.order-detail-image{
  width:72px !important;
  height:72px !important;
  flex:0 0 72px !important;
  border-radius:12px;
  overflow:hidden;
  background:var(--rose-soft);
  border:1px solid #f3d5df;
  display:flex;
  align-items:center;
  justify-content:center;
}

.order-detail-image img{
  width:100% !important;
  height:100% !important;
  max-width:100%;
  max-height:100%;
  object-fit:cover !important;
  display:block;
}
.product-details-content{
  width:min(920px, calc(100% - 32px));
  max-width:920px;
}

.product-details-layout{
  display:grid;
  grid-template-columns: minmax(260px, 380px) 1fr;
  gap:32px;
  align-items:center;
}

.product-details-image{
  aspect-ratio:1;
  border-radius:24px;
  overflow:hidden;
  background:var(--rose-soft);
  border:1px solid #f3d5df;
}

.product-details-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.product-details-category{
  display:inline-block;
  color:var(--title);
  font-size:.9rem;
  font-weight:700;
  margin-bottom:8px;
}

.product-details-info h2{
  margin:0 0 14px;
  font-size:clamp(1.5rem, 3vw, 2.1rem);
}

.product-details-price{
  display:flex;
  align-items:center;
  gap:12px;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.product-details-price strong{
  font-size:1.5rem;
  color:var(--title);
}

.product-details-description{
  padding:18px;
  border-radius:16px;
  background:var(--rose-soft);
  margin-bottom:22px;
}

.product-details-description h3{
  margin:0 0 8px;
  font-size:1rem;
}

.product-details-description p{
  margin:0;
  line-height:1.9;
  color:var(--muted);
  white-space:pre-line;
}

@media (max-width:700px){
  .product-details-layout{
    grid-template-columns:1fr;
    gap:20px;
  }

  .product-details-image{
    max-height:320px;
  }
}
/* Responsive layout safeguards */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img,
svg,
video,
canvas {
  max-width: 100%;
}

.container,
.nav-wrap,
.hero-grid,
.section-heading,
.shop-controls,
.offer-inner,
.contact-box,
.about-grid,
.footer-inner,
.modal-content {
  min-width: 0;
}

.product-card,
.product-info,
.product-bottom,
.product-price,
.cart-row,
.cart-row-info,
.order-card,
.order-detail-item {
  min-width: 0;
}

.product-name,
.product-category,
.product-price,
.cart-row-info strong,
.order-detail-item strong {
  overflow-wrap: anywhere;
}

.product-image-wrap {
  overflow: hidden;
}

.product-image {
  display: block;
}

@media (max-width: 900px) {
  .header .container {
    width: min(1180px, calc(100% - 32px));
  }

  .nav-wrap {
    gap: 12px;
  }

  .nav-menu {
    gap: 18px;
  }

  .category-grid,
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-grid,
  .about-grid,
  .contact-box {
    min-width: 0;
  }
}

@media (max-width: 680px) {
  .container,
  .header .container {
    width: calc(100% - 24px);
  }

  .header {
    height: 76px;
  }

  .nav-wrap {
    gap: 8px;
  }

  .brand {
    flex: 0 1 auto;
    font-size: 1.5rem;
  }

  .nav-tools {
    flex: 0 0 auto;
    gap: 6px;
  }

  .language-btn {
    padding: 7px 9px;
    font-size: .7rem;
  }

  .icon-btn,
  .orders-btn,
  .menu-btn {
    width: 40px;
    height: 40px;
  }

  .cart-btn {
    width: 40px;
    height: 40px;
    justify-content: center;
    padding: 0;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% - 2px);
    inset-inline: 12px;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 14px;
    background: #fff;
    border: 1px solid var(--rose);
    border-radius: 12px;
    box-shadow: 0 12px 28px #A64B6B18;
  }

  .nav-menu.open {
    display: flex;
  }

  .nav-link {
    padding: 10px 4px;
  }

  .section-heading,
  .shop-controls {
    width: 100%;
  }

  .section-heading h2 {
    font-size: 1.65rem;
  }

  .category-grid,
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    gap: 8px;
  }

  .products-grid {
    gap: 10px;
  }

  .product-image-wrap {
    height: auto;
    aspect-ratio: 1 / 1;
  }

  .product-info {
    padding: 10px 8px;
  }

  .product-name {
    font-size: .8rem;
    line-height: 1.45;
  }

  .product-bottom {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
  }

  .product-price {
    flex: 1 1 70px;
    line-height: 1.4;
  }

  .add-to-cart {
    flex: 0 0 34px;
  }

  .modal {
    padding: 12px;
  }

  .modal-content,
  .product-details-content,
  .orders-content,
  .order-details-content,
  .checkout-content {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 24px);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 22px 16px;
  }

  .product-details-image {
    width: min(100%, 280px);
    margin-inline: auto;
  }

  .cart-row {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 8px;
    align-items: center;
  }

  .cart-row img {
    width: 48px;
    height: 48px;
    object-fit: cover;
  }

  .cart-row .remove {
    grid-column: 2 / -1;
    justify-self: start;
  }

  .address-row,
  .checkout-fields {
    grid-template-columns: 1fr;
  }

  .location-tools {
    align-items: stretch;
  }

  .location-tools .outline-btn,
  .address-row .outline-btn {
    white-space: normal;
    width: 100%;
  }

  .footer-inner {
    text-align: center;
  }
}
.footer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 15px 0;
}

.footer-social a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3f4f6;
    color: #555;
    font-size: 17px;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-social a:hover {
    transform: translateY(-3px);
    background: #d9467a;
    color: #ffffff;
}

footer {
  padding: 34px 0 18px;
  border-top: 1px solid var(--rose);
  background: linear-gradient(135deg, var(--rose-soft), var(--blush));
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 1fr) auto;
  align-items: center;
  gap: 16px 28px;
}

.footer-inner > p {
  margin: 0;
  color: var(--ink);
  font-size: 0.92rem;
}

.footer-inner .footer-social {
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
}

footer .footer-social a {
  background: #fff;
  border: 1px solid var(--rose);
  color: var(--title);
}

footer .footer-social a:hover {
  background: var(--pink);
  border-color: var(--pink);
  box-shadow: 0 8px 18px #A64B6B18;
  color: #fff;
}

.footer-inner > span {
  grid-column: 1 / -1;
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #F8BBD099;
  color: var(--muted);
  font-size: 0.78rem;
  text-align: center;
}

@media (max-width: 680px) {
  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 12px;
    text-align: center;
  }

  .footer-inner .brand {
    justify-self: center;
  }

  .footer-inner .footer-social {
    justify-content: center;
  }

  .footer-inner > span {
    grid-column: auto;
  }
}

@media (max-width: 340px) {
  .brand {
    font-size: 1.35rem;
  }

  .language-btn {
    padding-inline: 7px;
  }

  .nav-tools {
    gap: 4px;
  }

  .category-card {
    padding-inline: 8px;
  }
}
/* =========================
   Notifications
========================= */

.notifications-content {
  width: min(560px, 94vw);
  max-height: 82vh;
  overflow: hidden;
}

.notifications-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-height: 58vh;
  overflow-y: auto;
  padding: 4px 2px 8px;
}

.notification-item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid #f1dce3;
  border-radius: 16px;
  background: #fff;
  text-align: right;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.notification-item:hover {
  transform: translateY(-2px);
  border-color: #e8b9c8;
  box-shadow: 0 8px 24px rgba(120, 70, 90, 0.08);
}

.notification-item.is-unread {
  background: #fff8fa;
  border-color: #e7b8c7;
}

.notification-item.is-read {
  opacity: 0.78;
}

.notification-item-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--rose-soft);
  color: var(--rose);
  font-size: 18px;
}

.notification-item-content {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.notification-item-content strong {
  color: var(--text);
  font-size: 14px;
  font-weight: 700;
}

.notification-item-content span {
  color: #6f6468;
  font-size: 13px;
  line-height: 1.6;
}

.notification-item-content small {
  color: #a49a9e;
  font-size: 11px;
}

.notification-unread-dot {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 0 4px rgba(190, 93, 120, 0.1);
}

.notifications-empty {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 20px;
}

.notifications-empty-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 20px;
  background: var(--rose-soft);
  color: var(--rose);
  font-size: 25px;
}

.notifications-empty strong {
  color: var(--text);
  font-size: 16px;
  margin-bottom: 6px;
}

.notifications-empty p {
  margin: 0;
  color: #8e8287;
  font-size: 13px;
}

/* Notification badge */

.notification-btn {
  position: relative;
}

.notification-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #c85c7d;
  color: #fff;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

/* Mobile */

@media (max-width: 600px) {
  .notifications-content {
    width: calc(100vw - 24px);
    max-height: 86vh;
  }

  .notifications-list {
    max-height: 62vh;
  }

  .notification-item {
    padding: 12px;
    gap: 10px;
    border-radius: 14px;
  }

  .notification-item-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 12px;
    font-size: 16px;
  }

  .notification-item-content strong {
    font-size: 13px;
  }

  .notification-item-content span {
    font-size: 12px;
  }

  .notification-item-content small {
    font-size: 10px;
  }
}
/* =========================
   Notification Bell - Header
========================= */

.notification-btn {
  position: relative;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #f1d6df;
  border-radius: 50%;
  background: #fff8fa;
  color: var(--rose);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(190, 93, 120, 0.08);
  transition:
    background 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.notification-btn:hover {
  background: var(--rose);
  color: #fff;
  border-color: var(--rose);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(190, 93, 120, 0.18);
}

.notification-btn i {
  font-size: 17px;
  line-height: 1;
}

/* Unread badge */

.notification-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #c85c7d;
  color: #fff;
  border: 2px solid #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(190, 93, 120, 0.2);
}

@media (max-width: 600px) {
  .notification-btn {
    width: 40px;
    height: 40px;
  }

  .notification-btn i {
    font-size: 16px;
  }
}
/* Clear Notifications Button */

.notifications-heading {
    display: flex;
    align-items: center;
    gap: 14px;
}

.notifications-heading > div {
    flex: 1;
    min-width: 0;
}

.clear-notifications-btn {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid #f1d6df;
    border-radius: 50%;
    background: #fff8fa;
    color: #c85c7d;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    transition:
        background 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.clear-notifications-btn:hover {
    background: #c85c7d;
    color: #fff;
    border-color: #c85c7d;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(190, 93, 120, 0.18);
}

.clear-notifications-btn:active {
    transform: scale(0.95);
}

@media (max-width: 600px) {
    .clear-notifications-btn {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        font-size: 15px;
    }
}
/* Fixed Header */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
}
body {
    padding-top: 88px;
}

@media (max-width: 680px) {
    body {
        padding-top: 76px;
    }
}
/* ================================
  Guest Registration Prompt
================================ */

.guest-prompt-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(15, 23, 42, 0.55);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.guest-prompt-card {
    position: relative;
    width: min(440px, 100%);
    padding: 35px 30px 30px;
    background: #ffffff;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    animation: guestPromptIn 0.35s ease;
}

.guest-prompt-close {
    position: absolute;
    top: 14px;
    left: 14px;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: #f5f5f5;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s ease;
}

.guest-prompt-close:hover {
    background: #eeeeee;
    transform: rotate(90deg);
}

.guest-prompt-icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fce7f3;
    color: #d9467a;
    font-size: 27px;
}

.guest-prompt-card h2 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
    color: #1f2937;
}

.guest-prompt-card p {
    margin: 0 auto 25px;
    max-width: 360px;
    color: #6b7280;
    line-height: 1.8;
    font-size: 15px;
}

.guest-prompt-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.guest-prompt-actions .primary-btn {
    width: 100%;
    justify-content: center;
}

.guest-later-btn {
    width: 100%;
    padding: 11px;
    border: none;
    background: transparent;
    color: #777;
    font-family: inherit;
    font-size: 14px;
    cursor: pointer;
    transition: 0.2s ease;
}

.guest-later-btn:hover {
    color: #333;
}

@keyframes guestPromptIn {
    from {
        opacity: 0;
        transform: translateY(20px) scale(0.96);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 480px) {
    .guest-prompt-card {
        padding: 30px 20px 22px;
        border-radius: 20px;
    }

    .guest-prompt-card h2 {
        font-size: 21px;
    }

    .guest-prompt-card p {
        font-size: 14px;
    }
}