:root{--premium-border-radius-large: 12px;--premium-border-radius-medium: 8px;--premium-border-radius-small: 6px;--premium-shadow-subtle: 0 4px 20px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .02);--premium-shadow-hover: 0 10px 30px rgba(0, 0, 0, .08), 0 2px 8px rgba(0, 0, 0, .03);--premium-shadow-floating: 0 15px 35px rgba(0, 0, 0, .12), 0 3px 10px rgba(0, 0, 0, .05);--premium-transition-smooth: all .5s cubic-bezier(.16, 1, .3, 1);--premium-transition-fast: all .3s cubic-bezier(.16, 1, .3, 1)}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.card-wrapper,.card,.card__inner{border-radius:var(--premium-border-radius-large)!important;overflow:hidden;transition:var(--premium-transition-smooth)!important}.card-wrapper{background:transparent;border:1px solid rgba(0,0,0,.05);padding:8px;box-shadow:var(--premium-shadow-subtle)}.card-wrapper:hover{transform:translateY(-4px);box-shadow:var(--premium-shadow-hover);border-color:#0000001a}.card__media .media,.card__media .media img{border-radius:var(--premium-border-radius-medium)!important;overflow:hidden}.card-wrapper .card__media .media img{transition:transform .8s cubic-bezier(.16,1,.3,1)!important}.card-wrapper:hover .card__media .media img{transform:scale(1.05)!important}.card--card.card--light-border{border:none!important}.button,.customer button,.shopify-challenge__button{border-radius:var(--premium-border-radius-small)!important;transition:var(--premium-transition-fast)!important;font-weight:500!important;letter-spacing:.08rem!important;position:relative;overflow:hidden}.button:after,.customer button:after{box-shadow:none!important}.button:hover,.customer button:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001f!important}.button:active,.customer button:active{transform:translateY(0)}.quick-add__submit{border-radius:var(--premium-border-radius-small)!important}.badge{border-radius:50px!important;padding:.5rem 1.2rem!important;font-weight:600!important;letter-spacing:.05rem!important;font-size:1rem!important;text-transform:uppercase;border:none!important}.badge--sale{background-color:#e55151!important;color:#fff!important}.badge--soldout{background-color:#888!important;color:#fff!important}.field__input,.select__select,.customer .field input,.search__input{border-radius:var(--premium-border-radius-medium)!important;border:1px solid rgba(0,0,0,.15)!important;transition:var(--premium-transition-fast)!important;box-shadow:none!important}.field__input:focus,.select__select:focus,.customer .field input:focus,.search__input:focus{border-color:#000c!important;box-shadow:0 0 0 3px #0000000d!important;outline:none!important}.field__label{transition:var(--premium-transition-fast)!important}.header-wrapper{transition:var(--premium-transition-fast)!important;max-width:var(--page-width)!important;margin:1.5rem auto!important;border-radius:var(--premium-border-radius-large)!important;background-color:#ffffffe6!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important;box-shadow:var(--premium-shadow-subtle)!important;border:1px solid rgba(0,0,0,.05)!important;z-index:100;position:relative}@media screen and (max-width:749px){.header-wrapper{margin:1rem!important;max-width:calc(100% - 2rem)!important}}.header__menu-item span{position:relative;padding-bottom:4px}.header__menu-item span:after{content:"";position:absolute;width:100%;transform:scaleX(0);height:2px;bottom:0;left:0;background-color:currentColor;transform-origin:bottom right;transition:transform .3s cubic-bezier(.16,1,.3,1)}.header__menu-item:hover span:after{transform:scaleX(1);transform-origin:bottom left}.header__menu-item--active span:after{transform:scaleX(1)}.shopify-section-header-sticky{position:sticky!important;top:10px;z-index:1001}.shopify-section-header-sticky .header-wrapper{margin:0 auto!important;max-width:var(--page-width)!important;border-radius:var(--premium-border-radius-large)!important;box-shadow:var(--premium-shadow-hover)!important;background-color:#fffffff2!important;border:1px solid rgba(0,0,0,.06)!important}@media screen and (max-width:749px){.shopify-section-header-sticky{top:5px}.shopify-section-header-sticky .header-wrapper{margin:0 1rem!important;max-width:calc(100% - 2rem)!important}}.drawer__inner,.menu-drawer__inner{border-radius:var(--premium-border-radius-large) 0 0 var(--premium-border-radius-large)!important;box-shadow:var(--premium-shadow-floating)!important;background-color:#fffffff2!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important;border-left:1px solid rgba(255,255,255,.2)!important}.cart-item{border-bottom:1px solid rgba(0,0,0,.05)!important;padding-bottom:1.5rem!important;margin-bottom:1.5rem!important}.cart-item__image{border-radius:var(--premium-border-radius-medium)!important;border:1px solid rgba(0,0,0,.05)}.quantity{border-radius:var(--premium-border-radius-small)!important;border:1px solid rgba(0,0,0,.1)!important}.premium-reveal{opacity:0;transform:translateY(30px);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.premium-reveal.revealed{opacity:1;transform:translateY(0)}.premium-reveal-child{opacity:0;transform:translateY(20px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);will-change:transform,opacity}.revealed .premium-reveal-child{opacity:1;transform:translateY(0)}#back-to-top{position:fixed;bottom:25px;right:25px;width:44px;height:44px;border-radius:50%;background-color:#121212;color:#fff;border:none;cursor:pointer;box-shadow:0 4px 15px #00000026;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(15px);transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s,background-color .3s;z-index:999}#back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}#back-to-top:hover{background-color:#333;transform:translateY(-3px);box-shadow:0 8px 25px #00000040}#back-to-top svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;transition:transform .3s ease}#back-to-top:hover svg{transform:translateY(-2px)}.product__media-wrapper .product__media-list{border-radius:var(--premium-border-radius-large)!important;overflow:hidden}.product__info-container .product__title h1{font-weight:700!important;letter-spacing:-.02em!important}.product-form__input input[type=radio]+label{border-radius:var(--premium-border-radius-small)!important;transition:var(--premium-transition-fast)!important}.product-form__input input[type=radio]:checked+label{box-shadow:0 0 0 2px #121212!important}.price-item--sale{color:#e55151!important}.image-with-text{transition:var(--premium-transition-smooth)}.image-with-text .image-with-text__media{border-radius:var(--premium-border-radius-large)!important;overflow:hidden;box-shadow:var(--premium-shadow-hover)!important;border:1px solid rgba(0,0,0,.03);transition:var(--premium-transition-smooth)}.image-with-text:hover .image-with-text__media{transform:scale(1.02);box-shadow:var(--premium-shadow-floating)!important}.image-with-text .image-with-text__content{background-color:#fff9!important;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--premium-border-radius-large);border:1px solid rgba(255,255,255,.4);padding:4.5rem!important;box-shadow:var(--premium-shadow-subtle);transition:var(--premium-transition-smooth)}.image-with-text:hover .image-with-text__content{background-color:#ffffffd9!important;box-shadow:var(--premium-shadow-hover)}.image-with-text .image-with-text__heading{font-weight:800!important;letter-spacing:-.02em!important;line-height:1.15!important;color:#121212!important}.image-with-text .image-with-text__text{font-size:1.6rem!important;line-height:1.7!important;color:#374151!important}.card-wrapper .card__heading .icon-wrap,.card-wrapper .card__caption .icon-wrap{display:none!important}.slideshow__media img{animation:premium-kenburns 25s infinite alternate ease-in-out;will-change:transform}@keyframes premium-kenburns{0%{transform:scale(1) translate(0)}to{transform:scale(1.08) translate(-1%,-.5%)}}.slideshow__slide:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:linear-gradient(to top,rgba(0,0,0,.45) 0%,transparent 100%);pointer-events:none;z-index:1}.slideshow__text-wrapper{background-color:transparent!important;z-index:2!important}.slideshow__text{background-color:transparent!important;border:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0!important}.slideshow__text .button{background-color:#fff!important;color:#121212!important;border:none!important;border-radius:50px!important;padding:1.6rem 4.5rem!important;font-size:1.5rem!important;font-weight:600!important;letter-spacing:.1em!important;text-transform:uppercase!important;box-shadow:0 4px 15px #0003!important;transition:all .4s cubic-bezier(.16,1,.3,1)!important;display:inline-flex!important;align-items:center;justify-content:center}.slideshow__text .button:hover{transform:translateY(-3px) scale(1.03)!important;background-color:#f9f9f9!important;box-shadow:0 10px 25px #0000004d!important;color:#000!important}[id*=image-with-text-1]{background:radial-gradient(at 0% 0%,rgba(228,246,255,.45) 0px,transparent 50%),radial-gradient(at 100% 100%,rgba(254,233,255,.45) 0px,transparent 50%),#fafafa!important;border-radius:20px!important;margin:6rem auto!important;padding:5rem 3rem!important;max-width:calc(100% - 4rem)!important;border:1px solid rgba(0,0,0,.03);box-shadow:0 10px 40px #00000003}[id*=image-with-text-1] .image-with-text__grid{align-items:center!important}[id*=image-with-text-1] .image-with-text__media{border-radius:var(--premium-border-radius-large)!important;transform:rotate(-2deg) scale(.97);box-shadow:var(--premium-shadow-hover)!important;transition:transform .6s cubic-bezier(.16,1,.3,1),box-shadow .6s ease!important}[id*=image-with-text-1]:hover .image-with-text__media{transform:rotate(0) scale(1.02);box-shadow:var(--premium-shadow-floating)!important}[id*=image-with-text-1] .image-with-text__heading:before{content:"\1f4f8   ";font-size:.95em}@media screen and (max-width:749px){[id*=image-with-text-1]{padding:3rem 1.5rem!important;margin:3rem 1.5rem!important;max-width:calc(100% - 3rem)!important}[id*=image-with-text-1] .image-with-text__media{transform:none!important;margin-bottom:2rem!important}[id*=image-with-text-1]:hover .image-with-text__media{transform:scale(1.01)!important}}.featured-product.product{background:#fff!important;border-radius:20px!important;padding:4rem!important;box-shadow:var(--premium-shadow-hover)!important;border:1px solid rgba(0,0,0,.04)!important;margin-top:6rem!important;margin-bottom:6rem!important;align-items:center!important}@media screen and (max-width:749px){.featured-product.product{padding:2rem!important;margin-top:4rem!important;margin-bottom:4rem!important}}.featured-product .product__media-item{border-radius:12px!important;overflow:hidden;box-shadow:var(--premium-shadow-subtle)!important;border:1px solid rgba(0,0,0,.03)}.featured-product .product__info-container{padding-left:5rem!important}@media screen and (max-width:749px){.featured-product .product__info-container{padding-left:0!important;margin-top:3rem!important}}.featured-product .product-form__input input[type=radio]+label{border-radius:var(--premium-border-radius-small)!important;padding:1rem 2rem!important;font-weight:500!important;border:1px solid rgba(0,0,0,.1)!important;transition:var(--premium-transition-fast)!important;background-color:#fff}.featured-product .product-form__input input[type=radio]+label:hover{border-color:#121212!important;background-color:#00000005!important}.featured-product .product-form__input input[type=radio]:checked+label{background-color:#121212!important;color:#fff!important;border-color:#121212!important;box-shadow:0 0 0 1px #121212!important}.featured-product .price{font-size:2.2rem!important;font-weight:600!important;margin-bottom:2rem!important}.featured-product .product-form__buttons{max-width:100%!important}.featured-product .product-form__submit{border-radius:var(--premium-border-radius-small)!important;padding:1.5rem!important;font-size:1.5rem!important;font-weight:600!important;width:100%!important}.featured-product .shopify-payment-button__button{border-radius:var(--premium-border-radius-small)!important;padding:1.5rem!important;font-size:1.5rem!important;font-weight:600!important}.announcement-bar{background:linear-gradient(90deg,#020912,#0d1a29,#020912)!important;border-bottom:1px solid rgba(228,246,255,.15)!important}.announcement-bar__message{letter-spacing:.18rem!important;font-weight:500!important;text-transform:uppercase!important;font-size:1.15rem!important;display:flex;align-items:center;justify-content:center;gap:12px;padding:.8rem 0!important}.announcement-bar__message:before,.announcement-bar__message:after{content:"\2726";display:inline-block;color:#e4f6ff;font-size:1rem;animation:star-pulse 2.5s infinite alternate ease-in-out}.announcement-bar__message:after{animation-delay:1.25s}@keyframes star-pulse{0%{opacity:.3;transform:scale(.8) rotate(0)}to{opacity:1;transform:scale(1.2) rotate(180deg)}}.footer{background:linear-gradient(180deg,#090d16,#02070e)!important;color:#e5e7eb!important;border-top:1px solid rgba(255,255,255,.08)!important;position:relative}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(228,246,255,.3),transparent)}.footer-block__heading{color:#fff!important;font-weight:600!important;letter-spacing:.08rem!important;text-transform:uppercase!important;border-bottom:2px solid rgba(228,246,255,.15);padding-bottom:8px;display:inline-block;margin-bottom:1.5rem!important}.footer-block__details-content a{color:#9ca3af!important;display:inline-block;transition:var(--premium-transition-fast)!important}.footer-block__details-content a:hover{color:#fff!important;transform:translate(3px);text-decoration:none!important}.footer__payment,.footer__copyright{border-top:1px solid rgba(255,255,255,.05)!important;padding-top:2rem!important;margin-top:2rem!important}.footer__copyright,.footer__copyright a{color:#9ca3af!important}.footer .newsletter-form__field-wrapper{max-width:40rem!important}.footer .field__input{background-color:#ffffff0d!important;border:1px solid rgba(255,255,255,.1)!important;color:#fff!important}.footer .field__input:focus{border-color:#ffffff80!important;background-color:#ffffff14!important}.footer .field__label{color:#9ca3af!important}.contact{background-color:#fff!important;border-radius:var(--premium-border-radius-large)!important;box-shadow:var(--premium-shadow-hover)!important;padding:5rem 4rem!important;margin-top:5rem!important;margin-bottom:5rem!important;border:1px solid rgba(0,0,0,.05)!important;max-width:800px!important}.contact .title{text-align:center!important;font-weight:800!important;letter-spacing:-.02em!important;margin-bottom:3.5rem!important;color:#121212!important}.contact__button{margin-top:3rem!important}.contact__button .button{width:100%!important;justify-content:center!important;padding:1.5rem!important;font-size:1.5rem!important;background-color:#121212!important;color:#fff!important}.contact__button .button:hover{background-color:#333!important}.shopify-policy__container{max-width:800px!important;margin:6rem auto!important;padding:5rem 4rem!important;background-color:#fff!important;border-radius:var(--premium-border-radius-large)!important;box-shadow:var(--premium-shadow-subtle)!important;border:1px solid rgba(0,0,0,.05)!important}.shopify-policy__title{text-align:center!important;margin-bottom:4rem!important}.shopify-policy__title h1{font-size:3.2rem!important;font-weight:800!important;letter-spacing:-.03em!important;color:#121212!important;position:relative;display:inline-block;padding-bottom:1.5rem}.shopify-policy__title h1:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#121212;border-radius:2px}.shopify-policy__body{font-size:1.55rem!important;line-height:1.85!important;color:#374151!important}.shopify-policy__body h2,.shopify-policy__body h3,.shopify-policy__body h4{color:#111827!important;font-weight:700!important;margin-top:3.5rem!important;margin-bottom:1.5rem!important;letter-spacing:-.01em!important}.shopify-policy__body h2{font-size:2.2rem!important;border-bottom:1px solid rgba(0,0,0,.05);padding-bottom:6px}.shopify-policy__body h3{font-size:1.8rem!important}.shopify-policy__body p{margin-bottom:2rem!important}.shopify-policy__body ul,.shopify-policy__body ol{margin-bottom:2.5rem!important;padding-left:2.5rem!important}.shopify-policy__body li{margin-bottom:.8rem!important}
/*# sourceMappingURL=/cdn/shop/t/11/assets/custom-premium.css.map */
