*{box-sizing:border-box}
:root{--fz-shadow:0 8px 28px rgba(0,0,0,.07);--fz-shadow-strong:0 18px 60px rgba(0,0,0,.14);--fz-font:"SamsungOne","One UI Sans","SF Pro Display","Segoe UI",Roboto,Arial,sans-serif}
html{scroll-behavior:smooth}
body{margin:0;background:var(--fz-bg);color:var(--fz-ink);font-family:var(--fz-font);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}
body.is-locked{overflow:hidden}
img,svg{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
button:disabled{cursor:not-allowed;opacity:.48}
.fz-skip{position:absolute;left:-9999px;top:auto}
.fz-skip:focus{left:16px;top:16px;z-index:9999;background:var(--fz-surface);padding:12px 16px;border-radius:14px}
.fz-container{width:min(calc(100% - 40px),var(--fz-page));margin-inline:auto}
.fz-section{padding:52px 0}
.fz-section--hero{padding-top:26px}
.fz-section--surface{background:color-mix(in srgb,var(--fz-surface) 68%,var(--fz-bg))}
.fz-heading{margin:0;font-weight:760;line-height:.98;letter-spacing:-.045em}
.fz-heading--xl{font-size:clamp(48px,7vw,92px)}
.fz-heading--lg{font-size:clamp(34px,4.2vw,58px)}
.fz-heading--md{font-size:clamp(28px,3vw,40px)}
.fz-muted{color:var(--fz-muted)}
.fz-button{appearance:none;border:0;background:var(--fz-accent);color:#fff;min-height:54px;padding:0 26px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:15px;font-weight:700;transition:transform .18s ease,filter .18s ease,box-shadow .18s ease;box-shadow:0 6px 20px color-mix(in srgb,var(--fz-accent) 26%,transparent)}
.fz-button svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}
[dir=rtl] .fz-button svg{transform:scaleX(-1)}
.fz-button:hover{transform:translateY(-1px);filter:brightness(.98)}
.fz-button--outline{background:var(--fz-surface);color:var(--fz-ink);border:1px solid var(--fz-border);box-shadow:none}
.fz-button--full{width:100%}
.fz-icon-button{width:46px;height:46px;border:0;border-radius:50%;background:transparent;display:grid;place-items:center;position:relative}
.fz-icon-button:hover{background:color-mix(in srgb,var(--fz-ink) 6%,transparent)}
.fz-icon-button svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.fz-announcement{background:var(--fz-accent);color:#fff;min-height:36px;display:flex;align-items:center;justify-content:center;text-align:center;padding:7px 16px;font-size:12px;font-weight:700}
.fz-header{position:sticky;top:0;z-index:50;padding:12px 0;background:color-mix(in srgb,var(--fz-bg) 86%,transparent);backdrop-filter:blur(22px)}
.fz-header__shell{background:color-mix(in srgb,var(--fz-surface) 92%,transparent);border:1px solid color-mix(in srgb,var(--fz-border) 78%,transparent);border-radius:24px;box-shadow:0 5px 18px rgba(0,0,0,.045)}
.fz-header__inner{min-height:66px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:30px;padding:0 12px}
.fz-logo{display:inline-flex;align-items:center;justify-content:center}
.fz-logo img{max-height:44px;width:auto}
.fz-logo__text{font-size:29px;font-weight:800;line-height:.74;text-align:center;letter-spacing:-.065em}
.fz-logo__text small{display:block;font-size:7px;letter-spacing:.32em;margin-top:7px;margin-left:.32em;font-weight:700}
.fz-nav{display:flex;justify-content:center;gap:10px;font-size:13px;font-weight:650}
.fz-nav a{padding:12px 15px;border-radius:14px}
.fz-nav a:hover{background:color-mix(in srgb,var(--fz-ink) 5%,transparent)}
.fz-header__actions{display:flex;align-items:center}
.fz-menu-toggle{display:none}
.fz-mobile-menu{display:none;position:fixed;inset:0;z-index:100}
.fz-mobile-menu.is-open{display:block}
.fz-mobile-menu__backdrop{position:absolute;inset:0;border:0;background:rgba(0,0,0,.38);backdrop-filter:blur(4px)}
.fz-mobile-menu__panel{position:absolute;left:0;right:0;bottom:0;max-height:82vh;overflow:auto;background:var(--fz-surface);border-radius:34px 34px 0 0;padding:12px 22px calc(28px + env(safe-area-inset-bottom));box-shadow:var(--fz-shadow-strong)}
.fz-mobile-menu__panel:before,.fz-modal__handle{content:"";display:block;width:46px;height:5px;border-radius:99px;background:#c7c7c7;margin:0 auto 18px}
.fz-mobile-menu__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.fz-mobile-menu__top h2{font-size:34px;letter-spacing:-.04em;margin:0}
.fz-mobile-nav{display:grid}
.fz-mobile-nav a{padding:18px 3px;border-bottom:1px solid var(--fz-border);display:flex;align-items:center;justify-content:space-between;font-size:19px;font-weight:700}
.fz-mobile-nav svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
[dir=rtl] .fz-mobile-nav svg{transform:scaleX(-1)}
.fz-bottom-nav{display:none}
.fz-hero{min-height:620px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:calc(var(--fz-radius) + 8px);overflow:hidden;box-shadow:var(--fz-shadow)}
.fz-hero__content{padding:clamp(46px,7vw,96px);display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;position:relative;z-index:2}
.fz-hero__copy{max-width:440px;margin:24px 0 30px;color:var(--fz-muted);font-size:18px;line-height:1.55}
.fz-hero__visual{position:relative;min-height:520px;overflow:hidden;background:linear-gradient(145deg,#e9f3ff,#cfe6ff)}
.fz-hero__visual img{width:100%;height:100%;object-fit:cover}
.fz-hero__orb{position:absolute;border-radius:50%;filter:blur(1px)}
.fz-hero__orb--one{width:430px;height:430px;background:rgba(255,255,255,.82);right:-90px;top:-60px}
.fz-hero__orb--two{width:300px;height:300px;background:color-mix(in srgb,var(--fz-accent) 34%,white);left:2%;bottom:-70px}
.fz-hero__monogram{position:absolute;inset:0;display:grid;place-items:center;font-size:clamp(100px,16vw,240px);font-weight:800;letter-spacing:-.11em;color:var(--fz-accent);text-shadow:0 14px 48px rgba(0,0,0,.08)}
.fz-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:30px}
.fz-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--fz-accent);font-size:14px;font-weight:700;padding:10px 4px}
.fz-text-link svg{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.9}
[dir=rtl] .fz-text-link svg{transform:scaleX(-1)}
.fz-setup-note{border:1px dashed var(--fz-border);border-radius:var(--fz-radius);padding:28px;background:var(--fz-surface);color:var(--fz-muted);text-align:center}
.fz-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fz-category{background:var(--fz-surface);overflow:hidden;border:1px solid var(--fz-border);border-radius:var(--fz-radius);box-shadow:0 4px 14px rgba(0,0,0,.035)}
.fz-category__media{aspect-ratio:4/3;overflow:hidden;background:#ededed}
.fz-category__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.fz-category:hover img{transform:scale(1.025)}
.fz-category__label{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;font-size:17px;font-weight:750}
.fz-category__label svg{width:19px;height:19px;stroke:currentColor;fill:none;stroke-width:1.9}
[dir=rtl] .fz-category__label svg{transform:scaleX(-1)}
.fz-product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.fz-product-card{min-width:0;background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:var(--fz-radius);overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.035);transition:transform .2s ease,box-shadow .2s ease}
.fz-product-card:hover{transform:translateY(-3px);box-shadow:var(--fz-shadow)}
.fz-product-card__media{display:block;position:relative;overflow:hidden;background:#ededed;aspect-ratio:4/5}
.fz-product-card__media img,.fz-product-card__media svg{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.fz-product-card:hover .fz-product-card__media img{transform:scale(1.02)}
.fz-product-card__badge{position:absolute;top:12px;left:12px;background:var(--fz-accent);color:#fff;padding:7px 10px;border-radius:11px;font-size:10px;font-weight:750}
.fz-product-card__body{padding:17px 18px 20px}
.fz-product-card__title{font-size:15px;margin:0 0 7px;font-weight:680;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.fz-product-card__price{font-size:14px;font-weight:760;color:var(--fz-accent)}
.fz-product-card__compare{color:var(--fz-muted);text-decoration:line-through;margin-inline-start:7px;font-weight:500}
.fz-benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fz-benefit{background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:var(--fz-radius);padding:24px;display:grid;grid-template-columns:54px 1fr;gap:17px;align-items:center}
.fz-benefit__icon{width:54px;height:54px;background:color-mix(in srgb,var(--fz-accent) 11%,white);border-radius:18px;display:grid;place-items:center;color:var(--fz-accent)}
.fz-benefit__icon svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:1.6}
.fz-benefit h3{font-size:16px;margin:0 0 4px}
.fz-benefit p{margin:0;font-size:13px;color:var(--fz-muted)}
.fz-look-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.fz-look{aspect-ratio:1;overflow:hidden;background:#ededed;border-radius:var(--fz-radius)}
.fz-look img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.fz-look:hover img{transform:scale(1.025)}
.fz-testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.fz-testimonial{background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:var(--fz-radius);padding:28px}
.fz-stars{color:var(--fz-accent);letter-spacing:.1em;margin-bottom:16px}
.fz-testimonial blockquote{margin:0 0 18px;font-size:17px;line-height:1.65}
.fz-testimonial cite{font-style:normal;font-size:13px;font-weight:700;color:var(--fz-muted)}
.fz-footer{padding:38px 0 32px}
.fz-footer__surface{background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:calc(var(--fz-radius) + 6px);padding:42px;box-shadow:0 4px 16px rgba(0,0,0,.03)}
.fz-footer__grid{display:grid;grid-template-columns:1.4fr repeat(3,1fr);gap:42px}
.fz-footer h3{font-size:13px;margin:0 0 16px}
.fz-footer p,.fz-footer a{font-size:13px;color:var(--fz-muted)}
.fz-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.fz-footer__tagline{max-width:270px;margin-top:22px}
.fz-footer__bottom{border-top:1px solid var(--fz-border);margin-top:34px;padding-top:20px;display:flex;justify-content:space-between;font-size:12px;color:var(--fz-muted)}
.fz-collection-head{padding:48px 0 34px;max-width:850px}
.fz-collection-description{max-width:680px;margin-top:20px;font-size:17px}
.fz-pagination{display:flex;justify-content:center;gap:9px;margin-top:38px}
.fz-pagination a,.fz-pagination span{min-width:44px;height:44px;border:1px solid var(--fz-border);background:var(--fz-surface);border-radius:15px;display:grid;place-items:center}
.fz-product{padding:34px 0 76px}
.fz-product__grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.72fr);gap:24px;align-items:start}
.fz-product-gallery{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.fz-product-gallery__item{background:#ededed;overflow:hidden;border-radius:var(--fz-radius);border:1px solid var(--fz-border)}
.fz-product-gallery__item img,.fz-product-gallery__item svg{width:100%;height:auto;aspect-ratio:4/5;object-fit:cover}
.fz-product-info{position:sticky;top:104px;background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:calc(var(--fz-radius) + 4px);padding:32px;box-shadow:var(--fz-shadow)}
.fz-product-title{font-size:clamp(36px,4vw,58px);font-weight:760;line-height:1.02;letter-spacing:-.045em;margin:0 0 12px}
.fz-product-price{font-size:22px;font-weight:780;color:var(--fz-accent);margin-bottom:16px}
.fz-rating{color:var(--fz-accent);font-size:13px;margin-bottom:22px}
.fz-option{margin:24px 0}
.fz-option__label{display:flex;justify-content:space-between;margin-bottom:11px;font-size:14px;font-weight:700}
.fz-option__values{display:flex;flex-wrap:wrap;gap:9px}
.fz-option-button{min-width:50px;height:46px;padding:0 15px;border:1px solid var(--fz-border);border-radius:15px;background:#f3f3f3;font-weight:650}
.fz-option-button.is-selected{background:var(--fz-accent);color:#fff;border-color:var(--fz-accent)}
.fz-quantity{display:inline-grid;grid-template-columns:46px 58px 46px;background:#f3f3f3;border-radius:16px;height:46px;overflow:hidden}
.fz-quantity button{border:0;background:transparent;font-size:20px}
.fz-quantity input{border:0;text-align:center;width:100%;background:transparent;font-weight:700}
.fz-buy-stack{display:grid;gap:10px;margin-top:26px}
.fz-trust-list{display:grid;gap:10px;margin-top:22px}
.fz-trust-item{display:flex;gap:13px;align-items:center;padding:15px 16px;background:#f5f5f5;border-radius:16px;font-size:13px}
.fz-trust-item svg{width:22px;height:22px;stroke:var(--fz-accent);fill:none;stroke-width:1.6}
.fz-accordion{margin-top:24px}
.fz-accordion details{border-bottom:1px solid var(--fz-border);padding:18px 3px}
.fz-accordion summary{cursor:pointer;font-size:15px;font-weight:700}
.fz-accordion__content{padding:14px 0;color:var(--fz-muted)}
.fz-modal{position:fixed;inset:0;z-index:110;display:none;align-items:center;justify-content:center;padding:20px}
.fz-modal.is-open{display:flex}
.fz-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.42);backdrop-filter:blur(7px)}
.fz-modal__panel{position:relative;width:min(100%,520px);max-height:min(90vh,850px);overflow:auto;background:var(--fz-surface);border-radius:34px;padding:28px;box-shadow:var(--fz-shadow-strong)}
.fz-modal__handle{display:none}
.fz-modal__head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px}
.fz-modal__head h2{margin:0;font-size:34px;letter-spacing:-.04em}
.fz-order-summary{display:grid;grid-template-columns:88px 1fr;gap:15px;align-items:center;padding:13px;background:#f3f3f3;border-radius:20px;margin-bottom:22px}
.fz-order-summary img,.fz-order-summary svg{width:88px;height:104px;object-fit:cover;border-radius:15px;background:#e8e8e8}
.fz-order-summary h3{margin:0 0 5px;font-size:15px}
.fz-order-summary p{margin:0 0 5px;color:var(--fz-muted);font-size:12px}
.fz-field{display:grid;gap:7px;margin:15px 0}
.fz-field label{font-size:13px;font-weight:700}
.fz-field input,.fz-field textarea{width:100%;border:1px solid var(--fz-border);background:#f4f4f4;padding:14px 16px;min-height:54px;border-radius:17px;outline:none}
.fz-field input:focus,.fz-field textarea:focus{border-color:var(--fz-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--fz-accent) 16%,transparent)}
.fz-field textarea{min-height:104px;resize:vertical}
.fz-form-message{display:none;margin:13px 0;padding:13px 15px;font-size:13px;border-radius:15px}
.fz-form-message.is-visible{display:block}
.fz-form-message.is-error{background:#ffe9e7;color:#9b2922}
.fz-form-message.is-success{background:#e4f5e8;color:#21602f}
.fz-success{text-align:center;padding:28px 0}
.fz-success__icon{width:68px;height:68px;border-radius:50%;background:var(--fz-accent);color:#fff;display:grid;place-items:center;margin:0 auto 18px;font-size:30px}
.fz-mobile-buy{display:none;position:fixed;left:0;right:0;bottom:78px;z-index:45;padding:10px 14px;background:color-mix(in srgb,var(--fz-bg) 90%,transparent);backdrop-filter:blur(16px)}
.fz-cart{padding:48px 0}
.fz-cart-table{width:100%;border-collapse:separate;border-spacing:0 10px}
.fz-cart-table th{padding:8px 16px;text-align:left;color:var(--fz-muted);font-size:12px}
.fz-cart-table td{background:var(--fz-surface);padding:16px;border-top:1px solid var(--fz-border);border-bottom:1px solid var(--fz-border)}
.fz-cart-table td:first-child{border-inline-start:1px solid var(--fz-border);border-radius:var(--fz-radius) 0 0 var(--fz-radius)}
.fz-cart-table td:last-child{border-inline-end:1px solid var(--fz-border);border-radius:0 var(--fz-radius) var(--fz-radius) 0}
.fz-cart-product{display:flex;gap:15px;align-items:center}
.fz-cart-product img{width:80px;height:100px;border-radius:18px;object-fit:cover}
.fz-cart-footer{display:flex;justify-content:flex-end;padding-top:24px}
.fz-cart-summary{width:min(100%,420px);display:grid;gap:14px;background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:var(--fz-radius);padding:22px}
.fz-page{padding:60px 0;max-width:880px}
.fz-empty{text-align:center;padding:88px 20px}
.fz-search-form{display:flex;gap:10px;max-width:680px;margin:22px 0 44px;background:var(--fz-surface);padding:9px;border:1px solid var(--fz-border);border-radius:22px}
.fz-search-form input{flex:1;border:0;padding:12px 14px;background:transparent;outline:none}
.fz-search-form button{min-height:48px}
.fz-product-placeholder{background:#ededed;color:#c8c8c8}
@media(max-width:990px){
  .fz-nav{display:none}.fz-menu-toggle{display:grid}.fz-header__inner{grid-template-columns:auto 1fr auto}.fz-logo{justify-self:center}.fz-product-grid{grid-template-columns:repeat(2,1fr)}.fz-category-grid{grid-template-columns:repeat(2,1fr)}.fz-benefits__grid{grid-template-columns:1fr}.fz-product__grid{grid-template-columns:1fr}.fz-product-info{position:static}.fz-footer__grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:749px){
  body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.fz-container{width:min(calc(100% - 24px),var(--fz-page))}.fz-section{padding:36px 0}.fz-section--hero{padding-top:10px}.fz-header{padding:7px 0}.fz-header__shell{border-radius:21px}.fz-header__inner{min-height:58px;padding:0 6px}.fz-header__actions{display:none}.fz-logo__text{font-size:26px}.fz-heading--xl{font-size:clamp(48px,15vw,68px)}.fz-heading--lg{font-size:38px}.fz-section-head{align-items:center;margin-bottom:22px}.fz-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:70;min-height:calc(70px + env(safe-area-inset-bottom));padding:8px 10px env(safe-area-inset-bottom);background:color-mix(in srgb,var(--fz-surface) 94%,transparent);border-top:1px solid var(--fz-border);backdrop-filter:blur(22px)}.fz-bottom-nav a,.fz-bottom-nav button{border:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;color:var(--fz-muted);font-size:10px;font-weight:650}.fz-bottom-nav a[aria-current=page]{color:var(--fz-accent)}.fz-bottom-nav svg{width:23px;height:23px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.fz-hero{min-height:auto;grid-template-columns:1fr;border-radius:32px}.fz-hero__content{padding:38px 28px 30px;min-height:350px;justify-content:flex-end}.fz-hero__copy{font-size:16px;margin:18px 0 24px}.fz-hero__visual{grid-row:1;min-height:330px}.fz-hero__orb--one{width:310px;height:310px}.fz-hero__orb--two{width:220px;height:220px}.fz-category-grid{gap:12px}.fz-category__label{padding:15px;font-size:14px}.fz-product-grid{gap:12px}.fz-product-card{border-radius:22px}.fz-product-card__body{padding:13px 13px 16px}.fz-product-card__title{font-size:13px}.fz-product-card__price{font-size:13px}.fz-benefit{border-radius:22px}.fz-look-grid{grid-template-columns:repeat(2,1fr)}.fz-testimonial-grid{grid-template-columns:1fr}.fz-footer{padding-bottom:22px}.fz-footer__surface{padding:28px 22px;border-radius:30px}.fz-footer__grid{grid-template-columns:1fr;gap:28px}.fz-footer__bottom{display:grid;gap:7px}.fz-collection-head{padding:34px 0 24px}.fz-product{padding:12px 0 28px}.fz-product-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:8px;margin-inline:-12px;padding-inline:12px;scrollbar-width:none}.fz-product-gallery::-webkit-scrollbar{display:none}.fz-product-gallery__item{min-width:88vw;scroll-snap-align:center;border-radius:28px}.fz-product-info{margin-top:14px;padding:25px 20px;border-radius:30px}.fz-product-title{font-size:39px}.fz-modal{align-items:flex-end;padding:0}.fz-modal__panel{width:100%;max-height:92vh;border-radius:32px 32px 0 0;padding:12px 20px calc(24px + env(safe-area-inset-bottom))}.fz-modal__handle{display:block}.fz-modal__head h2{font-size:31px}.fz-mobile-buy{display:block}.fz-cart-table thead{display:none}.fz-cart-table,.fz-cart-table tbody,.fz-cart-table tr,.fz-cart-table td{display:block}.fz-cart-table tr{background:var(--fz-surface);border:1px solid var(--fz-border);border-radius:24px;padding:14px;margin-bottom:12px}.fz-cart-table td{border:0!important;border-radius:0!important;padding:7px;background:transparent}.fz-search-form{margin-top:18px}.fz-search-form .fz-button{padding-inline:18px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
