*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.7;color:#1c1c1c;background:#fff;-webkit-font-smoothing:antialiased}img,video{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 24px}.container--narrow{max-width:760px}.rte h1,.rte h2,.rte h3,.rte h4{margin:1.2em 0 .5em;font-weight:700}.rte p{margin-bottom:1em}.rte ul,.rte ol{margin:0 0 1em 1.4em}.rte a{text-decoration:underline}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:1rem;font-weight:700;line-height:1;padding:14px 28px;border-radius:7px;border:2px solid transparent;cursor:pointer;transition:opacity .18s,transform .15s,background .18s;white-space:nowrap;text-decoration:none;font-family:inherit}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{background:#1c1c1c;color:#fff;border-color:#1c1c1c}.btn--outline{background:transparent;color:#1c1c1c;border-color:#1c1c1c}.btn--outline-white{background:transparent;color:#fff;border-color:#ffffffb3}.btn--ghost{background:transparent;color:#1c1c1c;border-color:#ddd}.btn--full{width:100%}.btn--lg{font-size:1.1rem;padding:18px 32px}.site-header{background:#1c1c1c;color:#fff;position:relative;z-index:200;border-bottom:1px solid rgba(255,255,255,.08)}.site-header--sticky{position:sticky;top:0}.site-header__inner{display:flex;align-items:center;gap:24px;height:62px}.site-header__logo{flex-shrink:0;display:flex;align-items:center}.site-header__logo-text{font-size:1.2rem;font-weight:800;letter-spacing:-.02em;color:#fff}.site-header__logo img{height:38px;width:auto}.site-header__nav{display:flex;align-items:center;gap:2px;flex:1}.nav-link{display:flex;align-items:center;gap:5px;font-size:.92rem;font-weight:500;color:#ffffffd9;padding:6px 12px;border-radius:5px;transition:color .15s,background .15s;white-space:nowrap}.nav-link:hover,.nav-link--active{color:#fff;background:#ffffff1a}.nav-item--has-dropdown{position:relative}.nav-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:0;min-width:200px;background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 8px 24px #00000024;z-index:300;overflow:hidden}.nav-item--has-dropdown:hover .nav-dropdown{display:block}.nav-dropdown__link{display:block;padding:11px 16px;font-size:.93rem;color:#1c1c1c;transition:background .12s}.nav-dropdown__link:hover{background:#f5f5f5}.site-header__actions{display:flex;align-items:center;gap:4px;flex-shrink:0}.site-header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:6px;color:#ffffffd9;background:none;border:none;transition:background .15s,color .15s}.site-header__icon:hover{background:#ffffff1a;color:#fff}.cart-badge{position:absolute;top:4px;right:4px;background:#fff;color:#1c1c1c;font-size:.65rem;font-weight:800;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 3px}.cart-badge--hidden{display:none}.site-header__burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;background:none;border:none;padding:8px;flex-shrink:0}.site-header__burger span{display:block;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}@media(max-width:800px){.site-header__nav{display:none}.site-header__burger{display:flex}.site-header__logo{margin-left:auto;margin-right:auto}.site-header__actions{margin-left:0}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;pointer-events:none}.mobile-nav.is-open{pointer-events:all}.mobile-nav__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s}.mobile-nav.is-open .mobile-nav__overlay{background:#0000008c}.mobile-nav__panel{position:absolute;top:0;left:0;bottom:0;width:min(280px,85vw);background:#1c1c1c;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;padding:24px 0;overflow-y:auto}.mobile-nav.is-open .mobile-nav__panel{transform:translate(0)}.mobile-nav__close{align-self:flex-end;margin-right:16px;margin-bottom:16px;background:none;border:none;color:#fff;padding:6px}.mobile-nav__link{display:block;padding:14px 24px;font-size:1.05rem;font-weight:500;color:#ffffffd9;border-bottom:1px solid rgba(255,255,255,.07);transition:background .15s,color .15s}.mobile-nav__link:hover{background:#ffffff0f;color:#fff}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:400;pointer-events:none}.cart-drawer.is-open{pointer-events:all}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .3s}.cart-drawer.is-open .cart-drawer__overlay{background:#00000073}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(400px,92vw);background:#fff;transform:translate(100%);transition:transform .3s ease;display:flex;flex-direction:column;box-shadow:-4px 0 20px #0000001f}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eee}.cart-drawer__title{font-size:1.15rem;font-weight:700}.cart-drawer__close{background:none;border:none;color:#666;padding:4px}.cart-drawer__close:hover{color:#1c1c1c}.cart-drawer__body{flex:1;overflow-y:auto;padding:16px 20px}.cart-drawer__empty{color:#999;font-size:.95rem;text-align:center;padding:40px 0}.cart-drawer__foot{padding:16px 20px;border-top:1px solid #eee}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;margin-bottom:6px}.cart-drawer__note{font-size:.82rem;color:#999;margin-bottom:14px;text-align:center}.cart-drawer-item{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid #f0f0f0}.cart-drawer-item__img{width:72px;height:72px;border-radius:6px;object-fit:cover;flex-shrink:0}.cart-drawer-item__info{flex:1;min-width:0}.cart-drawer-item__title{font-size:.9rem;font-weight:600;line-height:1.3}.cart-drawer-item__variant{font-size:.82rem;color:#777;margin-top:2px}.cart-drawer-item__prop{font-size:.78rem;color:#888}.cart-drawer-item__price{font-size:.95rem;font-weight:700;margin-top:6px}.cart-drawer-item__remove{font-size:.78rem;color:#999;background:none;border:none;padding:0;margin-top:4px;text-decoration:underline}.hero{position:relative;background:#1c1c1c;background-size:cover;background-position:center;min-height:260px;display:flex;align-items:center;padding:48px 0 44px}@media(max-width:600px){.hero{min-height:200px;padding:36px 0 32px}}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.hero__content{position:relative;z-index:1;width:100%;text-align:center}.hero__heading{font-size:clamp(1.4rem,3.2vw,2.4rem);font-weight:800;line-height:1.1;letter-spacing:-.02em;margin-bottom:28px;white-space:nowrap}@media(max-width:680px){.hero__heading{white-space:normal;font-size:clamp(1.3rem,5vw,1.8rem)}}.hero__trust{display:flex;justify-content:center;gap:32px;flex-wrap:wrap;margin-bottom:28px}.hero__trust-item{display:flex;flex-direction:column;align-items:center;gap:7px;min-width:80px}.hero__trust-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff}.hero__trust-icon svg{width:36px;height:36px}.hero__trust-label{font-size:.78rem;font-weight:600;color:#fffc;text-align:center;line-height:1.35;letter-spacing:.01em}@media(max-width:600px){.hero__trust{gap:18px}.hero__trust-item{min-width:60px}.hero__trust-label{font-size:.7rem}}.hero__cta-primary{margin-bottom:16px}.btn--hero-primary{display:inline-flex;align-items:center;gap:8px;background:#888;color:#fff;font-size:1rem;font-weight:700;padding:14px 32px;border-radius:7px;border:none;cursor:pointer;transition:background .18s,transform .15s;text-decoration:none;white-space:nowrap}.btn--hero-primary:hover{background:#999;transform:translateY(-1px)}.hero__shop-btns{display:flex;justify-content:center;flex-wrap:wrap;gap:10px}.btn--hero-shop{display:inline-flex;align-items:center;background:transparent;color:#ffffffbf;font-size:.85rem;font-weight:600;padding:9px 18px;border-radius:6px;border:1.5px solid rgba(255,255,255,.3);cursor:pointer;transition:border-color .18s,color .18s,background .18s;text-decoration:none;white-space:nowrap}.btn--hero-shop:hover{border-color:#ffffffb3;color:#fff;background:#ffffff12}.collection-row{padding:44px 0;border-bottom:1px solid #f0f0f0}.collection-row:last-child{border-bottom:none}.collection-row__head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:22px}.collection-row__title{font-size:clamp(1.25rem,2.5vw,1.7rem);font-weight:800;letter-spacing:-.02em}.collection-row__view-all{font-size:.9rem;font-weight:600;color:#555;white-space:nowrap;transition:color .15s}.collection-row__view-all:hover{color:#1c1c1c}.product-grid{display:grid;gap:20px}.product-grid--4{grid-template-columns:repeat(4,1fr)}.product-grid--3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.product-grid--4,.product-grid--3{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.product-grid--4,.product-grid--3{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{display:flex;flex-direction:column}.product-card__img-wrap{display:block;position:relative;overflow:hidden;border-radius:8px;background:#f5f5f5;aspect-ratio:1;margin-bottom:12px}.product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.product-card__img-hover{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease}.product-card__img-wrap:hover img:first-child{transform:scale(1.04)}.product-card__img-wrap:hover .product-card__img-hover{opacity:1}.product-card__badge{position:absolute;top:10px;left:10px;font-size:.72rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:4px 8px;border-radius:4px;color:#fff}.product-card__badge--sale{background:#1c1c1c}.product-card__badge--soldout{background:#aaa}.product-card__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#aaa;font-size:.82rem}.product-card__title{font-size:.95rem;font-weight:600;line-height:1.35;margin-bottom:5px}.product-card__title a:hover{text-decoration:underline}.product-card__price{font-size:.95rem;font-weight:700}.product-card__compare{text-decoration:line-through;color:#aaa;margin-right:6px;font-weight:400}.product-card__current{color:#1c1c1c}.collection-page{padding:44px 0 60px}.collection-page__head{margin-bottom:28px}.collection-page__title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:10px}.collection-page__desc{color:#444;max-width:680px;margin-bottom:8px}.collection-page__count{font-size:.88rem;color:#999}.collection-page__empty{color:#999;padding:40px 0}.pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:40px}.pagination__btn{font-size:.9rem;font-weight:600;padding:10px 20px;border:1px solid #ddd;border-radius:6px;transition:background .15s,border-color .15s}.pagination__btn:hover{background:#f5f5f5;border-color:#ccc}.pagination__current{font-size:.88rem;color:#888}.product-page{padding:44px 0 60px}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}@media(max-width:800px){.product-page__grid{grid-template-columns:1fr;gap:28px}}.product-gallery__main{position:relative;aspect-ratio:1;border-radius:10px;overflow:hidden;background:#f5f5f5;margin-bottom:10px}.product-gallery__slide{display:none;width:100%;height:100%}.product-gallery__slide.is-active{display:block}.product-gallery__slide img{width:100%;height:100%;object-fit:cover}.product-gallery__no-img{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#aaa}.product-gallery__thumbs{display:flex;gap:8px;flex-wrap:wrap}.product-gallery__thumb{width:72px;height:72px;border-radius:6px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:none;padding:0;transition:border-color .15s;flex-shrink:0}.product-gallery__thumb.is-active{border-color:#1c1c1c}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-info__vendor{font-size:.82rem;color:#999;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px}.product-info__title{font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.product-info__price{display:flex;align-items:center;gap:10px;margin-bottom:22px}.product-info__current{font-size:1.7rem;font-weight:800}.product-info__compare{text-decoration:line-through;color:#aaa;font-size:1.1rem}.product-info__badge{font-size:.75rem;font-weight:700;background:#1c1c1c;color:#fff;padding:4px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.product-info__variants{margin-bottom:20px;display:flex;flex-direction:column;gap:14px}.product-option__label{display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.product-option__values{display:flex;flex-wrap:wrap;gap:8px}.product-option__btn{padding:8px 16px;border:2px solid #ddd;border-radius:6px;font-size:.9rem;font-weight:500;background:#fff;cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit}.product-option__btn:hover{border-color:#999}.product-option__btn.is-selected{border-color:#1c1c1c;background:#1c1c1c;color:#fff}.product-info__qty{margin-bottom:16px}.product-info__qty-label{display:block;font-size:.9rem;font-weight:600;margin-bottom:8px}.qty-input{display:inline-flex;align-items:center;border:2px solid #ddd;border-radius:7px;overflow:hidden}.qty-input--sm{border-width:1px}.qty-input__btn{width:40px;height:40px;background:none;border:none;font-size:1.1rem;color:#1c1c1c;display:flex;align-items:center;justify-content:center;transition:background .15s;font-family:inherit}.qty-input--sm .qty-input__btn{width:34px;height:34px}.qty-input__btn:hover{background:#f5f5f5}.qty-input__field{width:48px;text-align:center;border:none;font-size:1rem;font-weight:600;color:#1c1c1c;background:none;-moz-appearance:textfield;font-family:inherit}.qty-input__field::-webkit-outer-spin-button,.qty-input__field::-webkit-inner-spin-button{-webkit-appearance:none}.product-atc{margin-bottom:16px}.product-info__trust{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:24px;font-size:.9rem;color:#555;font-weight:500}.product-info__desc{padding-top:24px;border-top:1px solid #eee}.product-info__desc h2,.product-info__desc h3{font-size:1rem;font-weight:700;margin:1em 0 .4em}.product-info__desc p{margin-bottom:.8em;color:#333;font-size:.97rem}.product-info__desc ul{padding-left:1.4em;margin-bottom:.8em}.product-info__desc li{font-size:.97rem;color:#333;margin-bottom:.3em}.cart-page{padding:44px 0 60px}.cart-page__title{font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:28px}.cart-page__grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}@media(max-width:800px){.cart-page__grid{grid-template-columns:1fr}}.cart-page__empty{text-align:center;padding:60px 0}.cart-page__empty p{font-size:1.1rem;color:#888;margin-bottom:20px}.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;align-items:start;padding:18px 0;border-bottom:1px solid #f0f0f0}.cart-item__img-wrap{display:block}.cart-item__img-wrap img{width:90px;height:90px;object-fit:cover;border-radius:7px}.cart-item__title{font-size:.98rem;font-weight:600;line-height:1.35;margin-bottom:4px}.cart-item__title a:hover{text-decoration:underline}.cart-item__variant{font-size:.82rem;color:#888;margin-bottom:4px}.cart-item__prop{font-size:.8rem;color:#999;margin-bottom:2px}.cart-item__actions{display:flex;align-items:center;gap:12px;margin-top:10px}.cart-item__remove{font-size:.82rem;color:#aaa;background:none;border:none;text-decoration:underline}.cart-item__remove:hover{color:#666}.cart-item__price{font-size:1rem;font-weight:700;white-space:nowrap}.cart-summary{background:#f7f7f7;border-radius:10px;padding:24px;position:sticky;top:80px}.cart-summary__title{font-size:1.1rem;font-weight:700;margin-bottom:18px}.cart-summary__row{display:flex;justify-content:space-between;font-size:1rem;font-weight:600;margin-bottom:6px}.cart-summary__note{font-size:.82rem;color:#999;margin-bottom:20px;text-align:center}.page-content{padding:52px 0 68px}.page-content__title{font-size:clamp(1.7rem,3.5vw,2.6rem);font-weight:800;letter-spacing:-.02em;margin-bottom:28px}.page-content__body{color:#333;font-size:1.05rem}.site-footer{background:#1c1c1c;color:#fff;padding:52px 0 24px;margin-top:auto}.site-footer__grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px;margin-bottom:40px}@media(max-width:800px){.site-footer__grid{grid-template-columns:1fr 1fr;gap:28px}}@media(max-width:480px){.site-footer__grid{grid-template-columns:1fr}}.site-footer__logo-text{font-size:1.2rem;font-weight:800;color:#fff;letter-spacing:-.02em}.site-footer__logo img{height:36px;width:auto;margin-bottom:12px}.site-footer__tagline{font-size:.88rem;color:#ffffff8c;margin-top:10px;line-height:1.5;max-width:220px}.site-footer__social{display:flex;gap:10px;margin-top:18px}.site-footer__social a{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;background:#ffffff14;color:#ffffffb3;transition:background .15s,color .15s}.site-footer__social a:hover{background:#ffffff29;color:#fff}.site-footer__heading{font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#ffffff73;margin-bottom:14px}.site-footer__link{display:block;font-size:.92rem;color:#ffffffa6;padding:4px 0;transition:color .15s}.site-footer__link:hover{color:#fff}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer__copy{font-size:.82rem;color:#fff6}.site-footer__payment{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.payment-icon{height:22px;width:auto;opacity:.6}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.how-it-works{padding:64px 0;background:#f5f5f5}.how-it-works__title{text-align:center;font-size:1.8rem;font-weight:800;margin-bottom:40px}.how-it-works__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px}.how-it-works__step{background:#fff;border-radius:12px;padding:28px 22px;text-align:center;box-shadow:0 2px 10px #0000000f}.how-it-works__icon{font-size:2.4rem;margin-bottom:14px}.how-it-works__step h3{font-size:1rem;font-weight:700;margin-bottom:10px}.how-it-works__step p{font-size:.92rem;color:#555;line-height:1.6}@media(max-width:768px){.how-it-works__grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.how-it-works__grid{grid-template-columns:1fr}}.contact-section{padding:56px 0}.contact-section__title{font-size:2rem;font-weight:800;margin-bottom:12px}.contact-section__intro{font-size:1.05rem;color:#555;margin-bottom:36px;line-height:1.7}.contact-section__success{background:#d4edda;border:1px solid #c3e6cb;color:#155724;border-radius:8px;padding:16px 20px;margin-bottom:24px}.contact-section__errors{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24;border-radius:8px;padding:16px 20px;margin-bottom:24px}.contact-form{display:flex;flex-direction:column;gap:20px}.contact-form__row{display:flex;flex-direction:column;gap:6px}.contact-form__label{font-size:.92rem;font-weight:600;color:#1c1c1c}.contact-form__label span{color:#e02020}.contact-form__input,.contact-form__select,.contact-form__textarea{width:100%;padding:12px 14px;border:1.5px solid #ddd;border-radius:7px;font-size:1rem;font-family:inherit;background:#fff;color:#1c1c1c;transition:border-color .18s}.contact-form__input:focus,.contact-form__select:focus,.contact-form__textarea:focus{outline:none;border-color:#1c1c1c}.contact-form__textarea{resize:vertical;min-height:140px}.contact-section__direct{margin-top:32px;font-size:.95rem;color:#555}.contact-section__direct a{color:#1c1c1c;font-weight:600;text-decoration:underline}.custom-order{padding:32px 0 80px}.custom-order__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}@media(max-width:768px){.custom-order__grid{grid-template-columns:1fr}}.custom-order__main-img img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:8px;display:block}.custom-order__thumbs{display:flex;gap:6px;margin-top:8px;flex-wrap:wrap}.custom-order__thumb{width:64px;height:64px;border:2px solid transparent;border-radius:4px;overflow:hidden;cursor:pointer;padding:0;background:none}.custom-order__thumb.is-active{border-color:#1c1c1c}.custom-order__thumb img{width:100%;height:100%;object-fit:cover;display:block}.custom-order__desc{margin-top:24px;padding-top:20px;border-top:1px solid #eee;font-size:.92rem;line-height:1.7;color:#333}.custom-order__title{font-size:1.7rem;font-weight:800;margin-bottom:4px;line-height:1.2}.custom-order__subtitle{font-size:.9rem;color:#555;margin-bottom:10px;font-weight:600}.cof__van-btns{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.cof__van-btn{padding:7px 16px;border:2px solid #ddd;border-radius:6px;background:#fff;font-size:.88rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.cof__van-btn:hover{border-color:#888}.cof__van-btn.is-active{border-color:#1c1c1c;background:#1c1c1c;color:#fff}.custom-order__form{display:flex;flex-direction:column;gap:10px}.cof__field{display:flex;flex-direction:column;gap:4px}.cof__label{font-weight:600;font-size:.87rem;display:flex;align-items:center;gap:6px}.cof__req{color:#c0392b}.cof__optional{font-weight:400;color:#888;font-size:.8rem}.cof__input,.cof__select,.cof__textarea{width:100%;padding:8px 12px;border:1.5px solid #ddd;border-radius:6px;font-size:.9rem;font-family:inherit;color:#1c1c1c;background:#fff;transition:border-color .18s}.cof__input:focus,.cof__select:focus,.cof__textarea:focus{outline:none;border-color:#1c1c1c}.cof__textarea{resize:vertical;min-height:72px}.cof__text-lines{display:flex;flex-direction:column;gap:5px}.cof__line-input{font-family:inherit}.cof__info-btn{width:18px;height:18px;border-radius:50%;border:1.5px solid #888;background:none;font-size:.72rem;font-weight:700;color:#555;cursor:pointer;line-height:1;display:inline-flex;align-items:center;justify-content:center;padding:0}.cof__info-btn:hover{background:#f0f0f0}.cof__callout{background:#f5f5f5;border-left:3px solid #1C1C1C;padding:8px 12px;font-size:.82rem;line-height:1.5;color:#333;border-radius:0 4px 4px 0;margin-top:4px}.cof__conditional{background:#fafafa;border:1px solid #eee;border-radius:6px;padding:10px}.cof__file{font-size:.88rem;padding:4px 0}.cof__hint{font-size:.78rem;color:#777}.cof__swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.cof__swatch{width:30px;height:30px;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:transform .12s,border-color .12s;padding:0;position:relative}.cof__swatch:hover{transform:scale(1.15)}.cof__swatch.is-active{border-color:#1c1c1c;box-shadow:0 0 0 2px #fff inset}.cof__swatch-label{font-size:.8rem;color:#555;margin-top:3px;display:block}.cof__swatch-order{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:#1c1c1c;color:#fff;border-radius:50%;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;pointer-events:none}.cof__popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:999}.cof__popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:10px;padding:28px 24px 24px;z-index:1000;max-width:340px;width:90%;box-shadow:0 8px 32px #0000002e}.cof__popup h3{font-size:1rem;margin-bottom:10px}.cof__popup p{font-size:.88rem;color:#444;line-height:1.6;margin-bottom:8px}.cof__popup-close{position:absolute;top:10px;right:12px;background:none;border:none;font-size:1rem;cursor:pointer;color:#888}.cof__submit{margin-top:6px;font-size:1rem}.cof__reassurance{font-size:.82rem;color:#666;text-align:center;line-height:1.5;margin-top:2px}.cof__sticky-footer{position:fixed;bottom:0;left:0;right:0;background:#1c1c1c;z-index:200;padding:0}.cof__sticky-btn{width:100%;padding:14px 24px;background:none;border:none;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit}.cof__sticky-btn:hover{background:#ffffff14}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
