:root{--color-bg: #F5F1EA;--color-bg-alt: #EFE8DC;--color-surface: #FFFFFF;--color-text: #1A1612;--color-text-muted: #6F675D;--color-accent: #78864B;--color-accent-dark: #5E693A;--color-accent-soft: #E8EAD8;--color-border: rgba(26,22,18,.12);--color-border-strong:rgba(26,22,18,.3);--radius-sm: 2px;--radius-md: 4px;--radius-lg: 8px;--transition: .18s ease}.hidden{display:none!important}.text-center{text-align:center}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.announcement{background:var(--announcement-bg, var(--color-text));color:var(--announcement-text, var(--color-bg));text-align:center;padding:var(--announcement-padding-y, 10px) 16px;font-size:var(--announcement-font-size, 12px);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.announcement__link{color:inherit;text-decoration:none}.site-header{background:var(--header-bg, var(--color-bg));color:var(--header-text, var(--color-text));border-bottom:1px solid var(--header-border, var(--color-border));position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.site-header__inner{display:flex;justify-content:space-between;align-items:center;max-width:1280px;margin:0 auto;padding:var(--header-padding-y, 20px) 24px}.site-logo{font-family:Fraunces,Georgia,serif;font-size:26px;font-weight:500;letter-spacing:-.03em;color:var(--color-text)}.site-logo em{font-style:italic;color:var(--color-accent)}.site-logo__image{display:block;width:var(--header-logo-width, 150px);max-width:100%;height:auto}.site-nav{display:flex;gap:24px;align-items:center}.site-nav__link{color:inherit;text-decoration:none;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.header-cart{display:flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--color-text)}.header-cart__count{background:var(--color-text);color:var(--color-bg);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:600;min-width:22px;text-align:center}.hero-product{background:var(--hero-bg, var(--color-bg));color:var(--hero-text,var(--color-text));padding-top:var(--hero-padding-top, 48px);padding-bottom:var(--hero-padding-bottom, 64px)}.hero-product__grid{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--hero-gap, 64px);max-width:var(--hero-container, 1280px);margin:0 auto;padding:0 24px;align-items:start}.hero-product__grid--image-right .product-gallery{order:2}.hero-product__grid--image-right .product-info{order:1}.product-gallery{position:static}.product-gallery--sticky{position:sticky;top:100px}.product-gallery__main{background:var(--hero-surface, var(--color-surface));border-radius:var(--hero-radius, var(--radius-lg));overflow:hidden;aspect-ratio:1;margin-bottom:12px}.product-gallery__main img{width:100%;height:100%;object-fit:var(--hero-image-fit, cover);image-rendering:auto}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.product-gallery__thumb{background:var(--hero-surface, var(--color-surface));border-radius:var(--hero-radius, var(--radius-md));overflow:hidden;aspect-ratio:1;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition);-webkit-appearance:none;appearance:none;padding:0}.product-gallery__thumb.active,.product-gallery__thumb:hover{border-color:var(--color-accent)}.product-info{color:var(--hero-text, var(--color-text))}.product-info--align-center{text-align:center}.product-info--align-center .product-info__subtitle{margin-left:auto;margin-right:auto}.product-info--align-center .product-info__rating,.product-info--align-center .product-info__price,.product-info--align-center .product-info__eyebrow{justify-content:center}.product-info__eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:11px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--hero-accent, var(--color-accent));margin-bottom:16px}.product-info__eyebrow:before{content:"";width:24px;height:1px;background:var(--hero-accent, var(--color-accent));flex-shrink:0}.product-info__title{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,4vw,3rem);line-height:1.05;font-weight:500;letter-spacing:-.025em;margin-bottom:16px}.product-info__title em{font-style:italic;color:var(--color-accent)}.product-info__subtitle{font-size:17px;line-height:1.55;color:var(--hero-muted, var(--color-text-muted));margin-bottom:24px;max-width:480px}.product-info__subtitle p{margin:0}.product-info__rating{display:flex;align-items:center;gap:8px;margin-bottom:24px;font-size:13px;color:var(--hero-muted, var(--color-text-muted))}.product-info__stars{color:var(--hero-accent, var(--color-accent));letter-spacing:2px;font-size:14px}.product-info__price{display:flex;align-items:baseline;gap:12px;margin-bottom:32px}.product-info__price-current{font-family:Fraunces,Georgia,serif;font-size:36px;font-weight:500;color:var(--color-text)}.product-info__price-compare{font-size:18px;color:var(--color-text-muted);text-decoration:line-through}.product-info__save{background:var(--hero-accent, var(--color-accent));color:#fff;font-size:11px;font-weight:600;letter-spacing:.05em;padding:4px 10px;border-radius:var(--radius-sm);text-transform:uppercase}.variant-group{margin-bottom:24px}.variant-group__label{display:block;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text);margin-bottom:10px}.variant-group__label-value{font-weight:400;color:var(--color-text-muted);text-transform:none;letter-spacing:0}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-option{padding:12px 20px;border:1.5px solid var(--color-border);background:var(--color-surface);border-radius:var(--radius-md);font-size:14px;font-weight:500;color:var(--color-text);cursor:pointer;transition:all var(--transition);min-width:56px;text-align:center}.variant-option:hover{border-color:var(--color-text)}.variant-option.active{background:var(--hero-button-bg, var(--color-text));color:var(--hero-button-text, var(--color-bg));border-color:var(--hero-button-bg, var(--color-text))}.bundle-picker{border:1px solid var(--hero-border, var(--color-border));border-radius:var(--radius-lg);background:var(--hero-surface, var(--color-surface));padding:8px;margin-bottom:24px}.bundle-option__left{display:flex;align-items:center;gap:12px}.bundle-option__radio{width:18px;height:18px;border:1.5px solid var(--color-border-strong);border-radius:50%;flex-shrink:0;position:relative}.bundle-option.active .bundle-option__radio{border-color:var(--color-accent);background:var(--color-accent)}.bundle-option.active .bundle-option__radio:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;border-radius:50%;background:#fff}.bundle-option__title{display:block;font-weight:500;font-size:15px;color:var(--color-text);margin-bottom:2px}.bundle-option__deal{display:block;font-size:12px;color:var(--hero-accent, var(--color-accent));font-weight:500}.bundle-option__price{display:block;text-align:right;font-weight:500;font-size:16px;color:var(--color-text)}.bundle-option__compare{display:block;font-size:12px;color:var(--color-text-muted);text-decoration:line-through;font-weight:400}.bundle-option__badge{background:var(--hero-accent, var(--color-accent));color:#fff;font-size:12px;font-weight:600;letter-spacing:.04em;padding:2px 6px;border-radius:var(--radius-sm);text-transform:uppercase;margin-left:6px;white-space:nowrap;flex-shrink:0;vertical-align:middle}.btn-primary{display:block;width:100%;background:var(--hero-button-bg, var(--color-text));color:var(--hero-button-text, var(--color-bg));border:none;padding:18px 32px;border-radius:var(--radius-md);font-size:15px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition)}.btn-primary:hover{background:var(--color-accent);transform:translateY(-1px)}.btn-primary:active{transform:translateY(0)}.btn-primary[disabled]{opacity:.55;cursor:not-allowed}.btn-secondary{display:inline-block;background:transparent;color:var(--color-text);border:1.5px solid var(--color-text);padding:16px 32px;border-radius:var(--radius-md);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:all var(--transition)}.btn-secondary:hover{background:var(--color-text);color:var(--color-bg)}.trust-row{display:flex;justify-content:space-between;gap:16px;margin-top:20px;padding-top:20px;border-top:1px solid var(--hero-border, var(--color-border))}.trust-item{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--hero-muted, var(--color-text-muted));font-weight:500}.trust-item__icon{width:20px;height:20px;color:var(--hero-accent, var(--color-accent));flex-shrink:0}.trust-item__icon svg{width:20px;height:20px;display:block}.section{padding:96px 0}.section--dark{background:var(--color-text);color:var(--color-bg)}.section--dark h2,.section--dark h3{color:var(--color-bg)}.section--alt{background:var(--color-bg-alt)}.section--accent{background:var(--color-accent);color:#fff}.section--accent h2{color:#fff}.section__header{text-align:center;max-width:720px;margin:0 auto 64px}.section__eyebrow{display:inline-block;font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--color-accent);margin-bottom:16px}.section--dark .section__eyebrow{color:var(--color-accent-soft)}.section__title{font-family:Fraunces,Georgia,serif;font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.1;margin-bottom:16px;letter-spacing:-.02em}.section__title em{font-style:italic;color:var(--color-accent)}.section--dark .section__title em{color:var(--color-accent-soft)}.section__subtitle{font-size:17px;line-height:1.6;color:var(--color-text-muted);max-width:560px;margin:0 auto}.section--dark .section__subtitle{color:#f5f1eab3}.alignwear-section-padding{padding-top:var(--section-padding-top, 96px);padding-bottom:var(--section-padding-bottom, 96px)}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;max-width:960px;margin:0 auto;padding:0 24px}.pain-card{padding:32px;border-radius:var(--radius-lg);background:#f5f1ea0d;border:1px solid rgba(245,241,234,.1)}.pain-card__icon{width:40px;height:40px;margin-bottom:20px;color:var(--color-accent-soft)}.pain-card__title{font-family:Fraunces,Georgia,serif;font-size:20px;font-weight:500;margin-bottom:8px;color:var(--color-bg)}.pain-card__text{font-size:15px;line-height:1.6;color:#f5f1eaa6}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;max-width:1100px;margin:0 auto;padding:0 24px}.step-card{text-align:center}.step-card__num{font-family:Fraunces,Georgia,serif;font-size:64px;font-weight:400;font-style:italic;color:var(--color-accent);line-height:1;margin-bottom:16px;display:block}.step-card__title{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:500;margin-bottom:12px}.step-card__text{font-size:15px;line-height:1.6;color:var(--color-text-muted);max-width:280px;margin:0 auto}.comparison-wrap{max-width:880px;margin:0 auto;padding:0 24px}.comparison-table{width:100%;border-collapse:collapse;background:var(--color-surface);border-radius:var(--radius-lg);overflow:hidden}.comparison-table th,.comparison-table td{padding:18px 20px;text-align:center;font-size:14px;border-bottom:1px solid var(--color-border)}.comparison-table th{background:var(--color-bg-alt);font-weight:600;font-size:13px;letter-spacing:.04em;text-transform:uppercase}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left;font-weight:500}.comparison-table th.highlight{background:var(--color-accent);color:#fff}.comparison-table tr:last-child td{border-bottom:none}.comparison-table .highlight-col{background:var(--color-accent-soft)}.check-mark{color:var(--color-accent);font-weight:600;font-size:18px}.cross-mark{color:var(--color-text-muted);opacity:.5}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1200px;margin:0 auto;padding:0 24px}.review-card{background:var(--color-surface);padding:32px;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.review-card__stars{color:var(--color-accent);font-size:14px;letter-spacing:3px;margin-bottom:16px}.review-card__title{font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:500;margin-bottom:12px;font-style:italic}.review-card__text{font-size:15px;line-height:1.6;color:var(--color-text-muted);margin-bottom:20px}.review-card__author{display:flex;align-items:center;gap:12px;border-top:1px solid var(--color-border);padding-top:16px}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-accent-soft);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:13px;color:var(--color-accent-dark)}.review-card__name{font-size:13px;font-weight:500}.review-card__verified{font-size:11px;color:var(--color-text-muted)}.faq-wrap{max-width:720px;margin:0 auto;padding:0 24px}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);margin-bottom:8px;overflow:hidden}.faq-item__btn{display:flex;width:100%;align-items:center;justify-content:space-between;padding:20px 24px;background:none;border:none;text-align:left;font-family:inherit;font-size:16px;font-weight:500;cursor:pointer;color:var(--color-text)}.faq-item__icon{width:18px;height:18px;position:relative;flex-shrink:0;margin-left:16px;transition:transform var(--transition)}.faq-item__icon:before,.faq-item__icon:after{content:"";position:absolute;background:var(--color-text);transition:transform var(--transition)}.faq-item__icon:before{top:50%;left:0;width:100%;height:1.5px;transform:translateY(-50%)}.faq-item__icon:after{left:50%;top:0;width:1.5px;height:100%;transform:translate(-50%)}.faq-item.active .faq-item__icon:after{transform:translate(-50%) scaleY(0)}.faq-item__content{max-height:0;overflow:hidden;transition:max-height var(--transition)}.faq-item.active .faq-item__content{max-height:400px}.faq-item__inner{padding:0 24px 24px;font-size:15px;line-height:1.65;color:var(--color-text-muted)}.final-cta{text-align:center;padding:96px 24px}.final-cta__title{font-family:Fraunces,Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);line-height:1.05;font-weight:500;letter-spacing:-.025em;margin:0 auto 16px;max-width:720px}.final-cta__title em{font-style:italic;color:var(--color-accent-soft)}.final-cta__subtitle{font-size:17px;line-height:1.6;color:#f5f1eab3;margin:0 auto 40px;max-width:520px}.final-cta .btn-primary{background:var(--color-bg);color:var(--color-text);display:inline-block;width:auto;min-width:280px}.final-cta .btn-primary:hover{background:var(--color-accent);color:#fff}.site-footer{background:var(--footer-bg, var(--color-text));color:var(--footer-text, var(--color-bg));padding:64px 0 32px}.site-footer__inner{max-width:1280px;margin:0 auto;padding:0 24px}.site-footer__top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(245,241,234,.1);margin-bottom:32px}.site-footer__brand{font-family:Fraunces,Georgia,serif;font-size:28px;font-weight:500;margin-bottom:12px;color:var(--color-bg);letter-spacing:-.02em}.site-footer__brand em{font-style:italic;color:var(--color-accent-soft)}.site-footer__brand img{display:block;max-width:100%;height:auto}.site-footer__tagline{font-size:14px;line-height:1.6;color:var(--footer-muted, rgba(245,241,234,.65));max-width:280px}.site-footer__heading{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-bg);margin-bottom:16px}.site-footer__links{display:flex;flex-direction:column;gap:12px}.site-footer__links a{font-size:14px;color:var(--footer-muted, rgba(245,241,234,.65))}.site-footer__bottom{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#f5f1ea66;border-top-color:var(--footer-border, rgba(245,241,234,.1))}.placeholder-image{background:linear-gradient(135deg,var(--color-bg-alt),var(--color-accent-soft));display:flex;align-items:center;justify-content:center;color:var(--color-accent-dark);font-family:Fraunces,Georgia,serif;font-style:italic;font-size:14px;width:100%;height:100%;min-height:300px}@media(max-width:968px){.site-nav{display:none}.hero-product{padding-top:12px;padding-bottom:24px}.hero-product__grid{grid-template-columns:1fr;gap:0}.hero-product__grid--image-right .product-gallery,.hero-product__grid--image-right .product-info{order:initial}.product-gallery{position:static;margin-bottom:0}.product-gallery__main{aspect-ratio:1 / 1;height:auto;max-height:none;margin-bottom:6px}.product-gallery__main img{width:100%;height:100%;object-fit:contain;max-height:none}.product-gallery__thumbs{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:6px;padding-bottom:6px;margin-bottom:12px;scrollbar-width:none}.product-gallery__thumbs::-webkit-scrollbar{display:none}.product-gallery__thumb{flex:0 0 52px;width:52px;height:52px;min-width:52px}.product-info{padding-top:0}.product-info__eyebrow{display:none}.product-info__title{font-size:28px;line-height:1.15;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;text-align:center}.product-info__price{margin-bottom:16px}.product-info__price-current{font-size:28px}.variant-group{margin-bottom:14px}.variant-option{padding:10px 16px;font-size:13px}.bundle-picker{margin-bottom:14px}.bundle-option{padding:12px 16px}.btn-primary{padding:16px 20px;font-size:15px}.trust-row{margin-top:14px;padding-top:14px}.product-info__subtitle{font-size:15px;margin-top:16px;margin-bottom:8px}.product-info__rating{margin-bottom:12px}.reviews-grid{grid-template-columns:1fr 1fr}}@media(max-width:768px){.section{padding:64px 0}.steps-grid{grid-template-columns:1fr;gap:32px}.site-footer__top{grid-template-columns:1fr 1fr;gap:32px}}@media(max-width:640px){.pain-grid{grid-template-columns:1fr;gap:16px}.reviews-grid{grid-template-columns:1fr}.site-footer__bottom{flex-direction:column;gap:8px;text-align:center}.comparison-table th,.comparison-table td{padding:12px 8px;font-size:12px}}@media(max-width:480px){.trust-row{flex-wrap:wrap;gap:12px}.trust-item{font-size:11px}}.size-chart-trigger{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:6px 0;font-size:13px;font-weight:500;color:var(--color-accent);cursor:pointer;text-decoration:underline;text-underline-offset:3px;margin-top:6px;margin-bottom:8px}.size-chart-trigger:hover{color:var(--color-accent-dark)}.size-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:200;display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity .22s ease}.size-modal-overlay.active{opacity:1;pointer-events:all}.size-modal{background:var(--color-surface);border-radius:16px 16px 0 0;width:100%;max-width:600px;padding:24px 20px 40px;transform:translateY(100%);transition:transform .22s ease}.size-modal-overlay.active .size-modal{transform:translateY(0)}.size-modal__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.size-modal__title{font-family:Fraunces,Georgia,serif;font-size:20px;font-weight:500;margin:0}.size-modal__close{background:none;border:none;font-size:20px;cursor:pointer;color:var(--color-text-muted);padding:4px 8px;line-height:1}.size-modal__table{width:100%;border-collapse:collapse;font-size:14px;margin-bottom:16px}.size-modal__table th{text-align:left;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);padding:0 12px 10px 0;border-bottom:2px solid var(--color-border)}.size-modal__table td{padding:12px 12px 12px 0;border-bottom:1px solid var(--color-border);line-height:1.5;vertical-align:top}.size-modal__table tr:last-child td{border-bottom:none}.size-modal__metric{color:var(--color-text-muted);font-size:12px}.size-modal__note{font-size:13px;color:var(--color-text-muted);font-style:italic;margin:0}.shipping-estimate{background:var(--color-accent-soft);border-radius:var(--radius-md);padding:16px;margin-top:14px}.shipping-estimate__timeline{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.shipping-estimate__step{display:flex;flex-direction:column;align-items:center;gap:6px;flex:1;text-align:center}.shipping-estimate__dot{width:28px;height:28px;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);flex-shrink:0}.shipping-estimate__dot--active{background:var(--color-accent);color:#fff}.shipping-estimate__line{flex:1;height:1px;background:var(--color-border);margin:0 4px 28px}.shipping-estimate__label{display:block;font-size:10px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.shipping-estimate__date{display:block;font-size:12px;font-weight:500;color:var(--color-text);min-height:16px}.shipping-estimate__footer{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--color-text-muted);border-top:1px solid var(--color-border);padding-top:10px}.sticky-atc{display:none;position:fixed;bottom:0;left:0;right:0;z-index:100;background:var(--color-surface);border-top:1px solid var(--color-border);padding:10px 16px;padding-bottom:max(10px,env(safe-area-inset-bottom));box-shadow:0 -4px 24px #0000001a}@media(min-width:969px){.sticky-atc--visible{display:block!important}}.sticky-atc__inner{display:flex;align-items:center;gap:12px;max-width:1280px;margin:0 auto}.sticky-atc__product{display:flex;align-items:center;gap:10px;flex-shrink:0}.sticky-atc__image{width:52px;height:52px;border-radius:var(--radius-md);overflow:hidden;flex-shrink:0;background:var(--color-bg-alt)}.sticky-atc__image img{width:100%;height:100%;object-fit:cover}.sticky-atc__meta{display:flex;flex-direction:column;gap:2px}.sticky-atc__name{font-size:13px;font-weight:600;color:var(--color-text);line-height:1.2;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price-wrap{display:flex;flex-direction:column;gap:2px}.sticky-atc__price-row{display:flex;align-items:center;gap:6px;flex-wrap:nowrap}.sticky-atc__price{font-family:Fraunces,Georgia,serif;font-size:18px;font-weight:500;color:var(--color-text)}@media(max-width:968px){.sticky-atc__inner{gap:8px}.sticky-atc__compare{font-size:11px}.sticky-atc__price{font-size:15px}.sticky-atc__save{font-size:9px;padding:2px 5px}.sticky-atc__name{font-size:11px;max-width:90px}.sticky-atc__image{width:40px;height:40px;flex-shrink:0}.sticky-atc__meta{gap:1px}.sticky-atc__btn{padding:10px 14px;font-size:12px;letter-spacing:.02em;flex-shrink:0}.sticky-atc__product{gap:8px;flex-shrink:0;max-width:55%}}.sticky-atc__save{display:inline-block;align-self:flex-start;background:var(--color-accent);color:#fff;font-size:10px;font-weight:600;letter-spacing:.04em;padding:2px 6px;border-radius:var(--radius-sm);text-transform:uppercase;white-space:nowrap}.sticky-atc__selectors{display:none;flex:1;align-items:center}.sticky-atc__variant-dropdown{width:100%;max-width:200px;padding:10px 36px 10px 12px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:14px;font-weight:500;color:var(--color-text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236F675D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.sticky-atc__variant-dropdown:focus{outline:none;border-color:var(--color-accent)}.sticky-atc__btn{background:var(--color-text);color:var(--color-bg);border:none;padding:12px 20px;border-radius:var(--radius-md);font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background var(--transition);margin-left:auto}@media(min-width:969px){.sticky-atc__selectors{display:flex}.sticky-atc__name{max-width:200px}.sticky-atc__btn{padding:14px 28px;font-size:14px}}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:600px;margin:0 auto}.sticky-atc__info{display:flex;flex-direction:column;gap:2px}.sticky-atc__brand{font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.sticky-atc__price{font-family:Fraunces,Georgia,serif;font-size:22px;font-weight:500;color:var(--color-text)}.sticky-atc__btn{background:var(--color-text);color:var(--color-bg);border:none;padding:14px 24px;border-radius:var(--radius-md);font-size:14px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background var(--transition)}.sticky-atc__btn:hover{background:var(--color-accent)}.sticky-atc__btn:active{transform:scale(.98)}.sticky-atc--visible{display:block!important}@media(min-width:969px){.sticky-atc{display:none}.sticky-atc.sticky-atc--visible{display:block!important}}.bundle-option{display:flex;flex-direction:column;border:2px solid transparent;border-radius:var(--radius-md);margin-bottom:4px;background:transparent;transition:background var(--transition);overflow:hidden}.bundle-option:last-child{margin-bottom:0}.bundle-option:hover{background:var(--color-bg-alt)}.bundle-option.active{background:var(--hero-accent-soft, var(--color-accent-soft));border-color:var(--hero-accent, var(--color-accent))}.bundle-option__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:none;border:none;width:100%;font:inherit;color:inherit;cursor:pointer;text-align:left}.bundle-slots{display:none;flex-direction:column;gap:8px;padding:0 16px 14px}.bundle-option.active .bundle-slots{display:flex}.bundle-slot{display:flex;align-items:center;gap:10px;font-size:13px;color:var(--color-text)}.bundle-slot__label{font-size:12px;font-weight:600;color:var(--color-text-muted);min-width:28px}.bundle-slot__select{flex:1;padding:8px 32px 8px 10px;border:1.5px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);font-size:13px;font-weight:500;color:var(--color-text);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236F675D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.bundle-slot__select:focus{outline:none;border-color:var(--color-accent)}.sticky-atc__compare{font-size:12px;color:var(--color-text-muted);text-decoration:line-through}@media(max-width:968px){.sticky-atc__btn{padding:9px 12px;font-size:11px}}.product-gallery__thumbs .product-gallery__thumb{flex:0 0 calc(25% - 6px);min-width:0}.gallery-arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1.5px solid var(--color-border);background:var(--color-surface);cursor:pointer;flex-shrink:0;color:var(--color-text);transition:all var(--transition)}.gallery-arrow:hover{background:var(--color-text);color:var(--color-bg)}.gallery-arrow.hidden{opacity:0;pointer-events:none}@media(max-width:968px){.product-gallery__thumbs-wrap{gap:4px}.gallery-arrow{width:24px;height:24px}}.product-gallery__thumbs-wrap{display:flex;align-items:center;gap:6px;margin-top:8px}.product-gallery__thumbs{display:flex;flex-wrap:nowrap;gap:8px;overflow:hidden;flex:1}.product-gallery__thumb{flex:0 0 calc(25% - 6px);min-width:0;aspect-ratio:1 / 1}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.gallery-arrow{width:28px;height:28px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);border-radius:999px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex:0 0 28px}.gallery-arrow.hidden{display:none!important}@media(max-width:768px){.product-gallery__thumbs-wrap{gap:4px}.product-gallery__thumb{flex:0 0 56px;width:56px;height:56px}.gallery-arrow{width:24px;height:24px;flex-basis:24px}}.above-fold-trust{display:flex;flex-wrap:wrap;gap:8px 16px;font-size:12px;font-weight:500;color:var(--color-accent-dark);margin-bottom:12px}.above-fold-trust span{display:flex;align-items:center;gap:4px}.guarantee-bar{display:flex;flex-direction:column;gap:10px;margin-top:16px;padding:16px;background:var(--color-accent-soft);border-radius:var(--radius-md)}.guarantee-bar__item{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--color-text);line-height:1.4}.guarantee-bar__item svg{color:var(--color-accent);flex-shrink:0;margin-top:1px}.atc-urgency{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--color-text);margin-bottom:12px;background:#fff5f5;border:1px solid #FFDDDD;border-radius:var(--radius-md);padding:10px 14px}.atc-urgency__dot{width:10px;height:10px;border-radius:50%;background:#e53535;flex-shrink:0;box-shadow:0 0 #e5353566;animation:urgency-pulse 1.8s infinite}@keyframes urgency-pulse{0%{box-shadow:0 0 #e5353580}70%{box-shadow:0 0 0 8px #e5353500}to{box-shadow:0 0 #e5353500}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/alignwear-theme.css.map */
