:root{--g:#f7b900;--n:#071426;--b:#050505;--l:#f6f6f6;--t:#171717;--m:#707070}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--t)}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.c{width:min(1280px,calc(100% - 28px));margin:auto}.ann{background:#050505;color:#fff;font-size:12px;padding:8px 0}.ann .c{display:flex;justify-content:space-between}.head{border-bottom:1px solid #eee;background:#fff}.headrow{display:grid;grid-template-columns:220px 1fr auto;gap:20px;align-items:center;padding:15px 0}.logo{max-height:60px;object-fit:contain}.search{height:48px;border:2px solid var(--g);border-radius:28px;display:flex;overflow:hidden}.search input{border:0;outline:0;flex:1;padding:0 17px}.search button{border:0;background:var(--g);width:55px}.actions{display:flex;gap:15px;font-size:13px;font-weight:700}.count{background:var(--g);padding:2px 7px;border-radius:20px}.nav{background:var(--n);color:#fff}.nav .c{display:flex;align-items:center}.nav a{padding:14px 17px;font-size:13px;font-weight:700}.nav .cat{background:var(--g);color:#111}.hero{background:linear-gradient(120deg,#03070e,#071c38);color:#fff}.hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;min-height:460px}.hero h1{font-size:clamp(42px,6vw,72px);line-height:.95;margin:20px 0}.hero h1 span{color:var(--g)}.hero p{font-size:17px;color:#d8e0e9;max-width:560px}.kicker{background:var(--g);color:#111;padding:7px 12px;font-weight:900;font-size:11px;border-radius:5px}.btn{display:inline-block;background:var(--g);color:#111;padding:13px 22px;border-radius:7px;font-weight:900}.heroimg{max-height:420px;margin:auto;object-fit:contain}.benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:-25px;position:relative}.benefit{background:#fff;padding:18px;border-radius:12px;box-shadow:0 10px 30px #0001}.section{padding:55px 0}.sectionhead{display:flex;justify-content:space-between;align-items:end;margin-bottom:22px}.section h2{margin:0;font-size:28px}.muted{color:var(--m)}.cats{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.catbox{border:1px solid #e5e5e5;border-radius:14px;padding:20px 10px;text-align:center}.catbox:hover{border-color:var(--g);box-shadow:0 10px 30px #0001}.icon{width:68px;height:68px;border-radius:50%;background:#f7f7f7;display:flex;align-items:center;justify-content:center;margin:auto auto 10px;font-size:28px}.promos{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.promo{padding:26px;min-height:190px;border-radius:15px;background:#fff1bf}.promo.dark{background:linear-gradient(120deg,#050505,#18243a);color:#fff}.promo h3{font-size:25px;margin:0 0 8px}.products{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.card{border:1px solid #e5e5e5;border-radius:13px;overflow:hidden;background:#fff}.pimg{aspect-ratio:1;background:#f7f7f7;position:relative}.pimg img{width:100%;height:100%;object-fit:cover}.sale{position:absolute;top:10px;left:10px;background:#e32727;color:#fff;padding:5px 7px;font-size:11px;font-weight:900;border-radius:4px}.pbody{padding:13px}.ptitle{font-weight:700;font-size:14px;min-height:38px}.price{font-weight:900;margin-top:9px}.old{text-decoration:line-through;color:#999;font-size:12px;margin-left:5px}.add{width:100%;padding:9px;border:1px solid #ddd;background:#fff;border-radius:7px;margin-top:11px;font-weight:800}.add:hover{background:#111;color:#fff}.collections{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}.coll{min-height:260px;background:#111;color:#fff;border-radius:15px;overflow:hidden;position:relative}.coll img{width:100%;height:100%;object-fit:cover;opacity:.75}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:23px;display:flex;flex-direction:column;justify-content:end;background:linear-gradient(0deg,#000b,transparent 65%)}.trust{background:#f7f7f7}.trustgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;text-align:center}.news{background:var(--n);color:#fff}.newsrow{display:flex;justify-content:space-between;align-items:center;gap:25px}.newsform{display:flex;max-width:500px;width:100%}.newsform input{flex:1;padding:14px;border:0}.newsform button{border:0;background:var(--g);font-weight:900;padding:0 20px}.foot{background:#050505;color:#ddd;padding:50px 0 20px}.footgrid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px}.foot h4{color:var(--g)}.foot a,.foot p{color:#aaa;font-size:13px;line-height:1.8}.copy{border-top:1px solid #222;margin-top:30px;padding-top:16px;color:#777;font-size:12px;display:flex;justify-content:space-between}.page{padding:50px 0}.product{display:grid;grid-template-columns:1fr 1fr;gap:45px}.product h1{font-size:38px}.productimg{background:#f7f7f7;border-radius:15px;overflow:hidden}.carttable{width:100%;border-collapse:collapse}.carttable td,.carttable th{padding:14px;border-bottom:1px solid #eee;text-align:left}.toast{display:none;position:fixed;right:20px;bottom:20px;background:#111;color:#fff;padding:13px 17px;border-radius:8px;z-index:99}@media(max-width:900px){.headrow{grid-template-columns:170px 1fr}.actions{grid-column:2;justify-content:end}.search{grid-column:1/-1}.cats,.products{grid-template-columns:repeat(3,1fr)}.collections{grid-template-columns:repeat(2,1fr)}.trustgrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:650px){.ann .c{display:none}.headrow{grid-template-columns:1fr auto}.actions{grid-column:auto}.nav{display:none}.hero-grid,.product{grid-template-columns:1fr}.hero{padding:45px 0}.heroimg{max-height:250px}.benefits,.promos,.collections{grid-template-columns:1fr}.cats,.products,.trustgrid{grid-template-columns:repeat(2,1fr)}.newsrow{display:block}.newsform{margin-top:20px}.footgrid{grid-template-columns:1fr 1fr}.copy{display:block}}.product-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:start}.product-main-image{background:#f7f7f7;border:1px solid #eee;border-radius:18px;overflow:hidden}.product-main-image img{width:100%;aspect-ratio:1/1;object-fit:contain}.product-thumbs{display:flex;gap:10px;margin-top:12px;overflow:auto}.product-thumbs img{width:76px;height:76px;object-fit:cover;border:1px solid #ddd;border-radius:9px;flex:0 0 auto}.product-eyebrow{display:inline-block;color:#8a6500;font-size:11px;font-weight:900;letter-spacing:.08em;margin-bottom:8px}.product-info h1{font-size:clamp(28px,4vw,42px);line-height:1.12;margin:0 0 12px;font-weight:600}.product-price{font-size:25px;color:#111;margin:8px 0 22px;font-weight:500}.field-label{display:block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin:15px 0 7px}.product-select{width:100%;height:48px;border:1px solid #d8d8d8;border-radius:9px;background:#fff;padding:0 13px}.quantity-control{display:flex;align-items:center;width:148px;height:46px;border:1px solid #d5d5d5;border-radius:9px;overflow:hidden;background:#fff}.qty-btn{width:45px;height:100%;border:0;background:#f7f7f7;color:#111;font-size:22px;line-height:1;cursor:pointer;font-weight:700}.qty-btn:hover{background:#f1d27a}.qty-input{width:58px;height:100%;border:0;border-left:1px solid #eee;border-right:1px solid #eee;text-align:center;font-weight:400;font-size:15px;outline:0;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-add{width:100%;min-height:54px;border:0;border-radius:9px;margin-top:16px;background:#111;color:#fff;font-weight:900;letter-spacing:.03em;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:0 20px}.product-add-primary{background:linear-gradient(100deg,#f7b900,#d99c00);color:#111;box-shadow:0 8px 20px #f7b90030}.product-add:disabled{opacity:.6;cursor:not-allowed}.buy-note{font-size:12px;color:#666;margin-top:10px}.product-description{margin-top:30px;padding-top:24px;border-top:1px solid #eee;line-height:1.7;font-weight:300}.cart-list{border-top:1px solid #eee}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:20px;padding:18px 0;border-bottom:1px solid #eee}.cart-image img{width:120px;height:120px;object-fit:cover;border-radius:10px;background:#f7f7f7}.cart-details{display:flex;flex-direction:column;justify-content:center}.cart-line-price{font-weight:900}.cart-actions{display:flex;align-items:center;gap:16px;margin-top:5px}.remove-link{font-size:12px;text-decoration:underline;color:#777}.cart-summary{margin-top:22px;padding:22px;border-radius:14px;background:#f7f7f7;display:flex;justify-content:space-between;align-items:center;gap:20px}.cart-summary>div:first-child{display:flex;flex-direction:column;gap:5px}.cart-summary strong{font-size:22px}.cart-buttons{display:flex;gap:10px}.cart-btn{min-height:46px;padding:0 18px;border-radius:8px;font-weight:900;border:1px solid #ddd;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.cart-btn.primary{background:#f7b900;color:#111;border-color:#f7b900}.cart-btn.secondary{background:#fff;color:#111}.cart-btn:hover{filter:brightness(.96)}.empty-cart{text-align:center;padding:70px 20px;border:1px dashed #ddd;border-radius:14px}.empty-cart .cart-btn{margin-top:15px}.product-page .sectionhead{margin-bottom:0}@media(max-width:750px){.product-layout{grid-template-columns:1fr;gap:28px}.product-info h1{font-size:30px}.cart-item{grid-template-columns:90px 1fr;gap:13px}.cart-image img{width:90px;height:90px}.cart-summary{display:block}.cart-buttons{margin-top:15px;display:grid;grid-template-columns:1fr 1fr}.cart-btn{width:100%}}.product-gallery,.product-main-image{position:relative}.product-main-image img{touch-action:pan-y;-webkit-user-select:none;user-select:none}.product-thumbs{scrollbar-width:thin}.product-thumb{width:76px;height:76px;padding:0;object-fit:cover;background:#fff;border:2px solid #ddd;border-radius:9px;overflow:hidden;flex:0 0 auto;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb:hover{border-color:#c99b00}.product-thumb.is-active{border-color:var(--g);box-shadow:0 0 0 1px var(--g);transform:translateY(-1px)}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:34px;height:34px;border:0;border-radius:50%;background:#fff;color:#111;box-shadow:0 3px 12px #0003;font-size:27px;line-height:30px;text-align:center;padding:0;cursor:pointer;opacity:.9}.gallery-arrow:hover{background:var(--g)}.gallery-prev{left:10px}.gallery-next{right:10px}.product-add-primary{width:260px;max-width:100%;min-height:48px;padding:0 16px;margin-top:14px}.product-add-primary span{font-size:13px}.product-add-primary:hover{filter:brightness(.96);transform:translateY(-1px)}@media(max-width:650px){.product-add-primary{width:260px;min-height:46px}.gallery-arrow{width:32px;height:32px;font-size:25px}.product-thumb{width:68px;height:68px}}.nav-inner{position:relative}.nav-all-wrap,.nav-dropdown-wrap{position:relative;display:flex;align-items:stretch}.nav-all-wrap>.cat,.nav-dropdown-wrap>a{display:flex;align-items:center}.nav-arrow{border:0;background:transparent;color:inherit;cursor:pointer;padding:0 7px;font-weight:900;font-size:12px}.nav-all-wrap .nav-arrow{background:var(--g);color:#111}.mega-menu{display:none;position:absolute;z-index:80;top:100%;left:0;width:min(1050px,92vw);background:#fff;color:#111;border:1px solid #e8e8e8;box-shadow:0 18px 45px #0002;border-radius:0 0 14px 14px;padding:24px}.mega-menu.is-open{display:block}.mega-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.mega-col{min-width:0}.mega-title{font-weight:900!important;color:#111!important;padding:0!important;display:block;margin-bottom:9px}.mega-links{display:grid;gap:5px}.mega-links a{font-size:13px!important;font-weight:500!important;color:#555!important;padding:4px 0!important}.mega-links a:hover,.mega-title:hover{color:#9b7000!important}.nav-dropdown{left:50%;transform:translate(-50%)}.product-left{min-width:0}.product-details-panel{margin-top:24px;background:#fff;border:1px solid #e8e8e8;border-radius:18px;padding:26px 30px;box-shadow:0 10px 30px #00000008}.product-details-label{font-size:12px;font-weight:900;letter-spacing:.12em;color:#8a6500;margin-bottom:15px;border-bottom:1px solid #eee;padding-bottom:12px}.product-description{margin:0!important;padding:0!important;border:0!important;line-height:1.7}.product-description h1,.product-description h2,.product-description h3{line-height:1.25;margin:22px 0 10px}.product-description h2{font-size:20px}.product-description h3{font-size:16px}.product-description p{margin:0 0 12px}.product-description ul,.product-description ol{margin:8px 0 16px;padding-left:22px}.product-description strong{font-weight:800}.product-info{position:sticky;top:18px;align-self:start}.buy-now-wrap{margin-top:10px}.buy-now-wrap .shopify-payment-button__button{min-height:50px!important;border-radius:9px!important;font-weight:900!important}.purchase-trust{display:grid;gap:8px;margin-top:16px;padding-top:16px;border-top:1px solid #eee;color:#555;font-size:12px}.current-price{font-weight:900}.save-badge{display:inline-block;margin-left:8px;padding:4px 7px;border-radius:5px;background:#111;color:#fff;font-size:10px;font-weight:900;vertical-align:middle}.product-price .old{margin-left:10px}.product-thumb.is-active{border-color:var(--g)!important;box-shadow:0 0 0 1px var(--g)!important}.product-main-image{cursor:grab}.product-main-image:active{cursor:grabbing}.showcase-viewport{position:relative;overflow:hidden;padding:3px 4px 12px}.showcase-track{display:flex;transition:transform .45s ease;will-change:transform}.showcase-card{flex:0 0 25%;padding:0 7px}.showcase-image{position:relative;display:block;border:1px solid #e8e8e8;border-radius:14px 14px 0 0;overflow:hidden;background:#f7f7f7}.showcase-image img{width:100%;aspect-ratio:1/1;object-fit:cover}.showcase-body{border:1px solid #e8e8e8;border-top:0;border-radius:0 0 14px 14px;padding:13px;background:#fff}.collection-tag{display:block;color:#8a6500;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;margin-bottom:5px}.showcase-body .ptitle{display:block;font-weight:800;line-height:1.3;min-height:42px}.showcase-body .price{margin:8px 0;font-weight:900}.showcase-body .old{margin-left:7px;color:#888;text-decoration:line-through;font-weight:500}.showcase-body .add{width:100%;min-height:42px}.showcase-arrow{position:absolute;top:42%;transform:translateY(-50%);width:38px;height:38px;border:1px solid #ddd;border-radius:50%;background:#fff;box-shadow:0 5px 18px #0002;font-size:27px;cursor:pointer;z-index:3}.showcase-prev{left:4px}.showcase-next{right:4px}.showcase-arrow:hover{background:var(--g)}.showcase-dots{display:flex;justify-content:center;gap:6px;margin-top:7px}.showcase-dot{width:8px;height:8px;border-radius:50%;border:0;background:#ccc;padding:0;cursor:pointer}.showcase-dot.is-active{background:var(--g);width:20px;border-radius:8px}@media(max-width:900px){.mega-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.showcase-card{flex-basis:33.333%}.product-info{position:static}}@media(max-width:750px){.nav-inner{overflow-x:auto}.mega-menu{position:fixed;left:7%;right:7%;width:auto;transform:none;top:var(--nav-top,120px);max-height:70vh;overflow:auto}.mega-grid{grid-template-columns:1fr 1fr}.showcase-card{flex-basis:100%}.product-details-panel{padding:20px 18px}.product-info h1{font-size:30px}.purchase-trust{grid-template-columns:1fr 1fr}.nav a{white-space:nowrap}}@media(max-width:480px){.mega-grid,.purchase-trust{grid-template-columns:1fr}}body{background:#fff;color:#151515;letter-spacing:.005em}.head{box-shadow:0 3px 18px #00000008;position:relative;z-index:90}.ann{letter-spacing:.02em}.brand{display:flex;align-items:center}.logo{max-height:62px}.search{box-shadow:0 4px 18px #0000000a}.search input{font-size:13px}.actions a{transition:color .2s ease}.actions a:hover{color:#9b7000}.nav{box-shadow:0 5px 20px #00000012}.nav a,.nav .cat{transition:background .2s ease,color .2s ease}.nav a:hover{background:#0d223d;color:#f7c72e}.nav .cat:hover{background:#e7aa00}.sectionhead{align-items:center}.sectionhead h2{font-size:30px;letter-spacing:-.02em}.luxury-kicker{display:block;color:#9b7000;font-size:10px;font-weight:900;letter-spacing:.14em;margin-bottom:6px}.section-link{font-weight:900;color:#8a6500}.benefit{border:1px solid #eee;transition:transform .25s ease,box-shadow .25s ease}.benefit:hover{transform:translateY(-3px);box-shadow:0 18px 40px #00000012}.catbox{background:linear-gradient(180deg,#fff,#fafafa);position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.catbox span{display:block;margin-top:8px;font-size:11px;color:#9b7000;font-weight:800;opacity:.8}.catbox:hover{transform:translateY(-4px);border-color:#d9b33d;box-shadow:0 18px 35px #00000010}.icon{border:1px solid #eee;background:linear-gradient(145deg,#fff,#f5f5f5);box-shadow:inset 0 1px #fff}.card,.showcase-card,.coll{transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.card:hover{transform:translateY(-5px);box-shadow:0 18px 38px #00000012;border-color:#e1c05a}.pimg img,.showcase-image img{transition:transform .45s ease}.card:hover .pimg img,.showcase-card:hover .showcase-image img{transform:scale(1.035)}.coll:hover{transform:translateY(-5px);box-shadow:0 18px 40px #00000020}.collection-label{font-size:10px;letter-spacing:.12em;color:#f7c72e;font-weight:900}.delivery-banner-section{padding:34px 0 18px}.delivery-banner{min-height:270px;border-radius:22px;overflow:hidden;background:radial-gradient(circle at 78% 30%,#263754 0,#101a2a 32%,#03070c 75%);border:1px solid #4c3b16;box-shadow:0 22px 55px #00000016;color:#fff;display:grid;grid-template-columns:1.2fr .8fr;position:relative}.delivery-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 12% 0,#f7b9001c,transparent 28%);pointer-events:none}.delivery-copy{padding:38px 42px;position:relative;z-index:1}.delivery-kicker{color:#f7c72e;font-size:10px;font-weight:900;letter-spacing:.15em}.delivery-copy h2{font-size:clamp(36px,5vw,62px);line-height:.95;margin:12px 0 10px;color:#f7b900}.delivery-copy p{max-width:560px;color:#e7ebf0;font-size:15px}.delivery-btn{display:inline-flex;margin-top:12px;background:#f7b900;color:#111;padding:12px 20px;border-radius:7px;font-weight:900}.delivery-art{position:relative;min-height:270px;display:flex;align-items:center;justify-content:center}.delivery-art img{position:absolute;right:28px;top:18px;width:180px;max-height:90px;object-fit:contain}.delivery-truck{font-size:86px;filter:drop-shadow(0 8px 12px #0007);transform:translateY(12px)}.delivery-price{position:absolute;bottom:30px;right:30px;border:1px solid #d9ad27;color:#fff;padding:10px 14px;border-radius:8px;background:#0a101b;font-weight:900;font-size:13px}.showcase-section{background:linear-gradient(180deg,#fff,#faf9f5)}.showcase-body{box-shadow:0 8px 25px #00000006}.showcase-card:hover .showcase-body{border-color:#e1c05a}.trust{background:linear-gradient(180deg,#faf9f5,#fff)}.product-details-panel{border-color:#e3d6ad;box-shadow:0 14px 40px #0000000a}.product-details-label{color:#9b7000}.product-info h1{letter-spacing:-.025em}.product-add-primary{background:linear-gradient(100deg,#f8c322,#d99b00);box-shadow:0 10px 24px #d99b0030}.buy-now-wrap .shopify-payment-button__button--unbranded{background:#111!important;color:#fff!important}.purchase-trust span{background:#fafafa;border:1px solid #eee;border-radius:8px;padding:8px 10px}.product-info{z-index:2}@media(max-width:900px){.headrow{grid-template-columns:145px 1fr auto;gap:10px;padding:10px 0}.search{grid-column:2;grid-row:1;height:40px;min-width:0}.actions{grid-column:3;grid-row:1;gap:8px}.actions a{font-size:0}.actions a:after{font-size:20px}.actions a:first-child:after{content:"\25ef"}.actions a:last-child:after{content:"\1f6d2"}.actions .count{font-size:10px}.logo{max-height:50px}.nav .c{overflow-x:auto;white-space:nowrap}.nav a,.nav .cat{padding:12px;font-size:11px}.product-layout{grid-template-columns:1.1fr .9fr;gap:30px}.delivery-banner{grid-template-columns:1fr .7fr}.delivery-copy{padding:32px}.delivery-art img{right:15px}}@media(max-width:750px){.headrow{grid-template-columns:96px minmax(0,1fr) 38px}.search{grid-column:2;grid-row:1;width:100%;height:36px;border-width:1px}.search input{font-size:11px;padding:0 10px}.search button{width:40px}.logo{max-height:44px}.nav{display:block}.nav-inner{overflow-x:auto}.nav a,.nav .cat{padding:11px 10px;font-size:10px}.delivery-banner{grid-template-columns:1fr;min-height:0}.delivery-copy{padding:28px 24px 12px}.delivery-copy h2{font-size:42px}.delivery-art{min-height:155px}.delivery-art img{width:130px;right:18px;top:10px}.delivery-truck{font-size:62px;position:absolute;left:24px;bottom:22px}.delivery-price{right:18px;bottom:20px;font-size:11px}.product-layout{display:flex;flex-direction:column;gap:22px}.product-left{display:contents}.product-gallery{order:1;width:100%}.product-info{order:2;width:100%}.product-details-panel{order:3;width:100%;margin-top:0}.product-info h1{font-size:29px}.product-details-panel{padding:20px 18px}.purchase-trust{grid-template-columns:1fr 1fr}.product-add-primary{width:100%;min-height:50px}.buy-now-wrap .shopify-payment-button__button{min-height:50px!important;width:100%!important}.showcase-card{flex-basis:100%}.section{padding:42px 0}.sectionhead{display:block}.sectionhead>a{display:inline-block;margin-top:10px}.section h2{font-size:25px}}@media(max-width:420px){.headrow{grid-template-columns:78px minmax(0,1fr) 34px}.logo{max-height:38px}.search input{font-size:10px}.nav a,.nav .cat{padding:10px 8px;font-size:9px}.delivery-copy h2{font-size:36px}.purchase-trust{grid-template-columns:1fr}.cats{grid-template-columns:repeat(2,1fr)}}.delivery-banner-section{padding:28px 0 12px}.delivery-banner-image{display:block;border-radius:22px;overflow:hidden;border:1px solid #4d3b14;box-shadow:0 22px 55px #00000018;background:#050505}.delivery-banner-image img{width:100%;height:auto;display:block;transition:transform .5s ease}.delivery-banner-image:hover img{transform:scale(1.01)}@media(max-width:650px){.delivery-banner-section{padding:18px 0 8px}.delivery-banner-image{border-radius:14px}.delivery-banner-image img{min-height:170px;object-fit:cover;object-position:center}}.catbox{padding:0 0 15px;overflow:hidden;display:flex;flex-direction:column;align-items:center;min-height:178px}.cat-image{width:100%;height:125px;display:flex;align-items:center;justify-content:center;background:#f7f7f5;overflow:hidden}.cat-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.catbox:hover .cat-image img{transform:scale(1.04)}.catbox b{padding:12px 8px 0;font-size:13px;line-height:1.2}.catbox .icon{width:74px;height:74px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:28px}.reward-section{padding:10px 0 20px}.reward-card{border:1px solid #d9b33d;border-radius:18px;background:linear-gradient(120deg,#070d17,#111d31);color:#fff;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:25px 30px;box-shadow:0 18px 45px #00000012}.reward-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:#f7c72e}.reward-card h2{margin:6px 0;font-size:25px}.reward-card p{margin:0;color:#d8dee7;max-width:700px;font-size:13px;line-height:1.55}.reward-amount{min-width:145px;text-align:center;border:1px solid #d9b33d;border-radius:12px;padding:14px;color:#f7c72e;font-size:28px;font-weight:900}.reward-amount small{display:block;color:#fff;font-size:9px;letter-spacing:.1em;margin-top:3px}.product-short-intro{font-size:14px;line-height:1.65;color:#555;margin:0 0 16px}.quick-spec-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:0 0 18px}.quick-spec-grid div{border:1px solid #eee;border-radius:10px;padding:10px;background:#fafafa}.quick-spec-grid span{display:block;color:#888;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.quick-spec-grid strong{display:block;font-size:12px;margin-top:4px}.full-details{border-top:1px solid #eee;padding-top:13px}.full-details summary{cursor:pointer;font-weight:900;font-size:14px;color:#222;padding:6px 0}.category-faq{margin-top:24px;border-top:1px solid #eee;padding-top:18px}.category-faq h3{margin:0 0 8px;font-size:18px}.category-faq details{border-bottom:1px solid #eee;padding:11px 0}.category-faq summary{cursor:pointer;font-weight:800;font-size:13px}.category-faq p{font-size:12px;line-height:1.55;color:#666;margin:8px 0 0}.shipping-policy-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:20px}.shipping-policy-grid div{background:#faf9f5;border:1px solid #eee1b9;border-radius:10px;padding:12px}.shipping-policy-grid strong{display:block;font-size:11px}.shipping-policy-grid span{display:block;color:#666;font-size:10px;line-height:1.45;margin-top:4px}.product-description table{width:100%;border-collapse:collapse;margin:12px 0}.product-description th,.product-description td{border:1px solid #eee;padding:8px;text-align:left;font-size:12px}.product-description img{border-radius:10px;margin:10px 0}.product-description h2,.product-description h3{color:#222}.product-details-panel{overflow:hidden}@media(max-width:750px){.reward-card{display:block;padding:20px}.reward-amount{margin-top:16px}.quick-spec-grid{grid-template-columns:1fr 1fr}.shipping-policy-grid{grid-template-columns:1fr}.cat-image{height:118px}.catbox{min-height:166px}.catbox b{font-size:12px}.product-short-intro{font-size:13px}.category-faq{margin-top:18px}}@media(max-width:750px){.ann .c{justify-content:center}.ann .c span:last-child{display:none}.headrow{padding:8px 0}.search{box-shadow:none}.search input::placeholder{color:#888}.nav-all-wrap .cat{padding-right:7px}.nav-arrow{padding:0 9px;min-width:34px}.nav-dropdown-wrap>a{padding-right:6px}.mega-menu{border-radius:12px}}.product-main-image{cursor:zoom-in}.hma-zoom-hint{position:absolute;bottom:12px;right:14px;background:#fff;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:15px;box-shadow:0 3px 10px #0002;pointer-events:none;opacity:.85;z-index:3}.hma-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex!important;align-items:center;justify-content:center;animation:hmaFadeIn .2s ease}@keyframes hmaFadeIn{0%{opacity:0}to{opacity:1}}.hma-lightbox[style*="display:none"]{display:none!important}.hma-lightbox-inner{max-width:90vw;max-height:88vh;display:flex;align-items:center;justify-content:center}.hma-lightbox-img{max-width:88vw;max-height:86vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px #000a;-webkit-user-select:none;user-select:none;transition:transform .3s ease;cursor:zoom-in}.hma-lightbox-img.zoomed{transform:scale(1.8);cursor:zoom-out}.hma-lightbox-close{position:fixed;top:18px;right:22px;background:#fff;border:0;border-radius:50%;width:40px;height:40px;font-size:20px;line-height:1;cursor:pointer;z-index:10000;box-shadow:0 4px 14px #0005;color:#111}.hma-lightbox-close:hover{background:var(--g)}.hma-lightbox-arrow{position:fixed;top:50%;transform:translateY(-50%);background:#fff;border:0;border-radius:50%;width:46px;height:46px;font-size:32px;line-height:1;cursor:pointer;z-index:10000;box-shadow:0 4px 14px #0005;color:#111;display:flex;align-items:center;justify-content:center}.hma-lightbox-arrow:hover{background:var(--g)}.hma-lightbox-prev{left:14px}.hma-lightbox-next{right:14px}@media(max-width:650px){.hma-lightbox-arrow{width:38px;height:38px;font-size:26px}.hma-lightbox-prev{left:6px}.hma-lightbox-next{right:6px}.hma-lightbox-close{top:10px;right:10px;width:36px;height:36px;font-size:17px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/hma-emall.css.map */
