.atiems-product{background:var(--atiems-bg);color:var(--atiems-text);font-family:var(--font-body-family);font-size:15px;line-height:1.55}.atiems-product *{box-sizing:border-box}.atiems-product h1,.atiems-product h2,.atiems-product h3{font-family:var(--font-heading-family);font-weight:400}.atiems-product h1{font-size:clamp(2.6rem,5vw,4.4rem);line-height:1.08;margin:1.2rem 0}.atiems-product h2{font-size:clamp(2.3rem,3vw,3.2rem);margin:0 0 2.5rem}.atiems-product h3{font-size:1.6rem;margin:0 0 .4rem}.atiems-announcement{text-align:center;padding:8px 16px;background:#eae2d8;font-size:12px}.atiems-announcement svg{width:15px;margin-right:8px;vertical-align:middle}.atiems-layout{max-width:1420px;margin:auto}.atiems-gallery{background:#eee4d7;overflow:hidden}.atiems-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.atiems-gallery__track::-webkit-scrollbar{display:none}.atiems-media{min-width:100%;margin:0;scroll-snap-align:start;aspect-ratio:4/5}.atiems-media img,.atiems-media video,.atiems-media iframe,.atiems-media svg{display:block;width:100%;height:100%;object-fit:cover;border:0}.atiems-dots{display:flex;justify-content:center;gap:9px;padding:15px}.atiems-dot{width:8px;height:8px;border:0;border-radius:50%;padding:0;background:#cfc9c1}.atiems-dot.is-active{background:#302b26}.atiems-buy,.atiems-panel{padding:38px 23px;border-bottom:1px solid #302b261a}.atiems-badge{display:inline-block;background:var(--atiems-accent);color:#fff;padding:4px 10px;text-transform:uppercase;font-size:11px;letter-spacing:.12em}.atiems-subtitle{color:#887e75}.atiems-rating span,.atiems-reviews span{color:#9f7b4f;letter-spacing:2px}.atiems-price{font-size:2.2rem;margin:18px 0}.atiems-price s{font-size:1.5rem;color:#8b8179;margin-left:10px}.atiems-description{margin:20px 0}.atiems-options{border:0;padding:0;margin:22px 0}.atiems-options legend,.atiems-qty-label{font-weight:600;margin-bottom:8px}.atiems-options input{position:absolute;opacity:0}.atiems-options label{display:inline-block;border:1px solid #bdb4ab;padding:9px 15px;margin:4px 5px 4px 0;cursor:pointer}.atiems-options input:checked+label{background:#322d28;color:#fff}.atiems-actions{display:flex;gap:10px;margin-top:8px}.atiems-qty{display:flex;border:1px solid #aaa19a}.atiems-qty button,.atiems-qty input{width:42px;border:0;background:transparent;text-align:center;color:inherit}.atiems-add,.atiems-sticky button{flex:1;background:#332e29;color:#fff;border:1px solid #332e29;padding:14px;text-transform:uppercase;letter-spacing:.12em;cursor:pointer}.atiems-add:disabled,.atiems-sticky button:disabled{opacity:.45}.atiems-dynamic{margin-top:10px}.atiems-trust{padding:24px 0 0;margin:0;display:grid;gap:18px;list-style:none}.atiems-trust li{display:flex;align-items:center;gap:13px}.atiems-trust svg,.atiems-benefit svg,.atiems-note svg,.atiems-about svg{width:29px;height:29px;fill:none;stroke:currentColor;stroke-width:1.25;flex:none}.atiems-benefit-grid{display:grid;gap:25px}.atiems-benefit{display:flex;gap:18px}.atiems-about ul{list-style:none;padding:0}.atiems-about li{display:flex;gap:10px;margin:14px 0}.atiems-about li svg{width:18px}.atiems-accordion{border-top:1px solid #302b2624}.atiems-accordion:last-child{border-bottom:1px solid #302b2624}.atiems-accordion summary{display:flex;justify-content:space-between;cursor:pointer;padding:19px 0;list-style:none}.atiems-accordion[open] summary span{transform:rotate(45deg)}.atiems-accordion>div{padding:0 0 18px}.atiems-note{display:grid;grid-template-columns:55px 1fr;gap:20px;align-items:center}.atiems-note svg{width:50px;height:50px;padding:12px;background:#eee6dd}.atiems-plus{text-align:center;display:block;margin:12px}.atiems-usage ol{list-style:none;padding:0}.atiems-usage li{display:flex;gap:18px;margin:24px 0}.atiems-usage li>span{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:#eee6dd}.atiems-lifestyle img{width:100%;display:block;aspect-ratio:4/3;object-fit:cover}.atiems-box-item{display:flex;align-items:center;gap:25px}.atiems-box-item img{width:90px;height:105px;object-fit:contain}.atiems-reviews blockquote{margin:20px 0;padding:20px;background:#f5f0e9}.atiems-reviews cite{font-style:normal;font-size:13px}.atiems-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.atiems-product-grid a{text-decoration:none;color:inherit;text-align:center}.atiems-product-grid img{width:100%;aspect-ratio:3/4;object-fit:cover}.atiems-product-grid h3{font-size:1.2rem;margin-top:10px}.atiems-sticky{position:fixed;z-index:20;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -5px 20px #0002;padding:10px 14px;display:flex;align-items:center;gap:15px}.atiems-sticky>div{display:flex;flex-direction:column;min-width:0;flex:1}.atiems-sticky strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.atiems-sticky button{flex:none}.atiems-product :focus-visible{outline:2px solid var(--atiems-accent);outline-offset:3px}
@media(min-width:990px){.atiems-announcement{display:none}.atiems-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(410px,.9fr);grid-template-areas:'gallery buy' 'benefits notes' 'about usage' 'lifestyle faq' 'box reviews' 'recommend recommend';align-items:start}.atiems-gallery{grid-area:gallery;position:sticky;top:0}.atiems-gallery__track{aspect-ratio:1/1.12}.atiems-media{aspect-ratio:auto}.atiems-buy{grid-area:buy;padding:70px 7vw}.atiems-benefits{grid-area:benefits}.atiems-about{grid-area:about}.atiems-notes{grid-area:notes}.atiems-usage{grid-area:usage}.atiems-lifestyle{grid-area:lifestyle}.atiems-faq{grid-area:faq}.atiems-box{grid-area:box}.atiems-reviews{grid-area:reviews}.atiems-recommend{grid-area:recommend}.atiems-panel{padding:60px 5vw}.atiems-benefit-grid{grid-template-columns:repeat(2,1fr)}.atiems-trust{grid-template-columns:repeat(3,1fr);font-size:12px;text-align:center}.atiems-trust li{flex-direction:column}.atiems-sticky{display:none}}
@media(prefers-reduced-motion:reduce){.atiems-gallery__track{scroll-behavior:auto!important}}