:root{--accent-color: #717171;--white-color: #fff;--black-color: #272727;--gray-color: #f3f3f3;--gray-color-200: #e3e3e3;--gray-color-300: #e0e0e0;--gray-color-500: #d0d0d0;--gray-color-800: #3a3a3a;--light-gray-color: #d2d2d2;--primary-color: #0dcaf0;--bs-body-color: #272727;--bs-secondary-color: #ffe8f0;--bs-secondary-rgb: 255, 232, 240;--bs-primary-rgb: 248, 109, 114;--bs-border-color: #e3e3e3;--bs-dropdown-link-active-bg: #f5f5f5;--light-color: #f8f8f8;--light-blue-color: #edf1f3;--navbar-color-color: #131814;--bs-box-shadow: 0 .2rem .6rem rgba(0, 0, 0, .08);--bs-btn-font-size: 1rem;--ui-text-size: clamp(.9rem, .86rem + .12vw, .98rem);--ui-control-height: clamp(42px, 5.2vw, 46px);--ui-control-radius: 12px;--ui-control-padding-y: clamp(.56rem, .5rem + .2vw, .7rem);--ui-control-padding-x: clamp(.75rem, .66rem + .35vw, 1rem);--ui-btn-size: clamp(.88rem, .84rem + .14vw, .96rem);--ui-btn-letter-spacing: .05em;--overlay-z: 100000;--overlay-z-top: 100001;--product-card-bg: #ffffff;--product-card-border: rgba(15, 23, 42, .12);--product-card-shadow: 0 10px 24px rgba(15, 23, 42, .08);--product-card-radius: .75rem;--product-card-title-color: #111827;--product-card-price-color: var(--bs-primary);--product-card-old-price-color: #5b6470;--product-card-desc-bg: #f3f4f6;--product-card-desc-color: #334155;--product-card-desc-radius: 8px}:root{--body-font: "Nunito", sans-serif;--heading-font: "Nunito", sans-serif;--site-header-height-fallback: 50px}@media(min-width:1200px){:root{--site-header-height-fallback: 70px}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{box-sizing:border-box;max-width:100%;overflow-x:hidden;overflow-x:clip}body{font-family:var(--body-font);font-size:clamp(15px,14.4px + .22vw,16px);font-weight:300;background:#f2f4f5;margin:0;max-width:100%;overflow-x:hidden;overflow-x:clip}p{color:var(--black-color);letter-spacing:.01rem;line-height:normal}a{color:var(--black-color);text-decoration:none;transition:.3s color ease-out}a.light{color:var(--light-color)}@media(hover:hover)and (pointer:fine){a:hover{text-decoration:none;color:var(--primary-color)}}#smooth-content{background:#fff;min-height:100vh}#smooth-wrapper,#smooth-content{max-width:100%}#smooth-content.has-site-header{padding-top:var(--site-header-height, var(--site-header-height-fallback, 48px))}html{scroll-padding-top:var(--site-header-height, var(--site-header-height-fallback, 48px))}#smooth-content.has-site-header section[id]{scroll-margin-top:calc(var(--site-header-height, var(--site-header-height-fallback, 48px)) + 12px)}body.no-smoother #smooth-wrapper{overflow-x:hidden!important;overflow-x:clip!important;overflow-y:visible!important}body.no-smoother #smooth-content{transform:none!important;will-change:auto}@media(max-width:768px),(hover:none),(pointer:coarse){body.no-smoother #smooth-wrapper{overflow-x:hidden!important;overflow-x:clip!important;overflow-y:visible!important}body.no-smoother #smooth-content{transform:none!important;will-change:auto}}hr{margin:1.25rem 0;color:var(--gray-color-200);opacity:1}.bg-gray{background:var(--gray-color)}.bg-dark{background:var(--black-color)}.bg-light{background:var(--light-color)}.bg-light-gray{background:#f5f5f5}.padding-xsmall{padding-top:.5em;padding-bottom:.5em}.padding-small{padding-top:2em;padding-bottom:2em}.padding-medium{padding-top:clamp(28px,5vw,56px);padding-bottom:clamp(28px,5vw,56px)}.padding-large{padding-top:clamp(24px,5vw,64px);padding-bottom:clamp(24px,5vw,64px)}.img-fluid{width:100%;max-width:100%;height:auto;display:block;object-fit:cover}.padding-xlarge{padding-top:clamp(56px,9vw,120px);padding-bottom:clamp(56px,9vw,120px)}.margin-small{margin-top:2em;margin-bottom:2em}.margin-medium{margin-top:4em;margin-bottom:4em}.margin-large{margin-top:7em;margin-bottom:7em}.margin-xlarge{margin-top:9.5em;margin-bottom:9.5em}h1,h2,h3,h4,h5,h6{font-family:var(--heading-font);text-transform:capitalize;letter-spacing:.03em;font-weight:600;line-height:115%}h4,h5,h6{color:var(--light-black-color)}h1{font-size:3.9rem}h2{font-size:3.6rem}h3{font-size:2.1rem}h4{font-size:1.4rem}h5{font-size:1.3rem;font-weight:300;text-transform:capitalize;letter-spacing:.01rem}h6{font-size:1.1rem}@media only screen and (max-width:999px){h1{font-size:3rem}h2{font-size:2.95rem}h3{font-size:1.5rem}h4{font-size:1.24rem}h5{font-size:1.2rem}}@media only screen and (max-width:500px){h1{font-size:2.6rem}h2{font-size:2rem}}.btn{font-weight:500;text-transform:capitalize;letter-spacing:var(--ui-btn-letter-spacing);color:var(--white-color);background-color:var(--primary-color);border:none;min-height:var(--ui-control-height);padding:var(--ui-control-padding-y) calc(var(--ui-control-padding-x) * 1.55);font-size:var(--ui-btn-size);line-height:1.2;border-radius:200px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.btn:hover,.btn:focus-visible,.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active{color:var(--white-color);background-color:var(--black-color)}.btn-dark{background-color:var(--black-color)}.btn-dark:hover{background-color:var(--primary-color)}.btn-light{background-color:var(--light-color)}.btn-light:hover{color:#fff;background-color:var(--primary-color)}.form-control{min-height:var(--ui-control-height);padding:var(--ui-control-padding-y) var(--ui-control-padding-x);font-size:var(--ui-text-size);font-weight:400;letter-spacing:.01rem;line-height:1.3;border-radius:var(--ui-control-radius)}.form-control:focus{box-shadow:none;border-color:#131814}input.form-control::placeholder,textarea.form-control::placeholder{color:#0000004d}.filter-blog .form-select,.filter-shop .form-select{min-height:var(--ui-control-height);padding:0 var(--ui-control-padding-x);font-size:var(--ui-text-size);font-weight:500;border:none;background-color:transparent;line-height:1.3;width:200px;cursor:pointer;border-radius:var(--ui-control-radius)}.form-select{min-height:var(--ui-control-height);padding:var(--ui-control-padding-y) calc(var(--ui-control-padding-x) * 1.8) var(--ui-control-padding-y) var(--ui-control-padding-x);font-size:var(--ui-text-size);line-height:1.3;border-radius:var(--ui-control-radius)}.form-select:focus{box-shadow:none}.form-check-input:checked{background-color:var(--primary-color);border-color:var(--primary-color)}.form-check-input:focus{border-color:var(--primary-color);box-shadow:0 0 0 .25rem #f38d4440}th{font-weight:300;letter-spacing:.06rem}.page-link{padding:0;font-size:21px;color:var(--black-color);background:none;border:none}.page-link:focus{color:var(--primary-color);background:none;box-shadow:none}.page-link:hover{color:var(--primary-color);background:none;border:none}.active>.page-link,.page-link.active{color:var(--primary-color);background:none;border:none}.disabled>.page-link,.page-link.disabled{color:var(--gray-color-500);background:none;border:none}@media(min-width:200px){.animate{animation-duration:.3s;-webkit-animation-duration:.3s;animation-fill-mode:both;-webkit-animation-fill-mode:both}}@keyframes slide{0%{transform:translateY(1rem);opacity:0}to{transform:translateY(0);opacity:1}0%{transform:translateY(1rem);opacity:0}}@-webkit-keyframes slide{0%{-webkit-transform:transform;-webkit-opacity:0}to{-webkit-transform:translateY(0);-webkit-opacity:1}0%{-webkit-transform:translateY(1rem);-webkit-opacity:0}}.slide{-webkit-animation-name:slide;animation-name:slide}#preloader{background:#fff;opacity:.8;height:100%;position:fixed;width:100%;top:0;z-index:99999999;transition:.2s ease-in-out}#preloader.hide-preloader{display:none}.book{--color: #f86d72;--duration: 6.8s;width:32px;height:12px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.book .inner{width:32px;height:12px;position:relative;transform-origin:2px 2px;transform:rotate(-90deg);animation:book var(--duration) ease infinite}.book .inner .left,.book .inner .right{width:60px;height:4px;top:0;border-radius:2px;background:var(--color);position:absolute}.book .inner .left:before,.book .inner .right:before{content:"";width:48px;height:4px;border-radius:2px;background:inherit;position:absolute;top:-10px;left:6px}.book .inner .left{right:28px;transform-origin:58px 2px;transform:rotate(90deg);animation:left var(--duration) ease infinite}.book .inner .right{left:28px;transform-origin:2px 2px;transform:rotate(-90deg);animation:right var(--duration) ease infinite}.book .inner .middle{width:32px;height:12px;border:4px solid var(--color);border-top:0;border-radius:0 0 9px 9px;transform:translateY(2px)}.book ul{margin:0;padding:0;list-style:none;position:absolute;left:50%;top:0}.book ul li{height:4px;border-radius:2px;transform-origin:100% 2px;width:48px;right:0;top:-10px;position:absolute;background:var(--color);transform:rotate(0) translate(-18px);animation-duration:var(--duration);animation-timing-function:ease;animation-iteration-count:infinite}.book ul li:nth-child(0){animation-name:page-0}.book ul li:nth-child(1){animation-name:page-1}.book ul li:nth-child(2){animation-name:page-2}.book ul li:nth-child(3){animation-name:page-3}.book ul li:nth-child(4){animation-name:page-4}.book ul li:nth-child(5){animation-name:page-5}.book ul li:nth-child(6){animation-name:page-6}.book ul li:nth-child(7){animation-name:page-7}.book ul li:nth-child(8){animation-name:page-8}.book ul li:nth-child(9){animation-name:page-9}.book ul li:nth-child(10){animation-name:page-10}.book ul li:nth-child(11){animation-name:page-11}.book ul li:nth-child(12){animation-name:page-12}.book ul li:nth-child(13){animation-name:page-13}.book ul li:nth-child(14){animation-name:page-14}.book ul li:nth-child(15){animation-name:page-15}.book ul li:nth-child(16){animation-name:page-16}.book ul li:nth-child(17){animation-name:page-17}.book ul li:nth-child(18){animation-name:page-18}@keyframes page-0{4%{transform:rotate(0) translate(-18px)}13%,54%{transform:rotate(180deg) translate(-18px)}63%{transform:rotate(0) translate(-18px)}}@keyframes page-1{5.86%{transform:rotate(0) translate(-18px)}14.74%,55.86%{transform:rotate(180deg) translate(-18px)}64.74%{transform:rotate(0) translate(-18px)}}@keyframes page-2{7.72%{transform:rotate(0) translate(-18px)}16.48%,57.72%{transform:rotate(180deg) translate(-18px)}66.48%{transform:rotate(0) translate(-18px)}}@keyframes page-3{9.58%{transform:rotate(0) translate(-18px)}18.22%,59.58%{transform:rotate(180deg) translate(-18px)}68.22%{transform:rotate(0) translate(-18px)}}@keyframes page-4{11.44%{transform:rotate(0) translate(-18px)}19.96%,61.44%{transform:rotate(180deg) translate(-18px)}69.96%{transform:rotate(0) translate(-18px)}}@keyframes page-5{13.3%{transform:rotate(0) translate(-18px)}21.7%,63.3%{transform:rotate(180deg) translate(-18px)}71.7%{transform:rotate(0) translate(-18px)}}@keyframes page-6{15.16%{transform:rotate(0) translate(-18px)}23.44%,65.16%{transform:rotate(180deg) translate(-18px)}73.44%{transform:rotate(0) translate(-18px)}}@keyframes page-7{17.02%{transform:rotate(0) translate(-18px)}25.18%,67.02%{transform:rotate(180deg) translate(-18px)}75.18%{transform:rotate(0) translate(-18px)}}@keyframes page-8{18.88%{transform:rotate(0) translate(-18px)}26.92%,68.88%{transform:rotate(180deg) translate(-18px)}76.92%{transform:rotate(0) translate(-18px)}}@keyframes page-9{20.74%{transform:rotate(0) translate(-18px)}28.66%,70.74%{transform:rotate(180deg) translate(-18px)}78.66%{transform:rotate(0) translate(-18px)}}@keyframes page-10{22.6%{transform:rotate(0) translate(-18px)}30.4%,72.6%{transform:rotate(180deg) translate(-18px)}80.4%{transform:rotate(0) translate(-18px)}}@keyframes page-11{24.46%{transform:rotate(0) translate(-18px)}32.14%,74.46%{transform:rotate(180deg) translate(-18px)}82.14%{transform:rotate(0) translate(-18px)}}@keyframes page-12{26.32%{transform:rotate(0) translate(-18px)}33.88%,76.32%{transform:rotate(180deg) translate(-18px)}83.88%{transform:rotate(0) translate(-18px)}}@keyframes page-13{28.18%{transform:rotate(0) translate(-18px)}35.62%,78.18%{transform:rotate(180deg) translate(-18px)}85.62%{transform:rotate(0) translate(-18px)}}@keyframes page-14{30.04%{transform:rotate(0) translate(-18px)}37.36%,80.04%{transform:rotate(180deg) translate(-18px)}87.36%{transform:rotate(0) translate(-18px)}}@keyframes page-15{31.9%{transform:rotate(0) translate(-18px)}39.1%,81.9%{transform:rotate(180deg) translate(-18px)}89.1%{transform:rotate(0) translate(-18px)}}@keyframes page-16{33.76%{transform:rotate(0) translate(-18px)}40.84%,83.76%{transform:rotate(180deg) translate(-18px)}90.84%{transform:rotate(0) translate(-18px)}}@keyframes page-17{35.62%{transform:rotate(0) translate(-18px)}42.58%,85.62%{transform:rotate(180deg) translate(-18px)}92.58%{transform:rotate(0) translate(-18px)}}@keyframes page-18{37.48%{transform:rotate(0) translate(-18px)}44.32%,87.48%{transform:rotate(180deg) translate(-18px)}94.32%{transform:rotate(0) translate(-18px)}}@keyframes left{4%{transform:rotate(90deg)}10%,40%{transform:rotate(0)}46%,54%{transform:rotate(90deg)}60%,90%{transform:rotate(0)}96%{transform:rotate(90deg)}}@keyframes right{4%{transform:rotate(-90deg)}10%,40%{transform:rotate(0)}46%,54%{transform:rotate(-90deg)}60%,90%{transform:rotate(0)}96%{transform:rotate(-90deg)}}@keyframes book{4%{transform:rotate(-90deg)}10%,40%{transform:rotate(0);transform-origin:2px 2px}40.01%,59.99%{transform-origin:30px 2px}46%,54%{transform:rotate(90deg)}60%,90%{transform:rotate(0);transform-origin:2px 2px}96%{transform:rotate(-90deg)}}.search-box{background:var(--gray-color);position:relative}.close-button{position:absolute;top:20px;right:120px;cursor:pointer;z-index:9}.search-box input.search-input{font-size:1.3em;width:70%;height:30px;padding:25px;border-radius:80px;border-color:#00000040;background:transparent}.search-box svg{width:22px;height:22px;color:var(--primary-color)}.search-box svg.search{margin-left:-50px}.search-form input[type=search].search-field{border:none;background:#f1f1f1;width:100%;border-radius:50px;padding:10px 40px}.search-form input[type=search].search-field::focus{border-color:#af9aaa}.search-form button{position:absolute;top:6px;right:9px;background:transparent;border:none}.search-popup{background-color:#fff;position:fixed;left:0;top:0;width:100%;height:100%;opacity:0;visibility:hidden;z-index:var(--overlay-z-top);-webkit-transition:opacity .3s 0s,visibility 0s .3s;-moz-transition:opacity .3s 0s,visibility 0s .3s;transition:opacity .3s 0s,visibility 0s .3s}.search-popup.is-visible{opacity:1;visibility:visible;cursor:-webkit-image-set(url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23FFF' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 1x,url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E") 2x),pointer;cursor:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='%23000' d='M20 1l-1-1-9 9-9-9-1 1 9 9-9 9 1 1 9-9 9 9 1-1-9-9'/%3E%3C/svg%3E"),pointer;-webkit-transition:opacity .3s 0s,visibility 0s 0s;-moz-transition:opacity .3s 0s,visibility 0s 0s;transition:opacity .3s 0s,visibility 0s 0s}.search-popup-container{background-color:transparent;position:relative;top:50%;margin:0 auto;padding:0;width:90%;max-width:800px;text-align:center;box-shadow:none;cursor:default;-webkit-transform:translateY(-40px);transform:translateY(-40px);-webkit-backface-visibility:hidden;-webkit-transition-property:-webkit-transform;transition-property:transform;-webkit-transition-duration:.3s;transition-duration:.3s}.is-visible .search-popup-container{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.search-popup-form{position:relative;margin:0 0 3em}.search-popup-form .form-control{padding:0 0 .375em;font-size:2em}.search-popup-form #search-popup-submit{display:none}.search-popup .search-popup-close{display:block;position:absolute;top:2em;right:2em;margin:-.5em;padding:.5em;line-height:0}.search-popup .search-popup-close:hover{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.search-popup .search-popup-close i{display:block;position:relative;width:1em;height:1em;fill:#00000080}.search-popup .search-popup-close:hover i{fill:#000}.search-popup .cat-list-title{margin-top:40px;margin-bottom:10px;font-size:.6em;font-weight:400;text-transform:uppercase;letter-spacing:.1em}.search-popup .cat-list{margin:0;list-style-type:none}.search-popup .cat-list-item{display:inline-block;margin-bottom:0;letter-spacing:.015em;font-size:2em}.search-popup .cat-list-item a{position:relative}.search-popup .cat-list-item a:after{background:none repeat scroll 0 0 #fff;content:"";height:1px;border-bottom:1px solid #ff9697;left:0;opacity:0;position:absolute;top:100%;width:100%;-webkit-transition:height .3s,opacity .3s,-webkit-transform .3s;transition:height .3s,opacity .3s,transform .3s;-webkit-transform:translateY(-5px);transform:translateY(-5px)}.search-popup .cat-list-item a:hover:after{height:1px;opacity:1;-webkit-transform:translateY(2px);transform:translateY(2px)}.search-popup .cat-list-item:after{content:"/";padding:0 5px;line-height:1;color:#00000080;vertical-align:text-top}.search-popup .cat-list-item:last-child:after{display:none}@media only screen and (max-width:991px){.search-popup .cat-list-item,.search-popup-form .form-control{font-size:1.425em}}@media only screen and (max-width:767px){.search-popup .search-popup-close{top:1em;right:1em}}@media only screen and (max-width:575px){.search-popup .cat-list-item,.search-popup-form .form-control{font-size:1.125em}.search-popup .search-popup-close{top:1em;right:1em}}.search-popup input[type=search]{font-size:24px;height:60px;padding:26px}.search-popup .search-form button{top:12px;right:15px}.search-popup .search-form button svg{height:28px;width:28px}.nav-tabs .nav-link{color:var(--black-color)}:focus-visible{outline:none}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:1200;background:#fff;transition:background .3s ease-out,box-shadow .3s ease-out;box-shadow:0 6px 20px #00000014;padding-top:env(safe-area-inset-top)}#header{--header-mobile-min-height: 50px;--header-desktop-min-height: 70px}#header-nav{min-height:50px;padding-top:0!important;padding-bottom:0!important}#header .container{width:100%;margin-left:auto;margin-right:auto;padding-left:var(--bs-gutter-x, 12px);padding-right:var(--bs-gutter-x, 12px)}@media(min-width:576px){#header .container{max-width:540px}}@media(min-width:768px){#header .container{max-width:720px}}@media(min-width:992px){#header .container{max-width:960px}}@media(min-width:1200px){#header .container{max-width:1140px}}@media(min-width:1400px){#header .container{max-width:1420px}}#header .row{display:flex;flex-wrap:wrap}#header .col-md-3,#header .top-info-col-help{width:25%;max-width:25%;flex:0 0 25%}#header .top-info-col-promo{width:30%;max-width:30%;flex:0 0 30%}#header .top-info-col-delivery,#header .top-info-col-language{width:22.5%;max-width:22.5%;flex:0 0 22.5%}#header .border-bottom{border-bottom:1px solid rgba(15,23,42,.12)}#header .border-start{border-left:1px solid rgba(15,23,42,.12)}#header .d-flex{display:flex}#header .justify-content-center{justify-content:center}#header .align-items-center{align-items:center}#header .flex-grow-1{flex-grow:1;min-width:0}#header .text-center{text-align:center}#header .py-1{padding-top:.25rem;padding-bottom:.25rem}#header .py-3{padding-top:1rem;padding-bottom:1rem}#header .my-2{margin-top:.5rem;margin-bottom:.5rem}#header .top-info>.container{min-height:36px}#header-nav>.container{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:50px}@media(max-width:1199.98px){#header{min-height:var(--header-mobile-min-height)}}@media(min-width:1200px){#header{min-height:var(--header-desktop-min-height)}#header-nav,#header-nav>.container{min-height:var(--header-desktop-min-height)}}.navbar{background:#fff}.navbar-brand{flex-shrink:0}.navbar-brand img.logo{height:44px;width:auto}#header-nav .navbar-brand{margin-right:0}#header-nav #navbar{margin:0;padding:0;display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:20px}#header-nav #navbar .nav-item{margin:0;flex-shrink:0;white-space:nowrap}.nav-search-item{margin-left:12px}.navbar-toggler svg.navbar-icon{width:50px;height:50px}.navbar-nav .nav-item a.nav-link{font-size:.8rem;font-weight:600;letter-spacing:.08em;color:#1f2937;transition:color .2s ease;padding:.5rem 0;white-space:nowrap;display:inline-block}.navbar-nav .nav-item a.nav-link.active,.navbar-nav .nav-item a.nav-link:focus,.navbar-nav .nav-item a.nav-link:hover{color:#0f5f77}.nav-search-form{display:flex;align-items:center;border-radius:4px;overflow:hidden;transition:all .2s ease}.nav-search-input{flex:1;border:none;padding:8px 12px;background:transparent;font-size:13px;font-family:Nunito,sans-serif;outline:none}.nav-search-btn{padding:8px 12px;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease;touch-action:manipulation}.nav-search-btn:hover{color:#6ea6b9}.nav-search-btn svg{width:16px;height:16px}.modal{--bs-modal-zindex: 99999}.modal-dialog{max-width:800px;margin:auto;height:100vh;display:flex;align-items:center}.dropdown-menu{--bs-dropdown-link-active-color: #6ea6b9;--bs-dropdown-link-active-bg: #f5f5f5;--bs-dropdown-zindex: 99999;right:0}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none}.cart-dropdown .dropdown-menu{min-width:21rem}.cart-dropdown.dropdown a:after{display:none}@media only screen and (max-width:500px){.cart-dropdown .dropdown-menu{min-width:fit-content}}#header-nav .navbar-toggler:focus{box-shadow:none}#header-nav .offcanvas{transition:.5s ease-in-out}#header-nav .offcanvas.show{z-index:99999}#header-nav .offcanvas-end{width:500px}.site-header .user-items svg{width:22px;height:22px;cursor:pointer;transition:color .2s ease}.site-header .user-items a:hover svg{color:#6ea6b9}@media only screen and (max-width:1399px){.navbar-brand img.logo{height:40px}#header-nav #navbar .nav-item{flex-shrink:0}.navbar-nav .nav-item a.nav-link{font-size:.76rem;letter-spacing:.06em;padding:.35rem 0}}@media only screen and (max-width:1200px){#header-nav #navbar{gap:16px}.navbar-nav .nav-item a.nav-link{font-size:.72rem;letter-spacing:.06em}}@media only screen and (max-width:1440px)and (min-width:1201px){.panel-inner.hero-inner{margin-top:-100px}}@media only screen and (max-width:991px){#navbar .user-items{display:none}}.top-info{background:#f9f9f9}.top-info p{margin:0;font-size:13px;color:#374151}.top-info a{color:#0f5f77;text-decoration:none;font-weight:600;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.top-info a:hover{color:#0b4a5d;text-decoration:underline}}#header .d-none,#header .d-xl-block{display:none!important}#header .d-xl-none{display:block!important}@media(min-width:1200px){#header .d-xl-block{display:block!important}#header .d-xl-none{display:none!important}}.mobile-header{background:#fff;box-shadow:0 2px 8px #0000001a;position:relative;z-index:1000}.mobile-top-bar{display:flex;justify-content:space-between;align-items:center;padding:16px var(--bs-gutter-x, 16px);gap:12px;min-height:50px}.mobile-logo{flex-shrink:0}.mobile-logo a{display:inline-flex;touch-action:manipulation}.mobile-logo img.logo-mobile{height:48px;width:auto;border-radius:3px}.mobile-actions{display:flex;align-items:center;gap:8px}.mobile-action-btn{background:none;border:none;padding:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#333;min-width:48px;min-height:48px;border-radius:4px;transition:all .2s ease;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-action-btn:active{background-color:#f0f0f0;color:#6ea6b9}.mobile-action-btn:focus{outline:none}.mobile-action-btn:focus-visible{outline:2px solid rgba(110,166,185,.45);outline-offset:2px}.mobile-action-btn svg{width:26px;height:26px;stroke-width:2}.cart-toggle{position:relative}.cart-badge{position:absolute;top:-10px;right:-12px;background-color:#e88b9a;color:#fff;font-size:11px;font-weight:700;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.fly-clone{position:fixed;z-index:9999;border-radius:12px;object-fit:cover;pointer-events:none;opacity:1;transform:translate(0) scale(1);transition:transform .7s cubic-bezier(.2,.9,.2,1),opacity .7s ease;box-shadow:0 20px 35px #1f1a142e;will-change:transform,opacity}.mobile-search-bar{padding:12px 16px;background-color:#f9f9f9;border-bottom:1px solid #e0e0e0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-search-bar form{display:flex;gap:0}.mobile-search-input{flex:1;padding:12px 14px;border:1px solid #ddd;border-radius:4px 0 0 4px;font-size:15px;font-family:Nunito,sans-serif;outline:none;transition:border-color .2s ease}.mobile-search-input:focus{border-color:#6ea6b9;box-shadow:0 0 0 2px #6ea6b91a}.mobile-search-submit{padding:12px 14px;background-color:#6ea6b9;color:#fff;border:none;border-radius:0 4px 4px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-search-submit:active{background-color:#5a8fa0}.mobile-search-submit svg{width:20px;height:20px}.mobile-menu-overlay{position:fixed;inset:0;background-color:#00000080;z-index:var(--overlay-z);animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mobile-menu-drawer{position:fixed;top:0;left:0;width:85vw;max-width:320px;height:100vh;height:100dvh;max-height:100dvh;background:#fff;z-index:var(--overlay-z-top);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;padding-bottom:calc(16px + env(safe-area-inset-bottom));animation:slideInLeft .3s ease-out;box-shadow:2px 0 10px #0000001a}@keyframes slideInLeft{0%{transform:translate(-100%)}to{transform:translate(0)}}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:18px 16px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.mobile-menu-header h3{margin:0;font-size:20px;font-weight:700;color:#333}.mobile-menu-header .close-btn{background:none;border:none;padding:0;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;touch-action:manipulation}.mobile-menu-header .close-btn svg{width:28px;height:28px}.mobile-nav-section{padding:18px 16px;border-bottom:1px solid #f0f0f0}.mobile-section-title{font-size:14px;font-weight:700;text-transform:uppercase;color:#999;letter-spacing:.5px;margin-bottom:14px;display:block}.mobile-nav-list{list-style:none;padding:0;margin:0}.mobile-nav-list li{margin-bottom:0}.mobile-nav-list a{display:block;padding:14px 0;color:#333;text-decoration:none;font-size:16px;font-weight:500;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-nav-list a.active,.mobile-nav-list a:active{color:var(--primary-color);padding-left:8px}.mobile-categories{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.mobile-categories li{margin:0}.mobile-categories a{display:block;padding:12px;background-color:#f5f5f5;color:#333;text-decoration:none;font-size:14px;font-weight:500;border-radius:4px;text-align:center;transition:all .2s ease;border:1px solid transparent;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-categories a:active{background-color:#fff;color:var(--primary-color);border-color:var(--primary-color)}.mobile-actions-list{list-style:none;padding:0;margin:0}.mobile-actions-list li{margin-bottom:0}.mobile-actions-list a{display:flex;align-items:center;gap:14px;padding:14px 0;color:#333;text-decoration:none;font-size:16px;font-weight:500;transition:all .2s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-actions-list a:active{color:var(--primary-color);padding-left:8px}.mobile-actions-list svg{width:24px;height:24px;flex-shrink:0;stroke:currentColor;stroke-width:2;fill:none}.mobile-contact-info{font-size:14px;line-height:1.8}.mobile-contact-info p{margin-bottom:8px}.mobile-contact-info a{color:var(--primary-color);text-decoration:none;font-weight:500;transition:color .2s ease}.mobile-social-links{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.mobile-social-links a{display:block;padding:12px 8px;background-color:#f5f5f5;color:#333;text-decoration:none;font-size:14px;font-weight:500;border-radius:4px;text-align:center;transition:all .2s ease;border:1px solid transparent;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.mobile-social-links a:active{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.mobile-nav-list a:focus,.mobile-categories a:focus,.mobile-actions-list a:focus,.mobile-social-links a:focus,.mobile-search-submit:focus{outline:none}.mobile-nav-list a:focus-visible,.mobile-categories a:focus-visible,.mobile-actions-list a:focus-visible,.mobile-social-links a:focus-visible,.mobile-search-submit:focus-visible{outline:2px solid rgba(110,166,185,.35);outline-offset:2px}@media(hover:hover)and (pointer:fine){.mobile-action-btn:hover{background-color:#f0f0f0;color:#6ea6b9}.mobile-search-submit:hover{background-color:#5a8fa0}.mobile-nav-list a:hover{color:var(--primary-color);padding-left:8px}.mobile-categories a:hover{background-color:#fff;color:var(--primary-color);border-color:var(--primary-color)}.mobile-actions-list a:hover{color:var(--primary-color);padding-left:8px}.mobile-contact-info a:hover{color:#5a8fa0;text-decoration:underline}.mobile-social-links a:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}}@media only screen and (max-width:768px){.mobile-menu-drawer{width:100vw;max-width:100%}.mobile-top-bar{padding:10px var(--bs-gutter-x, 12px)}.mobile-logo img.logo-mobile{height:36px}.mobile-action-btn{min-width:36px;min-height:36px;padding:6px}.mobile-action-btn svg{width:20px;height:20px}.mobile-search-input{font-size:13px;padding:8px 10px}.mobile-search-submit{padding:8px 10px}.mobile-section-title{font-size:12px}.mobile-nav-list a{font-size:14px;padding:10px 0}.mobile-categories{grid-template-columns:repeat(2,1fr);gap:6px}.mobile-categories a{padding:8px 10px;font-size:12px}.mobile-actions-list a{font-size:14px;padding:10px 0}.mobile-social-links{grid-template-columns:repeat(3,1fr);gap:6px}.mobile-social-links a{padding:10px 6px;font-size:12px}}@media only screen and (max-width:576px){.mobile-top-bar{padding:8px;gap:6px}.mobile-logo img.logo-mobile{height:32px}.mobile-action-btn{min-width:32px;min-height:32px;padding:4px}.mobile-action-btn svg{width:18px;height:18px}.mobile-menu-drawer{width:100%}.mobile-search-bar{padding:10px 8px}.mobile-search-input{font-size:13px;padding:8px}.mobile-search-submit{padding:8px}.mobile-section-title{font-size:11px;margin-bottom:10px}.mobile-nav-section{padding:12px}.mobile-nav-list a{font-size:13px;padding:8px 0}.mobile-categories{grid-template-columns:repeat(2,1fr);gap:4px}.mobile-categories a{padding:8px 6px;font-size:11px}.mobile-actions-list a{font-size:13px;padding:8px 0;gap:8px}.mobile-actions-list svg{width:18px;height:18px}.mobile-contact-info{font-size:12px;line-height:1.6}.mobile-social-links{grid-template-columns:repeat(3,1fr);gap:4px}.mobile-social-links a{padding:8px 4px;font-size:11px}}@media only screen and (max-width:480px){.mobile-top-bar{padding:6px}.mobile-logo img.logo-mobile{height:28px}.mobile-action-btn{min-width:28px;min-height:28px;padding:3px}.mobile-action-btn svg{width:16px;height:16px}.cart-badge{width:16px;height:16px;font-size:8px}.mobile-menu-drawer{width:100%}.mobile-search-bar{padding:8px 6px}.mobile-search-input{font-size:12px;padding:6px}.mobile-menu-header{padding:4px 12px}.mobile-menu-header h3{font-size:16px}.mobile-nav-section{padding:10px}.mobile-nav-list a,.mobile-actions-list a{font-size:12px;padding:6px 0}.mobile-categories{gap:3px}.mobile-categories a{padding:6px 4px;font-size:10px}.mobile-social-links{gap:3px}.mobile-social-links a{padding:6px 2px;font-size:10px}}.swiper-next,.swiper-prev{color:var(--black-color);z-index:9999}.swiper-button-disabled{color:var(--gray-color-500)}@media only screen and (max-width:765px){section#billboard{height:100vh!important}}.icon-box .icon-box-icon svg{width:33px;height:33px;fill:var(--primary-color)}#company-services .icon-box{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;gap:.6rem;align-items:flex-start;height:100%;box-shadow:0 4px 12px #0f172a0f}#company-services .icon-box-icon{background:#f1f5f9;border-radius:10px;padding:.5rem;display:flex;align-items:center;justify-content:center}#company-services .icon-box-icon svg{width:26px;height:26px}#company-services .icon-box-content h4{font-size:.95rem;margin-bottom:.3rem;letter-spacing:0}#company-services .icon-box-content p{margin:0;font-size:.85rem;line-height:1.5;color:#555}@media only screen and (max-width:991px){#company-services .icon-box{flex-wrap:wrap}}.card-concern{text-align:center;bottom:145px;display:flex;justify-content:center;cursor:pointer;text-transform:uppercase;transition:all .3s ease-out;opacity:0;pointer-events:none}.card-concern .btn{padding:1.125rem}.card-concern svg{width:27px;height:27px;cursor:pointer}@media(hover:hover)and (pointer:fine){.card:hover .card-concern{bottom:160px;opacity:1;pointer-events:auto}}.home-addcart-btn.is-adding{transform:translateY(-1px);box-shadow:0 12px 18px #0000001f}.home-addcart-btn.is-added{animation:home-addcart-pop .28s ease}@keyframes home-addcart-pop{0%{transform:scale(1)}50%{transform:scale(1.08)}to{transform:scale(1)}}#items-listing img{max-width:80px;max-height:90px}.rating svg.star{width:16px;height:16px}#brands .brand-images img{filter:grayscale(100%);opacity:.5;transition:.3s ease-in-out}#brands .brand-images a.brand:hover img{filter:grayscale(0%);opacity:1}.instagram-item .icon-overlay{top:0;bottom:0;margin:auto;width:100%;height:auto;color:var(--light-color);opacity:0;transition:.9s ease-out}.instagram-item:hover .icon-overlay{opacity:1}#footer .menu-list .menu-item a{font-size:.7619em;font-weight:300;letter-spacing:.09em;color:var(--black-color)}#footer .menu-list .menu-item a:hover{color:var(--primary-color)}.social-links svg{width:20px;height:20px;transition:.3s ease-in-out;color:var(--light-gray-color)}.social-links svg:hover{color:var(--primary-color)}.social-links li{padding-right:30px}select#input-sort{border:none;padding:0;text-align:right;cursor:pointer}.product-info del{color:var(--gray-color-500)}.product-preview{flex-wrap:wrap}.product-hero-image{width:100%;height:100%;object-fit:contain}.product-thumb-image{width:100%;height:auto;object-fit:cover}@media(min-width:992px){.product-preview{flex-wrap:nowrap}}.nav-tabs .nav-link{letter-spacing:.06em}.nav-tabs .nav-link{background:none;border:none}.nav-tabs button.nav-link.active{color:var(--primary-color);background:none}.nav-tabs button.nav-link:hover{color:var(--primary-color)}@media screen and (max-width:991px){.product-tabs .review-item{width:100%;flex-wrap:wrap}.product-tabs .review-item .image-holder{margin-bottom:10px}}#best-selling-items .product-swiper .swiper-slide .card{height:420px;display:flex;flex-direction:column}#best-selling-items .product-thumb{height:200px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}#best-selling-items .product-thumb img.img-fluid{width:100%;height:100%;object-fit:contain}#best-selling-items .product-swiper .card h6{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;word-break:break-word}#best-selling-items .price-block .old-price{display:block;min-height:22px;text-decoration:line-through;color:var(--gray-color-500)}#best-selling-items .price-block .price{display:block}.product-desc{margin-top:8px;flex:1 1 auto;min-height:0;overflow:hidden;font-size:16px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}.product-desc-box{margin-top:0!important;padding:10px 12px;background:#f3f4f6;border-radius:5px;flex:1 1 auto;min-height:0;overflow:hidden}.product-desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical}:root{--steel-bg: radial-gradient(circle at top left, #f9fafb, #e5e7eb, #d1d5db, #9ca3af, #6b7280);--charcoal-blue: #0f172a;--charcoal-blue2: #173963;--accent-gold: #facc15;--accent-soft: #38bdf8;--white-milk: #f1f2f3;--black-1: #2f3638;--black-2: #24292b;--black-3: #181c1d;--black-4: #0c0e0f;--black-5: #000000;--white-1: #ffffff;--white-2: #f2f4f5;--white-3: #e6eaeb;--white-4: #d9dee0;--white-5: #ccd2d4;--primary-blue: #163658;--text-gray: #666;--border-color: #eee;--hover-color: #2c5ba5}section.panel{position:relative;min-height:auto;padding:clamp(20rem,8vh,7rem) clamp(13rem,6vw,10vw) clamp(20rem,7vh,5rem);display:flex;align-items:center;overflow:hidden}#hero{min-height:100vh;align-items:center}.panel-bg{position:absolute;inset:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;background-attachment:scroll}.panel:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#f8fafccc,#d1d5dbb3,#0f172a80);mix-blend-mode:multiply;z-index:-1}.panel-inner{max-width:540px;z-index:1}.panel-title{font-size:clamp(2.4rem,4.2vw,3.6rem);letter-spacing:.05em;margin:0 0 1rem;color:var(--white-milk)}.panel-title.hero-title{position:relative;display:inline-block}.panel-line{height:3px;width:140px;border-radius:999px;background:linear-gradient(90deg,green,#fff,red);transform-origin:left center}.panel-subtitle{font-size:1rem;line-height:1.7;max-width:480px;min-height:3.5rem;margin-top:.75rem;color:var(--white-milk)}.panel-subtitle.s1{color:var(--charcoal-blue)}.logo{width:200px;border-radius:5px}.tag-row{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.5rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em}.tag{padding:.4rem 1rem;border-radius:999px;border:1px solid rgba(15,23,42,.35);background:#f8fafce6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cta{margin-top:2rem;padding:.9rem 2.2rem;border-radius:999px;border:none;font-size:.85rem;letter-spacing:.18em;text-transform:uppercase;background:linear-gradient(135deg,#6ea6b9,#6ea6b9,#6ea6b9);color:#111827;cursor:pointer;box-shadow:0 12px 25px #0f172a59}.cta:active{transform:translateY(1px) scale(.98);box-shadow:0 8px 18px #0f172a4d}.scroll-hint{position:fixed;right:1.8rem;bottom:2.4rem;z-index:10;display:flex;align-items:center;gap:.6rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--charcoal-blue);opacity:.8;pointer-events:none}.scroll-hint-line{width:40px;height:1px;background:var(--charcoal-blue);position:relative;overflow:hidden}.scroll-hint-line:before{content:"";position:absolute;left:-40%;top:0;width:40%;height:100%;background:var(--accent-soft);animation:scrollHint 1.4s linear infinite}@keyframes scrollHint{0%{transform:translate(0)}to{transform:translate(250%)}}.hero-panel{position:relative;overflow:hidden}.hero-panel:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.hero-stove-layer{position:absolute;inset:0;pointer-events:none;overflow:hidden;z-index:0}.hero-stove{position:absolute;top:clamp(-54px,14vh,-100px);right:clamp(-130px,-6vw,-200px);width:min(1400px,78vw);height:auto;object-fit:contain;pointer-events:none;will-change:transform}.hero-bin-wrap{bottom:50%;left:10%;width:15%;height:180px}.hero-pot-wrap{position:absolute;bottom:-63%;right:-40%;transform:translate(-50%) rotate(-1deg) scale(.95);transform-origin:50% 70%;pointer-events:none}#inox{position:relative}.inox-layout{display:flex;align-items:center}#inox .panel-inner{max-width:min(640px,46vw)}#inox .inox-card{position:absolute;right:clamp(.75rem,2vw,2rem);top:clamp(220px,12vh,330px);transform:none;width:clamp(320px,34vw,620px);max-width:620px;z-index:1}#inox .inox-card-img{display:block;width:120%;height:auto;filter:drop-shadow(0 18px 35px rgba(15,23,42,.45));border-radius:20px}#inox .inox-ad-slider{width:100%}#inox .inox-ad-slider__viewport{position:relative;width:100%;aspect-ratio:940 / 788;border-radius:24px;overflow:hidden;border:1px solid rgba(255,255,255,.28);box-shadow:0 28px 44px #0f172a3d,0 8px 18px #0f172a2e;background:#ffffff1f}#inox .inox-ad-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .28s ease}#inox .inox-ad-slide.is-active{opacity:1;pointer-events:auto;z-index:1}#inox .inox-ad-slide__surface{display:block;width:100%;height:100%;border:0;padding:0;margin:0;background:transparent;cursor:pointer}#inox .inox-ad-slide__surface.is-static{cursor:default}#inox .inox-ad-slide__surface:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:-4px}#inox .inox-ad-slide__image{display:block;width:100%;height:100%;object-fit:cover;background:#d7e5eb}#inox .inox-ad-slider__controls{position:absolute;inset:auto 12px 12px;display:flex;justify-content:space-between;align-items:center;pointer-events:none;z-index:3}#inox .inox-ad-slider__nav{pointer-events:auto;width:42px;height:42px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:#0f172a75;color:#fff;font-size:1.6rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;transition:transform .16s ease,background-color .16s ease,box-shadow .16s ease;box-shadow:0 8px 18px #0f172a38}#inox .inox-ad-slider__nav:hover{transform:translateY(-1px);background:#0f172a9e}#inox .inox-ad-slider__nav:active{transform:scale(.97)}#inox .inox-ad-slider__dots{position:absolute;inset:auto 0 12px;z-index:2;display:flex;justify-content:center;gap:7px;padding-inline:72px}#inox .inox-ad-slider__dot{width:9px;height:9px;border-radius:999px;border:0;background:#ffffff8c;box-shadow:0 1px 4px #0f172a33;transition:transform .16s ease,background-color .16s ease,width .16s ease}#inox .inox-ad-slider__dot.is-active{width:22px;background:#fff}.stats-row{display:flex;gap:2.2rem;margin-top:2rem;flex-wrap:wrap}.inox-info-grid{margin-top:1.4rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;max-width:620px}.inox-info-card{position:relative;padding:.95rem 1rem;border-radius:14px;border:1px solid rgba(255,255,255,.2);background:linear-gradient(180deg,#ffffff24,#ffffff14);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:0 12px 24px #0f172a1f}.inox-info-title{margin:0;font-size:.95rem;font-weight:700;color:#fff}.inox-info-desc{margin:.45rem 0 0;font-size:.86rem;line-height:1.45;color:#ffffffdb}.inox-info-list{margin:.7rem 0 0;padding:0;list-style:none;display:grid;gap:.35rem}.inox-info-list li{display:flex;align-items:center;gap:.45rem;font-size:.82rem;color:#f8fbfd}.inox-info-list li:before{content:"";width:8px;height:8px;border-radius:999px;background:#ffffffd1;box-shadow:0 0 0 3px #ffffff24;flex:0 0 auto}.inox-panel-actions{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.65rem}.inox-panel-link{display:inline-flex;align-items:center;justify-content:center;padding:.62rem .95rem;border-radius:999px;border:1px solid rgba(255,255,255,.28);color:#fff;text-decoration:none;font-size:.82rem;font-weight:700;background:#ffffff1f;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease}.inox-panel-link:hover{transform:translateY(-1px);color:#fff;background:#ffffff2e;box-shadow:0 10px 18px #0f172a29}.inox-panel-link.alt{background:#0f172a2e}#inox .inox-card-facts{margin-top:.7rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}.inox-card-fact{padding:.65rem .75rem;border-radius:12px;background:#ffffffe0;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 18px #0f172a14}.inox-card-fact-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#64748b;font-weight:700}.inox-card-fact-value{margin-top:.18rem;font-size:.82rem;line-height:1.25;color:#0f172a;font-weight:700}.stat-card{min-width:130px}.stat-number{font-size:2rem;font-weight:700}.stat-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.16em;color:#1f2937;margin-top:.4rem}#inox-featured-section{background-color:#a8cad5;color:#333;line-height:1.5;padding:60px 20px;width:100%;box-sizing:border-box}#inox-featured-section .inox-section-content-wrapper{max-width:1500px;margin:0 auto;width:100%}#inox-featured-section .inox-section-title{font-size:32px;font-weight:500;margin-bottom:40px;color:var(--white-milk);text-align:left}#inox-featured-section .inox-grid-container{display:grid;grid-template-columns:1.1fr 1fr;gap:30px;align-items:flex-start}#inox-featured-section .inox-left-column{display:flex;flex-direction:column;gap:40px}#inox-featured-section .inox-article-item{display:flex;gap:25px}#inox-featured-section .inox-article-image-wrapper img{width:260px;max-width:40vw;height:220px;object-fit:cover;display:block;border-radius:6px}#inox-featured-section .inox-article-content-wrapper{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative}#inox-featured-section .secondary-link{font-size:11px;color:#999;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;display:block;font-weight:500}#inox-featured-section .inox-article-title{font-size:22px;font-weight:500;margin-bottom:12px;color:var(--charcoal-blue2);line-height:1.3;margin-top:0}#inox-featured-section .inox-article-description{font-size:14px;color:#444;margin-bottom:20px}#inox-featured-section .inox-btn-black{background-color:transparent;border:1px solid var(--charcoal-blue2);color:var(--charcoal-blue2);padding:10px 20px;text-align:center;text-decoration:none;display:inline-block;font-size:14px;cursor:pointer;transition:all .25s ease;width:fit-content;border-radius:7px}#inox-featured-section .inox-btn-black:hover{background-color:var(--charcoal-blue2);color:var(--white-milk)}#inox-featured-section .inox-right-column{display:flex;flex-direction:column;gap:24px}#inox-featured-section .inox-large-feature-card{position:relative;height:440px;max-width:740px;width:100%;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url(../../../images/post-img.jpg);display:flex;align-items:flex-end;border-radius:6px;overflow:hidden}#inox-featured-section .inox-overlay-content{padding:32px;width:100%;background:linear-gradient(to top,#000000a6,#0000000d)}#inox-featured-section .inox-overlay-title{color:#fff;font-size:24px;font-weight:500;margin:0 0 18px}#inox-featured-section .inox-btn-outline-rounded{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.8);padding:10px 24px;font-size:12px;font-weight:600;text-transform:uppercase;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:all .25s ease}#inox-featured-section .inox-btn-outline-rounded:hover{background-color:#fff;color:var(--charcoal-blue2);border-color:#fff}#inox-featured-section .inox-arrow-icon{font-size:16px;line-height:1}#inox-featured-section .inox-video-card{position:relative;height:220px;background-color:#1a1a1a;background-size:cover;background-position:center;background-image:url(../../../images/post-item2.jpg);display:flex;align-items:flex-end;color:#fff;border-radius:6px;overflow:hidden;cursor:pointer}#inox-featured-section .inox-video-card:hover .inox-play-icon-corner{transform:scale(1.08)}#inox-featured-section .inox-video-overlay-content{padding:24px;background:linear-gradient(to top,#000000b3,#0000000d);width:100%}#inox-featured-section .inox-video-title{font-size:18px;font-weight:500;margin:0}#inox-featured-section .inox-play-icon-corner{position:absolute;bottom:24px;right:24px;color:#fff;font-size:24px;transition:transform .25s ease}#contact{color:var(--black-4)}#contact.contact-panel{padding-bottom:6rem}#contact .panel-inner{max-width:100%}#contact .contact-form{margin-top:2rem;display:grid;grid-template-columns:minmax(0,1.7fr) minmax(0,1fr);gap:1.8rem}#contact .contact-form-left{display:grid;gap:1rem}#contact .field{display:flex;flex-direction:column;gap:.3rem;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase}#contact .field label{color:#4b5563}#contact .field input,#contact .field textarea{border-radius:.9rem;border:1px solid rgba(148,163,184,.7);padding:.7rem .9rem;font-size:.85rem;font-family:inherit;background:#f8fafcf2;color:var(--black-4)}#contact .field textarea{min-height:96px;resize:vertical}#contact .contact-info{font-size:.85rem;color:#374151;line-height:1.7;padding:1.1rem 1.4rem;border-radius:1.4rem;border:1px solid rgba(148,163,184,.7);background:#f8fafcf5}#contact .back-to-top{margin-top:1.4rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.16em;cursor:pointer;color:var(--charcoal-blue)}#contact .contact-header-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:3rem;margin-bottom:3rem;font-size:.85rem}#contact .contact-header-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;margin-bottom:.9rem}footer{background:#fff;color:var(--text-gray)}footer .container{margin:0 auto}footer ul{list-style:none;padding-left:0;margin:0}footer a{text-decoration:none;color:var(--text-gray)}.newsletter-area{background-color:var(--primary-blue);color:#fff;padding:50px 0;position:relative;overflow:hidden}.newsletter-content{display:flex;justify-content:space-between;align-items:center;gap:40px}.newsletter-area .contact-form-wrapper{flex:1;max-width:600px}.newsletter-area .contact-header h2{font-size:28px;font-weight:700;margin-bottom:5px;color:#fff}.newsletter-area .contact-header .sub-text{font-size:14px;opacity:.9;margin-bottom:25px;color:#ddd;text-decoration:none}.newsletter-area .contact-form{display:block;margin-top:0}.newsletter-area .contact-form-left{display:flex;flex-direction:column;gap:15px}.newsletter-area .field{display:flex;flex-direction:column;text-align:left}.newsletter-area .field label{font-size:14px;font-weight:600;margin-bottom:6px;color:#fff}.newsletter-area .field input,.newsletter-area .field textarea{padding:12px;border-radius:6px;border:1px solid transparent;font-size:14px;width:100%;font-family:inherit;background:#fff;color:#333;transition:.3s}.newsletter-area .field input:focus,.newsletter-area .field textarea:focus{outline:none;border-color:#74b9ff;box-shadow:0 0 5px #74b9ff80}.newsletter-area .cta{margin-top:10px;padding:12px 30px;background-color:#ff9f43;color:#fff;border:none;border-radius:6px;font-weight:700;font-size:16px;cursor:pointer;text-transform:uppercase;transition:.3s;width:fit-content}.newsletter-area .cta:hover,.cta:hover{background-color:#e58e26;color:#fff;transform:translateY(-2px)}.newsletter-image{flex:1;display:flex;justify-content:flex-end;align-items:center}.newsletter-image img{max-width:100%;height:auto;max-height:320px;object-fit:contain}.service-features{background:#fff;border-bottom:1px solid var(--border-color);padding:30px 0}.service-features .features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.service-features .feature-item{display:flex;align-items:center;padding:0 10px}.service-features .feature-item .icon{font-size:24px;margin-right:15px;color:#333}.service-features .feature-item .text{font-size:13px;font-weight:500;color:#333;line-height:1.4}.service-features .feature-item:not(:last-child){border-right:1px solid #ddd}.main-footer-links{background:#fff;padding:60px 0}.main-footer-links .links-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:64px}.main-footer-links .footer-column h3{font-size:14px;font-weight:700;margin-bottom:18px;color:#333;text-transform:uppercase}.main-footer-links .footer-column ul li{margin-bottom:8px;font-size:14px;color:var(--text-gray)}.main-footer-links .footer-column ul li a:hover{color:var(--primary-blue)}.bottom-bar{background:#fff;padding:30px 0 40px;border-top:1px solid #f0f0f0}.bottom-bar .bottom-content{text-align:center}.bottom-bar .hotline-box{display:inline-flex;align-items:center;margin-bottom:20px}.bottom-bar .icon-phone{width:40px;height:40px;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-right:15px;color:#333}.bottom-bar .phone-info{text-align:left;display:flex;flex-direction:column}.bottom-bar .phone-number{font-weight:700;font-size:18px;color:#111827}.bottom-bar .work-time{font-size:12px;color:#4b5563}.bottom-bar .copyright{font-size:12px;color:#4b5563;border-top:1px solid #eee;padding-top:16px;width:100%}@media(max-width:1200px){#inox-featured-section .inox-grid-container{grid-template-columns:1.05fr 1fr}#inox .panel-inner{max-width:min(600px,48vw)}#inox .inox-card{width:clamp(300px,33vw,560px);max-width:560px;top:clamp(210px,11vh,300px)}}@media(max-width:1024px){.navbar{padding:0 1.8rem}section.panel{padding-inline:6vw}.panel-bg{background-attachment:scroll}.hero-stove{width:min(900px,90vw);top:clamp(-200px,18vh,-170px);right:clamp(-300px,18vh,-180px)}.panel-inner-s1{margin-bottom:520px}#inox .inox-card{right:4vw;width:clamp(340px,50vw,560px);margin-top:0}#inox .inox-card-img{margin-top:0}.newsletter-image img{max-height:260px}}@media(max-width:1280px){#inox .inox-card{position:relative;right:auto;top:auto;width:min(680px,100%);max-width:680px;margin:1.35rem auto 0}#inox .panel-inner{max-width:100%}.inox-layout{flex-direction:column;align-items:stretch}.inox-info-grid{max-width:100%}}@media(max-width:912px){.hero-stove{width:min(900px,90vw);top:clamp(200px,18vh,250px);right:-6vw}}@media(max-width:900px){#inox .inox-card{position:relative;right:auto;top:auto;transform:none;width:min(560px,100%);max-width:560px;margin:1.4rem auto 0}#inox .inox-card-img{margin-top:0}.hero-stove{left:-150px;right:auto;top:clamp(100px,18vh,150px);width:min(800px,95vw)}.inox-layout{flex-direction:column}.panel-inner,#inox .panel-inner{max-width:100%}.inox-info-grid{max-width:100%;grid-template-columns:1fr}#inox .inox-card-facts{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:853px){.hero-stove{transform:x}}@media(max-width:768px){#header-nav{height:50px}.main-page{margin-top:0}.navbar{padding:0 1.1rem;height:50px}.navbar .logo{font-size:.95rem;letter-spacing:.12em}.navbar .logo>#img-logo{margin-left:-24px}.navbar .links{gap:.8rem;font-size:.7rem}section.panel{padding:5.5rem 1.5rem 3.5rem;flex-direction:column;align-items:flex-start}#hero{padding-top:6.5rem;padding-bottom:4.5rem}.hero-stove{position:absolute;top:34%;left:27%;right:auto;transform:translate(-50%);width:min(620px,120vw);opacity:.4}.panel-inner-s1{position:relative;margin-bottom:0}.stats-row{gap:1.4rem}.stat-card{min-width:120px}.inox-panel-actions{width:100%}.inox-panel-link{flex:1 1 220px}#inox .inox-card-facts{grid-template-columns:1fr}#inox .inox-ad-slider__nav{width:38px;height:38px;font-size:1.4rem}#inox .inox-ad-slider__dots{padding-inline:60px;bottom:10px}#inox-featured-section{padding:45px 16px}#inox-featured-section .inox-section-title{font-size:26px;margin-bottom:28px}#inox-featured-section .inox-grid-container{grid-template-columns:1fr;gap:24px}#inox-featured-section .inox-article-item{flex-direction:column;gap:14px}#inox-featured-section .inox-article-image-wrapper img{width:100%;max-width:100%;height:220px}#inox-featured-section .inox-large-feature-card{height:340px}#inox-featured-section .inox-overlay-content,#inox-featured-section .inox-video-overlay-content{padding:22px}#contact .contact-form{grid-template-columns:minmax(0,1fr)}#contact .contact-header-grid{grid-template-columns:minmax(0,1fr);gap:1.5rem}.newsletter-content{flex-direction:column-reverse;align-items:stretch;text-align:center}.newsletter-area .contact-form-wrapper{max-width:100%}.newsletter-image{justify-content:center;margin-bottom:14px}.newsletter-image img{max-height:200px}.newsletter-area .cta{width:100%;text-align:center;justify-content:center}.service-features .features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-features .feature-item:not(:last-child){border-right:none}.service-features .feature-item{padding-block:6px}.main-footer-links .links-grid{flex-direction:column;align-items:center;text-align:center;gap:24px}.bottom-bar .phone-info{text-align:center}.scroll-hint{display:none}}@media(max-width:540px){.navbar .links{display:none}.panel-title{font-size:2.1rem}.panel-subtitle{font-size:.95rem;height:70px}.inox-info-card{padding:.85rem .9rem}.inox-info-title{font-size:.9rem}.inox-info-desc{font-size:.82rem}.inox-info-list li{font-size:.78rem}.tag-row{gap:.4rem}.cta{width:100%;text-align:center}.hero-stove{top:38%;width:min(650px,135vw);margin-left:-150px;margin-top:-100px}.service-features .features-grid{grid-template-columns:1fr}}@media(max-width:430px){.navbar .links{display:none}.panel-title{font-size:2.1rem}.panel-subtitle{font-size:.95rem}.tag-row{gap:.4rem}.cta{width:100%;text-align:center}.hero-stove{top:38%;width:min(650px,135vw);margin-left:110px;margin-top:-50px}.service-features .features-grid{grid-template-columns:1fr}}@media(max-width:412px){.hero-stove{top:38%;margin-left:-150px;margin-top:-50px}}@media(max-width:390px){.hero-stove{top:38%;margin-left:110px;margin-top:-50px}}@media(max-width:375px){.hero-stove{top:38%;margin-left:-150px;margin-top:-50px}}@media(max-width:375px)and (max-height:667px)and (orientation:portrait){.hero-stove{top:40%;left:48%;right:auto;width:min(560px,146vw);margin-left:0;margin-top:-62px;transform:translate(-50%);opacity:.36}}.project-inp{height:100%}.nav-search-item{display:flex;align-items:center}.nav-search-form{position:relative;width:clamp(140px,24vw,320px)}@media(max-width:1440px){.nav-search-form{width:250px}}.nav-search-input{width:100%;height:38px;padding:0 44px 0 14px;border:1px solid rgba(0,0,0,.12);border-radius:999px;background:#f1f1f1;outline:none}.nav-search-input:focus{border-color:#00000040;background:#fff}.nav-search-btn{position:absolute;top:50%;right:10px;transform:translateY(-50%);border:none;background:transparent;padding:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-search-btn svg.search{width:18px;height:18px}@media(max-width:575px){.nav-search-form{width:160px}}#best-selling-items .product-swiper .swiper-slide{display:flex;justify-content:center;padding:0 4px;box-sizing:border-box;width:260px!important}#best-selling-items .product-swiper[data-native-slider]{overflow-x:auto;overflow-y:visible;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y}#best-selling-items .product-swiper[data-native-slider]::-webkit-scrollbar{display:none}#best-selling-items .product-swiper[data-native-slider] .swiper-wrapper{display:flex;align-items:stretch;width:max-content}#best-selling-items .product-swiper[data-native-slider] .swiper-slide{flex:0 0 auto;scroll-snap-align:start}#best-selling-items .container{position:relative}#best-selling-items .product-slider-button-prev,#best-selling-items .product-slider-button-next{top:50%!important;transform:translateY(-50%);margin:0!important;padding:0!important;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#ffffffeb;border:1px solid rgba(15,20,24,.12);box-shadow:0 14px 28px #0f14181f;cursor:pointer;transition:box-shadow .2s ease,background .2s ease,border-color .2s ease;z-index:1000}#best-selling-items .product-slider-button-prev{left:12px!important;right:auto!important}#best-selling-items .product-slider-button-next{right:12px!important;left:auto!important}#best-selling-items .product-slider-button-prev svg,#best-selling-items .product-slider-button-next svg{width:64px;height:64px;padding:0!important}#best-selling-items .product-slider-button-prev svg,#best-selling-items .product-slider-button-next svg,#best-selling-items .product-slider-button-prev svg use,#best-selling-items .product-slider-button-next svg use{color:var(--black-color);fill:currentColor}#best-selling-items .product-slider-button-prev:hover,#best-selling-items .product-slider-button-next:hover{border-color:#0b879973;box-shadow:0 18px 34px #0b87992e}#best-selling-items .product-slider-button-prev:active,#best-selling-items .product-slider-button-next:active{box-shadow:0 10px 20px #0f14181f}#best-selling-items .product-slider-button-prev.swiper-button-disabled,#best-selling-items .product-slider-button-next.swiper-button-disabled,#best-selling-items .product-slider-button-prev.swiper-button-disabled:hover,#best-selling-items .product-slider-button-next.swiper-button-disabled:hover,#best-selling-items .product-slider-button-prev.swiper-button-disabled:active,#best-selling-items .product-slider-button-next.swiper-button-disabled:active{opacity:.45;box-shadow:none;border-color:#0f141814;background:#ffffffb8;cursor:not-allowed;pointer-events:auto}#best-selling-items .product-slider-button-prev.swiper-button-disabled svg,#best-selling-items .product-slider-button-next.swiper-button-disabled svg,#best-selling-items .product-slider-button-prev.swiper-button-disabled svg use,#best-selling-items .product-slider-button-next.swiper-button-disabled svg use{color:var(--gray-color-500);fill:currentColor}@media(max-width:768px){#best-selling-items .product-slider-button-prev,#best-selling-items .product-slider-button-next{top:50%!important;bottom:auto!important;transform:translateY(-50%)}#best-selling-items .product-slider-button-prev{left:8px!important}#best-selling-items .product-slider-button-next{right:8px!important}#best-selling-items .product-swiper{padding-bottom:28px}}#best-selling-items .product-swiper .swiper-slide .card{display:flex;flex-direction:column;width:100%;max-width:100%;max-height:500px;height:430px;box-sizing:border-box}#best-selling-items .product-swiper{padding-top:6px}#best-selling-items .product-thumb{height:200px;width:100%;overflow:hidden;border-radius:5px;display:flex;align-items:center;justify-content:center;flex:0 0 200px}#best-selling-items .product-thumb img.img-fluid{width:100%;height:100%;object-fit:contain;max-width:100%;max-height:100%}#best-selling-items .price-block .old-price{display:block;min-height:22px;line-height:1.2;text-decoration:line-through;color:var(--gray-color-500)}#best-selling-items .price-block .old-price:empty{visibility:hidden}#best-selling-items .price-block .price{display:block;line-height:1.2}#best-selling-items .product-desc-box{margin-top:8px;padding:8px 10px;background:#f3f4f6;border-radius:5px;flex:1 1 auto;min-height:0;overflow:hidden}#best-selling-items .product-desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem}.navbar .nav-link.active{font-weight:700}.dropdown-menu .dropdown-item.active{background:var(--primary-color);font-weight:700}#about-us{min-height:auto;height:auto;margin-top:80px;padding-top:32px;padding-bottom:220px}@media(max-width:768px){#about-us{margin-top:64px;padding-top:28px;padding-bottom:280px}}.shop-top{padding:3rem 0 1rem;background:linear-gradient(135deg,#eef2f6,#f8fafc)}.shop-top .eyebrow{letter-spacing:.18em;text-transform:uppercase;font-size:.75rem;color:#6b7280;margin-bottom:.4rem}.shop-top .shop-title{margin:0 0 .4rem;font-size:clamp(1.8rem,4vw,2.4rem)}.shop-top .shop-lede{margin:0 0 .7rem;color:#4b5563;max-width:720px}.mobile-filter-chips{display:flex;gap:.6rem;overflow-x:auto;padding:.3rem 0 .6rem}.filter-chip{border:1px solid #e5e7eb;background:#fff;border-radius:999px;padding:.45rem .9rem;font-size:.9rem;white-space:nowrap}.product-card-link{display:block;color:inherit;text-decoration:none}.product-card-link:hover,.product-card-link:focus{color:inherit;text-decoration:none}.product-desc{word-break:break-word}.skeleton{position:relative;overflow:hidden;background:#f5f5f5}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.6) 50%,transparent 100%);transform:translate(-100%);animation:shimmer 1.2s infinite}.skeleton-block{border-radius:8px;background:#f1f1f1}.skeleton-thumb{width:100%;aspect-ratio:1 / 1;border-radius:12px}.skeleton-line{height:14px;margin-top:10px;border-radius:6px;background:#ededed}.skeleton-line.sm{width:40%}.skeleton-line.md{width:70%}.skeleton-line.lg{width:90%}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.mobile-filter-panels{display:grid;gap:1rem;margin-top:1rem}.mobile-filter-panels .filter-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem 1.25rem;box-shadow:0 6px 18px #0000000a}.mobile-filter-panels h4{margin:0 0 .6rem;font-size:1rem}.filter-grid{display:flex;flex-wrap:wrap;gap:.5rem}.filter-pill{border:1px solid #e5e7eb;background:#f9fafb;border-radius:999px;padding:.35rem .75rem;font-size:.9rem}@media(max-width:991px){.shopify-grid .product-store{row-gap:1rem}.shopify-grid .product-store .col-md-6,.shopify-grid .product-store .col-lg-4,.shopify-grid .product-store .col-xxl-3{width:50%;flex:0 0 50%}.filter-shop{gap:.5rem;margin-left:px}}@media(max-width:640px){.shopify-grid .product-store .col-md-6,.shopify-grid .product-store .col-lg-4,.shopify-grid .product-store .col-xxl-3{width:50%;flex:0 0 50%}.shop-top{padding:1rem 0}}.shopify-grid .product-store .card{height:460px;flex-direction:column}.shopify-grid .product-thumb{width:100%;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center}.shopify-grid .product-thumb img.img-fluid{width:100%;height:100%;object-fit:contain}.shopify-grid .product-store .card h6{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px;word-break:break-word}.shopify-grid .price-block .old-price{display:block;min-height:22px;text-decoration:line-through;color:var(--gray-color-500)}.shopify-grid .price-block .old-price:empty{visibility:hidden}.shopify-grid .product-desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;font-size:.9rem}.shopify-grid .product-desc-box{padding:8px 10px}.price-block .old-price:empty{visibility:hidden}.price-block .old-price{font-size:.85rem}.price-block .price{font-size:1rem}.shopify-grid .price-block .price{display:block}@media(max-width:768px){.mobile-header{position:relative}.mobile-top-bar{padding:10px 12px}.mobile-logo img.logo-mobile{height:32px}.mobile-action-btn{min-width:36px;min-height:36px;padding:6px}.mobile-action-btn svg{width:20px;height:20px}.mobile-search-input{font-size:13px}.mobile-search-submit{padding:8px 10px}.mobile-menu-header h3{font-size:18px}.mobile-section-title{font-size:11px;letter-spacing:.08em}.mobile-nav-list a,.mobile-actions-list a{font-size:14px;padding:10px 0}.mobile-categories a,.mobile-social-links a{font-size:12px;padding:8px 6px}.mobile-contact-info{font-size:12px}}@media(max-width:480px){.mobile-top-bar{padding:8px 10px}.mobile-logo img.logo-mobile{height:28px}.mobile-action-btn{min-width:32px;min-height:32px;padding:4px}.mobile-action-btn svg{width:18px;height:18px}.cart-badge{width:16px;height:16px;font-size:8px;margin-top:10px;margin-right:8px}.mobile-nav-list a,.mobile-actions-list a{font-size:13px}}@media(max-width:768px){#company-services .row{row-gap:.6rem}#company-services .row>[class*=col-]{flex:0 0 50%;max-width:50%;padding-bottom:.5rem!important}#company-services .icon-box{padding:.9rem;flex-direction:column;gap:.5rem}#company-services .icon-box-icon{padding:.4rem}#company-services .icon-box-icon svg{width:24px;height:24px}#company-services .icon-box-content h4{font-size:.9rem}#company-services .icon-box-content p{font-size:.8rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#best-selling-items .section-title h3{font-size:1.1rem}#best-selling-items .btn{font-size:.85rem;padding:.4rem .8rem}#best-selling-items .product-swiper .swiper-slide{width:200px!important}#best-selling-items .product-swiper .swiper-slide .card{height:420px;padding:1rem}#best-selling-items .product-thumb{height:150px}#best-selling-items .product-swiper .card h6{font-size:.9rem;min-height:36px}#best-selling-items .price-block .price{font-size:.9rem}#best-selling-items .price-block .old-price{font-size:1rem}#best-selling-items .product-desc-box{padding:8px 10px}#best-selling-items .product-desc{-webkit-line-clamp:4;font-size:.8rem}#best-selling-items .card-concern{bottom:110px}#best-selling-items .card-concern .btn{padding:.7rem}#best-selling-items .card-concern svg{width:22px;height:22px}#best-selling-items .chevron-forward-circle,#best-selling-items .chevron-back-circle{width:56px;height:56px}#categories .row{--bs-gutter-x: .75rem;row-gap:.75rem}#categories .row>[class*=col-]{flex:0 0 33.333%;max-width:33.333%}#categories .card{margin-bottom:0}#categories .container .section-title h3{font-size:1.1rem}#categories img.img-fluid{width:100%;height:110px;object-fit:cover}#categories .card h6,#categories .card .home-category-badge{font-size:.75rem;margin:.5rem!important;padding:.25rem .5rem!important}#latest-posts .posts{flex:0 0 50%;max-width:50%}#latest-posts .section-title h3{font-size:1.1rem}#latest-posts .btn{font-size:.85rem;padding:.4rem .8rem}#latest-posts .posts img{width:100%;height:150px;object-fit:cover}#latest-posts .posts h4{font-size:.95rem;line-height:1.35}#latest-posts .posts a.fs-6,#latest-posts .posts p{font-size:.8rem}}@media(max-width:768px)and (hover:hover)and (pointer:fine){#best-selling-items .card:hover .card-concern{bottom:122px}}@media(max-width:480px){#company-services .icon-box{padding:.8rem}#company-services .icon-box-content h4{font-size:.85rem}#company-services .icon-box-content p{font-size:.75rem}#best-selling-items .product-swiper .swiper-slide .card{height:390px}#best-selling-items .product-thumb{height:135px}#best-selling-items .card-concern{bottom:100px}#best-selling-items .chevron-forward-circle,#best-selling-items .chevron-back-circle{width:48px;height:48px}#categories img.img-fluid{height:95px}#categories .card h6,#categories .card .home-category-badge{font-size:.7rem}#latest-posts .posts img{height:130px}#latest-posts .posts h4{font-size:.9rem;margin-bottom:.1px!important}#latest-posts .posts p{font-size:.75rem}}@media(max-width:480px)and (hover:hover)and (pointer:fine){#best-selling-items .card:hover .card-concern{bottom:110px}}@media(max-width:768px){.shop-top{padding:.85rem 0 .55rem}.shop-top .eyebrow{font-size:.64rem;letter-spacing:.14em;margin-bottom:.25rem}.shop-top .shop-title{font-size:clamp(1.35rem,6.3vw,1.75rem);margin-bottom:.22rem;line-height:1.18}.shop-top .shop-lede{font-size:.88rem;margin-bottom:.45rem;line-height:1.45}.shopify-grid .product-store{row-gap:.75rem}.shopify-grid .product-store>[class*=col-]{flex:0 0 50%;max-width:50%}.shopify-grid .product-store .card{padding:.85rem;height:440px}.shopify-grid .product-thumb{height:140px}.shopify-grid .product-store .card h6{font-size:.9rem;min-height:36px}.shopify-grid .price-block .price{font-size:1.03rem!important}.shopify-grid .price-block .old-price{font-size:1rem}.shopify-grid .product-desc{-webkit-line-clamp:5;font-size:.8rem}.shopify-grid .card-concern{bottom:105px}.filter-shop .form-select{font-size:.85rem}.mobile-filter-panels .filter-card{padding:.85rem 1rem}.mobile-filter-panels h4{font-size:.85rem}.filter-pill{font-size:.75rem;padding:.3rem .6rem}.filter-chip{font-size:.75rem;padding:.35rem .7rem}}@media(max-width:768px)and (hover:hover)and (pointer:fine){.shopify-grid .card:hover .card-concern{bottom:116px}}@media(max-width:480px){.shop-top{padding:.7rem 0 .45rem}.shop-top .eyebrow{font-size:.6rem;letter-spacing:.12em}.shop-top .shop-title{font-size:clamp(1.2rem,5.8vw,1.45rem);margin-bottom:.2rem}.shop-top .shop-lede{font-size:.82rem;margin-bottom:.35rem}.shopify-grid .product-store .card{padding:.75rem;height:360px;padding-left:14px!important;padding-right:14px!important}.shopify-grid .product-thumb{height:130px}.shopify-grid .card-concern{bottom:98px}.shopify-grid .product-store>[class*=col-]{flex:0 0 50%;max-width:50%}}@media(max-width:480px)and (hover:hover)and (pointer:fine){.shopify-grid .card:hover .card-concern{bottom:108px}}@media(max-width:992px),(hover:none),(pointer:coarse){.card-concern,.card-concern *{display:none!important;visibility:hidden!important;opacity:0!important}}#hero{background:linear-gradient(180deg,#e4edf1,#bfd4dd 22%,#5d7582 68%,#2b3942);min-height:100svh;padding-top:clamp(7.5rem,11vh,10rem);padding-bottom:clamp(5.5rem,9vh,8rem)}.hero-panel:before{background:radial-gradient(circle at 18% 26%,rgba(255,255,255,.24) 0%,rgba(255,255,255,.12) 22%,transparent 52%),linear-gradient(90deg,#0a151e7a,#0a151e57 28%,#0a151e33,#0a151e1a 68%,#0a151e08),linear-gradient(180deg,#ffffff1a,#0a151e0d 38%,#0a151e29);mix-blend-mode:normal;z-index:1}#hero .hero-stage{position:absolute;inset:0;pointer-events:none;z-index:0}.hero-composite-layer{position:absolute;inset:0;overflow:hidden}.hero-composite-layer picture{display:block;width:100%;height:100%}.hero-composite-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:58% 50%;pointer-events:none;filter:brightness(1.08) saturate(1.03) contrast(.97)}#hero .hero-inner{z-index:2;margin-top:0;padding:clamp(1.1rem,2vw,1.8rem);border-radius:32px;background:linear-gradient(135deg,#ffffff2e,#ffffff12);box-shadow:0 24px 48px #0f172a29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translate3d(0,clamp(-2.25rem,-3.6vh,-.75rem),0)}#hero .panel-inner-s1{margin-bottom:0}#hero .hero-title,#hero .panel-subtitle{text-shadow:0 10px 28px rgba(10,21,30,.24)}@media(max-width:1440px){.hero-composite-image{object-position:60% 50%}}@media(max-width:1024px){#hero{padding-top:clamp(7rem,10vh,8.5rem);padding-bottom:clamp(4.75rem,8vh,6.5rem)}.hero-composite-image{object-position:62% 50%}#hero .hero-inner{transform:translate3d(0,clamp(-1.75rem,-2.6vh,-.5rem),0)}}@media(max-width:768px){.hero-panel:before{background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.18) 0%,rgba(255,255,255,.08) 22%,transparent 46%),linear-gradient(180deg,#0a151e80,#0a151e61 34%,#0a151e42 60%,#0a151e33),linear-gradient(90deg,#0a151e6b,#0a151e2e 62%,#0a151e0a)}#hero .hero-stage,.hero-composite-layer,.hero-composite-image{animation:none!important;transform:none!important;will-change:auto}.hero-composite-image{inset:auto 0 0 auto;width:100%;height:100%;max-width:none;object-fit:cover;object-position:64% 48%}#hero .hero-inner{padding:1rem;border-radius:24px;transform:translate3d(0,-.35rem,0)}}@media(max-width:480px){.hero-composite-image{width:100%;height:100%;object-position:66% 48%}#hero .hero-inner{transform:none}}#inox.panel{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start;gap:clamp(1rem,2vw,1.75rem);padding:clamp(5rem,7vw,7rem) clamp(1rem,4vw,4rem) clamp(4rem,6vw,5.5rem)}#inox .panel-bg{background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.2),transparent 56%),radial-gradient(circle at 86% 12%,rgba(255,255,255,.16),transparent 48%),linear-gradient(180deg,#5e97ab,#6ea6b9 55%,#5f95aa)}#inox .inox-ribbon-layer{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:0}#inox .inox-ribbon{position:absolute;display:block;width:clamp(24rem,42vw,42rem);height:clamp(5.5rem,12vw,10rem);border-radius:999px;opacity:.28;background:linear-gradient(90deg,#ffffff05,#ffffff38 20%,#ffffff94 50%,#ffffff2e 78%,#ffffff05);border:1px solid rgba(255,255,255,.16);box-shadow:inset 0 0 24px #ffffff1f,0 18px 36px #0f172a1f;filter:saturate(110%);will-change:transform,opacity;transform:translateZ(0) rotate(0);animation:inox-ribbon-drift 18s ease-in-out infinite}#inox .inox-ribbon:before{content:"";position:absolute;inset:12% 8%;border-radius:inherit;background:linear-gradient(90deg,#fff0,#ffffff3d 48%,#fff0);opacity:.8}#inox .inox-ribbon--1{top:9%;right:-10%;transform:rotate(-11deg);animation-duration:17s;animation-delay:-4s}#inox .inox-ribbon--2{top:42%;left:-12%;width:clamp(26rem,46vw,48rem);height:clamp(6rem,12.5vw,10.5rem);opacity:.22;transform:rotate(8deg);animation-duration:22s;animation-delay:-8s}#inox .inox-ribbon--3{bottom:8%;right:12%;width:clamp(18rem,30vw,28rem);height:clamp(4.5rem,8vw,7rem);opacity:.2;transform:rotate(-16deg);animation-duration:14s;animation-delay:-2s}@keyframes inox-ribbon-drift{0%{transform:translate3d(-2%,-1%,0) rotate(var(--ribbon-rot-start, 0deg));opacity:.2}50%{transform:translate3d(2%,1.5%,0) rotate(calc(var(--ribbon-rot-start, 0deg) + 1.5deg));opacity:.32}to{transform:translate3d(-1.5%,1%,0) rotate(calc(var(--ribbon-rot-start, 0deg) - 1deg));opacity:.22}}#inox .inox-ribbon--1{--ribbon-rot-start: -11deg}#inox .inox-ribbon--2{--ribbon-rot-start: 8deg}#inox .inox-ribbon--3{--ribbon-rot-start: -16deg}#inox .inox-layout{display:block;min-width:0;width:100%;z-index:1}#inox .panel-inner{width:100%;max-width:100%;padding:clamp(1rem,1.2vw,1.3rem);border-radius:20px;border:1px solid rgba(255,255,255,.22);background:linear-gradient(180deg,#ffffff24,#ffffff14);box-shadow:0 20px 40px #0f172a24;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}#inox .panel-title{margin-bottom:.55rem}#inox .panel-subtitle{min-height:0;max-width:100%;margin-top:0;color:#ffffffeb}#inox .stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1.1rem}#inox .stat-card{min-width:0;padding:.75rem .85rem;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:#ffffff1a}#inox .stat-number{font-size:clamp(1.5rem,2vw,2rem);line-height:1;color:#fff}#inox .stat-label{margin-top:.42rem;font-size:.72rem;letter-spacing:.09em;color:#ffffffe6}#inox .inox-info-grid{margin-top:1rem;max-width:none;gap:.85rem}#inox .inox-info-card{min-height:100%}#inox .inox-panel-actions{margin-top:.95rem}#inox .inox-panel-link{min-height:40px}#inox .inox-card{position:relative;top:auto;right:auto;width:100%;max-width:680px;margin:0;justify-self:end;align-self:start;z-index:1}#inox .inox-ad-slider{display:grid;gap:.8rem}#inox .inox-ad-slider__viewport{border-radius:20px;border:1px solid rgba(255,255,255,.22);background:#ffffff14}#inox .inox-ad-slide__surface{min-height:100%}#inox .inox-ad-slide__image{width:100%;height:100%;object-fit:cover}#inox .inox-card-facts{margin-top:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem}#inox .inox-card-fact{min-width:0}@media(max-width:1440px){.hero-stove{width:min(88vw,72rem);right:clamp(-12rem,-7vw,-3rem);top:clamp(-6.5rem,-5vw,-1.75rem)}#inox.panel{grid-template-columns:minmax(0,1fr);gap:1rem}#inox .inox-card{justify-self:center;width:min(100%,760px);max-width:760px}}@media(max-width:1024px){.hero-stove{width:min(94vw,58rem);right:clamp(-9rem,-8vw,-2rem);top:clamp(-4.5rem,-4vw,-1rem)}#inox.panel{padding-inline:clamp(1rem,4vw,2rem)}}@media(max-width:768px){.hero-stove{top:36%;left:50%;right:auto;width:min(135vw,42rem);transform:translate(-50%);opacity:.42}#inox .panel-inner{padding:.95rem;border-radius:16px}#inox .stats-row{grid-template-columns:repeat(2,minmax(0,1fr))}#inox .inox-info-grid{grid-template-columns:1fr}#inox .inox-card{width:100%}#inox .inox-card-facts{grid-template-columns:1fr}#inox .inox-ribbon{opacity:.18}#inox .inox-ribbon--2{top:54%;left:-22%;width:120%}}@media(max-width:480px){.hero-stove{top:40%;width:min(150vw,36rem);opacity:.34}#inox .stats-row{grid-template-columns:1fr}#inox .inox-ad-slider__nav{width:36px;height:36px;font-size:1.25rem}#inox .inox-ad-slider__dots{padding-inline:54px}#inox .panel-subtitle{margin-bottom:40px}}@media(prefers-reduced-motion:reduce){#inox .inox-ribbon{animation:none;opacity:.14}}.site-header.svelte-1elxaub{z-index:999999}.top-info-col.svelte-1elxaub{flex:0 0 auto}.top-info-col-help.svelte-1elxaub{width:25%}.top-info-col-promo.svelte-1elxaub{width:30%}.top-info-col-delivery.svelte-1elxaub,.top-info-col-language.svelte-1elxaub{width:22.5%}.account-menu.svelte-1elxaub{position:relative;display:inline-flex}.account-pill.svelte-1elxaub{display:inline-flex;align-items:center;gap:10px;padding:6px 14px 6px 6px;border-radius:5px;border:1px solid rgba(13,202,240,.25);box-shadow:0 12px 24px #0f141814;color:#1b1b1b;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.account-pill.svelte-1elxaub:focus-visible{outline:2px solid rgba(13,202,240,.4);outline-offset:2px}.language-switch.svelte-1elxaub{display:inline-flex;gap:6px;padding:4px;border-radius:999px;border:1px solid rgba(15,20,24,.08)}.language-switch.svelte-1elxaub button:where(.svelte-1elxaub){border:none;background:transparent;padding:6px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1b1b1b}.lang-flag.svelte-1elxaub{width:18px;height:18px;flex:0 0 18px;display:block;border-radius:3px;overflow:hidden;line-height:1}.lang-label.svelte-1elxaub{line-height:1}.language-switch.svelte-1elxaub button.active:where(.svelte-1elxaub){background:#1f1a14;color:#fff7e8}.language-switch.mobile.svelte-1elxaub{display:flex;width:200px;justify-content:flex-start}.account-popover.svelte-1elxaub{position:absolute;top:calc(80% + 10px);right:0;min-width:190px;padding:10px;border-radius:14px;background:#fff;box-shadow:0 18px 40px #0f14181f;border:1px solid rgba(15,20,24,.08);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .18s ease,transform .18s ease;z-index:12}.account-menu.svelte-1elxaub:focus-within .account-popover:where(.svelte-1elxaub){opacity:1;transform:translateY(0);pointer-events:auto}.account-popover.svelte-1elxaub a:where(.svelte-1elxaub){display:flex;align-items:center;padding:10px 12px;border-radius:10px;color:#1b1b1b;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease}.account-logout.svelte-1elxaub{color:#b42318}.account-avatar.svelte-1elxaub{width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#1f1a14,#3a2f24);color:#fff1da;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem}.account-avatar.svelte-1elxaub img:where(.svelte-1elxaub){width:100%;height:100%;object-fit:cover;border-radius:inherit;display:block}.account-avatar-image.svelte-1elxaub{background:#fff3e2}.account-meta.svelte-1elxaub{display:flex;flex-direction:column;line-height:1.1}.account-name.svelte-1elxaub{font-weight:700;font-size:.9rem;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-status.svelte-1elxaub{display:inline-flex;padding-top:3px;align-items:center;gap:7px;font-size:.5rem;letter-spacing:.08em;text-transform:uppercase;color:#0b8799}.account-status.svelte-1elxaub:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--primary-color);box-shadow:0 0 0 4px #0dcaf033}.mobile-account-card.svelte-1elxaub{margin:6px 0 12px;padding:12px 14px;border-radius:16px;border:1px solid rgba(13,202,240,.25);border-bottom:none;box-shadow:0 2px 18px #0f141814;color:#1b1b1b;width:200px}.mobile-account-card.svelte-1elxaub .account-avatar:where(.svelte-1elxaub){width:40px;height:40px;border-radius:14px;font-size:.95rem}.mobile-account-card.svelte-1elxaub .account-name:where(.svelte-1elxaub){max-width:none}.mobile-menu-footer.svelte-1elxaub{margin:10px 0 20px;padding:0 16px}.mobile-logout-btn.svelte-1elxaub{display:flex;align-items:center;justify-content:center;width:100%;padding:12px 16px;border-radius:12px;background:#1f1a14;color:#fff7e8;font-weight:700;text-transform:uppercase;letter-spacing:.08em;text-decoration:none}.mobile-account-card.svelte-1elxaub:active{padding-left:14px;color:#1b1b1b;transform:translateY(-1px)}.mobile-logout-btn.svelte-1elxaub:active{color:#fff7e8;background:#2b231a}@media(hover:hover)and (pointer:fine){.account-pill.svelte-1elxaub:hover{transform:translateY(-1px);box-shadow:0 5px 40px #0f14181f;color:#1b1b1b}.account-menu.svelte-1elxaub:hover .account-popover:where(.svelte-1elxaub){opacity:1;transform:translateY(0);pointer-events:auto}.account-popover.svelte-1elxaub a:where(.svelte-1elxaub):hover{background:#f7f1e7;color:#1b1b1b}.account-logout.svelte-1elxaub:hover{background:#b423181a;color:#b42318}.mobile-account-card.svelte-1elxaub:hover{padding-left:14px;color:#1b1b1b;transform:translateY(-1px)}.mobile-logout-btn.svelte-1elxaub:hover{color:#fff7e8;background:#2b231a}}.footer-link.svelte-jz8lnl{color:var(--text-gray);text-decoration:none;transition:color .2s ease}.cookie-banner.svelte-1dxwcaa{position:fixed;left:16px;right:16px;bottom:16px;z-index:12050;pointer-events:none}.cookie-banner__inner.svelte-1dxwcaa{pointer-events:auto;margin:0 auto;max-width:1120px;display:grid;grid-template-columns:1.2fr 1fr;gap:18px;padding:18px;border-radius:20px;border:1px solid rgba(18,34,44,.12);background:radial-gradient(circle at 15% 20%,rgba(29,78,99,.12),transparent 55%),linear-gradient(180deg,#fffffffa,#f8fbfcfa);box-shadow:0 28px 60px #0b182129,0 8px 24px #0b182114;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.cookie-banner__eyebrow.svelte-1dxwcaa{margin:0 0 4px;font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:#1d4e63;font-weight:800}.cookie-banner__title.svelte-1dxwcaa{margin:0;font-size:1.15rem;line-height:1.2;color:#102530}.cookie-banner__desc.svelte-1dxwcaa{margin:8px 0 10px;color:#425865;font-size:.94rem;line-height:1.45}.cookie-banner__policy.svelte-1dxwcaa{color:#1d4e63;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(29,78,99,.3)}.cookie-banner__policy.svelte-1dxwcaa:hover,.cookie-banner__policy.svelte-1dxwcaa:focus-visible{border-bottom-color:#1d4e63cc}.cookie-banner__actions.svelte-1dxwcaa{display:grid;gap:10px;align-content:start}.cookie-banner__buttons.svelte-1dxwcaa{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;align-items:center}.cookie-btn.svelte-1dxwcaa{border-radius:999px;padding:10px 14px;font-weight:700;font-size:.92rem;cursor:pointer;border:1px solid transparent;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.cookie-btn.svelte-1dxwcaa:hover,.cookie-btn.svelte-1dxwcaa:focus-visible{transform:translateY(-1px)}.cookie-btn--primary.svelte-1dxwcaa{background:#173f52;color:#fff;box-shadow:0 10px 22px #173f522e}.cookie-btn--primary.svelte-1dxwcaa:hover,.cookie-btn--primary.svelte-1dxwcaa:focus-visible{background:#123244}.cookie-btn--ghost.svelte-1dxwcaa{background:#fff;color:#173f52;border-color:#173f522e}.cookie-btn--ghost.svelte-1dxwcaa:hover,.cookie-btn--ghost.svelte-1dxwcaa:focus-visible{border-color:#173f526b}.cookie-btn--text.svelte-1dxwcaa{background:transparent;color:#173f52;padding-inline:8px}.cookie-banner__prefs.svelte-1dxwcaa{border:1px solid rgba(18,34,44,.1);border-radius:16px;padding:12px;background:#ffffffd6;display:grid;gap:10px}.cookie-pref.svelte-1dxwcaa{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid rgba(18,34,44,.07)}.cookie-pref--locked.svelte-1dxwcaa{opacity:.94}.cookie-pref__label.svelte-1dxwcaa{margin:0;font-weight:700;color:#102530}.cookie-pref__hint.svelte-1dxwcaa{margin:4px 0 0;font-size:.85rem;color:#5a707c}.cookie-pref__chip.svelte-1dxwcaa{display:inline-flex;align-items:center;justify-content:center;min-width:42px;padding:4px 10px;border-radius:999px;background:#173f5214;color:#173f52;font-weight:800;font-size:.78rem}.cookie-pref.svelte-1dxwcaa input[type=checkbox]:where(.svelte-1dxwcaa){width:18px;height:18px;accent-color:#173f52;flex:0 0 auto}.cookie-banner__prefs-actions.svelte-1dxwcaa{display:flex;justify-content:flex-end}@media(max-width:960px){.cookie-banner__inner.svelte-1dxwcaa{grid-template-columns:1fr;gap:14px;padding:14px;border-radius:16px}.cookie-banner__buttons.svelte-1dxwcaa{justify-content:flex-start}}@media(max-width:640px){.cookie-banner.svelte-1dxwcaa{left:10px;right:10px;bottom:10px}.cookie-banner__buttons.svelte-1dxwcaa{display:grid;grid-template-columns:1fr;width:100%}.cookie-btn.svelte-1dxwcaa{width:100%;justify-content:center}.cookie-btn--text.svelte-1dxwcaa{padding-inline:14px;border:1px dashed rgba(23,63,82,.18);border-radius:12px}}@media(prefers-reduced-motion:reduce){.cookie-btn.svelte-1dxwcaa{transition:none}}.support-chat.svelte-wq8vu5{--chat-primary: #0dcaf0;--chat-primary-600: #0bb4d6;--chat-primary-700: #0999b7;--chat-primary-800: #077f97;--chat-primary-900: #06667a;--chat-border-soft: rgba(13, 202, 240, .22);--chat-border: rgba(13, 202, 240, .4);--chat-shadow-soft: rgba(6, 44, 56, .12);--chat-shadow: rgba(6, 44, 56, .2);--chat-text-strong: #0b3f4f;--chat-text-muted: #52717d;--chat-agent-bubble: #ebf9fe;--chat-user-bubble: #d9f4fc;--chat-user-text: #0a5064;position:fixed;right:clamp(10px,2vw,24px);bottom:max(12px,calc(env(safe-area-inset-bottom) + 8px + var(--chat-keyboard-offset, 0px)));z-index:11840;display:grid;justify-items:end;gap:10px;pointer-events:none}.support-chat.svelte-wq8vu5>:where(.svelte-wq8vu5){pointer-events:auto}.support-chat__panel.svelte-wq8vu5{position:relative;width:min(390px,calc(100vw - 18px));border-radius:16px;border:1px solid var(--chat-border-soft);background:#fff;box-shadow:0 20px 40px var(--chat-shadow),0 8px 20px var(--chat-shadow-soft);overflow:hidden}.support-chat__panel.is-live.svelte-wq8vu5{height:min(600px,var(--chat-live-max-height, calc(100vh - 84px) ));display:flex;flex-direction:column;overscroll-behavior:contain}.support-chat__header.svelte-wq8vu5{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 14px;background:linear-gradient(135deg,#eaf9fe,#d9f5fd);border-bottom:1px solid rgba(13,202,240,.18)}.support-chat__header.is-live.svelte-wq8vu5{padding:10px;background:linear-gradient(135deg,var(--chat-primary-700),var(--chat-primary-800))}.support-chat__title-wrap.svelte-wq8vu5{display:inline-flex;align-items:center;gap:8px;min-width:0}.support-chat__title-icon.svelte-wq8vu5{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#0dcaf02e;color:var(--chat-primary-900)}.support-chat__header.is-live.svelte-wq8vu5 .support-chat__title-icon:where(.svelte-wq8vu5){background:#fff3;color:#fff}.support-chat__title-icon.svelte-wq8vu5 svg:where(.svelte-wq8vu5){width:15px;height:15px;display:block;transform:translate(-.5px,-.5px)}.support-chat__title-text.svelte-wq8vu5{min-width:0}.support-chat__title.svelte-wq8vu5{margin:0;font-size:1.02rem;line-height:1.2;font-weight:800;color:var(--chat-primary-900);text-transform:uppercase}.support-chat__header.is-live.svelte-wq8vu5 .support-chat__title:where(.svelte-wq8vu5){color:#fff;text-transform:none;font-size:1.15rem}.support-chat__subtitle.svelte-wq8vu5{margin:2px 0 0;font-size:.84rem;line-height:1.3;color:#fffffff2}.support-chat__header-presence.svelte-wq8vu5{margin-top:3px;display:inline-flex;align-items:flex-start;gap:7px;font-size:.76rem;line-height:1.25;color:#fffffff5}.support-chat__header-presence-copy.svelte-wq8vu5{display:grid;gap:1px}.support-chat__header-presence-detail.svelte-wq8vu5{font-size:.7rem;color:#fffc}.support-chat__header-presence-dot.svelte-wq8vu5{width:8px;height:8px;margin-top:.22rem;border-radius:50%;background:currentColor;flex:0 0 auto}.support-chat__header-presence--online.svelte-wq8vu5{color:#d1fae5}.support-chat__header-presence--waiting.svelte-wq8vu5{color:#fef3c7}.support-chat__header-actions.svelte-wq8vu5{display:inline-flex;align-items:center;gap:8px}.support-chat__close-btn.svelte-wq8vu5{flex:0 0 auto;width:28px;height:28px;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;line-height:1;font-weight:700;cursor:pointer;transition:transform .16s ease,background-color .16s ease}.support-chat__close-btn.svelte-wq8vu5{background:#ff5f77}.support-chat__close-btn.svelte-wq8vu5:hover,.support-chat__close-btn.svelte-wq8vu5:focus-visible{transform:translateY(-1px)}.support-chat__close-btn.svelte-wq8vu5:hover,.support-chat__close-btn.svelte-wq8vu5:focus-visible{background:#ef4862}.support-chat__body.svelte-wq8vu5{padding:12px}.support-chat__body.is-live.svelte-wq8vu5{padding:0;flex:1 1 auto;min-height:0;overscroll-behavior:contain}.support-chat__list.svelte-wq8vu5{margin:0;padding:0;list-style:none;display:grid;gap:10px}.support-chat__list-item.svelte-wq8vu5{min-width:0}.support-chat__item.svelte-wq8vu5{width:100%;display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 12px;border-radius:10px;border:1px solid rgba(13,202,240,.2);background:#fff;text-decoration:none;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.support-chat__item.svelte-wq8vu5:hover,.support-chat__item.svelte-wq8vu5:focus-visible{transform:translateY(-1px);box-shadow:0 8px 16px var(--chat-shadow-soft);border-color:var(--chat-border)}.support-chat__item-icon.svelte-wq8vu5{flex:0 0 auto;width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:.78rem}.support-chat__item-icon.svelte-wq8vu5 svg:where(.svelte-wq8vu5){width:18px;height:18px}.support-chat__item-icon--phone.svelte-wq8vu5{background:#12a487}.support-chat__item-icon--zalo.svelte-wq8vu5{background:#0a7cff}.support-chat__item-icon--messenger.svelte-wq8vu5{background:#1366ff}.support-chat__item-icon--live.svelte-wq8vu5{background:#0f8a77}.support-chat__wordmark.svelte-wq8vu5{line-height:1}.support-chat__item-text.svelte-wq8vu5{min-width:0;display:grid;gap:2px;text-align:left}.support-chat__item-title.svelte-wq8vu5{color:var(--chat-text-strong);font-weight:700;line-height:1.25;font-size:.96rem}.support-chat__item-subtitle.svelte-wq8vu5{color:var(--chat-text-muted);line-height:1.3;font-size:.82rem}.support-chat__empty.svelte-wq8vu5{margin:0;padding:10px 8px;font-size:.9rem;color:var(--chat-text-muted)}.support-chat__chat-shell.svelte-wq8vu5{height:100%;display:flex;flex-direction:column;min-height:0;background:linear-gradient(180deg,#f7fcff,#eef9fe);overscroll-behavior:contain}.support-chat__notice.svelte-wq8vu5{margin:10px 12px 0;padding:10px 12px;border-radius:12px;background:#dc262614;color:#b91c1c;font-size:.84rem;line-height:1.4}.support-chat__messages.svelte-wq8vu5{flex:1 1 auto;min-height:0;overflow-y:auto;padding:14px 12px 8px;display:grid;align-content:start;gap:10px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.support-chat__hint-panel.svelte-wq8vu5{display:grid;gap:8px;padding:10px 12px 6px;background:linear-gradient(180deg,#eef9fe6b,#fffffff5);border-top:1px solid rgba(13,202,240,.12)}.support-chat__hint-copy.svelte-wq8vu5{display:grid;gap:2px;padding:0 2px}.support-chat__hint-title.svelte-wq8vu5,.support-chat__hint-subtitle.svelte-wq8vu5{margin:0}.support-chat__hint-title.svelte-wq8vu5{font-size:.84rem;line-height:1.35;font-weight:700;color:#124454}.support-chat__hint-subtitle.svelte-wq8vu5{font-size:.75rem;line-height:1.35;color:#5c7682}.support-chat__typing-indicator.svelte-wq8vu5{display:flex;align-items:flex-end;gap:6px;align-self:flex-start}.support-chat__typing-avatar.svelte-wq8vu5{flex:0 0 auto;width:24px;height:24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#dbeafe;color:#1d4ed8;font-size:.72rem;font-weight:700}.support-chat__typing-bubble.svelte-wq8vu5{display:inline-flex;align-items:center;gap:5px;padding:10px 12px;border-radius:16px;background:#eef4ff;box-shadow:inset 0 0 0 1px #3b82f61a}.support-chat__typing-dot.svelte-wq8vu5{width:6px;height:6px;border-radius:50%;background:#4f46e5;opacity:.35;animation:svelte-wq8vu5-supportChatTypingBounce 1.2s infinite ease-in-out}.support-chat__typing-dot.svelte-wq8vu5:nth-child(2){animation-delay:.15s}.support-chat__typing-dot.svelte-wq8vu5:nth-child(3){animation-delay:.3s}@keyframes svelte-wq8vu5-supportChatTypingBounce{0%,80%,to{transform:translateY(0);opacity:.35}40%{transform:translateY(-4px);opacity:1}}.support-chat__new-badge-wrap.svelte-wq8vu5{position:sticky;bottom:calc(70px + env(safe-area-inset-bottom));display:flex;justify-content:center;padding:0 12px 8px;pointer-events:none;z-index:1}.support-chat__new-badge.svelte-wq8vu5{pointer-events:auto;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:8px 12px;background:#0f766e;color:#fff;font-size:.78rem;font-weight:700;box-shadow:0 10px 24px #0f766e33}.support-chat__new-badge-count.svelte-wq8vu5{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#fff3;font-size:.72rem}.support-chat__bubble-row.svelte-wq8vu5{display:flex;align-items:flex-end;gap:6px;max-width:100%}.support-chat__bubble-row.is-user.svelte-wq8vu5{justify-content:flex-end}.support-chat__bubble-row.is-system.svelte-wq8vu5{align-items:center}.support-chat__bubble-avatar.svelte-wq8vu5{flex:0 0 auto;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:#f86d72}.support-chat__bubble-avatar.svelte-wq8vu5 svg:where(.svelte-wq8vu5){width:22px;height:22px}.support-chat__bubble-avatar--consultant.svelte-wq8vu5,.support-chat__bubble-avatar--system.svelte-wq8vu5{border-radius:999px;font-size:.72rem;font-weight:700}.support-chat__bubble-avatar--consultant.svelte-wq8vu5{background:#dbeafe;color:#1d4ed8}.support-chat__bubble-avatar--system.svelte-wq8vu5{background:#f1f5f9;color:#475569}.support-chat__bubble-stack.svelte-wq8vu5{display:grid;gap:4px;max-width:82%}.support-chat__bubble-label.svelte-wq8vu5{font-size:.74rem;line-height:1.1;color:var(--chat-text-muted);padding-left:4px}.support-chat__bubble.svelte-wq8vu5{margin:0;max-width:100%;padding:10px 12px;border-radius:14px;background:var(--chat-agent-bubble);color:#1f2937;font-size:.96rem;line-height:1.45;white-space:pre-wrap;word-break:break-word}.support-chat__bubble-paragraphs.svelte-wq8vu5{display:flex;flex-direction:column;gap:8px}.support-chat__bubble-line.svelte-wq8vu5{margin:0}.support-chat__bubble-list.svelte-wq8vu5{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:6px}.support-chat__bubble-list-item.svelte-wq8vu5{margin:0}.support-chat__bubble-key.svelte-wq8vu5{font-weight:700}.support-chat__bubble.is-user.svelte-wq8vu5{background:var(--chat-user-bubble);color:var(--chat-user-text)}.support-chat__bubble.is-consultant.svelte-wq8vu5{background:#eef4ff;color:#1e3a8a}.support-chat__bubble.is-system.svelte-wq8vu5{background:#f8fafc;color:#475569}.support-chat__bubble--pending.svelte-wq8vu5{opacity:.86;font-style:italic}.support-chat__prompt-group.svelte-wq8vu5{display:flex;flex-wrap:wrap;gap:8px;padding:6px 12px 10px}.support-chat__prompt-group--compact.svelte-wq8vu5{padding:0}.support-chat__prompt.svelte-wq8vu5{border:1px solid rgba(13,202,240,.3);background:#fff;color:#334155;border-radius:999px;padding:7px 12px;font-size:.86rem;line-height:1.2;cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease}.support-chat__prompt.svelte-wq8vu5:hover,.support-chat__prompt.svelte-wq8vu5:focus-visible{transform:translateY(-1px);border-color:#0dcaf0a3;color:var(--chat-primary-900)}.support-chat__prompt--consultant.svelte-wq8vu5{background:linear-gradient(135deg,#0dcaf01f,#0f766e1f);border-color:#0f766e47;color:var(--chat-primary-900);font-weight:700}.support-chat__composer.svelte-wq8vu5{display:flex;align-items:center;gap:8px;padding:10px 12px 14px;background:#fff;border-top:1px solid rgba(13,202,240,.18);position:sticky;bottom:0;z-index:2;padding-bottom:max(14px,calc(env(safe-area-inset-bottom) + 10px))}.support-chat__input.svelte-wq8vu5{flex:1 1 auto;min-width:0;border:1px solid rgba(15,20,24,.12);border-radius:999px;height:44px;padding:0 14px;font-size:.94rem;outline:none}.support-chat__input.svelte-wq8vu5:focus{border-color:#0dcaf0b8;box-shadow:0 0 0 3px #0dcaf02e}.support-chat__send-btn.svelte-wq8vu5{width:40px;height:40px;border:0;border-radius:50%;background:var(--chat-primary-700);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .16s ease,background-color .16s ease}.support-chat__send-btn.svelte-wq8vu5 svg:where(.svelte-wq8vu5){width:18px;height:18px}.support-chat__send-btn.svelte-wq8vu5:hover,.support-chat__send-btn.svelte-wq8vu5:focus-visible{transform:translateY(-1px);background:var(--chat-primary-800)}.support-chat__send-btn.svelte-wq8vu5:disabled{opacity:.6;cursor:not-allowed;transform:none}.support-chat__tail.svelte-wq8vu5{position:absolute;right:22px;bottom:-10px;width:18px;height:18px;background:#fff;border-right:1px solid var(--chat-border-soft);border-bottom:1px solid var(--chat-border-soft);transform:rotate(45deg)}.support-chat__fab.svelte-wq8vu5{border:none;border-radius:999px;min-height:52px;padding:7px 14px 7px 8px;display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,var(--chat-primary-700),var(--chat-primary-900));color:#fff;font-weight:800;font-size:1.02rem;box-shadow:0 16px 30px #0b1f2c3d,0 6px 12px #0b1f2c24;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.support-chat__fab.svelte-wq8vu5:hover,.support-chat__fab.svelte-wq8vu5:focus-visible{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 18px 34px #0b1f2c42,0 8px 14px #0b1f2c29}.support-chat__fab.is-open.svelte-wq8vu5{background:linear-gradient(135deg,var(--chat-primary-600),var(--chat-primary-800))}.support-chat__fab-avatar.svelte-wq8vu5{width:38px;height:38px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#ffffff38;color:#fff}.support-chat__fab-avatar.svelte-wq8vu5 svg:where(.svelte-wq8vu5){width:24px;height:24px}.support-chat__fab-text.svelte-wq8vu5{white-space:nowrap;line-height:1}@media(max-width:768px){.support-chat.svelte-wq8vu5{right:10px;bottom:max(10px,calc(env(safe-area-inset-bottom) + 6px))}.support-chat__panel.svelte-wq8vu5{width:min(360px,calc(100vw - 12px))}.support-chat__panel.is-live.svelte-wq8vu5{height:min(520px,var(--chat-live-max-height, calc(100vh - 72px) ))}.support-chat__title.svelte-wq8vu5{font-size:.92rem}.support-chat__header.is-live.svelte-wq8vu5 .support-chat__title:where(.svelte-wq8vu5){font-size:1.02rem}.support-chat__hint-panel.svelte-wq8vu5{padding:10px 10px 4px}.support-chat__hint-title.svelte-wq8vu5{font-size:.81rem}.support-chat__hint-subtitle.svelte-wq8vu5{font-size:.72rem}.support-chat__item.svelte-wq8vu5{min-height:58px;padding:9px 10px}.support-chat__fab.svelte-wq8vu5{min-height:48px;padding-right:12px;font-size:.95rem}.support-chat__fab-avatar.svelte-wq8vu5{width:34px;height:34px}}@media(max-width:420px){.support-chat__item-subtitle.svelte-wq8vu5{display:none}.support-chat__item.svelte-wq8vu5{min-height:52px}.support-chat__bubble.svelte-wq8vu5{max-width:88%}}@media(prefers-reduced-motion:reduce){.support-chat__close-btn.svelte-wq8vu5,.support-chat__item.svelte-wq8vu5,.support-chat__prompt.svelte-wq8vu5,.support-chat__send-btn.svelte-wq8vu5,.support-chat__fab.svelte-wq8vu5,.support-chat__typing-dot.svelte-wq8vu5{transition:none;animation:none}}.route-loader.svelte-k9mec6{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;background:#ffffffbf;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.route-loader-panel.svelte-k9mec6{display:grid;justify-items:center;gap:12px;padding:18px 22px;border-radius:16px;background:#1f1a14;color:#fff7e8;box-shadow:0 22px 45px #0f14182e;text-transform:uppercase;letter-spacing:.14em;font-size:.7rem}.route-loader-spinner.svelte-k9mec6{width:34px;height:34px;border-radius:999px;border:3px solid rgba(255,247,232,.3);border-top-color:#fff7e8;animation:svelte-k9mec6-spin .8s linear infinite}@keyframes svelte-k9mec6-spin{to{transform:rotate(360deg)}}@media(hover:none)and (pointer:coarse){.route-loader.svelte-k9mec6{pointer-events:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffe6}}.cart-toast.svelte-193eq4h{position:fixed;top:calc(var(--site-header-height, 0px) + 12px);right:12px;z-index:2147483647;box-sizing:border-box;width:min(360px,calc(100vw - 32px));max-width:calc(100vw - max(12px,env(safe-area-inset-left)) - max(12px,env(safe-area-inset-right)));display:grid;grid-template-columns:36px minmax(0,1fr) 36px;gap:10px;align-items:center;padding:14px;border-radius:16px;border:1px solid rgba(31,26,20,.14);background:#ffffffeb;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 28px 60px #1f1a1438;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(-12px) scale(.98);transition:transform .18s ease,opacity .18s ease}.cart-toast.is-center.svelte-193eq4h{top:50%;left:50%;right:auto;transform:translate(-50%,-50%) scale(.98)}.cart-toast.is-show.svelte-193eq4h{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.cart-toast.is-center.is-show.svelte-193eq4h{transform:translate(-50%,-50%) scale(1)}.cart-toast-overlay.svelte-193eq4h{position:fixed;inset:0;background:#0f141873;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:2147483646}.cart-toast-overlay.is-show.svelte-193eq4h{opacity:1;pointer-events:auto}.cart-toast__icon.svelte-193eq4h{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#1f1a140f;color:#1f1a14}.cart-toast__icon.svelte-193eq4h svg:where(.svelte-193eq4h){width:18px;height:18px}.cart-toast__text.svelte-193eq4h{min-width:0;font-weight:800;line-height:1.35;color:#1f1a14;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.cart-toast__close.svelte-193eq4h{width:32px;height:32px;min-width:32px;min-height:32px;padding:0;display:inline-grid;place-items:center;border:1px solid rgba(31,26,20,.2);border-radius:8px;background:#fff;color:#1f1a14;font-size:18px;font-weight:700;line-height:1;opacity:1;cursor:pointer;text-transform:none;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.cart-toast__close.svelte-193eq4h:hover{background:#1f1a141a;border-color:#1f1a145c;transform:translateY(-1px)}.cart-toast__close.svelte-193eq4h:focus-visible{outline:2px solid rgba(13,202,240,.55);outline-offset:2px}.cart-toast.is-success.svelte-193eq4h{border-color:#0b879973}.cart-toast.is-warning.svelte-193eq4h{border-color:#ffc107a6}.cart-toast.is-danger.svelte-193eq4h,.cart-toast.is-error.svelte-193eq4h{border-color:#b423188c}@media(max-width:640px){.cart-toast.svelte-193eq4h{top:calc(var(--site-header-height, 0px) + max(8px,env(safe-area-inset-top)));right:max(10px,env(safe-area-inset-right));left:max(10px,env(safe-area-inset-left));margin:0;width:auto;max-width:none;gap:8px;padding:12px;grid-template-columns:34px minmax(0,1fr) 34px;align-items:start;border-radius:14px}.cart-toast.is-center.svelte-193eq4h{left:50%;right:auto;width:min(360px,calc(100vw - max(10px,env(safe-area-inset-left)) - max(10px,env(safe-area-inset-right)) - 20px))}.cart-toast__icon.svelte-193eq4h{width:28px;height:28px;align-self:start}.cart-toast__icon.svelte-193eq4h svg:where(.svelte-193eq4h){width:16px;height:16px}.cart-toast__text.svelte-193eq4h{font-size:.9rem;line-height:1.32;max-height:5.28em;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding-right:2px}.cart-toast__close.svelte-193eq4h{align-self:start}.cart-toast__close.svelte-193eq4h{width:30px;height:30px;min-width:30px;min-height:30px;font-size:16px}}
