:root{--orange:#ff6a00;--orange2:#f47b2a;--black:#111;--cream:#fff8f1;--line:#ead7c8;--muted:#666;--shadow:0 18px 45px rgba(0,0,0,.08)}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Arial,sans-serif;background:#fff;color:var(--black);padding-bottom:72px;overflow-x:hidden}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer;border:0;background:none}img{max-width:100%;display:block}.topbar{height:38px;background:linear-gradient(90deg,var(--orange),#ff8c1a);color:white;display:grid;place-items:center;font-weight:900;font-size:14px;text-align:center;padding:0 12px}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:white;border-bottom:1px solid #eee;position:sticky;top:0;z-index:60}.brand img{width:122px;height:auto}.desktop-nav{display:flex;gap:28px;font-weight:800}.desktop-nav a{padding:31px 0}.desktop-nav a.active,.desktop-nav a:hover{color:var(--orange);border-bottom:3px solid var(--orange)}.header-icons{display:flex;gap:18px;align-items:center}.header-icons button{font-size:24px;position:relative}.cart-icon span{position:absolute;right:-8px;top:-9px;background:var(--orange);color:white;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;font-size:11px;font-weight:900}.hamburger{display:none;font-size:28px}.hero-slider{position:relative;background:linear-gradient(90deg,#fff6ef,#fff);overflow:hidden}.hero-track{display:flex;transition:transform .45s ease}.hero-slide{min-width:100%;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:30px;min-height:560px;padding:44px 5%}.hero-slide.second{background:linear-gradient(100deg,#fff,#fff2e7)}.pill{display:inline-block;border:1px solid #ffc9a6;border-radius:999px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:1.5px;padding:9px 16px}.hero-copy h1{font-family:Georgia,serif;font-size:clamp(44px,5.6vw,72px);line-height:1.05;margin:22px 0}.hero-copy em{color:var(--orange)}.hero-copy p{font-size:20px;color:#555;max-width:520px;line-height:1.55}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:10px;font-weight:900;margin-top:26px}.primary{background:var(--orange);color:#fff}.hero-visual-card{height:420px;position:relative;background:radial-gradient(circle at 60% 45%,#ffd8ba 0 32%,transparent 33%);border-radius:30px}.hero-visual-card.soft{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center;padding:30px;background:linear-gradient(135deg,#fff,#ffe4cf);box-shadow:var(--shadow)}.offer-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;text-align:center;box-shadow:var(--shadow)}.offer-card b{font-size:24px;color:var(--orange);display:block}.offer-card span{font-weight:800;color:#555}.mock{position:absolute;background:linear-gradient(#fff,#ffe7d5);box-shadow:var(--shadow);display:flex;align-items:center;justify-content:center}.mock img{width:54px}.tube{left:7%;bottom:45px;width:115px;height:265px;border-radius:55px 55px 25px 25px}.serum{left:31%;bottom:64px;width:88px;height:230px;border-radius:22px;background:linear-gradient(#b96b26,#fff3e9)}.jar{left:49%;bottom:58px;width:170px;height:112px;border-radius:25px;background:linear-gradient(#fff,#ffb06f)}.bottle{right:7%;bottom:70px;width:104px;height:292px;border-radius:35px;background:linear-gradient(#fff,#ffe3cc)}.hero-dots{position:absolute;bottom:16px;left:0;right:0;display:flex;justify-content:center;gap:8px}.hero-dots button{width:10px;height:10px;border-radius:50%;background:#ffd2b0}.hero-dots button.active{background:var(--orange);width:28px;border-radius:20px}.features.mini{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;padding:16px 5%;background:#fff;font-weight:800;color:#555;border-bottom:1px solid #eee}.categories{display:flex;gap:12px;overflow:auto;padding:18px 5%;background:#fff;border-bottom:1px solid #eee;scrollbar-width:none}.categories::-webkit-scrollbar{display:none}.cat{padding:11px 22px;border:1.5px solid #222;border-radius:13px;font-size:16px;white-space:nowrap;background:white;font-weight:800}.cat.active,.cat:hover{background:var(--orange);border-color:var(--orange);color:#fff}.product-section{padding:36px 5%}.section-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.section-title h2,.section-center-head h2{font-size:clamp(28px,4vw,42px)}.section-title a{color:var(--orange);font-weight:900}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid #eee;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(0,0,0,.05);overflow:hidden}.product-img{height:210px;background:linear-gradient(#fff,#fff2e9);display:grid;place-items:center;position:relative}.product-img{
  height:260px;
  background:#fff7f1;
  overflow:hidden;
}

.product-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
}.tag{position:absolute;top:10px;left:10px;border:1px solid #ffb383;color:var(--orange);background:white;padding:5px 10px;border-radius:7px;font-size:12px;font-weight:900}.product-info{padding:14px}.product-info h3{font-size:16px;min-height:42px}.rating{color:#ff8c00;font-size:14px;margin:8px 0}.product-price{font-size:20px;font-weight:900;margin-bottom:12px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-actions button{height:42px;border-radius:10px;font-weight:900}.add-cart-btn{border:1px solid var(--orange);color:var(--orange);background:#fff}.buy-now-btn{background:var(--orange);color:#fff}.trust-row{margin:0 5% 36px;padding:24px;border-radius:18px;background:#fff7f0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.trust-row div{display:grid;gap:4px}.trust-row small{color:#555}.section-center-head{text-align:center;max-width:760px;margin:0 auto 24px;padding:0 5%}.section-center-head span{color:var(--orange);font-weight:900}.section-center-head p{color:var(--muted);margin-top:8px}.video-section,.reviews-section,.range-section{padding:46px 0;background:#fff;overflow:hidden}.video-carousel,.reviews-carousel,.range-carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:8px 5% 20px}.video-carousel::-webkit-scrollbar,.reviews-carousel::-webkit-scrollbar,.range-carousel::-webkit-scrollbar{height:7px}.video-carousel::-webkit-scrollbar-thumb,.reviews-carousel::-webkit-scrollbar-thumb,.range-carousel::-webkit-scrollbar-thumb{background:#ffd0ad;border-radius:20px}.video-card{flex:0 0 240px;background:#fff;border:1px solid #eee;border-radius:18px;box-shadow:0 10px 28px rgba(0,0,0,.08);overflow:hidden;scroll-snap-align:start}.featured-video{flex-basis:260px}.video-frame{height:330px;position:relative;display:grid;place-items:center;color:#fff;font-size:24px;font-weight:900}.soft-bg.orange{background:linear-gradient(135deg,#ff9b4a,#ff6a00)}.soft-bg.pink{background:linear-gradient(135deg,#ffc1d8,#ee5c91)}.soft-bg.cream{background:linear-gradient(135deg,#ffe3c9,#d99355)}.soft-bg.green{background:linear-gradient(135deg,#b8e6c7,#58a66f)}.play-btn{position:absolute;inset:0;margin:auto;width:58px;height:58px;border-radius:50%;background:#ec3f7e;color:#fff;font-size:24px}.video-product{display:grid;grid-template-columns:48px 1fr 38px;gap:10px;align-items:center;padding:12px}.video-product img{width:48px;height:48px;object-fit:contain;background:#fff4ec;border-radius:12px}.video-product b{font-size:12px}.video-product small,.video-product strong{display:block;font-size:12px}.video-product button{width:36px;height:36px;border-radius:50%;background:#ec3f7e;color:#fff;font-size:22px}.review-card{flex:0 0 330px;min-height:370px;border:1px solid #e8e8e8;border-radius:28px;background:#fff;padding:22px;box-shadow:0 14px 36px rgba(0,0,0,.06);scroll-snap-align:start}.review-top{display:flex;align-items:center;gap:15px;margin-bottom:22px}.avatar{width:72px;height:72px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:28px;font-weight:900;background:linear-gradient(135deg,#ff9b4a,#ff6a00)}.avatar.two{background:linear-gradient(135deg,#5dd4b5,#278469)}.avatar.three{background:linear-gradient(135deg,#ffc1d8,#ee5c91)}.review-top h3{font-size:14px;letter-spacing:.5px;line-height:1.5}.review-top span{display:inline-grid;place-items:center;width:17px;height:17px;border-radius:50%;background:#2d97ff;color:white;font-size:11px}.review-stars{font-size:24px;color:#73ad10;margin-bottom:10px}.review-card p{color:#333;line-height:1.7;font-size:14px}.review-product{display:flex;align-items:center;gap:12px;margin-top:20px}.review-product img{width:58px;height:58px;object-fit:contain;background:#fff3ea;border-radius:16px;padding:7px}.review-product small{display:block;font-size:11px}.review-product a{color:#ff3ea5;font-weight:900;font-size:12px;text-decoration:underline}.range-section{padding-top:20px}.range-card{position:relative;flex:0 0 310px;height:285px;border-radius:18px;overflow:hidden;color:#fff;scroll-snap-align:start;background:linear-gradient(135deg,#ffb12d,#ff6a00);box-shadow:0 14px 34px rgba(0,0,0,.12)}.range-card:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.62),rgba(0,0,0,.05),transparent)}.range-card h3{position:absolute;left:18px;bottom:18px;z-index:2;font-size:23px;line-height:1.1}.range-card button{position:absolute;right:16px;bottom:18px;z-index:3;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.8);color:#fff;font-size:30px}.watermelon{background:linear-gradient(135deg,#ffcf4a,#ff78a8)}.hyaluronic{background:linear-gradient(135deg,#76d7ff,#4196dc)}.strawberry{background:linear-gradient(135deg,#ff6b83,#e82e4f)}.range-products{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:16px;z-index:1}.range-products span{display:block;border-radius:24px;background:rgba(255,255,255,.92);box-shadow:0 15px 34px rgba(0,0,0,.18)}.range-products span:nth-child(1){width:66px;height:175px;transform:rotate(-15deg);border-radius:32px 32px 16px 16px}.range-products span:nth-child(2){width:82px;height:82px;border-radius:22px;align-self:flex-end;margin-bottom:68px;background:#fff4e8}.range-products span:nth-child(3){width:54px;height:150px;transform:rotate(14deg);border-radius:20px;background:#fff2e3}.about{padding:46px 5%;background:var(--cream);text-align:center}.about h2{font-size:38px;margin-bottom:12px}.site-footer{background:#111;color:#fff;padding:42px 5% 22px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:28px}.footer-brand img{width:95px;margin-bottom:12px}.site-footer h4{margin-bottom:12px;color:#fff}.site-footer a,.site-footer p{display:block;color:#ddd;margin:8px 0;font-size:14px}.footer-small{color:#aaa!important}.footer-bottom{border-top:1px solid #333;margin-top:24px;padding-top:18px;text-align:center;color:#aaa;font-size:13px}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.45);display:none;z-index:80}.overlay.show{display:block}.cart-drawer{position:fixed;right:0;top:0;width:min(420px,100%);height:100vh;background:#fff;z-index:90;transform:translateX(105%);transition:.3s;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;padding:22px;border-bottom:1px solid #eee}.drawer-head button{font-size:34px}.cart-items{flex:1;overflow:auto;padding:10px 22px}.cart-item{display:grid;grid-template-columns:58px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid #eee}.cart-thumb{height:58px;background:#fff0e7;border-radius:12px;display:grid;place-items:center}.cart-thumb img{width:38px}.qty{display:flex;gap:8px;margin-top:8px;align-items:center}.qty button{width:26px;height:26px;background:#f4f4f4;border-radius:6px}.drawer-bottom{padding:20px;border-top:1px solid #eee}.total{display:flex;justify-content:space-between;font-size:22px;margin-bottom:15px}.checkout-btn,.confirm-btn{width:100%;height:54px;border-radius:12px;background:var(--orange);color:#fff;font-size:18px;font-weight:900}.checkout-modal,.search-modal{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:120;display:none;align-items:center;justify-content:center;padding:16px}.checkout-modal.show,.search-modal.show{display:flex}.checkout-card,.search-card{width:min(650px,100%);max-height:92vh;overflow:auto;background:white;border-radius:22px;padding:24px;position:relative;box-shadow:0 20px 70px rgba(0,0,0,.24)}.close-modal{position:absolute;right:16px;top:8px;font-size:32px}.checkout-card h2{font-size:30px;margin-bottom:5px}.checkout-sub{color:#666;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.checkout-card label{display:grid;gap:7px;font-weight:800;font-size:14px;margin-bottom:12px}.checkout-card input,.checkout-card textarea,.search-card input{width:100%;padding:14px;border:1px solid #ddd;border-radius:12px;font-size:16px;outline:none}.checkout-card input:focus,.checkout-card textarea:focus,.search-card input:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,106,0,.12)}.checkout-card textarea{min-height:95px;resize:vertical}.payment-box{display:grid;grid-template-columns:1fr 1fr;gap:10px;background:#fff8f1;border:1px solid #f0d6c7;padding:12px;border-radius:14px;margin:8px 0 14px}.payment-box label{margin:0;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;display:flex;align-items:center;gap:8px}.order-summary{background:#fff8f1;border:1px solid #f0d6c7;border-radius:14px;padding:12px;margin-bottom:14px;font-size:14px}.note{font-size:12px;color:#777;text-align:center;margin-top:10px}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:72px;background:#fff;border-top:1px solid #ddd;display:none;grid-template-columns:repeat(5,1fr);z-index:70}.bottom-nav a,.bottom-nav button{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:22px;color:#111;position:relative}.bottom-nav span{font-size:12px;margin-top:3px}.bottom-nav a:first-child{color:var(--orange)}.bottom-nav i{position:absolute;top:8px;right:25%;background:var(--orange);color:white;border-radius:50%;font-style:normal;font-size:11px;width:18px;height:18px;display:grid;place-items:center}.search-card div{display:grid;gap:8px}.search-card a{padding:12px;background:#fff5ee;border-radius:9px;font-weight:800}
@media(max-width:980px){body{padding-bottom:78px}.topbar{height:auto;min-height:34px;font-size:12px}.site-header{height:72px;padding:0 4%}.hamburger{display:block}.brand img{width:96px}.desktop-nav{display:none;position:absolute;top:72px;left:0;right:0;background:#fff;padding:12px 5%;box-shadow:0 12px 24px rgba(0,0,0,.08)}.desktop-nav.show{display:grid;gap:0}.desktop-nav a{padding:14px 0}.header-icons{gap:12px}.header-icons button{font-size:21px}.hero-slide{grid-template-columns:1fr;gap:16px;min-height:auto;padding:28px 4% 44px}.hero-copy h1{font-size:44px;margin:16px 0}.hero-copy p{font-size:16px}.btn{width:100%;margin-top:18px}.hero-visual-card{height:260px;border-radius:22px}.hero-visual-card.soft{grid-template-columns:1fr;gap:10px;height:auto;padding:16px}.offer-card{padding:16px}.tube{left:3%;bottom:28px;width:78px;height:180px}.serum{left:28%;bottom:42px;width:62px;height:160px}.jar{left:45%;bottom:35px;width:125px;height:78px}.bottle{right:3%;bottom:44px;width:70px;height:195px}.mock img{width:38px}.features.mini{padding:12px 4%;justify-content:flex-start;font-size:13px;gap:10px}.categories{padding:14px 4%;gap:10px}.cat{font-size:14px;padding:10px 18px}.product-section{padding:28px 4%}.section-title{margin-bottom:16px}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-img{height:155px}.product-img img{width:58px}.product-info{padding:11px}.product-info h3{font-size:14px;min-height:48px}.rating{font-size:12px}.product-price{font-size:18px}.product-actions{grid-template-columns:1fr;gap:7px}.product-actions button{height:38px;font-size:13px}.trust-row{margin:0 4% 28px;padding:16px;grid-template-columns:1fr 1fr;gap:14px;font-size:13px}.video-section,.reviews-section,.range-section{padding:34px 0}.video-carousel,.reviews-carousel,.range-carousel{padding-left:4%;padding-right:4%;gap:14px}.video-card{flex-basis:210px}.featured-video{flex-basis:220px}.video-frame{height:290px}.review-card{flex-basis:285px;min-height:350px;padding:18px}.avatar{width:62px;height:62px}.range-card{flex-basis:270px;height:240px}.footer-grid{grid-template-columns:1fr 1fr;gap:18px}.form-grid,.payment-box{grid-template-columns:1fr}.checkout-card{padding:20px}.bottom-nav{display:grid}}
@media(max-width:420px){.product-grid{gap:10px}.product-img{height:140px}.product-info h3{font-size:13px}.product-actions button{font-size:12px}.hero-copy h1{font-size:38px}.section-title h2,.section-center-head h2{font-size:26px}.trust-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.site-footer{text-align:left}}
.order-summary div{display:flex;justify-content:space-between;gap:10px;padding:6px 0;border-bottom:1px solid #f1ddcd}.order-summary div:last-child{border-bottom:0}.summary-total{font-size:17px;font-weight:900;color:var(--orange);margin-top:6px;padding-top:10px!important;border-top:1px solid #f1ddcd!important}

/* ===== NN mobile polish + image hero update ===== */
.site-header{overflow:visible}.header-icons{gap:16px}.head-icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;position:relative;background:#fff;transition:.2s}.head-icon:hover{background:#fff5ee}.search-head span{width:19px;height:19px;border:2.4px solid #111;border-radius:50%;display:block;position:relative}.search-head span:after{content:"";width:9px;height:2.4px;background:#111;position:absolute;right:-7px;bottom:-4px;transform:rotate(45deg);border-radius:99px}.heart-head span{width:21px;height:19px;display:block;position:relative;transform:rotate(-45deg)}.heart-head span:before,.heart-head span:after{content:"";position:absolute;width:13px;height:20px;border:2.4px solid #111;border-bottom:0;border-radius:13px 13px 0 0;background:#fff}.heart-head span:before{left:0;transform:rotate(90deg);transform-origin:100% 100%}.heart-head span:after{left:8px;transform-origin:0 100%}.cart-icon .cart-symbol{font-size:25px;line-height:1}.cart-icon i{position:absolute;right:-3px;top:-2px;background:var(--orange);color:white;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:900;font-style:normal}

.hero-slider.image-hero{padding:0;background:#fff;overflow:hidden}.image-hero .hero-track{height:auto}.image-hero .image-slide{min-height:unset;padding:0;display:block;position:relative;background:#fff}.image-slide>img{width:100%;height:clamp(260px,42vw,590px);object-fit:cover;object-position:center;display:block}.banner-fallback-content{display:none}.image-slide.fallback-one,.image-slide.fallback-two{height:clamp(260px,42vw,590px);display:grid;place-items:center;text-align:left;padding:5%;background:linear-gradient(105deg,#fff7f0,#ffe2c8)}.image-slide.fallback-two{background:linear-gradient(105deg,#fff,#ffd7b6)}.image-slide.fallback-one img,.image-slide.fallback-two img{display:none}.image-slide.fallback-one .banner-fallback-content,.image-slide.fallback-two .banner-fallback-content{display:block;max-width:760px}.banner-fallback-content span{display:inline-block;color:var(--orange);font-weight:900;letter-spacing:1.8px;margin-bottom:12px}.banner-fallback-content h1{font-family:Georgia,serif;font-size:clamp(38px,6vw,74px);line-height:1.05}.banner-fallback-content em{color:var(--orange)}.banner-fallback-content p{font-size:18px;color:#555;margin-top:12px}.hero-dots{bottom:14px}.hero-dots button{box-shadow:0 0 0 2px rgba(255,255,255,.9)}

.video-carousel,.reviews-carousel,.range-carousel{scroll-padding-left:5%;scrollbar-width:thin}.video-card,.review-card,.range-card{margin-right:0}.section-center-head{padding-inline:5%}.reviews-section,.video-section,.range-section{overflow:hidden}.about{display:none!important}

@media(max-width:980px){
  .site-header{height:72px;padding:0 18px}.brand{position:absolute;left:50%;transform:translateX(-50%)}.brand img{width:94px}.hamburger{font-size:35px;line-height:1}.header-icons{margin-left:auto;gap:7px}.head-icon{width:38px;height:38px}.header-icons button{font-size:20px}.search-head span{width:17px;height:17px;border-width:2.2px}.search-head span:after{height:2.2px;width:8px;right:-6px;bottom:-4px}.heart-head span{width:19px;height:17px}.heart-head span:before,.heart-head span:after{width:12px;height:18px;border-width:2.2px}.cart-icon .cart-symbol{font-size:23px}.cart-icon i{right:-2px;top:-3px;width:20px;height:20px}.image-slide>img{height:56vw;min-height:210px;max-height:330px}.image-slide.fallback-one,.image-slide.fallback-two{height:56vw;min-height:210px;max-height:330px;padding:24px}.banner-fallback-content h1{font-size:30px}.banner-fallback-content p{font-size:14px}.features.mini{padding-top:14px}.section-center-head h2{max-width:95%;margin-inline:auto}.section-center-head p{max-width:92%;margin-inline:auto}.video-carousel,.reviews-carousel,.range-carousel{padding-left:18px!important;padding-right:18px!important;gap:16px;scroll-padding-left:18px}.video-card{flex:0 0 calc(100vw - 76px);max-width:360px}.featured-video{flex-basis:calc(100vw - 76px)}.review-card{flex:0 0 calc(100vw - 76px);max-width:360px}.range-card{flex:0 0 calc(100vw - 76px);max-width:360px}.video-frame{height:270px}.reviews-carousel:after,.video-carousel:after,.range-carousel:after{content:"";flex:0 0 2px}.desktop-nav{top:72px}.bottom-nav{height:76px}.bottom-nav a,.bottom-nav button{font-size:22px}.bottom-nav span{font-size:12px}.product-section{padding-inline:18px}.categories{padding-inline:18px}.trust-row{margin-left:18px;margin-right:18px}.checkout-card{border-radius:24px;margin-bottom:60px}.checkout-modal{align-items:flex-end;padding:12px}.form-grid,.payment-box{grid-template-columns:1fr}.footer-grid{padding-bottom:8px}
}
@media(max-width:420px){.site-header{padding:0 14px}.header-icons{gap:4px}.head-icon{width:36px;height:36px}.brand img{width:86px}.hamburger{font-size:32px}.video-card,.featured-video,.review-card,.range-card{flex-basis:calc(100vw - 68px)}.video-carousel,.reviews-carousel,.range-carousel{padding-left:16px!important;padding-right:16px!important;gap:14px}.review-card{padding:18px}.review-top h3{font-size:13px}.review-card p{font-size:14px}.section-center-head h2{font-size:29px}.section-center-head p{font-size:16px}.image-slide>img,.image-slide.fallback-one,.image-slide.fallback-two{height:58vw;min-height:198px}}


/* ===== Final polish: luxury checkout + smooth mobile menu ===== */
.hamburger{
  width:44px;height:44px;border-radius:14px;display:none;align-items:center;justify-content:center;flex-direction:column;gap:6px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 22px rgba(0,0,0,.06);transition:.25s ease;
}
.hamburger span{width:24px;height:3px;background:#111;border-radius:99px;display:block;transition:.28s ease;transform-origin:center}.hamburger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0;transform:scaleX(.3)}.hamburger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}
.menu-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.38);backdrop-filter:blur(6px);z-index:48;opacity:0;visibility:hidden;transition:.28s ease}.menu-backdrop.show{opacity:1;visibility:visible}.menu-open{overflow:hidden}

.checkout-modal{background:rgba(10,8,6,.58);backdrop-filter:blur(10px)}
.checkout-card{border:1px solid rgba(255,255,255,.7);background:linear-gradient(180deg,#fff 0%,#fffaf6 100%);box-shadow:0 28px 90px rgba(0,0,0,.30);overflow:hidden}.checkout-card:before{content:"";position:absolute;left:0;right:0;top:0;height:7px;background:linear-gradient(90deg,#ff6a00,#ffb36d,#ff6a00)}.checkout-card h2{font-family:Arial,sans-serif;font-size:32px;letter-spacing:-.8px;margin-top:8px}.checkout-sub{font-size:15px;color:#6b625b;margin-bottom:20px}.close-modal{width:42px;height:42px;border-radius:50%;background:#fff4eb;color:#111;display:grid;place-items:center;line-height:1;border:1px solid #f5d9c4;box-shadow:0 10px 24px rgba(255,106,0,.12)}
.checkout-card label{color:#241f1b;font-size:13px;letter-spacing:.2px}.checkout-card input,.checkout-card textarea{background:#fff;border:1.4px solid #ead8ca;border-radius:16px;min-height:52px;padding:15px 16px;transition:.22s ease;box-shadow:0 8px 20px rgba(0,0,0,.03)}.checkout-card textarea{min-height:108px}.checkout-card input:focus,.checkout-card textarea:focus{border-color:#ff6a00;box-shadow:0 0 0 4px rgba(255,106,0,.13),0 10px 24px rgba(255,106,0,.08)}
.payment-box{background:linear-gradient(135deg,#fff7ef,#fff);border:1px solid #f0d6c7;border-radius:18px;padding:10px;gap:12px}.payment-box label{position:relative;border:1.5px solid #f1ded1!important;background:#fff!important;border-radius:16px!important;padding:15px 14px!important;font-size:14px;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.04);transition:.2s ease}.payment-box label:hover{border-color:#ff8a2d!important;transform:translateY(-1px)}.payment-box input{width:18px!important;height:18px!important;min-height:18px!important;padding:0!important;accent-color:#ff6a00;box-shadow:none!important}.order-summary{background:#111!important;color:#fff;border:0!important;border-radius:20px!important;padding:16px!important;box-shadow:0 18px 35px rgba(0,0,0,.18)}.order-summary div{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.12);padding:9px 0}.order-summary div:first-child{padding-top:0}.order-summary .summary-total{font-size:18px;border-bottom:0;padding-bottom:0;color:#ffb36d}.confirm-btn{height:58px;border-radius:17px;background:linear-gradient(135deg,#ff6a00,#ff8d2b);box-shadow:0 18px 35px rgba(255,106,0,.28);transition:.22s ease}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 24px 45px rgba(255,106,0,.34)}.note{background:#fff5ed;border:1px solid #f2dccb;padding:10px;border-radius:12px;color:#6c5d52!important}

@media(max-width:980px){
  .hamburger{display:flex!important;font-size:0!important;padding:0!important}.hamburger:empty{display:flex!important}
  .desktop-nav{position:fixed!important;top:0!important;left:0!important;bottom:0!important;right:auto!important;width:min(84vw,340px)!important;height:100vh!important;padding:92px 24px 24px!important;display:grid!important;align-content:start!important;gap:10px!important;background:linear-gradient(180deg,#fff,#fff7ef)!important;border-right:1px solid #f0d6c7;box-shadow:24px 0 70px rgba(0,0,0,.22)!important;transform:translateX(-108%)!important;opacity:1!important;visibility:visible!important;transition:transform .38s cubic-bezier(.22,1,.36,1)!important;z-index:49!important}
  .desktop-nav.show{transform:translateX(0)!important}.desktop-nav a{padding:16px 18px!important;border:1px solid #f0d6c7!important;border-radius:16px!important;background:#fff!important;font-size:16px!important;box-shadow:0 8px 20px rgba(0,0,0,.04)}.desktop-nav a.active,.desktop-nav a:hover{color:#ff6a00!important;border-color:#ffb383!important;background:#fff3e8!important}
  .checkout-modal{align-items:flex-end!important;padding:0!important}.checkout-card{width:100%!important;max-height:92vh!important;border-radius:28px 28px 0 0!important;padding:24px 18px calc(24px + env(safe-area-inset-bottom))!important;margin:0!important;animation:checkoutUp .32s ease both}.checkout-card h2{font-size:28px}.form-grid{gap:0!important}.payment-box{grid-template-columns:1fr!important}.payment-box label{padding:14px!important}.close-modal{right:18px;top:14px}.order-summary{font-size:13px}.note{font-size:11px;margin-bottom:4px}
}
@keyframes checkoutUp{from{transform:translateY(35px);opacity:.4}to{transform:translateY(0);opacity:1}}
@media(max-width:420px){.checkout-card{padding-left:16px!important;padding-right:16px!important}.checkout-card input,.checkout-card textarea{min-height:50px;border-radius:14px}.checkout-card h2{font-size:26px}.checkout-sub{font-size:14px}}


/* ===== FINAL NN POLISH BY CHATGPT ===== */
.product-img{height:260px!important;background:#fff7f1!important;overflow:hidden!important}.product-img img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important}.cart-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:12px}.image-range{background:#fff!important}.image-range img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.image-range.range-fallback{background:linear-gradient(135deg,#ffb12d,#ff6a00)!important}.image-range.range-fallback img{display:none}.image-range h3,.image-range button{z-index:4}.menu-backdrop{backdrop-filter:none!important;background:rgba(0,0,0,.28)!important;transition:opacity .18s ease,visibility .18s ease!important}@media(max-width:980px){.desktop-nav{will-change:transform;transform:translate3d(-104%,0,0)!important;transition:transform .24s ease-out!important;box-shadow:16px 0 38px rgba(0,0,0,.16)!important}.desktop-nav.show{transform:translate3d(0,0,0)!important}.hamburger span{transition:.2s ease!important}}
.checkout-modal{background:rgba(12,8,5,.55)!important;backdrop-filter:blur(6px)!important}.premium-checkout{width:min(760px,96vw)!important;background:radial-gradient(circle at top right,rgba(255,106,0,.12),transparent 35%),linear-gradient(180deg,#fff,#fff9f4)!important;border:1px solid rgba(255,255,255,.9)!important;border-radius:30px!important;padding:0!important;overflow:hidden!important}.checkout-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:26px 28px 20px;background:linear-gradient(135deg,#fff3e8,#fff);border-bottom:1px solid #f1ddcd}.checkout-kicker{color:#ff6a00;font-size:12px;font-weight:900;letter-spacing:1.2px;text-transform:uppercase}.checkout-hero h2{margin:6px 0 4px!important;font-size:34px!important;letter-spacing:-1px}.checkout-badge{min-width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,#ff6a00,#ff9b4a);color:#fff;display:grid;place-items:center;font-size:26px;font-weight:900;box-shadow:0 18px 35px rgba(255,106,0,.25)}.checkout-badge small{display:block;font-size:10px;letter-spacing:.8px;margin-top:-18px}.premium-checkout .form-grid,.premium-checkout>label,.payment-title,.premium-payment,.premium-summary,.premium-checkout .confirm-btn,.premium-checkout .note{margin-left:28px!important;margin-right:28px!important}.premium-checkout .form-grid{margin-top:16px}.payment-title{font-size:15px;font-weight:900;margin-top:4px;margin-bottom:8px}.premium-payment{display:grid!important;grid-template-columns:1fr 1fr!important;background:#fff!important;border:0!important;padding:0!important}.payment-card{border:1.5px solid #f1ddcd!important;border-radius:18px!important;padding:16px!important;display:flex!important;align-items:center!important;gap:12px!important;min-height:76px;background:#fff!important}.payment-card.prepaid{background:linear-gradient(135deg,#fff7ef,#fff)!important;border-color:#ffbe93!important}.payment-card b{display:block;font-size:15px}.payment-card small{color:#6b625b;font-size:12px}.premium-summary{background:#121212!important;color:#fff!important;border-radius:22px!important;padding:18px!important}.summary-head{background:rgba(255,255,255,.08);border-radius:14px;padding:12px!important;margin-bottom:8px;border-bottom:0!important}.summary-head b{color:#ffb36d}.summary-product{font-size:13px;opacity:.92}.discount-row b{color:#74d679}.premium-summary .summary-total{font-size:20px!important;color:#ffb36d!important}.premium-checkout .confirm-btn{margin-top:14px;margin-bottom:12px}.premium-checkout .note{margin-bottom:22px}@media(max-width:980px){.premium-checkout{width:100%!important;border-radius:26px 26px 0 0!important}.checkout-hero{padding:22px 18px 16px}.checkout-hero h2{font-size:28px!important}.checkout-badge{min-width:68px;height:68px;font-size:22px}.premium-checkout .form-grid,.premium-checkout>label,.payment-title,.premium-payment,.premium-summary,.premium-checkout .confirm-btn,.premium-checkout .note{margin-left:18px!important;margin-right:18px!important}.premium-payment{grid-template-columns:1fr!important}.product-img{height:180px!important}}



.checkout-card{
  max-height:90vh !important;
  overflow-y:auto !important;
  padding-bottom:24px !important;
}

.checkout-card::-webkit-scrollbar{
  width:6px;
}

.checkout-card::-webkit-scrollbar-thumb{
  background:#ff9b4a;
  border-radius:20px;
}

.premium-summary{
  margin-bottom:14px !important;
}

.confirm-btn{
  position:sticky;
  bottom:0;
  z-index:5;
}

@media(max-width:980px){
  .checkout-card{
    max-height:88vh !important;
    overflow-y:auto !important;
  }

  .confirm-btn{
    position:sticky;
    bottom:10px;
  }
}

/* ===== NN FINAL FINISH: mobile form + success popup ===== */
.success-modal{
  position:fixed;
  inset:0;
  background:rgba(10,8,6,.58);
  backdrop-filter:blur(8px);
  z-index:160;
  display:none;
  align-items:center;
  justify-content:center;
  padding:18px;
}
.success-modal.show{display:flex}
.success-card{
  width:min(440px,100%);
  background:linear-gradient(180deg,#fff,#fff8f1);
  border-radius:30px;
  padding:30px 22px 24px;
  text-align:center;
  position:relative;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  border:1px solid #ffe0ca;
}
.success-close{
  position:absolute;
  right:16px;
  top:14px;
  width:38px;
  height:38px;
  border-radius:50%;
  background:#fff0e6;
  font-size:26px;
}
.success-icon{
  width:82px;
  height:82px;
  border-radius:50%;
  background:linear-gradient(135deg,#ff6a00,#ff9b4a);
  color:white;
  display:grid;
  place-items:center;
  font-size:46px;
  font-weight:900;
  margin:0 auto 16px;
  box-shadow:0 18px 36px rgba(255,106,0,.28);
}
.success-card h2{
  font-size:30px;
  margin-bottom:8px;
}
.success-card p{
  color:#5d554f;
  line-height:1.5;
}
.success-mini{
  display:grid;
  grid-template-columns:1fr;
  gap:8px;
  margin:18px 0;
}
.success-mini span{
  background:#fff;
  border:1px solid #f3d8c4;
  border-radius:14px;
  padding:10px;
  font-weight:800;
}
.success-btn{
  width:100%;
  height:52px;
  border-radius:16px;
  background:linear-gradient(135deg,#ff6a00,#ff8d2b);
  color:#fff;
  font-size:16px;
  font-weight:900;
}

/* Product image safer fit */
.product-img{background:#fff7f1!important}
.product-img img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

/* Premium checkout mobile usability */
.checkout-modal{
  overflow-y:auto;
  align-items:center;
}
.premium-checkout{
  max-height:92vh!important;
  overflow-y:auto!important;
}
.confirm-btn{
  position:sticky!important;
  bottom:0!important;
  z-index:10!important;
  margin-bottom:10px!important;
}
.premium-checkout::-webkit-scrollbar{width:6px}
.premium-checkout::-webkit-scrollbar-thumb{
  background:#ff9b4a;
  border-radius:20px;
}

@media(max-width:980px){
  .checkout-modal{
    align-items:flex-end!important;
    padding:0!important;
  }
  .premium-checkout{
    width:100%!important;
    max-height:91vh!important;
    border-radius:26px 26px 0 0!important;
    padding-bottom:18px!important;
  }
  .checkout-hero{
    padding:18px 16px 14px!important;
    gap:10px!important;
  }
  .checkout-kicker{
    font-size:10px!important;
    letter-spacing:1px!important;
  }
  .checkout-hero h2{
    font-size:24px!important;
    line-height:1.1!important;
  }
  .checkout-sub{
    font-size:13px!important;
    margin-bottom:0!important;
  }
  .checkout-badge{
    min-width:58px!important;
    height:58px!important;
    font-size:18px!important;
  }
  .checkout-badge small{
    font-size:8px!important;
    margin-top:-12px!important;
  }
  .premium-checkout .form-grid,
  .premium-checkout>label,
  .payment-title,
  .premium-payment,
  .premium-summary,
  .premium-checkout .confirm-btn,
  .premium-checkout .note{
    margin-left:16px!important;
    margin-right:16px!important;
  }
  .form-grid{
    grid-template-columns:1fr!important;
    gap:0!important;
  }
  .checkout-card label{
    font-size:12px!important;
    margin-bottom:10px!important;
  }
  .checkout-card input,
  .checkout-card textarea{
    min-height:48px!important;
    border-radius:14px!important;
    padding:13px 14px!important;
    font-size:15px!important;
  }
  .checkout-card textarea{
    min-height:82px!important;
  }
  .payment-title{
    font-size:14px!important;
  }
  .premium-payment{
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .payment-card{
    min-height:64px!important;
    padding:12px!important;
  }
  .payment-card b{
    font-size:14px!important;
  }
  .payment-card small{
    font-size:11px!important;
  }
  .premium-summary{
    max-height:170px;
    overflow:auto;
    padding:14px!important;
    border-radius:18px!important;
    font-size:12px!important;
  }
  .premium-summary .summary-total{
    font-size:16px!important;
  }
  .confirm-btn{
    height:52px!important;
    border-radius:15px!important;
    font-size:15px!important;
  }
  .note{
    display:none!important;
  }
  .close-modal{
    width:36px!important;
    height:36px!important;
    right:12px!important;
    top:10px!important;
  }
}

@media(max-width:430px){
  .product-grid{
    grid-template-columns:1fr 1fr!important;
    gap:10px!important;
  }
  .product-img{
    height:165px!important;
  }
  .product-info h3{
    font-size:13px!important;
    line-height:1.25!important;
  }
  .product-actions{
    grid-template-columns:1fr!important;
  }
}

/* Faster hamburger */
@media(max-width:980px){
  .desktop-nav{
    transition:transform .22s ease-out!important;
  }
  .menu-backdrop{
    transition:opacity .16s ease!important;
    backdrop-filter:none!important;
  }
}


/* ===== Submit loading effect ===== */
.confirm-btn.loading{
  opacity:.92;
  cursor:not-allowed;
  transform:none!important;
}
.btn-loader{
  width:18px;
  height:18px;
  border:3px solid rgba(255,255,255,.45);
  border-top-color:#fff;
  border-radius:50%;
  display:inline-block;
  margin-right:9px;
  vertical-align:-3px;
  animation:nnSpin .75s linear infinite;
}
@keyframes nnSpin{
  to{transform:rotate(360deg)}
}





/* ===== MOBILE FULL BUT COMPACT CHECKOUT SUMMARY - FINAL ===== */
.mobile-summary{
  display:none;
}

@media(max-width:768px){
  .premium-summary{
    display:none !important;
  }

  .mobile-summary{
    display:block !important;
    background:linear-gradient(135deg,#111,#1b1b1b);
    color:#fff;
    border-radius:18px;
    padding:12px;
    margin:10px 16px 8px !important;
    box-shadow:0 14px 30px rgba(0,0,0,.18);
  }

  .mobile-summary-title{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    padding:8px 10px;
    background:rgba(255,255,255,.08);
    border-radius:12px;
    margin-bottom:10px;
  }

  .mobile-summary-title span{
    color:#fff;
    font-size:12px;
    font-weight:800;
  }

  .mobile-summary-title b{
    color:#ffb36d;
    font-size:12px;
    white-space:nowrap;
  }

  .mobile-summary-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:8px;
  }

  .mobile-summary-grid div{
    background:rgba(255,255,255,.06);
    border:1px solid rgba(255,255,255,.09);
    border-radius:12px;
    padding:9px 10px;
  }

  .mobile-summary-grid span{
    display:block;
    color:rgba(255,255,255,.72);
    font-size:11px;
    font-weight:800;
    margin-bottom:4px;
  }

  .mobile-summary-grid strong{
    display:block;
    color:#fff;
    font-size:16px;
    font-weight:900;
  }

  .mobile-summary-grid .save{
    color:#74d679;
  }

  .mobile-summary-grid .payable{
    color:#ffb36d;
    font-size:18px;
  }

  .premium-checkout{
    max-height:94vh !important;
  }

  .checkout-hero{
    padding-bottom:10px !important;
  }

  .checkout-card textarea{
    min-height:68px !important;
  }

  .payment-box{
    margin-bottom:8px !important;
  }

  .confirm-btn{
    margin-top:8px !important;
    margin-bottom:8px !important;
  }
}


@media(max-width:768px){

.mobile-products{
  background:rgba(255,255,255,.06);
  border-radius:12px;
  padding:10px;
  margin-bottom:10px;
}

.mobile-product{
  color:#fff;
  font-size:12px;
  padding:4px 0;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.confirm-btn{
  position:sticky;
  bottom:0;
  z-index:5;
}

.premium-checkout{
  max-height:95vh !important;
}

}
