:root{--color-bg: #FBF8F3;--color-text: #1F1E1C;--color-text-muted: #6F6B65;--color-accent: #C8521E;--color-accent-dark: #8B4621;--color-warm-bg: #E8DDC9;--color-warm-light: #F0E6D5;--color-dark: #1F1E1C;--color-dark-text: #FBC99B;--color-border: #E5DCC8;--color-white: #FFFFFF;--color-success: #4D8B4D;--font-heading: "DM Serif Display", Georgia, serif;--font-body: "Assistant", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--page-max-width: 1200px;--section-spacing: 48px;--button-radius: 24px;--card-radius: 18px;--header-height: 64px}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--color-bg);color:var(--color-text);font-family:var(--font-body);font-size:15px;line-height:1.6;direction:rtl;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:var(--color-accent);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-accent-dark)}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;margin:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;margin:0;color:var(--color-text)}h1{font-size:clamp(28px,5vw,48px)}h2{font-size:clamp(22px,4vw,32px)}h3{font-size:clamp(18px,3vw,22px)}h4{font-size:clamp(16px,2.5vw,18px)}h5{font-size:14px}h6{font-size:12px}p{margin:0 0 1em}.eyebrow{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--color-accent);margin-bottom:8px;display:inline-block}.page-width{max-width:var(--page-max-width);margin:0 auto;padding:0 16px}@media(min-width:750px){.page-width{padding:0 32px}}.section{padding:var(--section-spacing) 0}.btn,.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 22px;border-radius:var(--button-radius);font-family:var(--font-body);font-size:14px;font-weight:600;text-decoration:none;transition:all .2s ease;border:none;cursor:pointer;line-height:1}.btn--primary,.button--primary{background:var(--color-text);color:var(--color-bg)}.btn--primary:hover,.button--primary:hover{background:#3a3733;color:var(--color-bg);transform:translateY(-1px)}.btn--secondary,.button--secondary{background:transparent;color:var(--color-text);border:1px solid var(--color-text)}.btn--secondary:hover,.button--secondary:hover{background:var(--color-warm-light)}.btn--accent{background:var(--color-dark-text);color:var(--color-text)}.btn--accent:hover{background:#f0c896}.btn--full{width:100%}.btn--lg{padding:16px 28px;font-size:15px}.btn--sm{padding:8px 14px;font-size:12px}.btn--icon-only{width:32px;height:32px;padding:0;border-radius:50%}.btn--icon-only-lg{width:44px;height:44px;padding:0;border-radius:50%}.card{background:var(--color-white);border-radius:var(--card-radius);overflow:hidden}.card-soft{background:var(--color-warm-light);border-radius:var(--card-radius)}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=number],input[type=search],textarea,select{width:100%;padding:12px 16px;border:1px solid var(--color-border);border-radius:12px;font-family:inherit;font-size:14px;background:var(--color-white);color:var(--color-text);transition:border-color .2s ease}input:focus,textarea:focus,select:focus{outline:none;border-color:var(--color-accent)}label{display:block;font-size:12px;font-weight:600;margin-bottom:6px;color:var(--color-text)}.header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;min-height:var(--header-height)}.header__logo{font-family:var(--font-heading);font-size:22px;font-weight:600;letter-spacing:1px;color:var(--color-text);display:flex;align-items:baseline;gap:4px}.header__logo:after{content:"";width:4px;height:4px;background:var(--color-accent);border-radius:50%}.header__actions{display:flex;align-items:center;gap:16px}.header__action{display:flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--color-text);position:relative}.header__action svg{width:22px;height:22px}.cart-badge{position:absolute;top:-4px;inset-inline-start:-6px;min-width:18px;height:18px;background:var(--color-accent);color:var(--color-white);border-radius:50%;font-size:10px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.hero{margin:8px 14px 14px;background:linear-gradient(135deg,var(--color-warm-bg) 0%,#DCC9A8 100%);border-radius:24px;padding:24px 22px 22px;position:relative;overflow:hidden;min-height:320px}.hero__tabs{display:flex;gap:6px;margin-bottom:14px}.hero__tab{background:transparent;color:var(--color-text);border:1px solid var(--color-text);padding:6px 14px;border-radius:20px;font-size:11px;font-weight:600;opacity:.55}.hero__tab--active{background:var(--color-text);color:var(--color-bg);opacity:1}.hero__title{font-size:clamp(26px,6vw,38px);line-height:1.1;margin-bottom:12px;max-width:280px}.hero__text{font-size:13px;color:#4a4742;line-height:1.55;margin-bottom:18px;max-width:240px}.trust-strip{display:flex;justify-content:space-around;padding:14px;font-size:11px;color:#4a4742;font-weight:500;flex-wrap:wrap;gap:8px}.trust-strip__item{display:flex;align-items:center;gap:5px}.trust-strip__item svg{width:16px;height:16px;color:var(--color-accent)}.section-header{margin-bottom:14px;padding:0 4px}.section-header__title{font-family:var(--font-heading);font-size:22px;font-weight:600;margin:0 0 3px;color:var(--color-text)}.section-header__subtitle{font-size:12px;color:var(--color-text-muted);margin:0}.section-header--row{display:flex;justify-content:space-between;align-items:baseline}.section-header__link{font-size:12px;color:var(--color-accent);font-weight:600;display:flex;align-items:center;gap:4px}.categories-grid{display:grid;gap:10px;padding:0 16px}.categories-row{display:grid;gap:10px}.categories-row--a{grid-template-columns:1.3fr 1fr}.categories-row--b{grid-template-columns:1fr 1.3fr}.category-card{border-radius:var(--card-radius);padding:16px;aspect-ratio:1.05/1;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden;text-decoration:none;color:inherit;transition:transform .2s ease}.category-card:hover{transform:translateY(-2px)}.category-card__eyebrow{font-size:10px;letter-spacing:1px;font-weight:700;margin-bottom:5px;text-transform:uppercase}.category-card__title{font-family:var(--font-heading);font-size:19px;font-weight:600;line-height:1.1}.category-card__count{font-size:11px;font-weight:500;display:flex;align-items:center;gap:4px}.category-card--featured{background:var(--color-accent);color:var(--color-white)}.category-card--featured .category-card__eyebrow{color:#fbc99b}.category-card--featured .category-card__title{font-size:22px}.category-card--soft1{background:var(--color-warm-bg)}.category-card--soft2{background:#dcc9a8}.category-card--soft3{background:var(--color-warm-light)}.category-card__icon{position:absolute;top:10px;inset-inline-end:10px;font-size:28px;opacity:.3}.bundles-carousel{display:flex;gap:12px;overflow-x:auto;padding:0 16px 6px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.bundles-carousel::-webkit-scrollbar{display:none}.bundle-card{flex:0 0 240px;background:var(--color-white);border-radius:var(--card-radius);overflow:hidden;box-shadow:0 1px 4px #1f1e1c0a;scroll-snap-align:start}.bundle-card__visual{height:130px;position:relative;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fbe4cc,#f0c896)}.bundle-card__visual--energy{background:linear-gradient(135deg,#f5ddda,#e89b91)}.bundle-card__savings{position:absolute;top:10px;inset-inline-end:10px;background:var(--color-text);color:var(--color-bg);font-size:10px;padding:4px 10px;border-radius:20px;font-weight:700;letter-spacing:.5px}.bundle-card__content{padding:14px 16px 16px}.bundle-card__eyebrow{font-size:10px;color:var(--color-accent);font-weight:700;letter-spacing:.8px;margin-bottom:4px;text-transform:uppercase}.bundle-card__title{font-family:var(--font-heading);font-size:18px;font-weight:600;line-height:1.2;margin-bottom:5px}.bundle-card__description{font-size:11px;color:var(--color-text-muted);line-height:1.4;margin-bottom:10px}.bundle-card__footer{display:flex;align-items:center;justify-content:space-between;gap:8px}.bundle-card__price{font-size:17px;font-weight:700;color:var(--color-text)}.bundle-card__compare-price{font-size:12px;color:#a09a8e;text-decoration:line-through;margin-inline-start:6px}.cta-card{margin:20px 14px;background:var(--color-dark);border-radius:22px;padding:24px 22px;color:var(--color-bg);position:relative;overflow:hidden}.cta-card--warm{background:linear-gradient(135deg,#8b4621,#5c2d14)}.cta-card__eyebrow{font-size:11px;color:var(--color-dark-text);letter-spacing:1.5px;margin-bottom:8px;font-weight:700;text-transform:uppercase}.cta-card__title{font-family:var(--font-heading);font-size:24px;font-weight:600;line-height:1.15;margin-bottom:10px;color:var(--color-bg)}.cta-card__title--accent{color:var(--color-dark-text)}.cta-card__text{font-size:13px;color:#b8b2a6;line-height:1.55;margin-bottom:16px;max-width:260px}.cta-card__decoration{position:absolute;bottom:14px;inset-inline-start:16px;font-size:64px;color:var(--color-dark-text);opacity:.16;pointer-events:none}.products-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px}@media(min-width:750px){.products-grid{grid-template-columns:repeat(4,1fr);gap:14px}}.product-card{background:var(--color-white);border-radius:var(--card-radius);overflow:hidden;text-decoration:none;color:inherit;display:flex;flex-direction:column}.product-card__image{aspect-ratio:1;background:var(--color-warm-light);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.product-card__image img{width:100%;height:100%;object-fit:cover}.product-card__image-icon{font-size:56px;color:var(--color-accent);opacity:.55}.product-card__badge{position:absolute;top:8px;inset-inline-end:8px;background:var(--color-accent);color:var(--color-white);font-size:10px;padding:3px 9px;border-radius:10px;font-weight:700}.product-card__add{position:absolute;bottom:8px;inset-inline-start:8px;width:32px;height:32px;background:var(--color-text);color:var(--color-white);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .15s ease}.product-card__add:hover{transform:scale(1.08)}.product-card__add svg{width:16px;height:16px}.product-card__content{padding:11px 13px 14px}.product-card__vendor{font-size:10px;color:var(--color-accent-dark);font-weight:700;letter-spacing:.5px;margin-bottom:3px;text-transform:uppercase}.product-card__title{font-size:12.5px;color:var(--color-text);line-height:1.3;margin-bottom:7px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{font-size:14px;font-weight:700;color:var(--color-text)}.story-card{margin:8px 14px 18px;padding:24px 20px;background:var(--color-white);border-radius:22px}.story-card__title{font-family:var(--font-heading);font-size:19px;font-weight:600;color:var(--color-text);margin-bottom:12px;line-height:1.3}.story-card__text{font-size:13px;color:#4a4742;line-height:1.6;margin-bottom:16px}.story-card__link{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--color-accent)}.bottom-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;padding:12px 0 22px;border-top:.5px solid var(--color-border);background:var(--color-white);z-index:40}.bottom-nav__item{display:flex;flex-direction:column;align-items:center;gap:3px;color:#a09a8e;text-decoration:none;font-size:9px}.bottom-nav__item--active{color:var(--color-text);font-weight:600}.bottom-nav__item svg{width:22px;height:22px}@media(min-width:750px){.bottom-nav{display:none}}body{padding-bottom:80px}@media(min-width:750px){body{padding-bottom:0}}.footer{background:var(--color-text);color:var(--color-bg);padding:40px 20px 100px;margin-top:40px}@media(min-width:750px){.footer{padding-bottom:40px}}.footer__inner{max-width:var(--page-max-width);margin:0 auto;display:grid;gap:28px}@media(min-width:750px){.footer__inner{grid-template-columns:2fr 1fr 1fr 1fr}}.footer__logo{font-family:var(--font-heading);font-size:22px;font-weight:600;letter-spacing:1px;margin-bottom:10px}.footer__text{font-size:12.5px;color:#b8b2a6;line-height:1.55}.footer__heading{font-size:12px;font-weight:700;letter-spacing:1px;color:var(--color-dark-text);margin-bottom:12px;text-transform:uppercase}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.footer__list a{color:#b8b2a6;font-size:13px}.footer__list a:hover{color:var(--color-bg)}.footer__bottom{max-width:var(--page-max-width);margin:32px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:11px;color:#6f6b65}.announcement{background:var(--color-dark);color:var(--color-bg);text-align:center;padding:8px 16px;font-size:12px}.pdp{padding:0 14px}.pdp__image-wrapper{position:relative;margin:8px 0 0;background:linear-gradient(135deg,var(--color-warm-bg) 0%,#D4BC95 100%);border-radius:24px;aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;overflow:hidden}.pdp__image-wrapper img{width:100%;height:100%;object-fit:cover}.pdp__badge{position:absolute;background:var(--color-white);padding:6px 12px;border-radius:20px;font-size:11px;font-weight:600;color:var(--color-text);display:flex;align-items:center;gap:5px}.pdp__badge--stock{top:14px;inset-inline-end:14px}.pdp__badge--bestseller{top:14px;inset-inline-start:14px;background:var(--color-accent);color:var(--color-white)}.pdp__info{padding:18px 4px 0}.pdp__vendor{font-size:11px;color:var(--color-accent);font-weight:700;letter-spacing:1.5px;margin-bottom:4px;text-transform:uppercase}.pdp__title{font-family:var(--font-heading);font-size:26px;font-weight:600;margin-bottom:6px;line-height:1.2}.pdp__description{font-size:13px;color:var(--color-text-muted);margin-bottom:14px;line-height:1.5}.pdp__hook{background:var(--color-warm-light);padding:14px 16px;border-radius:16px;margin-bottom:18px}.pdp__hook-label{font-size:11px;color:var(--color-accent);font-weight:700;letter-spacing:1px;margin-bottom:6px;text-transform:uppercase}.pdp__hook-text{font-size:13px;color:var(--color-text);line-height:1.55;margin:0}.pdp__variants{margin-bottom:16px}.pdp__variant-label{font-size:12px;font-weight:600;margin-bottom:10px}.pdp__variant-options{display:flex;gap:10px}.pdp__variant{flex:1;padding:12px 10px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-white);text-align:center;cursor:pointer;position:relative;transition:all .15s ease}.pdp__variant--selected{border:2px solid var(--color-text);background:var(--color-text);color:var(--color-white)}.pdp__variant-badge{position:absolute;top:-8px;inset-inline-end:50%;transform:translate(50%);background:var(--color-accent);font-size:9px;padding:2px 7px;border-radius:8px;color:var(--color-white);font-weight:700;letter-spacing:.5px;white-space:nowrap}.pdp__variant-name{font-size:12px;font-weight:600}.pdp__variant-price{font-size:11px;margin-top:2px;opacity:.8}.purchase-options{display:flex;gap:10px;margin-bottom:14px}.purchase-option{flex:1;padding:16px;border:1px solid var(--color-border);border-radius:14px;background:var(--color-white);position:relative;cursor:pointer}.purchase-option--selected{border:2px solid var(--color-text)}.purchase-option__badge{position:absolute;top:-9px;inset-inline-end:14px;background:var(--color-text);color:var(--color-white);font-size:10px;padding:3px 10px;border-radius:10px;font-weight:700;letter-spacing:.5px}.purchase-option__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.purchase-option__title{font-size:13px;font-weight:700;color:var(--color-text)}.purchase-option__radio{width:18px;height:18px;border:2px solid var(--color-border);border-radius:50%;flex-shrink:0}.purchase-option--selected .purchase-option__radio{border-color:var(--color-text);display:flex;align-items:center;justify-content:center}.purchase-option--selected .purchase-option__radio:after{content:"";width:10px;height:10px;background:var(--color-text);border-radius:50%}.purchase-option__price{font-size:17px;font-weight:700;color:var(--color-text);margin-bottom:4px}.purchase-option__price-unit{font-size:11px;font-weight:400;color:var(--color-text-muted);margin-inline-start:4px}.purchase-option__description{font-size:11px;color:var(--color-text-muted);line-height:1.4}.cross-sell{background:var(--color-white);padding:24px 16px 18px;margin:14px -14px}.cross-sell-list{display:flex;flex-direction:column;gap:10px}.cross-sell-item{display:flex;gap:12px;background:var(--color-bg);padding:12px;border-radius:16px;align-items:center}.cross-sell-item__image{width:70px;height:70px;background:var(--color-warm-light);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.cross-sell-item__image img{width:100%;height:100%;object-fit:cover}.cross-sell-item__content{flex:1;min-width:0}.cross-sell-item__vendor{font-size:10px;color:var(--color-accent-dark);font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cross-sell-item__title{font-size:13px;font-weight:600;color:var(--color-text);line-height:1.3;margin:2px 0 3px}.cross-sell-item__why{font-size:11px;color:var(--color-text-muted);line-height:1.4}.cross-sell-item__action{text-align:end;flex-shrink:0}.cross-sell-item__price{font-size:14px;font-weight:700;color:var(--color-text);margin-bottom:5px}.bundle-cta{margin-top:14px;padding:14px 16px;background:linear-gradient(135deg,var(--color-text) 0%,#3A3733 100%);border-radius:18px;color:var(--color-bg);display:flex;justify-content:space-between;align-items:center}.bundle-cta__label{font-size:10px;color:var(--color-dark-text);font-weight:700;letter-spacing:1px;margin-bottom:3px;text-transform:uppercase}.bundle-cta__savings{font-size:13px;font-weight:600}.trust-block{margin:0 0 18px}.trust-block__inner{background:var(--color-white);border-radius:18px;padding:16px;display:flex;flex-direction:column;gap:14px}.trust-block__item{display:flex;gap:12px;align-items:flex-start}.trust-block__icon{width:36px;height:36px;background:var(--color-warm-light);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.trust-block__icon svg{width:20px;height:20px;color:var(--color-accent)}.trust-block__title{font-size:13px;font-weight:700;color:var(--color-text);margin-bottom:2px}.trust-block__text{font-size:11px;color:var(--color-text-muted);line-height:1.4}.cart{padding-bottom:100px}.shipping-progress{margin:8px 14px 14px;padding:14px 16px;background:var(--color-white);border-radius:18px;border:1px solid var(--color-warm-light)}.shipping-progress__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.shipping-progress__label{font-size:12px;font-weight:600;display:flex;align-items:center;gap:6px}.shipping-progress__label svg{width:18px;height:18px;color:var(--color-accent)}.shipping-progress__amount{color:var(--color-accent)}.shipping-progress__bar{height:6px;background:var(--color-warm-light);border-radius:3px;overflow:hidden;margin-bottom:8px}.shipping-progress__fill{height:100%;background:linear-gradient(90deg,var(--color-accent),#FF8A4C);border-radius:3px;transition:width .3s ease}.shipping-progress__hint{font-size:11px;color:var(--color-text-muted);line-height:1.4}.cart-item{background:var(--color-white);border-radius:18px;padding:14px;margin:0 14px 10px}.cart-item__inner{display:flex;gap:12px}.cart-item__image{width:70px;height:84px;background:var(--color-warm-bg);border-radius:12px;flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-item__image img{width:100%;height:100%;object-fit:cover}.cart-item__content{flex:1;min-width:0}.cart-item__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:4px}.cart-item__vendor{font-size:10px;color:var(--color-accent-dark);font-weight:700;letter-spacing:.5px;text-transform:uppercase}.cart-item__remove{color:#a09a8e}.cart-item__remove svg{width:18px;height:18px}.cart-item__title{font-size:13px;font-weight:600;color:var(--color-text);line-height:1.3;margin-bottom:5px}.cart-item__subscription-tag{display:inline-flex;align-items:center;gap:4px;background:var(--color-warm-light);padding:3px 9px;border-radius:10px;font-size:10px;color:var(--color-accent-dark);font-weight:700;margin-bottom:9px}.cart-item__footer{display:flex;justify-content:space-between;align-items:center}.qty-selector{display:flex;align-items:center;gap:8px;background:var(--color-bg);border-radius:22px;padding:4px}.qty-btn{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:var(--color-white);border:1px solid var(--color-border)}.qty-btn--plus{background:var(--color-text);color:var(--color-white);border:none}.qty-btn svg{width:12px;height:12px}.qty-value{font-size:13px;font-weight:600;min-width:20px;text-align:center}.cart-item__price{font-size:15px;font-weight:700}.cart-item__compare{font-size:11px;color:#a09a8e;text-decoration:line-through}.cart-summary{margin:0 14px 14px;background:var(--color-white);border-radius:18px;padding:16px}.cart-summary__row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;color:#4a4742}.cart-summary__row--discount{color:var(--color-accent)}.cart-summary__total{border-top:1px dashed var(--color-border);padding-top:12px;display:flex;justify-content:space-between;align-items:baseline;margin-top:4px}.cart-summary__total-label{font-size:12px;color:var(--color-text-muted)}.cart-summary__total-amount{font-family:var(--font-heading);font-size:26px;font-weight:700;line-height:1}.cart-summary__total-vat{font-size:10px;color:var(--color-text-muted);margin-top:2px}.checkout-cta{padding:0 14px 14px}.checkout-cta__btn{width:100%;padding:16px;background:var(--color-text);color:var(--color-bg);border-radius:26px;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px}.checkout-cta__btn svg{width:16px;height:16px}.payment-methods{display:flex;justify-content:center;gap:8px;align-items:center;font-size:10px;color:var(--color-text);font-weight:700}.payment-method{background:var(--color-white);padding:4px 10px;border-radius:6px;border:.5px solid var(--color-border)}.payment-method--apple{background:#000;color:#fff;border:none;display:flex;align-items:center;gap:3px}.icon-placeholder{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:var(--color-warm-light);border-radius:50%}.text-center{text-align:center}.text-muted{color:var(--color-text-muted)}.hidden{display:none!important}.flex{display:flex}.flex-1{flex:1}.gap-sm{gap:8px}.gap-md{gap:16px}.mt-sm{margin-top:8px}.mb-sm{margin-bottom:8px}.mt-md{margin-top:16px}.mb-md{margin-bottom:16px}@media(min-width:750px){.hero{margin:16px auto;max-width:var(--page-max-width);padding:48px 40px;min-height:420px}.hero__title{font-size:48px;max-width:500px}.hero__text{font-size:16px;max-width:400px}.categories-grid{max-width:var(--page-max-width);margin:0 auto}.bundles-carousel{max-width:var(--page-max-width);margin:0 auto;padding-inline:32px}.pdp__inner{max-width:var(--page-max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:40px;padding:24px}.cart-summary,.shipping-progress,.cart-item,.checkout-cta{max-width:700px;margin-inline:auto}}.skeleton{background:linear-gradient(90deg,var(--color-warm-light) 0%,#F5EBD9 50%,var(--color-warm-light) 100%);background-size:200% 100%;animation:skeleton-load 1.5s infinite}@keyframes skeleton-load{0%{background-position:200% 0}to{background-position:-200% 0}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
