:root{--theme-bg: #f7f1e6;--theme-surface: #fffaf3;--theme-surface-strong: #fff7ed;--theme-text: #27231d;--theme-muted: #655d52;--theme-border: rgba(39, 35, 29, .1);--theme-shadow: 0 16px 36px rgba(39, 35, 29, .08);--theme-radius: 2.4rem}*,*:before,*:after{box-sizing:border-box}html{font-size:62.5%}body{margin:0;background:linear-gradient(180deg,#fcf7f1 0%,var(--theme-bg) 100%);color:var(--theme-text);font-family:Poppins,Segoe UI,sans-serif;font-size:1.6rem;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%}.page-width{width:min(100%,128rem);margin:0 auto;padding-left:2rem;padding-right:2rem}.main-content{display:block}.visually-hidden,.skip-link:not(:focus):not(:active){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.skip-link:focus{position:fixed;top:1rem;left:1rem;z-index:99;padding:1rem 1.4rem;background:var(--theme-text);color:#fff;border-radius:999px}.list-unstyled{list-style:none;margin:0;padding:0}.button-primary,.button-secondary,.button{display:inline-flex;align-items:center;justify-content:center;min-height:5rem;padding:0 2rem;border-radius:999px;border:1px solid transparent;cursor:pointer;font:inherit;font-weight:700;transition:transform .2s ease,box-shadow .2s ease}.button-primary,.button.button--primary{background:var(--theme-text);color:#fffaf3;box-shadow:var(--theme-shadow)}.button-secondary,.button.button--secondary{background:transparent;color:var(--theme-text);border-color:var(--theme-border)}.button-primary:hover,.button-secondary:hover,.button:hover{transform:translateY(-1px)}.site-announcement{background:#27231d;color:#fffaf3}.site-announcement p{margin:0;padding:1rem 0;text-align:center;font-size:1.4rem;font-weight:600}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fbf7f1d1;border-bottom:1px solid rgba(39,35,29,.06)}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:2rem;min-height:7.2rem}.site-header__brand{font-size:2.1rem;font-weight:800;letter-spacing:-.03em}.site-header__logo{width:auto;height:auto;max-height:4rem}.site-nav__list{display:flex;align-items:center;gap:2rem}.site-nav__list a{font-size:1.5rem;font-weight:600}.section-block{padding-top:6rem;padding-bottom:6rem}.section-heading{margin-bottom:3rem}.section-heading h1,.section-heading h2,.product-page h1{margin:0;font-size:clamp(3.2rem,4vw,5.2rem);line-height:1;letter-spacing:-.03em}.section-eyebrow{margin:0 0 1rem;color:var(--theme-muted);font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.product-page__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:3rem;align-items:start}.product-page__media,.product-page__content,.cart-table,.page-content__body,.collection-card,.empty-state{border-radius:var(--theme-radius);background:#fffaf3eb;border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.product-page__media{overflow:hidden}.product-page__image,.product-page__placeholder{display:block;width:100%;height:auto}.product-page__content{padding:3rem}.product-page__price{display:flex;align-items:baseline;gap:1.2rem;margin-top:1.6rem}.product-page__price-current{font-size:3rem;font-weight:800}.product-page__price-compare{font-size:1.7rem;color:var(--theme-muted);text-decoration:line-through}.product-page__description,.collection-page__description,.page-content__body,.site-footer__copy{color:var(--theme-muted)}.product-form{margin-top:2.4rem}.product-form__field{margin-bottom:1.6rem}.product-form__field label,.cart-row__content label,.product-form__qty{display:block;margin-bottom:.8rem;font-weight:600}.product-form__field select,.product-form__input,.cart-row__content input{width:100%;min-height:4.8rem;padding:0 1.4rem;border-radius:1.4rem;border:1px solid var(--theme-border);background:#fffdf9;font:inherit}.product-form__actions{display:grid;grid-template-columns:10rem 1fr;gap:1.2rem;align-items:end}.cart-table{padding:2rem}.cart-row{display:grid;grid-template-columns:12rem 1fr;gap:1.6rem;padding:1rem 0}.cart-row+.cart-row{border-top:1px solid var(--theme-border)}.cart-row__media{overflow:hidden;border-radius:1.8rem}.cart-row__image,.cart-row__placeholder{display:block;width:100%}.cart-row__title{display:inline-block;font-weight:700;margin-bottom:.8rem}.cart-row__price{margin:0 0 1rem;color:var(--theme-muted)}.cart-footer{display:flex;align-items:center;justify-content:space-between;gap:2rem;margin-top:2rem}.cart-footer__total{margin:0;font-size:2rem;font-weight:700}.cart-footer__actions{display:flex;gap:1rem}.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.collection-card{overflow:hidden}.collection-card__media{display:block;background:#fff9}.collection-card__content{padding:2rem}.collection-card__content h2{margin:0 0 .8rem;font-size:2.2rem}.collection-card__content p{margin:0;color:var(--theme-muted);font-weight:600}.empty-state{padding:3rem;text-align:center}.site-footer{padding:6rem 0 4rem}.site-footer__inner{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:3rem;border-radius:3rem;background:#fffaf3db;border:1px solid var(--theme-border);box-shadow:var(--theme-shadow)}.site-footer__eyebrow{margin:0 0 1rem;color:var(--theme-muted);font-size:1.2rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.site-footer__inner h2{margin:0;font-size:clamp(2.8rem,4vw,4.8rem);line-height:1}.site-footer__links{display:flex;flex-direction:column;gap:1rem;min-width:14rem}.site-footer__links a{font-weight:600}@media screen and (max-width:989px){.product-page__grid,.collection-grid{grid-template-columns:1fr 1fr}.site-footer__inner,.cart-footer{flex-direction:column;align-items:flex-start}}@media screen and (max-width:749px){.site-header__bar,.site-nav__list,.product-page__grid,.product-form__actions,.collection-grid,.cart-row{grid-template-columns:1fr}.site-header__bar,.site-footer__inner{align-items:flex-start}.site-header__bar{flex-direction:column;padding-top:1.4rem;padding-bottom:1.4rem}.site-nav__list{display:grid;gap:1rem}.cart-footer__actions{width:100%;flex-direction:column}}@media screen and (max-width:749px){.collection-grid{display:grid!important;grid-template-columns:repeat(2,1fr)!important;gap:12px}.collection-card{width:100%!important}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/purestep-theme.css.map */
