body:has(.ms-header-section) .shopify-section-group-header-group{display:none!important}:root{--ms-color-bg: #000000;--ms-color-bg-alt: #111111;--ms-color-surface: #1a1a1a;--ms-color-surface-hover: #2a2a2a;--ms-color-text: #ffffff;--ms-color-text-muted: #888888;--ms-color-text-inverse: #000000;--ms-color-accent: #ffffff;--ms-color-accent-hover: #dddddd;--ms-color-border: #333333;--ms-color-border-light: #444444;--ms-font-heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ms-font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--ms-font-size-xs: .75rem;--ms-font-size-sm: .875rem;--ms-font-size-base: 1rem;--ms-font-size-lg: 1.125rem;--ms-font-size-xl: 1.25rem;--ms-font-size-2xl: 1.5rem;--ms-font-weight-normal: 400;--ms-font-weight-medium: 500;--ms-font-weight-bold: 600;--ms-spacing-xs: .25rem;--ms-spacing-sm: .5rem;--ms-spacing-md: 1rem;--ms-spacing-lg: 1.5rem;--ms-spacing-xl: 2rem;--ms-spacing-2xl: 3rem;--ms-header-height: 72px;--ms-max-width: 1600px;--ms-radius: 24px;--ms-radius-sm: 8px;--ms-radius-pill: 9999px;--ms-transition-fast: .15s ease;--ms-transition-normal: .25s ease;--ms-transition-slow: .35s ease;--ms-shadow-sm: 0 1px 2px rgba(0, 0, 0, .1);--ms-shadow-md: 0 4px 12px rgba(0, 0, 0, .15);--ms-shadow-lg: 0 8px 24px rgba(0, 0, 0, .2);--ms-z-header: 100;--ms-z-mobile-menu: 200;--ms-z-overlay: 150}.ms-page{font-family:var(--ms-font-body);font-size:var(--ms-font-size-base);line-height:1.5;color:var(--ms-color-text-inverse);background:#fff}.ms-container{width:100%;max-width:var(--ms-max-width);margin:0 auto;padding:0 var(--ms-spacing-md)}.ms-header-section{display:block;position:relative}.ms-header{position:fixed;top:0;left:0;right:0;z-index:var(--ms-z-header);background:#000c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);height:var(--ms-header-height);display:flex;align-items:center;border-bottom:2px solid rgba(255,255,255,.15)}.ms-header__spacer{display:block;height:var(--ms-header-height);min-height:60px;flex-shrink:0;width:100%}.ms-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--ms-max-width);margin:0 auto;padding:0 2rem;height:100%}.ms-header__left{flex:1 0 0;display:flex;align-items:center;gap:var(--ms-spacing-sm)}.ms-header__right{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:var(--ms-spacing-md)}.ms-header__logo{display:flex;align-items:center;text-decoration:none}.ms-header__logo-img{height:48px;width:48px;border-radius:50%;object-fit:cover}.ms-header__icon-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;color:var(--ms-color-text);border-radius:var(--ms-radius-sm);transition:background var(--ms-transition-fast)}.ms-header__icon-btn:hover{background:var(--ms-color-surface)}.ms-header__logo-text{color:var(--ms-color-text);font-weight:600;font-size:14px;margin-left:12px;letter-spacing:.02em}.ms-header__icon-btn:focus-visible{outline:2px solid var(--ms-color-accent);outline-offset:2px}.ms-header__icon-btn svg{width:28px;height:28px}.ms-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;background:var(--ms-color-text);color:var(--ms-color-bg);font-size:var(--ms-font-size-xs);font-weight:var(--ms-font-weight-bold);border-radius:var(--ms-radius-pill);display:flex;align-items:center;justify-content:center}.ms-header__cart-wrapper{position:relative}.ms-hero-banner-section{margin-top:var(--ms-header-height)}.ms-hero-banner{position:relative;width:100%;height:70px;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}@media(min-width:480px){.ms-hero-banner{height:150px}}@media(min-width:768px){.ms-hero-banner{height:280px}}.ms-hero-banner__image{width:100%;height:100%;object-fit:cover;object-position:center}.ms-hero-banner__fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460)}.ms-product-grid{padding:var(--ms-spacing-lg) var(--ms-spacing-md)}.ms-product-grid__title{font-size:var(--ms-font-size-xl);font-weight:var(--ms-font-weight-bold);margin-bottom:var(--ms-spacing-lg);color:var(--ms-color-text-inverse)}.ms-product-grid__list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--ms-spacing-md)}@media(min-width:640px){.ms-product-grid__list{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.ms-product-grid{padding-left:var(--ms-spacing-sm);padding-right:var(--ms-spacing-sm)}.ms-product-grid__list{grid-template-columns:repeat(4,1fr);gap:var(--ms-spacing-md)}}.ms-product-card{display:block;text-decoration:none;color:var(--ms-color-text-inverse)}.ms-product-card__image-wrapper{position:relative;aspect-ratio:1;overflow:hidden;background:#f5f5f5;border-radius:var(--ms-radius-sm);margin-bottom:var(--ms-spacing-sm)}.ms-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform var(--ms-transition-normal)}.ms-product-card:hover .ms-product-card__image{transform:scale(1.05)}.ms-product-card__title{font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-medium);margin-bottom:var(--ms-spacing-xs);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ms-product-card__price{font-size:var(--ms-font-size-sm);font-weight:var(--ms-font-weight-bold);color:var(--ms-color-text-inverse)}.ms-product-card__price--compare{text-decoration:line-through;color:var(--ms-color-text-muted);font-weight:var(--ms-font-weight-normal);margin-left:var(--ms-spacing-xs)}.ms-footer{background:var(--ms-color-surface);padding:60px 20px 30px;text-align:center}.ms-footer__inner{max-width:var(--ms-max-width);margin:0 auto}.ms-footer__signature{font-size:15px;font-weight:600;color:var(--ms-color-text);text-transform:uppercase;letter-spacing:.15em;margin-bottom:16px}.ms-footer__links{display:flex;justify-content:center;flex-wrap:wrap;gap:10px 24px;margin-bottom:24px}.ms-footer__link{font-size:12px;font-weight:500;color:var(--ms-color-text-muted);text-decoration:none;transition:color .2s ease}.ms-footer__link:hover{color:#84a98c}.ms-footer__attribution{font-size:12px;color:var(--ms-color-text-muted);opacity:.7}.ms-footer__brand{color:#84a98c;font-weight:600}.ms-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ms-hidden,body.ms-creator-context .header-wrapper,body.ms-creator-context .announcement-bar,body.ms-creator-context .footer{display:none!important}body.ms-creator-context .page-width{max-width:1680px;padding-left:1rem;padding-right:1rem}@media screen and (min-width:990px){body.ms-creator-context .page-width{padding-left:5rem;padding-right:5rem}body.ms-creator-context .product-grid{column-gap:.5rem;row-gap:1.5rem}}body.ms-creator-context .card__inner{padding:0}body.ms-creator-context .card__media{margin:0}body.ms-creator-context .card__content{padding:0rem 4.5rem 0}body.ms-creator-context .ms-card-title-row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;margin-bottom:.2rem}body.ms-creator-context .ms-card-title-row .card__heading{flex:1;min-width:0;margin:0;font-size:15px;font-weight:500;line-height:1.35}body.ms-creator-context .ms-card-title-row .card__heading a{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.ms-creator-context .ms-card-price{flex-shrink:0;font-size:15px;font-weight:600;color:#84a98c;white-space:nowrap}body.ms-creator-context .ms-card-product-type{font-size:14px;color:#888;margin-bottom:0;line-height:1.3}body.ms-creator-context .card-information .price{display:none}body.ms-creator-context .card__media img{transition:transform .3s ease}body.ms-creator-context .card:hover .card__media img{transform:scale(1.03)}@media screen and (min-width:990px){body.ms-creator-context .product--large .product__media-wrapper{width:calc(60% - var(--grid-desktop-horizontal-spacing) / 2);max-width:60%}body.ms-creator-context .product--large .product__info-wrapper{width:calc(40% - var(--grid-desktop-horizontal-spacing) / 2);max-width:40%;padding-left:3rem}}body.ms-creator-context .product__column-sticky{top:calc(var(--ms-header-height) + 2rem)}.ms-breadcrumbs{font-size:11px;text-transform:uppercase;letter-spacing:.1em;color:#00000080;margin-bottom:1.5rem}.ms-breadcrumbs a{color:#00000080;text-decoration:none;transition:color var(--ms-transition-fast)}.ms-breadcrumbs a:hover{color:#2d3a2e}.ms-breadcrumbs__sep{margin:0 .5rem;opacity:.5}.ms-breadcrumbs__current{color:#0009}body.ms-creator-context .product__title h1{font-size:26px;font-weight:400;letter-spacing:-.01em;line-height:1.2;margin-bottom:.5rem;color:#2d3a2e}body.ms-creator-context .price-item--regular,body.ms-creator-context .price-item--sale{font-size:20px;font-weight:600;color:#84a98c}body.ms-creator-context .product__description{font-size:14px;line-height:1.6;color:#555}body.ms-creator-context .swatch-input__input:checked+.swatch{outline:2px solid #2d3a2e;outline-offset:3px}body.ms-creator-context .swatch{width:32px;height:32px;border-radius:50%}body.ms-creator-context .product-form__input--pill:not(:has(.color-swatch-label)){display:grid!important;grid-template-columns:repeat(auto-fill,minmax(64px,1fr))!important;gap:10px!important;width:100%!important}body.ms-creator-context .product-form__input--pill input[type=radio]+label:not(.color-swatch-label){width:auto!important;height:44px!important;padding:0!important;margin:0!important;border-radius:50px!important;border:1px solid #e0e0e0!important;box-shadow:none!important;font-size:13px!important;background:transparent!important;color:#2c363f!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease}body.ms-creator-context .product-form__input--pill input[type=radio]+label:not(.color-swatch-label):before{display:none!important}body.ms-creator-context .product-form__input--pill input[type=radio]+label:not(.color-swatch-label):hover{background:#84a98c1a!important;border-color:#2c363f!important}body.ms-creator-context .product-form__input--pill input[type=radio]:checked+label:not(.color-swatch-label){background:#2c363f!important;color:#fff!important;border-color:#2c363f!important}body.ms-creator-context .product-form__input--pill input[type=radio]:disabled+label:not(.color-swatch-label){opacity:.3;text-decoration:line-through}.ms-trust-signals{display:flex;flex-direction:column;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid rgba(0,0,0,.1)}.ms-trust-signal{display:flex;align-items:center;gap:10px;font-size:12px;color:#0009}.ms-trust-signal__icon{width:16px;height:16px;opacity:.6;color:#2d3a2e}body.ms-creator-context .product__media-item{border:none;border-radius:0}body.ms-creator-context .product__media-item img,body.ms-creator-context .product__media img{border:none}body.ms-creator-context .product__media{border:none;box-shadow:0 4px 20px #0000000f;border-radius:4px}body.ms-creator-context .product__media-toggle{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:3}body.ms-creator-context .media,body.ms-creator-context .global-media-settings{border:none}body.ms-creator-context .quantity{border:1px solid #d1d1d1;box-shadow:none;background:transparent;border-radius:50px}body.ms-creator-context .quantity:before,body.ms-creator-context .quantity:after{display:none!important}body.ms-creator-context .quantity__button,body.ms-creator-context .quantity__input{border:none;box-shadow:none;background:transparent;color:#2d3a2e}body.ms-creator-context .quantity__button.disabled{opacity:.25;cursor:not-allowed;pointer-events:none}body.ms-creator-context .product-form__submit{border-radius:50px;padding:18px 30px;border:none;box-shadow:none;background:#8fa88f;color:#fff;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;transition:all .2s ease;overflow:hidden;margin-top:20px}body.ms-creator-context .product-form__submit:before,body.ms-creator-context .product-form__submit:after{display:none!important}body.ms-creator-context .product-form__submit:hover{background:#7a937a;color:#fff;transform:translateY(-2px)}body.ms-creator-context .shopify-payment-button,body.ms-creator-context [data-shopify=payment-button],body.ms-creator-context .shopify-payment-button__button,body.ms-creator-context .product-form__buttons a[href="#"]{display:none!important}body.ms-creator-context.template-cart .page-width{max-width:900px;margin:0 auto;padding-left:40px;padding-right:40px}@media screen and (max-width:749px){body.ms-creator-context.template-cart .page-width{padding-left:20px;padding-right:20px}}body.ms-creator-context .title-wrapper-with-link{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem}body.ms-creator-context .title--primary{font-size:24px;font-weight:300;letter-spacing:.02em;color:#2d3a2e}body.ms-creator-context .title-wrapper-with-link .underlined-link{font-size:13px;color:#888;text-decoration:none;transition:color .2s ease}body.ms-creator-context .title-wrapper-with-link .underlined-link:hover{color:#84a98c}body.ms-creator-context .cart-item__media{width:150px;min-width:150px}body.ms-creator-context .cart-item__image-container{width:150px;height:150px;border-radius:8px;overflow:hidden;background:transparent}body.ms-creator-context .cart-item__image{transform:scale(1.3);filter:drop-shadow(0 10px 20px rgba(0,0,0,.05));object-fit:cover}body.ms-creator-context .cart-item__name{font-size:16px;font-weight:600;color:#2d3a2e;letter-spacing:-.01em;margin-bottom:.25rem}body.ms-creator-context .cart-item__details>*+*{margin-top:.4rem}body.ms-creator-context .cart-item__final-price,body.ms-creator-context .cart-item .price,body.ms-creator-context .cart-item__totals .price{color:#84a98c;font-weight:600}body.ms-creator-context .cart-item .product-option{font-size:12px;color:#0009}body.ms-creator-context .cart-item .product-option dt,body.ms-creator-context .cart-item .product-option dd{color:#0009}body.ms-creator-context .cart-item .quantity{border:1px solid #d1d1d1;border-radius:50px;box-shadow:none;background:transparent}body.ms-creator-context .cart-item .quantity:before,body.ms-creator-context .cart-item .quantity:after{display:none!important}body.ms-creator-context .cart-item .quantity__button,body.ms-creator-context .cart-item .quantity__input{border:none;box-shadow:none;background:transparent;color:#2d3a2e}body.ms-creator-context cart-remove-button .icon-remove{width:22px;height:22px}body.ms-creator-context cart-remove-button .button{color:#949c94;transition:color .2s ease}body.ms-creator-context cart-remove-button .button:hover{color:#2c363f}body.ms-creator-context .cart__items,body.ms-creator-context .cart-items th{border-bottom:1px solid rgba(0,0,0,.05)}body.ms-creator-context .cart-items td{border-bottom:none}body.ms-creator-context .totals__total{font-size:14px;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#2d3a2e}body.ms-creator-context .totals__total-value{font-size:20px;font-weight:600;color:#84a98c}body.ms-creator-context .tax-note{font-size:12px;color:#888}body.ms-creator-context .cart__footer>*{width:auto;max-width:320px}body.ms-creator-context .cart__ctas{display:flex;flex-direction:column;align-items:stretch}body.ms-creator-context .cart__checkout-button{border-radius:50px;background:#8fa88f;color:#fff;min-width:280px;border:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:18px 30px;transition:all .2s ease}body.ms-creator-context .cart__checkout-button:hover{background:#7a937a;color:#fff;transform:translateY(-2px)}body.ms-creator-context .cart__checkout-button:before,body.ms-creator-context .cart__checkout-button:after{display:none!important}body.ms-creator-context .cart__footer{display:flex;flex-direction:column;align-items:flex-end}body.ms-creator-context .cart__blocks{width:100%;max-width:420px;display:flex;flex-direction:column;align-items:flex-end}body.ms-creator-context .totals h2,body.ms-creator-context .cart__blocks h2{font-weight:600}body.ms-creator-context .cart__ctas{width:100%;max-width:340px}body.ms-creator-context .cart__dynamic-checkout-buttons{width:100%;max-width:340px;margin-top:0;margin-left:auto;margin-right:0;padding-top:16px;display:flex;flex-direction:column;align-items:stretch}body.ms-creator-context .cart__dynamic-checkout-buttons:before{display:none}body.ms-creator-context .dynamic-checkout__content{width:100%}body.ms-creator-context shopify-accelerated-checkout-cart{width:100%!important;display:flex!important;justify-content:center;gap:8px}body.ms-creator-context shop-pay-wallet-button,body.ms-creator-context shopify-paypal-button,body.ms-creator-context shopify-google-pay-button{display:block!important;flex:1 1 0!important;min-height:48px!important;height:48px!important;border-radius:50px!important;overflow:hidden!important;clip-path:inset(0 round 24px)!important;-webkit-clip-path:inset(0 round 24px)!important}body.ms-creator-context shopify-paypal-button .paypal-buttons{border-radius:50px!important;overflow:hidden!important}body.ms-creator-context shopify-paypal-button .paypal-buttons iframe{border-radius:50px!important}body.ms-creator-context shopify-google-pay-button button,body.ms-creator-context shopify-google-pay-button .gpay-button{border-radius:50px!important;overflow:hidden!important}body.ms-creator-context shop-pay-wallet-button>div,body.ms-creator-context shop-pay-wallet-button button{border-radius:50px!important;overflow:hidden!important}body.ms-creator-context shopify-accelerated-checkout-cart iframe{border-radius:50px!important}body.ms-creator-context .cart__note .field__input{border:1px solid #e0e0e0;border-radius:8px;font-size:14px}body.ms-creator-context .cart__note .field__input:focus{border-color:#84a98c;outline:none}body.ms-creator-context .cart__empty-text{font-size:20px;font-weight:300;letter-spacing:.02em;color:#2d3a2e}body.ms-creator-context .cart__empty-text:before{content:"";display:block;width:48px;height:48px;margin:0 auto 1.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23c0c0c0' stroke-width='1'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M16 11V7a4 4 0 00-8 0v4M5 9h14l1 12H4L5 9z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:.8}body.ms-creator-context .cart__warnings .button{border-radius:50px;background:#8fa88f;color:#fff;border:none;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:16px 28px;transition:all .2s ease}body.ms-creator-context .cart__warnings .button:hover{background:#7a937a;color:#fff;transform:translateY(-2px)}body.ms-creator-context .cart__warnings .button:before,body.ms-creator-context .cart__warnings .button:after{display:none!important}body.ms-creator-context .cart__login-title,body.ms-creator-context .cart__login-paragraph{display:none!important}body.ms-creator-context:has(cart-items.is-empty) .cart__footer-wrapper,body.ms-creator-context:has(.is-empty) .cart__footer-wrapper{display:none!important}body.ms-creator-context.template-cart{display:flex;flex-direction:column;min-height:100vh}body.ms-creator-context.template-cart #MainContent{flex:1;display:flex;flex-direction:column}body.ms-creator-context.template-cart .shopify-section-main-cart-items,body.ms-creator-context.template-cart .shopify-section-template-cart__cart-items,body.ms-creator-context.template-cart [id*=cart-items]{flex:1}body.ms-creator-context .is-empty .cart__warnings{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8rem 0}.shopify-policy__container{background:#fff;min-height:80vh;padding:calc(var(--ms-header-height) + 48px) 24px 80px;max-width:720px;margin:0 auto}.shopify-policy__title{display:none}.shopify-policy__body{color:#374151;font-size:17px;line-height:1.8}.shopify-policy__body>.rte>h1:first-child,.shopify-policy__body>h1:first-child{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0;padding-bottom:16px}.shopify-policy__body>.rte>h1:first-child:after,.shopify-policy__body>h1:first-child:after{content:"";display:block;width:48px;height:3px;background:var(--ms-accent);margin-top:16px;margin-bottom:24px}.shopify-policy__body h2{font-size:18px;font-weight:600;color:#1a1a1a;margin-top:40px;margin-bottom:12px}.shopify-policy__body h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:32px;margin-bottom:8px}.shopify-policy__body p{margin-bottom:20px}.shopify-policy__body a{color:var(--ms-accent);text-decoration:underline}@media(min-width:768px){.shopify-policy__body>.rte>h1:first-child,.shopify-policy__body>h1:first-child{font-size:40px}}.ms-creator-context .ms-page-wrapper{padding:calc(var(--ms-header-height) + 48px) 24px 80px!important;max-width:720px!important;margin-left:auto!important;margin-right:auto!important}.ms-creator-context .ms-page__title{display:none}.ms-page__content{font-size:17px;line-height:1.8;color:#374151}.ms-page__content>h1:first-child{font-size:32px;font-weight:700;color:#1a1a1a;line-height:1.3;margin:0;padding-bottom:16px}.ms-page__content>h1:first-child:after{content:"";display:block;width:48px;height:3px;background:var(--ms-accent);margin-top:16px;margin-bottom:24px}.ms-page__content h2{font-size:18px;font-weight:600;color:#1a1a1a;margin-top:40px;margin-bottom:12px}.ms-page__content h3{font-size:16px;font-weight:600;color:#1a1a1a;margin-top:32px;margin-bottom:8px}.ms-page__content p{margin-bottom:20px}.ms-page__content a{color:var(--ms-accent);text-decoration:underline}@media(min-width:768px){.ms-page__content>h1:first-child{font-size:40px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/ms-theme.css.map */
