@font-face{font-family:Lexend;src:url("fonts/lexend-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1EFF,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Lexend;src:url("fonts/lexend-latin-300.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lexend;src:url("fonts/lexend-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1EFF,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Lexend;src:url("fonts/lexend-latin-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lexend;src:url("fonts/lexend-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1EFF,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Lexend;src:url("fonts/lexend-latin-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lexend;src:url("fonts/lexend-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1EFF,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Lexend;src:url("fonts/lexend-latin-600.woff2") format("woff2");font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
@font-face{font-family:Lexend;src:url("fonts/lexend-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0100-02BA,U+02BD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1EFF,U+20A0-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
@font-face{font-family:Lexend;src:url("fonts/lexend-latin-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}

:root{
  color-scheme:dark;
  --bg:#0c0b10;
  --black:#050507;
  --panel:#18171f;
  --panel-soft:#242231;
  --card:#2c2a39;
  --card-2:#343142;
  --text:#f7f6fa;
  --muted:#9c98a5;
  --purple:#9d3cff;
  --radius:22px;
  --content:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;min-width:320px;min-height:100vh;background:var(--bg);color:var(--text);font-family:Lexend,Arial,sans-serif;font-size:16px;line-height:1.45;overflow-x:hidden}
body::selection{background:#923eff;color:#fff}
button,input,textarea,select{font:inherit}
button,a{touch-action:manipulation}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.content-width{width:min(calc(100% - 36px),var(--content));margin-inline:auto}
.panel{background:var(--panel);border:1px solid rgba(255,255,255,.025);border-radius:var(--radius);box-shadow:0 18px 44px rgba(0,0,0,.18)}

.site-header{position:relative;z-index:60;padding:18px 18px 0}
.header-inner{width:min(100%,var(--content));height:80px;margin:auto;display:grid;grid-template-columns:220px 1fr 245px;align-items:center;padding:0 22px;border-radius:27px;background:rgba(27,25,36,.84);border:1px solid rgba(255,255,255,.03);box-shadow:0 18px 50px rgba(0,0,0,.2);backdrop-filter:blur(20px)}
.brand{display:inline-flex;align-items:center;gap:9px;width:max-content;font-weight:500;line-height:.92;letter-spacing:-.05em}
.brand img{width:42px;height:42px;object-fit:contain}
.brand span{font-size:20px}
.brand img{transition:transform .35s ease,filter .35s ease}
.brand:hover img{transform:translateY(-2px);filter:drop-shadow(0 3px 5px rgba(0,0,0,.35))}
.main-nav{display:flex;align-items:center;justify-content:center;gap:12px}
.nav-pill{border:0;color:#f3f1f7;background:transparent;border-radius:999px;padding:10px 16px;font-size:13px;cursor:pointer;transition:background .25s ease,transform .25s ease,color .25s ease}
.nav-pill:hover,.nav-pill.is-active{background:#3b3849;transform:translateY(-1px)}
.search-form{height:54px;display:flex;align-items:center;gap:10px;padding:0 16px;border-radius:999px;background:#0b0a0f;border:1px solid rgba(255,255,255,.04);transition:border-color .2s,box-shadow .2s}
.search-form:focus-within{border-color:#7650b7;box-shadow:0 0 0 3px rgba(118,80,183,.15)}
.search-form svg{width:20px;fill:none;stroke:#a7a3af;stroke-width:2;stroke-linecap:round}
.search-form input{min-width:0;width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:15px}
.search-form input::placeholder{color:#888491}

.home-page::before{content:"";position:absolute;z-index:-1;inset:0 0 auto;height:550px;background-image:linear-gradient(to bottom,rgba(17,13,27,.12),var(--bg) 93%),var(--site-background-image,url("assets/palm-bg.png"));background-position:center top;background-size:cover;background-repeat:no-repeat;opacity:.86}
.hero-zone{padding:58px 0 44px}
.hero-carousel{--hero-glow-color:#b923ff;position:relative;aspect-ratio:1366/494;border-radius:28px;overflow:hidden;border:3px solid transparent;background:linear-gradient(var(--panel),var(--panel)) padding-box,linear-gradient(115deg,var(--hero-glow-color),color-mix(in srgb,var(--hero-glow-color) 68%,#ff1654)) border-box;box-shadow:0 0 28px color-mix(in srgb,var(--hero-glow-color) 48%,transparent),0 22px 60px rgba(0,0,0,.44);transition:box-shadow .4s ease,transform .4s ease}
.hero-carousel:hover{box-shadow:0 0 34px color-mix(in srgb,var(--hero-glow-color) 58%,transparent),0 24px 64px rgba(0,0,0,.46)}
.hero-slides{position:absolute;inset:0}
.hero-slide{position:absolute;inset:0;z-index:0;opacity:0;visibility:hidden;pointer-events:none;background-image:linear-gradient(90deg,rgba(6,4,11,.16),rgba(6,4,11,.02)),var(--hero-image);background-size:cover;background-position:center}
.hero-slide{background-position:center center}
.hero-slide.is-active{z-index:2;opacity:1;visibility:visible;pointer-events:auto}
.hero-slide.is-leaving-forward,.hero-slide.is-leaving-backward{z-index:1;visibility:visible;pointer-events:none}
.hero-slide.is-entering-forward{animation:hero-enter-right 1s cubic-bezier(.22,.72,.25,1) both}
.hero-slide.is-leaving-forward{animation:hero-leave-left 1s cubic-bezier(.22,.72,.25,1) both}
.hero-slide.is-entering-backward{animation:hero-enter-left 1s cubic-bezier(.22,.72,.25,1) both}
.hero-slide.is-leaving-backward{animation:hero-leave-right 1s cubic-bezier(.22,.72,.25,1) both}
@keyframes hero-enter-right{from{opacity:.18;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}
@keyframes hero-leave-left{from{opacity:1;transform:translateX(0)}to{opacity:.18;transform:translateX(-100%)}}
@keyframes hero-enter-left{from{opacity:.18;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}
@keyframes hero-leave-right{from{opacity:1;transform:translateX(0)}to{opacity:.18;transform:translateX(100%)}}
.hero-copy{position:absolute;z-index:2;left:24px;top:20px;max-width:64%;text-shadow:0 2px 14px #000}
.hero-copy h1{margin:0;font-size:clamp(24px,2.4vw,40px);line-height:1.06;letter-spacing:-.04em}
.hero-copy p{margin:8px 0 0;color:#f4effa;font-size:clamp(12px,1.1vw,17px)}
.hero-slide.is-active .hero-copy{animation:simple-fade-up .45s ease both}
.hero-slide:nth-child(2) .hero-copy{top:auto;bottom:78px}
.hero-slide:nth-child(3){background-position:center}
.hero-controls{position:absolute;z-index:5;display:grid;grid-template-columns:repeat(4,1fr);height:70px;left:0;right:0;bottom:0;background:rgba(24,22,34,.58);border-top:1px solid rgba(255,255,255,.09);backdrop-filter:blur(14px)}
.hero-controls button{position:relative;display:grid;place-items:center;border:0;border-right:1px solid rgba(255,255,255,.08);background:transparent;color:#fff;cursor:pointer;overflow:hidden;transition:background .25s ease,box-shadow .25s ease}
.hero-controls button::after{content:"";position:absolute;inset:auto 22% 0;height:3px;border-radius:99px;background:#b923ff;transform:scaleX(0);transition:transform .3s}
.hero-controls button.is-active::after{transform:scaleX(1)}
.hero-controls button:hover{background:rgba(255,255,255,.055)}
.hero-control-icon{position:relative;width:38px;height:38px;display:block;transition:transform .3s ease}
.hero-control-icon img,.hero-control-icon i{position:absolute;inset:0;width:100%;height:100%;transition:opacity .28s ease,transform .28s ease,background-color .28s ease}
.hero-control-icon img{object-fit:contain;filter:drop-shadow(0 4px 7px rgba(0,0,0,.45))}
.hero-control-icon i{display:block;opacity:0;filter:drop-shadow(0 4px 7px rgba(0,0,0,.45))}
.hero-control-logo-normal{opacity:1}
.hero-control-logo-active{opacity:0}
.hero-control-mask-normal{background:#fff;-webkit-mask:var(--control-normal-mask) center/contain no-repeat;mask:var(--control-normal-mask) center/contain no-repeat}
.hero-control-mask-active{background:var(--control-color,#b923ff);-webkit-mask:var(--control-active-mask) center/contain no-repeat;mask:var(--control-active-mask) center/contain no-repeat}
.hero-control-icon.normal-processed .hero-control-logo-normal{opacity:0}
.hero-control-icon.normal-processed .hero-control-mask-normal{opacity:1}
.hero-controls button:hover .hero-control-icon,.hero-controls button:focus-visible .hero-control-icon,.hero-controls button:active .hero-control-icon,.hero-controls button.is-active .hero-control-icon{transform:translateY(-2px) scale(1.06)}
.hero-controls button:hover .hero-control-logo-normal,.hero-controls button:focus-visible .hero-control-logo-normal,.hero-controls button:active .hero-control-logo-normal,.hero-controls button.is-active .hero-control-logo-normal,
.hero-controls button:hover .hero-control-mask-normal,.hero-controls button:focus-visible .hero-control-mask-normal,.hero-controls button:active .hero-control-mask-normal,.hero-controls button.is-active .hero-control-mask-normal{opacity:0}
.hero-controls button:hover .use-original-color .hero-control-logo-active,.hero-controls button:focus-visible .use-original-color .hero-control-logo-active,.hero-controls button:active .use-original-color .hero-control-logo-active,.hero-controls button.is-active .use-original-color .hero-control-logo-active{opacity:1}
.hero-controls button:hover .use-custom-color.active-processed .hero-control-mask-active,.hero-controls button:focus-visible .use-custom-color.active-processed .hero-control-mask-active,.hero-controls button:active .use-custom-color.active-processed .hero-control-mask-active,.hero-controls button.is-active .use-custom-color.active-processed .hero-control-mask-active{opacity:1}
.hero-controls button:hover .use-custom-color:not(.active-processed) .hero-control-logo-active,.hero-controls button:focus-visible .use-custom-color:not(.active-processed) .hero-control-logo-active,.hero-controls button:active .use-custom-color:not(.active-processed) .hero-control-logo-active,.hero-controls button.is-active .use-custom-color:not(.active-processed) .hero-control-logo-active{opacity:1}

.announcement{height:46px;display:flex;align-items:center;margin-bottom:42px;background:rgba(30,29,36,.82);overflow:hidden;border-block:1px solid rgba(255,255,255,.025)}
.announcement p{width:max-content;margin:0;white-space:nowrap;font-size:18px;font-weight:600;animation:ticker 28s linear infinite}
@keyframes ticker{from{transform:translateX(100vw)}to{transform:translateX(-100%)}}

.products-section{position:relative;padding-bottom:44px}
.product-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.product-card{position:relative;height:176px;display:flex;flex-direction:column;border-radius:19px;background:linear-gradient(180deg,#0a090c 0 43%,#32303f 43% 100%);box-shadow:0 12px 25px rgba(0,0,0,.25);cursor:pointer;outline:0;transition:transform .25s ease,box-shadow .25s ease;isolation:isolate}
.product-card::before{content:"";position:absolute;z-index:-1;inset:-1px;border-radius:inherit;background:radial-gradient(circle at 50% 55%,var(--accent),transparent 66%);opacity:0;filter:blur(16px);transition:opacity .28s}
.product-card:hover,.product-card:focus-visible{transform:translateY(-7px);box-shadow:0 0 20px color-mix(in srgb,var(--accent) 42%,transparent),0 18px 30px rgba(0,0,0,.38);z-index:8}
.product-card:hover::before,.product-card:focus-visible::before{opacity:.42}
.product-card-head{height:76px;display:flex;align-items:center;gap:10px;padding:10px 12px;background:linear-gradient(110deg,color-mix(in srgb,var(--accent) 25%,#050507),#09080b 75%);border-radius:19px 19px 0 0;overflow:hidden}
.product-card-head img{width:50px;height:50px;object-fit:cover;border-radius:11px;flex:0 0 auto;transition:transform .3s ease,filter .3s ease}
.product-card-head h3{margin:0;font-size:18px;line-height:1.08;letter-spacing:-.035em;transition:color .25s,text-shadow .25s,transform .25s}
.product-card:hover .product-card-head img,.product-card:focus-visible .product-card-head img{transform:translateY(-2px) scale(1.03)}
.product-card:hover .product-card-head h3,.product-card:focus-visible .product-card-head h3{color:#fff;transform:translateX(1px)}
.product-card>p{height:51px;margin:0;padding:9px 12px 2px;color:#9a97a1;font-size:12.5px;font-weight:600;line-height:1.14;overflow:hidden}
.product-card-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding:0 10px 10px}
.product-card-foot strong{font-size:19px;letter-spacing:-.04em;white-space:nowrap;transition:transform .25s ease,color .25s ease,text-shadow .25s ease}
.product-card:hover .product-card-foot strong,.product-card:focus-visible .product-card-foot strong{transform:translateY(-2px);color:#fff}
.product-card-foot button{min-width:73px;height:35px;border:0;border-radius:7px;background:#08070a;color:#fff;font-weight:700;cursor:pointer;transition:box-shadow .25s,transform .25s,background .25s}
.product-card-foot button:hover{background:color-mix(in srgb,var(--accent) 30%,#08070a);box-shadow:0 0 14px var(--accent);transform:translateY(-2px)}
.discount-badge,.soldout-badge{position:absolute;z-index:8;top:-19px;left:50%;transform:translateX(-50%) skewX(-7deg);min-width:84px;padding:4px 10px;border-radius:6px 6px 2px 2px;background:#ff0617;color:#fff;text-align:center;font-size:13px;font-weight:700;box-shadow:0 0 16px rgba(255,0,30,.75)}
.soldout-badge{background:#32313a;box-shadow:none;animation:none}
.product-card.is-soldout{filter:saturate(.15);cursor:not-allowed;opacity:.62}
.product-card.is-soldout:hover{transform:none;box-shadow:0 12px 25px rgba(0,0,0,.25)}
.product-card.is-soldout button{cursor:not-allowed}

.entertainment-banner{min-height:160px;display:flex;align-items:flex-end;margin-top:18px;margin-bottom:50px;padding:22px;border:2px solid transparent;border-radius:28px;box-shadow:0 18px 38px rgba(0,0,0,.32);background-clip:padding-box;transition:transform .38s cubic-bezier(.2,.8,.2,1),box-shadow .38s,filter .38s;

  background-image: linear-gradient(90deg,rgba(20,7,44,.12),rgba(15,5,30,.28)), var(--entertainment-image, url("assets/entertainment-banner.png"));
  background-position: center;
  background-size: cover;
}
.entertainment-banner::after{content:"";position:absolute;inset:-2px;border-radius:inherit;padding:2px;background:linear-gradient(100deg,#bf19ff,#ff174e);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}
.entertainment-banner{position:relative}
.entertainment-banner h2{margin:0;font-size:22px;text-shadow:0 3px 10px #000;transition:transform .35s ease,text-shadow .35s ease}
.entertainment-banner:hover{transform:translateY(-4px);box-shadow:0 22px 42px rgba(0,0,0,.38)}
.entertainment-banner:hover h2{transform:translateX(3px)}
.show-more{display:block;margin:40px auto 0;border:0;border-radius:11px;padding:11px 20px;background:#1e1c28;color:#fff;font-weight:600;box-shadow:0 9px 24px rgba(0,0,0,.34);cursor:pointer;transition:background .2s,transform .2s}
.show-more:hover{background:#373247;transform:translateY(-2px)}

.contact-strip{position:relative;overflow:hidden;margin:60px 0;background:#191821;padding:42px 20px 34px;text-align:center;border-block:1px solid rgba(255,255,255,.025)}
.social-buttons{display:flex;justify-content:center;gap:18px;margin-bottom:18px}
.social-buttons a{width:68px;height:68px;display:grid;place-items:center;border-radius:7px;background:transparent;transition:transform .25s,box-shadow .25s}
.social-buttons a:hover{transform:translateY(-4px);box-shadow:0 10px 18px rgba(0,0,0,.35)}
.social-buttons img{width:100%;height:100%;border-radius:7px;object-fit:contain;background:transparent}
.social-buttons .tiktok-button svg{width:38px;height:38px}
.tik-cyan{fill:#00f2ea;transform:translate(-1px,1px)}
.tik-red{fill:#ff0050;transform:translate(1px,-1px)}
.tik-white{fill:#fff}
.contact-strip h2{margin:0;font-size:25px;letter-spacing:-.03em}
.contact-strip p{margin:4px 0 0;color:#777481;font-size:11px;font-weight:300}

.reviews-section{padding:25px 0 70px}
.section-heading{margin-bottom:26px}
.section-heading h2{margin:0 0 4px;font-size:25px;letter-spacing:-.03em;transition:transform .3s,text-shadow .3s}
.section-heading p{max-width:520px;margin:0;color:#8e8a96;font-size:12px}
.reviews-window{position:relative;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.reviews-track{width:max-content;display:flex;gap:12px;animation:reviews-marquee 30s linear infinite}
.reviews-track:hover{animation-play-state:paused}
@keyframes reviews-marquee{to{transform:translateX(calc(-50% - 6px))}}
.review-card{width:250px;height:108px;flex:0 0 auto;padding:10px;border:1px solid rgba(255,255,255,.025);border-radius:11px;background:#121116;box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--review-accent,#ff1493) 25%,transparent)}
.review-card:nth-child(3n){--review-accent:#00e572}
.review-title{display:flex;align-items:center;gap:9px}
.review-title img{width:34px;height:34px;border-radius:7px}
.review-title strong{display:block;font-size:12px}
.review-title time{display:block;font-size:8px;color:#bcb8c4}
.review-card>p{margin:13px 0 0;text-align:center;font-size:9px;color:#d4d1da}

.site-footer{margin-top:70px;background:#191821;border-top:1px solid rgba(255,255,255,.025)}
.footer-inner{position:relative;width:min(calc(100% - 36px),var(--content));min-height:112px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;padding:24px 0}
.footer-inner h3{margin:0 0 7px;font-size:15px}
.footer-inner a{display:block;width:max-content;margin:3px 0;color:#d5d2dc;font-size:11px}
.footer-inner p{margin:0;text-align:center;font-size:14px;font-weight:500}
.footer-inner .admin-shortcut{justify-self:end;opacity:.08;transition:opacity .2s}
.footer-inner .admin-shortcut:hover{opacity:.6}

.category-popover{position:fixed;z-index:100;top:104px;left:50%;width:min(calc(100% - 36px),330px);height:auto;max-height:390px;opacity:0;visibility:hidden;transform:translate(-50%,-12px);transition:opacity .25s,transform .25s,visibility .25s;pointer-events:none}
.category-popover.is-open{opacity:1;visibility:visible;transform:translate(-50%,0);pointer-events:auto}
.category-menu{height:100%;padding:14px;border-radius:24px;background:rgba(25,24,33,.97);border:1px solid rgba(255,255,255,.05);box-shadow:0 28px 70px rgba(0,0,0,.58);backdrop-filter:blur(20px)}
.category-list{display:flex;flex-direction:column;gap:9px;max-height:360px;overflow-y:auto;overflow-x:hidden;scrollbar-width:none}
.category-list::-webkit-scrollbar{display:none}
.category-list button{width:100%;min-width:0;border:0;border-radius:8px;padding:11px 12px;background:#353242;color:#fff;text-align:left;white-space:normal;overflow-wrap:anywhere;font-size:13px;cursor:pointer;transition:background .2s,transform .2s}
.category-list button:hover{background:#5b5573;transform:translateX(4px)}

.results-view{min-height:560px;padding:70px 0}
.results-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:48px}
.results-heading h1{margin:0;font-size:28px}
.results-heading p{margin:5px 0 0;color:var(--muted);font-size:13px}
.results-heading a{padding:9px 13px;border-radius:9px;background:#1c1a24;font-size:12px}
.empty-state{grid-column:1/-1;padding:70px;border-radius:20px;background:var(--panel);text-align:center;color:var(--muted)}

.product-page main{padding-top:58px}
.product-page-root{display:flex;flex-direction:column;gap:56px}
.product-hero{min-height:320px;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(440px,1fr);gap:28px;padding:48px 28px 24px}
.product-identity{display:flex;align-items:flex-start;gap:28px;padding-top:8px}
.product-identity>img{width:210px;height:210px;border-radius:28px;object-fit:cover;box-shadow:0 20px 30px rgba(0,0,0,.3)}
.product-identity h1{margin:20px 0 3px;font-size:34px;letter-spacing:-.04em}
.product-identity p{margin:0;max-width:520px;color:#a19da8;font-size:13px}
.plan-grid{display:grid;grid-template-columns:repeat(var(--plan-count,3),1fr);gap:14px}
.plan-card{position:relative;min-height:235px;display:flex;flex-direction:column;align-items:center;padding:24px 8px 13px;border-radius:18px;background:#050507;box-shadow:0 12px 22px rgba(0,0,0,.28);overflow:visible;transition:transform .25s,box-shadow .25s}
.plan-card:hover{transform:translateY(-5px);box-shadow:0 0 18px color-mix(in srgb,var(--accent) 45%,transparent),0 14px 25px rgba(0,0,0,.32)}
.plan-card h3{margin:0;font-size:18px}
.plan-card strong{position:relative;font-size:14px;transition:transform .25s,text-shadow .25s}
.plan-card:hover strong{transform:translateY(-2px)}
.plan-buy{width:calc(100% - 10px);margin-top:auto;padding:10px 3px;border-radius:7px;background:#1a191f;text-align:center;font-weight:500;transition:background .2s,box-shadow .2s}
.plan-buy:hover{background:color-mix(in srgb,var(--accent) 32%,#111);box-shadow:0 0 16px var(--accent)}
.product-about{min-height:350px;padding:28px}
.product-about h2,.similar-products h2{margin:0 0 10px;font-size:27px;letter-spacing:-.04em}
.product-about p{max-width:970px;margin:0;color:#aaa6b1;font-size:14px}
.product-about ul{margin:75px 0 0;padding-left:20px;color:#a6a2ad;font-size:15px;font-weight:600}
.similar-products{min-height:450px;padding:28px}
.similar-list{display:flex;flex-direction:column;gap:14px}
.similar-row,.similar-placeholder{height:82px;border-radius:12px;background:#2c293b}
.similar-row{display:flex;align-items:center;gap:16px;padding:10px 14px;transition:transform .24s,box-shadow .24s,background .24s}
.similar-row:hover{transform:translateY(-7px) scale(1.006);background:color-mix(in srgb,var(--accent) 18%,#2c293b);box-shadow:0 0 20px color-mix(in srgb,var(--accent) 50%,transparent)}
.similar-row img{width:60px;height:60px;border-radius:10px;object-fit:cover}
.similar-row strong{color:#b1adba;font-size:17px}
.similar-row span{margin-left:auto;padding:8px 18px;border-radius:8px;background:#0b0a0e;font-weight:600}
.product-page .reviews-section{margin-top:115px}
.product-page .contact-strip{margin-top:35px}

.giveaway-page main{min-height:750px;padding-top:58px}
.giveaway-banner{position:relative;height:320px;display:block;overflow:hidden;border-radius:28px;background:url("assets/giveaway-stage.png") center/cover;box-shadow:0 28px 52px rgba(0,0,0,.4)}
.giveaway-banner>div{position:absolute;z-index:2;left:34px;top:28px}
.giveaway-banner h1{margin:0;font-size:31px;letter-spacing:-.04em}

/* Mobile tweaks for entertainment banner to show top of image and prefer mobile image if provided */
@media (max-width: 900px) {
  .entertainment-banner{
    min-height:120px;
    padding:12px;
    border-radius:18px;
    background-image: linear-gradient(90deg,rgba(20,7,44,.12),rgba(15,5,30,.28)), var(--entertainment-image-mobile, var(--entertainment-image, url("assets/entertainment-banner.png")));
    background-position: center top;
    background-size: cover;
  }
  .entertainment-banner h2{font-size:18px}
}

/* Responsive adjustments for hero/banner on small screens */
@media (max-width: 600px) {
  .hero-carousel{
    aspect-ratio: 16/6;
    border-radius:18px;
  }

  .hero-slide{
    background-position: center top;
    background-size: cover;
  }

  .hero-copy{
    left:12px;top:12px;max-width:80%;
  }

  .hero-controls{height:58px}
}
.giveaway-banner p{margin:3px 0;color:#f0c5cc;font-weight:600}
.giveaway-banner img{position:absolute;left:46%;bottom:0;height:82%;width:auto;filter:drop-shadow(0 20px 20px rgba(0,0,0,.35))}
.giveaway-page .contact-strip{margin-top:110px}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s ease var(--delay,0ms),transform .55s cubic-bezier(.2,.8,.2,1) var(--delay,0ms)}
.reveal.is-visible{opacity:1;transform:none}
.product-card.reveal.is-visible:not(.is-soldout):hover,.product-card.reveal.is-visible:not(.is-soldout):focus-visible{transform:translateY(-7px)}

@keyframes simple-fade-up{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}

@media (max-width:980px){
  :root{--content:900px}
  .header-inner{grid-template-columns:170px 1fr 220px}
  .product-grid{gap:12px}
  .product-card-head{gap:7px;padding-inline:9px}
  .product-card-head h3{font-size:15px}
  .product-card-head img{width:44px;height:44px}
  .product-card>p{font-size:11px;padding-inline:9px}
  .product-card-foot{padding-inline:8px}
  .product-card-foot strong{font-size:16px}
  .product-card-foot button{min-width:58px}
  .product-hero{grid-template-columns:1fr;padding:28px}
  .product-identity>img{width:150px;height:150px}
  .plan-card{min-height:180px}
}

@media (max-width:700px){
  :root{--radius:16px}
  body{font-size:13px}
  .content-width{width:calc(100% - 28px)}
  .site-header{padding:12px 10px 0}
  .header-inner{width:100%;height:50px;grid-template-columns:74px 1fr minmax(115px,1.35fr);gap:4px;padding:0 7px;border-radius:16px;background:rgba(35,32,47,.84)}
  .brand{gap:3px;letter-spacing:-.07em}
  .brand img{width:29px;height:29px}
  .brand span{font-size:10px}
  .main-nav{gap:2px}
  .nav-pill{padding:8px 7px;font-size:9px;white-space:nowrap}
  .search-form{height:37px;gap:5px;padding:0 8px}
  .search-form svg{width:13px}
  .search-form input{font-size:9px}
  .home-page::before{height:310px}
  .hero-zone{padding:34px 0 28px}
  .hero-carousel{width:calc(100% - 28px);border-width:2px;border-radius:18px}
  .hero-copy{left:9px;top:8px;max-width:78%}
  .hero-copy h1{font-size:13px;letter-spacing:-.03em}
  
  .hero-copy p{display:block}
  .hero-slide:nth-child(2) .hero-copy{bottom:32px}
  .hero-controls{height:29px}
  .hero-control-icon{width:19px;height:19px}
  .hero-controls button::after{height:2px}
  .announcement{height:24px;margin-bottom:24px}
  .announcement p{font-size:9px}
  .products-section{padding-bottom:24px}
  .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px 7px}
  .product-card{height:132px;border-radius:11px;background:linear-gradient(180deg,#080709 0 43%,#353342 43%)}
  .product-card-head{height:57px;gap:5px;padding:6px;border-radius:11px 11px 0 0}
  .product-card-head img{width:34px;height:34px;border-radius:7px}
  .product-card-head h3{font-size:11px;line-height:1.04}
  .product-card>p{height:41px;padding:6px 6px 1px;font-size:8.2px;line-height:1.08}
  .product-card-foot{gap:4px;padding:0 6px 7px}
  .product-card-foot strong{font-size:11px}
  .product-card-foot button{min-width:45px;height:25px;border-radius:4px;font-size:10px}
  .product-card.reveal.is-visible:not(.is-soldout):active{transform:translateY(-3px);box-shadow:0 12px 22px rgba(0,0,0,.35)}
  .discount-badge,.soldout-badge{top:-12px;min-width:56px;padding:2px 5px;font-size:8px;border-radius:3px}
  .entertainment-banner{min-height:auto;aspect-ratio:1780/576;margin-top:0;margin-bottom:32px;padding:10px;border-radius:16px}
  .entertainment-banner h2{font-size:10px}
  .show-more{margin-top:24px;padding:7px 10px;border-radius:6px;font-size:8px}
  .contact-strip{margin:38px 0;padding:22px 10px 18px}
  .social-buttons{gap:8px;margin-bottom:10px}
  .social-buttons a{width:36px;height:36px;border-radius:4px}
  .social-buttons .tiktok-button svg{width:22px;height:22px}
  .contact-strip h2{font-size:12px}
  .contact-strip p{font-size:5px}
  .reviews-section{padding:18px 0 48px}
  .section-heading{margin-bottom:15px}
  .section-heading h2{font-size:13px}
  .section-heading p{max-width:260px;font-size:6px}
  .review-card{width:120px;height:62px;padding:5px;border-radius:6px}
  .review-title{gap:4px}
  .review-title img{width:19px;height:19px;border-radius:4px}
  .review-title strong{font-size:6px}
  .review-title time{font-size:4px}
  .review-card>p{margin-top:6px;font-size:4.5px}
  .reviews-track{gap:6px}
  .site-footer{margin-top:40px}
  .footer-inner{width:calc(100% - 28px);min-height:73px;padding:12px 0;grid-template-columns:1fr 1fr}
  .footer-inner h3{font-size:8px;margin-bottom:3px}
  .footer-inner a{font-size:6px;margin:1px 0}
  .footer-inner p{font-size:7px}
  .footer-inner .admin-shortcut{display:none}
  .category-popover{top:72px;width:min(calc(100% - 28px),280px);height:auto;max-height:310px}
  .category-menu{padding:8px;border-radius:15px}
  .category-list{gap:7px;max-height:290px}
  .category-list button{padding:9px 8px;font-size:9px}
  .results-view{min-height:470px;padding:50px 0}
  .results-heading{margin-bottom:32px}
  .results-heading h1{font-size:17px}
  .results-heading p,.results-heading a{font-size:8px}
  .empty-state{padding:45px 10px}
  .product-page main{padding-top:34px}
  .product-page-root{gap:22px}
  .product-hero{min-height:0;grid-template-columns:1fr 1.35fr;gap:12px;padding:13px 9px;border-radius:14px}
  .product-identity{gap:8px;padding-top:0;align-items:center}
  .product-identity>img{width:62px;height:62px;border-radius:10px}
  .product-identity h1{margin:0 0 2px;font-size:11px}
  .product-identity p{font-size:5.4px}
  .plan-grid{gap:5px}
  .plan-card{min-height:80px;padding:8px 3px 4px;border-radius:7px}
  .plan-card h3{font-size:7px}
  .plan-card strong{font-size:6px}
  .plan-buy{width:100%;padding:4px 1px;border-radius:3px;font-size:6px}
  .plan-card .discount-badge{top:-7px;min-width:38px;font-size:5px}
  .product-about{min-height:165px;padding:13px 10px}
  .product-about h2,.similar-products h2{font-size:14px;margin-bottom:5px}
  .product-about p{font-size:7px}
  .product-about ul{margin-top:35px;padding-left:13px;font-size:7px}
  .similar-products{min-height:300px;padding:15px 9px}
  .similar-list{gap:7px}
  .similar-row,.similar-placeholder{height:54px;border-radius:7px}
  .similar-row{gap:8px;padding:6px}
  .similar-row img{width:42px;height:42px;border-radius:6px}
  .similar-row strong{font-size:10px}
  .similar-row span{padding:5px 9px;border-radius:4px;font-size:8px}
  .product-page .reviews-section{margin-top:70px}
  .giveaway-page main{min-height:500px;padding-top:34px}
  .giveaway-banner{height:auto;aspect-ratio:2055/749;border-radius:15px}
  .giveaway-banner>div{left:10px;top:8px}
  .giveaway-banner h1{font-size:12px}
  .giveaway-banner p{font-size:6px}
  .giveaway-page .contact-strip{margin-top:85px}
}

@media (max-width:360px){
  .header-inner{grid-template-columns:65px 1fr 108px}
  .nav-pill{padding-inline:4px;font-size:8px}
  .product-grid{gap-inline:5px}
  .product-card-head h3{font-size:9.5px}
  .product-card-foot strong{font-size:9.5px}
  .product-card-foot button{min-width:39px}
}

@media (prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}

body.animations-off *,body.animations-off *::before,body.animations-off *::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}
body.animations-off .reveal{opacity:1!important;transform:none!important}
