:root{--color-cream: #FBF3E6;--color-cream-2: #F7ECDA;--color-orange: #E8821A;--color-orange-dark: #C86A15;--color-navy: #14192B;--color-navy-2: #1B2140;--color-text: #211D18;--color-text-muted: #756F63;--color-border: #ECE3D2;--color-white: #FFFFFF;--color-green-badge: #EAF3E9;--color-green-text: #4E7A52;--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm: 8px;--radius-md: 14px;--radius-lg: 22px;--container: 1180px;--shadow-soft: 0 10px 30px rgba(20,25,43,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-white);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.15;font-weight:600}p{margin:0}.skip-to-content{position:absolute;left:-999px;top:0;background:var(--color-orange);color:#fff;padding:10px 16px;z-index:999;border-radius:0 0 8px}.skip-to-content:focus{left:0}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:999px;font-weight:600;font-size:15px;border:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.btn-primary{background:var(--color-orange);color:#fff}.btn-primary:hover{background:var(--color-orange-dark);box-shadow:0 8px 18px #e8821a59}.btn-outline{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-text)}.btn-dark{background:var(--color-navy);color:#fff}.btn-dark:hover{background:#000}.btn-block{width:100%}.eyebrow{color:var(--color-orange-dark);font-weight:700;font-size:13px;letter-spacing:.04em}.site-header{background:#fff;border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:60}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;gap:24px}.site-header__logo{display:flex;align-items:center;gap:8px;font-family:var(--font-display);font-weight:700;font-size:20px;color:var(--color-text)}.site-header__logo img{height:28px;width:auto}.site-nav{display:flex;gap:30px}.site-nav a{font-size:14.5px;font-weight:500;color:var(--color-text)}.site-nav a:hover{color:var(--color-orange-dark)}.site-header__icons{display:flex;align-items:center;gap:18px}.site-header__icons a,.site-header__icons button{background:none;border:none;padding:0;color:var(--color-text);display:flex}.site-header__cart{position:relative}.site-header__cart-count{position:absolute;top:-8px;right:-9px;background:var(--color-orange);color:#fff;font-size:11px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center}.header-menu-toggle{display:none}.header-search{max-height:0;overflow:hidden;background:#fff;border-bottom:1px solid transparent;transition:max-height .28s ease,border-color .2s ease}.header-search.is-open{max-height:420px;border-bottom-color:var(--color-border)}.header-search__inner{padding:18px 24px 22px}.header-search__form{display:flex;align-items:center;gap:10px;border:1.5px solid var(--color-border);border-radius:999px;padding:10px 18px;color:var(--color-text-muted)}.header-search__form input[type=search]{flex:1;border:none;outline:none;font-family:inherit;font-size:15px;background:transparent;color:var(--color-text)}.header-search__form input[type=search]::-webkit-search-cancel-button{display:none}.header-search__form button[data-search-close]{background:none;border:none;font-size:20px;color:var(--color-text-muted);line-height:1;padding:0 4px}.header-search__results{margin-top:14px;max-height:320px;overflow-y:auto}.header-search__result{display:flex;align-items:center;gap:12px;padding:10px 6px;border-radius:10px}.header-search__result:hover{background:var(--color-cream)}.header-search__result img{width:48px;height:48px;border-radius:8px;object-fit:cover;background:var(--color-cream);flex-shrink:0}.header-search__result-title{font-size:14px;font-weight:600}.header-search__result-price{font-size:13px;color:var(--color-text-muted)}.header-search__empty{padding:14px 6px;color:var(--color-text-muted);font-size:14px}@media(max-width:860px){.site-nav{display:none}.header-menu-toggle{display:flex}}.hero{background:var(--color-cream);padding:56px 0 64px}.hero__grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.hero__eyebrow-row{display:flex;align-items:center;gap:10px;margin-bottom:18px}.hero__avatars{display:flex}.hero__avatars span{width:26px;height:26px;border-radius:50%;background:var(--color-orange);border:2px solid var(--color-cream);margin-left:-8px;display:inline-block}.hero__avatars span:first-child{margin-left:0}.hero__rating{font-size:13px;color:var(--color-text-muted)}.hero h1{font-size:46px;margin-bottom:18px}.hero h1 .accent{color:var(--color-orange)}.hero p.lede{color:var(--color-text-muted);font-size:16px;max-width:440px;margin-bottom:26px}.hero__actions{display:flex;gap:14px;margin-bottom:22px;flex-wrap:wrap}.hero__meta{display:flex;gap:20px;font-size:13px;color:var(--color-text-muted)}.hero__meta span{display:flex;align-items:center;gap:6px}.hero__media{position:relative}.hero__media img{border-radius:var(--radius-lg);width:100%;height:auto;object-fit:cover;box-shadow:var(--shadow-soft)}.hero__badge{position:absolute;top:-16px;right:-14px;background:var(--color-orange);color:#fff;border-radius:50%;width:96px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-weight:700;font-size:13px;box-shadow:var(--shadow-soft);transform:rotate(8deg)}.hero__badge small{display:block;font-weight:500;font-size:10px;opacity:.9}@media(max-width:860px){.hero__grid{grid-template-columns:1fr;gap:32px}.hero h1{font-size:32px}}.press-strip{border-bottom:1px solid var(--color-border);padding:18px 0}.press-strip__row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.press-strip__row span{font-family:var(--font-display);font-weight:600;color:var(--color-text-muted);opacity:.6;font-size:16px}.section{padding:72px 0}.section--cream{background:var(--color-cream)}.section-heading{text-align:center;max-width:560px;margin:0 auto 44px}.section-heading h2{font-size:32px;margin-top:10px}.section-heading p{color:var(--color-text-muted);margin-top:12px}.pet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.pet-card{background:var(--color-cream);border-radius:var(--radius-md);padding:30px 20px;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.pet-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-soft)}.pet-card__icon{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-size:24px}.pet-card h3{font-size:16px;margin-bottom:4px}.pet-card p{font-size:13px;color:var(--color-text-muted)}@media(max-width:760px){.pet-grid{grid-template-columns:repeat(2,1fr)}}.split{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}.split__media img{border-radius:var(--radius-lg);width:100%}.split h2{font-size:30px;margin-bottom:16px}.split p.lede{color:var(--color-text-muted);margin-bottom:26px}.feature-row{display:flex;gap:14px;margin-bottom:20px}.feature-row__icon{width:38px;height:38px;border-radius:50%;background:var(--color-cream);color:var(--color-orange-dark);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.feature-row h4{font-size:15.5px;margin-bottom:4px}.feature-row p{font-size:14px;color:var(--color-text-muted)}@media(max-width:860px){.split{grid-template-columns:1fr;gap:32px}.split--reverse .split__media{order:-1}}.story{background:var(--color-cream);border-radius:var(--radius-lg);overflow:hidden}.story__media{position:relative}.story__media img{width:100%;height:340px;object-fit:cover}.story__media figcaption{position:absolute;bottom:0;left:0;right:0;padding:18px 28px;color:#fff;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);font-weight:600}.story__stats{display:grid;grid-template-columns:repeat(3,1fr)}.story__stat{padding:30px 24px;text-align:center;border-left:1px solid rgba(0,0,0,.06)}.story__stat:first-child{border-left:none}.story__stat strong{display:block;font-family:var(--font-display);font-size:30px;color:var(--color-orange-dark)}.story__stat span{font-size:13px;color:var(--color-text-muted)}@media(max-width:760px){.story__stats{grid-template-columns:1fr}.story__stat{border-left:none;border-top:1px solid rgba(0,0,0,.06)}.story__stat:first-child{border-top:none}}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.product-grid--3{grid-template-columns:repeat(3,1fr)}.product-grid--2{grid-template-columns:repeat(2,1fr)}.product-card{display:block}.product-card__media{position:relative;border-radius:var(--radius-md);overflow:hidden;background:var(--color-cream);aspect-ratio:1/1;margin-bottom:14px}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;background:var(--color-orange);color:#fff;font-size:11px;font-weight:700;padding:5px 10px;border-radius:999px}.product-card__vendor{font-size:11.5px;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:4px}.product-card h3{font-family:var(--font-body);font-weight:600;font-size:15px;margin-bottom:6px}.product-card__price{font-weight:700;font-size:15px}.product-card__price s{font-weight:400;color:var(--color-text-muted);margin-left:6px;font-size:13px}.product-card__rating{font-size:12px;color:var(--color-orange-dark);margin-top:4px}.section-heading-row{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:34px}.section-heading-row h2{font-size:28px}.section-heading-row a{font-size:14px;font-weight:600;color:var(--color-orange-dark)}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr 1fr;gap:14px}}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:26px}.testimonial-card__stars{color:var(--color-orange);font-size:14px;margin-bottom:14px;letter-spacing:2px}.testimonial-card p{font-size:14.5px;color:var(--color-text);margin-bottom:20px}.testimonial-card__author{display:flex;align-items:center;gap:10px}.testimonial-card__avatar{width:36px;height:36px;border-radius:50%;background:var(--color-cream);flex-shrink:0}.testimonial-card__author strong{display:block;font-size:14px}.testimonial-card__author span{font-size:12px;color:var(--color-text-muted)}@media(max-width:860px){.testimonial-grid{grid-template-columns:1fr}}.newsletter{background:var(--color-orange);border-radius:var(--radius-lg);padding:54px 40px;text-align:center;color:#fff}.newsletter__icon{width:56px;height:56px;border-radius:50%;background:#ffffff2e;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-size:24px}.newsletter h2{color:#fff;font-size:28px;margin-bottom:8px}.newsletter p{color:#ffffffd9;margin-bottom:26px}.newsletter form{display:flex;max-width:420px;margin:0 auto;gap:10px}.newsletter input[type=email]{flex:1;border:none;border-radius:999px;padding:14px 20px;font-size:14px;font-family:inherit}.newsletter .btn-dark{flex-shrink:0}@media(max-width:560px){.newsletter form{flex-direction:column}}.site-footer{background:var(--color-navy);color:#ffffffb3;padding:60px 0 26px}.site-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:46px}.site-footer__logo{font-family:var(--font-display);font-weight:700;font-size:20px;color:#fff;margin-bottom:14px;display:block}.site-footer p{font-size:13.5px;line-height:1.7}.site-footer h4{color:#fff;font-family:var(--font-body);font-size:14px;margin-bottom:16px}.site-footer ul li{margin-bottom:10px}.site-footer ul li a{font-size:13.5px}.site-footer ul li a:hover{color:#fff}.site-footer__social{display:flex;gap:12px;margin-top:18px}.site-footer__social a{width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:22px;font-size:12.5px;text-align:center}@media(max-width:860px){.site-footer__grid{grid-template-columns:1fr 1fr}}.collection-header{background:var(--color-cream);padding:40px 0;text-align:center}.collection-header h1{font-size:34px}.collection-layout{display:grid;grid-template-columns:260px 1fr;gap:40px;padding:48px 0}.filter-block{margin-bottom:30px}.filter-block h4{font-size:14px;margin-bottom:14px}.filter-block label{display:flex;align-items:center;gap:8px;font-size:14px;margin-bottom:10px;color:var(--color-text-muted)}.filter-cta{background:var(--color-cream);border-radius:var(--radius-md);padding:22px;text-align:center}.filter-cta p{font-size:13.5px;color:var(--color-text-muted);margin:8px 0 16px}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:26px;font-size:13.5px;color:var(--color-text-muted)}.collection-toolbar select{border:1px solid var(--color-border);border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13.5px}@media(max-width:860px){.collection-layout{grid-template-columns:1fr}}.product-main{padding:48px 0 80px}.product-layout{display:grid;grid-template-columns:1fr 1fr;gap:56px}.product-gallery__main{border-radius:var(--radius-lg);overflow:hidden;background:var(--color-cream);aspect-ratio:1/1;margin-bottom:14px}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:10px}.product-gallery__thumbs button{border:1.5px solid var(--color-border);border-radius:10px;overflow:hidden;width:74px;height:74px;padding:0;background:none}.product-gallery__thumbs button.active{border-color:var(--color-orange)}.product-gallery__thumbs img{width:100%;height:100%;object-fit:cover}.product-info__badge{display:inline-block;background:var(--color-green-badge);color:var(--color-green-text);font-size:12px;font-weight:600;padding:5px 12px;border-radius:999px;margin-bottom:14px}.product-info h1{font-size:30px;margin-bottom:10px}.product-info__price{display:flex;align-items:center;gap:10px;margin-bottom:18px}.product-info__price .price{font-size:24px;font-weight:700}.product-info__price s{color:var(--color-text-muted);font-size:16px}.product-info__price .badge-sale{background:var(--color-orange);color:#fff;font-size:11px;font-weight:700;padding:4px 9px;border-radius:999px}.product-info p.desc{color:var(--color-text-muted);margin-bottom:26px}.variant-picker{margin-bottom:24px}.variant-picker h4{font-size:13px;margin-bottom:10px}.variant-options{display:flex;gap:10px;flex-wrap:wrap}.variant-options label{border:1.5px solid var(--color-border);border-radius:10px;padding:12px 18px;font-size:14px;cursor:pointer;font-weight:500}.variant-options input{display:none}.variant-options input:checked+span{color:var(--color-orange-dark)}.variant-options label:has(input:checked){border-color:var(--color-orange);background:var(--color-cream)}.qty-add-row{display:flex;gap:12px;margin-bottom:26px}.qty-selector{display:flex;align-items:center;border:1.5px solid var(--color-border);border-radius:999px;overflow:hidden}.qty-selector button{background:none;border:none;width:42px;height:48px;font-size:16px}.qty-selector input{width:40px;text-align:center;border:none;font-family:inherit;font-size:15px}.trust-row{display:flex;gap:22px;font-size:12.5px;color:var(--color-text-muted);flex-wrap:wrap}.trust-row span{display:flex;align-items:center;gap:6px}.product-tabs{margin-top:56px}.product-tabs__nav{display:flex;gap:30px;border-bottom:1px solid var(--color-border);margin-bottom:26px}.product-tabs__nav button{background:none;border:none;padding:14px 0;font-weight:600;font-size:14.5px;color:var(--color-text-muted);border-bottom:2px solid transparent}.product-tabs__nav button.active{color:var(--color-text);border-color:var(--color-orange)}.product-tabs__panel{color:var(--color-text-muted);font-size:15px;line-height:1.8;max-width:760px}.product-tabs__panel strong{color:var(--color-text)}@media(max-width:860px){.product-layout{grid-template-columns:1fr;gap:30px}}.simple-page{padding:60px 0}.simple-page h1{font-size:30px;margin-bottom:24px}.cart-table{width:100%;border-collapse:collapse}.cart-table th{text-align:left;font-size:13px;color:var(--color-text-muted);padding-bottom:14px;border-bottom:1px solid var(--color-border)}.cart-table td{padding:18px 0;border-bottom:1px solid var(--color-border);vertical-align:middle}.cart-item{display:flex;gap:16px;align-items:center}.cart-item img{width:76px;height:76px;border-radius:10px;object-fit:cover;background:var(--color-cream)}.cart-empty{text-align:center;padding:80px 0;color:var(--color-text-muted)}.text-center{text-align:center}.mt-0{margin-top:0}.divider{border:none;border-top:1px solid var(--color-border);margin:0}.account-page{padding:48px 0 80px;background:var(--color-cream);min-height:60vh}.account-layout{display:grid;grid-template-columns:260px 1fr;gap:32px;align-items:start}.account-sidebar{background:#fff;border-radius:var(--radius-md);padding:22px;box-shadow:var(--shadow-soft);position:sticky;top:90px}.account-sidebar__profile{display:flex;align-items:center;gap:12px;padding-bottom:18px;margin-bottom:14px;border-bottom:1px solid var(--color-border)}.account-avatar{width:44px;height:44px;border-radius:50%;background:var(--color-orange);color:#fff;font-weight:700;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0;text-transform:uppercase}.account-sidebar__profile strong{display:block;font-size:14.5px}.account-sidebar__profile span{font-size:12.5px;color:var(--color-text-muted);word-break:break-all}.account-sidebar__nav{display:flex;flex-direction:column;gap:4px}.account-sidebar__nav a{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:10px;font-size:14px;font-weight:500;color:var(--color-text-muted)}.account-sidebar__nav a svg{opacity:.7}.account-sidebar__nav a:hover{background:var(--color-cream);color:var(--color-text)}.account-sidebar__nav a.is-active{background:var(--color-cream);color:var(--color-orange-dark);font-weight:700}.account-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.account-stat{background:#fff;border-radius:var(--radius-md);padding:20px;text-align:center;box-shadow:var(--shadow-soft)}.account-stat strong{display:block;font-family:var(--font-display);font-size:24px;color:var(--color-orange-dark)}.account-stat span{font-size:12.5px;color:var(--color-text-muted)}.account-card{background:#fff;border-radius:var(--radius-md);padding:26px;box-shadow:var(--shadow-soft);margin-bottom:22px}.account-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.account-card__header h3{font-family:var(--font-body);font-size:16px;font-weight:700}.status-pill{font-size:11.5px;font-weight:700;padding:5px 11px;border-radius:999px;background:#f1f1ec;color:#6b6558;text-transform:capitalize}.status-pill.status-paid,.status-pill.status-fulfilled{background:var(--color-green-badge);color:var(--color-green-text)}.status-pill.status-pending{background:#fdf1dc;color:#b4790c}.status-pill.status-refunded,.status-pill.status-cancelled{background:#fbe7e5;color:#b3392c}.account-sidebar__promo{margin-top:18px;padding-top:18px;border-top:1px solid var(--color-border)}.account-sidebar__promo strong{display:block;font-size:13.5px;margin-bottom:4px}.account-sidebar__promo p{font-size:12.5px;color:var(--color-text-muted)}.quick-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}.quick-link-card{background:#fff;border-radius:var(--radius-md);padding:20px 16px;text-align:center;box-shadow:var(--shadow-soft);transition:transform .15s ease}.quick-link-card:hover{transform:translateY(-3px)}.quick-link-card__icon{font-size:24px;display:block;margin-bottom:10px}.quick-link-card strong{display:block;font-size:13.5px;margin-bottom:4px}.quick-link-card span{font-size:11.5px;color:var(--color-text-muted);line-height:1.4;display:block}@media(max-width:860px){.account-layout{grid-template-columns:1fr}.account-sidebar{position:static}.account-stats{grid-template-columns:1fr}.quick-links-grid{grid-template-columns:1fr 1fr}}.auth-page{min-height:calc(100vh - 140px);display:grid;grid-template-columns:1fr 1fr}.auth-visual{background:linear-gradient(160deg,var(--color-orange) 0%,var(--color-orange-dark) 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;padding:60px 56px;position:relative;overflow:hidden}.auth-visual:before{content:"";position:absolute;width:340px;height:340px;border-radius:50%;background:#ffffff14;top:-100px;right:-100px}.auth-visual:after{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#ffffff14;bottom:-80px;left:-60px}.auth-visual__logo{font-family:var(--font-display);font-weight:700;font-size:22px;margin-bottom:40px;position:relative;z-index:1}.auth-visual h2{color:#fff;font-size:32px;margin-bottom:16px;position:relative;z-index:1;max-width:380px}.auth-visual p{color:#ffffffe0;font-size:15px;max-width:360px;position:relative;z-index:1}.auth-visual__points{margin-top:34px;display:flex;flex-direction:column;gap:14px;position:relative;z-index:1}.auth-visual__points span{display:flex;align-items:center;gap:10px;font-size:14px;font-weight:500}.auth-visual__points .check{width:22px;height:22px;border-radius:50%;background:#ffffff38;display:flex;align-items:center;justify-content:center;font-size:12px;flex-shrink:0}.auth-form-side{display:flex;align-items:center;justify-content:center;padding:60px 40px;background:#fff}.auth-card{width:100%;max-width:380px}.auth-card__eyebrow{font-size:13px;font-weight:700;color:var(--color-orange-dark);margin-bottom:8px;display:block}.auth-card h1{font-size:28px;margin-bottom:8px}.auth-card>p{color:var(--color-text-muted);font-size:14.5px;margin-bottom:30px}.field{margin-bottom:16px}.field label{font-size:13px;font-weight:600;display:block;margin-bottom:7px}.field input{width:100%;padding:13px 16px;border-radius:10px;border:1.5px solid var(--color-border);font-family:inherit;font-size:14.5px;transition:border-color .15s ease}.field input:focus{outline:none;border-color:var(--color-orange)}.field-error{color:#c0392b;font-size:12.5px;margin-top:6px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-error-box{background:#fbe7e5;color:#b3392c;border-radius:10px;padding:12px 16px;font-size:13.5px;margin-bottom:18px}.auth-links-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:13px}.auth-links-row a{color:var(--color-orange-dark);font-weight:600}.auth-divider{text-align:center;margin-top:26px;font-size:13.5px;color:var(--color-text-muted)}.auth-divider a{color:var(--color-orange-dark);font-weight:700}@media(max-width:900px){.auth-page{grid-template-columns:1fr}.auth-visual{display:none}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;pointer-events:none}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14192b73;opacity:0;transition:opacity .25s ease}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:420px;max-width:92vw;background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;box-shadow:-10px 0 30px #0000001f}.cart-drawer.is-open{pointer-events:auto}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:20px 22px;border-bottom:1px solid var(--color-border)}.cart-drawer__header h3{font-family:var(--font-body);font-size:16px;font-weight:700}.cart-drawer__header button{background:none;border:none;font-size:24px;color:var(--color-text-muted);line-height:1}.cart-drawer__shipping-bar{padding:16px 22px;border-bottom:1px solid var(--color-border)}.cart-drawer__shipping-bar p{font-size:13px;color:var(--color-text-muted);margin-top:8px}.cart-drawer__shipping-bar strong{color:var(--color-orange-dark)}.cart-drawer__shipping-track{height:6px;background:var(--color-cream);border-radius:999px;overflow:hidden}.cart-drawer__shipping-fill{height:100%;background:var(--color-orange);width:0%;transition:width .3s ease}.cart-drawer__items{flex:1;overflow-y:auto;padding:8px 22px}.cart-drawer__item{display:flex;gap:12px;padding:16px 0;border-bottom:1px solid var(--color-border)}.cart-drawer__item img{width:68px;height:68px;border-radius:10px;object-fit:cover;background:var(--color-cream);flex-shrink:0}.cart-drawer__item-info{flex:1}.cart-drawer__item-info strong{display:block;font-size:14px;margin-bottom:2px}.cart-drawer__item-info span{display:block;font-size:12.5px;color:var(--color-text-muted);margin-bottom:8px}.cart-drawer__item-price{text-align:right;font-size:14px;font-weight:700;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-drawer__remove{background:none;border:none;color:var(--color-text-muted);font-size:16px}.cart-drawer__remove:hover{color:#c0392b}.qty-selector--sm{height:32px}.qty-selector--sm button{width:30px;height:30px;font-size:14px}.qty-selector--sm input{width:28px;font-size:13px}.cart-drawer__footer{padding:18px 22px 24px;border-top:1px solid var(--color-border)}.cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:15px}.sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:150;background:#fff;border-top:1px solid var(--color-border);padding:12px 20px;display:flex;align-items:center;gap:14px;box-shadow:0 -6px 20px #0000000f;transform:translateY(100%);transition:transform .25s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc img{width:44px;height:44px;border-radius:8px;object-fit:cover;background:var(--color-cream);flex-shrink:0}.sticky-atc__info{flex:1;min-width:0}.sticky-atc__info strong{display:block;font-size:13.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-atc__info span{font-size:13px;color:var(--color-orange-dark);font-weight:700}.sticky-atc button{flex-shrink:0}.stock-urgency{display:flex;align-items:center;gap:8px;font-size:13.5px;font-weight:600;margin-bottom:18px}.stock-urgency.low{color:#c0392b}.stock-urgency.ok{color:var(--color-green-text)}.stock-urgency .dot{width:8px;height:8px;border-radius:50%;background:currentColor;flex-shrink:0}.fbt{background:var(--color-cream);border-radius:var(--radius-lg);padding:26px;margin-top:22px}.fbt h4{font-size:15px;margin-bottom:16px}.fbt-grid{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.fbt-item{display:flex;align-items:center;gap:10px;background:#fff;border-radius:12px;padding:10px 14px;flex:1;min-width:200px}.fbt-item img{width:44px;height:44px;border-radius:8px;object-fit:cover}.fbt-item strong{display:block;font-size:13px}.fbt-item span{font-size:12.5px;color:var(--color-text-muted)}.fbt-plus{font-size:20px;color:var(--color-text-muted);font-weight:300}.exit-popup{position:fixed;top:0;right:0;bottom:0;left:0;z-index:250;display:none;align-items:center;justify-content:center;padding:20px}.exit-popup.is-open{display:flex}.exit-popup__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#14192b8c}.exit-popup__card{position:relative;background:#fff;border-radius:var(--radius-lg);padding:40px 34px;max-width:420px;width:100%;text-align:center;box-shadow:var(--shadow-soft)}.exit-popup__card .badge-percent{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;background:var(--color-cream);color:var(--color-orange-dark);font-weight:800;font-size:17px;margin-bottom:16px}.exit-popup__close{position:absolute;top:14px;right:16px;background:none;border:none;font-size:22px;color:var(--color-text-muted)}.exit-popup__card h3{font-size:22px;margin-bottom:10px}.exit-popup__card p{color:var(--color-text-muted);font-size:14.5px;margin-bottom:20px}.exit-popup__card form{display:flex;gap:8px}.exit-popup__card input[type=email]{flex:1;padding:12px 16px;border-radius:999px;border:1px solid var(--color-border);font-family:inherit}.announce-countdown{display:inline-flex;gap:6px;margin-left:10px;font-variant-numeric:tabular-nums}.announce-countdown span{background:#fff3;padding:2px 6px;border-radius:4px}
/*# sourceMappingURL=/cdn/shop/t/11/assets/theme.css.map */
