:root{--bg: #f1f1f1;--fg: #000000;--muted: #6f6f6f;--line: #d7d7d7;--white: #ffffff;--max-width: 1240px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 48px;--space-6: 72px;--space-7: 96px;--font: Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);text-transform:uppercase;letter-spacing:-.02em}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.skip-link{position:absolute;left:-9999px}.page-width{width:min(calc(100% - 32px),var(--max-width));margin:0 auto}.site-main{min-height:50vh}.announcement-bar{background:#000;color:#fff;font-size:12px;letter-spacing:.08em}.announcement-bar__inner{padding:10px 0;text-align:center}.site-header{position:sticky;top:0;z-index:50;background:#f1f1f1f5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid transparent}.site-header__inner{min-height:72px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px}.site-header__spacer{min-width:1px}.site-header__logo{justify-self:center;text-align:center;display:inline-flex;align-items:center;justify-content:center}.site-header__logo-text,.site-header__cart{font-size:clamp(18px,2vw,32px);font-weight:800}.site-header__cart{font-size:clamp(14px,1.6vw,22px);justify-self:end}.hero-banner{margin-bottom:var(--space-6)}.hero-banner__media{position:relative;min-height:78svh;background:#ddd}.hero-banner__image,.hero-banner__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero-banner__placeholder{background:linear-gradient(180deg,#dcdcdc,#bfbfbf)}.hero-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000001f,#00000059)}.hero-banner__content{position:relative;z-index:1;min-height:78svh;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding-bottom:56px}.hero-banner__eyebrow{margin:0 0 8px;color:#fff;font-size:14px;font-weight:700;letter-spacing:.08em}.hero-banner__heading{margin:0 0 24px;color:#fff;font-size:clamp(42px,7vw,108px);line-height:.92;font-weight:900;max-width:8ch}.button{display:inline-flex;align-items:center;justify-content:center;min-height:64px;padding:14px 30px;border:2px solid #000;font-weight:800;font-size:clamp(18px,2vw,28px);cursor:pointer}.button--primary{background:#000;color:#fff}.button--full{width:100%;margin-top:4px}.section-title,.collection-page__title,.product-page__title,.cart-page__title{margin:0 0 var(--space-4);font-size:clamp(34px,4vw,68px);line-height:.95;font-weight:900;text-align:center}.collection-grid-section{margin-bottom:var(--space-7)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px 28px}.product-card{display:block;text-align:center}.product-card__image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;background:transparent;margin-bottom:22px}.product-card__image,.product-card__image--placeholder{width:100%;height:100%;object-fit:cover;object-position:center top;background:#d9d9d9}.product-card__title{margin:0 auto 10px;max-width:12ch;font-size:clamp(20px,1.85vw,34px);line-height:1.02;font-weight:900}.product-card__price{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;font-size:clamp(16px,1.45vw,26px);line-height:1.1}.product-card__price-current{font-weight:800}.product-card__price-compare{color:var(--muted);text-decoration:line-through;text-decoration-thickness:2px}.product-card__sold-out{color:var(--muted)}.product-page{display:grid;grid-template-columns:1.12fr .88fr;gap:52px;padding-top:28px;padding-bottom:var(--space-7)}.product-page__media{display:grid;gap:18px}.product-page__image-wrap{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:transparent}.product-page__image{width:100%;height:100%;object-fit:cover;object-position:center top;background:#d9d9d9}.sale-badge{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;background:#d72626;color:#fff;font-size:13px;font-weight:900;letter-spacing:.04em;z-index:2}.product-page__info{display:flex;flex-direction:column;gap:18px}.product-page__title{text-align:left;margin-bottom:0}.product-page__price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;font-size:clamp(24px,2vw,34px);font-weight:700;margin-bottom:2px}.product-page__price-current{font-size:inherit;font-weight:800}.product-page__price-compare{font-size:.8em;color:var(--muted);text-decoration:line-through;text-decoration-thickness:2px}.product-page__rating{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;letter-spacing:.04em;margin-bottom:4px}.product-page__rating-stars{letter-spacing:.1em}.product-page__description{font-size:16px;line-height:1.5;text-transform:none;letter-spacing:0}.product-form{display:flex;flex-direction:column;gap:18px}.variant-dropdown-wrap{display:flex;flex-direction:column;gap:10px}.variant-dropdown__label{font-size:14px;font-weight:700}.variant-dropdown{position:relative}.variant-dropdown__select{width:100%;min-height:56px;padding:14px 44px 14px 16px;border:2px solid #000;border-radius:0;background:#fff;color:#000;font-size:18px;font-weight:700;text-transform:uppercase;appearance:none;-webkit-appearance:none}.variant-dropdown:after{content:"\2304";position:absolute;right:16px;top:50%;transform:translateY(-52%);font-size:18px;font-weight:700;pointer-events:none}.cart-page{padding-top:24px;padding-bottom:var(--space-7);max-width:820px}.cart-items{display:grid;gap:16px}.cart-item,.cart-footer{display:flex;justify-content:space-between;gap:16px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-total{font-size:20px;font-weight:900}.site-footer{padding:80px 0 40px}.site-footer__inner{display:grid;justify-items:center;gap:24px}.footer-links{display:grid;gap:20px;text-align:center}.footer-links a,.footer-socials a{font-size:clamp(22px,2vw,34px);font-weight:900}.footer-socials{display:flex;gap:28px;flex-wrap:wrap;justify-content:center}.footer-copy{font-size:16px;font-weight:700}@media(max-width:989px){.site-header__inner{grid-template-columns:1fr auto 1fr;min-height:64px}.hero-banner__media,.hero-banner__content{min-height:64svh}.hero-banner__heading{max-width:10ch}.product-page{grid-template-columns:1fr;gap:28px}.product-page__image{aspect-ratio:1 / 1}}@media(max-width:749px){.page-width{width:min(calc(100% - 28px),var(--max-width))}.announcement-bar__inner{padding:8px 0}.site-header__logo-text{font-size:18px}.site-header__logo-image{width:var(--header-logo-width, 180px);max-width:100%;height:auto}.site-header__cart{font-size:14px}.hero-banner__heading{font-size:56px}.button{min-height:58px;font-size:16px;padding:12px 22px}.product-grid{gap:42px 20px}.product-card__title{font-size:17px;margin-bottom:8px}.product-card__price{font-size:14px;gap:6px}.section-title,.collection-page__title,.product-page__title,.cart-page__title{font-size:30px}.product-page__title{text-align:center}.product-page__rating{justify-content:center}.product-form{gap:16px}.variant-dropdown__select{min-height:52px;font-size:16px}.button--primary.button--full{min-height:56px}.product-page__image-wrap{margin-bottom:4px}.variant-options__legend{text-align:left}.variant-options__values{gap:10px}.variant-pill span{min-width:52px;min-height:48px;font-size:16px}.footer-links a,.footer-socials a{font-size:18px}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.cart-empty{text-align:center;font-size:18px}.cart-items{display:grid;gap:0}.cart-item{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:18px 0;border-bottom:1px solid var(--line);align-items:start}.cart-item__media{display:block;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#d9d9d9}.cart-item__image{width:100%;height:100%;object-fit:cover;object-position:center top;background:#d9d9d9}.cart-item__content{display:grid;gap:16px}.cart-item__top,.cart-item__bottom{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.cart-item__title{display:inline-block;font-size:22px;font-weight:900;line-height:1;margin-bottom:6px}.cart-item__variant{font-size:13px;color:var(--muted)}.cart-item__line-price{font-size:18px;font-weight:700;white-space:nowrap}.cart-qty__input{width:84px;min-height:48px;border:2px solid #000;background:#fff;color:#000;font:inherit;text-align:center;font-size:18px;font-weight:800;text-transform:uppercase}.cart-item__remove{font-size:14px;font-weight:800;text-decoration:underline;text-underline-offset:3px}.cart-footer{display:grid;gap:18px;padding-top:24px;align-items:start;border-bottom:0}.cart-update-button{width:100%;background:#fff}.cart-footer__summary{display:grid;gap:16px}@media(min-width:750px){.cart-footer{grid-template-columns:1fr 1fr}}@media(max-width:749px){.cart-item{grid-template-columns:92px 1fr;gap:14px}.cart-item__title{font-size:16px}.cart-item__line-price{font-size:15px}.cart-item__top,.cart-item__bottom{gap:10px}.cart-qty__input{width:68px;min-height:42px;font-size:16px}}@media(max-width:749px){.sale-badge{right:10px;bottom:10px;min-height:30px;padding:7px 10px;font-size:12px}}@media(max-width:749px){.product-page__title{font-size:24px}.product-page__price{font-size:22px}}.pagination{display:flex;justify-content:center;align-items:center;gap:14px;margin-top:34px}.pagination__link,.pagination__current{font-size:14px;font-weight:800}.cart-checkout{margin-top:20px}.shopify-payment-button{margin-top:10px}.product-gallery{display:grid;gap:12px}.product-gallery__track{display:flex;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.product-gallery__track::-webkit-scrollbar{display:none}.product-gallery__slide{min-width:100%;scroll-snap-align:start}.product-gallery__nav{display:flex;justify-content:center;align-items:center;gap:10px}.product-gallery__dot{width:10px;height:10px;border:1.5px solid #000;border-radius:999px;display:inline-block;background:transparent}.product-gallery__dot.is-active,.product-gallery__dot:hover{background:#000}@media(max-width:749px){.product-gallery{gap:10px}.product-gallery__nav{gap:8px}.product-gallery__dot{width:9px;height:9px}}.site-header__logo-image{width:var(--header-logo-width, 180px);max-width:100%;height:auto}.product-gallery__zoom-link{cursor:zoom-in}.product-gallery__zoom-link:focus{outline:2px solid #000;outline-offset:2px}.trust-badges{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:8px}.trust-badge{min-height:52px;padding:10px 12px;border:1.5px solid #000;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;text-align:center;font-size:11px;font-weight:800;line-height:1.1}.trust-badge__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:1.5px solid #000;border-radius:999px;font-size:11px;font-weight:900;flex:0 0 auto}@media(max-width:749px){.trust-badges{grid-template-columns:1fr;gap:8px}.trust-badge{min-height:46px;font-size:11px;justify-content:flex-start;padding:10px 12px}}.button--secondary{background:transparent;color:#000;border:2px solid #000}.cart-update-button,.cart-checkout-button{font-size:18px;font-weight:900;letter-spacing:0}@media(max-width:749px){.cart-update-button,.cart-checkout-button{min-height:56px;font-size:16px}}.product-page__info{align-items:center;text-align:center}.product-page__title{text-align:center;max-width:14ch}.product-page__rating--badge{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;margin:0 auto 2px;text-transform:none;letter-spacing:0;font-size:14px}.product-page__rating-text{font-weight:700;color:#222}.product-page__rating-stars-badge{display:inline-flex;align-items:center;gap:2px;padding:2px 6px;background:#18a957;color:#fff;border-radius:3px;line-height:1;font-size:12px}.product-page__rating-count{color:#333;font-weight:700}.product-page__price{justify-content:center;margin:0 auto 2px}.product-page__price-current{color:#e04a3a}.product-page__price-compare{color:#777}.product-page__price-save{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;background:#e04a3a;color:#fff;border-radius:999px;font-size:13px;font-weight:800;line-height:1}.variant-dropdown-wrap,.product-form,.trust-badges{width:100%}.variant-dropdown__label{text-align:left}.product-page__description{text-align:left;width:100%}@media(max-width:749px){.product-page__rating--badge{font-size:13px;gap:6px}.product-page__price-save{min-height:24px;padding:3px 8px;font-size:11px}}.product-page__title{font-size:clamp(32px,3vw,48px)!important;line-height:.98;max-width:13ch}.product-page__price{display:flex!important;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap;visibility:visible!important;opacity:1!important;margin:0 auto 4px}.product-page__price-current{display:inline-block!important;color:#e04a3a!important;font-size:clamp(22px,2vw,32px)!important;font-weight:900!important}.product-page__price-compare{display:inline-block!important;color:#777!important;text-decoration:line-through!important;text-decoration-thickness:2px;font-size:.82em!important;font-weight:700!important}.product-page__price-save{display:inline-flex!important;align-items:center;justify-content:center;min-height:28px;padding:4px 10px;background:#e04a3a!important;color:#fff!important;border-radius:999px;font-size:13px;font-weight:800;line-height:1;white-space:nowrap}.sale-badge{background:#e12626!important;color:#fff!important;min-height:34px;padding:8px 12px;border-radius:0;font-size:13px!important;font-weight:900!important;letter-spacing:.04em}.product-page__rating--badge{text-transform:none}.product-page__rating-text{font-weight:700}.product-page__rating-stars-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;background:#18a957;color:#fff;border-radius:3px;line-height:1;font-size:12px;letter-spacing:1px;min-width:66px}.product-page__rating-count{font-weight:700;color:#333}.product-gallery__slide{cursor:grab}.product-gallery__zoom-link{cursor:default}@media(max-width:749px){.product-page__title{font-size:26px!important}.product-page__price-current{font-size:18px!important}.product-page__price-save{min-height:24px;padding:3px 8px;font-size:11px}}.product-page__title{text-align:center!important;font-size:26px!important;line-height:.96!important;max-width:12ch!important;margin:0 auto 2px!important}.product-page__rating--badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 auto 4px!important;text-transform:none!important;letter-spacing:0!important;font-size:14px!important}.product-page__rating-text{font-weight:700!important;color:#222!important}.product-page__rating-stars-badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:1px!important;padding:2px 6px!important;background:#18a957!important;color:#fff!important;border-radius:3px!important;line-height:1!important;font-size:12px!important;letter-spacing:1px!important}.product-page__rating-count{color:#333!important;font-weight:700!important}.product-page__price{display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;width:100%!important;visibility:visible!important;opacity:1!important;margin:0 auto 10px!important;order:3}.product-page__price-current{display:inline-block!important;color:#e04a3a!important;font-size:18px!important;font-weight:900!important}.product-page__price-save{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:3px 8px!important;background:#e04a3a!important;color:#fff!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}@media(min-width:750px){.product-page__title{font-size:34px!important}.product-page__price-current{font-size:24px!important}.product-page__price-compare{font-size:18px!important}.product-page__price-save{font-size:13px!important;min-height:28px!important;padding:4px 10px!important}}.product-page__title{text-align:center!important;font-size:24px!important;line-height:.96!important;max-width:12ch!important;margin:0 auto 4px!important}.product-page__rating--badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 auto 6px!important;text-transform:none!important;letter-spacing:0!important;font-size:14px!important}.product-page__price{display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;width:100%!important;margin:0 auto 12px!important;visibility:visible!important;opacity:1!important}.section-title,.collection-page__title{font-size:clamp(34px,4vw,68px)}.product-page__title{font-size:24px!important;line-height:1!important;max-width:12ch!important;text-align:center!important;margin:0 auto 6px!important}.product-page__info{align-items:center!important;text-align:center!important}.product-page__rating--badge{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex-wrap:wrap!important;margin:0 auto 8px!important;text-transform:none!important;letter-spacing:0!important}.product-page__price{display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;flex-wrap:wrap!important;width:100%!important;margin:0 auto 14px!important;visibility:visible!important;opacity:1!important}.product-page__price-current{display:inline-block!important;color:#e04a3a!important;font-size:19px!important;font-weight:900!important}.product-page__price-compare{display:inline-block!important;color:#777!important;text-decoration:line-through!important;text-decoration-thickness:2px!important;font-size:15px!important;font-weight:700!important}.product-page__price-save{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:24px!important;padding:3px 8px!important;background:#e12626!important;color:#fff!important;border-radius:999px!important;font-size:11px!important;font-weight:800!important;line-height:1!important;white-space:nowrap!important}.sale-badge{background:#e12626!important;color:#fff!important}@media(min-width:750px){.product-page__title{font-size:32px!important}.product-page__price-current{font-size:24px!important}.product-page__price-compare{font-size:18px!important}.product-page__price-save{min-height:28px!important;padding:4px 10px!important;font-size:13px!important}}@media(max-width:749px){.product-page__title{font-size:20px!important;line-height:.95!important;max-width:11ch!important;margin:0 auto 4px!important}}@media(min-width:750px){.product-page__title{font-size:28px!important;line-height:.95!important;max-width:12ch!important}}.product-page__rating--badge{margin-bottom:6px!important}.product-page__price--top{order:0!important;margin-top:0!important;margin-bottom:14px!important}.product-form{order:1!important}.product-page__description{order:3!important}.product-page__price-current{color:#e12626!important;font-weight:900!important}.product-page__price-save{background:#e12626!important}.shopify-payment-button{margin-top:10px;margin-bottom:12px}.trust-badges{margin-top:12px!important;margin-bottom:8px!important}.product-page__description{margin-top:10px}.product-form{display:flex!important;flex-direction:column!important}.product-form .shopify-payment-button{order:20!important;margin-top:10px!important}.product-form .trust-badges{order:30!important;width:100%!important;margin-top:12px!important;margin-bottom:6px!important}.product-form .trust-badge{width:100%!important}.variant-dropdown-wrap{order:1!important}.product-form>.button--primary{order:10!important}@media(max-width:749px){.product-form .trust-badges{margin-top:12px!important}}.product-card__title{max-width:none!important;font-size:clamp(15px,1.35vw,24px)!important;line-height:1.02!important;letter-spacing:-.03em!important;margin:0 auto 8px!important}@media(max-width:749px){.product-card__title{font-size:12px!important;line-height:1!important;letter-spacing:-.04em!important;max-width:none!important}.product-card__price{font-size:12px!important;gap:5px!important}}.product-card__image-wrap{position:relative}.product-card__sale-badge{position:absolute;right:10px;bottom:10px;display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:6px 10px;background:#e12626;color:#fff;font-size:11px;font-weight:900;letter-spacing:.04em;z-index:2}@media(min-width:750px){.product-card__sale-badge{min-height:32px;padding:7px 12px;font-size:12px}}.product-card__image,.product-page__image,.product-card__image-wrap,.product-page__image-wrap{border-radius:10px!important;overflow:hidden}.button,.variant-dropdown__select,.variant-dropdown,.product-form input,.product-form select{border-radius:8px!important}.product-card__sale-badge{min-height:22px!important;padding:4px 8px!important;font-size:10px!important;border-radius:6px!important}.sale-badge{border-radius:6px!important}.trust-badge{border-radius:8px!important}@media(max-width:749px){.product-card__sale-badge{min-height:20px!important;padding:3px 7px!important;font-size:9px!important}}.header-cart-icon{font-size:18px;font-weight:900}.header-cart-count{margin-left:4px;font-size:14px}.cart-title{font-size:28px!important;text-align:center;margin-bottom:20px}.cart-item__quantity input,.cart-item__quantity,input[type=number]{border-radius:10px!important}.cart-item input[type=number]{padding:10px;border:2px solid #000}@media(max-width:749px){.cart-title{font-size:22px!important}}.site-header__cart{display:inline-flex!important;align-items:center!important;justify-self:end!important;gap:6px!important;font-size:0!important;line-height:1!important}.site-header__cart-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:18px!important;height:18px!important;color:#000!important}.site-header__cart-icon svg{width:18px!important;height:18px!important;display:block!important}.site-header__cart-count{font-size:13px!important;font-weight:800!important;color:#000!important;letter-spacing:0!important}@media(max-width:749px){.site-header__cart-icon,.site-header__cart-icon svg{width:16px!important;height:16px!important}.site-header__cart-count{font-size:12px!important}}.site-header__cart{position:relative;padding:14px 18px!important;margin-right:-10px}.site-header__cart:before{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.site-header__cart-icon,.site-header__cart-count{pointer-events:none}.product-gallery__slide{border:0;padding:0;background:transparent;cursor:zoom-in}.product-gallery__dot{appearance:none;-webkit-appearance:none;border:1.5px solid #000;cursor:pointer}.product-gallery__dot.is-active{background:#000}.product-image-zoom[hidden]{display:none!important}.product-image-zoom{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000eb;display:flex;align-items:center;justify-content:center;padding:24px}.product-image-zoom__image{max-width:min(96vw,1400px);max-height:90vh;width:auto;height:auto;object-fit:contain;border-radius:10px;background:#111}.product-image-zoom__close{position:absolute;top:14px;right:14px;width:42px;height:42px;border:0;border-radius:999px;background:#fff;color:#000;font-size:28px;line-height:1;cursor:pointer}.collection-grid-section,.collection-page,.cart-page,.site-footer{content-visibility:auto;contain-intrinsic-size:800px}.site-header{backdrop-filter:none!important;-webkit-backdrop-filter:none!important}@media(max-width:749px){.hero-banner__overlay{background:linear-gradient(180deg,#00000014,#00000038)}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/base.css.map */
