@font-face{font-family:'IRANSansWeb';src:url('../fonts/iransanswebmedium.ttf') format('truetype');font-weight:500;font-style:normal;font-display:swap}:root{--bg:#f7f6fb;--card:#fff;--ink:#17141f;--muted:#746f7e;--primary:#7c3aed;--primary2:#ec4899;--border:#e9e5ef;--success:#15803d;--danger:#b91c1c;--warning:#a16207;--radius:22px;--shadow:0 18px 60px rgba(42,27,68,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'IRANSansWeb',Tahoma,Arial,sans-serif;background:var(--bg);color:var(--ink);line-height:1.8}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 32px));margin:auto}.announcement{background:#17141f;color:#fff;text-align:center;padding:7px 12px;font-size:13px}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.9);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}.nav-wrap{height:76px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{font-size:25px;font-weight:900;display:flex;align-items:center;gap:10px}.brand span{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--primary),var(--primary2));font-size:14px}.site-header nav{display:flex;gap:28px;font-size:14px}.site-header nav a:hover{color:var(--primary)}.cart-link{padding:11px 16px;border:1px solid var(--border);border-radius:14px;background:#fff}.cart-link b{background:var(--ink);color:#fff;border-radius:20px;padding:2px 7px;font-size:11px}.hero{padding:70px 0 40px}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px;align-items:center}.hero-copy{padding:20px}.eyebrow{display:inline-flex;background:#ede9fe;color:#6d28d9;border-radius:999px;padding:6px 13px;font-size:13px;font-weight:700}.hero h1{font-size:clamp(38px,6vw,76px);line-height:1.15;margin:18px 0}.gradient-text{background:linear-gradient(90deg,var(--primary),var(--primary2));-webkit-background-clip:text;color:transparent}.hero p{font-size:18px;color:var(--muted);max-width:680px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}.btn{border:0;border-radius:14px;padding:13px 20px;font:inherit;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}.btn-primary{background:linear-gradient(135deg,var(--primary),var(--primary2));color:#fff;box-shadow:0 12px 30px rgba(124,58,237,.22)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:#fff;border:1px solid var(--border)}.btn-danger{background:#fee2e2;color:#991b1b}.btn-sm{padding:8px 12px;border-radius:10px;font-size:13px}.hero-card{min-height:490px;border-radius:38px;background:radial-gradient(circle at 30% 20%,#fbcfe8,transparent 34%),radial-gradient(circle at 80% 70%,#ddd6fe,transparent 38%),#fff;box-shadow:var(--shadow);position:relative;overflow:hidden;display:grid;place-items:center}.phone-mock{width:245px;height:425px;border-radius:42px;background:#17141f;padding:11px;transform:rotate(-5deg);box-shadow:0 35px 70px rgba(23,20,31,.24)}.phone-screen{height:100%;border-radius:33px;background:linear-gradient(155deg,#fff 0 25%,#f5d0fe 25% 55%,#c4b5fd 55%);display:flex;align-items:flex-end;padding:22px}.phone-badge{background:#fff;border-radius:20px;padding:14px;width:100%;font-weight:700;box-shadow:0 10px 30px rgba(0,0,0,.12)}.section{padding:56px 0}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:25px}.section-head h2{font-size:34px;margin:0}.section-head p{margin:0;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;transition:.25s;position:relative}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-image{aspect-ratio:1/1;background:linear-gradient(135deg,#f5f3ff,#fce7f3);display:grid;place-items:center;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover}.product-placeholder{font-size:58px}.product-body{padding:18px}.product-body h3{margin:0 0 8px;font-size:16px}.meta{font-size:13px;color:var(--muted)}.price-row{display:flex;gap:10px;align-items:center;margin-top:12px}.price{font-weight:900}.old-price{text-decoration:line-through;color:#aaa;font-size:13px}.badge{position:absolute;top:12px;right:12px;background:#17141f;color:#fff;border-radius:999px;padding:5px 9px;font-size:11px;z-index:2}.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.feature{background:#fff;padding:25px;border-radius:20px;border:1px solid var(--border)}.feature .icon{font-size:30px}.feature h3{margin:10px 0 3px}.feature p{margin:0;color:var(--muted);font-size:14px}.page{padding:45px 0 70px}.page-title{font-size:38px;margin:0 0 25px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:25px}.chip{background:#fff;border:1px solid var(--border);padding:8px 13px;border-radius:999px;font-size:13px}.chip.active{background:var(--ink);color:#fff}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:42px}.detail-image{background:#fff;border-radius:30px;overflow:hidden;border:1px solid var(--border);aspect-ratio:1/1;display:grid;place-items:center}.detail-image img{width:100%;height:100%;object-fit:cover}.detail-copy{background:#fff;padding:34px;border-radius:30px;border:1px solid var(--border)}.detail-copy h1{font-size:36px;margin-top:0}.stock{display:inline-block;color:var(--success);background:#dcfce7;border-radius:999px;padding:4px 10px;font-size:12px}.out{color:var(--danger);background:#fee2e2}.form-control{width:100%;padding:13px 14px;border:1px solid var(--border);border-radius:13px;background:#fff;font:inherit;outline:none}.form-control:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(124,58,237,.1)}label{display:block;font-weight:700;font-size:13px;margin:0 0 7px}.form-group{margin-bottom:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px}.auth-card{max-width:520px;margin:40px auto}.alert{padding:13px 16px;border-radius:13px;margin-top:16px;transition:.4s}.alert.success{background:#dcfce7;color:#166534}.alert.danger{background:#fee2e2;color:#991b1b}.alert.warning{background:#fef3c7;color:#92400e}.alert.info{background:#dbeafe;color:#1e40af}.alert.fade{opacity:.2}.table-wrap{overflow:auto;background:#fff;border-radius:20px;border:1px solid var(--border)}table{width:100%;border-collapse:collapse;min-width:700px}th,td{padding:14px 16px;text-align:right;border-bottom:1px solid var(--border)}th{background:#faf9fc;font-size:13px}td{font-size:14px}.qty{width:85px}.cart-layout,.checkout-layout{display:grid;grid-template-columns:1fr 360px;gap:24px}.summary{position:sticky;top:105px;height:max-content}.summary-row{display:flex;justify-content:space-between;padding:9px 0;border-bottom:1px dashed var(--border)}.summary-row.total{font-size:20px;font-weight:900;border:0;padding-top:18px}.empty{text-align:center;padding:65px 20px;background:#fff;border-radius:24px;border:1px solid var(--border)}.account-grid{display:grid;grid-template-columns:260px 1fr;gap:22px}.account-menu{display:flex;flex-direction:column;gap:7px}.account-menu a{padding:11px 13px;border-radius:12px}.account-menu a:hover{background:#f3f0f7}.order-card{padding:18px;border:1px solid var(--border);border-radius:16px;margin-bottom:12px}.status{display:inline-block;padding:4px 9px;border-radius:999px;background:#eee;font-size:11px}.site-footer{background:#17141f;color:#fff;margin-top:60px;padding:55px 0 0}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:40px}.site-footer a{display:block;color:#bbb;margin:6px 0}.site-footer p{color:#bbb}.footer-brand{color:#fff}.copyright{text-align:center;border-top:1px solid #2e2937;margin-top:35px;padding:17px;color:#948d9f;font-size:12px}.install-shell{min-height:100vh;display:grid;place-items:center;padding:30px}.install-card{width:min(760px,100%);background:#fff;border-radius:30px;padding:30px;box-shadow:var(--shadow)}.note{font-size:13px;color:var(--muted)}@media(max-width:950px){.hero-grid,.product-detail,.cart-layout,.checkout-layout,.account-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:1fr}.summary{position:static}.site-header nav{display:none}.hero-card{min-height:390px}.footer-grid{grid-template-columns:1fr}}@media(max-width:560px){.container{width:min(100% - 20px,1180px)}.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-body{padding:12px}.product-body h3{font-size:14px}.hero{padding-top:30px}.hero h1{font-size:40px}.grid-2{grid-template-columns:1fr}.page-title{font-size:30px}.nav-wrap{height:64px}.brand{font-size:20px}.brand span{width:36px;height:36px}.cart-link{font-size:12px;padding:9px}.hero-card{min-height:330px}.phone-mock{transform:scale(.78) rotate(-5deg)}}
.brand-logo img{display:block;width:auto;height:52px;max-width:190px;object-fit:contain}.footer-brand.brand-logo img{height:62px;filter:none}.auth-logo{display:flex;justify-content:center;align-items:center;margin-bottom:16px}.auth-logo img{max-width:210px;max-height:90px;object-fit:contain}.auth-logo strong{font-size:30px}.otp-card{text-align:center}.otp-card form{text-align:right}.otp-input,.otp-code{text-align:center;letter-spacing:2px;font-size:19px}.otp-code{font-size:28px;letter-spacing:12px;font-weight:900}.mobile-pill{display:inline-flex;background:#f3f0f7;border:1px solid var(--border);border-radius:999px;padding:7px 16px;margin:0 auto 18px;font-weight:800}.otp-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;font-size:13px}.link-button{border:0;background:none;color:var(--primary);font:inherit;cursor:pointer;padding:0}.otp-actions a{color:var(--primary)}@media(max-width:560px){.brand-logo img{height:42px;max-width:145px}.footer-brand.brand-logo img{height:52px}.otp-code{letter-spacing:9px}}

/* Responsive + mobile menu + loading + address/order improvements */
body.menu-open{overflow:hidden}
.desktop-nav{display:flex;align-items:center;gap:22px}
.mobile-menu-toggle{display:none;align-items:center;justify-content:center;flex-direction:column;gap:4px;width:44px;height:44px;border-radius:14px;border:1px solid var(--border);background:#fff;box-shadow:0 8px 20px rgba(15,23,42,.06)}
.mobile-menu-toggle span{display:block;width:18px;height:2px;background:#1f172d;border-radius:99px}
.mobile-backdrop{position:fixed;inset:0;background:rgba(17,12,27,.38);backdrop-filter:blur(2px);opacity:0;visibility:hidden;pointer-events:none;transition:.25s;z-index:90}
.mobile-menu{position:fixed;top:0;right:0;height:100vh;width:min(84vw,340px);background:#fff;transform:translateX(110%);transition:.28s ease;z-index:100;box-shadow:-18px 0 50px rgba(0,0,0,.12);padding:18px 16px;display:flex;flex-direction:column;gap:18px}
body.menu-open .mobile-backdrop{opacity:1;visibility:visible;pointer-events:auto}
body.menu-open .mobile-menu{transform:translateX(0)}
.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:12px}
.mobile-menu-close{width:38px;height:38px;border:0;background:#f3f0f7;border-radius:12px;font-size:26px;line-height:1;cursor:pointer}
.mobile-nav{display:flex;flex-direction:column;gap:8px}.mobile-nav a{padding:13px 12px;border-radius:14px;background:#faf7ff;border:1px solid #f0e8fb}
.site-loader{position:fixed;inset:0;z-index:999;background:radial-gradient(circle at top,#fff7fb 0,#f7f3ff 45%,#f4f1fb 100%);display:grid;place-items:center;transition:opacity .5s ease,visibility .5s ease}
.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.loader-card-wrap{text-align:center;padding:20px}.case-loader-card{width:112px;height:168px;border-radius:28px;background:linear-gradient(180deg,#f7d5e8,#dfbde8);margin:0 auto;position:relative;box-shadow:0 20px 40px rgba(163,110,175,.24),inset 0 0 0 8px rgba(255,255,255,.38);animation:loaderFloat 1.8s ease-in-out infinite}.camera-cutout{position:absolute;top:18px;left:18px;width:34px;height:34px;border-radius:12px;background:rgba(255,255,255,.72);box-shadow:44px 0 0 rgba(255,255,255,.62),22px 22px 0 rgba(255,255,255,.52)}.loader-heart{position:absolute;left:50%;top:50%;transform:translate(-50%,-42%);font-size:32px;color:#7c3aed}.cat-paw-loader{position:relative;width:150px;height:110px;margin:0 auto -12px;animation:loaderPaw 1.8s ease-in-out infinite}.paw-shadow{position:absolute;right:24px;bottom:16px;width:66px;height:16px;background:rgba(89,66,120,.08);filter:blur(8px);border-radius:50%}.paw-arm{position:absolute;right:0;top:6px;width:92px;height:28px;background:linear-gradient(180deg,#ffe2ef,#f8c9df);border-radius:24px;transform:rotate(-16deg)}.paw-pad{position:absolute;right:52px;top:20px;width:48px;height:44px;border-radius:24px 24px 18px 18px;background:#ffd4e9;box-shadow:inset 0 -8px 0 rgba(243,175,209,.72)}.paw-toes{position:absolute;right:43px;top:0;display:flex;gap:6px}.paw-toes span{width:14px;height:18px;background:#ffe0ee;border-radius:12px 12px 10px 10px}.loader-text{margin-top:18px;color:#5b5266;font-weight:800;font-size:15px}
@keyframes loaderFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes loaderPaw{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(-3deg)}}
.addresses-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.saved-address-card{border:1px solid var(--border);border-radius:18px;padding:18px;background:#fff}.saved-address-card.default{border-color:#d8b4fe;box-shadow:0 10px 26px rgba(124,58,237,.08)}.saved-address-card h4{margin:0 0 10px}.address-meta{font-size:13px;color:var(--muted);line-height:1.9}.address-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.mini-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:#f5ecff;color:#6d28d9;font-size:12px;font-weight:700}
.checkout-address-picker{margin-bottom:18px;padding:16px;border:1px dashed #d8b4fe;background:#faf5ff;border-radius:18px}
.order-overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;margin:18px 0}.overview-box{background:#faf9fc;border:1px solid var(--border);border-radius:18px;padding:14px}.overview-box small{display:block;color:var(--muted);margin-bottom:6px}.overview-box strong{display:block;font-size:15px}
.order-progress{position:relative;background:#fff7fb;border:1px solid #f4d9ea;border-radius:24px;padding:26px 18px 18px;margin:18px 0 24px}.progress-line{position:absolute;right:10%;left:10%;top:52px;height:8px;background:#eadff4;border-radius:999px}.progress-line-fill{position:absolute;right:10%;top:52px;height:8px;background:linear-gradient(90deg,#f7bfd8,#b89df8);border-radius:999px;transition:.4s}.progress-truck{position:absolute;top:22px;font-size:30px;transition:.4s}.progress-truck span{display:block;filter:drop-shadow(0 8px 12px rgba(0,0,0,.1))}.progress-truck .truck-empty{opacity:.45}.progress-truck.is-filled .truck-empty{display:none}.progress-truck:not(.is-filled) .truck-full{display:none}.progress-steps{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;position:relative}.progress-step{text-align:center;padding-top:36px}.progress-dot{width:20px;height:20px;border-radius:50%;background:#fff;border:4px solid #d2c6e4;margin:0 auto 10px;position:relative;z-index:2}.progress-step.done .progress-dot,.progress-step.current .progress-dot{border-color:#7c3aed;background:#fff}.progress-step.done .progress-dot::after,.progress-step.current .progress-dot::after{content:"";position:absolute;inset:3px;border-radius:50%;background:#7c3aed}.progress-step strong{display:block;font-size:13px}.progress-step small{color:var(--muted);font-size:12px}.progress-truck.pos-0{right:calc(10% - 8px)}.progress-truck.pos-1{right:calc(30% - 14px)}.progress-truck.pos-2{right:calc(50% - 18px)}.progress-truck.pos-3{right:calc(70% - 22px)}.progress-truck.pos-4{right:calc(90% - 28px)}
.order-items-list{display:grid;gap:12px}.order-item-card{display:flex;justify-content:space-between;gap:12px;padding:16px;border:1px solid var(--border);border-radius:16px;background:#fff}.order-item-card strong{display:block;margin-bottom:6px}.order-item-card .meta{font-size:13px;color:var(--muted)}
.account-menu{position:sticky;top:100px}.account-menu a.is-active{background:#f3e8ff;color:#6d28d9;font-weight:800}
.table-wrap{overflow:auto;-webkit-overflow-scrolling:touch}.order-card{background:#fff;transition:.2s}.order-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.06)}
@media(max-width:950px){.addresses-grid,.order-overview-grid{grid-template-columns:1fr}}
@media(max-width:820px){.desktop-nav{display:none}.mobile-menu-toggle{display:flex}.nav-actions{gap:10px}.cart-link{padding:10px 12px}.account-menu{position:static}.progress-steps{grid-template-columns:1fr;gap:10px}.progress-line,.progress-line-fill,.progress-truck{display:none}.progress-step{padding:0;text-align:right;display:flex;align-items:center;gap:12px}.progress-dot{margin:0}.progress-step strong,.progress-step small{display:block;text-align:right}.product-detail,.cart-layout,.checkout-layout,.account-grid,.grid-2{grid-template-columns:1fr !important}}
@media(max-width:640px){.container{width:min(100% - 16px,1180px)}.page{overflow-x:hidden}.card{padding:18px;border-radius:20px}.nav-wrap{height:68px;gap:10px}.brand-logo img{height:40px}.cart-link{font-size:12px}.site-header{position:sticky;top:0;z-index:70}.site-header .container{background:rgba(255,255,255,.9);backdrop-filter:blur(10px)}.summary,.checkout-layout>aside,.cart-layout>aside{width:100%;max-width:100%;min-width:0}.checkout-layout,.cart-layout{gap:16px}.summary-row.total{font-size:18px}.order-item-card{flex-direction:column;align-items:flex-start}.addresses-grid{grid-template-columns:1fr}.hero h1{font-size:32px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-width:0}.detail-copy h1,.page-title{font-size:26px}.footer-grid{grid-template-columns:1fr}.otp-actions{flex-direction:column;align-items:stretch}.checkout-address-picker{padding:12px}.table-wrap table{min-width:560px}}
@media(max-width:460px){.product-grid{grid-template-columns:1fr 1fr}.site-loader .loader-text{font-size:13px}.case-loader-card{width:92px;height:144px}.mobile-menu{width:min(88vw,320px)}}

/* Cart responsive patch v6 */
.cart-mobile-list{display:none}.cart-products-form{min-width:0}.cart-update-button{margin-top:15px}.cart-checkout-button{width:100%;text-align:center}.cart-mobile-card{border:1px solid var(--border);background:#fff;border-radius:20px;padding:16px;box-shadow:0 10px 24px rgba(20,13,34,.045)}.cart-mobile-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:13px;border-bottom:1px solid var(--border)}.cart-mobile-head strong{display:block;font-size:15px;line-height:1.7}.cart-mobile-head .meta{display:block;margin-top:3px}.cart-remove-icon{width:34px;height:34px;flex:0 0 34px;border:0;border-radius:11px;background:#fee2e2;color:#991b1b;font-size:24px;line-height:1;cursor:pointer}.cart-mobile-price-row,.cart-mobile-total{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px dashed var(--border)}.cart-mobile-price-row label{margin:0}.cart-mobile-total{border-bottom:0;padding-bottom:0}.cart-mobile-total strong{font-size:17px}.cart-mobile-card .qty{width:90px;text-align:center}.cart-summary{min-width:0}
@media(max-width:700px){.cart-desktop-table{display:none}.cart-mobile-list{display:grid;gap:12px}.cart-products-form{width:100%;max-width:100%}.cart-layout{display:flex!important;flex-direction:column;gap:16px}.cart-summary{order:2;position:static!important;width:100%;max-width:100%}.cart-update-button{width:100%;margin-top:13px}.cart-page .page-title{margin-bottom:18px}.cart-page{overflow-x:hidden}}

/* MeloCase mobile header, live cart and logo loader — v10 */
.nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto;margin-inline-start:auto}.brand-logo{min-width:0;flex:0 1 auto}.brand-logo img{max-width:180px}.cart-link{display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.cart-icon{display:inline-flex;align-items:center;justify-content:center}.mobile-menu-toggle{flex:0 0 auto}

.site-loader{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;background:radial-gradient(circle at 50% 42%,#fff 0,#fff8fb 36%,#f7eff9 72%,#f0e5f3 100%);transition:opacity .55s ease,visibility .55s ease}.site-loader.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.logo-loader-wrap{position:relative;width:min(66vw,310px);aspect-ratio:1;display:grid;place-items:center}.logo-loader-glow{position:absolute;inset:15%;border-radius:50%;background:radial-gradient(circle,rgba(255,225,235,.95) 0,rgba(225,170,198,.38) 46%,rgba(190,130,222,.08) 70%,transparent 76%);filter:blur(12px);animation:melocaseGlow 1.65s ease-in-out infinite}.logo-loader-image{position:relative;z-index:2;width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(187,111,143,.22));animation:melocaseLogoPulse 1.65s ease-in-out infinite}.logo-loader-spark{position:absolute;z-index:3;color:#d58ca8;text-shadow:0 0 12px #fff,0 0 20px rgba(232,153,187,.85);animation:melocaseSpark 1.3s ease-in-out infinite}.spark-one{top:17%;right:7%;font-size:25px}.spark-two{bottom:20%;left:4%;font-size:18px;animation-delay:.38s}.spark-three{top:42%;left:0;font-size:14px;animation-delay:.72s}.site-loader .loader-text{margin-top:8px;font-size:17px;letter-spacing:1px;color:#a55f79;font-weight:900;animation:melocaseText 1.65s ease-in-out infinite}@keyframes melocaseGlow{0%,100%{opacity:.55;transform:scale(.91)}50%{opacity:1;transform:scale(1.07)}}@keyframes melocaseLogoPulse{0%,100%{transform:scale(.97);filter:drop-shadow(0 10px 20px rgba(187,111,143,.18)) brightness(1)}50%{transform:scale(1.025);filter:drop-shadow(0 16px 35px rgba(217,130,169,.42)) brightness(1.12)}}@keyframes melocaseSpark{0%,100%{opacity:.18;transform:scale(.55) rotate(0)}50%{opacity:1;transform:scale(1.2) rotate(28deg)}}@keyframes melocaseText{0%,100%{opacity:.62}50%{opacity:1}}

.cart-page{overflow-x:hidden}.cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:22px;align-items:start}.cart-products-form,.cart-items-list{min-width:0}.cart-items-list{display:grid;gap:13px}.cart-item-card{display:grid;grid-template-columns:86px minmax(0,1fr) auto auto 42px;grid-template-areas:"image info controls total remove";align-items:center;gap:16px;padding:15px;background:#fff;border:1px solid var(--border);border-radius:22px;box-shadow:0 10px 28px rgba(36,22,54,.045);transition:opacity .25s,transform .25s,box-shadow .25s}.cart-item-card:hover{box-shadow:0 15px 35px rgba(36,22,54,.075)}.cart-item-card.is-updating{opacity:.68}.cart-item-card.is-removing{opacity:0;transform:translateX(-18px)}.cart-item-image{grid-area:image;width:86px;height:86px;border-radius:17px;overflow:hidden;background:#f8f4fa;display:grid;place-items:center}.cart-item-image img{width:100%;height:100%;object-fit:cover}.cart-item-image span{font-size:28px;color:#c39ad2}.cart-item-info{grid-area:info;min-width:0}.cart-item-info strong{display:block;font-size:15px;line-height:1.65}.cart-item-info .meta,.cart-unit-price{display:block;color:var(--muted);font-size:12px;margin-top:3px}.cart-item-controls{grid-area:controls;text-align:center}.quantity-stepper{display:flex;direction:ltr;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:14px;background:#faf8fc;overflow:hidden;height:44px}.quantity-button{width:42px;height:42px;border:0;background:transparent;color:var(--ink);font-size:22px;font-family:inherit;cursor:pointer;transition:.2s}.quantity-button:hover{background:#f0e8f7;color:var(--primary)}.quantity-button:disabled{opacity:.45;cursor:wait}.quantity-input{width:48px;height:42px;border:0;border-inline:1px solid var(--border);background:#fff;text-align:center;font:inherit;font-weight:900;outline:none;-moz-appearance:textfield}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-status{display:block;min-height:20px;margin-top:4px;color:var(--success);font-size:10px}.cart-item-total{grid-area:total;min-width:120px;text-align:center}.cart-item-total small{display:block;color:var(--muted);font-size:11px}.cart-item-total strong{font-size:15px;white-space:nowrap}.cart-remove-button{grid-area:remove;width:40px;height:40px;border:0;border-radius:13px;background:#fff0f2;color:#b4233d;display:grid;place-items:center;cursor:pointer;transition:.2s}.cart-remove-button:hover{background:#fee2e2;transform:translateY(-1px)}.cart-fallback-update{margin-top:14px}.js .cart-fallback-update{display:none}.cart-summary{position:sticky;top:105px;min-width:0}.cart-checkout-button{display:block;width:100%;text-align:center;margin-top:15px}.cart-empty-state.is-hidden,.cart-layout.is-hidden{display:none!important}

@media(max-width:900px){.cart-layout{grid-template-columns:minmax(0,1fr) 300px}.cart-item-card{grid-template-columns:76px minmax(0,1fr) auto;grid-template-areas:"image info remove" "controls controls total"}.cart-item-image{width:76px;height:76px}.cart-item-controls{justify-self:start}.cart-item-total{justify-self:end}}
@media(max-width:700px){.nav-wrap{height:64px;gap:8px}.brand-logo img{height:39px;max-width:min(36vw,132px)}.desktop-nav{display:none}.nav-actions{gap:7px}.cart-link{position:relative;width:44px;height:44px;padding:0;border-radius:14px;flex:0 0 44px}.cart-link .cart-text{display:none}.cart-link b{position:absolute;top:-5px;left:-5px;display:grid;place-items:center;min-width:20px;height:20px;padding:0 5px;border:2px solid #fff;font-size:10px;line-height:1}.mobile-menu-toggle{display:flex!important;width:44px;height:44px;flex:0 0 44px;margin:0}.cart-layout{display:flex!important;flex-direction:column;gap:16px}.cart-products-form,.cart-summary{width:100%;max-width:100%}.cart-summary{position:static;order:2}.cart-item-card{grid-template-columns:68px minmax(0,1fr) 38px;grid-template-areas:"image info remove" "controls controls total";gap:12px;padding:13px;border-radius:19px}.cart-item-image{width:68px;height:68px;border-radius:14px}.cart-item-info strong{font-size:14px}.cart-unit-price{font-size:11px}.cart-item-controls{justify-self:start;display:flex;align-items:center;gap:8px}.cart-item-status{display:inline-block;margin:0;min-height:auto}.quantity-stepper{height:42px}.quantity-button{width:40px;height:40px}.quantity-input{height:40px;width:45px}.cart-item-total{min-width:0;text-align:left;justify-self:end}.cart-item-total strong{font-size:14px}.cart-remove-button{width:36px;height:36px;border-radius:11px}.page-title{margin-bottom:18px}}
@media(max-width:390px){.container{width:min(100% - 14px,1180px)}.nav-wrap{gap:6px}.brand-logo img{height:36px;max-width:112px}.cart-link,.mobile-menu-toggle{width:42px;height:42px;flex-basis:42px}.nav-actions{gap:5px}.cart-item-card{grid-template-columns:60px minmax(0,1fr) 34px;gap:9px;padding:11px}.cart-item-image{width:60px;height:60px}.cart-item-info strong{font-size:13px}.quantity-button{width:37px}.quantity-input{width:42px}.cart-item-total strong{font-size:13px}.logo-loader-wrap{width:min(76vw,270px)}}
@media(prefers-reduced-motion:reduce){.logo-loader-glow,.logo-loader-image,.logo-loader-spark,.site-loader .loader-text{animation:none!important}.cart-item-card{transition:none}}

/* Product media presentation and mobile zoom — v12 */
.product-media-frame{position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(145deg,#fff7fb,#f8edf6);border:1px solid #f0dfe9}
.product-media-bg{position:absolute;inset:-9%;z-index:0;width:118%!important;height:118%!important;object-fit:cover!important;filter:blur(18px) saturate(.78) opacity(.46);transform:scale(1.05)}
.product-media-tint{position:absolute;inset:0;z-index:1;background:linear-gradient(145deg,rgba(255,246,251,.72),rgba(245,218,234,.48));backdrop-filter:saturate(.88)}
.product-media-main{position:relative;z-index:2;width:100%!important;height:100%!important;object-fit:contain!important;padding:10px;filter:saturate(.9) contrast(.97) brightness(1.02) drop-shadow(0 12px 20px rgba(145,86,116,.12));transition:transform .3s ease,filter .3s ease}
.product-card .product-image{aspect-ratio:1/1;min-height:0}
.product-card:hover .product-media-main{transform:scale(1.025);filter:saturate(.98) contrast(1) brightness(1.03) drop-shadow(0 15px 24px rgba(145,86,116,.18))}
.detail-media-column{min-width:0}.detail-image.product-zoom-trigger{appearance:none;-webkit-appearance:none;width:100%;padding:0;cursor:zoom-in;font:inherit;color:inherit;aspect-ratio:1/1;max-height:580px;border-radius:30px}
.detail-image .product-media-main{padding:22px}.zoom-hint{position:absolute;z-index:4;right:16px;bottom:16px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.88);border:1px solid rgba(221,183,204,.7);box-shadow:0 8px 22px rgba(94,50,75,.08);font-size:12px;color:#8d526d;backdrop-filter:blur(8px)}
.image-lightbox[hidden]{display:none}.image-lightbox{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:18px}.image-lightbox-backdrop{position:absolute;inset:0;background:rgba(26,15,25,.72);backdrop-filter:blur(9px)}.image-lightbox-panel{position:relative;z-index:2;width:min(94vw,880px);height:min(90vh,880px);display:grid;grid-template-rows:minmax(0,1fr) auto;background:#fff9fc;border:1px solid rgba(255,255,255,.6);border-radius:28px;overflow:hidden;box-shadow:0 30px 90px rgba(0,0,0,.32)}.image-lightbox-stage{min-height:0;overflow:auto;display:grid;place-items:center;padding:26px;touch-action:pinch-zoom;background:radial-gradient(circle,#fff 0,#fceaf3 70%,#f4dce8 100%)}.image-lightbox-stage img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;transition:transform .18s ease;user-select:none;-webkit-user-drag:none}.image-lightbox-close{position:absolute;z-index:5;top:13px;left:13px;width:42px;height:42px;border:0;border-radius:14px;background:rgba(255,255,255,.9);font-size:28px;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.1)}.image-lightbox-controls{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px;background:#fff;border-top:1px solid #f0dfe9}.image-lightbox-controls button{border:1px solid #ead4df;background:#fff5fa;border-radius:12px;height:40px;min-width:42px;padding:0 14px;font:inherit;font-weight:800;color:#7e4962;cursor:pointer}.image-lightbox-controls span{min-width:62px;text-align:center;font-size:13px;font-weight:900;color:#7e4962}
body.lightbox-open{overflow:hidden}
@media(max-width:700px){.product-detail{gap:16px}.detail-image.product-zoom-trigger{aspect-ratio:4/3;max-height:330px;border-radius:22px}.detail-image .product-media-main{padding:12px}.detail-copy{padding:20px;border-radius:22px}.detail-copy h1{font-size:25px;line-height:1.5}.zoom-hint{right:10px;bottom:10px;font-size:10px;padding:5px 9px}.image-lightbox{padding:8px}.image-lightbox-panel{width:100%;height:min(86vh,720px);border-radius:20px}.image-lightbox-stage{padding:14px}.image-lightbox-controls{gap:6px;padding:9px}.image-lightbox-controls button{height:38px;padding:0 10px;font-size:12px}.product-card .product-media-main{padding:7px}}
@media(prefers-reduced-motion:reduce){.product-media-main,.image-lightbox-stage img{transition:none}}

/* MeloCase rose mobile theme + exact compact gallery — v14 */
:root{
  --bg:#fff8fb;
  --card:#fffdfd;
  --ink:#4f3039;
  --muted:#9c7480;
  --primary:#d47c99;
  --primary2:#f3b2c5;
  --border:#efd8df;
  --shadow:0 18px 48px rgba(151,82,108,.10);
}
body{background:linear-gradient(180deg,#fffdfd 0,#fff7fa 48%,#fff9fb 100%);color:var(--ink)}
.announcement{background:#f7d8e3;color:#744352;border-bottom:1px solid #edc8d5}
.site-header{background:rgba(255,253,253,.96);border-bottom:1px solid #efd5dd;box-shadow:0 4px 22px rgba(159,94,116,.055)}
.desktop-nav a{color:#5d3943;font-weight:800}
.desktop-nav a:hover{color:#c86b8a}
.btn-primary{background:linear-gradient(135deg,#e58da9,#efabc0);box-shadow:0 12px 28px rgba(213,119,151,.22)}
.btn-dark{background:#6f4653}
.chip.active{background:#6f4653}
.site-footer{background:#6f4653}
.product-card,.detail-copy,.card,.table-wrap{border-color:#efd8df;box-shadow:0 10px 30px rgba(159,94,116,.055)}
.product-card:hover{box-shadow:0 18px 42px rgba(159,94,116,.12)}
.stock{background:#eaf9ee;color:#2e7d4b}

.mobile-brand-wordmark{display:none;font-family:Georgia,'Times New Roman',serif;font-size:28px;line-height:1;color:#b9637d;font-weight:500;letter-spacing:-.5px}
.desktop-brand-mark{display:block}

/* Product list: fixed frame, complete image, blurred rose background */
.product-card .product-image{position:relative!important;aspect-ratio:1/1!important;height:auto!important;min-height:0!important;border-radius:0;background:#f8e9ef!important;isolation:isolate}
.product-card .product-image>img.product-media-bg{position:absolute!important;inset:-12%!important;width:124%!important;height:124%!important;object-fit:cover!important;object-position:center!important;filter:blur(22px) saturate(.72) brightness(1.08)!important;opacity:.56!important;transform:scale(1.08)!important}
.product-card .product-image>.product-media-tint{position:absolute!important;inset:0!important;background:linear-gradient(145deg,rgba(255,248,251,.64),rgba(241,196,215,.38))!important;backdrop-filter:blur(1px) saturate(.86)!important}
.product-card .product-image>img.product-media-main{position:absolute!important;inset:9px!important;width:calc(100% - 18px)!important;height:calc(100% - 18px)!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;padding:0!important;filter:saturate(.82) contrast(.96) brightness(1.04) drop-shadow(0 10px 18px rgba(124,67,91,.10))!important}
.product-card:hover .product-image>img.product-media-main{transform:scale(1.018)!important;filter:saturate(.96) contrast(1) brightness(1.03) drop-shadow(0 13px 22px rgba(124,67,91,.16))!important}

/* Product details: image always fully visible inside one fixed frame */
.product-page{padding-top:26px}
.product-page .product-detail{align-items:start;gap:30px}
.detail-media-column{min-width:0;display:grid;gap:12px}
.detail-image.product-zoom-trigger{position:relative!important;display:block!important;width:100%!important;height:clamp(420px,42vw,540px)!important;max-height:540px!important;aspect-ratio:auto!important;padding:0!important;border:1px solid #edcfda!important;border-radius:28px!important;background:#f8e8ef!important;overflow:hidden!important;isolation:isolate;box-shadow:0 20px 50px rgba(151,82,108,.10)}
.detail-image.product-zoom-trigger>img.product-media-bg{position:absolute!important;inset:-12%!important;width:124%!important;height:124%!important;object-fit:cover!important;object-position:center!important;filter:blur(27px) saturate(.72) brightness(1.07)!important;opacity:.58!important;transform:scale(1.09)!important}
.detail-image.product-zoom-trigger>.product-media-tint{position:absolute!important;inset:0!important;background:linear-gradient(145deg,rgba(255,250,252,.68),rgba(238,190,211,.38))!important;backdrop-filter:blur(1px) saturate(.85)!important}
.detail-image.product-zoom-trigger>img.product-media-main{position:absolute!important;z-index:3!important;inset:18px!important;width:calc(100% - 36px)!important;height:calc(100% - 36px)!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important;padding:0!important;filter:saturate(.84) contrast(.96) brightness(1.035) drop-shadow(0 15px 28px rgba(124,67,91,.12))!important}
.detail-image.product-zoom-trigger:hover>img.product-media-main{filter:saturate(.96) contrast(1) brightness(1.02) drop-shadow(0 17px 31px rgba(124,67,91,.17))!important;transform:scale(1.01)}
.zoom-hint{z-index:5!important;background:rgba(255,255,255,.92)!important;border-color:#e7bdcc!important;color:#a55e77!important;box-shadow:0 8px 20px rgba(151,82,108,.10)!important}
.product-gallery-strip{display:flex;align-items:center;gap:9px;padding-inline:3px}
.product-gallery-thumb,.product-gallery-zoom{border:1px solid #e9cad6;background:#fff7fa;border-radius:13px;height:58px;cursor:pointer;color:#a75d76;box-shadow:0 7px 18px rgba(151,82,108,.065)}
.product-gallery-thumb{width:58px;padding:4px;overflow:hidden}
.product-gallery-thumb.is-active{border-color:#d985a1;box-shadow:0 0 0 2px rgba(217,133,161,.13)}
.product-gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:9px;background:#f8e9ef}
.product-gallery-zoom{width:50px;display:grid;place-items:center}
.detail-copy{background:rgba(255,255,255,.92);border-color:#efd8df}
.detail-copy h1{color:#4d2c36}

/* Rose lightbox */
.image-lightbox-backdrop{background:rgba(73,42,53,.72)!important}
.image-lightbox-panel{background:#fff8fb!important;border-color:#f4dce5!important}
.image-lightbox-stage{position:relative;background:radial-gradient(circle at 50% 42%,#fff 0,#fceaf1 64%,#efd5df 100%)!important;overflow:auto!important;touch-action:none!important}
.image-lightbox-stage img{position:relative;z-index:2;object-fit:contain!important}
.image-lightbox-controls{background:#fffdfd!important;border-color:#efd8df!important}
.image-lightbox-controls button{background:#fff4f8!important;border-color:#e8cbd5!important;color:#9e5871!important}

/* Mobile header matching the reference: hamburger left, wordmark centered, cart right */
@media(max-width:700px){
  .announcement{display:none!important}
  .site-header{top:0!important;background:rgba(255,253,253,.98)!important;backdrop-filter:blur(16px)!important}
  .site-header .container.nav-wrap{display:grid!important;grid-template-columns:44px minmax(0,1fr) 44px!important;align-items:center!important;direction:ltr!important;width:100%!important;height:62px!important;max-width:none!important;padding:0 16px!important;gap:10px!important}
  .mobile-menu-toggle{grid-column:1!important;display:flex!important;width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;flex:0 0 42px!important;border:0!important;background:transparent!important;box-shadow:none!important;border-radius:0!important;gap:5px!important;padding:8px!important;direction:ltr!important}
  .mobile-menu-toggle span{width:25px!important;height:1.5px!important;background:#9f4f68!important;border-radius:99px!important}
  .brand.brand-logo{grid-column:2!important;display:flex!important;justify-content:center!important;align-items:center!important;min-width:0!important;direction:ltr!important}
  .desktop-brand-mark{display:none!important}
  .mobile-brand-wordmark{display:block!important;white-space:nowrap!important}
  .desktop-nav{display:none!important}
  .cart-link{grid-column:3!important;position:relative!important;display:grid!important;place-items:center!important;width:42px!important;height:42px!important;min-width:42px!important;max-width:42px!important;padding:0!important;margin:0!important;border:0!important;background:transparent!important;color:#9f4f68!important;border-radius:0!important;box-shadow:none!important;direction:ltr!important}
  .cart-link .cart-text{display:none!important}
  .cart-link b{position:absolute!important;top:1px!important;right:-1px!important;left:auto!important;display:grid!important;place-items:center!important;min-width:18px!important;height:18px!important;padding:0 4px!important;border:2px solid #fff!important;border-radius:999px!important;background:#f184a4!important;color:#fff!important;font-size:9px!important;line-height:1!important}
  .cart-icon svg{width:25px!important;height:25px!important}
  .mobile-menu{right:auto!important;left:0!important;transform:translateX(-110%)!important;background:rgba(255,253,253,.985)!important;border-right:1px solid #efd8df!important;box-shadow:18px 0 50px rgba(97,50,67,.18)!important}
  body.menu-open .mobile-menu{transform:translateX(0)!important}
  .mobile-menu-head strong{font-family:Georgia,'Times New Roman',serif;color:#b9637d;font-size:25px;font-weight:500}
  .mobile-nav a{background:#fff8fa!important;border-color:#efd8df!important;color:#62404a!important}

  .product-page{padding-top:14px!important}
  .product-page .container{width:min(100% - 18px,1180px)!important}
  .product-page .product-detail{display:flex!important;flex-direction:column!important;gap:14px!important}
  .detail-media-column{width:100%!important;gap:10px!important}
  .detail-image.product-zoom-trigger{width:100%!important;height:clamp(255px,78vw,345px)!important;max-height:345px!important;border-radius:19px!important;box-shadow:0 12px 30px rgba(151,82,108,.09)!important}
  .detail-image.product-zoom-trigger>img.product-media-main{inset:11px!important;width:calc(100% - 22px)!important;height:calc(100% - 22px)!important}
  .zoom-hint{right:9px!important;bottom:9px!important;padding:5px 9px!important;font-size:10px!important}
  .product-gallery-strip{gap:7px!important}
  .product-gallery-thumb,.product-gallery-zoom{height:50px!important;border-radius:11px!important}
  .product-gallery-thumb{width:50px!important}
  .product-gallery-zoom{width:46px!important}
  .detail-copy{width:100%!important;padding:18px!important;border-radius:19px!important;box-shadow:0 10px 28px rgba(151,82,108,.07)!important}
  .detail-copy h1{font-size:23px!important;line-height:1.55!important;margin-bottom:8px!important}
  .detail-copy .actions{display:grid!important;grid-template-columns:78px minmax(0,1fr)!important;gap:9px!important;margin-top:18px!important}
  .detail-copy .actions .qty{width:100%!important;min-width:0!important}
  .detail-copy .actions .btn{width:100%!important;padding-inline:12px!important}
  .image-lightbox{padding:8px!important}
  .image-lightbox-panel{width:100%!important;height:min(84vh,690px)!important;border-radius:18px!important}
  .image-lightbox-stage{padding:12px!important}
  .image-lightbox-controls{gap:6px!important;padding:9px!important}
}

@media(max-width:390px){
  .site-header .container.nav-wrap{grid-template-columns:40px minmax(0,1fr) 40px!important;padding:0 11px!important;gap:6px!important}
  .mobile-menu-toggle,.cart-link{width:40px!important;height:40px!important;min-width:40px!important;max-width:40px!important}
  .mobile-brand-wordmark{font-size:25px!important}
  .detail-image.product-zoom-trigger{height:clamp(235px,76vw,305px)!important;max-height:305px!important}
}

/* Complete the soft rose visual language across existing pages */
.eyebrow{background:#f9e3eb;color:#a65370}
.gradient-text{background:linear-gradient(90deg,#bb617f,#ef9fba);-webkit-background-clip:text;background-clip:text;color:transparent}
.hero-card{background:radial-gradient(circle at 30% 20%,#fbd9e5,transparent 38%),radial-gradient(circle at 78% 72%,#f5c5d5,transparent 42%),#fffdfd}
.phone-screen{background:linear-gradient(155deg,#fff 0 25%,#fce2eb 25% 58%,#efb8ca 58%)}
.feature{border-color:#efd8df;box-shadow:0 9px 25px rgba(151,82,108,.045)}
.form-control:focus{border-color:#d983a0;box-shadow:0 0 0 3px rgba(217,131,160,.13)}
.account-menu a:hover,.account-menu a.is-active{background:#fbe8ef;color:#a95672}
.mobile-pill{background:#fbe8ef;border-color:#efd1dc;color:#754652}
.link-button,.otp-actions a{color:#b55f7b}
.alert.info{background:#fce8ef;color:#82455a}

/* Account mobile layout + visible delivery truck — v15 */
.account-content{min-width:0}
.account-profile-summary{display:flex;align-items:center;gap:12px;padding-bottom:14px;margin-bottom:7px;border-bottom:1px solid #f0dbe3}
.account-avatar{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:17px;background:linear-gradient(145deg,#f9d9e5,#efb7ca);color:#87475e;font-size:20px;font-weight:900;box-shadow:0 8px 22px rgba(173,91,122,.13)}
.account-profile-copy{display:flex;min-width:0;flex-direction:column}.account-profile-copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-profile-copy .meta{direction:ltr;text-align:right}
.account-nav{display:flex!important;flex-direction:column;gap:7px!important}.account-nav a{display:flex;align-items:center;min-height:44px;padding:10px 13px;border-radius:13px;white-space:nowrap}.account-logout-link{color:#a43e5e}
.order-detail-card,.orders-list-card{min-width:0;overflow:hidden}.order-detail-head{align-items:center}.order-detail-head h2{overflow-wrap:anywhere}
.order-progress{overflow:hidden}.progress-line-fill{max-width:80%}
.order-card>div:first-child{min-width:0}.order-card strong{overflow-wrap:anywhere}.order-card .meta{overflow-wrap:anywhere}
.order-overview-grid>*{min-width:0}.overview-box strong{overflow-wrap:anywhere}.order-items-list,.order-item-card{min-width:0}
.addresses-grid,.saved-address-card{min-width:0}.saved-address-card{overflow:hidden}.address-meta{overflow-wrap:anywhere}
.account-content .form-control,.account-content textarea,.account-content select{max-width:100%;min-width:0}

@media(max-width:950px){
  .account-grid{display:grid!important;grid-template-columns:1fr!important;gap:14px!important}
  .account-menu{position:static!important;padding:16px!important;overflow:hidden}
  .account-nav{display:flex!important;flex-direction:row!important;gap:8px!important;overflow-x:auto!important;overscroll-behavior-inline:contain;scrollbar-width:none;padding:2px 0 4px!important;margin:0 -2px!important}
  .account-nav::-webkit-scrollbar{display:none}
  .account-nav a{flex:0 0 auto;min-height:40px;padding:8px 13px;border:1px solid #f0d7e1;background:#fff9fb;border-radius:999px;font-size:12px}
  .account-nav a.is-active{border-color:#dea0b6;background:#f9e1e9!important;color:#974e68!important}
  .account-profile-summary{padding-bottom:12px;margin-bottom:10px}
}

@media(max-width:700px){
  .page:has(.account-grid){padding:18px 0 48px!important;overflow-x:hidden}
  .page:has(.account-grid) .page-title{font-size:27px!important;margin-bottom:14px!important}
  .account-grid{width:100%;min-width:0}
  .account-content{width:100%;min-width:0}
  .account-content>.card,.account-content>form.card{width:100%;min-width:0;padding:16px!important;border-radius:19px!important}
  .account-profile-summary{gap:10px}.account-avatar{width:43px;height:43px;flex-basis:43px;border-radius:15px;font-size:18px}
  .account-profile-copy strong{font-size:14px}.account-profile-copy .meta{font-size:11px}
  .account-nav a{font-size:11px;padding:7px 12px}
  .section-head,.order-detail-head{display:flex!important;align-items:flex-start!important;flex-direction:column!important;gap:9px!important;margin-bottom:14px!important}
  .order-detail-head .status{align-self:flex-start}
  .orders-list-card h2,.order-detail-card h2,.account-content .card h2{font-size:20px;line-height:1.55;margin-top:0}
  .order-card{padding:14px!important;border-radius:15px!important;margin-bottom:10px!important}
  .order-card .meta{display:block;margin-top:7px;font-size:11px;line-height:1.8}
  .order-card .status{font-size:10px;padding:3px 8px}

  /* Keep the route horizontal on phones instead of hiding it. */
  .order-progress{display:block!important;position:relative!important;margin:14px 0 18px!important;padding:18px 8px 12px!important;border-radius:19px!important;min-height:130px;background:linear-gradient(145deg,#fff8fb,#f9e4ec)!important;border-color:#efd1dd!important}
  .order-progress .progress-line{display:block!important;position:absolute!important;right:9%!important;left:9%!important;top:52px!important;height:6px!important;border-radius:99px!important;background:#ead9e2!important;z-index:1}
  .order-progress .progress-line-fill{display:block!important;position:absolute!important;right:9%!important;left:auto!important;top:52px!important;height:6px!important;border-radius:99px!important;background:linear-gradient(90deg,#efa3bc,#c97999)!important;z-index:2}
  .order-progress .progress-truck{display:block!important;top:20px!important;font-size:25px!important;line-height:1!important;z-index:5;transition:right .4s ease!important}
  .order-progress .progress-truck span{display:block;filter:drop-shadow(0 6px 7px rgba(130,65,91,.18))}
  .progress-truck.pos-0{right:calc(9% - 7px)!important}.progress-truck.pos-1{right:calc(29.5% - 12px)!important}.progress-truck.pos-2{right:calc(50% - 16px)!important}.progress-truck.pos-3{right:calc(70.5% - 20px)!important}.progress-truck.pos-4{right:calc(91% - 27px)!important}
  .order-progress .progress-steps{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;position:relative!important;z-index:3!important;min-width:0!important}
  .order-progress .progress-step{display:block!important;min-width:0!important;padding:35px 1px 0!important;text-align:center!important}
  .order-progress .progress-dot{width:16px!important;height:16px!important;margin:0 auto 7px!important;border-width:3px!important;background:#fff!important}
  .order-progress .progress-step.done .progress-dot,.order-progress .progress-step.current .progress-dot{border-color:#be6787!important}
  .order-progress .progress-step.done .progress-dot::after,.order-progress .progress-step.current .progress-dot::after{inset:2px!important;background:#c96f90!important}
  .order-progress .progress-step strong{display:block!important;max-width:100%;font-size:9px!important;line-height:1.5!important;color:#67414f!important;white-space:normal!important;text-align:center!important}
  .order-progress .progress-step small{display:none!important}

  .order-overview-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:13px 0!important}
  .overview-box{padding:11px!important;border-radius:14px!important}.overview-box small{font-size:10px;margin-bottom:3px!important}.overview-box strong{font-size:12px!important;line-height:1.75}
  .order-item-card{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:9px!important;padding:12px!important;border-radius:14px!important}
  .order-item-card strong{font-size:12px;line-height:1.75}.order-item-card .meta{font-size:10px!important}.order-item-card>div:last-child{text-align:left;white-space:nowrap}
  .account-content .summary-row{gap:12px;font-size:12px}.account-content .summary-row.total{font-size:16px}
  .addresses-grid{grid-template-columns:1fr!important}.saved-address-card{padding:14px!important;border-radius:15px!important}.address-actions .btn{flex:1 1 auto;padding:8px 10px!important;font-size:11px}
  .account-content .grid-2{grid-template-columns:1fr!important;gap:0!important}
  .account-content .btn{max-width:100%}
}

@media(max-width:380px){
  .order-overview-grid{grid-template-columns:1fr!important}
  .order-progress{padding-inline:5px!important}
  .order-progress .progress-step strong{font-size:8px!important}
  .order-progress .progress-truck{font-size:23px!important}
  .order-item-card{grid-template-columns:1fr!important}.order-item-card>div:last-child{text-align:right}
}
/* MeloCase product albums, dynamic filters and variants */
.product-gallery-strip{display:flex;gap:10px;align-items:center;margin-top:12px;overflow-x:auto;padding:3px 2px 8px;scrollbar-width:thin}.product-gallery-thumb,.product-gallery-zoom{flex:0 0 66px;width:66px;height:66px;border:1px solid #efd6df;border-radius:16px;background:#fff;padding:4px;display:grid;place-items:center;cursor:pointer}.product-gallery-thumb img{width:100%;height:100%;object-fit:contain;border-radius:11px}.product-gallery-thumb.is-active{border-color:#d17796;box-shadow:0 0 0 3px rgba(209,119,150,.13)}.product-gallery-zoom{color:#a65070;background:#fff8fb}.product-option-group{border:0;padding:0;margin:20px 0}.product-option-group legend{font-size:14px;font-weight:800;margin-bottom:9px}.required-star{color:#d14f7b}.product-option-values{display:flex;gap:9px;flex-wrap:wrap}.product-option-choice{position:relative;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:8px 13px;border:1px solid #ead6dd;border-radius:13px;background:#fff;cursor:pointer;transition:.18s}.product-option-choice input{position:absolute;opacity:0;pointer-events:none}.product-option-choice:has(input:checked){border-color:#cc6d8d;background:#fff1f6;box-shadow:0 0 0 3px rgba(204,109,141,.12)}.product-option-choice.is-unavailable{opacity:.38;text-decoration:line-through;cursor:not-allowed}.option-color-swatch,.color-dot{display:inline-block;width:20px;height:20px;border-radius:50%;background:var(--swatch,#f3d7e2);border:2px solid #fff;box-shadow:0 0 0 1px rgba(82,42,58,.18);vertical-align:middle}.variant-feedback{min-height:28px;color:#8c5267;font-size:13px;margin:8px 0}.product-buy-form .stock{margin-bottom:6px}.product-qty-stepper{display:grid;grid-template-columns:40px 62px 40px;gap:0;border:1px solid #ead6dd;border-radius:14px;overflow:hidden;background:#fff}.product-qty-stepper button{border:0;background:#fff5f8;font-size:20px;cursor:pointer}.product-qty-stepper input{border:0!important;border-radius:0;text-align:center;padding-inline:4px}.cart-option-label,.order-item-options{display:flex;gap:6px;flex-wrap:wrap;margin:7px 0}.cart-option-label{display:block;color:#a35973;font-size:12px}.order-item-options span{font-size:11px;border-radius:999px;padding:4px 9px;background:#fff0f5;color:#8f4b65}.checkout-product-row>span{display:flex;flex-direction:column}.checkout-product-row small{color:#a35973;font-size:11px}.stock-badge-card{right:auto;left:12px;background:#9b526b}.product-card.is-out-of-stock .product-media-main{filter:saturate(.65);opacity:.72}
.shop-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:22px;align-items:start}.shop-filter-panel{position:sticky;top:100px}.shop-filter-form{padding:20px}.shop-filter-head{display:flex;justify-content:space-between;align-items:center}.shop-filter-head h3{margin:0 0 15px}.shop-filter-head button{display:none;border:0;background:transparent;font-size:28px}.shop-filter-toggle{display:none}.active-filter-bar{display:flex;justify-content:space-between;align-items:center;padding:11px 15px;background:#fff4f8;border:1px solid #f0d5df;border-radius:15px;margin-bottom:15px;color:#8c4c63}.active-filter-bar a{font-size:12px;text-decoration:underline}
@media(max-width:850px){.shop-layout{display:block}.shop-filter-toggle{display:inline-flex}.shop-filter-panel{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);z-index:140;background:#fff;transform:translateX(-110%);transition:.28s;padding:14px;overflow:auto}.shop-filter-open .shop-filter-panel{transform:translateX(0);box-shadow:20px 0 60px rgba(56,26,39,.18)}.shop-filter-open{overflow:hidden}.shop-filter-head button{display:block}.shop-filter-form{border:0;box-shadow:none}.product-option-choice{min-height:40px;padding:7px 10px}.product-gallery-thumb,.product-gallery-zoom{flex-basis:58px;width:58px;height:58px}}
@media(max-width:560px){.product-detail{gap:16px}.detail-copy{padding:19px}.product-option-values{gap:7px}.product-option-choice{font-size:12px}.product-buy-form .actions{display:grid;grid-template-columns:142px minmax(0,1fr);gap:8px}.product-buy-form .btn-primary{padding-inline:10px}.product-gallery-strip{margin-inline:-2px}.order-item-options{gap:4px}}

/* ===== MeloCase home slider + animated ticker v17 ===== */
.mc-ticker{position:relative;z-index:82;overflow:hidden;background:linear-gradient(110deg,var(--mc-ticker-start),var(--mc-ticker-end));color:var(--mc-ticker-color);box-shadow:0 7px 24px rgba(143,72,121,.18);isolation:isolate}
.mc-ticker::before,.mc-ticker::after{content:"";position:absolute;border-radius:999px;pointer-events:none;filter:blur(1px);opacity:.28;z-index:-1}.mc-ticker::before{width:140px;height:140px;right:7%;top:-95px;background:#fff}.mc-ticker::after{width:100px;height:100px;left:9%;bottom:-75px;background:#fff}
.mc-ticker-link{display:block;color:inherit;text-decoration:none;overflow:hidden}
.mc-ticker-track{display:flex;width:max-content;min-width:100%;direction:ltr;will-change:transform;animation:mcTickerMove var(--mc-ticker-speed) linear infinite}
.mc-ticker:hover .mc-ticker-track{animation-play-state:paused}
.mc-ticker-group{display:flex;align-items:center;flex-shrink:0;min-width:max-content;padding:0 22px}
.mc-ticker-item{direction:rtl;display:inline-flex;align-items:center;gap:10px;white-space:nowrap;padding:10px 34px;font-size:13px;font-weight:800;letter-spacing:.1px;text-shadow:0 1px 5px rgba(67,31,61,.14)}
.mc-ticker-item i{font-style:normal;font-size:12px;animation:mcTickerSpark 1.9s ease-in-out infinite}
@keyframes mcTickerMove{from{transform:translateX(0)}to{transform:translateX(-50%)}}
@keyframes mcTickerSpark{0%,100%{transform:scale(.8) rotate(0);opacity:.7}50%{transform:scale(1.25) rotate(20deg);opacity:1}}

.mc-home-slider-section{padding:18px 0 0;background:linear-gradient(180deg,#fff9fc 0,#fff 100%)}
.mc-home-slider-shell{position:relative}
.mc-home-slider{position:relative;height:var(--mc-slider-height-desktop);min-height:380px;border-radius:34px;overflow:hidden;background:#ead7e5;box-shadow:0 28px 70px rgba(96,44,79,.17),0 5px 18px rgba(96,44,79,.08);isolation:isolate}
.mc-slider-viewport,.mc-slider-track,.mc-slide{position:absolute;inset:0}
.mc-slider-track{overflow:hidden}
.mc-slide{opacity:0;visibility:hidden;transform:scale(1.035);transition:opacity .75s ease,visibility .75s ease,transform 1.35s ease;pointer-events:none;color:var(--mc-slide-text);overflow:hidden}
.mc-slide.is-active{opacity:1;visibility:visible;transform:scale(1);pointer-events:auto;z-index:2}
.mc-slide-media{position:absolute;inset:0;display:block}.mc-slide-media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transform:scale(1.02);transition:transform 7s ease}.mc-slide.is-active .mc-slide-media img{transform:scale(1.075)}
.mc-slide-overlay{position:absolute;inset:0;background:linear-gradient(90deg,var(--mc-slide-overlay) 0%,var(--mc-slide-overlay) 46%,transparent 82%);opacity:var(--mc-slide-overlay-opacity)}
.mc-slide-align-left .mc-slide-overlay{background:linear-gradient(270deg,var(--mc-slide-overlay) 0%,var(--mc-slide-overlay) 46%,transparent 82%)}
.mc-slide-align-center .mc-slide-overlay{background:linear-gradient(180deg,transparent,var(--mc-slide-overlay))}
.mc-slide-content-wrap{position:absolute;inset:0;display:flex;align-items:center;padding:58px clamp(30px,7vw,98px);z-index:3}
.mc-slide-content{max-width:min(650px,58%);text-align:right;transform:translateY(24px);opacity:0;transition:transform .8s .14s ease,opacity .7s .14s ease}
.mc-slide.is-active .mc-slide-content{transform:translateY(0);opacity:1}
.mc-slide-align-center .mc-slide-content-wrap{justify-content:center}.mc-slide-align-center .mc-slide-content{text-align:center;max-width:min(760px,80%)}
.mc-slide-align-left .mc-slide-content-wrap{justify-content:flex-end}.mc-slide-align-left .mc-slide-content{text-align:left}
.mc-slide-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 15px;border-radius:999px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.28);backdrop-filter:blur(12px);font-size:13px;font-weight:800;margin-bottom:16px;box-shadow:0 8px 24px rgba(32,15,29,.09)}
.mc-slide-eyebrow::before{content:"✦";font-size:11px}
.mc-slide-content h1{font-size:clamp(34px,4.7vw,68px);line-height:1.34;margin:0 0 14px;font-weight:950;letter-spacing:-1.8px;text-wrap:balance;text-shadow:0 4px 20px rgba(42,20,36,.22)}
.mc-slide-content p{font-size:clamp(15px,1.55vw,20px);line-height:2;margin:0 0 25px;max-width:650px;color:inherit;opacity:.93;text-shadow:0 2px 12px rgba(42,20,36,.18)}
.mc-slide-button{display:inline-flex;align-items:center;justify-content:center;gap:13px;min-height:50px;padding:12px 23px;border-radius:16px;background:rgba(255,255,255,.94);color:#6d294b;font-weight:900;box-shadow:0 16px 36px rgba(35,17,29,.2);transition:.25s;backdrop-filter:blur(12px)}
.mc-slide-button:hover{transform:translateY(-3px);box-shadow:0 20px 45px rgba(35,17,29,.26);background:#fff}.mc-slide-button b{font-size:20px;transition:.25s}.mc-slide-button:hover b{transform:translateX(-4px)}
.mc-slide-decor span{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.09);backdrop-filter:blur(3px);animation:mcBubble 6s ease-in-out infinite;z-index:2}.mc-slide-decor span:nth-child(1){width:120px;height:120px;left:8%;top:13%}.mc-slide-decor span:nth-child(2){width:55px;height:55px;left:19%;bottom:14%;animation-delay:-2s}.mc-slide-decor span:nth-child(3){width:24px;height:24px;right:48%;top:16%;animation-delay:-4s}
@keyframes mcBubble{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-14px) rotate(10deg)}}
.mc-slider-arrow{position:absolute;z-index:6;top:50%;transform:translateY(-50%);width:46px;height:46px;border:1px solid rgba(255,255,255,.48);border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.18);color:#fff;font-size:34px;line-height:1;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 9px 25px rgba(43,20,36,.15);transition:.22s}.mc-slider-arrow:hover{background:#fff;color:#7a3153;transform:translateY(-50%) scale(1.06)}.mc-slider-next{left:22px}.mc-slider-prev{right:22px}
.mc-slider-dots{position:absolute;z-index:7;bottom:24px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(12px)}.mc-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:rgba(255,255,255,.58);cursor:pointer;transition:.28s}.mc-slider-dots button.is-active{width:28px;background:#fff;box-shadow:0 0 0 3px rgba(255,255,255,.14)}
.mc-slider-progress{position:absolute;z-index:7;right:0;left:0;bottom:0;height:4px;background:rgba(255,255,255,.18)}.mc-slider-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,#fff,#ffd3e5);box-shadow:0 0 14px #fff}.mc-home-slider.is-running .mc-slider-progress span{animation:mcSliderProgress var(--mc-slide-duration,5s) linear forwards}
@keyframes mcSliderProgress{from{width:0}to{width:100%}}
.section-kicker{display:inline-block;color:#d94684;font-size:12px;font-weight:900;margin-bottom:6px}.section-link{display:inline-flex;padding:9px 14px;border-radius:13px;background:#fff0f6;color:#a62d62;font-weight:800}.mc-home-features-section{background:linear-gradient(180deg,#fff,#fff7fb)}.mc-home-features .feature{background:rgba(255,255,255,.85);border-color:#f6ddea;box-shadow:0 14px 35px rgba(111,52,84,.07)}

@media(max-width:900px){.mc-home-slider{border-radius:26px}.mc-slide-content{max-width:70%}.mc-slide-content h1{font-size:clamp(31px,6.5vw,52px)}.mc-slider-arrow{width:41px;height:41px}.mc-slider-next{left:15px}.mc-slider-prev{right:15px}}
@media(max-width:680px){.mc-ticker-item{padding:8px 24px;font-size:11px}.mc-home-slider-section{padding-top:10px}.mc-home-slider-shell{width:100%;padding-inline:8px}.mc-home-slider{height:var(--mc-slider-height-mobile);min-height:340px;border-radius:24px}.mc-slide-media img{object-position:center}.mc-slide-overlay,.mc-slide-align-left .mc-slide-overlay,.mc-slide-align-center .mc-slide-overlay{background:linear-gradient(180deg,transparent 0%,var(--mc-slide-overlay) 100%)}.mc-slide-content-wrap,.mc-slide-align-left .mc-slide-content-wrap,.mc-slide-align-center .mc-slide-content-wrap{align-items:flex-end;justify-content:flex-start;padding:28px 24px 54px}.mc-slide-content,.mc-slide-align-left .mc-slide-content,.mc-slide-align-center .mc-slide-content{max-width:100%;width:100%;text-align:right}.mc-slide-content h1{font-size:clamp(28px,8.6vw,42px);line-height:1.42;letter-spacing:-1px;margin-bottom:7px}.mc-slide-content p{font-size:14px;line-height:1.85;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mc-slide-eyebrow{font-size:11px;padding:6px 11px;margin-bottom:10px}.mc-slide-button{min-height:44px;padding:9px 18px;border-radius:14px;font-size:13px}.mc-slider-arrow{top:43%;width:38px;height:38px;font-size:28px}.mc-slider-next{left:14px}.mc-slider-prev{right:14px}.mc-slider-dots{bottom:16px}.mc-slide-decor span:nth-child(1){width:75px;height:75px;left:7%;top:8%}.mc-slide-decor span:nth-child(2){display:none}.mc-slide-decor span:nth-child(3){right:15%;top:20%}.section-head{align-items:flex-end}.section-link{font-size:12px;padding:8px 10px}}
@media(max-width:420px){.mc-home-slider-shell{padding-inline:6px}.mc-home-slider{border-radius:20px}.mc-slide-content-wrap{padding:24px 19px 50px}.mc-slider-arrow{width:34px;height:34px}.mc-slider-next{left:9px}.mc-slider-prev{right:9px}.mc-ticker-item{padding-inline:18px}}
@media(prefers-reduced-motion:reduce){.mc-ticker-track,.mc-ticker-item i,.mc-slide-decor span,.mc-home-slider.is-running .mc-slider-progress span{animation:none!important}.mc-slide,.mc-slide-media img,.mc-slide-content{transition:none!important}}
