:root{--custom-radius: 16px;--custom-radius-small: 10px;--custom-shadow: 0 6px 18px rgba(0, 0, 0, .055);--custom-shadow-hover: 0 10px 26px rgba(0, 0, 0, .09);--custom-transition: .18s ease;--main-dark: #171d24;--main-dark-hover: #2f3742}.card-wrapper{position:relative;transition:transform var(--custom-transition),box-shadow var(--custom-transition)}.card-wrapper:hover{transform:translateY(-2px)}.card,.card__inner{border-radius:var(--custom-radius);overflow:hidden}.card__media img{transition:transform .22s ease}.card-wrapper:hover .card__media img{transform:scale(1.02)}.card__information{padding:15px 18px 18px}.card__heading{font-size:15px;line-height:1.35;font-weight:500}.card-wrapper .price{width:100%;display:flex!important;justify-content:center!important;text-align:center!important;margin:8px 0 14px;font-weight:600}.card-wrapper .price__container,.card-wrapper .price__regular,.card-wrapper .price__sale{width:100%;display:flex!important;justify-content:center!important;align-items:center;gap:8px;text-align:center!important}.card-wrapper .price-item{text-align:center!important}.card-wrapper .button,.card-wrapper .quick-add__submit{background:var(--main-dark)!important;color:#fff!important;border:none!important;border-radius:var(--custom-radius-small)!important;box-shadow:none!important;height:44px;padding:0 14px;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;transition:background .18s ease,transform .18s ease}.card-wrapper .button:hover,.card-wrapper .quick-add__submit:hover{background:var(--main-dark-hover)!important;color:#fff!important;transform:none!important}.button,.product-form__submit,.cart__checkout-button,.shopify-payment-button__button{border-radius:var(--custom-radius-small);transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.button:active,.quick-add__submit:active,.cart__checkout-button:active,.product-form__submit:active{transform:translateY(1px) scale(.98)}.cart__checkout-button,button[name=checkout]{background:var(--main-dark)!important;color:#fff!important;border:none!important;box-shadow:none!important}.cart__checkout-button:hover,button[name=checkout]:hover{background:var(--main-dark-hover)!important;color:#fff!important}.wishlist-button{position:absolute;top:11px;right:11px;z-index:20;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important;padding:0!important;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#fffffff5;color:#111!important;box-shadow:0 4px 14px #0000001a;cursor:pointer;line-height:1;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.wishlist-button:hover{transform:scale(1.05);background:#fff;box-shadow:0 7px 18px #00000021}.wishlist-button__icon{width:14px!important;height:14px!important;display:block}.wishlist-button__icon path{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:fill .16s ease,stroke .16s ease,transform .16s ease}.wishlist-button.is-active{color:#111!important}.wishlist-button.is-active .wishlist-button__icon path{fill:currentColor;stroke:currentColor;transform:scale(1.04)}.header__icon--wishlist{position:relative}.header__icon--wishlist svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.header__icon--wishlist .cart-count-bubble[hidden]{display:none!important}.wishlist-page{padding-top:30px;padding-bottom:54px}.wishlist-page__header{margin-bottom:22px}.wishlist-page__title{margin:0;font-size:clamp(13px,3vw,23px);line-height:1.1;letter-spacing:-.02em;font-weight:300}.wishlist-page__text{display:none}.wishlist-empty{max-width:420px;padding:22px;border-radius:var(--custom-radius);background:rgba(var(--color-foreground),.04)}.wishlist-empty p{margin:0 0 16px;font-size:14px}.wishlist-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.wishlist-card{position:relative;overflow:hidden;border-radius:var(--custom-radius);background:#fff;text-align:left;padding-bottom:6px;box-shadow:var(--custom-shadow);transition:transform .18s ease,box-shadow .18s ease}.wishlist-card:hover{transform:translateY(-2px);box-shadow:var(--custom-shadow-hover)}.wishlist-card__media{display:flex;align-items:center;justify-content:center;height:145px;padding:16px;margin-bottom:6px;background:#f8f8f8;text-decoration:none}.wishlist-card__media img{width:100%;height:100%;object-fit:contain;transition:transform .22s ease}.wishlist-card:hover .wishlist-card__media img{transform:scale(1.025)}.wishlist-card__placeholder{width:100%;height:100%;background:rgba(var(--color-foreground),.05)}.wishlist-card__info{padding:6px 12px 10px}.wishlist-card__title{margin:0 0 4px;min-height:36px;font-size:14px;line-height:1.3;font-weight:500}.wishlist-card__title a{color:#222;text-decoration:none}.wishlist-card__title a:hover{color:#000;text-decoration:none}.wishlist-card__price,.wishlist-card .price{display:block;width:100%;text-align:center;margin:2px 0 6px;font-size:14px;font-weight:500;color:#444}.wishlist-card .button,.wishlist-grid .button,.wishlist-card__button{width:100%;height:40px;min-height:40px;margin-top:4px;padding:0 16px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:var(--main-dark)!important;color:#fff!important;border:none!important;border-radius:10px;box-shadow:none!important;font-size:13px;letter-spacing:.02em}.wishlist-card .button:hover,.wishlist-grid .button:hover{background:var(--main-dark-hover)!important;color:#fff!important}.wishlist-remove{position:absolute;top:9px;right:9px;z-index:2;width:24px;height:24px;padding:0;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#ffffffeb;color:#111;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000014;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.wishlist-remove:hover{transform:scale(1.05);background:#fff;box-shadow:0 5px 14px #0000001f}.product__tax,.product__tax.caption,.product .product__tax{display:none!important}.product__title h1{font-size:25px;line-height:1.2;font-weight:500}.price--large{font-size:18px;font-weight:500}.product__info-container>*{margin-bottom:14px}.product__description,.product__description.rte{max-width:450px;font-size:14px;line-height:1.45;color:rgba(var(--color-foreground),.72)}.product__description p{margin-top:0;margin-bottom:10px}.product__description ul,.product__description ol{margin-top:14px;margin-bottom:18px;padding-left:16px}.product__description li{margin-bottom:6px;font-size:13px;line-height:1.5;color:#444}.product__description strong,.product__description b{font-weight:500;color:rgba(var(--color-foreground),.78)}.product__media-wrapper img{border-radius:12px}.product-form__input input[type=radio]+label{border-radius:2px!important;padding:8px 14px;font-size:13px;border:1px solid #ddd;transition:all .2s ease}.product-form__input input[type=radio]:checked+label{background:#171d24;color:#fff;border-color:#171d24}.product-form__input input[type=radio]:checked+label{background:#111;color:#fff;border-color:#111}[data-product-buy-row]{margin-top:14px;margin-bottom:0}[data-product-buy-row] .product-form__quantity{width:150px!important;max-width:150px!important;margin:0!important}[data-product-buy-row] .quantity{width:150px!important;height:50px!important;min-height:50px!important}.product__info-container product-form{width:245px!important;max-width:245px!important;margin-top:-62px!important;margin-left:178px!important;margin-bottom:22px!important}.product__info-container product-form .product-form__buttons{width:100%!important;margin:0!important}.product__info-container product-form .product-form__submit,.product__info-container product-form button[name=add]{width:100%!important;height:50px!important;min-height:50px!important;margin:0!important;background:var(--main-dark)!important;background-color:var(--main-dark)!important;color:#fff!important;border:none!important;border-radius:10px!important;font-size:13px!important;font-weight:500!important;letter-spacing:.06em!important;box-shadow:none!important;transition:background .18s ease,transform .18s ease}.product__info-container product-form .product-form__submit:hover,.product__info-container product-form button[name=add]:hover{background:var(--main-dark-hover)!important;background-color:var(--main-dark-hover)!important}.product__info-container product-form .product-form__submit:active,.product__info-container product-form button[name=add]:active{background:#111820!important;transform:translateY(1px) scale(.98)}.product__info-container product-form .product-form__submit:focus,.product__info-container product-form button[name=add]:focus{outline:none;box-shadow:0 0 0 2px #171d242e!important}@media screen and (max-width:1199px){.wishlist-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media screen and (max-width:989px){.wishlist-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width:749px){.wishlist-button{top:10px;right:10px;width:30px!important;height:30px!important;min-width:30px!important;min-height:30px!important}.wishlist-button__icon{width:14px!important;height:14px!important}.wishlist-page{padding-top:22px;padding-bottom:42px}.wishlist-page__header{margin-bottom:18px}.wishlist-page__title{font-size:22px;line-height:1.15}.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.wishlist-card{border-radius:15px}.wishlist-card__media{height:130px;padding:14px}.wishlist-card__info{padding:12px}.wishlist-card__title{min-height:36px;font-size:13px;line-height:1.35}.wishlist-card__price{font-size:13px;margin-bottom:10px}.wishlist-card__button,.wishlist-card .button{min-height:36px;height:36px;font-size:12px;border-radius:9px}.wishlist-remove{width:23px;height:23px;font-size:15px}[data-product-buy-row] .product-form__quantity,[data-product-buy-row] .quantity{width:128px!important}.product__info-container product-form{width:calc(100% - 140px)!important;max-width:calc(100% - 140px)!important;margin-top:-50px!important;margin-left:140px!important}.product__info-container product-form .product-form__submit,.product__info-container product-form button[name=add]{height:50px!important;min-height:50px!important;font-size:10px!important;letter-spacing:.04em!important}}@media screen and (max-width:420px){.wishlist-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:749px){[data-product-buy-row] .product-form__quantity,[data-product-buy-row] .quantity{width:132px!important;max-width:132px!important;height:46px!important;min-height:46px!important}.product__info-container product-form{width:calc(100% - 146px)!important;max-width:240px!important;margin-top:-62px!important;margin-left:146px!important;margin-bottom:22px!important}.product__info-container product-form .product-form__submit,.product__info-container product-form button[name=add]{height:46px!important;min-height:46px!important;font-size:11px!important;letter-spacing:.04em!important;padding:0 10px!important}}@media screen and (max-width:749px){.product__title h1{font-size:19px!important;line-height:1.18!important;letter-spacing:-.02em;font-weight:500}}.product-form__input{gap:6px!important}.product-form__input input[type=radio]+label{margin:2px!important}.card__heading a,.card__information a,.full-unstyled-link,.card__heading a:hover,.card__information a:hover,.full-unstyled-link:hover{text-decoration:none!important;border-bottom:none!important}a:hover{text-decoration:none!important}.header__menu-item,.header__menu-item span,.header__active-menu-item,.header__menu-item:hover,.header__menu-item span:hover{text-decoration:none!important;border-bottom:none!important}.header__menu-item,.header__menu-item span{text-decoration:none!important;border-bottom:none!important;display:inline-block;transition:transform .2s ease,color .2s ease}.header__menu-item:hover,.header__menu-item span:hover{transform:scale(1.05);color:#cbd5df}.header__active-menu-item{transform:scale(1.03);color:#fff}.card-wrapper .card__information{text-align:center}.card-wrapper .card__heading,.card-wrapper .card__heading a,.card-wrapper .full-unstyled-link{text-align:center!important;width:100%}.card-wrapper .card-information,.wishlist-card__info,.wishlist-card__title{text-align:center}.wishlist-card__title a{display:block;text-align:center}.wishlist-card__price{text-align:center}.wishlist-card__button,.wishlist-card .button{margin-left:auto;margin-right:auto}.page-title,.main-page-title,h1{font-size:34px!important;line-height:1.2;font-weight:500;max-width:680px}.rte,.page-width .rte{max-width:600px;font-size:14px;line-height:1.45;color:rgba(var(--color-foreground),.75)}.rte p{margin-bottom:10px}.rte ul,.rte ol{margin-top:10px;margin-bottom:12px;padding-left:16px}.rte li{margin-bottom:6px;line-height:1.4}.rte strong,.rte b{display:block;margin-top:16px;margin-bottom:6px;font-weight:500;font-size:15px}@media screen and (max-width:749px){.page-title,.main-page-title,h1{font-size:26px!important}.rte{max-width:100%;font-size:13px;line-height:1.4}}.delivery-page{max-width:900px;margin:0 auto}.delivery-title{font-size:32px;margin-bottom:28px;font-weight:500}.delivery-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.delivery-card{background:#fff;border-radius:18px;padding:22px 20px;box-shadow:0 8px 28px #0000000f;transition:transform .2s ease,box-shadow .2s ease}.delivery-card:hover{transform:translateY(-2px);box-shadow:0 12px 36px #00000017}.delivery-card h2{font-size:18px;margin-bottom:12px;font-weight:500}.delivery-card p{font-size:14px;line-height:1.45;margin-bottom:8px;color:rgba(var(--color-foreground),.8)}.delivery-card ul{padding-left:16px;margin:0 0 10px}.delivery-card li{font-size:14px;margin-bottom:6px}.delivery-note{font-size:12px;opacity:.7;margin-top:10px}@media screen and (max-width:749px){.delivery-grid{grid-template-columns:1fr}.delivery-title{font-size:24px}.delivery-card{padding:18px}}.delivery-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}.delivery-benefit{background:#fff;border-radius:16px;padding:18px 14px;text-align:center;box-shadow:0 8px 28px #0000000d}.delivery-benefit span{display:block;font-size:26px;margin-bottom:8px}.delivery-benefit p{margin:0;font-size:14px;font-weight:500}.delivery-icon{width:42px;height:42px;margin-bottom:14px;border-radius:14px;background:#171d240f;display:flex;align-items:center;justify-content:center;font-size:22px}.delivery-faq{margin-top:26px;background:#fff;border-radius:18px;padding:26px;box-shadow:0 8px 28px #0000000f}.delivery-faq h2{font-size:22px;margin:0 0 16px;font-weight:500}.delivery-faq details{border-top:1px solid rgba(0,0,0,.08)}.delivery-faq details:last-child{border-bottom:1px solid rgba(0,0,0,.08)}.delivery-faq summary{cursor:pointer;list-style:none;padding:16px 0;font-size:15px;font-weight:500;position:relative}.delivery-faq summary::-webkit-details-marker{display:none}.delivery-faq summary:after{content:"+";position:absolute;right:0;top:16px;font-size:20px;line-height:1}.delivery-faq details[open] summary:after{content:"\2212"}.delivery-faq details p{margin:-4px 28px 16px 0;font-size:14px;line-height:1.45;color:rgba(var(--color-foreground),.72)}.delivery-animate{opacity:0;transform:translateY(12px);animation:deliveryFadeUp .45s ease forwards}.delivery-animate:nth-child(2){animation-delay:.08s}.delivery-benefits.delivery-animate{animation-delay:.14s}.delivery-faq.delivery-animate{animation-delay:.2s}@keyframes deliveryFadeUp{to{opacity:1;transform:translateY(0)}}@media screen and (max-width:749px){.delivery-benefits{grid-template-columns:1fr}.delivery-faq{padding:20px}.delivery-faq h2{font-size:19px}.delivery-faq summary{font-size:14px}}.wishlist-button.is-active{animation:wishlistPop .25s ease}@keyframes wishlistPop{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1)}}.card-wrapper:hover{transform:translateY(-4px)}.card-wrapper:hover .card{box-shadow:0 16px 40px #00000014}.fade-up{opacity:0;transform:translateY(14px);transition:all .4s ease}.fade-up.is-visible{opacity:1;transform:translateY(0)}.product-form__submit.is-loading,.quick-add__submit.is-loading,button[name=add].is-loading{opacity:.75;pointer-events:none}.product-form__submit.is-added,.quick-add__submit.is-added,button[name=add].is-added{background:#1f2a22!important;color:#fff!important}.product-form__submit:disabled,.quick-add__submit:disabled,button[name=add]:disabled{cursor:wait}#MainContent .main-page-title.page-title.h0{width:100%;max-width:100%;text-align:center!important;font-size:30px!important;line-height:1.18!important;font-weight:500!important;margin:28px auto 34px!important;letter-spacing:-.02em}@media screen and (max-width:749px){#MainContent .main-page-title.page-title.h0{font-size:23px!important;line-height:1.2!important;margin:22px auto 24px!important}}.so-cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9998;background:#00000061;opacity:0;transition:opacity .22s ease}.so-cart-drawer-overlay.is-active{opacity:1}.so-cart-drawer{position:fixed;top:0;right:0;z-index:9999;width:min(420px,100vw);height:100vh;background:#fff;color:#171d24;display:flex;flex-direction:column;transform:translate(105%);transition:transform .26s ease;box-shadow:-18px 0 55px #0000002e}.so-cart-drawer.is-active{transform:translate(0)}.so-cart-drawer__header{min-height:72px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.08)}.so-cart-drawer__header h2{margin:0;font-size:22px;font-weight:500}.so-cart-drawer__close{width:38px;height:38px;border:0;border-radius:50%;background:#0000000d;font-size:26px;line-height:1;cursor:pointer;transition:background .18s ease,transform .18s ease}.so-cart-drawer__close:hover{background:#00000017;transform:rotate(90deg)}.so-cart-drawer__body{flex:1;overflow-y:auto;padding:18px 22px}.so-cart-drawer__empty{padding:36px 0;text-align:center;font-size:15px;color:#171d24a6}.so-cart-item{display:grid;grid-template-columns:76px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid rgba(0,0,0,.07)}.so-cart-item__image{width:76px;height:76px;border-radius:14px;background:#f6f6f6;overflow:hidden;display:flex;align-items:center;justify-content:center}.so-cart-item__image img{width:100%;height:100%;object-fit:contain}.so-cart-item__title{margin:0 0 4px;font-size:14px;line-height:1.35;font-weight:500}.so-cart-item__variant{margin:0 0 8px;font-size:12px;color:#171d2494}.so-cart-item__bottom{display:flex;align-items:center;justify-content:space-between;gap:12px}.so-cart-item__price{font-size:14px;font-weight:600}.so-cart-item__qty{display:inline-flex;align-items:center;height:34px;border:1px solid rgba(0,0,0,.18);border-radius:10px;overflow:hidden}.so-cart-item__qty button{width:32px;height:32px;border:0;background:transparent;cursor:pointer;font-size:17px;color:#171d24}.so-cart-item__qty button:hover{background:#0000000d}.so-cart-item__qty span{min-width:28px;text-align:center;font-size:13px;font-weight:600}.so-cart-item__remove{margin-top:8px;padding:0;border:0;background:transparent;color:#171d2494;font-size:12px;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.so-cart-drawer__footer{padding:18px 22px 22px;border-top:1px solid rgba(0,0,0,.08);background:#fff;box-shadow:0 -12px 28px #0000000a}.so-cart-drawer__total{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;font-size:16px}.so-cart-drawer__checkout{width:100%;min-height:50px;display:flex;align-items:center;justify-content:center;background:#171d24!important;color:#fff!important;border-radius:12px!important;text-decoration:none!important}.so-cart-drawer__checkout:hover{background:#2f3742!important}.so-cart-drawer__cart-link{display:block;margin-top:12px;text-align:center;color:#171d24;font-size:14px;text-decoration:none}body.so-cart-drawer-open{overflow:hidden}@media screen and (max-width:749px){.so-cart-drawer{width:100vw}.so-cart-drawer__header{min-height:66px;padding:18px}.so-cart-drawer__body{padding:14px 18px}.so-cart-drawer__footer{padding:16px 18px 20px}}.so-cart-drawer__shipping-note{margin:14px 0 0;text-align:center;font-size:14px;line-height:1.35;color:#171d24ad}.so-cart-drawer__total strong{font-weight:500;font-size:16px;color:#171d24}.so-cart-item__price{font-weight:500;font-size:14px;color:#171d24d9}.so-cart-drawer__total strong{font-weight:400;letter-spacing:.01em}.so-cart-drawer__free-shipping{margin:0 0 16px}.so-cart-drawer__free-shipping p{margin:0 0 8px;font-size:13px;line-height:1.35;text-align:center;color:#171d24ad}.so-cart-drawer__progress{width:100%;height:7px;overflow:hidden;border-radius:999px;background:#171d2414}.so-cart-drawer__progress span{display:block;width:0%;height:100%;border-radius:inherit;background:#171d24;transition:width .35s ease}.so-cart-drawer__total strong,.so-cart-item__price{transition:transform .18s ease,opacity .18s ease}.so-price-updated{transform:scale(1.04);opacity:.72}.cart-notification,.cart-notification-wrapper{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
/*# sourceMappingURL=/cdn/shop/t/8/assets/custom.css.map */
