.store-page,.store-product-page,.store-cart-page{min-height:70vh;background:#fbf9f6}.store-hero{min-height:560px;display:flex;align-items:center;padding:80px max(7vw,32px);background:linear-gradient(135deg,#f0e4dc,#f9f4ef);background-size:cover;background-position:center}.store-hero.has-image{color:#fff}.store-hero-copy{width:min(760px,100%)}.store-hero .eyebrow{color:#c96f55}.store-hero.has-image .eyebrow{color:#f0a58d}.store-hero h1{margin:.3rem 0 1rem;font-family:var(--zoe-font-display);font-size:clamp(4rem,8vw,7.5rem);font-weight:400;line-height:.92}.store-hero-copy>p:not(.eyebrow){max-width:620px;margin:0;color:#6f625b;font-size:1.08rem;line-height:1.7}.store-hero.has-image .store-hero-copy>p:not(.eyebrow){color:#ffffffd1}.store-search{width:min(620px,100%);min-height:58px;margin-top:28px;display:flex;align-items:center;gap:12px;padding:0 18px;border:1px solid rgba(44,36,32,.12);border-radius:14px;background:#fffffff5;color:#2c2420;box-shadow:0 14px 42px #2c242017}.store-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#2c2420;font-size:15px}.store-hero-trust{display:flex;align-items:center;flex-wrap:wrap;gap:18px;margin-top:20px;color:#6f625b;font-size:12px;font-weight:650}.store-hero.has-image .store-hero-trust{color:#ffffffe6}.store-hero-trust span,.store-hero-trust a{display:inline-flex;align-items:center;gap:7px}.store-section{padding:6rem max(7vw,32px)}.store-section.featured-products{background:#f2e9e2}.store-heading{display:flex;align-items:end;justify-content:space-between;gap:2rem;margin-bottom:2.2rem}.store-heading>div{max-width:720px}.store-heading h2{margin:.25rem 0 0;font-family:var(--zoe-font-display);font-size:clamp(2.7rem,5vw,4.8rem);font-weight:400;line-height:1}.store-heading>p{max-width:440px;margin:0;color:#756b64;line-height:1.65}.store-cart-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:750}.store-cart-link strong{min-width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#2c2420;color:#fff;font-size:10px}.store-category-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:12px;margin-bottom:24px;scrollbar-width:thin}.store-category-chips button{flex:0 0 auto;min-height:42px;padding:0 16px;border:1px solid #ded4cc;border-radius:999px;background:#fff;color:#5f544e;font-size:11px;font-weight:700;cursor:pointer}.store-category-chips button.active{border-color:#2c2420;background:#2c2420;color:#fff}.store-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.store-product-card{min-width:0;overflow:hidden;border:1px solid #e7ded7;border-radius:18px;background:#fff;box-shadow:0 10px 34px #2c24200a}.store-product-image{position:relative;display:block;aspect-ratio:1/1.04;overflow:hidden;background:#f2ece7}.store-product-image>img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .35s ease}.store-product-card:hover .store-product-image>img{transform:scale(1.025)}.store-image-placeholder{width:100%;height:100%;min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(145deg,#efe4dc,#f9f5f1);color:#b66f59}.store-image-placeholder span{font-family:var(--zoe-font-display);font-size:34px;letter-spacing:.2em}.store-image-placeholder small{text-transform:uppercase;letter-spacing:.28em;font-size:8px}.store-featured-badge{position:absolute;left:12px;top:12px;display:flex;align-items:center;gap:5px;padding:7px 9px;border-radius:999px;background:#fffffff0;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.store-product-copy{padding:16px}.store-product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#a06857;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-product-meta .available,.store-detail-price .available{color:#4f765b}.store-product-meta .sold-out,.store-detail-price .sold-out{color:#a34f43}.store-product-copy h3{min-height:2.4em;margin:8px 0 4px;font-family:var(--zoe-font-display);font-size:20px;font-weight:400;line-height:1.18}.store-category-label{margin:0;color:#8a7d75;font-size:9px}.store-product-price-row{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-top:15px}.store-product-price-row>strong{font-size:17px}.store-product-price-row>span{display:flex;align-items:center;gap:4px;color:#b56d56;font-size:8px;text-align:right}.store-product-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:15px;padding-top:14px;border-top:1px solid #eee6e0}.store-product-actions>a,.store-product-actions>button{min-height:40px;display:flex;align-items:center;justify-content:center;gap:6px;border-radius:8px;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.store-product-actions>a{color:#8f5a49}.store-product-actions>button{border:0;padding:0 12px;background:#2c2420;color:#fff;cursor:pointer}.store-product-actions>button:disabled{background:#c9c0ba;cursor:not-allowed}.store-empty{min-height:290px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;border:1px dashed #d9cec5;border-radius:20px;background:#fff;text-align:center}.store-empty h3{margin:12px 0 7px;font-family:var(--zoe-font-display);font-size:29px;font-weight:400}.store-empty p{max-width:560px;margin:0;color:#796f68;line-height:1.65}.store-empty button{margin-top:18px;border:0;background:transparent;color:#a05f4c;font-weight:750;cursor:pointer}.store-loading{min-height:160px;display:flex;align-items:center;justify-content:center;gap:12px;color:#756b64}.store-load-more{display:flex;justify-content:center;margin-top:34px}.store-load-more button,.store-dark-button{min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 22px;border:0;border-radius:9px;background:#2c2420;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.store-inline-error{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;margin-bottom:20px;border:1px solid #efc0b7;border-radius:11px;background:#fff2ef;color:#8f4034;font-size:12px}.store-inline-error button{border:0;background:transparent;color:inherit;font-weight:800;cursor:pointer}@keyframes storeCartNoticeIn{0%{opacity:0;transform:translate(-50%,12px) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1)}}.store-cart-notice{position:fixed;left:50%;bottom:24px;z-index:10000;min-width:min(460px,calc(100vw - 32px));max-width:min(560px,calc(100vw - 32px));display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;padding:14px 16px;border:1px solid #ddd1c8;border-radius:14px;background:#fff;color:#3f352f;box-shadow:0 22px 70px #2c24203d;font-size:11px;transform:translate(-50%);animation:storeCartNoticeIn .22s ease-out}.store-cart-notice>svg{color:#4f765b}.store-cart-notice>span{display:flex;min-width:0;flex-direction:column;gap:2px}.store-cart-notice>span>strong{font-size:12px}.store-cart-notice>span>small{overflow:hidden;color:#766a63;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.store-cart-notice a{font-weight:800;color:#a55e49;white-space:nowrap}.store-cart-notice button{border:0;background:transparent;font-size:20px;color:#8d8078;cursor:pointer}.store-unavailable,.store-product-not-found{min-height:65vh;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:780px;margin:0 auto;padding:60px 24px;text-align:center}.store-unavailable>svg{color:#c96f55}.store-unavailable h1,.store-product-not-found h1{margin:8px 0 12px;font-family:var(--zoe-font-display);font-size:clamp(3rem,7vw,5.4rem);font-weight:400;line-height:1}.store-unavailable>p:not(.eyebrow),.store-product-not-found>p:not(.eyebrow){max-width:600px;color:#756b64;line-height:1.7}.store-product-loading{min-height:60vh;display:flex;align-items:center;justify-content:center;gap:12px;color:#756b64}.store-product-breadcrumb{max-width:1260px;margin:0 auto;padding:26px max(4vw,24px) 16px;display:flex;align-items:center;gap:8px;color:#82766e;font-size:11px}.store-product-breadcrumb a{display:flex;align-items:center;gap:5px;color:#5f544e;font-weight:700}.store-product-detail{max-width:1260px;margin:0 auto;display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.88fr);gap:54px;padding:12px max(4vw,24px) 6rem}.store-gallery{min-width:0}.store-gallery-main{aspect-ratio:1/1;overflow:hidden;border-radius:22px;background:#efe8e2}.store-gallery-main>img,.store-gallery-main>.store-image-placeholder{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-gallery-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto}.store-gallery-thumbs button{width:80px;height:80px;flex:0 0 auto;overflow:hidden;padding:0;border:2px solid transparent;border-radius:10px;background:#fff;cursor:pointer}.store-gallery-thumbs button.active{border-color:#c96f55}.store-gallery-thumbs img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-product-info{align-self:center}.store-product-brand{margin:0;color:#c96f55;font-size:10px;font-weight:800;letter-spacing:.17em;text-transform:uppercase}.store-product-info h1{margin:9px 0;font-family:var(--zoe-font-display);font-size:clamp(3.2rem,5.6vw,6rem);font-weight:400;line-height:.95}.store-product-category{margin:0;color:#887a72;font-size:12px}.store-detail-price{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:27px 0 18px;padding:20px 0;border-top:1px solid #e5dbd3;border-bottom:1px solid #e5dbd3}.store-detail-price>strong{font-size:27px}.store-detail-price>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.store-rewards-box{display:flex;align-items:flex-start;gap:12px;padding:15px;border-radius:13px;background:#f5e9e3;color:#4c3f39}.store-rewards-box>svg{flex:0 0 auto;color:#c96f55}.store-rewards-box strong,.store-rewards-box span{display:block}.store-rewards-box strong{font-size:13px}.store-rewards-box span{margin-top:4px;color:#7b6e67;font-size:10px;line-height:1.5}.store-product-description{margin:24px 0;color:#665c56;font-size:14px;line-height:1.8;white-space:pre-line}.store-add-main{width:100%;min-height:54px;display:flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:10px;background:#2c2420;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;cursor:pointer}.store-add-main:disabled{background:#c7beb8;cursor:not-allowed}.store-view-cart{display:block;margin-top:13px;text-align:center;color:#9b5e4b;font-size:11px;font-weight:750}.store-detail-assurances{display:grid;gap:8px;margin-top:25px;padding-top:20px;border-top:1px solid #e6ddd6;color:#7b7069;font-size:10px}.store-detail-assurances span{display:flex;align-items:center;gap:7px}.store-detail-assurances svg{color:#5b765f}.store-related{border-top:1px solid #e9e0d9;background:#f7f1ec}.store-cart-page{max-width:1260px;margin:0 auto;padding:5rem max(4vw,24px) 7rem}.store-cart-header{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}.store-cart-header h1{margin:.2rem 0 .6rem;font-family:var(--zoe-font-display);font-size:clamp(3.5rem,6vw,6rem);font-weight:400}.store-cart-header p:not(.eyebrow){max-width:700px;margin:0;color:#756b64;line-height:1.6}.store-cart-header>a{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:750}.store-cart-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);gap:30px;align-items:start}.store-cart-lines{display:flex;flex-direction:column;gap:10px}.store-cart-lines article{display:grid;grid-template-columns:100px minmax(0,1fr) auto 115px;gap:18px;align-items:center;padding:14px;border:1px solid #e5dcd5;border-radius:15px;background:#fff}.store-cart-image{width:100px;height:100px;overflow:hidden;border-radius:11px;background:#f2ebe6}.store-cart-image img,.store-cart-image .store-image-placeholder{width:100%;height:100%;min-height:0;-o-object-fit:cover;object-fit:cover}.store-cart-image .store-image-placeholder span{font-size:19px}.store-cart-copy small{color:#bb705a;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-cart-copy h2{margin:5px 0 6px;font-family:var(--zoe-font-display);font-size:20px;font-weight:400}.store-cart-copy>strong{display:block;font-size:13px}.store-cart-copy>span{display:flex;align-items:center;gap:4px;margin-top:5px;color:#a56653;font-size:8px}.store-cart-qty{display:grid;grid-template-columns:34px 34px 34px;align-items:center;border:1px solid #ded5ce;border-radius:9px;overflow:hidden}.store-cart-qty button{height:34px;border:0;background:#faf7f4;cursor:pointer}.store-cart-qty strong{text-align:center;font-size:11px}.store-cart-line-total{text-align:right}.store-cart-line-total>strong{display:block;font-size:14px}.store-cart-line-total button{display:flex;align-items:center;gap:5px;margin:8px 0 0 auto;border:0;background:transparent;color:#a65b4a;font-size:9px;cursor:pointer}.store-cart-summary{position:sticky;top:102px;padding:24px;border:1px solid #e3d9d2;border-radius:16px;background:#fff;box-shadow:0 14px 40px #2c24200d}.store-cart-summary>div{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eee6e0;font-size:11px}.store-cart-summary>div strong{text-align:right}.store-cart-summary .store-cart-total{padding:18px 0;font-size:13px}.store-cart-summary .store-cart-total strong{font-size:19px}.store-cart-summary>button{width:100%;min-height:48px;margin-top:16px;border:0;border-radius:9px;background:#2c2420;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em}.store-cart-summary>button:disabled{opacity:.45}.store-cart-summary>small{display:block;margin-top:11px;color:#8d8179;font-size:9px;line-height:1.55}.cart-empty{min-height:360px}@media(max-width:1080px){.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.store-product-detail{grid-template-columns:1fr 1fr;gap:34px}.store-cart-layout{grid-template-columns:1fr}.store-cart-summary{position:static}.store-cart-lines article{grid-template-columns:90px minmax(0,1fr) auto 105px}}@media(max-width:820px){.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-hero{min-height:480px;padding:62px 24px}.store-section{padding:4.5rem 24px}.store-heading,.store-cart-header{align-items:flex-start;flex-direction:column}.store-product-detail{grid-template-columns:1fr;padding:8px 20px 4.5rem}.store-product-info{padding-top:10px}.store-cart-page{padding:4rem 20px 6rem}.store-cart-lines article{grid-template-columns:82px minmax(0,1fr) auto}.store-cart-line-total{grid-column:2/-1;display:flex;align-items:center;justify-content:space-between;text-align:left}.store-cart-line-total button{margin:0}}@media(max-width:560px){.store-hero{min-height:440px;padding:54px 20px}.store-hero h1{font-size:clamp(3.6rem,18vw,5.4rem)}.store-hero-copy>p:not(.eyebrow){font-size:15px}.store-search{min-height:54px}.store-hero-trust{align-items:flex-start;flex-direction:column;gap:10px}.store-section{padding:4rem 20px}.store-heading h2{font-size:var(--zoe-section-title-size)}.store-product-grid{grid-template-columns:1fr}.store-product-copy{padding:18px}.store-product-copy h3{min-height:0;font-size:25px}.store-product-price-row>strong{font-size:20px}.store-product-price-row>span{font-size:10px}.store-category-chips{margin-right:-20px;padding-right:20px}.store-product-breadcrumb{padding:20px}.store-product-detail{padding:0 20px 4rem}.store-gallery-main{border-radius:16px}.store-product-info h1{font-size:3.7rem}.store-rewards-box strong{font-size:14px}.store-rewards-box span{font-size:12px}.store-product-description{font-size:15px}.store-detail-assurances{font-size:12px;line-height:1.45}.store-cart-notice{left:16px;right:16px;bottom:16px;top:auto;min-width:0;max-width:none;grid-template-columns:auto 1fr auto;transform:none;animation:none}.store-cart-notice a{grid-column:2}.store-cart-notice button{grid-row:1;grid-column:3}.store-cart-lines article{grid-template-columns:74px minmax(0,1fr);align-items:start}.store-cart-image{width:74px;height:74px}.store-cart-qty{grid-column:2;width:-moz-max-content;width:max-content}.store-cart-line-total{grid-column:1/-1;padding-top:10px;border-top:1px solid #eee6e0}.store-cart-summary{padding:20px}.store-cart-header h1{font-size:4rem}}.store-checkout-page{min-height:70vh;max-width:1260px;margin:0 auto;padding:5rem max(4vw,24px) 7rem;background:#fbf9f6}.store-checkout-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:30px;align-items:start}.store-checkout-main{display:grid;gap:18px}.store-checkout-card{padding:26px;border:1px solid #e4dad3;border-radius:18px;background:#fff;box-shadow:0 12px 34px #2c24200a}.store-checkout-title{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px}.store-checkout-title>span{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:50%;background:#2c2420;color:#fff;font-size:11px;font-weight:800}.store-checkout-title h2{margin:0;font-family:var(--zoe-font-display);font-size:31px;font-weight:400}.store-checkout-title p{margin:5px 0 0;color:#7a6e67;font-size:11px;line-height:1.55}.store-checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px}.store-checkout-fields label,.store-checkout-select{display:grid;gap:7px}.store-checkout-fields label.wide{grid-column:1/-1}.store-checkout-fields label span,.store-checkout-select>span{color:#6b5f58;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}.store-checkout-fields input,.store-checkout-fields textarea,.store-checkout-select select,.store-checkout-select input{width:100%;min-height:44px;padding:10px 12px;border:1px solid #dcd2ca;border-radius:9px;background:#fff;color:#352c28;font:inherit;font-size:13px;outline:none}.store-checkout-fields textarea{resize:vertical}.store-checkout-fields input:focus,.store-checkout-fields textarea:focus,.store-checkout-select select:focus,.store-checkout-select input:focus{border-color:#b66f59;box-shadow:0 0 0 3px #b66f591a}.store-checkout-select>small{color:#897b73;font-size:9px;line-height:1.45}.store-checkout-discount{color:#a32355}.delivery-fields{margin-top:18px}.store-recognized{display:inline-flex;align-items:center;gap:7px;margin-top:15px;padding:8px 11px;border-radius:999px;background:#edf5ef;color:#45604c;font-size:10px;font-weight:800}.store-fulfillment-choice{display:grid;grid-template-columns:1fr 1fr;gap:12px}.store-fulfillment-choice button{min-height:112px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:auto auto;align-items:center;-moz-column-gap:12px;column-gap:12px;padding:18px;border:1px solid #ddd2ca;border-radius:14px;background:#faf7f4;color:#4d413b;text-align:left;cursor:pointer}.store-fulfillment-choice button svg{grid-row:1/3;color:#b66f59}.store-fulfillment-choice button strong{font-family:var(--zoe-font-display);font-size:23px;font-weight:400}.store-fulfillment-choice button small{color:#7c7068;font-size:10px}.store-fulfillment-choice button.active{border-color:#2c2420;background:#2c2420;color:#fff}.store-fulfillment-choice button.active small{color:#ffffffb8}.store-fulfillment-choice button.active svg{color:#f0a58d}.store-checkout-select{margin-top:18px}.store-calculate-button{min-height:48px;margin-top:18px;padding:0 20px;border:0;border-radius:9px;background:#2c2420;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;cursor:pointer}.store-calculate-button:disabled{opacity:.5;cursor:not-allowed}.store-fulfillment-message{margin:15px 0 0;padding:12px 14px;border-radius:10px;background:#f8eee9;color:#7e5042;font-size:11px;line-height:1.55}.store-date-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.store-date-options button{min-height:92px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:5px;padding:15px;border:1px solid #ddd2ca;border-radius:12px;background:#faf7f4;color:#4c403a;cursor:pointer}.store-date-options button strong{font-family:var(--zoe-font-display);font-size:21px;font-weight:400}.store-date-options button span{font-size:9px;color:#85776f}.store-date-options button small{color:#4e7659;font-size:9px;font-weight:800}.store-date-options button.active{border-color:#2c2420;background:#2c2420;color:#fff}.store-date-options button.active span{color:#ffffffb3}.store-checkout-summary{position:sticky;top:102px;padding:24px;border:1px solid #e3d9d2;border-radius:16px;background:#fff;box-shadow:0 14px 40px #2c24200d}.store-checkout-summary>div:not(.store-payment-pending){display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid #eee6e0;font-size:11px}.store-checkout-summary>div strong{text-align:right}.store-checkout-summary .store-cart-total{padding:18px 0;font-size:13px}.store-checkout-summary .store-cart-total strong{font-size:19px}.store-payment-pending{display:flex;align-items:flex-start;gap:10px;margin:16px 0;padding:13px;border:1px solid #ead9d1;border-radius:11px;background:#fbf4ef;color:#66514a}.store-payment-pending>svg{flex:0 0 auto;color:#b66f59}.store-payment-pending p{margin:0}.store-payment-pending strong,.store-payment-pending span{display:block}.store-payment-pending strong{font-size:11px}.store-payment-pending span{margin-top:4px;color:#806e65;font-size:9px;line-height:1.5}.store-payment-button,.store-checkout-button{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;margin-top:16px;border:0;border-radius:9px;background:#2c2420;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-decoration:none;cursor:pointer}.store-payment-button:disabled{opacity:.45;cursor:not-allowed}.store-checkout-summary>small{display:block;margin-top:11px;color:#8d8179;font-size:9px;line-height:1.55}@media(max-width:1080px){.store-checkout-layout{grid-template-columns:1fr}.store-checkout-summary{position:static}}@media(max-width:720px){.store-checkout-page{padding:4rem 20px 6rem}.store-checkout-card{padding:20px}.store-checkout-fields{grid-template-columns:1fr}.store-checkout-fields label.wide{grid-column:auto}.store-fulfillment-choice{grid-template-columns:1fr}.store-date-options{grid-template-columns:1fr 1fr}.store-checkout-title h2{font-size:28px}}@media(max-width:480px){.store-date-options{grid-template-columns:1fr}.store-checkout-page{padding-left:16px;padding-right:16px}.store-checkout-card{padding:18px}}.store-demo-public-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:9px 20px;background:#7d5d50;color:#fff;text-align:center;font-size:11px;letter-spacing:.02em}.store-demo-public-banner strong{font-size:9px;letter-spacing:.14em}.store-demo-public-banner span{opacity:.9}.store-demo-public-banner button{border:1px solid currentColor;border-radius:999px;background:transparent;color:inherit;padding:5px 10px;font:inherit;font-weight:700;cursor:pointer}.store-demo-service-label{display:inline-flex;margin-top:10px;padding:6px 9px;border-radius:999px;background:#efe5df;color:#795f52;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-editor-tabs{margin-bottom:10px}.store-editor-tabs button{min-width:150px}.store-announcement{min-height:38px;display:flex;align-items:center;justify-content:center;padding:9px 20px;text-align:center;font-size:10px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.store-announcement-dark{background:#211b18;color:#fff}.store-announcement-light{background:#fff;color:#3d312b;border-bottom:1px solid #e8ddd5}.store-announcement-accent{background:#c96f55;color:#fff}.store-category-showcase{padding-top:4rem;padding-bottom:4rem;background:#fff}.store-category-circles{display:flex;justify-content:center;gap:22px;overflow-x:auto;padding:4px 2px 12px;scrollbar-width:thin}.store-category-circles button{width:112px;flex:0 0 112px;border:0;background:transparent;color:#4f423c;text-align:center;cursor:pointer}.store-category-circles button>span{width:92px;height:92px;margin:0 auto 10px;display:grid;place-items:center;overflow:hidden;border:1px solid #e2d6ce;border-radius:50%;background:linear-gradient(145deg,#f2e8e1,#fff);font-family:var(--zoe-font-display);font-size:31px;color:#b56850;transition:transform .2s ease,border-color .2s ease}.store-category-circles button>span img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-category-circles button:hover>span,.store-category-circles button.active>span{transform:translateY(-2px);border-color:#b56850}.store-category-circles strong{display:block;font-size:10px;line-height:1.35}.store-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:22px}.store-hero-button{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 20px;border-radius:8px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-hero-button.primary{background:#2c2420;color:#fff}.store-hero.has-image .store-hero-button.primary{background:#fff;color:#2c2420}.store-hero-button.secondary{border:1px solid currentColor}.store-promo-strip{min-height:56px;display:flex;align-items:center;justify-content:center;gap:22px;padding:12px 24px;text-align:center;font-size:11px;font-weight:750}.store-promo-strip a{display:inline-flex;align-items:center;gap:6px;font-size:9px;text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid currentColor}.store-promo-strip-accent{background:#c96f55;color:#fff}.store-promo-strip-dark{background:#211b18;color:#fff}.store-promo-strip-light{background:#f4ece6;color:#40332d}.store-featured-categories{background:#f8f3ef}.store-featured-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-featured-category-grid button{min-height:120px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 22px;border:1px solid #e2d8d1;border-radius:16px;background:#fff;color:#453831;font-family:var(--zoe-font-display);font-size:24px;text-align:left;cursor:pointer}.store-featured-category-grid button>img{width:74px;height:74px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid #eadfd8;flex:0 0 74px}.store-featured-category-grid button>span{flex:1}.store-brand-editorial{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:5vw;align-items:center;background:#fff}.store-brand-editorial-media{min-height:420px;overflow:hidden;border-radius:24px;background:#eee4dd}.store-brand-editorial-media img,.store-brand-editorial-media .store-image-placeholder{width:100%;height:100%;min-height:420px;-o-object-fit:cover;object-fit:cover}.store-brand-editorial h2,.store-recommender h2{margin:.25rem 0 1rem;font-family:var(--zoe-font-display);font-size:clamp(2.9rem,5vw,5rem);font-weight:400;line-height:1}.store-brand-editorial>div:last-child>p:not(.eyebrow),.store-recommender p:not(.eyebrow){max-width:640px;color:#756a63;line-height:1.75}.store-best-sellers{background:#fff}.store-promo-banners{background:#f8f3ef}.store-banner-grid{display:grid;gap:18px}.store-banner-grid.two_columns{grid-template-columns:repeat(2,minmax(0,1fr))}.store-banner-grid.stacked{grid-template-columns:1fr}.store-banner-grid article{min-height:360px;display:flex;flex-direction:column;justify-content:flex-end;padding:34px;border-radius:22px;background:#372b26;color:#fff;background-size:cover;background-position:center;overflow:hidden}.store-banner-grid h2{max-width:520px;margin:.2rem 0 .7rem;font-family:var(--zoe-font-display);font-size:clamp(2.4rem,4vw,4rem);font-weight:400;line-height:1}.store-banner-grid article>p:not(.eyebrow){max-width:500px;color:#ffffffd1;line-height:1.6}.store-banner-grid a{width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:6px;margin-top:14px;padding-bottom:4px;border-bottom:1px solid currentColor;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-reviews{background:#fff}.store-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-review-grid blockquote{margin:0;padding:24px;border:1px solid #e5dcd5;border-radius:18px;background:#faf6f2}.store-review-grid blockquote p{font-family:var(--zoe-font-display);font-size:20px;line-height:1.45}.store-review-grid cite{font-style:normal;font-size:11px;font-weight:800}.store-review-grid .stars{color:#b66d55}.store-benefits{background:#f0e7e0}.store-benefit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.store-benefit-grid article{display:flex;gap:14px;align-items:flex-start;padding:20px;border:1px solid rgba(44,36,32,.09);border-radius:16px;background:#ffffffb8}.store-benefit-grid svg{flex:0 0 auto;color:#b66f59}.store-benefit-grid h3{margin:0 0 5px;font-family:var(--zoe-font-display);font-size:20px;font-weight:400}.store-benefit-grid p{margin:0;color:#786d66;font-size:11px;line-height:1.6}.store-recent-articles{background:#fff}.store-article-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.store-article-grid article{overflow:hidden;border:1px solid #e4dad3;border-radius:18px;background:#fff}.store-article-grid article>img,.store-article-grid article>.store-image-placeholder{width:100%;aspect-ratio:16/10;-o-object-fit:cover;object-fit:cover}.store-article-grid article>div:last-child{padding:18px}.store-article-grid h3{margin:0 0 8px;font-family:var(--zoe-font-display);font-size:24px;font-weight:400;line-height:1.15}.store-article-grid p{color:#776c65;font-size:11px;line-height:1.6}.store-article-grid a{display:flex;align-items:center;gap:6px;margin-top:12px;color:#a25e49;font-size:10px;font-weight:800}.store-recommender{background:linear-gradient(135deg,#f3e7e0,#fbf7f3)}.store-recommender>div{max-width:850px;margin:0 auto;text-align:center}.store-recommender .store-dark-button{margin-top:18px}.store-catalog-search{width:min(620px,100%);min-height:48px;display:flex;align-items:center;gap:10px;margin:0 0 20px;padding:0 14px;border:1px solid #ddd3cc;border-radius:11px;background:#fff}.store-catalog-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;font-size:13px}.store-product-badges{display:flex;gap:7px;flex-wrap:wrap;margin-bottom:10px}.store-product-badges span{padding:5px 8px;border-radius:999px;background:#f2e7e1;color:#9a5e4b;font-size:8px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-product-context{display:flex;gap:8px;flex-wrap:wrap;color:#887a72;font-size:11px}.store-product-context span+span:before{content:"•";margin-right:8px;color:#c7b7ad}.store-product-short-description{margin:18px 0;color:#665c56;font-size:14px;line-height:1.7}.store-purchase-block{margin-top:22px}.store-product-quantity{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px}.store-product-quantity>span{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.store-product-quantity>div{display:grid;grid-template-columns:38px 40px 38px;overflow:hidden;border:1px solid #ddd2ca;border-radius:9px}.store-product-quantity button{height:38px;border:0;background:#faf7f4;cursor:pointer}.store-product-quantity strong{display:grid;place-items:center;font-size:12px}.store-buy-now{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;gap:7px;margin-top:9px;border:1px solid #2c2420;border-radius:10px;background:#fff;color:#2c2420;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.09em;cursor:pointer}.store-delivery-info{margin-top:22px;padding:16px;border:1px solid #e2d8d1;border-radius:14px;background:#faf6f2}.store-delivery-info>div:first-child{display:flex;align-items:flex-start;gap:12px}.store-delivery-info svg{flex:0 0 auto;color:#b66f59}.store-delivery-info strong{font-size:13px}.store-delivery-info p{margin:4px 0 0;color:#786d66;font-size:10px;line-height:1.55}.store-delivery-chips{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #e8dfd8}.store-delivery-chips span{display:flex;align-items:center;gap:5px;padding:6px 8px;border-radius:999px;background:#fff;font-size:9px;font-weight:750}.store-product-information{max-width:1100px;margin:0 auto;padding:0 max(4vw,24px) 5rem}.store-product-accordion{border-top:1px solid #dfd5ce}.store-product-accordion:last-child{border-bottom:1px solid #dfd5ce}.store-product-accordion summary{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer;font-family:var(--zoe-font-display);font-size:20px;list-style:none}.store-product-accordion summary::-webkit-details-marker{display:none}.store-product-accordion[open] summary svg{transform:rotate(45deg)}.store-product-accordion summary svg{transition:transform .18s ease}.store-product-accordion>div{padding:0 0 22px;color:#6f645e;white-space:pre-line;font-size:14px;line-height:1.8}.store-related-services{background:#fff}.store-service-card-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.store-service-card-grid article{padding:22px;border:1px solid #e4dad3;border-radius:16px;background:#faf7f4}.store-service-card-grid h3{margin:0;font-family:var(--zoe-font-display);font-size:23px;font-weight:400}.store-service-card-grid p{color:#80736b;font-size:11px}.store-service-card-grid a{display:flex;align-items:center;gap:5px;margin-top:14px;color:#a35f4a;font-size:9px;font-weight:800;text-transform:uppercase}.store-gallery-main{border:0;padding:0;cursor:zoom-in}.store-gallery-main.zoomed{cursor:zoom-out}.store-gallery-main.zoomed img{transform:scale(1.65)}.store-gallery-main img{transition:transform .25s ease}.store-gallery-indicators,.store-mobile-buy{display:none}@media(max-width:900px){.store-featured-category-grid,.store-review-grid,.store-benefit-grid,.store-article-grid,.store-service-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-brand-editorial,.store-banner-grid.two_columns{grid-template-columns:1fr}}@media(max-width:560px){.store-category-showcase{padding-top:3rem;padding-bottom:3rem}.store-category-circles{justify-content:flex-start;margin-right:-20px;padding-right:20px}.store-featured-category-grid,.store-review-grid,.store-benefit-grid,.store-article-grid,.store-service-card-grid{grid-template-columns:1fr}.store-featured-category-grid button{min-height:92px;font-size:21px}.store-brand-editorial-media,.store-brand-editorial-media img,.store-brand-editorial-media .store-image-placeholder{min-height:300px}.store-banner-grid article{min-height:310px;padding:25px}.store-promo-strip{align-items:flex-start;flex-direction:column;gap:8px}.store-hero-actions{flex-direction:column;align-items:stretch}.store-hero-button{width:100%}.store-product-context{font-size:12px}.store-product-short-description{font-size:15px}.store-gallery-thumbs{display:none}.store-gallery-indicators{display:flex;justify-content:center;gap:5px;margin-top:10px}.store-gallery-indicators span{width:6px;height:6px;border-radius:50%;background:#d5c8c0}.store-gallery-indicators span.active{background:#6e5146}.store-mobile-buy{position:fixed;left:0;right:0;bottom:0;z-index:60;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));border-top:1px solid #ded4cc;background:#fffffff7;box-shadow:0 -10px 30px #2c24201a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.store-mobile-buy strong{font-size:17px}.store-mobile-buy button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:8px;background:#2c2420;color:#fff;font-size:10px;font-weight:800;text-transform:uppercase}.store-product-page{padding-bottom:70px}}.store-page{background:#fff;color:#2c2420;overflow:hidden}.store-global-announcement{min-height:32px;padding:6px 20px;background:#29211d;color:#fff;font-size:9px;letter-spacing:.15em}.store-global-announcement svg{width:12px;height:12px;color:#e3ad99}.store-site-header{background:#fffffffa;box-shadow:none}.store-site-header .retail-header-main{width:min(1240px,calc(100% - 40px))}.store-site-header .premium-brand-image{height:60px;max-width:190px}.store-site-header .retail-header-nav{margin:0;gap:clamp(34px,4vw,68px)}.store-site-header .retail-header-nav a{font-size:13px;letter-spacing:.08em;font-weight:650}.store-demo-public-banner{min-height:30px;padding:6px 18px;background:#fff4df;color:#745d35;border-bottom:1px solid #ead8b3;font-size:9px}.store-demo-public-banner strong{font-size:8px}.store-category-showcase{padding:32px max(4vw,28px) 38px;background:#fff;border-bottom:1px solid #f0ebe7}.store-category-showcase .store-heading{margin:0 auto 22px;max-width:1440px;align-items:center}.store-category-showcase .store-heading h2{font-size:var(--zoe-section-title-size);line-height:1.02}.store-category-showcase .store-heading p{font-size:11px}.store-category-circles{max-width:1440px;margin:0 auto;justify-content:flex-start;gap:26px;padding:2px 2px 8px;scroll-snap-type:x proximity;scrollbar-width:none}.store-category-circles::-webkit-scrollbar{display:none}.store-category-circles button{width:96px;flex:0 0 96px;scroll-snap-align:start}.store-category-circles button>span{width:88px;height:88px;margin-bottom:9px;border:0;border-radius:50%;background:#f4efeb;box-shadow:none}.store-category-circles button>span img{transform:scale(1.01)}.store-category-circles button:hover>span,.store-category-circles button.active>span{transform:translateY(-2px);border:0;box-shadow:0 0 0 1px #b87a64}.store-category-circles strong{font-size:9px;font-weight:650;letter-spacing:.02em;color:#514640}.store-reference-hero{width:min(1440px,calc(100% - 40px));min-height:610px;margin:20px auto 0;padding:0;display:grid;grid-template-columns:minmax(360px,.82fr) minmax(0,1.18fr);align-items:stretch;background:#f2ece7;color:#2c2420;border-radius:8px;overflow:hidden}.store-reference-hero.has-image{color:#2c2420}.store-reference-hero .store-hero-copy{width:auto;display:flex;flex-direction:column;justify-content:center;padding:64px 7vw 64px 62px}.store-reference-hero .eyebrow,.store-reference-hero.has-image .eyebrow{margin-bottom:17px;color:#b96d56;font-size:9px;letter-spacing:.22em}.store-reference-hero h1{max-width:590px;margin:0;font-family:var(--zoe-font-display);font-size:clamp(54px,5.8vw,82px);font-weight:500;line-height:.9;letter-spacing:-.025em}.store-reference-hero .store-hero-copy>p:not(.eyebrow),.store-reference-hero.has-image .store-hero-copy>p:not(.eyebrow){max-width:480px;margin:23px 0 0;color:#6f625b;font-size:15px;line-height:1.7}.store-reference-hero .store-hero-actions{margin-top:29px}.store-reference-hero .store-hero-button{min-height:45px;padding:0 23px;border-radius:1px;font-size:9px;letter-spacing:.12em}.store-reference-hero .store-hero-button.primary,.store-reference-hero.has-image .store-hero-button.primary{background:#28201c;color:#fff}.store-reference-hero .store-hero-button.secondary{border:1px solid #8e796e;background:transparent;color:#423730}.store-reference-hero .store-hero-trust,.store-reference-hero.has-image .store-hero-trust{gap:15px;margin-top:27px;padding-top:20px;border-top:1px solid rgba(44,36,32,.11);color:#72665f;font-size:9px;font-weight:650}.store-reference-hero-media{position:relative;min-height:610px;background:#ddd0c7;overflow:hidden}.store-reference-hero-media>img,.store-reference-hero-media>.store-image-placeholder{width:100%;height:100%;min-height:610px;-o-object-fit:cover;object-fit:cover}.store-reference-bag{position:absolute;right:18px;bottom:18px;min-height:44px;display:flex;align-items:center;gap:8px;padding:0 13px;background:#fffffff0;color:#342923;box-shadow:0 8px 28px #21181421;font-size:9px;font-weight:750;text-transform:uppercase;letter-spacing:.08em;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.store-reference-bag strong{min-width:20px;height:20px;display:grid;place-items:center;border-radius:50%;background:#29211d;color:#fff;font-size:8px}.store-promo-strip{position:relative;min-height:46px;overflow:hidden;gap:30px;padding:13px 24px;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.store-promo-strip>span{display:inline-block;white-space:nowrap}.store-promo-strip-accent{background:#bd755f;color:#fff}.store-promo-strip-dark{background:#29211d;color:#fff}.store-promo-strip-light{background:#f6f1ed;color:#493d37}.store-section{padding:78px max(4vw,28px)}.store-heading{max-width:1440px;margin:0 auto 30px;align-items:flex-end}.store-heading h2{font-family:var(--zoe-font-display);font-size:var(--zoe-section-title-size);font-weight:600;letter-spacing:-.015em;line-height:1.02}.store-heading>p,.store-heading>div>p:not(.eyebrow){font-size:12px;line-height:1.65}.store-heading .eyebrow{margin-bottom:8px;color:#b76b54;font-size:8px;letter-spacing:.2em}.store-featured-categories{background:#faf8f6}.store-featured-category-grid{max-width:1440px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.store-featured-category-grid button{position:relative;min-height:360px;display:block;padding:0;border:0;border-radius:2px;background:#e8dfd8;overflow:hidden;text-align:left}.store-featured-category-grid button>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;border-radius:0;-o-object-fit:cover;object-fit:cover;transition:transform .4s ease}.store-featured-category-grid button:hover>img{transform:scale(1.025)}.store-featured-category-grid button:after{content:"";position:absolute;top:45%;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent,rgba(28,20,17,.58))}.store-featured-category-grid button>span{position:absolute;z-index:2;left:24px;bottom:25px;color:#fff;font-family:var(--zoe-font-display);font-size:34px;font-weight:500}.store-featured-category-grid button>svg{position:absolute;z-index:2;right:24px;bottom:30px;color:#fff}.store-brand-editorial{max-width:1440px;margin:0 auto;grid-template-columns:minmax(0,1.13fr) minmax(330px,.87fr);gap:0;padding:0;background:#f1ebe6}.store-brand-editorial-media{min-height:590px;border-radius:0;background:#e5d9d1}.store-brand-editorial-media img,.store-brand-editorial-media .store-image-placeholder{min-height:590px}.store-brand-editorial>div:last-child{display:flex;flex-direction:column;justify-content:center;padding:60px clamp(36px,5vw,82px)}.store-brand-editorial h2{font-family:var(--zoe-font-display);font-size:var(--zoe-section-title-size);font-weight:600;line-height:1.02}.store-brand-editorial>div:last-child>p:not(.eyebrow){font-size:13px}.store-brand-editorial .store-dark-button{align-self:flex-start;margin-top:19px;border-radius:1px}.featured-products.store-reference-products,.store-best-sellers.store-reference-products{background:#fff}.store-product-rail{max-width:1440px;margin:0 auto;display:flex;gap:18px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:none}.store-product-rail::-webkit-scrollbar{display:none}.store-product-rail>.store-product-card{flex:0 0 min(285px,23.2%);scroll-snap-align:start}.store-product-card{overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.store-product-image{aspect-ratio:4/5;border-radius:2px;background:#f3efec}.store-product-image>img{-o-object-fit:cover;object-fit:cover}.store-product-card:hover .store-product-image>img{transform:scale(1.012)}.store-featured-badge{left:10px;top:10px;padding:6px 8px;border-radius:1px;background:#fff;color:#42352f;box-shadow:none;font-size:7px;letter-spacing:.08em}.store-product-copy{padding:13px 2px 0}.store-product-meta{justify-content:flex-start;gap:10px;color:#8d756a;font-size:7px;letter-spacing:.12em}.store-product-meta>span:last-child{margin-left:auto}.store-product-copy h3{min-height:0;margin:7px 0 5px;font-family:var(--zoe-font-display);font-size:12px;font-weight:650;line-height:1.35;letter-spacing:.01em}.store-category-label{font-size:8px;color:#9a8d85}.store-product-price-row{align-items:center;margin-top:10px}.store-product-price-row>strong{font-size:13px;font-weight:650}.store-product-price-row>span{font-size:7px;color:#9d6654}.store-product-actions{grid-template-columns:1fr;margin-top:11px;padding-top:0;border:0}.store-product-actions>a{display:none}.store-product-actions>button{min-height:39px;width:100%;border-radius:1px;background:#2c2420;font-size:8px;letter-spacing:.1em}.store-promo-banners{background:#fff}.store-banner-grid{max-width:1440px;margin:0 auto;gap:16px}.store-banner-grid article{min-height:470px;padding:42px;border-radius:2px;background-color:#342923}.store-banner-grid h2{font-family:var(--zoe-font-display);font-size:clamp(42px,4vw,60px);font-weight:500}.store-banner-grid article>p:not(.eyebrow){font-size:12px}.store-banner-grid a{font-size:8px}.store-reviews{background:#f7f3f0}.store-review-rail{max-width:1440px;margin:0 auto;display:flex;gap:14px;overflow-x:auto;padding:2px 2px 12px;scroll-snap-type:x proximity;scrollbar-width:none}.store-review-rail::-webkit-scrollbar{display:none}.store-review-rail blockquote{flex:0 0 min(420px,31%);min-height:230px;margin:0;padding:32px 28px;border:0;border-radius:2px;background:#fff;scroll-snap-align:start}.store-review-rail blockquote p{margin:20px 0 25px;font-family:var(--zoe-font-display);font-size:25px;line-height:1.28}.store-review-rail cite{font-style:normal;font-size:9px;font-weight:750;letter-spacing:.06em;text-transform:uppercase}.store-review-rail .stars{color:#b66d55;font-size:9px}.store-benefits{padding-top:52px;padding-bottom:52px;background:#fff;border-top:1px solid #eee8e4;border-bottom:1px solid #eee8e4}.store-benefits .store-heading{display:none}.store-benefit-grid{max-width:1440px;margin:0 auto;grid-template-columns:repeat(3,minmax(0,1fr));gap:0}.store-benefit-grid article{min-height:110px;align-items:center;padding:20px 34px;border:0;border-right:1px solid #e7dfda;border-radius:0;background:transparent}.store-benefit-grid article:last-child{border-right:0}.store-benefit-grid h3{font-family:var(--zoe-font-display);font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.08em}.store-benefit-grid p{font-size:9px}.store-recent-articles{background:#faf8f6}.store-article-grid{max-width:1440px;margin:0 auto;gap:18px}.store-article-grid article{border:0;border-radius:0;background:transparent}.store-article-grid article>img,.store-article-grid article>.store-image-placeholder{aspect-ratio:4/3;border-radius:1px}.store-article-grid article>div:last-child{padding:16px 0 0}.store-article-grid h3{font-family:var(--zoe-font-display);font-size:27px;font-weight:500}.store-article-grid p{font-size:10px}.store-recommender{padding-top:92px;padding-bottom:92px;background:#e9ded7}.store-recommender>div{max-width:760px}.store-recommender h2{font-family:var(--zoe-font-display);font-size:var(--zoe-section-title-size);font-weight:600;line-height:1.02}.store-recommender p:not(.eyebrow){font-size:13px}.store-recommender .store-dark-button{border-radius:1px}.store-catalog-section{background:#fff}.store-catalog-search{max-width:1440px;width:100%;height:50px;margin:0 auto 18px;border:0;border-bottom:1px solid #bdb0a8;border-radius:0;background:transparent}.store-category-chips{max-width:1440px;margin:0 auto 26px;padding:0 0 12px}.store-category-chips button{min-height:34px;padding:0 14px;border-color:#ddd4ce;border-radius:1px;background:#fff;font-size:8px;text-transform:uppercase;letter-spacing:.08em}.store-category-chips button.active{border-color:#2c2420;background:#2c2420}.store-catalog-section>.store-product-grid{max-width:1440px;margin:0 auto;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}.store-product-page{background:#fff}.store-product-breadcrumb{max-width:1440px;padding-top:22px;padding-bottom:14px;font-size:9px}.store-product-detail{max-width:1440px;grid-template-columns:minmax(0,1.12fr) minmax(380px,.72fr);gap:64px;padding-bottom:80px}.store-gallery-main{border-radius:2px;background:#f4f0ed}.store-gallery-thumbs button{border-radius:1px}.store-product-info{align-self:start;padding-top:28px;position:sticky;top:95px}.store-product-brand{font-size:8px;letter-spacing:.18em}.store-product-info h1{margin-top:10px;font-family:var(--zoe-font-display);font-size:clamp(46px,4.7vw,66px);font-weight:500;line-height:.93}.store-product-context{margin-top:10px;font-size:9px}.store-product-short-description{font-size:13px;line-height:1.7}.store-detail-price{margin:22px 0 16px;padding:16px 0}.store-detail-price>strong{font-size:22px}.store-rewards-box{border-radius:1px;background:#f2ebe6}.store-purchase-block .store-add-main,.store-purchase-block .store-buy-now{border-radius:1px}.store-delivery-info{border-radius:1px;background:#faf8f6}.store-product-information{max-width:1040px;padding-bottom:70px}.store-product-accordion summary{font-family:var(--zoe-font-body);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}@media(max-width:1050px){.store-reference-hero{grid-template-columns:1fr 1fr;min-height:540px}.store-reference-hero .store-hero-copy{padding:52px 42px}.store-reference-hero-media,.store-reference-hero-media>img,.store-reference-hero-media>.store-image-placeholder{min-height:540px}.store-product-rail>.store-product-card{flex-basis:31%}.store-featured-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-catalog-section>.store-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.store-site-header{height:auto;padding:0}.store-reference-hero{width:calc(100% - 24px);margin-top:12px;grid-template-columns:1fr;min-height:0}.store-reference-hero .store-hero-copy{order:2;padding:40px 28px 44px}.store-reference-hero h1{font-size:55px}.store-reference-hero-media{order:1;min-height:430px}.store-reference-hero-media>img,.store-reference-hero-media>.store-image-placeholder{min-height:430px}.store-reference-hero .store-hero-trust{align-items:flex-start;flex-direction:column;gap:8px}.store-category-showcase{padding:26px 20px 30px}.store-category-showcase .store-heading{margin-bottom:16px}.store-category-circles{margin-right:-20px;padding-right:20px;gap:17px}.store-category-circles button{width:82px;flex-basis:82px}.store-category-circles button>span{width:76px;height:76px}.store-section{padding:58px 20px}.store-heading{align-items:flex-start;flex-direction:column;gap:8px}.store-heading h2{font-size:var(--zoe-section-title-size)}.store-featured-category-grid{grid-template-columns:1fr;gap:12px}.store-featured-category-grid button{min-height:330px}.store-brand-editorial{grid-template-columns:1fr;margin:0}.store-brand-editorial-media,.store-brand-editorial-media img,.store-brand-editorial-media .store-image-placeholder{min-height:420px}.store-brand-editorial>div:last-child{padding:44px 28px 50px}.store-product-rail{margin-right:-20px;padding-right:20px}.store-product-rail>.store-product-card{flex-basis:72vw;max-width:300px}.store-banner-grid.two_columns{grid-template-columns:1fr}.store-banner-grid article{min-height:390px;padding:28px}.store-review-rail{margin-right:-20px;padding-right:20px}.store-review-rail blockquote{flex-basis:82vw;max-width:360px}.store-benefit-grid{grid-template-columns:1fr}.store-benefit-grid article{border-right:0;border-bottom:1px solid #e7dfda;padding:20px 4px}.store-benefit-grid article:last-child{border-bottom:0}.store-article-grid{grid-template-columns:1fr}.store-catalog-section>.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 12px}.store-product-detail{grid-template-columns:1fr;gap:28px;padding-left:16px;padding-right:16px}.store-product-info{position:static;padding-top:0}}@media(max-width:480px){.store-reference-hero-media,.store-reference-hero-media>img,.store-reference-hero-media>.store-image-placeholder{min-height:370px}.store-reference-hero .store-hero-copy{padding:34px 24px 38px}.store-reference-hero h1{font-size:49px}.store-reference-hero .store-hero-actions{flex-direction:row}.store-reference-hero .store-hero-button{width:auto;flex:1;padding:0 12px}.store-reference-bag{right:10px;bottom:10px}.store-featured-category-grid button{min-height:290px}.store-product-rail>.store-product-card{flex-basis:76vw}.store-catalog-section>.store-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.store-catalog-section .store-product-copy h3{font-size:10px}}.store-promo-marquee{min-width:0;width:100%;overflow:hidden;white-space:nowrap;flex:1}.store-promo-marquee-track{width:-moz-max-content;width:max-content;display:flex;align-items:center;will-change:transform}.store-promo-marquee-group{display:flex;align-items:center;gap:56px;padding-right:56px}.store-promo-message{display:block;flex:0 0 auto}.store-promo-marquee.auto .store-promo-marquee-track{animation:zoeStorePromoMarquee 22s linear infinite}@keyframes zoeStorePromoMarquee{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media(prefers-reduced-motion:reduce){.store-promo-marquee.auto .store-promo-marquee-track{animation:none}.store-product-image>img,.store-featured-category-grid button>img{transition:none}}.store-ulta-layout{--store-max:1240px;--zoe-logo-fuchsia:#ec0064;background:#fff;color:#211d1a;font-family:var(--zoe-font-body)}.store-ulta-layout .store-section{width:min(var(--store-max),calc(100% - 40px));margin:0 auto;padding:34px 0}.store-ulta-layout .store-heading{max-width:none;margin:0 0 16px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.store-ulta-layout .store-heading>div{min-width:0}.store-ulta-layout .store-heading h2,.store-ulta-layout .store-heading h1{margin:0;font-family:var(--zoe-font-display);font-size:var(--zoe-section-title-size);font-weight:600;line-height:1.02;letter-spacing:-.02em}.store-ulta-layout .store-heading .store-heading-subtitle{max-width:620px;margin:7px 0 0;color:#716761;font-size:13px;font-weight:450;line-height:1.55}.store-ulta-layout .store-heading small{display:block;margin-top:5px;color:#716761;font-size:11px;font-weight:550}.store-ulta-layout .store-heading>a{color:#302722;font-size:12px;font-weight:700;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.store-ulta-layout .eyebrow{margin:0 0 6px;color:#8b5a4b;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.store-ulta-hero-grid{width:min(var(--store-max),calc(100% - 40px));margin:22px auto 18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.store-ulta-hero-card{position:relative;min-height:386px;padding:0;background:#efe9e4 center/cover no-repeat;overflow:hidden;border-radius:7px}.store-ulta-hero-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#140e0c05 20%,#140e0c85);pointer-events:none}.store-ulta-hero-copy{position:absolute;z-index:2;left:18px;right:18px;bottom:18px;color:#fff}.store-ulta-hero-copy .eyebrow{color:#fff;opacity:.85}.store-ulta-hero-copy h1{max-width:330px;margin:0;font-family:var(--zoe-font-display);font-size:27px;font-weight:800;line-height:1.08;letter-spacing:-.025em}.store-ulta-hero-copy>p:not(.eyebrow){max-width:320px;margin:8px 0 12px;font-size:13px;line-height:1.45;color:#fffffff5}.store-ulta-hero-copy>a{display:inline-flex;align-items:center;min-height:34px;padding:0 15px;border-radius:999px;background:#fff;color:#231d19;font-size:11px;font-weight:800}.store-ulta-hero-card.card-2 .store-ulta-hero-copy>a{background:#211d1a;color:#fff}.store-ulta-product-section{border-top:1px solid #eee9e5}.store-ulta-product-section:first-of-type{border-top:0}.store-ulta-layout .store-product-rail{max-width:none;margin:0;gap:11px;padding:0 1px 5px;scroll-snap-type:x proximity}.store-ulta-layout .store-product-rail>.store-product-card{flex:0 0 calc((100% - 33px)/4);min-width:0;max-width:none}.store-ulta-layout .store-product-card{background:#fff}.store-ulta-layout .store-product-image{aspect-ratio:1/1.05;border-radius:4px;background:#f7f4f2}.store-ulta-layout .store-product-copy{padding:8px 0 0}.store-ulta-layout .store-product-meta{gap:8px;font-size:11px;letter-spacing:.03em}.store-ulta-layout .store-product-meta .available,.store-ulta-layout .store-product-meta .sold-out{margin-left:auto}.store-ulta-layout .store-product-copy h3{margin:7px 0 4px;font-size:16px;font-weight:750;line-height:1.3}.store-ulta-layout .store-category-label{font-size:12px;color:#756b65}.store-ulta-layout .store-product-price-row{margin-top:10px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.store-ulta-layout .store-product-price{order:2;display:flex;align-items:flex-end;justify-content:flex-end;min-height:40px;margin-left:auto;text-align:right}.store-ulta-layout .store-product-price>strong{font-size:16px;font-weight:800;line-height:1.1}.store-ulta-layout .store-product-rewards{order:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;min-height:40px;text-align:left;color:#b56f59}.store-ulta-layout .store-product-rewards-label{display:flex;align-items:center;gap:4px;font-size:10px;font-weight:700;line-height:1}.store-ulta-layout .store-product-rewards>strong{margin-top:4px;font-size:16px;font-weight:800;line-height:1.1;color:#b56f59;white-space:nowrap}.store-ulta-layout .store-product-actions{margin-top:10px}.store-ulta-layout .store-product-actions>button{min-height:38px;padding:0 12px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.04em}.store-ulta-layout .store-featured-badge{left:7px;top:7px;padding:5px 7px;font-size:8px}.store-ulta-layout .store-promo-strip{width:100vw;max-width:none;min-height:132px;margin:8px 0 30px;margin-left:calc(50% - 50vw);padding:10px 0;border-radius:0;overflow:hidden;font-family:var(--zoe-font-display);font-size:clamp(58px,6.7vw,108px);font-weight:800;line-height:.92;letter-spacing:-.055em;text-transform:none}.store-ulta-layout .store-promo-strip>a{display:none}.store-ulta-layout .store-promo-marquee{overflow:hidden;padding:0;line-height:.92}.store-ulta-layout .store-promo-marquee-group{gap:56px;padding-right:56px}.store-ulta-layout .store-promo-message{display:block;flex:0 0 auto;white-space:nowrap}.store-ulta-layout .store-promo-strip-accent{background:transparent!important;color:#b56f59!important}.store-ulta-layout .store-promo-strip-accent .store-promo-message.outline{color:transparent;-webkit-text-stroke:1.5px #b56f59;text-stroke:1.5px #b56f59}.store-ulta-layout .store-promo-strip-accent .store-promo-message.solid{color:#b56f59;-webkit-text-stroke:0 transparent}.store-ulta-layout .store-promo-strip-dark{background:#29211d!important;color:#fff!important}.store-ulta-layout .store-promo-strip-dark .store-promo-message.outline{color:transparent;-webkit-text-stroke:1.5px #fff;text-stroke:1.5px #fff}.store-ulta-layout .store-promo-strip-dark .store-promo-message.solid{color:#fff;-webkit-text-stroke:0 transparent}.store-ulta-layout .store-promo-strip-light{background:#f6f1ed!important;color:#493d37!important}.store-ulta-layout .store-promo-strip-light .store-promo-message.outline{color:transparent;-webkit-text-stroke:1.5px #493d37;text-stroke:1.5px #493d37}.store-ulta-layout .store-promo-strip-light .store-promo-message.solid{color:#493d37;-webkit-text-stroke:0 transparent}.store-ulta-brand-banner{display:grid!important;grid-template-columns:1.08fr .92fr;min-height:360px!important;margin-top:26px!important;margin-bottom:38px!important;padding:0!important;border-radius:18px;overflow:hidden;background:#f8e5e9;animation:zoeStoreEditorialPastels 16s ease-in-out infinite alternate}.store-ulta-brand-copy{display:flex;flex-direction:column;justify-content:center;padding:46px 54px}.store-ulta-brand-copy .eyebrow{font-size:11px;letter-spacing:.16em}.store-ulta-brand-copy h2{max-width:600px;margin:0;font-family:var(--zoe-font-display);font-size:clamp(38px,4.2vw,58px);font-weight:600;line-height:.98;letter-spacing:-.025em}.store-ulta-brand-copy>p:not(.eyebrow){max-width:620px;margin:18px 0 22px;color:#514744;font-size:15px;line-height:1.65}.store-ulta-brand-copy>a{align-self:flex-start;display:inline-flex;align-items:center;min-height:42px;padding:0 18px;border:1px solid rgba(44,36,32,.55);border-radius:999px;color:#302722;font-size:11px;font-weight:800;text-decoration:none}.store-ulta-brand-media{min-height:360px;background:#eadfc8;overflow:hidden;display:flex}.store-ulta-brand-media img,.store-ulta-brand-media .store-image-placeholder{width:100%;height:100%;min-height:360px;-o-object-fit:cover;object-fit:cover}.store-scratch-card-shell{width:100%;min-height:360px;padding:28px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(145deg,#fff7fa,#f9e5ed 52%,#f3d8e3);color:#2b2225}.store-scratch-card-heading{max-width:520px;margin:0 auto 16px;text-align:center}.store-scratch-card-heading .eyebrow{color:#b5265d}.store-scratch-card-heading h3{margin:0;font-family:var(--zoe-font-display);font-size:clamp(28px,3vw,42px);font-weight:650;line-height:1}.store-scratch-card-heading>p:not(.eyebrow){max-width:440px;margin:9px auto 0;color:#6f5f65;font-size:12px;line-height:1.55}.store-scratch-card{position:relative;width:min(100%,470px);aspect-ratio:1.72/1;margin:0 auto;border-radius:18px;overflow:hidden;background:#fff;box-shadow:0 20px 44px #63153624;border:1px solid rgba(144,61,94,.16)}.store-scratch-prize{position:absolute;top:0;right:0;bottom:0;left:0;padding:22px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle at 20% 10%,#fff7cf 0 10%,transparent 28%),linear-gradient(145deg,#fff,#fff6f9)}.store-scratch-prize>span{color:#b5265d;font-size:9px;font-weight:850;letter-spacing:.18em}.store-scratch-prize>strong{margin-top:4px;color:#ec0064;font-family:var(--zoe-font-display);font-size:clamp(48px,5.5vw,74px);font-weight:700;line-height:.9}.store-scratch-prize>small{margin-top:4px;color:#6f5f65;font-size:11px;font-weight:650}.store-scratch-prize>code{margin-top:13px;padding:7px 12px;border:1px dashed #d999b2;border-radius:8px;background:#fff;color:#2b2225;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:15px;font-weight:800;letter-spacing:.12em}.store-scratch-prize>button{margin-top:9px;border:0;background:transparent;color:#a32355;font-size:10px;font-weight:800;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.store-scratch-prize>em{margin-top:8px;color:#9b858d;font-size:9px;font-style:normal}.store-scratch-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block;cursor:crosshair;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.store-scratch-card.revealed{animation:zoeScratchReveal .32s ease both}.store-scratch-accessible-reveal{align-self:center;margin-top:12px;border:0;background:transparent;color:#8c3557;font-size:10px;font-weight:750;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.store-scratch-accessible-reveal:disabled{opacity:.5;cursor:progress}.store-scratch-error{margin:10px auto 0;color:#9f284c;font-size:10px;text-align:center}@keyframes zoeScratchReveal{0%{transform:scale(.985)}to{transform:scale(1)}}@keyframes zoeStoreEditorialPastels{0%{background:#f8e5e9}25%{background:#f8efd9}50%{background:#e8f0ec}75%{background:#eee8f5}to{background:#f8e7dc}}.store-stylist-recommender{display:grid!important;grid-template-columns:minmax(350px,1.05fr) minmax(0,2fr);gap:18px;margin-top:34px!important;margin-bottom:42px!important;padding:24px!important;border-radius:14px;background:linear-gradient(135deg,#d85c77,#cf6d87)!important;color:#fff;overflow:hidden}.store-stylist-recommender-intro{display:grid;grid-template-columns:104px minmax(0,1fr);gap:20px;align-items:center;padding:16px 14px}.store-stylist-photo{width:104px;height:104px;border-radius:50%;overflow:hidden;background:#ffffff2e;border:4px solid rgba(255,255,255,.9);box-shadow:0 14px 30px #57002424}.store-stylist-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.store-stylist-photo span{width:100%;height:100%;display:grid;place-items:center;font-family:var(--zoe-font-display);font-size:42px;color:#fff}.store-stylist-copy{min-width:0}.store-stylist-copy .eyebrow{margin-bottom:9px;color:#fff;font-size:9px;line-height:1.35;letter-spacing:.12em;white-space:normal}.store-stylist-copy h2{max-width:250px;margin:0;font-family:var(--zoe-font-display);font-size:clamp(28px,2.25vw,36px);font-weight:600;line-height:1.02;letter-spacing:-.02em;overflow-wrap:anywhere}.store-stylist-copy>p:not(.eyebrow){max-width:280px;margin:12px 0 15px;color:#ffffffeb;font-size:12px;line-height:1.55}.store-stylist-copy>strong{display:block;font-size:13px;line-height:1.35}.store-stylist-copy>small{display:block;margin-top:3px;color:#ffffffc7;font-size:10px}.store-stylist-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.store-stylist-products>article{min-width:0;overflow:hidden;border-radius:7px;background:#fff;color:#2b2422;box-shadow:0 8px 22px #5d002824}.store-stylist-product-image{display:block;aspect-ratio:1.28/1;overflow:hidden;background:#f7f1f4}.store-stylist-product-image>img,.store-stylist-product-image>.store-image-placeholder{width:100%;height:100%;min-height:0;-o-object-fit:cover;object-fit:cover}.store-stylist-product-copy{padding:12px}.store-stylist-product-copy>span{display:block;color:#a56a7b;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.store-stylist-product-copy h3{min-height:2.45em;margin:5px 0 4px;font-family:var(--zoe-font-display);font-size:18px;font-weight:650;line-height:1.18}.store-stylist-product-copy>p{margin:0;color:#817476;font-size:9px}.store-stylist-product-copy>div{min-height:38px;margin-top:10px;display:flex;align-items:flex-end;justify-content:space-between;gap:10px}.store-stylist-product-copy>div>small{order:1;display:flex;align-items:center;gap:4px;color:#bf426f;font-size:16px;font-weight:800;line-height:1.1;text-align:left;white-space:nowrap}.store-stylist-product-copy>div>strong{order:2;margin-left:auto;font-size:16px;font-weight:800;line-height:1.1;text-align:right;white-space:nowrap}.store-stylist-product-copy>button{width:100%;min-height:34px;margin-top:10px;border:0;border-radius:999px;background:#241c1a;color:#fff;font-size:9px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;display:flex;align-items:center;justify-content:center;gap:6px}.store-stylist-product-copy>button:disabled{opacity:.42}@media(prefers-reduced-motion:reduce){.store-ulta-brand-banner{animation:none}}.store-ulta-featured-categories{background:#fff}.store-ulta-featured-categories .store-featured-category-grid{max-width:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.store-ulta-featured-categories .store-featured-category-grid button{min-height:180px;border-radius:3px}.store-ulta-featured-categories .store-featured-category-grid button>span{left:13px;bottom:14px;font-family:var(--zoe-font-display);font-size:14px;font-weight:750}.store-ulta-featured-categories .store-featured-category-grid button>svg{right:12px;bottom:13px;width:13px}.store-ulta-radar{width:100%!important;max-width:none!important;padding:34px max(20px,calc((100% - var(--store-max))/2))!important;background:#fbf0e7!important}.store-ulta-radar .store-heading,.store-ulta-radar .store-article-grid{width:min(var(--store-max),100%);margin-left:auto;margin-right:auto}.store-ulta-radar .store-article-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.store-ulta-radar .store-article-grid article{background:transparent}.store-ulta-radar .store-article-grid article>img,.store-ulta-radar .store-article-grid article>.store-image-placeholder{aspect-ratio:1.18/1;border-radius:2px}.store-ulta-radar .store-article-grid article>div:last-child{padding:8px 0 0}.store-ulta-radar .store-article-grid h3{margin:0 0 4px;font-family:var(--zoe-font-display);font-size:12px;font-weight:750;line-height:1.3}.store-ulta-radar .store-article-grid p{display:-webkit-box;margin:0 0 6px;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:10px;line-height:1.4}.store-ulta-radar .store-article-grid a{font-size:9px;font-weight:750}.store-audioblog-showcase{padding-top:48px!important;padding-bottom:56px!important;background:linear-gradient(135deg,#fcf5ef,#f8ebe3)!important}.store-audioblog-showcase .store-heading{width:min(var(--store-max),100%);margin-left:auto;margin-right:auto;margin-bottom:22px}.store-audioblog-showcase .store-heading h2{font-size:clamp(38px,3vw,48px);line-height:1.02}.store-audioblog-layout{width:min(var(--store-max),100%);margin:0 auto;display:grid;grid-template-columns:minmax(250px,1fr) minmax(0,3fr);gap:18px;align-items:stretch}.store-audioblog-showcase .store-audioblog-articles{grid-column:2;grid-row:1;display:grid;width:100%;margin:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.store-audioblog-showcase .store-audioblog-articles article{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #eaded6;border-radius:16px;background:#ffffffc7;box-shadow:0 14px 36px #49302612;animation:zoeAudioblogCardsIn .5s ease both}.store-audioblog-showcase .store-audioblog-articles article>div:last-child{display:flex;flex:1;flex-direction:column;padding:16px 16px 18px}.store-audioblog-showcase .store-audioblog-articles h3{margin:0 0 9px;font-size:20px;font-weight:600;line-height:1.18}.store-audioblog-showcase .store-audioblog-articles p{margin:0;color:#746963;font-size:13px;line-height:1.55;-webkit-line-clamp:3}.store-audioblog-showcase .store-audioblog-articles a{margin-top:auto;padding-top:14px;color:#a25e49;font-size:12px;font-weight:800}.store-audioblog-image{position:relative;overflow:hidden;aspect-ratio:4/3;border-radius:0;background:#f1e8e1}.store-audioblog-image>img,.store-audioblog-image>.store-image-placeholder{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover}.store-audioblog-image>span{position:absolute;left:10px;top:10px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:999px;background:#fffffff2;color:#8d5547;font-size:9px;font-weight:850;letter-spacing:.08em;box-shadow:0 3px 12px #422c2314}.store-audioblog-hosts{grid-column:1;grid-row:1;overflow:hidden;display:flex;flex-direction:column;border:1px solid #efdcd2;border-radius:18px;background:#fff4ee;color:#2a211d;box-shadow:0 14px 36px #49302614}.store-audioblog-hosts-image{position:relative;min-height:0;aspect-ratio:4/3;background:#f8e5dc;overflow:hidden}.store-audioblog-hosts-image img{width:100%;height:100%;min-height:0;display:block;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;background:#f8e5dc}.store-audioblog-hosts-copy{display:flex;flex:1;flex-direction:column;padding:18px 16px 16px;text-align:center}.store-audioblog-hosts-copy .eyebrow{margin:0 0 5px;color:#b45f55;font-size:10px;letter-spacing:.16em}.store-audioblog-hosts-copy h3{margin:2px 0 5px;font-family:var(--zoe-font-display);font-size:31px;font-weight:600;line-height:1}.store-audioblog-hosts-copy>strong{display:block;color:#b45f55;font-size:12px;letter-spacing:.015em}.store-audioblog-hosts-copy>p:not(.eyebrow){margin:9px auto 14px;max-width:270px;color:#5f5753;font-size:12px;line-height:1.5}.store-audioblog-hosts-copy>a{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:38px;margin-top:10px;padding:8px 14px;border-radius:999px;background:#bd684f;color:#fff;font-size:11px;font-weight:800;text-decoration:none}.store-audioblog-intro{padding:10px;border:1px solid #eedcd2;border-radius:11px;background:#f9e9e1;text-align:left}.store-audioblog-intro>span{display:flex;align-items:center;gap:7px;margin-bottom:7px;color:#4c3b34;font-size:10px}.store-audioblog-intro audio{display:block;width:100%;height:34px}@keyframes zoeAudioblogCardsIn{0%{opacity:.25;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1100px)and (min-width:901px){.store-audioblog-layout{grid-template-columns:minmax(230px,.9fr) minmax(0,2.1fr)}.store-audioblog-showcase .store-audioblog-articles{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.store-audioblog-showcase .store-audioblog-articles h3{font-size:17px}.store-audioblog-showcase .store-audioblog-articles p{font-size:12px}}@media(max-width:900px){.store-audioblog-layout{grid-template-columns:1fr}.store-audioblog-showcase .store-audioblog-articles{grid-column:auto;grid-row:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.store-audioblog-hosts{grid-column:auto;grid-row:auto;display:grid;grid-template-columns:minmax(220px,.8fr) minmax(0,1.2fr)}.store-audioblog-hosts-copy{text-align:left}.store-audioblog-hosts-copy>p:not(.eyebrow){margin-left:0}.store-audioblog-hosts-image{aspect-ratio:auto}.store-audioblog-hosts-image,.store-audioblog-hosts-image img{min-height:260px}}@media(max-width:620px){.store-audioblog-showcase{padding-top:34px!important;padding-bottom:38px!important}.store-audioblog-showcase .store-audioblog-articles{display:grid;grid-template-columns:1fr}.store-audioblog-hosts{display:flex}.store-audioblog-hosts-image{aspect-ratio:4/3}.store-audioblog-hosts-image,.store-audioblog-hosts-image img{min-height:0}.store-audioblog-hosts-copy h3{font-size:29px}}@media(prefers-reduced-motion:reduce){.store-audioblog-showcase .store-audioblog-articles article{animation:none}}.store-ulta-layout .store-catalog-section{padding-top:36px;padding-bottom:34px}.store-all-products-page{min-height:72vh}.store-all-products-page .store-catalog-section{padding-top:54px;padding-bottom:72px}.store-ulta-layout .store-catalog-section>.store-product-grid{max-width:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px 11px}.store-ulta-layout .store-catalog-search{max-width:none;height:38px;margin-bottom:10px}.store-ulta-layout .store-catalog-search input{font-size:11px}.store-ulta-layout .store-category-chips{max-width:none;margin-bottom:18px;padding-bottom:5px;gap:6px}.store-ulta-layout .store-category-chips button{min-height:31px;padding:0 12px;font-size:9px;font-weight:700}.store-ulta-layout .store-cart-link{font-size:10px;font-weight:750}.store-ulta-layout .store-category-showcase{width:min(var(--store-max),calc(100% - 40px));margin:0 auto;padding:46px 0 50px;border:0!important;background:#fff}.store-ulta-layout .store-category-showcase .store-heading{margin-bottom:26px}.store-ulta-layout .store-category-circles-viewport{max-width:none;overflow:hidden;touch-action:pan-y;cursor:grab;mask-image:linear-gradient(to right,transparent,#000 2.5%,#000 97.5%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,#000 2.5%,#000 97.5%,transparent)}.store-ulta-layout .store-category-circles-viewport:active{cursor:grabbing}.store-ulta-layout .store-category-circles{max-width:none;width:-moz-max-content;width:max-content;margin:0;display:flex;justify-content:flex-start;gap:0;overflow:visible;padding:4px 0 10px;scroll-snap-type:none;scrollbar-width:none;will-change:transform}.store-ulta-layout .store-category-circle-group{display:flex;align-items:flex-start;gap:clamp(30px,3.4vw,54px);padding-right:clamp(30px,3.4vw,54px)}.store-ulta-layout .store-category-circles button{width:146px;flex:0 0 146px}.store-ulta-layout .store-category-circles button>span{width:128px;height:128px;margin-bottom:12px;border:0;background:#f4efeb;box-shadow:0 8px 24px #3f2b2214}.store-ulta-layout .store-category-circles button:hover>span,.store-ulta-layout .store-category-circles button.active>span{transform:translateY(-3px);box-shadow:0 10px 28px #3f2b2221,0 0 0 1px #b87a64}.store-ulta-layout .store-category-circles strong{font-size:12px;line-height:1.35;font-weight:700}.store-ulta-reviews{padding-top:30px!important;padding-bottom:30px!important;border-top:0!important}.store-ulta-reviews .store-review-rail{max-width:none;gap:8px}.store-ulta-reviews .store-review-rail blockquote{flex:0 0 calc((100% - 24px)/4);min-height:124px;padding:16px;border:1px solid #eee9e5;border-radius:3px}.store-ulta-reviews .store-review-rail blockquote p{margin:11px 0 13px;font-family:var(--zoe-font-display);font-size:10px;line-height:1.5}.store-ulta-reviews .store-review-rail cite{font-size:8px}.store-ulta-benefits{padding:20px 0 28px!important;border-top:1px solid #eee8e4!important;border-bottom:0!important}.store-ulta-benefits .store-benefit-grid{max-width:none;grid-template-columns:repeat(3,1fr)}.store-ulta-benefits .store-benefit-grid article{min-height:64px;padding:10px 18px}.store-ulta-benefits .store-benefit-grid h3{font-size:10px}.store-ulta-benefits .store-benefit-grid p{font-size:9px;line-height:1.45}@media(max-width:900px){.store-ulta-layout{--store-max:100%}.store-ulta-hero-grid{grid-template-columns:repeat(3,minmax(260px,1fr));overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.store-ulta-hero-card{min-height:351px;scroll-snap-align:start}.store-ulta-layout .store-product-rail>.store-product-card{flex-basis:31%}.store-stylist-recommender{grid-template-columns:1fr;padding:18px!important}.store-ulta-featured-categories .store-featured-category-grid,.store-ulta-radar .store-article-grid{grid-template-columns:repeat(2,1fr)}.store-ulta-layout .store-catalog-section>.store-product-grid{grid-template-columns:repeat(3,1fr)}.store-ulta-reviews .store-review-rail blockquote{flex-basis:42%}}@media(max-width:680px){.store-ulta-layout .store-section,.store-ulta-hero-grid,.store-ulta-layout .store-category-showcase{width:calc(100% - 28px)}.store-ulta-layout .store-category-showcase{padding-top:34px;padding-bottom:38px}.store-ulta-layout .store-category-showcase .store-heading{margin-bottom:20px}.store-ulta-layout .store-category-circles-viewport{margin-right:-14px;mask-image:none;-webkit-mask-image:none}.store-ulta-layout .store-category-circle-group{gap:20px;padding-right:20px}.store-ulta-layout .store-category-circles button{width:118px;flex-basis:118px}.store-ulta-layout .store-category-circles button>span{width:106px;height:106px;margin-bottom:10px}.store-ulta-layout .store-category-circles strong{font-size:13px}.store-ulta-hero-grid{margin-top:14px;grid-template-columns:repeat(3,82vw);gap:8px}.store-ulta-hero-card{min-height:338px}.store-ulta-hero-copy{left:14px;right:14px;bottom:14px}.store-ulta-hero-copy h1{font-size:22px}.store-ulta-layout .store-heading h2{font-size:var(--zoe-section-title-size)}.store-ulta-layout .store-product-rail{margin-right:-14px;padding-right:14px}.store-ulta-layout .store-product-rail>.store-product-card{flex-basis:45vw;max-width:190px}.store-ulta-brand-banner{grid-template-columns:1fr;min-height:0!important;margin-top:20px!important;margin-bottom:30px!important;border-radius:12px}.store-ulta-brand-copy{padding:34px 26px 38px}.store-ulta-brand-copy h2{font-size:clamp(34px,10vw,46px)}.store-ulta-brand-copy>p:not(.eyebrow){display:block;margin:14px 0 18px;font-size:14px}.store-ulta-brand-media,.store-ulta-brand-media img,.store-ulta-brand-media .store-image-placeholder{min-height:280px}.store-scratch-card-shell{min-height:360px;padding:24px 18px}.store-scratch-card{width:min(100%,420px)}.store-stylist-recommender{grid-template-columns:1fr;margin-top:26px!important;margin-bottom:32px!important;padding:16px!important;border-radius:10px}.store-stylist-recommender-intro{grid-template-columns:88px minmax(0,1fr);padding:8px 4px}.store-stylist-photo{width:88px;height:88px}.store-stylist-copy h2{font-size:32px}.store-stylist-products{display:flex;overflow-x:auto;gap:9px;padding-bottom:4px;scroll-snap-type:x proximity}.store-stylist-products>article{flex:0 0 76vw;max-width:290px;scroll-snap-align:start}.store-ulta-featured-categories .store-featured-category-grid{display:flex;overflow-x:auto;gap:8px}.store-ulta-featured-categories .store-featured-category-grid button{flex:0 0 62vw;min-height:170px}.store-ulta-radar{padding-left:14px!important;padding-right:14px!important}.store-ulta-radar .store-article-grid{display:flex;overflow-x:auto;gap:8px}.store-ulta-radar .store-article-grid article{flex:0 0 66vw}.store-ulta-layout .store-catalog-section>.store-product-grid{grid-template-columns:repeat(2,1fr);gap:20px 9px}.store-ulta-reviews .store-review-rail{margin-right:-14px;padding-right:14px}.store-ulta-reviews .store-review-rail blockquote{flex-basis:72vw}.store-ulta-benefits .store-benefit-grid{grid-template-columns:1fr}.store-ulta-benefits .store-benefit-grid article{border-right:0;border-bottom:1px solid #e7dfda}}.store-catalog-actions{display:flex;align-items:center;gap:14px}.store-catalog-actions>a{color:#302722;font-size:8px;font-weight:650;white-space:nowrap}.store-catalog-actions>a:first-child{text-decoration:underline;text-underline-offset:3px}@media(max-width:680px){.store-catalog-actions{gap:8px}.store-catalog-actions>a:first-child{display:none}}.store-catalog-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}.store-catalog-actions>a{color:#302722;font-size:10px;font-weight:750;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}@media(max-width:680px){.store-catalog-actions{gap:9px}.store-catalog-actions>a{font-size:9px}.store-ulta-hero-copy>p:not(.eyebrow){font-size:12px}.store-ulta-hero-copy>a{font-size:10px}.store-ulta-layout .store-product-copy h3{font-size:12px}.store-ulta-layout .store-product-meta{font-size:8px}.store-ulta-layout .store-product-price-row>strong{font-size:14px}.store-ulta-layout .store-product-price-row>span{font-size:8px}.store-ulta-layout .store-product-actions>button{font-size:9px}.store-ulta-layout .store-promo-strip{min-height:92px;padding:8px 0;font-size:clamp(42px,12vw,64px);letter-spacing:-.05em}.store-ulta-layout .store-promo-marquee-group{gap:34px;padding-right:34px}.store-ulta-layout .store-promo-message.outline{-webkit-text-stroke-width:1px;text-stroke-width:1px}}.store-product-carousel{position:relative;max-width:100%;isolation:isolate}.store-product-carousel .store-product-rail{scroll-behavior:smooth;overscroll-behavior-inline:contain}.store-product-carousel-arrow{position:absolute;z-index:8;top:34%;width:38px;height:38px;display:grid;place-items:center;border:1px solid #1f1b19;border-radius:50%;background:#fffffff0;color:#211d1a;box-shadow:0 2px 10px #231d1914;cursor:pointer;transform:translateY(-50%);transition:opacity .2s ease,background .2s ease,transform .2s ease,box-shadow .2s ease;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.store-product-carousel-arrow.previous{left:-18px}.store-product-carousel-arrow.next{right:-18px}.store-product-carousel-arrow:not(:disabled):hover{background:#f2f0ee;box-shadow:0 4px 14px #231d1921;transform:translateY(-50%) scale(1.04)}.store-product-carousel-arrow:focus-visible{outline:2px solid #b86f58;outline-offset:3px}.store-product-carousel-arrow:disabled{opacity:.28;cursor:default;background:#efefed;color:#4b4744;box-shadow:none}.store-related-product-carousel .store-product-carousel{max-width:1440px;margin:0 auto}@media(max-width:760px){.store-product-carousel-arrow{width:34px;height:34px;top:31%}.store-product-carousel-arrow.previous{left:4px}.store-product-carousel-arrow.next{right:4px}}@media(prefers-reduced-motion:reduce){.store-product-carousel-arrow{transition:none}.store-product-carousel .store-product-rail{scroll-behavior:auto}}.store-ulta-layout .store-review-spotlight{width:100%;max-width:none;margin:0;padding:54px max(24px,calc((100vw - var(--store-max))/2)) 58px!important;border-top:0;background:#fff}.store-review-spotlight-heading{text-align:center;margin:0 auto 34px;max-width:760px}.store-review-spotlight-heading h2{margin:0;font-family:var(--zoe-font-display);font-size:var(--zoe-section-title-size);font-weight:600;line-height:1.02;letter-spacing:-.025em;color:#2a2421}.store-review-spotlight-heading>p{margin:12px 0 0;color:#9a918b;font-family:var(--zoe-font-body);font-size:15px;line-height:1.55}.store-review-spotlight-stage{position:relative;min-height:255px;display:grid;grid-template-columns:70px minmax(0,1fr) 70px;align-items:center;gap:24px;max-width:1240px;margin:0 auto}.store-review-spotlight-quote{max-width:860px;margin:0 auto;padding:10px 24px;text-align:center;animation:zoeStoreReviewIn .34s ease both}.store-review-spotlight-quote>p{margin:0 auto 34px;color:#4c4642;font-family:var(--zoe-font-display);font-size:21px;font-style:italic;font-weight:430;line-height:1.55;letter-spacing:-.01em}.store-review-author{display:flex;align-items:center;justify-content:center;gap:14px}.store-review-author img,.store-review-avatar-fallback{width:58px;height:58px;flex:0 0 58px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.store-review-avatar-fallback{display:grid;place-items:center;background:#f0e5df;color:#9f6655;font-family:var(--zoe-font-body);font-size:22px;font-weight:750}.store-review-author>div{text-align:left}.store-review-author cite{display:block;color:#4a423e;font-family:var(--zoe-font-body);font-size:15px;font-style:normal;font-weight:600}.store-review-author small{display:block;margin-top:3px;color:#9a918b;font-size:11px}.store-review-arrow{width:50px;height:50px;display:grid;place-items:center;justify-self:center;border:0;background:transparent;color:#5a514c;cursor:pointer;transition:transform .18s ease,color .18s ease}.store-review-arrow:hover{transform:scale(1.08);color:#b56f59}.store-review-arrow svg{width:34px;height:34px;stroke-width:1.15}@keyframes zoeStoreReviewIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.store-review-spotlight-quote{animation:none}.store-review-arrow{transition:none}}@media(max-width:760px){.store-ulta-layout .store-review-spotlight{padding:42px 18px 46px!important}.store-review-spotlight-heading{margin-bottom:24px}.store-review-spotlight-heading h2{font-size:var(--zoe-section-title-size)}.store-review-spotlight-heading>p{font-size:15px;line-height:1.6}.store-review-spotlight-stage{min-height:250px;grid-template-columns:42px minmax(0,1fr) 42px;gap:5px}.store-review-spotlight-quote{padding:8px 4px}.store-review-spotlight-quote>p{margin-bottom:26px;font-size:20px;line-height:1.58}.store-review-arrow{width:40px;height:40px}.store-review-arrow svg{width:28px;height:28px}.store-review-author img,.store-review-avatar-fallback{width:50px;height:50px;flex-basis:50px}.store-review-author cite{font-size:15px}.store-review-author small{font-size:12px}}@media(max-width:680px){.store-global-announcement,.store-announcement{font-size:10px;line-height:1.45;letter-spacing:.08em}.store-ulta-layout .eyebrow{font-size:11px;line-height:1.4;letter-spacing:.12em}.store-ulta-layout .store-heading{gap:12px;margin-bottom:22px}.store-ulta-layout .store-heading .store-heading-subtitle,.store-heading>p,.store-heading>div>p:not(.eyebrow){font-size:15px;line-height:1.6}.store-ulta-layout .store-heading small{font-size:13px;line-height:1.45}.store-ulta-layout .store-heading>a,.store-catalog-actions>a{font-size:13px;line-height:1.35}.store-ulta-hero-copy h1{font-size:28px;line-height:1.08}.store-ulta-hero-copy>p:not(.eyebrow){font-size:15px;line-height:1.55}.store-ulta-hero-copy>a{min-height:40px;padding:0 17px;font-size:12px}.store-ulta-layout .store-product-rail>.store-product-card{flex-basis:72vw;max-width:300px}.store-ulta-layout .store-product-meta{font-size:10px;line-height:1.35}.store-ulta-layout .store-product-copy h3{font-size:17px;line-height:1.35}.store-ulta-layout .store-category-label{font-size:13px;line-height:1.45}.store-ulta-layout .store-product-price>strong,.store-ulta-layout .store-product-price-row>strong{font-size:16px}.store-ulta-layout .store-product-rewards-label{font-size:10px;line-height:1.25}.store-ulta-layout .store-product-rewards>strong{font-size:16px}.store-ulta-layout .store-product-price-row>span{font-size:10px;line-height:1.35}.store-ulta-layout .store-product-actions>button{min-height:44px;font-size:12px;letter-spacing:.04em}.store-ulta-layout .store-featured-badge{font-size:10px}.store-category-circles strong,.store-ulta-layout .store-category-circles strong{font-size:14px;line-height:1.4}.store-ulta-featured-categories .store-featured-category-grid button>span{font-size:18px;line-height:1.2}.store-ulta-brand-copy .eyebrow{font-size:11px}.store-ulta-brand-copy>p:not(.eyebrow){font-size:16px;line-height:1.65}.store-ulta-brand-copy>a{min-height:44px;font-size:12px}.store-scratch-card-heading>p:not(.eyebrow){font-size:14px;line-height:1.6}.store-scratch-prize>span{font-size:11px}.store-scratch-prize>small{font-size:13px}.store-scratch-prize>code{font-size:14px;line-height:1.3}.store-scratch-prize>button,.store-scratch-accessible-reveal{font-size:12px}.store-scratch-prize>em,.store-scratch-error{font-size:11px}.store-stylist-copy .eyebrow{font-size:11px}.store-stylist-copy>p:not(.eyebrow){font-size:15px;line-height:1.6}.store-stylist-copy>strong{font-size:15px}.store-stylist-copy>small{font-size:13px;line-height:1.4}.store-stylist-product-copy>span{font-size:10px}.store-stylist-product-copy h3{font-size:20px;line-height:1.22}.store-stylist-product-copy>p{font-size:12px;line-height:1.45}.store-stylist-product-copy>div>strong{font-size:16px}.store-stylist-product-copy>div>small{font-size:16px}.store-stylist-product-copy>button{min-height:42px;font-size:11px}.store-ulta-radar .store-article-grid{gap:12px}.store-ulta-radar .store-article-grid article{flex:0 0 84vw}.store-ulta-radar .store-article-grid h3{font-size:19px;line-height:1.3}.store-ulta-radar .store-article-grid p{font-size:14px;line-height:1.55;-webkit-line-clamp:3}.store-ulta-radar .store-article-grid a{font-size:13px;line-height:1.4}.store-audioblog-image>span{font-size:10px}.store-audioblog-hosts-copy h3{font-size:34px;line-height:1.02}.store-audioblog-hosts-copy>strong{font-size:14px;line-height:1.4}.store-audioblog-hosts-copy>p:not(.eyebrow){font-size:14px;line-height:1.65}.store-audioblog-hosts-copy>a{font-size:13px;line-height:1.4}.store-audioblog-intro>span{font-size:12px}.store-ulta-benefits .store-benefit-grid h3,.store-benefit-grid h3{font-size:16px;line-height:1.3}.store-ulta-benefits .store-benefit-grid p,.store-benefit-grid p{font-size:14px;line-height:1.6}.store-catalog-search,.store-ulta-layout .store-catalog-search{min-height:52px}.store-catalog-search input,.store-ulta-layout .store-catalog-search input{font-size:15px}.store-category-chips,.store-ulta-layout .store-category-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;max-width:100%;margin:0 0 28px;padding:0;overflow:visible;scrollbar-width:none}.store-category-chips button,.store-ulta-layout .store-category-chips button{width:100%;min-width:0;min-height:56px;padding:10px 14px;border:0;border-radius:999px;background:#f3f3f3;color:#211d1a;font-size:13px;font-weight:750;line-height:1.25;text-transform:none;letter-spacing:0;white-space:normal;text-align:center}.store-category-chips button.active,.store-ulta-layout .store-category-chips button.active{background:#2c2420;color:#fff;border:0}.store-catalog-section .store-product-copy h3{font-size:15px;line-height:1.35}.store-catalog-section .store-product-meta{font-size:10px}.store-catalog-section .store-category-label{font-size:12px}.store-catalog-section .store-product-price-row{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;gap:8px;min-height:50px}.store-catalog-section .store-product-price{order:2;min-height:0;align-items:flex-end;justify-content:flex-end;text-align:right}.store-catalog-section .store-product-rewards{order:1;min-height:0;align-items:flex-start;text-align:left}.store-catalog-section .store-product-rewards-label{font-size:10px;line-height:1.2}.store-catalog-section .store-product-rewards>strong{font-size:16px;line-height:1.1;white-space:nowrap}.store-catalog-section .store-product-price>strong{font-size:16px;line-height:1.1;white-space:nowrap}.store-catalog-section .store-product-actions>button{font-size:11px}.store-banner-grid article>p:not(.eyebrow){font-size:15px;line-height:1.6}.store-banner-grid a{font-size:12px;line-height:1.35}.store-product-breadcrumb{font-size:12px;line-height:1.4}.store-product-brand{font-size:10px}.store-product-context{font-size:12px;line-height:1.45}.store-product-accordion summary{font-size:13px;line-height:1.4}.store-product-accordion>div{font-size:15px;line-height:1.75}.store-delivery-info p{font-size:13px;line-height:1.6}.store-delivery-chips span{font-size:11px}.store-checkout-title p{font-size:13px;line-height:1.6}.store-checkout-fields label span,.store-checkout-select>span{font-size:11px;line-height:1.4}.store-checkout-select>small,.store-checkout-summary>small{font-size:11px;line-height:1.55}.store-fulfillment-choice button small{font-size:12px;line-height:1.5}.store-date-options button span,.store-date-options button small{font-size:11px;line-height:1.4}.store-checkout-summary>div:not(.store-payment-pending),.store-cart-summary>div{font-size:13px}.store-payment-pending strong{font-size:13px}.store-payment-pending span{font-size:11px;line-height:1.55}.store-payment-button,.store-checkout-button,.store-calculate-button{font-size:12px}}@media(max-width:680px){html,body,#root,.store-page,.store-product-page,.store-cart-page,.store-checkout-page,.store-ulta-layout{max-width:100%;overflow-x:clip}.store-ulta-layout .store-heading,.store-ulta-layout .store-category-showcase .store-heading,.store-audioblog-showcase .store-heading,.store-ulta-radar .store-heading,.store-related .store-heading,.store-related-services .store-heading{width:100%;max-width:100%;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;justify-content:start;justify-items:start;gap:9px;margin-left:0;margin-right:0;text-align:left}.store-ulta-layout .store-heading>div,.store-heading>div{width:100%;max-width:none;text-align:left}.store-ulta-layout .store-heading h1,.store-ulta-layout .store-heading h2,.store-ulta-layout .store-heading p,.store-ulta-layout .store-heading small{max-width:100%;text-align:left}.store-ulta-layout .store-heading>a{justify-self:start;margin:2px 0 0;text-align:left}.store-catalog-actions{width:100%;justify-content:flex-start;flex-wrap:wrap}.store-category-showcase .store-heading{align-items:start!important}.store-ulta-layout .store-product-rail,.store-ulta-layout .store-category-circles,.store-stylist-products,.store-ulta-featured-categories .store-featured-category-grid,.store-ulta-radar .store-article-grid,.store-ulta-hero-grid{max-width:100%;overscroll-behavior-inline:contain}.store-ulta-layout .store-product-rail,.store-ulta-layout .store-category-circles,.store-ulta-reviews .store-review-rail{margin-right:0;padding-right:14px}.premium-hero-image{min-height:430px}.hero-booking-card{top:auto;left:16px;right:16px;bottom:16px;width:auto;max-width:360px;margin:0 auto;transform:none;padding:17px 17px 15px;border-radius:16px;text-align:left}.hero-booking-card .booking-kicker{margin:0 0 4px;text-align:left;font-size:10px;letter-spacing:.16em}.hero-booking-card h3{margin:0;text-align:left;font-size:25px;line-height:1.05}.hero-booking-card>i{width:32px;margin:10px 0 12px}.hero-booking-card>label,.hero-booking-card>.booking-two{display:none}.hero-booking-card .availability-button{min-height:44px;margin-top:0;font-size:11px;letter-spacing:.1em}.hero-booking-card .booking-trust{justify-content:flex-start;gap:10px;margin-top:10px;padding-top:10px;font-size:10px}.hero-booking-card .booking-trust span:last-child{display:none}.section-heading,.page-hero,.booking-band,.article-booking,.closing-cta,.blog-teaser,.contact-panel,.contact-locations{text-align:left}.section-heading>*,.page-hero>*,.booking-band>*,.article-booking>*{margin-left:0;margin-right:0}.section-heading h2{font-size:clamp(2.5rem,11vw,3.4rem);line-height:1.02}.section-heading>p:not(.eyebrow),.lead,.page-hero>p:not(.eyebrow){font-size:16px;line-height:1.65}.page-hero h1{font-size:clamp(3rem,13vw,4.4rem);line-height:.98}.booking-band h2,.article-booking h2,.closing-cta h2{font-size:clamp(2.7rem,12vw,3.8rem);line-height:1}.feature-grid p,.location-card>p:not(.eyebrow),.promo-copy p,.faq-list details p,.contact-intro,.contact-location-list p{font-size:15px;line-height:1.65}.faq-list summary{font-size:17px;line-height:1.4}.button,.button.small,.premium-primary,.premium-secondary{min-height:46px;font-size:12px}}
