:root{--sofivra-background: #fbfaf8;--sofivra-foreground: #181313;--sofivra-muted: #75686c;--sofivra-card: #ffffff;--sofivra-border: rgba(24, 19, 19, .12);--sofivra-blush: #f7d7e2;--sofivra-champagne: #f5e5d6;--sofivra-mauve: #d9bfd0;--sofivra-gradient: linear-gradient(90deg, #f7d7e2, #d9bfd0, #f5e5d6, #f7d7e2);--sofivra-shadow: 2px 4px 12px rgba(0, 0, 0, .08);--sofivra-shadow-strong: 2px 12px 32px rgba(24, 19, 19, .12);--sofivra-radius-pill: 9999px;--sofivra-radius-card: 32px;--sofivra-motion-fast: .18s ease;--sofivra-motion-medium: .36s cubic-bezier(.22, 1, .36, 1);--sofivra-motion-slow: 30s}.sofivra-section{color:var(--sofivra-foreground);background:var(--sofivra-background);padding:clamp(64px,9vw,128px) 0}.sofivra-section--soft{background:#f6f3f1}.sofivra-container{width:min(1200px,calc(100% - 32px));margin:0 auto}.sofivra-eyebrow{font-size:.75rem;letter-spacing:.16em;text-transform:uppercase;color:var(--sofivra-muted);font-weight:700}.sofivra-heading{font-size:clamp(2.4rem,6vw,5.8rem);line-height:.96;letter-spacing:-.06em;font-weight:700}.sofivra-subtitle{color:var(--sofivra-muted);font-size:clamp(1rem,1.8vw,1.2rem);line-height:1.7;max-width:660px}.sofivra-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border:0;border-radius:var(--sofivra-radius-pill);text-decoration:none;font-weight:700;cursor:pointer;transition:transform var(--sofivra-motion-medium),box-shadow var(--sofivra-motion-medium),opacity var(--sofivra-motion-fast)}.sofivra-button--dark{background:var(--sofivra-foreground);color:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-button--dark:hover{transform:translateY(-2px);box-shadow:var(--sofivra-shadow-strong)}.sofivra-button--gradient{position:relative;background:var(--sofivra-gradient);background-size:200% 100%;padding:2px}.sofivra-button--gradient>span{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 22px;border-radius:var(--sofivra-radius-pill);background:var(--sofivra-background)}.sofivra-button--gradient:hover{background-position:100% 0;transform:translateY(-2px)}.sofivra-button:focus-visible{outline:3px solid var(--sofivra-foreground);outline-offset:4px}.sofivra-card{background:var(--sofivra-card);border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-card);box-shadow:var(--sofivra-shadow);overflow:hidden}.sofivra-card:focus-within{outline:3px solid var(--sofivra-foreground);outline-offset:4px}.sofivra-showcase__header,.sofivra-guide__header{display:flex;justify-content:space-between;gap:clamp(24px,5vw,80px);align-items:flex-end;margin-bottom:clamp(28px,5vw,56px)}.sofivra-showcase__header h2,.sofivra-brand-badges__header h2,.sofivra-faq__intro h2,.sofivra-guide__header h2{margin:10px 0 0;max-width:760px;font-size:clamp(2rem,4.8vw,4.8rem);line-height:.98;letter-spacing:-.055em}.sofivra-showcase__header p,.sofivra-guide__header p{max-width:420px;margin:0;color:var(--sofivra-muted);line-height:1.7}.sofivra-showcase__layout{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:clamp(18px,3vw,36px);align-items:stretch}.sofivra-showcase__featured,.sofivra-carousel__card,.sofivra-guide-card{color:inherit;text-decoration:none}.sofivra-showcase__featured{position:relative;min-height:560px;isolation:isolate}.sofivra-showcase__featured-media,.sofivra-carousel__media,.sofivra-guide-card__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.sofivra-showcase__image,.sofivra-carousel__image,.sofivra-guide-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--sofivra-motion-medium)}.sofivra-showcase__featured:after,.sofivra-carousel__card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#18131305,#181313ad);pointer-events:none}.sofivra-showcase__featured:hover .sofivra-showcase__image,.sofivra-carousel__card:hover .sofivra-carousel__image,.sofivra-guide-card:hover .sofivra-guide-card__image{transform:scale(1.055)}.sofivra-showcase__placeholder,.sofivra-carousel__placeholder,.sofivra-guide-card__placeholder{width:100%;height:100%;background:radial-gradient(circle at 22% 18%,rgba(255,255,255,.7),transparent 28%),linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-mauve) 52%,var(--sofivra-champagne))}.sofivra-showcase__featured-copy{position:absolute;inset:auto clamp(22px,4vw,38px) clamp(22px,4vw,38px);z-index:2;color:#fff}.sofivra-showcase__featured-copy span,.sofivra-guide-card__copy span{display:inline-flex;margin-bottom:12px;font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sofivra-showcase__featured-copy h3,.sofivra-carousel__overlay h3,.sofivra-guide-card__copy h3{margin:0;font-size:clamp(1.55rem,3vw,2.8rem);line-height:1;letter-spacing:-.045em}.sofivra-showcase__featured-copy p{max-width:420px;margin:16px 0;line-height:1.6;opacity:.9}.sofivra-showcase__featured-copy strong,.sofivra-carousel__overlay span{display:inline-flex;padding:8px 14px;border:1px solid rgba(255,255,255,.28);border-radius:var(--sofivra-radius-pill);background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sofivra-carousel{position:relative;min-width:0}.sofivra-carousel__controls{position:absolute;top:-72px;right:0;display:flex;gap:10px}.sofivra-carousel__button{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border:1px solid var(--sofivra-border);border-radius:50%;color:var(--sofivra-foreground);background:#ffffffc7;box-shadow:var(--sofivra-shadow);cursor:pointer;font-size:2rem;line-height:1;transition:transform var(--sofivra-motion-fast),background var(--sofivra-motion-fast)}.sofivra-carousel__button:hover{transform:translateY(-2px);background:#fff}.sofivra-carousel__button:focus-visible,.sofivra-faq__item summary:focus-visible,.sofivra-guide-card:focus-visible,.sofivra-showcase__featured:focus-visible,.sofivra-carousel__card:focus-visible{outline:3px solid var(--sofivra-foreground);outline-offset:4px}.sofivra-carousel__track{display:grid;grid-auto-columns:minmax(260px,48%);grid-auto-flow:column;gap:18px;min-height:560px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;scroll-padding-inline:2px;scrollbar-width:none}.sofivra-carousel__track::-webkit-scrollbar{display:none}.sofivra-carousel__card{position:relative;overflow:hidden;border-radius:var(--sofivra-radius-card);box-shadow:var(--sofivra-shadow);scroll-snap-align:start;isolation:isolate}.sofivra-carousel__overlay{position:absolute;inset:auto 18px 18px;z-index:2;color:#fff}.sofivra-carousel__overlay h3{margin-bottom:12px}.sofivra-brand-badges__header{max-width:780px;margin-bottom:clamp(28px,5vw,54px)}.sofivra-brand-badges__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.sofivra-brand-badge{min-height:230px;padding:clamp(20px,2.5vw,28px);border:1px solid var(--sofivra-border);border-radius:28px;background:linear-gradient(180deg,#ffffffeb,#ffffffb8),var(--sofivra-gradient);box-shadow:var(--sofivra-shadow)}.sofivra-brand-badge__mark{display:inline-flex;margin-bottom:36px;color:var(--sofivra-muted);font-size:.78rem;font-weight:800;letter-spacing:.14em}.sofivra-brand-badge h3{margin:0;font-size:clamp(1.15rem,1.7vw,1.55rem);line-height:1;letter-spacing:-.04em}.sofivra-brand-badge p{margin:14px 0 0;color:var(--sofivra-muted);font-size:.92rem;line-height:1.55}.sofivra-faq__grid{display:grid;grid-template-columns:minmax(240px,.78fr) minmax(0,1.22fr);gap:clamp(28px,6vw,84px);align-items:start}.sofivra-faq__intro{position:sticky;top:120px}.sofivra-faq__intro p{max-width:420px;color:var(--sofivra-muted);line-height:1.7}.sofivra-faq__list{display:grid;gap:14px}.sofivra-faq__item{border:1px solid var(--sofivra-border);border-radius:28px;background:#fff;box-shadow:var(--sofivra-shadow);overflow:hidden}.sofivra-faq__item summary{display:flex;justify-content:space-between;gap:24px;align-items:center;padding:clamp(22px,3vw,32px);cursor:pointer;list-style:none;font-size:clamp(1.05rem,1.7vw,1.4rem);font-weight:800;letter-spacing:-.035em}.sofivra-faq__item summary::-webkit-details-marker{display:none}.sofivra-faq__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:var(--sofivra-background);transition:transform var(--sofivra-motion-fast)}.sofivra-faq__item[open] .sofivra-faq__icon{transform:rotate(45deg)}.sofivra-faq__answer{padding:0 clamp(22px,3vw,32px) clamp(22px,3vw,32px);color:var(--sofivra-muted);line-height:1.7}.sofivra-faq__answer p{max-width:680px;margin:0}.sofivra-guide__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.sofivra-guide-card{display:grid;min-height:520px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-card);background:#fff;box-shadow:var(--sofivra-shadow);overflow:hidden}.sofivra-guide-card__media{position:relative;min-height:250px}.sofivra-guide-card__copy{display:flex;flex-direction:column;padding:clamp(20px,2.4vw,28px)}.sofivra-guide-card__copy span{color:var(--sofivra-muted)}.sofivra-guide-card__copy h3{font-size:clamp(1.3rem,2vw,1.9rem)}.sofivra-guide-card__copy p{margin:16px 0 24px;color:var(--sofivra-muted);line-height:1.65}.sofivra-guide-card__copy strong{margin-top:auto;font-size:.9rem;letter-spacing:.1em;text-transform:uppercase}@media(max-width:990px){.sofivra-showcase__header,.sofivra-guide__header{display:grid;align-items:start}.sofivra-showcase__layout,.sofivra-faq__grid{grid-template-columns:1fr}.sofivra-showcase__featured,.sofivra-carousel__track{min-height:480px}.sofivra-carousel__controls{position:static;justify-content:flex-end;margin-bottom:14px}.sofivra-brand-badges__grid,.sofivra-guide__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sofivra-faq__intro{position:static}}@media(max-width:700px){.sofivra-showcase__featured,.sofivra-carousel__track{min-height:420px}.sofivra-carousel__track{grid-auto-columns:minmax(240px,82%)}.sofivra-brand-badges__grid,.sofivra-guide__grid{grid-template-columns:1fr}.sofivra-brand-badge{min-height:180px}.sofivra-guide-card{min-height:auto}}@keyframes sofivra-marquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes sofivra-marquee-reverse{0%{transform:translateY(-50%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.sofivra-section,.sofivra-section *,.sofivra-section *:before,.sofivra-section *:after,.sofivra-header,.sofivra-header *,.sofivra-header *:before,.sofivra-header *:after,.sofivra-footer,.sofivra-footer *,.sofivra-footer *:before,.sofivra-footer *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.sofivra-video-feature__phone,.sofivra-reviews__track{animation:none!important}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sofivra-header{position:sticky;top:0;z-index:50;width:100%;margin:0;background:#fbfaf8d6;border:0;border-bottom:1px solid rgba(24,19,19,.08);border-radius:0;box-shadow:none;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);transition:background var(--sofivra-motion-medium),box-shadow var(--sofivra-motion-medium),transform var(--sofivra-motion-medium)}.sofivra-header.is-scrolled{background:#fbfaf8f0;box-shadow:0 12px 34px #18131314}.sofivra-promo-bar{display:flex;justify-content:center;padding:8px clamp(18px,4vw,44px);background:var(--sofivra-foreground);color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-align:center;text-transform:uppercase}.sofivra-header__inner{display:grid;grid-template-columns:auto 1fr auto;gap:clamp(16px,3vw,40px);align-items:center;min-height:68px;width:min(1440px,calc(100% - clamp(24px,5vw,88px)));margin:0 auto;padding:0 clamp(18px,3vw,30px)}.sofivra-header__brand{display:inline-flex;align-items:center;gap:9px;width:clamp(182px,18vw,246px);height:auto;color:inherit;font-family:var(--font-primary, serif);font-size:clamp(1.25rem,2vw,1.65rem);font-weight:700;letter-spacing:-.04em;text-decoration:none}.sofivra-header__logo-mark{display:block;width:clamp(34px,3.8vw,48px);height:clamp(34px,3.8vw,48px);border-radius:50%;object-fit:cover;object-position:50% 48%}.sofivra-header__logo-wordmark{display:block;width:min(178px,calc(100% - 52px));height:auto;object-fit:contain}.sofivra-header__nav,.sofivra-header__actions,.sofivra-header__mobile-nav{display:flex;align-items:center}.sofivra-header__nav{justify-content:center;gap:clamp(14px,2vw,28px)}.sofivra-header__nav a,.sofivra-header__mobile-nav a{color:inherit;font-size:.88rem;font-weight:700;text-decoration:none}.sofivra-header__nav a{opacity:.72;transition:opacity var(--sofivra-motion-fast),transform var(--sofivra-motion-fast)}.sofivra-header__nav a:hover{opacity:1;transform:translateY(-1px)}.sofivra-header__actions{justify-content:flex-end;gap:14px}.sofivra-header__actions a,.sofivra-header__actions shopify-account{color:inherit;display:inline-flex;align-items:center;justify-content:center}.sofivra-header__actions svg{width:22px;height:22px}.sofivra-header__cart{position:relative;text-decoration:none}.sofivra-header__email{color:var(--sofivra-muted)!important;font-size:.78rem;font-weight:800;letter-spacing:.04em;white-space:nowrap}.sofivra-header__cart-count{position:absolute;top:-9px;right:-10px;display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;color:#fff;background:var(--sofivra-foreground);border-radius:var(--sofivra-radius-pill);font-size:.68rem;font-weight:800;line-height:1}.sofivra-header__mobile-toggle{display:none;width:42px;height:42px;padding:0;border:1px solid var(--sofivra-border);border-radius:50%;background:#ffffff9e}.sofivra-header__mobile-toggle span{display:block;width:16px;height:2px;margin:4px auto;background:currentColor;border-radius:var(--sofivra-radius-pill)}.sofivra-header__mobile-nav{display:none}.sofivra-footer{grid-column:1 / -1;margin-top:clamp(48px,8vw,96px);padding:clamp(56px,8vw,96px) 0 32px;color:#fbfaf8;background:radial-gradient(circle at 12% 15%,rgba(247,215,226,.18),transparent 30%),linear-gradient(135deg,#181313,#231b1d 58%,#100d0e)}.sofivra-footer a{color:inherit;text-decoration:none}.sofivra-footer__top{display:grid;grid-template-columns:minmax(280px,.95fr) 1.35fr;gap:clamp(36px,8vw,96px);align-items:start}.sofivra-footer__eyebrow{margin:0 0 14px;color:var(--sofivra-champagne);font-size:.72rem;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.sofivra-footer__signup h2{max-width:480px;margin:0 0 16px;font-size:clamp(2rem,4vw,4rem);line-height:.98;letter-spacing:-.06em}.sofivra-footer__email{display:inline-flex;margin-bottom:22px;color:var(--sofivra-champagne)!important;font-weight:800;letter-spacing:.04em}.sofivra-footer__form{display:flex;max-width:520px;padding:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.16);border-radius:var(--sofivra-radius-pill)}.sofivra-footer__form input[type=email]{flex:1;min-width:0;height:48px;padding:0 18px;color:#fff;background:transparent;border:0}.sofivra-footer__form input[type=email]::placeholder{color:#fff9}.sofivra-footer__form button{min-height:48px;padding:0 22px;background:var(--sofivra-gradient);border:0;border-radius:var(--sofivra-radius-pill);font-weight:800;cursor:pointer}.sofivra-footer__links{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:clamp(24px,4vw,54px)}.sofivra-footer__group{display:grid;gap:12px}.sofivra-footer__group h3{margin:0 0 6px;color:var(--sofivra-blush);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase}.sofivra-footer__group a,.sofivra-footer__group span,.sofivra-footer__social a,.sofivra-footer__social span,.sofivra-footer__copyright{color:#ffffffb8;font-size:.92rem}.sofivra-footer__group a:hover,.sofivra-footer__social a:hover{color:#fff}.sofivra-footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;margin-top:clamp(44px,7vw,80px);padding-top:24px;border-top:1px solid rgba(255,255,255,.12)}.sofivra-footer__social,.sofivra-footer__payment{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.sofivra-footer__payment{justify-content:center}.sofivra-footer__payment svg{width:38px;height:auto;background:#ffffffe6;border-radius:4px}.sofivra-footer__copyright{justify-self:end;text-align:right}@media(max-width:800px){.sofivra-header{width:100%;border-radius:0}.sofivra-header__inner{grid-template-columns:1fr auto;min-height:62px}.sofivra-header__nav{display:none}.sofivra-header__mobile-toggle{display:inline-block}.sofivra-header__mobile-nav{display:none;flex-wrap:wrap;gap:8px 16px;padding:0 18px 18px}.sofivra-header.is-mobile-open .sofivra-header__mobile-nav{display:flex}.sofivra-footer__top,.sofivra-footer__bottom,.sofivra-footer__links{grid-template-columns:1fr}.sofivra-footer__payment{justify-content:flex-start}.sofivra-footer__copyright{justify-self:start;text-align:left}}@media(max-width:520px){.sofivra-header__brand{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sofivra-footer__form{flex-direction:column;border-radius:24px}}.sofivra-hero{position:relative;overflow:hidden;padding-top:clamp(48px,7vw,96px)}.sofivra-hero:before{content:"";position:absolute;inset:4% auto auto 50%;width:min(560px,48vw);height:min(560px,48vw);background:radial-gradient(circle,#f7d7e2b3,#f5e5d600);transform:translate(-10%);pointer-events:none}.sofivra-hero__grid{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.82fr);gap:clamp(36px,7vw,92px);align-items:center}.sofivra-hero__content{display:grid;gap:26px}.sofivra-hero__badge{display:inline-flex;width:fit-content;align-items:center;gap:10px;padding:9px 14px;color:var(--sofivra-muted);background:#ffffffb8;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);box-shadow:var(--sofivra-shadow);font-size:.78rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.sofivra-hero__badge span{width:9px;height:9px;background:var(--sofivra-gradient);border-radius:50%;box-shadow:0 0 0 6px #f7d7e273}.sofivra-hero__features,.sofivra-fit-texture__features{display:grid;gap:12px}.sofivra-hero__feature,.sofivra-fit-texture__feature{display:grid;grid-template-columns:auto 1fr;gap:10px 16px;align-items:start;padding:16px 18px;background:#ffffffbd;border:1px solid var(--sofivra-border);border-radius:22px}.sofivra-hero__feature:before{content:"";width:10px;height:10px;margin-top:8px;background:var(--sofivra-gradient);border-radius:50%;box-shadow:0 0 0 5px #f7d7e252}.sofivra-hero__feature strong,.sofivra-fit-texture__feature strong{display:block;font-size:1rem}.sofivra-hero__feature span{grid-column:2;color:var(--sofivra-muted);line-height:1.55}.sofivra-hero__cta,.sofivra-fit-texture__cta{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.sofivra-hero__info{max-width:480px;padding:22px}.sofivra-hero__info span{color:var(--sofivra-muted);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.sofivra-hero__info p{margin:8px 0 0;line-height:1.6}.sofivra-hero__visual{min-width:0}.sofivra-hero__marquee{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;height:clamp(520px,58vw,720px);overflow:hidden;padding:0 4px}.sofivra-marquee-column{display:grid;gap:18px;animation:sofivra-marquee var(--sofivra-motion-slow) linear infinite}.sofivra-marquee-column--reverse{animation-name:sofivra-marquee-reverse}.sofivra-marquee-card{min-height:260px;overflow:hidden;border:1px solid rgba(255,255,255,.65);border-radius:34px;box-shadow:var(--sofivra-shadow-strong)}.sofivra-marquee-card--small{min-height:210px}.sofivra-marquee-card__image,.sofivra-fit-texture__image,.sofivra-product-card__image{display:block;width:100%;height:100%;object-fit:cover}.sofivra-gradient-placeholder,.sofivra-fit-texture__placeholder,.sofivra-product-card__placeholder{width:100%;height:100%;min-height:inherit;background:radial-gradient(circle at 24% 22%,rgba(255,255,255,.9),transparent 32%),linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-gradient-placeholder--champagne,.sofivra-product-card:nth-child(2n) .sofivra-product-card__placeholder{background:radial-gradient(circle at 70% 18%,rgba(255,255,255,.82),transparent 34%),linear-gradient(135deg,#fff5ed,var(--sofivra-champagne),var(--sofivra-blush))}.sofivra-gradient-placeholder--mauve,.sofivra-product-card:nth-child(3n) .sofivra-product-card__placeholder{background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.78),transparent 34%),linear-gradient(135deg,var(--sofivra-mauve),var(--sofivra-blush),#fff6ef)}.sofivra-hero__fade{position:absolute;right:0;left:0;z-index:2;height:120px;pointer-events:none}.sofivra-hero__fade--top{top:0;background:linear-gradient(180deg,var(--sofivra-background),rgba(251,250,248,0))}.sofivra-hero__fade--bottom{bottom:0;background:linear-gradient(0deg,var(--sofivra-background),rgba(251,250,248,0))}.sofivra-product-edit__header{display:grid;gap:12px;max-width:700px;margin-bottom:clamp(30px,5vw,54px)}.sofivra-product-edit__header h2,.sofivra-fit-texture__content h2{margin:0;font-size:clamp(2rem,4.5vw,4.6rem);line-height:1;letter-spacing:-.055em}.sofivra-product-edit__header p,.sofivra-fit-texture__content>p{margin:0;color:var(--sofivra-muted);font-size:clamp(1rem,1.6vw,1.16rem);line-height:1.7}.sofivra-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2.5vw,28px)}.sofivra-product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;background:var(--sofivra-card);border:1px solid var(--sofivra-border);border-radius:30px;box-shadow:var(--sofivra-shadow);transition:box-shadow var(--sofivra-motion-medium),transform var(--sofivra-motion-medium)}.sofivra-product-card:hover{transform:translateY(-8px);box-shadow:var(--sofivra-shadow-strong)}.sofivra-product-card__media{display:block;aspect-ratio:4 / 5;overflow:hidden;color:inherit;text-decoration:none}.sofivra-product-card__image{transition:transform var(--sofivra-motion-medium)}.sofivra-product-card:hover .sofivra-product-card__image{transform:scale(1.055)}.sofivra-product-card__body{display:flex;flex:1;flex-direction:column;justify-content:space-between;gap:22px;padding:22px}.sofivra-product-card h3{margin:0 0 8px;font-size:clamp(1.05rem,1.5vw,1.35rem);letter-spacing:-.025em}.sofivra-product-card h3 a{color:inherit;text-decoration:none}.sofivra-product-card p{margin:0;color:var(--sofivra-muted);line-height:1.55}.sofivra-product-card__footer{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.sofivra-product-card__price{font-weight:800;letter-spacing:-.02em}.sofivra-product-card .sofivra-button{min-height:42px;font-size:.9rem}.sofivra-product-card .sofivra-button--gradient>span{min-height:38px;padding:0 17px}.sofivra-promo-stack-section{background:radial-gradient(circle at 12% 20%,rgba(218,167,154,.22),transparent 34%),linear-gradient(135deg,#181313,#3a2725 52%,#f3dfd8);color:#fff}.sofivra-promo-stack{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:clamp(28px,5vw,72px);align-items:center}.sofivra-promo-stack__content{display:grid;gap:18px;max-width:560px}.sofivra-promo-stack__content h2{margin:0;font-size:clamp(2.3rem,5vw,5.5rem);line-height:.92;letter-spacing:-.06em}.sofivra-promo-stack__content p{margin:0;color:#ffffffc2;font-size:clamp(1rem,1.4vw,1.16rem);line-height:1.7}.sofivra-promo-stack__content .sofivra-eyebrow{color:#ffffffb3}.sofivra-promo-stack__cards{display:grid;gap:16px}.sofivra-promo-card{display:grid;gap:10px;padding:clamp(20px,3vw,30px);border:1px solid rgba(255,255,255,.18);border-radius:28px;background:#ffffff1f;box-shadow:0 24px 70px #0000002e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-promo-card span{width:fit-content;padding:7px 11px;border-radius:999px;background:#ffffff29;color:#ffffffc7;font-size:.72rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.sofivra-promo-card h3{margin:0;font-size:clamp(1.35rem,2.3vw,2.2rem);line-height:1}.sofivra-promo-card p{margin:0;color:#ffffffb8;line-height:1.55}.sofivra-fit-texture{overflow:hidden}.sofivra-fit-texture__grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1fr);gap:clamp(32px,7vw,90px);align-items:center}.sofivra-fit-texture__media{min-height:clamp(420px,52vw,640px);overflow:hidden;border:10px solid rgba(255,255,255,.64);border-radius:clamp(36px,5vw,64px);box-shadow:var(--sofivra-shadow-strong)}.sofivra-fit-texture__content{display:grid;gap:22px}.sofivra-fit-texture__features{margin:8px 0}.sofivra-fit-texture__feature{grid-template-columns:auto 1fr;align-items:center;background:#ffffffad}.sofivra-fit-texture__feature span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--sofivra-gradient);border-radius:50%;font-size:.76rem;font-weight:900}@media(max-width:900px){.sofivra-hero__grid,.sofivra-fit-texture__grid{grid-template-columns:1fr}.sofivra-hero__marquee{height:420px}.sofivra-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.sofivra-hero__content,.sofivra-fit-texture__content{gap:18px}.sofivra-hero__marquee{height:300px;gap:12px}.sofivra-marquee-column,.sofivra-marquee-card{gap:12px}.sofivra-marquee-card{min-height:180px;border-radius:24px}.sofivra-marquee-card--small{min-height:150px}.sofivra-product-grid{gap:12px}.sofivra-product-card{border-radius:22px}.sofivra-product-card__body{gap:16px;padding:14px}.sofivra-product-card__footer{align-items:flex-start;flex-direction:column}.sofivra-product-card .sofivra-button,.sofivra-product-card .sofivra-button--gradient,.sofivra-product-card .sofivra-button--gradient>span,.sofivra-hero__cta .sofivra-button,.sofivra-fit-texture__cta .sofivra-button{width:100%}.sofivra-fit-texture__media{min-height:330px;border-radius:32px}}:root{--primary-color: #F8D7DA;--secondary-color: #E8D5F2;--accent-color: #C2185B;--text-color: #333333;--background-color: #FFF8F0;--font-primary: "Playfair Display", serif;--font-secondary: "Montserrat", sans-serif}body{font-family:var(--font-secondary);line-height:1.6;margin:0;padding:0}.shopify-section>.sofivra-section,.shopify-section>.sofivra-header,.shopify-section>.sofivra-commerce-page,.shopify-section>.sofivra-footer{grid-column:1 / -1}.sofivra-container,.sofivra-commerce-container{width:min(1440px,calc(100% - clamp(24px,5vw,88px)));margin-inline:auto}.sofivra-hero{min-height:calc(100svh - 80px);padding:clamp(72px,8vw,128px) 0 clamp(80px,10vw,150px);background:radial-gradient(circle at 76% 18%,rgba(247,215,226,.95),transparent 30%),linear-gradient(135deg,#fffaf7,#f7efe9 46%,#f5dbe5)}.sofivra-hero .sofivra-container{width:min(1640px,calc(100% - clamp(20px,4vw,64px)))}.sofivra-hero__grid{grid-template-columns:minmax(560px,1fr) minmax(420px,.76fr);gap:clamp(28px,4vw,68px)}.sofivra-hero .sofivra-heading{max-width:980px;font-size:clamp(3.8rem,6.4vw,7.35rem);line-height:.92;letter-spacing:-.075em}.sofivra-hero .sofivra-subtitle{max-width:680px}.sofivra-hero__features{max-width:760px}.sofivra-hero__marquee{height:clamp(680px,74vw,920px);gap:clamp(16px,2vw,30px)}.sofivra-marquee-card{min-height:360px;border-radius:clamp(30px,4vw,56px)}.sofivra-marquee-card--small{min-height:300px}.sofivra-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.sofivra-product-card{border-radius:clamp(24px,2.5vw,42px)}.sofivra-product-card__media{aspect-ratio:3 / 4}.sofivra-showcase__layout{grid-template-columns:minmax(420px,.9fr) minmax(0,1.4fr)}.sofivra-showcase__featured{min-height:clamp(620px,58vw,820px)}.sofivra-carousel__card{min-width:min(420px,78vw);min-height:clamp(520px,52vw,720px)}.sofivra-commerce-page{color:var(--sofivra-foreground);background:var(--sofivra-background)}.sofivra-collection-hero{position:relative;overflow:hidden;padding:clamp(96px,10vw,172px) 0 clamp(58px,7vw,96px);background:linear-gradient(90deg,#fffaf7f0,#fffaf7d1 48%,#18131333),var(--sofivra-collection-hero-image),linear-gradient(135deg,#fffaf7,#f7efe9 52%,#efd5df);background-position:center;background-size:cover}.sofivra-collections-hero{position:relative;overflow:hidden;padding:clamp(96px,10vw,172px) 0 clamp(58px,7vw,96px);background:linear-gradient(90deg,#181313e6,#2a1d22b8 46%,#18131329),var(--sofivra-collections-hero-image),linear-gradient(135deg,#181313,#2a1d22 44%,#efd5df);background-position:center 42%;background-size:cover;color:#fff}.sofivra-collections-hero .sofivra-eyebrow,.sofivra-collections-hero p{color:#ffffffb8}.sofivra-collections-hero h1{max-width:1100px;margin:10px 0 18px;font-size:clamp(4rem,9vw,10rem);line-height:.88;letter-spacing:-.09em;text-wrap:balance}.sofivra-collections-hero p{max-width:760px;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.65}.sofivra-collections-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:end;padding:clamp(36px,5vw,68px) 0 28px}.sofivra-collections-toolbar strong{display:block;font-size:clamp(1.8rem,3vw,3.2rem);letter-spacing:-.05em}.sofivra-collections-toolbar span{color:var(--sofivra-muted)}.sofivra-collections-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2.2vw,32px);padding-bottom:clamp(70px,9vw,130px)}.sofivra-collection-tile{position:relative;min-height:clamp(520px,48vw,760px);overflow:hidden;color:#fff;text-decoration:none;border-radius:clamp(28px,3vw,54px);background:#24191d;box-shadow:var(--sofivra-shadow-strong);isolation:isolate}.sofivra-collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1813130d,#181313c2);pointer-events:none}.sofivra-collection-tile__media,.sofivra-collection-tile__image,.sofivra-collection-tile__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.sofivra-collection-tile__image{object-fit:cover;transition:transform var(--sofivra-motion-medium)}.sofivra-collection-tile:hover .sofivra-collection-tile__image{transform:scale(1.06)}.sofivra-collection-tile__placeholder{background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.68),transparent 26%),linear-gradient(145deg,#171113,#7b5660 48%,#f5e5d6)}.sofivra-collection-tile__content{position:absolute;inset:auto clamp(22px,3vw,38px) clamp(22px,3vw,38px);z-index:2}.sofivra-collection-tile__content span{display:inline-flex;margin-bottom:12px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:var(--sofivra-radius-pill);background:#ffffff1f;font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-collection-tile__content h2{max-width:520px;margin:0;font-size:clamp(2rem,4vw,4.8rem);line-height:.9;letter-spacing:-.075em;text-wrap:balance;overflow-wrap:anywhere}.sofivra-collection-tile__content p{max-width:460px;color:#ffffffc2;line-height:1.6}.sofivra-collection-tile__content strong{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.sofivra-collection-hero__inner{display:grid;gap:20px}.sofivra-collection-hero h1{max-width:980px;margin:0;font-size:clamp(4rem,9vw,10rem);line-height:.9;letter-spacing:-.085em}.sofivra-collection-hero__description{max-width:720px;color:var(--sofivra-muted);font-size:clamp(1.05rem,1.5vw,1.32rem);line-height:1.65}.sofivra-collection-hero__meta,.sofivra-product-reassurance,.sofivra-collection-card__footer{display:flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:space-between}.sofivra-collection-hero__meta span,.sofivra-product-reassurance span,.sofivra-availability{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:0 14px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);background:#ffffffb8;color:var(--sofivra-muted);font-size:.78rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.sofivra-collection-card__form{margin:0}.sofivra-availability--button{cursor:pointer;font-family:inherit}.sofivra-availability--button:hover{border-color:var(--sofivra-foreground);color:var(--sofivra-foreground)}.sofivra-collection-toolbar{display:flex;justify-content:space-between;gap:24px;align-items:end;padding:clamp(34px,5vw,64px) 0 28px}.sofivra-collection-toolbar strong{display:block;font-size:clamp(1.8rem,3vw,3.2rem);letter-spacing:-.05em}.sofivra-collection-toolbar span,.sofivra-collection-sort label{color:var(--sofivra-muted)}.sofivra-collection-sort{display:flex;gap:12px;align-items:center}.sofivra-collection-sort select,.sofivra-field select,.sofivra-field input{min-height:48px;padding:0 16px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);background:#fff;color:var(--sofivra-foreground)}.sofivra-collection-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,30px)}.sofivra-collection-card{overflow:hidden;background:var(--sofivra-card);border:1px solid var(--sofivra-border);border-radius:clamp(24px,2.5vw,42px);box-shadow:var(--sofivra-shadow);transition:transform var(--sofivra-motion-medium),box-shadow var(--sofivra-motion-medium)}.sofivra-collection-card:hover{transform:translateY(-8px);box-shadow:var(--sofivra-shadow-strong)}.sofivra-collection-card__media{display:block;aspect-ratio:3 / 4;overflow:hidden;background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-collection-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--sofivra-motion-medium)}.sofivra-collection-card:hover .sofivra-collection-card__image{transform:scale(1.055)}.sofivra-collection-card__placeholder{width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.8),transparent 34%),linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-mauve),var(--sofivra-champagne))}.sofivra-collection-card__body{display:grid;gap:18px;padding:clamp(18px,2vw,26px)}.sofivra-collection-card h2{margin:0 0 8px;font-size:clamp(1rem,1.4vw,1.28rem);line-height:1.15}.sofivra-collection-card a,.sofivra-text-link{color:inherit;text-decoration:none}.sofivra-text-link{font-weight:800}.sofivra-collection-card__price{display:flex;gap:10px;align-items:center;font-weight:800}.sofivra-collection-card__price s{color:var(--sofivra-muted);font-weight:600}.sofivra-availability.is-sold-out{opacity:.62}.sofivra-empty-state,.sofivra-confidence-band,.sofivra-product-support{margin:clamp(44px,6vw,80px) 0;padding:clamp(28px,4vw,54px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,4vw,54px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-confidence-band{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.sofivra-confidence-band strong{display:block;margin-bottom:6px;font-size:1.1rem}.sofivra-confidence-band span,.sofivra-product-support p{color:var(--sofivra-muted);line-height:1.65}.sofivra-pagination{display:flex;justify-content:center;margin:clamp(44px,6vw,76px) 0 24px}.sofivra-pagination .pagination{display:inline-flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;padding:8px;border:1px solid rgba(24,19,19,.08);border-radius:var(--sofivra-radius-pill);background:#ffffffc7;box-shadow:0 18px 48px #18131314}.sofivra-pagination a,.sofivra-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:42px;min-height:42px;padding:0 14px;border-radius:var(--sofivra-radius-pill);color:var(--sofivra-foreground);font-size:.88rem;font-weight:800;text-decoration:none}.sofivra-pagination a{background:#fff;transition:background var(--sofivra-motion-fast),color var(--sofivra-motion-fast),transform var(--sofivra-motion-fast)}.sofivra-pagination a:hover{background:#181313;color:#fff;transform:translateY(-1px)}.sofivra-pagination .current{background:#181313;color:#fff}.sofivra-pagination .deco{min-width:24px;color:var(--sofivra-muted)}.sofivra-product-page{padding:clamp(44px,5vw,90px) 0 clamp(80px,8vw,130px)}.sofivra-product-shell{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(380px,.82fr);gap:clamp(28px,5vw,80px);align-items:start}.sofivra-product-gallery{display:grid;grid-template-columns:1fr;gap:clamp(14px,2vw,26px)}.sofivra-product-gallery__item{overflow:hidden;min-height:360px;border-radius:clamp(26px,3vw,52px);background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne));box-shadow:var(--sofivra-shadow)}.sofivra-product-gallery__item.is-primary{min-height:clamp(560px,62vw,860px)}.sofivra-product-gallery__image,.sofivra-product-gallery__placeholder,.sofivra-product-gallery__thumb-image{width:100%;height:100%;object-fit:cover}.sofivra-product-gallery__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(112px,154px);gap:12px;overflow-x:auto;padding:4px 4px 12px;scroll-snap-type:x mandatory}.sofivra-product-gallery__thumb{padding:0;aspect-ratio:3 / 4;overflow:hidden;border:1px solid var(--sofivra-border);border-radius:22px;background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne));cursor:pointer;scroll-snap-align:start}.sofivra-product-gallery__thumb.is-active{border-color:var(--sofivra-foreground);box-shadow:0 0 0 3px #18131314}.sofivra-product-gallery__placeholder{background:radial-gradient(circle at 26% 18%,rgba(255,255,255,.78),transparent 32%),linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-mauve),var(--sofivra-champagne))}.sofivra-product-panel{position:sticky;top:104px;display:grid;gap:24px;padding:clamp(24px,3vw,42px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,3vw,48px);background:#ffffffdb;box-shadow:var(--sofivra-shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-product-panel h1{max-width:720px;margin:10px 0 12px;font-size:clamp(2rem,3.2vw,3.35rem);line-height:1.06;letter-spacing:-.052em;text-wrap:balance;overflow-wrap:break-word}.sofivra-product-title-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.sofivra-product-title-meta span{padding:8px 12px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);background:#ffffffbd;color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sofivra-product-price{display:flex;gap:12px;align-items:baseline;font-size:clamp(1.4rem,2vw,2rem);font-weight:900}.sofivra-product-price s{color:var(--sofivra-muted);font-size:.9em}.sofivra-product-intro,.sofivra-product-description{color:var(--sofivra-muted);line-height:1.7}.sofivra-product-form{display:grid;gap:14px}.sofivra-variant-picker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:0;padding:0;border:0}.sofivra-variant-picker legend{grid-column:1 / -1;margin-bottom:2px;font-weight:900}.sofivra-variant-option{position:relative;cursor:pointer}.sofivra-variant-option input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sofivra-variant-option__content{display:grid;grid-template-columns:54px minmax(0,1fr);gap:10px;align-items:center;min-height:72px;padding:9px 12px;border:1px solid var(--sofivra-border);border-radius:18px;background:#ffffffb8;color:var(--sofivra-foreground);text-align:left;transition:border-color var(--sofivra-motion-fast),background var(--sofivra-motion-fast),color var(--sofivra-motion-fast),box-shadow var(--sofivra-motion-fast),transform var(--sofivra-motion-fast)}.sofivra-variant-option__image{width:54px;height:54px;border-radius:12px;object-fit:cover}.sofivra-variant-option__text{display:grid;gap:3px}.sofivra-variant-option strong{font-size:.92rem;line-height:1.2}.sofivra-variant-option small{margin-top:3px;color:inherit;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sofivra-variant-option:hover .sofivra-variant-option__content{border-color:#18131357;transform:translateY(-1px)}.sofivra-variant-option input:checked+.sofivra-variant-option__content{border-color:var(--sofivra-foreground);background:var(--sofivra-foreground);color:#fff;box-shadow:0 12px 26px #18131329}.sofivra-variant-option input:focus-visible+.sofivra-variant-option__content{outline:3px solid var(--sofivra-foreground);outline-offset:3px}.sofivra-variant-option.is-disabled{cursor:not-allowed}.sofivra-variant-option.is-disabled .sofivra-variant-option__content{background:#1813130a;color:#18131361;text-decoration:line-through;transform:none}.sofivra-field{display:grid;gap:8px;font-weight:800}.sofivra-field select,.sofivra-field input,.sofivra-product-submit{width:100%}.sofivra-product-submit{min-height:56px;font-size:1rem}.sofivra-product-submit:disabled{cursor:not-allowed;opacity:.55}.shopify-payment-button__button{min-height:56px;border-radius:var(--sofivra-radius-pill)!important}.sofivra-product-offer-note{display:grid;gap:6px;padding:16px 18px;border:1px solid rgba(123,77,67,.18);border-radius:22px;background:radial-gradient(circle at 12% 0%,rgba(255,255,255,.92),transparent 34%),linear-gradient(135deg,#f7d7e2b8,#f7efe5eb)}.sofivra-product-offer-note strong{font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-product-offer-note span{color:var(--sofivra-muted);line-height:1.55}.sofivra-product-aplus{margin-top:clamp(64px,8vw,120px);padding:clamp(28px,5vw,72px);border:1px solid var(--sofivra-border);border-radius:clamp(30px,4vw,62px);background:radial-gradient(circle at 18% 6%,rgba(247,215,226,.72),transparent 34%),radial-gradient(circle at 88% 18%,rgba(239,211,177,.55),transparent 28%),#fff;box-shadow:var(--sofivra-shadow)}.sofivra-product-aplus__intro{display:grid;gap:14px;max-width:920px;margin-bottom:clamp(26px,4vw,54px)}.sofivra-product-aplus__intro h2{margin:0;font-size:clamp(2.2rem,5vw,6rem);line-height:.92;letter-spacing:-.075em;text-wrap:balance}.sofivra-product-aplus__intro p{max-width:720px;margin:0;color:var(--sofivra-muted);font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.7}.sofivra-product-aplus__media-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);gap:clamp(18px,3vw,34px);align-items:stretch}.sofivra-product-aplus__side{display:grid;gap:clamp(18px,3vw,30px)}.sofivra-product-aplus__image-card{position:relative;overflow:hidden;min-height:360px;margin:0;border-radius:clamp(24px,3vw,44px);background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-product-aplus__image-card--large{min-height:clamp(520px,58vw,780px)}.sofivra-product-aplus__image{width:100%;height:100%;object-fit:cover}.sofivra-product-aplus__image-card figcaption{position:absolute;right:18px;bottom:18px;left:18px;padding:14px 16px;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:#1813138a;color:#fff;font-size:.92rem;line-height:1.45;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.sofivra-product-aplus__copy{padding:clamp(22px,3vw,34px);border:1px solid var(--sofivra-border);border-radius:clamp(24px,3vw,40px);background:#ffffffc7;color:var(--sofivra-muted);line-height:1.75}.sofivra-product-aplus__copy>*:first-child{margin-top:0}.sofivra-product-aplus__copy>*:last-child{margin-bottom:0}.sofivra-product-aplus__copy h2,.sofivra-product-aplus__copy h3,.sofivra-product-aplus__copy h4{color:var(--sofivra-foreground);letter-spacing:-.035em}.sofivra-product-aplus__copy img{width:100%;height:auto;margin:18px 0;border-radius:24px}.sofivra-product-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,2vw,28px);margin:clamp(56px,7vw,100px) 0 0}.sofivra-product-benefits article{padding:clamp(24px,3vw,42px);border:1px solid var(--sofivra-border);border-radius:clamp(26px,3vw,42px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-product-benefits span{color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.16em}.sofivra-product-benefits h2,.sofivra-product-support h2{margin:10px 0;font-size:clamp(1.6rem,3vw,3.2rem);line-height:1;letter-spacing:-.055em}.sofivra-product-benefits p{color:var(--sofivra-muted);line-height:1.65}.sofivra-product-support{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:center;background:radial-gradient(circle at 82% 12%,rgba(247,215,226,.7),transparent 30%),#fff}.sofivra-product-related{padding-top:clamp(58px,8vw,112px)}.sofivra-product-related__header{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px 28px;align-items:end;margin-bottom:clamp(22px,3vw,38px)}.sofivra-product-related__header .sofivra-eyebrow{grid-column:1 / -1}.sofivra-product-related__header h2{max-width:920px;margin:0;font-size:clamp(2.4rem,5vw,5.8rem);line-height:.92;letter-spacing:-.078em}.sofivra-product-related__header a{color:var(--sofivra-foreground);font-weight:900;text-decoration-thickness:2px;text-underline-offset:6px}.sofivra-product-related__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,28px)}@media(max-width:1180px){.sofivra-product-grid,.sofivra-collection-grid,.sofivra-hosiery-categories__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sofivra-hero__grid,.sofivra-showcase__layout,.sofivra-product-shell{grid-template-columns:1fr}.sofivra-product-panel{position:static}.sofivra-product-related__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sofivra-product-aplus__media-grid{grid-template-columns:1fr}.sofivra-product-aplus__image-card,.sofivra-product-aplus__image-card--large{min-height:clamp(380px,72vw,620px)}}@media(max-width:760px){.sofivra-container,.sofivra-commerce-container,.sofivra-hero .sofivra-container{width:min(100% - 24px,100%)}.sofivra-hero{min-height:auto}.sofivra-hero .sofivra-heading,.sofivra-collection-hero h1{font-size:clamp(3.3rem,17vw,5.4rem)}.sofivra-hero__marquee{height:460px}.sofivra-product-grid,.sofivra-collection-grid,.sofivra-hosiery-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sofivra-hosiery-category{min-height:440px}.sofivra-collection-toolbar,.sofivra-product-support{grid-template-columns:1fr;align-items:stretch}.sofivra-collection-toolbar{display:grid}.sofivra-confidence-band,.sofivra-product-benefits,.sofivra-product-gallery{grid-template-columns:1fr}.sofivra-product-gallery__item,.sofivra-product-gallery__item.is-primary{min-height:430px}.sofivra-product-panel h1{font-size:clamp(1.9rem,9vw,3rem);line-height:1.08}.sofivra-variant-picker,.sofivra-product-related__header{grid-template-columns:1fr}.sofivra-product-related__header .sofivra-eyebrow{grid-column:1}.sofivra-product-related__header h2{font-size:clamp(2.35rem,11vw,4.4rem)}.sofivra-product-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sofivra-product-aplus{padding:22px}.sofivra-product-aplus__intro h2{font-size:clamp(2.25rem,11vw,4.2rem)}.sofivra-product-aplus__image-card,.sofivra-product-aplus__image-card--large{min-height:430px}.sofivra-product-aplus__image-card figcaption{right:12px;bottom:12px;left:12px}}@media(max-width:460px){.sofivra-product-grid,.sofivra-product-related__grid,.sofivra-collection-grid,.sofivra-hosiery-categories__grid{grid-template-columns:1fr}}@media(max-width:980px){.sofivra-size-guide-hero__grid,.sofivra-size-guide-layout{grid-template-columns:1fr}.sofivra-size-guide-fit-card{position:static}.sofivra-size-guide-help{grid-template-columns:1fr}}@media(max-width:640px){.sofivra-size-guide-page .sofivra-commerce-container{width:min(100% - 24px,1240px)}.sofivra-size-guide-hero{padding-top:82px}.sofivra-size-guide-hero h1{font-size:clamp(3rem,16vw,5rem)}.sofivra-size-guide-table th,.sofivra-size-guide-table td{padding:13px 12px}}.sofivra-reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s cubic-bezier(.22,1,.36,1)}.sofivra-reveal.is-visible,.is-visible{opacity:1;transform:translateY(0)}.sofivra-cart-hero,.sofivra-content-hero{padding:clamp(86px,10vw,150px) 0 clamp(42px,6vw,84px);background:radial-gradient(circle at 82% 16%,rgba(247,215,226,.82),transparent 30%),linear-gradient(135deg,#fffaf7,#f7efe9 52%,#efd5df)}.sofivra-size-guide-page{background:#fbfaf8;color:var(--sofivra-foreground)}.sofivra-size-guide-hero{padding:clamp(92px,11vw,154px) 0 clamp(42px,6vw,80px);background:linear-gradient(135deg,rgba(24,19,19,.08) 0 1px,transparent 1px) 0 0 / 28px 28px,radial-gradient(circle at 78% 18%,rgba(217,191,208,.9),transparent 28%),linear-gradient(135deg,#fffaf7,#f6eee9 56%,#ead4dc)}.sofivra-size-guide-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,420px);gap:clamp(28px,6vw,84px);align-items:end}.sofivra-size-guide-hero__copy{display:grid;gap:18px}.sofivra-size-guide-hero h1{max-width:900px;margin:0;font-size:clamp(3rem,7vw,8.2rem);line-height:.9;letter-spacing:-.08em;text-wrap:balance}.sofivra-size-guide-hero p{max-width:720px;margin:0;color:var(--sofivra-muted);font-size:clamp(1.04rem,1.5vw,1.28rem);line-height:1.65}.sofivra-size-guide-hero__note{padding:clamp(22px,3vw,34px);border:1px solid rgba(24,19,19,.12);border-radius:24px;background:#ffffffb8;box-shadow:var(--sofivra-shadow);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.sofivra-size-guide-hero__note span,.sofivra-size-guide-help span{color:var(--sofivra-muted);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-size-guide-hero__note strong{display:block;margin:12px 0 8px;font-size:clamp(1.6rem,2.5vw,2.8rem);line-height:.98;letter-spacing:-.055em}.sofivra-size-guide-page .sofivra-commerce-container{width:min(1240px,calc(100% - 32px))}.sofivra-size-guide-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,380px);gap:clamp(18px,3vw,32px);margin:clamp(42px,6vw,78px) 0 24px;align-items:start}.sofivra-size-guide-panel,.sofivra-size-guide-help article{border:1px solid var(--sofivra-border);border-radius:24px;background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-size-guide-panel{padding:clamp(18px,2.4vw,28px)}.sofivra-size-guide-panel--primary,.sofivra-size-guide-measurements{min-width:0}.sofivra-size-guide-panel__header{display:grid;gap:8px;margin-bottom:18px}.sofivra-size-guide-panel__header h2,.sofivra-size-guide-fit-card h2{margin:0;font-size:clamp(1.8rem,3vw,3.4rem);line-height:.98;letter-spacing:-.055em}.sofivra-size-guide-panel__header p,.sofivra-size-guide-fit-card p,.sofivra-size-guide-help p{margin:0;color:var(--sofivra-muted);line-height:1.65}.sofivra-size-guide-table-wrap{overflow-x:auto;border:1px solid rgba(24,19,19,.08);border-radius:16px;background:#fff}.sofivra-size-guide-table{width:100%;min-width:720px;border-collapse:collapse}.sofivra-size-guide-table caption{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.sofivra-size-guide-table th,.sofivra-size-guide-table td{padding:15px 16px;border-bottom:1px solid rgba(24,19,19,.08);text-align:left;vertical-align:top}.sofivra-size-guide-table thead th{position:sticky;top:0;z-index:1;background:#181313;color:#fff;font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sofivra-size-guide-table tbody th{width:78px;color:#181313;font-size:1.05rem;font-weight:900}.sofivra-size-guide-table tbody tr:nth-child(2n){background:#fbf7f5}.sofivra-size-guide-table tbody tr:last-child th,.sofivra-size-guide-table tbody tr:last-child td{border-bottom:0}.sofivra-size-guide-table--dense{min-width:900px}.sofivra-size-guide-fit-card{position:sticky;top:96px;display:grid;gap:18px}.sofivra-size-guide-fit-card ol{display:grid;gap:12px;margin:0;padding:0;list-style:none}.sofivra-size-guide-fit-card li{display:grid;gap:4px;padding:14px;border-radius:16px;background:#fbf7f5}.sofivra-size-guide-fit-card li strong{font-size:1rem}.sofivra-size-guide-fit-card li span{color:var(--sofivra-muted);line-height:1.55}.sofivra-size-guide-measurements{margin-top:24px}.sofivra-size-guide-help{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(14px,2vw,22px);margin:24px 0}.sofivra-size-guide-help article{padding:clamp(18px,2.4vw,28px)}.sofivra-size-guide-help h3{margin:12px 0 10px;font-size:clamp(1.2rem,1.8vw,1.7rem);line-height:1.05;letter-spacing:-.035em}.sofivra-hosiery-categories{padding-top:clamp(54px,7vw,104px);background:linear-gradient(180deg,#181313db,#24191dc7 54%,#fbfaf8 54% 100%),var(--sofivra-category-bg-image),linear-gradient(180deg,#181313,#24191d 52%,#fbfaf8 52% 100%);background-position:center top,center 28%,center;background-size:auto,cover,auto;color:#fff}.sofivra-hosiery-categories__header{display:grid;gap:14px;max-width:980px;margin-bottom:clamp(28px,5vw,58px)}.sofivra-hosiery-categories__header .sofivra-eyebrow,.sofivra-hosiery-categories__header p{color:#ffffffad}.sofivra-hosiery-categories__header h2{margin:0;font-size:clamp(3rem,7vw,8rem);line-height:.88;letter-spacing:-.085em}.sofivra-hosiery-categories__header p{max-width:720px;font-size:clamp(1.04rem,1.6vw,1.28rem);line-height:1.65}.sofivra-hosiery-categories__header:after{content:"Sheer tights \2022  Control top pantyhose \2022  Glossy legwear";display:inline-flex;width:fit-content;margin-top:8px;padding:10px 16px;border:1px solid rgba(255,255,255,.18);border-radius:var(--sofivra-radius-pill);background:#ffffff1a;color:#ffffffc7;font-size:.76rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sofivra-video-feature{overflow:hidden;background:radial-gradient(circle at 76% 18%,rgba(247,215,226,.72),transparent 28%),linear-gradient(135deg,#fbfaf8,#f7efe9 58%,#efd5df)}.sofivra-video-feature__grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,.72fr);gap:clamp(36px,7vw,110px);align-items:center}.sofivra-video-feature__copy{display:grid;gap:22px}.sofivra-video-feature__copy h2,.sofivra-reviews__header h2,.sofivra-wholesale-hero h1{margin:0;font-size:clamp(3rem,7vw,8rem);line-height:.9;letter-spacing:-.085em;text-wrap:balance}.sofivra-video-feature__copy p,.sofivra-reviews__header p,.sofivra-wholesale-hero p{max-width:720px;color:var(--sofivra-muted);font-size:clamp(1.04rem,1.5vw,1.25rem);line-height:1.65}.sofivra-video-feature__points{display:flex;flex-wrap:wrap;gap:10px}.sofivra-video-feature__points span{padding:10px 14px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);background:#ffffffad;color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.sofivra-video-feature__stage{display:grid;justify-items:center;perspective:1200px}.sofivra-video-feature__phone{display:block;width:min(420px,86vw);aspect-ratio:9 / 16;padding:14px;color:inherit;text-decoration:none;border:1px solid rgba(24,19,19,.12);border-radius:46px;background:#181313;box-shadow:0 32px 90px #18131338;transform:rotate(-3deg);animation:sofivra-float 5.5s ease-in-out infinite}.sofivra-video-feature__screen{position:relative;width:100%;height:100%;overflow:hidden;border-radius:34px;background:linear-gradient(145deg,#22171c,#7b5660 52%,#f5e5d6)}.sofivra-video-feature__poster,.sofivra-video-feature__placeholder{width:100%;height:100%;object-fit:cover}.sofivra-video-feature__placeholder{display:grid;place-content:end start;gap:10px;padding:30px;color:#fff;background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.46),transparent 24%),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 13px),linear-gradient(145deg,#171113,#7b5660 48%,#f5e5d6)}.sofivra-video-feature__placeholder span{font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-video-feature__placeholder strong{max-width:260px;font-size:clamp(1.8rem,4vw,3.4rem);line-height:.95;letter-spacing:-.06em}.sofivra-video-feature__placeholder small{max-width:250px;color:#ffffffbd;line-height:1.5}.sofivra-video-feature__play{position:absolute;top:50%;left:50%;display:grid;width:70px;height:70px;place-items:center;border-radius:50%;background:#ffffffd6;color:#181313;transform:translate(-50%,-50%);box-shadow:var(--sofivra-shadow-strong)}.sofivra-reviews{overflow:hidden;background:#181313;color:#fff}.sofivra-reviews__header{display:grid;gap:14px;max-width:980px;margin-bottom:clamp(28px,5vw,58px)}.sofivra-reviews__header .sofivra-eyebrow,.sofivra-reviews__header p{color:#ffffffad}.sofivra-reviews__marquee{overflow:hidden;margin-inline:calc((100vw - min(1440px,calc(100vw - clamp(24px,5vw,88px))))/-2)}.sofivra-reviews__track{display:flex;width:max-content;gap:18px;animation:sofivra-review-scroll 34s linear infinite}.sofivra-review-card{width:min(420px,82vw);padding:clamp(22px,3vw,34px);border:1px solid rgba(255,255,255,.12);border-radius:clamp(26px,3vw,42px);background:#ffffff14;box-shadow:0 24px 80px #0000002e}.sofivra-review-card__stars{color:var(--sofivra-champagne);letter-spacing:.1em}.sofivra-review-card p{color:#ffffffd6;font-size:1.1rem;line-height:1.6}.sofivra-review-card__meta{display:grid;gap:4px}.sofivra-review-card__meta span{color:#ffffff9e}.sofivra-wholesale-hero{position:relative;overflow:hidden;padding:clamp(82px,9vw,148px) 0 clamp(38px,5vw,72px);background:linear-gradient(90deg,rgba(255,255,255,.045) 1px,transparent 1px),linear-gradient(180deg,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,#151412e0,#2d2721b3 48%,#1514121a),var(--sofivra-wholesale-hero-image),radial-gradient(circle at 78% 16%,rgba(245,229,214,.24),transparent 28%),radial-gradient(circle at 8% 90%,rgba(181,147,98,.16),transparent 34%),linear-gradient(135deg,#151412,#2d2721 48%,#80684f);background-position:0 0,0 0,center,center,center,center,center;background-size:54px 54px,54px 54px,cover,cover,auto,auto,auto;color:#fff}.sofivra-wholesale-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.1),transparent 42%),linear-gradient(180deg,transparent 0%,rgba(18,15,14,.4) 100%);pointer-events:none}.sofivra-wholesale-hero .sofivra-commerce-container{position:relative;z-index:1}.sofivra-wholesale-hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(320px,.74fr);gap:clamp(34px,6vw,92px);align-items:center}.sofivra-wholesale-hero__copy{max-width:860px}.sofivra-wholesale-hero h1{max-width:900px;margin:14px 0 18px;font-size:clamp(4.4rem,8vw,9rem);line-height:.86;letter-spacing:-.085em}.sofivra-wholesale-hero .sofivra-eyebrow,.sofivra-wholesale-hero p{color:#ffffffbd}.sofivra-wholesale-hero p{max-width:650px;font-size:clamp(1rem,1.55vw,1.35rem);line-height:1.62}.sofivra-wholesale-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.sofivra-button--light{background:#fff;color:#181313}.sofivra-wholesale-hero__showroom{position:relative;min-height:clamp(430px,42vw,620px)}.sofivra-wholesale-hero__image{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.28);background:#ffffff14;box-shadow:0 34px 90px #00000052}.sofivra-wholesale-hero__image img{display:block;width:100%;height:100%;object-fit:cover}.sofivra-wholesale-hero__image--main{top:0;right:9%;bottom:10%;left:0;border-radius:54px}.sofivra-wholesale-hero__image--side{right:0;bottom:0;width:42%;height:42%;border-radius:34px}.sofivra-wholesale-hero__note{position:absolute;left:-18px;bottom:12%;display:grid;gap:4px;min-width:152px;padding:18px 20px;border:1px solid rgba(255,255,255,.28);border-radius:28px;background:#ffffffdb;color:#181313;box-shadow:0 22px 60px #00000038;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-wholesale-hero__note span,.sofivra-wholesale-hero__note small{color:var(--sofivra-muted);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-wholesale-hero__note strong{font-size:2.5rem;line-height:.9;letter-spacing:-.08em}.sofivra-wholesale-hero__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:clamp(38px,6vw,76px)}.sofivra-wholesale-hero__metrics span{padding:18px 20px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#ffffff12;color:#ffffffbd;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-wholesale-hero__metrics strong{margin-right:8px;color:#fff;font-size:1.25rem}.sofivra-wholesale-intro{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.52fr);gap:clamp(14px,2.6vw,44px) clamp(24px,5vw,72px);align-items:end;padding:clamp(42px,5.5vw,76px) 0 0}.sofivra-wholesale-intro .sofivra-eyebrow{grid-column:1 / -1}.sofivra-wholesale-intro h2{grid-column:1;max-width:940px;margin:0;font-size:clamp(2.8rem,5.8vw,6.8rem);line-height:.9;letter-spacing:-.078em}.sofivra-wholesale-intro p{grid-column:2;margin:0;color:var(--sofivra-muted);font-size:1.05rem;line-height:1.75}.sofivra-wholesale-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);padding:clamp(34px,5vw,76px) 0}.sofivra-wholesale-grid article,.sofivra-wholesale-form-card,.sofivra-wholesale-fit article{position:relative;overflow:hidden;padding:clamp(24px,3vw,42px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,3vw,48px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-wholesale-grid article:after,.sofivra-wholesale-fit article:after{content:"";position:absolute;right:-48px;bottom:-58px;width:150px;height:150px;border-radius:999px;background:radial-gradient(circle,rgba(217,191,208,.32),transparent 66%);pointer-events:none}.sofivra-wholesale-grid span{color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-wholesale-grid h2,.sofivra-wholesale-form-card h2{margin:10px 0;font-size:clamp(1.8rem,3vw,3.6rem);line-height:.98;letter-spacing:-.06em}.sofivra-wholesale-grid p,.sofivra-wholesale-form-card p{color:var(--sofivra-muted);line-height:1.65}.sofivra-wholesale-process{display:grid;grid-template-columns:minmax(240px,.48fr) minmax(0,1fr);gap:clamp(24px,5vw,70px);padding:clamp(34px,5vw,70px);border-radius:clamp(30px,4vw,58px);background:#171313;color:#fff}.sofivra-wholesale-process h2{margin:12px 0 0;font-size:clamp(2.4rem,4.6vw,5.4rem);line-height:.92;letter-spacing:-.075em}.sofivra-wholesale-process ol{display:grid;gap:14px;margin:0;padding:0;list-style:none}.sofivra-wholesale-process li{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 18px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:28px;background:#ffffff0d}.sofivra-wholesale-process li span{grid-row:span 2;color:#ffffff7a;font-weight:900}.sofivra-wholesale-process li strong{font-size:1.15rem}.sofivra-wholesale-process li p{margin:0;color:#ffffffa8;line-height:1.6}.sofivra-wholesale-fit{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px);padding:clamp(34px,5vw,76px) 0}.sofivra-wholesale-fit span{color:var(--sofivra-muted);font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-wholesale-fit h3{margin:12px 0;font-size:clamp(1.7rem,2.4vw,2.8rem);line-height:.98;letter-spacing:-.055em}.sofivra-wholesale-fit p{margin:0;color:var(--sofivra-muted);line-height:1.65}.sofivra-wholesale-form-card{display:grid;grid-template-columns:minmax(0,.72fr) minmax(0,1fr);gap:clamp(24px,5vw,72px);margin-bottom:clamp(70px,9vw,130px)}.sofivra-contact-wholesale{margin-top:clamp(28px,5vw,72px)}.sofivra-wholesale-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sofivra-wholesale-form label{display:grid;gap:7px;font-weight:800}.sofivra-wholesale-form__full,.sofivra-wholesale-form button{grid-column:1 / -1}.sofivra-wholesale-form input,.sofivra-wholesale-form select,.sofivra-wholesale-form textarea{width:100%;padding:14px 16px;border:1px solid var(--sofivra-border);border-radius:22px;background:#fff;color:var(--sofivra-ink);font:inherit}.sofivra-form-success,.sofivra-form-error,.sofivra-wholesale-direct{grid-column:1 / -1}.sofivra-form-success,.sofivra-form-error{padding:14px 16px;border-radius:20px;font-weight:800}.sofivra-form-success{background:#876f4d1f;color:#4d382a}.sofivra-form-error{background:#852e2c1a;color:#7a2f2b}.sofivra-wholesale-direct a{color:var(--sofivra-ink);font-weight:900}.sofivra-about-hero{position:relative;overflow:hidden;padding:clamp(84px,9vw,150px) 0 clamp(62px,7vw,104px);background:linear-gradient(90deg,#fffaf7f5,#fffaf7d6 48%,#fffaf72e),var(--sofivra-about-hero-image),radial-gradient(circle at 78% 12%,rgba(255,236,222,.9),transparent 32%),linear-gradient(135deg,#fffaf7,#f6ece3 48%,#f1d8cf);background-position:center;background-size:cover;color:var(--sofivra-foreground)}.sofivra-about-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(255,255,255,.24),transparent 54%),repeating-linear-gradient(90deg,rgba(134,99,77,.045) 0 1px,transparent 1px 16px);pointer-events:none}.sofivra-about-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center}.sofivra-about-hero__copy{max-width:1060px}.sofivra-about-hero .sofivra-eyebrow,.sofivra-about-hero p{color:var(--sofivra-muted)}.sofivra-about-hero h1{max-width:980px;margin:12px 0 22px;font-size:clamp(3.8rem,6.6vw,7.2rem);line-height:.92;letter-spacing:-.078em;text-wrap:balance}.sofivra-about-hero p{max-width:690px;font-size:clamp(1.02rem,1.5vw,1.28rem);line-height:1.68}.sofivra-about-hero__cta{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.sofivra-about-hero__visual{position:relative;min-height:clamp(500px,43vw,690px)}.sofivra-about-hero__image{position:absolute;overflow:hidden;border:1px solid rgba(255,255,255,.28);box-shadow:0 34px 90px #00000052}.sofivra-about-hero__image img,.sofivra-about-materials__media img{display:block;width:100%;height:100%;object-fit:cover}.sofivra-about-hero__image--main{top:0;right:10%;bottom:9%;left:0;border-radius:clamp(34px,5vw,68px)}.sofivra-about-hero__image--accent{right:0;bottom:0;width:44%;height:42%;border-radius:clamp(24px,3vw,44px)}.sofivra-about-hero__label{position:absolute;left:-22px;bottom:10%;max-width:260px;padding:18px 20px;border:1px solid rgba(255,255,255,.26);border-radius:28px;background:#181313a8;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-about-hero__label span{display:block;color:#ffffff94;font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-about-hero__label strong{display:block;margin-top:6px;line-height:1.25}.sofivra-about-statement{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.46fr);gap:clamp(24px,5vw,76px);align-items:end;padding:clamp(54px,7vw,96px) 0 clamp(32px,4vw,56px)}.sofivra-about-statement .sofivra-eyebrow{grid-column:1 / -1}.sofivra-about-statement h2{margin:0;font-size:clamp(2.9rem,6vw,7rem);line-height:.9;letter-spacing:-.08em}.sofivra-about-statement p{margin:0;color:var(--sofivra-muted);font-size:1.05rem;line-height:1.75}.sofivra-about-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,28px)}.sofivra-about-values article,.sofivra-about-cta{position:relative;overflow:hidden;padding:clamp(26px,3vw,46px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,3vw,48px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-about-values article:after,.sofivra-about-cta:after{content:"";position:absolute;right:-54px;bottom:-70px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(247,191,208,.28),transparent 66%);pointer-events:none}.sofivra-about-values span{color:var(--sofivra-muted);font-size:.75rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-about-values h3{margin:12px 0;font-size:clamp(1.8rem,3vw,3.4rem);line-height:.98;letter-spacing:-.06em}.sofivra-about-values p{margin:0;color:var(--sofivra-muted);line-height:1.65}.sofivra-about-materials{display:grid;grid-template-columns:minmax(420px,.9fr) minmax(0,.82fr);gap:clamp(28px,5vw,78px);align-items:center;padding:clamp(56px,8vw,118px) 0}.sofivra-about-materials__media{aspect-ratio:1 / 1;overflow:hidden;border-radius:clamp(34px,5vw,70px);box-shadow:0 28px 80px #18131324}.sofivra-about-materials__copy h2{margin:12px 0 18px;font-size:clamp(2.7rem,5.4vw,6.2rem);line-height:.92;letter-spacing:-.078em}.sofivra-about-materials__copy p,.sofivra-about-materials__copy li{color:var(--sofivra-muted);line-height:1.7}.sofivra-about-materials__copy ul{display:grid;gap:12px;margin:24px 0 0;padding:0;list-style:none}.sofivra-about-materials__copy li{position:relative;padding-left:24px}.sofivra-about-materials__copy li:before{content:"";position:absolute;left:0;top:.72em;width:9px;height:9px;border-radius:999px;background:var(--sofivra-foreground)}.sofivra-about-proof{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border-radius:clamp(30px,4vw,58px);background:#171313;color:#fff}.sofivra-about-proof div{padding:clamp(24px,4vw,48px);border-right:1px solid rgba(255,255,255,.12)}.sofivra-about-proof div:last-child{border-right:0}.sofivra-about-proof strong{display:block;font-size:clamp(2.4rem,5vw,5.8rem);line-height:.9;letter-spacing:-.08em}.sofivra-about-proof span{display:block;margin-top:12px;color:#ffffffa3;font-weight:800}.sofivra-about-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end;margin:clamp(52px,7vw,96px) 0 clamp(72px,9vw,130px)}.sofivra-about-cta h2{max-width:900px;margin:12px 0 0;font-size:clamp(2.5rem,5vw,5.6rem);line-height:.92;letter-spacing:-.075em}.sofivra-about-cta__actions{position:relative;z-index:1;display:flex;flex-wrap:wrap;gap:12px;justify-content:flex-end}@keyframes sofivra-float{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-14px)}}@keyframes sofivra-review-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.sofivra-hosiery-categories__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,2vw,28px)}.sofivra-hosiery-category{position:relative;display:grid;min-height:clamp(480px,44vw,680px);overflow:hidden;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.16);border-radius:clamp(28px,3vw,52px);background:#2b2024;box-shadow:0 24px 80px #18131338;isolation:isolate}.sofivra-hosiery-category:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:radial-gradient(circle at 52% 18%,rgba(247,215,226,.9),transparent 24%),linear-gradient(145deg,#1a1215,#7b5660 42%,#f4d6d8);transition:transform var(--sofivra-motion-medium),filter var(--sofivra-motion-medium)}.sofivra-hosiery-category:nth-child(2):before{background:radial-gradient(circle at 55% 16%,rgba(255,255,255,.82),transparent 22%),linear-gradient(145deg,#171113,#4a3039 45%,#d8b2bd)}.sofivra-hosiery-category:nth-child(3):before{background:radial-gradient(circle at 50% 18%,rgba(245,229,214,.86),transparent 24%),linear-gradient(145deg,#171113,#8c6470 48%,#f5e5d6)}.sofivra-hosiery-category:nth-child(4):before{background:radial-gradient(circle at 54% 16%,rgba(247,215,226,.78),transparent 25%),linear-gradient(145deg,#191315,#61464f 48%,#f7efe9)}.sofivra-hosiery-category:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:linear-gradient(180deg,#1813131f,#181313c7),repeating-linear-gradient(90deg,rgba(255,255,255,.05) 0 1px,transparent 1px 14px)}.sofivra-hosiery-category:hover:before{transform:scale(1.06);filter:saturate(1.08)}.sofivra-hosiery-category__tag{position:absolute;top:20px;left:20px;z-index:2;padding:9px 14px;border:1px solid rgba(255,255,255,.24);border-radius:var(--sofivra-radius-pill);background:#ffffff1f;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-hosiery-category__visual{position:absolute;top:18%;right:18%;bottom:34%;left:18%;border-radius:999px 999px 42px 42px;border:1px solid rgba(255,255,255,.2);overflow:hidden;background:#ffffff14;opacity:.9}.sofivra-hosiery-category__image{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.92) contrast(1.04);transition:transform var(--sofivra-motion-medium)}.sofivra-hosiery-category:hover .sofivra-hosiery-category__image{transform:scale(1.06)}.sofivra-hosiery-category__copy{align-self:end;display:grid;gap:12px;padding:clamp(22px,3vw,34px)}.sofivra-hosiery-category h3{max-width:300px;margin:0;font-size:clamp(1.8rem,3vw,3.5rem);line-height:.94;letter-spacing:-.065em}.sofivra-hosiery-category p{max-width:340px;margin:0;color:#ffffffc2;line-height:1.58}.sofivra-hosiery-category strong{font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.sofivra-cart-hero h1,.sofivra-content-hero h1{max-width:980px;margin:10px 0 14px;font-size:clamp(3.8rem,8vw,9.2rem);line-height:.9;letter-spacing:-.085em}.sofivra-cart-hero p{max-width:640px;color:var(--sofivra-muted);font-size:clamp(1.04rem,1.5vw,1.28rem);line-height:1.65}.sofivra-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.38fr);gap:clamp(24px,4vw,60px);align-items:start;padding:clamp(42px,6vw,88px) 0}.sofivra-cart-items{display:grid;gap:18px}.sofivra-cart-item{display:grid;grid-template-columns:minmax(130px,180px) minmax(0,1fr) auto;gap:clamp(16px,2.4vw,30px);align-items:center;padding:clamp(14px,2vw,22px);border:1px solid var(--sofivra-border);border-radius:clamp(24px,3vw,40px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-cart-item__media{display:block;aspect-ratio:3 / 4;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-cart-item__image,.sofivra-cart-item__placeholder{width:100%;height:100%;object-fit:cover}.sofivra-cart-item__placeholder,.sofivra-search-card__placeholder{background:radial-gradient(circle at 28% 18%,rgba(255,255,255,.78),transparent 34%),linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-mauve),var(--sofivra-champagne))}.sofivra-cart-item__details{display:grid;gap:18px}.sofivra-cart-item h2,.sofivra-search-card h2{margin:0;font-size:clamp(1.1rem,1.8vw,1.55rem);line-height:1.12}.sofivra-cart-item a,.sofivra-search-card a{color:inherit;text-decoration:none}.sofivra-cart-item p,.sofivra-cart-summary p,.sofivra-content-card,.sofivra-content-aside p{color:var(--sofivra-muted);line-height:1.7}.sofivra-cart-item__controls{display:flex;flex-wrap:wrap;gap:14px;align-items:end}.sofivra-cart-item__controls label{display:grid;gap:6px;color:var(--sofivra-muted);font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.sofivra-cart-item__controls input{width:96px;min-height:44px;padding:0 14px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill)}.sofivra-cart-quantity{display:inline-grid;grid-template-columns:40px 72px 40px;align-items:center;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);overflow:hidden;background:#fff}.sofivra-cart-quantity input{width:72px;min-height:42px;padding:0 6px;border:0;border-radius:0;text-align:center}.sofivra-cart-quantity button{min-height:42px;border:0;background:transparent;color:var(--sofivra-foreground);cursor:pointer;font-size:1.1rem;font-weight:900}.sofivra-cart-quantity button:hover{background:#1813130d}.sofivra-cart-promo{display:grid;gap:5px;padding:14px 16px;border:1px solid rgba(135,111,77,.24);border-radius:20px;background:#876f4d1a;color:var(--sofivra-foreground)}.sofivra-cart-promo span{color:var(--sofivra-muted);font-size:.92rem}.sofivra-cart-discounts{display:grid;gap:5px;margin:10px 0 0;padding:0;list-style:none;color:#7b4d43;font-size:.9rem;font-weight:700}.sofivra-cart-summary__discounts{display:grid;gap:10px;padding:12px 0;border-top:1px solid rgba(24,19,19,.08);border-bottom:1px solid rgba(24,19,19,.08)}.sofivra-cart-summary__discounts .sofivra-cart-summary__row strong{color:#7b4d43}.sofivra-cart-summary__row--total{font-size:1.08rem}.sofivra-cart-promo.is-unlocked{background:#5c824c1f}.sofivra-cart-item__controls a{color:var(--sofivra-muted);font-weight:800}.sofivra-cart-item__price{display:grid;justify-items:end;gap:4px;font-size:1.05rem}.sofivra-cart-item__price s{color:var(--sofivra-muted)}.sofivra-cart-summary{position:sticky;top:104px;display:grid;gap:18px;padding:clamp(24px,3vw,38px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,3vw,46px);background:#ffffffe6;box-shadow:var(--sofivra-shadow-strong);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.sofivra-cart-summary h2{margin:0;font-size:clamp(1.8rem,3vw,3.2rem);line-height:1;letter-spacing:-.055em}.sofivra-cart-summary__row{display:flex;justify-content:space-between;gap:16px;padding-top:16px;border-top:1px solid var(--sofivra-border)}.sofivra-cart-checkout,.sofivra-cart-update{width:100%;min-height:56px}.sofivra-cart-trust{display:grid;gap:8px;padding-top:16px;border-top:1px solid var(--sofivra-border)}.sofivra-cart-trust span:before{content:"";display:inline-block;width:8px;height:8px;margin-right:8px;border-radius:50%;background:var(--sofivra-gradient)}.sofivra-cart-empty{max-width:760px}.sofivra-content-shell{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.34fr);gap:clamp(24px,4vw,60px);align-items:start;padding:clamp(42px,6vw,88px) 0}.sofivra-content-card,.sofivra-content-aside{padding:clamp(26px,4vw,58px);border:1px solid var(--sofivra-border);border-radius:clamp(28px,4vw,56px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-content-card{font-size:clamp(1.02rem,1.4vw,1.16rem)}.sofivra-content-card h2,.sofivra-content-card h3,.sofivra-content-aside h2{color:var(--sofivra-foreground);letter-spacing:-.04em}.sofivra-content-card img{border-radius:28px}.sofivra-policy-copy{display:grid;gap:18px}.sofivra-policy-copy h2{margin:0 0 6px;font-size:clamp(2rem,4vw,4.4rem);line-height:.98}.sofivra-policy-copy h3{margin:18px 0 0;font-size:clamp(1.2rem,1.8vw,1.65rem);line-height:1.1}.sofivra-policy-copy p,.sofivra-policy-copy ul{margin:0}.sofivra-policy-copy ul{display:grid;gap:10px;padding-left:1.15em}.sofivra-policy-copy a{color:var(--sofivra-foreground);font-weight:800}.sofivra-policy-updated{color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-contact-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.sofivra-contact-methods article{display:grid;gap:8px;padding:18px;border:1px solid var(--sofivra-border);border-radius:18px;background:#fbf7f5}.sofivra-contact-methods span{color:var(--sofivra-muted);font-size:.72rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-contact-form{margin-top:12px}.sofivra-content-aside{position:sticky;top:104px;display:grid;gap:16px;background:radial-gradient(circle at 80% 12%,rgba(247,215,226,.72),transparent 30%),#fff}.sofivra-content-aside h2{margin:0;font-size:clamp(1.7rem,3vw,3rem);line-height:1}.sofivra-search-form{display:flex;max-width:760px;gap:12px;margin-top:28px}.sofivra-search-form input{flex:1;min-height:56px;min-width:0;padding:0 22px;border:1px solid var(--sofivra-border);border-radius:var(--sofivra-radius-pill);background:#fff}.sofivra-search-summary{display:flex;gap:10px;align-items:baseline;padding:clamp(34px,5vw,64px) 0 24px}.sofivra-search-summary strong{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.05em}.sofivra-search-summary span{color:var(--sofivra-muted)}.sofivra-search-results{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(16px,2vw,28px);padding-bottom:clamp(60px,8vw,110px)}.sofivra-search-card{overflow:hidden;border:1px solid var(--sofivra-border);border-radius:clamp(24px,2.6vw,42px);background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-search-card__media{display:block;aspect-ratio:3 / 4;overflow:hidden}.sofivra-search-card__image{width:100%;height:100%;object-fit:cover}.sofivra-search-card__body{padding:clamp(18px,2vw,26px)}.sofivra-search-card__body p{color:var(--sofivra-muted);font-weight:800}.sofivra-blog-header,.sofivra-article-header{max-width:900px;padding:clamp(58px,7vw,104px) 0 clamp(24px,4vw,46px)}.sofivra-blog-header h1,.sofivra-article-header h1{margin:10px 0 14px;font-size:clamp(2.6rem,5.6vw,5.8rem);line-height:.98;letter-spacing:-.07em}.sofivra-blog-header p,.sofivra-article-header p{max-width:680px;margin:0;color:var(--sofivra-muted);font-size:clamp(1rem,1.35vw,1.16rem);line-height:1.68}.sofivra-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(18px,2.2vw,28px);padding:0 0 clamp(68px,9vw,128px)}.sofivra-blog-card{overflow:hidden;border:1px solid var(--sofivra-border);border-radius:24px;background:#fff;box-shadow:0 8px 24px #1813130f;transition:transform var(--sofivra-motion-medium),box-shadow var(--sofivra-motion-medium)}.sofivra-blog-card:hover{transform:translateY(-8px);box-shadow:var(--sofivra-shadow-strong)}.sofivra-blog-card__media{display:block;aspect-ratio:16 / 10;overflow:hidden;background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-blog-card__image{display:block;width:100%;height:100%;object-fit:cover}.sofivra-blog-card__image{transition:transform var(--sofivra-motion-medium)}.sofivra-blog-card:hover .sofivra-blog-card__image{transform:scale(1.055)}.sofivra-blog-card__body{display:grid;gap:14px;padding:clamp(20px,2.5vw,30px)}.sofivra-blog-card__meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center;color:var(--sofivra-muted);font-size:.76rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.sofivra-blog-card h2{margin:0;font-size:clamp(1.45rem,2.2vw,2.25rem);line-height:1;letter-spacing:-.055em}.sofivra-blog-card h2 a,.sofivra-blog-card__link,.sofivra-article-hero__back,.sofivra-article-related__card{color:inherit;text-decoration:none}.sofivra-blog-card p{margin:0;color:var(--sofivra-muted);line-height:1.65}.sofivra-blog-card__link{width:fit-content;margin-top:4px;font-size:.82rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-blog-card__link:after,.sofivra-article-hero__back:before{content:" \2192"}.sofivra-article-hero__back{display:inline-flex;margin-bottom:16px;color:var(--sofivra-muted);font-size:.78rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.sofivra-article-hero__back:before{content:"\2190  "}.sofivra-article-shell{display:block;padding:0 0 clamp(58px,8vw,112px)}.sofivra-article-content{max-width:820px;margin-inline:auto;padding:0 0 clamp(28px,4vw,58px);border:0;border-radius:0;background:transparent;box-shadow:none;color:#332b2d;font-size:clamp(1.04rem,1.35vw,1.18rem);line-height:1.82}.sofivra-article-inline-visual{margin:0 0 clamp(24px,4vw,42px);overflow:hidden;border-radius:24px;background:linear-gradient(135deg,var(--sofivra-blush),var(--sofivra-champagne))}.sofivra-article-inline-visual img{display:block;width:100%;aspect-ratio:16 / 10;object-fit:cover}.sofivra-article-content>*:first-child{margin-top:0}.sofivra-article-content>*:last-child{margin-bottom:0}.sofivra-article-content h2,.sofivra-article-content h3{margin:1.35em 0 .45em;color:var(--sofivra-foreground);line-height:1.04;letter-spacing:-.05em}.sofivra-article-content h2{font-size:clamp(2rem,3.6vw,4rem)}.sofivra-article-content h3{font-size:clamp(1.45rem,2.4vw,2.5rem)}.sofivra-article-content p,.sofivra-article-content li{color:#55494d}.sofivra-article-content a{color:var(--sofivra-foreground);font-weight:900}.sofivra-article-content ul,.sofivra-article-content ol{display:grid;gap:10px;padding-left:1.2em}.sofivra-article-content blockquote{margin:30px 0;padding:22px 26px;border-left:4px solid var(--sofivra-foreground);border-radius:20px;background:#fbf7f5;color:var(--sofivra-foreground);font-weight:800}.sofivra-article-content img{max-width:100%;height:auto;border-radius:28px}.sofivra-article-related{padding:0 0 clamp(70px,9vw,132px)}.sofivra-article-related__header{margin-bottom:20px}.sofivra-article-related__header h2{margin:10px 0 0;font-size:clamp(2.1rem,4.8vw,5rem);line-height:.95;letter-spacing:-.07em}.sofivra-article-related__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sofivra-article-related__card{display:grid;gap:12px;padding:clamp(22px,3vw,34px);border:1px solid var(--sofivra-border);border-radius:30px;background:#fff;box-shadow:var(--sofivra-shadow)}.sofivra-article-related__card span{color:var(--sofivra-muted);font-size:.74rem;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.sofivra-article-related__card strong{font-size:clamp(1.25rem,2vw,1.8rem);line-height:1.04;letter-spacing:-.045em}.sofivra-article-comments{padding-bottom:clamp(70px,9vw,132px)}.sofivra-article-comments form{display:grid;max-width:720px;gap:12px}.sofivra-article-comments input,.sofivra-article-comments textarea{width:100%;min-height:52px;padding:0 18px;border:1px solid var(--sofivra-border);border-radius:18px}.sofivra-article-comments textarea{min-height:150px;padding-top:14px}@media(max-width:980px){.sofivra-cart-layout,.sofivra-content-shell{grid-template-columns:1fr}.sofivra-cart-summary,.sofivra-content-aside{position:static}.sofivra-contact-methods{grid-template-columns:1fr}.sofivra-search-results,.sofivra-blog-grid,.sofivra-article-related__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.sofivra-cart-item{grid-template-columns:110px 1fr}.sofivra-cart-item__price{grid-column:1 / -1;justify-items:start}.sofivra-search-form{flex-direction:column}.sofivra-blog-header h1,.sofivra-article-header h1{font-size:clamp(2.6rem,12vw,4.4rem)}.sofivra-blog-grid,.sofivra-article-related__grid{grid-template-columns:1fr}.sofivra-article-content{padding-bottom:24px}}@media(max-width:460px){.sofivra-search-results{grid-template-columns:1fr}}@media(max-width:760px){.sofivra-commerce-container,.sofivra-container,.sofivra-hero .sofivra-container{width:calc(100% - 24px);max-width:calc(100% - 24px)}.sofivra-product-shell,.sofivra-product-gallery,.sofivra-product-panel{min-width:0;width:100%;max-width:100%}.sofivra-product-shell{grid-template-columns:minmax(0,1fr)}}@media(max-width:980px){.sofivra-wholesale-hero__grid,.sofivra-about-hero__grid,.sofivra-about-statement,.sofivra-about-materials,.sofivra-about-cta,.sofivra-wholesale-intro,.sofivra-wholesale-process,.sofivra-video-feature__grid,.sofivra-wholesale-form-card{grid-template-columns:1fr}.sofivra-wholesale-hero__showroom{min-height:520px}.sofivra-wholesale-hero__metrics,.sofivra-wholesale-grid,.sofivra-wholesale-fit,.sofivra-about-values,.sofivra-about-proof{grid-template-columns:1fr}.sofivra-wholesale-intro .sofivra-eyebrow,.sofivra-wholesale-intro h2,.sofivra-wholesale-intro p,.sofivra-about-statement .sofivra-eyebrow{grid-column:1}.sofivra-about-materials{grid-template-columns:minmax(0,1fr)}.sofivra-about-proof div{border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.sofivra-about-proof div:last-child{border-bottom:0}.sofivra-about-cta__actions{justify-content:flex-start}}@media(max-width:700px){.sofivra-about-hero{padding-top:70px}.sofivra-about-hero h1{font-size:clamp(3.5rem,15vw,5.5rem)}.sofivra-about-hero__visual{min-height:410px}.sofivra-about-hero__image--main{top:0;right:0;bottom:16%;left:0;border-radius:34px}.sofivra-about-hero__image--accent{width:44%;height:36%;border-radius:24px}.sofivra-about-hero__label{left:12px;bottom:4%}.sofivra-wholesale-hero{padding-top:70px}.sofivra-wholesale-hero h1{font-size:clamp(3.5rem,15vw,5.4rem)}.sofivra-wholesale-hero__showroom{min-height:390px}.sofivra-wholesale-hero__image--main{top:0;right:0;bottom:16%;left:0;border-radius:34px}.sofivra-wholesale-hero__image--side{width:44%;height:36%;border-radius:24px}.sofivra-wholesale-hero__note{left:12px;bottom:4%}.sofivra-about-statement h2,.sofivra-about-materials__copy h2,.sofivra-about-cta h2,.sofivra-wholesale-intro h2,.sofivra-wholesale-process h2{font-size:clamp(2.6rem,12vw,4.2rem)}.sofivra-wholesale-process{padding:24px;border-radius:34px}.sofivra-wholesale-process li,.sofivra-wholesale-form{grid-template-columns:1fr}.sofivra-video-feature__phone{transform:none}}.container{max-width:1200px;margin:0 auto;padding:0 20px}.hero-section{position:relative;height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.parallax-bg{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;opacity:.3;z-index:-1}.hero-inner{position:relative;z-index:1;padding:0 20px;max-width:800px}.hero-title{font-family:var(--font-primary);font-size:clamp(2.5rem,5vw,3.5rem);margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.3);line-height:1.2}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);margin-bottom:2.5rem;opacity:.9;font-weight:300}.hero-cta{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.btn{padding:14px 28px;border-radius:30px;text-decoration:none;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;align-items:center;justify-content:center;min-width:150px;font-size:1rem}.btn-primary{background-color:var(--accent-color);color:#fff;box-shadow:0 4px 15px #c2185b4d}.btn-secondary{background-color:transparent;color:#fff;border:2px solid white;box-shadow:0 4px 15px #fff3}.btn:hover{transform:translateY(-4px);box-shadow:0 8px 25px #0003}.lace-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.lace-particle{position:absolute;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50 10 Q60 20 70 30 T90 50 Q80 60 70 70 T50 90 Q40 80 30 70 T10 50 Q20 40 30 30 T50 10" fill="none" stroke="white" stroke-width="1" opacity="0.6"/></svg>');background-size:contain;animation:float 15s infinite ease-in-out}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-30px) rotate(180deg)}}.product-grid-section{padding:80px 0;background-color:#fff}.section-header{text-align:center;margin-bottom:50px}.section-title{font-family:var(--font-primary);font-size:2.5rem;margin-bottom:1rem;color:var(--text-color)}.section-subtitle{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.product-filters{display:flex;gap:20px;margin-bottom:40px;flex-wrap:wrap;justify-content:center}.filter-select{padding:10px 15px;border:1px solid #ddd;border-radius:25px;background-color:#fff;font-family:var(--font-secondary);min-width:150px}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-bottom:40px}.product-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 15px #00000014;transition:all .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 25px #0000001f}.product-image-container{position:relative;padding-top:100%;overflow:hidden}.product-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-quick-preview{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-quick-preview{opacity:1}.preview-content{text-align:center;padding:20px}.preview-content h4{margin-bottom:10px;font-size:1.2rem}.preview-content .price{margin-bottom:15px;font-size:1.1rem;color:var(--accent-color)}.quick-add-btn{background-color:var(--accent-color);color:#fff;border:none;padding:10px 20px;border-radius:20px;cursor:pointer}.product-info{padding:20px;flex:1;display:flex;flex-direction:column}.product-title{font-size:1.1rem;margin-bottom:15px;color:var(--text-color)}.product-title a{color:inherit;text-decoration:none}.product-variants{display:flex;gap:10px;margin-bottom:20px;flex-wrap:wrap}.variant-option{display:flex;align-items:center;gap:8px;padding:5px 10px;background-color:#f8f8f8;border-radius:20px;font-size:.9rem}.variant-color{width:12px;height:12px;border-radius:50%;border:1px solid #ddd}.product-actions{display:flex;gap:10px;margin-top:auto}.product-actions .btn{flex:1;padding:10px;font-size:.9rem}.load-more{text-align:center}.load-more .btn{padding:12px 30px}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.product-grid{grid-template-columns:1fr}.product-filters{flex-direction:column;align-items:center}.filter-select{width:100%;max-width:300px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/styles.css.map */
