@charset "UTF-8";.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}.topBarMenu{background:#232d3b;width:100%;height:40px;display:flex;align-items:center}@media screen and (max-width:991px){.topBarMenu{display:none}}.topBarMenu__inner{max-width:var(--container-size);padding:var(--container-padding);width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 auto;overflow-x:auto;scrollbar-width:none}.topBarMenu__inner::-webkit-scrollbar{display:none}.topBarMenu__inner{scroll-behavior:smooth;position:relative}.topBarMenu__inner li{position:unset}.topBarMenu__inner>div{width:100%;position:relative}.topBarMenu__inner>div img{position:absolute;top:-3px;right:0}.topBarMenu__inner ul{display:flex;align-items:center;gap:4px}.topBarMenu__inner ul>li{position:relative;font-size:12px;font-weight:400;color:#ffffffbf;text-decoration:none;cursor:pointer;padding:8px 10px;text-transform:capitalize;white-space:nowrap;transition:all .15s}.topBarMenu__inner ul>li a{font-size:12px;font-weight:400;color:#ffffffbf;text-decoration:none;width:100%;display:flex;align-items:center;gap:6px;transition:all .15s}.topBarMenu__inner ul>li:hover>a{color:#fff;font-weight:600}.topBarMenu__inner ul>li:hover{color:#fff;font-weight:600}.topBarMenu__inner ul>li:hover>.topBarMenu__dropdown{display:block}.topBarMenu__freeCards{color:#ffa726!important;font-weight:600!important}.topBarMenu__freeCards:hover{color:#ffb74d!important}.topBarMenu__sep{padding:0 4px!important}.topBarMenu__sep:after{content:"";display:block;width:1px;height:14px;background:#ffffff40}.topBarMenu__badge{border-radius:100px;padding:2px 8px;font-size:10px;font-weight:600;text-transform:uppercase;line-height:1.4}.topBarMenu__badge--new{background-color:#f59e0b;color:#fff}.topBarMenu__caret{margin-left:2px;opacity:.7;transition:transform .15s}.topBarMenu__hasDrop:hover .topBarMenu__caret{transform:rotate(180deg);opacity:1}.topBarMenu__hasDrop{position:relative}.topBarMenu__hasDrop:hover>.topBarMenu__dropdown{display:block}.topBarMenu__dropdown{position:absolute;z-index:99999;display:none;top:100%;left:50%;transform:translate(-50%);padding-top:8px}.topBarMenu__dropdown__arrow{width:12px;height:12px;background:#232d3b;transform:rotate(45deg);position:absolute;top:4px;left:50%;margin-left:-6px;z-index:1}.topBarMenu__dropdown__menu{position:relative;z-index:2;background:#232d3b;border-radius:8px;padding:8px;min-width:220px;box-shadow:0 8px 24px #00000040}.topBarMenu__dropdown__menu a{display:flex;align-items:center;gap:10px;padding:10px 12px;font-size:13px;font-weight:500;color:#fff;text-decoration:none;border-radius:6px;transition:all .12s}.topBarMenu__dropdown__menu a svg{flex-shrink:0;stroke:#94a3b8}.topBarMenu__dropdown__menu a:hover{background:#ffffff14;color:#fff}.topBarMenu__dropdown__menu a:hover svg{stroke:#5eead4}.topBarMenu__dropdown--sm{left:unset;right:0;transform:none}.topBarMenu__dropdown--sm>ul{padding:16px 8px;background:#fff;border-radius:8px;flex-direction:column;align-items:flex-start;margin:0;gap:4px;width:200px;box-shadow:0 8px 24px #0000001f}.topBarMenu__dropdown--sm>ul li{color:#334155;padding:8px}.topBarMenu__dropdown--sm>ul li a{color:#334155;font-size:14px;font-weight:600}.topBarMenu__dropdown--sm>ul li:hover a{color:#114b4b!important}.topBarMenu__arrow{background:#ffffff26;border:1px solid rgba(255,255,255,.25);cursor:pointer;padding:4px 6px;display:flex;align-items:center;justify-content:center;z-index:5;flex-shrink:0;min-width:26px;min-height:26px;border-radius:4px;transition:background .15s}.topBarMenu__arrow:hover{background:#ffffff4d}.topBarMenu__arrow--left{margin-right:4px}.topBarMenu__arrow--right{margin-left:4px}@media screen and (max-width:991px){.topBarMenu__arrow{display:none!important}}.topBar{background:var(--background-white);width:100%;position:relative;border-bottom:1px solid rgba(20,24,36,.0784313725);height:70px;min-height:70px;display:flex;align-items:center}@media screen and (max-width:991px){.topBar{display:block;height:auto;border-bottom:none;padding-top:8px}}.topBar__searchInline{flex:1;min-width:280px;max-width:700px;padding:2px 6px;border-radius:8px;border:1px solid #e2e8f0;background:#fafbfc}@media screen and (max-width:767px){.topBar__searchInline{display:none}}.topBar__sep{width:1px;height:32px;background:#e2e8f0;flex-shrink:0}@media screen and (max-width:991px){.topBar__sep{display:none}}.topBar__offers{display:flex;align-items:center;gap:8px;flex:1;min-width:0;overflow-x:auto;overflow-y:hidden;max-height:60px;scrollbar-width:none}.topBar__offers::-webkit-scrollbar{display:none}.topBar__offers{scroll-behavior:smooth}@media screen and (max-width:991px){.topBar__offers{display:none}}.topBar__offersWrap{display:flex;align-items:center;flex:1;min-width:0;position:relative}@media screen and (max-width:991px){.topBar__offersWrap{display:none}}.topBar__offersArrow{background:#f1f5f9;border:1px solid #e2e8f0;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:5;flex-shrink:0;min-width:24px;min-height:24px;border-radius:4px;transition:background .15s}.topBar__offersArrow:hover{background:#0000000d}.topBar__offersFadeLeft,.topBar__offersFadeRight{position:absolute;top:0;bottom:0;width:32px;pointer-events:none;z-index:4;opacity:0;transition:opacity .2s}.topBar__offersFadeLeft{left:24px;background:linear-gradient(to left,transparent,#fff)}.topBar__offersFadeRight{right:24px;background:linear-gradient(to right,transparent,#fff)}.topBar__offersFadeLeft--visible,.topBar__offersFadeRight--visible{opacity:1}.topBar__offerGroup{display:flex;align-items:center;gap:2px;padding:2px 6px;border-radius:8px;border:1px solid #e2e8f0;background:#fafbfc;flex-shrink:0}.topBar__offer{flex:none;text-align:center;cursor:pointer;text-decoration:none;display:flex;flex-direction:column;align-items:center}.topBar__offer a{text-decoration:none;display:flex;flex-direction:column;align-items:center}.topBar__offer>svg{color:#232d3b;transition:color .15s}.topBar__offer>span{color:#475569;font-size:13px;font-weight:500;display:block;text-align:center;margin-top:2px;transition:color .15s}.topBar__offer:hover>svg{color:#114b4b}.topBar__offer:hover>span{color:#232d3b}.topBar__offer{min-width:90px;padding:4px 8px;border-radius:6px;background:transparent}.topBar__offer--amber>svg{color:#d97706}.topBar__offer--amber>span{color:#d97706}.topBar__offer--amber:hover{background:#d9770614}.topBar__offer--amber:hover>span{text-shadow:0 0 .5px #d97706,0 0 .5px #d97706}.topBar__offer--green>svg{color:#16a34a}.topBar__offer--green>span{color:#16a34a}.topBar__offer--green:hover{background:#16a34a14}.topBar__offer--green:hover>span{text-shadow:0 0 .5px #16a34a,0 0 .5px #16a34a}.topBar__offer--blue>svg{color:#2563eb}.topBar__offer--blue>span{color:#2563eb}.topBar__offer--blue:hover{background:#2563eb14}.topBar__offer--blue:hover>span{text-shadow:0 0 .5px #2563eb,0 0 .5px #2563eb}.topBar__offer--design>svg{color:#232d3b}.topBar__offer--design>span{color:#232d3b}.topBar__offer--design:hover{background:#232d3b14}.topBar__offer--design:hover>span{text-shadow:0 0 .5px #232d3b,0 0 .5px #232d3b}.topBar__offer--teal>svg{color:#114b4b}.topBar__offer--teal>span{color:#114b4b}.topBar__offer--teal:hover{background:#114b4b14}.topBar__offer--teal:hover>span{text-shadow:0 0 .5px #114b4b,0 0 .5px #114b4b}.topBar__mobileSearch{display:none}@media screen and (max-width:767px){.topBar__mobileSearch{display:block;padding:4px 16px 8px;margin-top:4px}}.topBar__inner{padding:var(--container-padding);display:flex;align-items:center;justify-content:space-between;gap:30px;max-width:var(--container-size);width:100%;margin:0 auto;height:70px;min-height:70px}@media screen and (max-width:1250px){.topBar__inner{gap:16px}}@media screen and (max-width:1024px){.topBar__inner{gap:8px}}@media screen and (max-width:991px){.topBar__inner{height:56px;min-height:56px}}.topBar__inner__leftColumn{display:flex;align-items:center;flex:1;gap:20px;min-width:0}@media screen and (max-width:1250px){.topBar__inner__leftColumn{gap:12px}}.topBar__inner__leftColumn__logo{display:flex;align-items:center;justify-content:center;flex-shrink:0}.topBar__inner__leftColumn__logo__inner{display:flex;align-items:center;gap:24px}@media screen and (max-width:1250px){.topBar__inner__leftColumn__logo__inner{gap:8px}}.topBar__inner__leftColumn__logo__inner__container{position:relative;text-align:center;display:flex;align-items:center;gap:16px}.topBar__inner__leftColumn__logo__inner__container a{display:flex}.topBar__inner__leftColumn__logo__inner__container a svg{filter:drop-shadow(1px 1px 0px rgba(35,45,59,.3)) drop-shadow(2px 2px 0px rgba(35,45,59,.15));transition:filter .2s}.topBar__inner__leftColumn__logo__inner__container a svg path{fill:#232d3b}.topBar__inner__leftColumn__logo__inner__container a:hover svg{filter:drop-shadow(1px 1px 0px rgba(35,45,59,.3)) drop-shadow(2px 2px 0px rgba(35,45,59,.15))}.topBar__inner__search{max-width:100%;width:100%;flex:auto;position:relative;z-index:82;background:var(--background-white);padding:5px;border-radius:12px}@media screen and (max-width:767px){.topBar__inner__search__desktop{display:none}}.topBar__inner__search__mobile{display:none}@media screen and (max-width:767px){.topBar__inner__search__mobile{display:block;padding:4px;max-width:98%;margin:12px auto 0}}.topBar__inner__rightColumn{display:flex;align-items:center;gap:25px;height:100%;min-height:70px}@media screen and (max-width:991px){.topBar__inner__rightColumn{display:none}}.topBar__inner__rightColumn__mobileBlock{display:none}.topBar__inner__rightColumn__mobileBlock svg path{fill:var(--primary-color)!important}@media screen and (max-width:991px){.topBar__inner__rightColumn__mobileBlock{display:flex;align-items:center;justify-content:center;cursor:pointer;min-width:44px;min-height:44px}}.topBarSearch{width:100%;border-radius:12px;border:1px solid transparent;background:transparent;position:relative;max-width:100%;transition:border-color .15s,box-shadow .15s}.topBarSearch:focus-within{border-color:transparent;box-shadow:none;background:transparent}.topBarSearch__inner{display:flex;align-items:center;width:100%}.topBarSearch__btn{background-color:transparent;color:#232d3b;font-size:14px;font-weight:600;border:none;height:40px;padding:8px 16px;border-top-right-radius:10px;border-bottom-right-radius:10px;cursor:pointer;white-space:nowrap;font-family:Onest,sans-serif;transition:color .15s}.topBarSearch__btn:hover{color:#114b4b}.topBarSearch__leftColumn{flex-shrink:0;position:relative}.topBarSearch__leftColumn__inner{border-right:1px solid var(--border-gray-medium-color);height:40px;display:flex;align-items:center;gap:12px;padding:16px;font-size:14px;color:var(--text-color);font-weight:500;cursor:pointer;text-transform:capitalize;background-color:var(--background-input);border-radius:12px 0 0 12px}.topBarSearch__leftColumn__inner svg{flex-shrink:0}.topBarSearch__typeDropdown{position:absolute;top:100%;left:0;margin-top:8px;background:var(--background-white);border-radius:8px;box-shadow:0 8px 32px #0000001f;z-index:100;min-width:180px;padding:6px 0}.topBarSearch__typeDropdown__item{display:block;width:100%;padding:10px 16px;border:none;background:none;text-align:left;font-size:14px;font-weight:500;color:var(--text-color);cursor:pointer;font-family:Onest,sans-serif}.topBarSearch__typeDropdown__item:hover{background-color:#1418240a}.topBarSearch__typeDropdown__item--active{color:var(--primary-color);font-weight:600}.topBarSearch__inpBlock{width:100%;height:40px;display:flex;align-items:center;background-color:var(--background-input);border-radius:12px 0 0 12px;padding-right:12px}.topBarSearch__inpBlock svg{cursor:pointer}.topBarSearch__inpBlock input{width:100%;height:100%;border:none;outline:none;background:transparent;padding:11px 16px;font-size:14px;color:var(--text-color);font-family:Onest,sans-serif}.topBarSearch__inpBlock input::placeholder{color:#14182499}.topBarSearch__dropdown{position:absolute;left:0;width:calc(100vw - 60px);max-width:1100px;background-color:var(--background-white);margin-top:16px;border-radius:12px;box-shadow:0 12px 48px #0000001f,0 2px 8px #0000000f}.topBarSearch__dropdown:before{content:"";position:absolute;top:-8px;left:32px;width:16px;height:16px;background:var(--background-white);border-radius:3px;transform:rotate(45deg);box-shadow:-2px -2px 4px #0000000a}.topBarSearch__dropdown{padding-top:0;z-index:9;animation:searchDropdownIn .22s ease forwards}@media screen and (max-width:991px){.topBarSearch__dropdown{width:calc(100vw - 32px)}}@media screen and (max-width:767px){.topBarSearch__dropdown{width:100vw;left:0;border-radius:0 0 12px 12px;animation:searchDropdownInMobile .22s ease forwards}}.topBarSearch__dropdown__inner{overflow-y:auto;max-height:80vh}@media screen and (max-width:991px){.topBarSearch__dropdown__inner{max-height:70vh}}@media screen and (max-width:767px){.topBarSearch__dropdown__inner{max-height:75vh}}.topBarSearch__dropdown__title{font-size:16px;font-weight:600;color:var(--text-color);text-transform:capitalize;display:flex;align-items:center;gap:16px;margin-top:16px;margin-bottom:12px}.topBarSearch__dropdown__block{margin-bottom:20px;padding:20px 28px 16px}.topBarSearch__dropdown__block__item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:4px 0;text-transform:capitalize}.topBarSearch__dropdown__block__item a{text-decoration:none}.topBarSearch__dropdown__block__item__leftColumn{display:flex;align-items:center;gap:12px;text-decoration:none}.topBarSearch__dropdown__block__item__leftColumn p{color:var(--text-color);line-height:1.5}.topBarSearch__dropdown__block__item__leftColumn__name{font-size:16px;font-weight:500;color:var(--text-color)!important}.topBarSearch__dropdown__block__item__leftColumn__name:hover{color:var(--primary-color)!important}.topBarSearch__dropdown__bottom{background-color:var(--background-white);border-top:1px solid rgba(20,24,36,.1215686275);padding:14px 28px;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.topBarSearch__dropdown__bottom button{width:100%;border:1px solid rgba(20,24,36,.3215686275);border-radius:8px;padding:16px 12px;background-color:var(--background-white);font-size:16px;font-weight:500;color:var(--text-color);cursor:pointer;font-family:Onest,sans-serif}.topBarSearch__dropdown__bottom button:hover{background-color:var(--primary-color);color:#fff;border-color:var(--primary-color)}.topBarSearch__dropdown__noResult{text-align:center;margin-top:16px;font-size:16px;color:var(--text-light-color);font-weight:500}@keyframes searchDropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes searchDropdownInMobile{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.topBarSearch{transition:none!important}.topBarSearch__dropdown{animation:none!important}}.searchResults{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0}.searchResults__products{padding:20px 24px 16px;border-right:1px solid rgba(20,24,36,.0392156863)}.searchResults__side{padding:16px 20px 12px;overflow-y:visible}.searchResults__seeAll{margin-left:auto;font-size:13px;font-weight:500;color:var(--primary-color);text-decoration:none;white-space:nowrap}.searchResults__seeAll:hover{text-decoration:underline}.searchResults__productGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}@media screen and (max-width:767px){.searchResults__productGrid{grid-template-columns:repeat(2,1fr)}}.searchResults__productGrid--msearch{grid-template-columns:repeat(5,1fr);gap:12px}@media screen and (max-width:1200px){.searchResults__productGrid--msearch{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:991px){.searchResults__productGrid--msearch{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:767px){.searchResults__productGrid--msearch{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:480px){.searchResults__productGrid--msearch{grid-template-columns:1fr}}.searchResults__compactCard{display:block;border:1px solid #114b4b;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 2px 8px #0000000a;transition:all .15s ease}.searchResults__compactCard:hover{box-shadow:3px 3px #114b4b;transform:translate(-1px,-1px)}.searchResults__compactCard__img{width:100%;height:100px;background:#f8fafc}.searchResults__compactCard__img img{width:100%;height:100%;object-fit:cover}.searchResults__compactCard__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.searchResults__compactCard__info{padding:6px 8px}.searchResults__compactCard__name{display:block;font-size:12px;font-weight:700;color:#0f172a;line-height:1.3;text-transform:capitalize;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.searchResults__compactCard__price{display:block;font-size:11px;color:#64748b;margin-top:2px}.searchResults__compactCard__rating{display:flex;align-items:center;gap:3px;font-size:11px;color:#334155;margin-top:3px}.searchResults__productsBottom{margin-top:16px;padding-top:16px;border-top:1px solid #e2e8f0}.searchResults__productsBottom button{display:block;width:100%;padding:12px 20px;background:#114b4b;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;font-family:Onest,sans-serif;transition:background .15s}.searchResults__productsBottom button:hover{background:#0d3d3d}.searchResults__sideGroup{margin-bottom:16px}.searchResults__sideGroup:last-child{margin-bottom:0}.searchResults__sideCount{font-size:12px;font-weight:500;color:var(--text-light-color);background:#1418240a;padding:2px 8px;border-radius:10px}.searchResults__expandBtn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;border:1px solid rgba(20,24,36,.1254901961);background:none;cursor:pointer;color:var(--text-color);flex-shrink:0}.searchResults__expandBtn:hover{background:#1418240a}.searchResults__sideItem{display:flex;align-items:center;gap:10px;padding:6px 0;text-decoration:none}.searchResults__sideItem:hover .searchResults__sideItem__name{color:var(--primary-color)}.searchResults__sideItem__img{width:36px;height:36px;border-radius:4px;object-fit:cover;flex-shrink:0;background:#f5f5f5}.searchResults__sideItem__name{font-size:14px;font-weight:500;color:var(--text-color);line-height:1.3;transition:color .15s}.searchResults__sideItem__tag{font-size:10px;font-weight:600;padding:2px 6px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.searchResults__sideItem__tag--design{background:#e8f5e9;color:#2e7d32}.searchResults__sideItem__tag--blank{background:#e3f2fd;color:#1565c0}.searchResults__sideItem__tag--collection{background:#fff3e0;color:#e65100}.searchResults__sideItem__body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.searchResults__sideItem__date{font-size:11px;color:var(--text-light-color)}.searchResults__sideItem__snippet{font-size:12px;color:var(--text-light-color);line-height:1.3;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.searchResults__sideItem__count{font-size:12px;color:var(--text-light-color);white-space:nowrap;flex-shrink:0}.searchResults__sideItem__arrow{font-size:14px;color:var(--text-light-color);flex-shrink:0;margin-left:auto;opacity:0;transition:opacity .15s}.searchResults__sideItem:hover .searchResults__sideItem__arrow{opacity:1}.searchResults__compactCard__arrow{font-size:13px;color:var(--text-light-color);text-align:right;opacity:0;transition:opacity .15s}.searchResults__compactCard:hover .searchResults__compactCard__arrow{opacity:1}@media screen and (max-width:767px){.searchResults{grid-template-columns:1fr}.searchResults__products{border-right:none;border-bottom:1px solid rgba(20,24,36,.0392156863)}}@media screen and (max-width:767px){.searchResults__compactCard__name,.searchResults__compactCard__price,.searchResults__compactCard__rating,.searchResults__sideItem__name,.searchResults__sideItem__snippet{font-size:14px}.searchResults__sideItem{min-height:44px}}.searchSkeleton{display:flex;flex-direction:column;gap:12px}.searchSkeleton__row{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeletonShimmer 1.5s ease-in-out infinite;border-radius:4px}.searchSkeleton__row:nth-child(1){width:80%}.searchSkeleton__row:nth-child(2){width:60%}.searchSkeleton__row:nth-child(3){width:70%}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.headerAccountPart{display:flex;align-items:center;gap:20px}@media screen and (max-width:991px){.headerAccountPart{display:none}}.headerAccountPart__account{display:flex;align-items:center;justify-content:space-between;width:100%;gap:25px}.headerAccountPart__account__innerBlock{display:flex;align-items:center;gap:25px}.headerAccountPart__account__icon{flex:none;position:relative;z-index:200001;cursor:pointer;text-align:center}.headerAccountPart__account__icon a{text-decoration:unset;display:flex;flex-direction:column;align-items:center}.headerAccountPart__account__icon>span,.headerAccountPart__account__icon a>span{color:#475569;font-size:13px;font-weight:650;display:block;text-align:center;margin-top:2px;transition:color .15s}.headerAccountPart__account__icon>svg,.headerAccountPart__account__icon a>svg{color:#232d3b;transition:color .15s}.headerAccountPart__account__icon{transition:transform .15s ease}.headerAccountPart__account__icon:hover{transform:translateY(-1px)}.headerAccountPart__account__icon:hover>span,.headerAccountPart__account__icon:hover a>span{color:#114b4b}.headerAccountPart__account__icon:hover>svg,.headerAccountPart__account__icon:hover a>svg{color:#114b4b}.headerAccountPart__account__icon:active{transform:scale(.97)}.headerAccountPart__account__block{cursor:pointer;display:block;position:relative;text-align:center}.headerAccountPart__account__coinBlock{background:#1418240a;border-radius:8px;display:flex;align-items:center;gap:8px;padding:10px 16px 8px;height:40px;cursor:pointer;position:relative;white-space:nowrap;border:1px solid var(--border-gray-medium-color)}.headerAccountPart__account__coinBlock img{width:22px;height:22px;border-radius:0}.headerAccountPart__account__coinBlock p{color:var(--text-color);font-size:14px;font-weight:700}.headerAccountPart__account__coinBlock:hover{background:#14182414}.headerAccountPart__account__dropdownMenu{width:300px;background:var(--background-white);box-shadow:0 8px 32px #0000001f;border-radius:8px;position:absolute;right:-30px;margin-top:14px;z-index:200000}.headerAccountPart__account__dropdownMenu:before{content:"";position:absolute;top:-8px;right:50px;width:16px;height:16px;background:var(--background-white);transform:rotate(45deg);box-shadow:-2px -2px 4px #0000000a;border-radius:2px}.headerAccountPart__account__dropdownMenu{padding:24px;box-sizing:border-box;text-align:left}@media screen and (max-width:991px){.headerAccountPart__account__dropdownMenu{position:unset;width:100%;box-shadow:unset;margin-top:0;padding:16px}}.headerAccountPart__account__dropdownMenu p{font-size:16px;font-weight:400;text-align:left}.headerAccountPart__account__dropdownMenu a{text-decoration:unset}.headerAccountPart__account__dropdownMenu ul{padding:8px 0;list-style:none;margin:0}.headerAccountPart__account__dropdownMenu ul li{font-weight:500;font-size:16px;color:var(--text-color);cursor:pointer;text-align:left}.headerAccountPart__account__dropdownMenu ul li a{text-decoration:unset;font-weight:500;font-size:16px;color:var(--text-color);width:100%;height:100%;display:block;padding:10px 2px;text-align:left}.headerAccountPart__account__dropdownMenu ul li:hover a{color:var(--primary-color)!important}.headerAccountPart__account__dropdownMenu ul:last-child{padding-bottom:0}.headerAccountPart__account__dropdownMenu ul:last-child li:last-child{font-weight:400}.headerAccountPart__account__dropdownMenu ul:last-child li:last-child a{padding:10px 2px 0}.headerAccountPart__account__dropdownMenu__btn{border-radius:8px;background-color:var(--primary-color);color:#fff;font-size:16px;font-weight:500;height:56px;padding:24px 12px;text-decoration:unset;display:flex;align-items:center;justify-content:center;margin:16px 0}.headerAccountPart__account__dropdownMenu__btn:hover{background-color:var(--primary-dark-color)}.headerAccountPart__account__dropdownMenu__userBlock{display:flex;align-items:center;gap:12px;padding-bottom:16px;text-decoration:none}.headerAccountPart__account__dropdownMenu__userBlock>svg{flex-shrink:0}.headerAccountPart__account__dropdownMenu__userBlock img{width:40px;height:40px;border-radius:50%;object-fit:cover;flex-shrink:0}.headerAccountPart__account__dropdownMenu__userBlock__name{font-weight:500;font-size:16px;color:var(--text-color);margin-bottom:2px;line-height:normal!important}.headerAccountPart__account__dropdownMenu__userBlock__email{font-weight:500;font-size:12px;text-overflow:ellipsis;width:100%;overflow:hidden;max-width:calc(100% - 45px);color:var(--text-light-color);line-height:normal!important}.headerAccountPart__account__dropdownMenu__coinBlock{padding:15px 0;border-top:1px solid var(--border-gray-color);border-bottom:1px solid var(--border-gray-color)}.headerAccountPart__account__dropdownMenu__coinBlock__inner{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--text-color);font-size:14px;background-color:#1418240a;border-radius:8px;padding:10px}.headerAccountPart__account__dropdownMenu__coinBlock__inner img{width:20px;height:20px;border-radius:0}.headerAccountPart__account__dropdownMenu__coinBlock b{font-weight:700}.headerAccountPart__account__dropdownMenu__middleMenu{border-top:1px solid var(--border-gray-color);border-bottom:1px solid var(--border-gray-color);margin-bottom:8px}.headerAccountPart__account__cart{position:relative;cursor:pointer;text-align:center}.headerAccountPart__account__cart a{text-decoration:unset;display:flex;flex-direction:column;align-items:center}.headerAccountPart__account__cart a span{color:#475569;font-size:13px;font-weight:650;display:block;text-align:center}.headerAccountPart__account__cart a svg{color:var(--text-color)}.headerAccountPart__account__cart a{transition:transform .15s ease}.headerAccountPart__account__cart a:hover{transform:translateY(-1px)}.headerAccountPart__account__cart a:hover span{color:#114b4b}.headerAccountPart__account__cart a:hover svg{color:#114b4b}.headerAccountPart__account__cart a:hover svg path{stroke:#114b4b}.headerAccountPart__account__cart a:active{transform:scale(.97)}.headerAccountPart__account__cart__count{position:relative}.headerAccountPart__account__cart__count__number{background:var(--primary-color);border-radius:50%;color:#fff!important;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:12px;width:18px;height:18px;position:absolute!important;top:-5px!important;right:-8px!important}.headerAccountPartLogoutDropdown a{text-decoration:none}.headerAccountPartLogoutDropdown p{line-height:28px}.headerAccountPartLogoutDropdown ul{margin-top:24px;padding-top:16px;list-style:none;padding-left:0}.headerAccountPartLogoutDropdown ul:last-child{border-top:1px solid var(--border-gray-color)}.headerAccountPartLogoutDropdown ul:last-child li:last-child{padding:0}.headerAccountPartLogoutDropdown ul:last-child li a{color:var(--text-color);font-weight:500;font-size:16px}.mobileNav{display:none;position:fixed;top:0;right:0;width:300px;height:100dvh;background:#fff;z-index:100002;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;box-shadow:-4px 0 24px #00000026;scrollbar-width:none}.mobileNav::-webkit-scrollbar{display:none}@media screen and (max-width:991px){.mobileNav{display:block!important}}.mobileNav--open{transform:translate(0)}.mobileNav__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0}.mobileNav__close{background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.mobileNav__links{padding:8px 0 24px}.mobileNav__section{padding:8px 0;border-bottom:1px solid #f1f5f9}.mobileNav__section:last-child{border-bottom:none}.mobileNav__label{font-size:11px;font-weight:700;text-transform:uppercase;color:#94a3b8;letter-spacing:.05em;padding:8px 20px 4px;margin:0}.mobileNav a{display:flex;align-items:center;padding:12px 20px;font-size:15px;font-weight:500;color:#0f172a;text-decoration:none;min-height:44px}.mobileNav a:active{background:#f0fdfa;color:#114b4b}.mobileNav__overlay{display:none;position:fixed;inset:0;background:#0006;z-index:100001;opacity:0;pointer-events:none;transition:opacity .3s ease}@media screen and (max-width:991px){.mobileNav__overlay{display:block!important}}.mobileNav__overlay--open{opacity:1;pointer-events:auto}.compactCard{display:block;border:1px solid #114b4b;border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0 2px 8px #0000000a;transition:all .15s ease}.compactCard:hover{box-shadow:3px 3px #114b4b;transform:translate(-1px,-1px)}.compactCard__img{width:100%;height:160px;background:#f8fafc}.compactCard__img img{width:100%;height:100%;object-fit:cover}.compactCard__info{padding:6px 8px}.compactCard__name{display:block;font-size:13px;font-weight:700;color:#0f172a;line-height:1.3;text-transform:capitalize}.compactCard__sizes{display:flex;align-items:flex-start;gap:4px;margin-top:3px}.compactCard__sizes__icon{flex-shrink:0;margin-top:1px}.compactCard__sizes__list{font-size:10px;color:#64748b;line-height:1.4}.compactCard__sizes__more{color:#114b4b;font-weight:600;white-space:nowrap}.compactCard__price{display:block;font-size:11px;color:#64748b;margin-top:2px}.compactCard__rating{display:flex;align-items:center;gap:3px;font-size:11px;color:#334155;margin-top:3px}.compactCard--warm{background:#fffbeb;border-color:#fde68a}.compactCard--warm:hover{box-shadow:3px 3px #92400e1f}@media screen and (max-width:767px){.compactCard{min-height:44px}.compactCard__name{font-size:14px}.compactCard__sizes__list{font-size:12px}.compactCard__price,.compactCard__rating{font-size:14px}}.header__hubMega .compactCard{max-width:none}.header__hubMega .compactCard .compactCard__sizes{display:none}.header__hubMega .compactCard .compactCard__info{display:flex;flex-wrap:wrap;align-items:baseline;gap:0}.header__hubMega .compactCard .compactCard__name{width:100%}.header__hubMega .compactCard .compactCard__price{margin-top:4px;margin-right:auto}.header__hubMega .compactCard .compactCard__rating{margin-top:4px;margin-left:auto}.headerWrapper{position:relative;width:100%}@media(max-width:991px){.headerWrapper{position:sticky;top:0;z-index:9999}}.header{height:56px;min-height:56px;width:100%;display:flex;align-items:center;background:#114b4b}@media screen and (max-width:991px){.header{display:none}}.header__inner{max-width:var(--container-size);width:100%;padding:var(--container-padding);margin:0 auto;display:flex;position:relative;align-items:center}.header__inner__rightBlock{display:none;position:relative}.header__inner__rightBlock>a,.header__inner__rightBlock>div>a{display:flex;align-items:center;gap:8px;text-decoration:unset;color:#fff;font-size:14px;font-weight:500;padding:8px 16px;margin-right:-16px}.header__inner__rightBlock>a:hover,.header__inner__rightBlock>div>a:hover{background-color:#ffffff14;border-radius:8px}.header__leftPart{display:flex;align-items:center;gap:0;width:100%;min-width:0}.header__leftPart__menuTabs{display:flex;align-items:center;flex-shrink:0;margin-right:12px}.header__leftPart__menuTabs__tab{color:#fff;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;padding:10px 16px;cursor:pointer;height:40px;position:relative;font-family:Onest,sans-serif;border-top-left-radius:8px;border-top-right-radius:8px}.header__leftPart__menuTabs__tab svg{min-width:20px}.header__leftPart__menuTabs__tab:hover{background-color:var(--background-white);color:var(--text-black);border-radius:8px}.header__leftPart__menuTabs__tab:hover svg path{stroke:#141824}.header__leftPart__menuTabs__active{background:var(--background-white);color:var(--text-color)!important;border-bottom-left-radius:0!important}.header__leftPart__menuTabs__active svg path{stroke:var(--text-color)!important}.header__leftPart__menuTabs__active:after{content:"";position:absolute;bottom:-8px;left:0;background-color:var(--background-white);width:100%;height:8px}.header__leftPart__menuTabs__productsTab{border-radius:8px;background:var(--background-white);color:var(--text-color)!important;font-weight:700;white-space:nowrap;flex-shrink:0}.header__leftPart__menuTabs__productsTab svg path{stroke:var(--text-color)!important}.header__leftPart__menuTabs__productsTab:after{display:none}.header__leftPart__menuTabs__productsTab--homeActive{background:var(--background-white);color:var(--text-color)!important;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important;border-bottom:none!important;box-shadow:none!important}.header__leftPart__menuTabs__productsTab--homeActive svg path{stroke:var(--text-color)!important}.header__leftPart__menuTabs__productsTab--homeActive:after{content:"";position:absolute;bottom:-9px;left:0;background-color:var(--background-white);width:100%;height:10px;z-index:1000;display:block}.header__leftPart__menuTabs__active.header__leftPart__menuTabs__productsTab{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.header__leftPart__menuTabs__active.header__leftPart__menuTabs__productsTab:after{display:block;content:"";position:absolute;bottom:-9px;left:0;background-color:var(--background-white);width:100%;height:10px;z-index:1000}.header__hubNavWrap{flex:1;min-width:0;display:flex;align-items:center;position:relative}.header__hubNavWrap:after{content:"";position:absolute;right:32px;top:0;bottom:0;width:40px;background:linear-gradient(to right,transparent,#114b4b);pointer-events:none;z-index:4;opacity:0;transition:opacity .2s}.header__hubNavWrap--fadeRight:after{opacity:1}.header__hubNavWrap:before{content:"";position:absolute;left:32px;top:0;bottom:0;width:40px;background:linear-gradient(to left,transparent,#114b4b);pointer-events:none;z-index:4;opacity:0;transition:opacity .2s}.header__hubNavWrap--fadeLeft:before{opacity:1}.header__hubNavArrow{background:#fff3;border:1px solid rgba(255,255,255,.3);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;z-index:5;flex-shrink:0;min-width:30px;min-height:30px;border-radius:6px;transition:background .15s}.header__hubNavArrow:hover{background:#fff6}.header__hubNavArrow--left{margin-right:6px}.header__hubNavArrow--right{margin-left:6px}.header__hubNav{flex:1;overflow-x:auto;overflow-y:clip;scrollbar-width:none}.header__hubNav::-webkit-scrollbar{display:none}.header__hubNav{position:relative;border-bottom:none;scroll-behavior:smooth;padding-bottom:10px;margin-bottom:-10px}.header__hubNav__list{display:flex;align-items:center;gap:0;list-style:none;margin:0;padding:0;flex-wrap:nowrap}.header__hubNav__item{position:relative}.header__hubNav__item>a,.header__hubNav__item>span{display:flex;align-items:center;gap:4px;color:#fff;text-decoration:none;font-size:13px;font-weight:400;padding:8px 14px;white-space:nowrap;cursor:pointer;border-radius:6px;font-family:Onest,sans-serif;position:relative;letter-spacing:.01em;transition:text-shadow .15s}.header__hubNav__item>a:hover,.header__hubNav__item>span:hover{text-shadow:0 0 .5px #fff,0 0 .5px #fff}.header__hubNav__item--hasMega>.header__hubMega{display:none}.header__hubNav__item--hasMega>a{font-weight:400}.header__hubNav__trigger--shopby{background:#fff!important;color:#0f172a!important;border-radius:6px!important;padding:6px 14px!important;font-weight:500!important;gap:6px!important;margin-left:8px}.header__hubNav__trigger--shopby svg{stroke:#0f172a;opacity:.7}.header__hubNav__trigger--shopby:hover{text-shadow:none!important;font-weight:600!important}.header__hubNav__trigger--shopby.header__hubNav__trigger--active{font-weight:700!important}.header__hubNav__trigger--active{background:#fff!important;color:var(--text-color)!important;font-weight:400!important;text-shadow:0 0 .65px currentColor,0 0 .65px currentColor!important;border-radius:8px 8px 0 0!important;position:relative;z-index:100002;padding:8px 14px 18px!important;margin-bottom:-9px;border:none!important;outline:none!important;text-decoration:none!important;box-shadow:none!important}.header__hubNav__trigger--active:after{display:none!important}.header__hubNav__trigger--active:before{display:none!important}.header__hubMega{display:none;position:fixed;top:auto;left:50%;transform:translate(-50%);width:100%;max-width:var(--container-size, 1800px);background:#fff;border:1px solid #e2e8f0;border-top:none;border-radius:0 0 12px 12px;box-shadow:0 16px 48px #0000002e;z-index:100001;min-height:380px;max-height:70vh;overflow:hidden}.header__hubMega--open{display:flex!important}.header__hubMega__left{width:260px;border-right:1px solid #e2e8f0;overflow-y:auto;padding:0 0 12px 24px;flex-shrink:0;background:#fafbfc;max-height:70vh;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.header__hubMega__hubTitle{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;padding:14px 16px 6px;font-family:Onest,sans-serif}.header__hubMega__catItem a{display:block;padding:10px 16px;font-size:13px;font-weight:500;font-family:Onest,sans-serif;color:#334155;text-decoration:none;text-transform:capitalize;transition:all .12s ease;border-left:3px solid transparent;border-radius:0 6px 6px 0}.header__hubMega__catItem a:hover{background:#f0fdfa;color:#114b4b;border-left:3px solid #114b4b}.header__hubMega__catItem--active a{background:#f0fdfa;color:#114b4b;font-weight:700;border-left:3px solid #114b4b}.header__hubMega__viewAll{display:block;padding:10px 16px;margin-top:8px;border-top:1px solid #e2e8f0;font-size:13px;font-weight:700;color:#114b4b;text-decoration:none;font-family:Onest,sans-serif;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header__hubMega__viewAll:hover{color:#0d3d3d;text-decoration:underline}.header__hubMega__right{flex:1;display:flex;gap:0;max-height:70vh;overflow:hidden}.header__hubMega__products{flex:1;min-width:0;overflow-y:auto;padding:16px;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.header__hubMega__panel{display:none;animation:megaFadeIn .15s ease}.header__hubMega__panel--active{display:block}.header__hubMega__panelHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:10px;border-bottom:1px solid #f1f5f9}.header__hubMega__panelTitle{font-size:17px;font-weight:700;color:#0f172a;text-transform:capitalize;font-family:Onest,sans-serif;letter-spacing:-.01em}.header__hubMega__shopAll{font-size:13px;font-weight:600;color:#114b4b;text-decoration:none;padding:0;border:none;border-radius:0;background:none;font-family:Onest,sans-serif;transition:color .15s ease}.header__hubMega__shopAll:hover{color:#0d3d3d;text-decoration:underline}.header__hubMega__grid{display:grid;grid-template-columns:repeat(4,1fr);column-gap:8px;row-gap:18px}.header__hubMega__sidebarBanner{width:280px;flex-shrink:0;border-left:1px solid #e2e8f0;overflow:hidden}.header__hubMega__sidebarBanner__link{display:block;width:100%;height:100%;position:relative;text-decoration:none;color:#fff}.header__hubMega__sidebarBanner__img{display:block;width:100%;height:100%;object-fit:cover}.header__hubMega__sidebarBanner__overlay{position:absolute;top:0;left:0;right:0;padding:24px 20px;background:linear-gradient(to bottom,rgba(0,0,0,.7) 0%,rgba(0,0,0,.3) 50%,transparent 100%);display:flex;flex-direction:column;gap:6px}.header__hubMega__sidebarBanner__headline{font-size:26px;font-weight:800;color:#fff;font-family:Onest,sans-serif;line-height:1.2;text-shadow:0 1px 4px rgba(0,0,0,.3)}.header__hubMega__sidebarBanner__sub{font-size:13px;font-weight:400;color:#ffffffe6;font-family:Onest,sans-serif;line-height:1.3;text-shadow:0 1px 3px rgba(0,0,0,.3)}.header__hubMega__browseLink{display:inline-flex;align-items:center;gap:4px;padding:10px 16px;font-size:14px;font-weight:600;color:#fff;text-decoration:none;border:1px solid #16a34a;border-radius:8px;background:#16a34a;font-family:Onest,sans-serif;transition:all .15s ease}.header__hubMega__browseLink:hover{background:#15803d;color:#fff;border-color:#15803d}.header__hubMega--shopby{padding:28px 40px;flex-direction:column!important}.header__hubMega__shopByInner{display:flex;flex-wrap:nowrap;gap:32px;width:100%}.header__hubMega__shopBySection{flex:1;min-width:140px}.header__hubMega__shopBySection__title{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px;padding-bottom:8px;border-bottom:2px solid #114b4b;font-family:Onest,sans-serif}.header__hubMega__shopBySection ul{list-style:none;padding:0;margin:0}.header__hubMega__shopBySection li a{display:block;padding:10px 12px;font-size:13px;font-weight:500;color:#334155;text-decoration:none;text-transform:capitalize;font-family:Onest,sans-serif;border-left:3px solid transparent;transition:all .12s ease}.header__hubMega__shopBySection li a:hover{background:#f0fdfa;color:#114b4b;border-left:3px solid #114b4b}.header__hubMega__shopBySection__viewall{display:block;margin-top:10px;font-size:12px;font-weight:600;color:#114b4b;text-decoration:none;font-family:Onest,sans-serif}.header__hubMega__shopBySection__viewall:hover{text-decoration:underline}.header__hubMega__shopByAll{width:100%;padding-top:16px;margin-top:16px;border-top:1px solid #e2e8f0;text-align:center;flex-shrink:0}.header__hubMega__shopByAll__link{display:inline-block;padding:0;font-size:14px;font-weight:600;color:#114b4b;text-decoration:none;border:none;border-radius:0;background:none;font-family:Onest,sans-serif;transition:color .15s}.header__hubMega__shopByAll__link:hover{color:#0d3d3d;text-decoration:underline}@keyframes megaFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.aside{background:var(--background-white);max-width:280px;width:100%;position:fixed;left:calc((100% - var(--container-size, 1800px)) / 2 + 40px);z-index:100000;overflow-x:hidden;overflow-y:auto;padding-left:0;padding-right:12px;padding-top:12px;pointer-events:auto;scrollbar-width:none;border-top:none;box-shadow:3px 3px 8px #2c2c2c26}.aside::-webkit-scrollbar{display:none}@media screen and (max-width:1800px){.aside{left:40px}}@media screen and (max-width:991px){.aside{left:0;top:0!important;max-width:300px;height:100dvh!important;padding:60px 0 0;box-shadow:4px 0 24px #00000026}}.aside__mobileHeader{display:none}@media screen and (max-width:991px){.aside__mobileHeader{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e8f0;position:fixed;top:0;left:0;width:300px;background:#fff;z-index:1}}.aside__mobileHeader__title{font-size:16px;font-weight:700;color:#0f172a}.aside__mobileHeader__close{background:none;border:none;cursor:pointer;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.hamburgerMenu{scrollbar-width:thin;scrollbar-color:#c4c4c4 #f1f1f1}.hamburgerMenu__header{display:flex;align-items:center;gap:8px;padding:16px}.hamburgerMenu__header p{color:var(--text-color);font-size:24px;font-weight:500}.hamburgerMenu__allProductsHeader{padding:14px 16px 6px}.hamburgerMenu__allProductsHeader p{color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-family:Onest,sans-serif}.hamburgerMenu__headerMostPopular{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em;padding-bottom:10px;margin:14px 16px 8px;border-bottom:1px solid var(--border-gray-color);font-family:Onest,sans-serif}.hamburgerMenu__productsMenu__inner{max-height:100%;height:100%;overflow-y:hidden}.hamburgerMenu__productsMenu~hr{border:none;border-top:1px solid var(--border-gray-color);width:90%;margin:12px auto}.hamburgerMenuItem__slideItem{position:relative;text-transform:capitalize;overflow:visible}.hamburgerMenuItem__slideItem>a,.hamburgerMenuItem__slideItem>p{text-decoration:none;text-align:left;font-weight:500;font-size:13px;color:#334155;padding:10px 16px;cursor:pointer;display:flex;align-items:center;border-radius:0;position:relative;z-index:10;font-family:Onest,sans-serif;border-left:3px solid transparent;transition:all .12s ease;max-width:100%;box-sizing:border-box;overflow:hidden}@media screen and (max-width:991px){.hamburgerMenuItem__slideItem>a,.hamburgerMenuItem__slideItem>p{font-size:14px;min-height:44px;padding:12px 16px}}.hamburgerMenuItem__slideItem>a[data-has-children]:after,.hamburgerMenuItem__slideItem[data-has-products=true]>a:after{content:"▸";margin-left:auto;font-size:10px;color:#94a3b8}.hamburgerMenuItem__slideItem:hover>a,.hamburgerMenuItem__slideItem:hover>p{background:#f8fafc;color:#114b4b;border-left:3px solid #114b4b}.hamburgerMenuItem__slideItem__status{display:inline-flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;text-transform:capitalize;color:#fff;border-radius:100px;height:24px;margin-left:8px;background:var(--primary-color);padding:6px 10px;vertical-align:middle}.hamburgerMenuItem__slideItem__rightPart{display:block;position:fixed;background-color:var(--background-white);top:155px;left:calc((100% - (var(--container-size, 1800px) + 60px)) / 2 + 282px);z-index:100001;overflow:visible;overflow-y:auto;padding:16px;pointer-events:auto;box-shadow:8px 4px 24px #0000001f;border:1px solid #e2e8f0;max-width:380px}.hamburgerMenuItem__slideItem__rightPart>div:first-child{background-color:color-mix(in srgb,var(--primary-color) 8%,transparent);padding-top:24px;border-radius:8px;display:flex;flex-direction:column}@media screen and (max-width:1860px){.hamburgerMenuItem__slideItem__rightPart{left:282px}}@media screen and (max-width:991px){.hamburgerMenuItem__slideItem__rightPart{left:0;width:100%!important;max-width:100%!important;top:0!important;padding:16px}}.hamburgerMenuItem__slideItem__rightPart__headerRow{display:flex;align-items:center;justify-content:space-between;padding:0 16px;margin-bottom:12px}.hamburgerMenuItem__slideItem__rightPart__header{font-size:14px;font-weight:700;color:var(--text-color);text-align:left;margin-bottom:0;padding-left:0;display:flex;align-items:center;gap:12px;text-transform:capitalize;font-family:Onest,sans-serif}.hamburgerMenuItem__slideItem__rightPart__shopAllInlineLink{font-size:13px;font-weight:600;color:#114b4b;text-decoration:none;white-space:nowrap}.hamburgerMenuItem__slideItem__rightPart__shopAllInlineLink:hover{text-decoration:underline}.hamburgerMenuItem__slideItem__rightPart>div:first-child{padding-right:8px}.hamburgerMenuItem__slideItem__rightPart>div:first-child ul{padding-left:12px;padding-bottom:24px}.hamburgerMenuItem__slideItem__rightPart__subtitle{font-weight:700!important;font-size:11px!important;color:#64748b;text-transform:uppercase;letter-spacing:.08em;margin-top:16px;padding-left:10px;margin-bottom:8px}.hamburgerMenuItem__slideItem__rightPart__menuItem a{padding:10px;margin-bottom:2px;border-radius:0;border-left:3px solid transparent;line-height:1.5;display:block;width:100%;font-size:13px;transition:all .12s ease}.hamburgerMenuItem__slideItem__rightPart__menuItem a:hover{background:#f0fdfa;color:#114b4b;border-left:3px solid #114b4b}.hamburgerMenuItem__slideItem__rightPart ul{width:100%;padding-right:12px}.hamburgerMenuItem__slideItem__rightPart ul li a{font-weight:500;font-size:13px;color:#334155;text-align:left;text-transform:capitalize;text-decoration:none}.hamburgerMenuItem__slideItem__rightPart__shopAllLink,.hamburgerMenuItem__slideItem__rightPart__shopAll{display:none}.hamburgerMenuItem__slideItem__rightPart__topImage{padding:0 10px 8px}.hamburgerMenuItem__slideItem__rightPart__topImage a{display:block;text-decoration:none}.hamburgerMenuItem__slideItem__rightPart__topImage a img{width:100%;height:100px;object-fit:cover;border-radius:8px;box-shadow:0 2px 8px #0000001a}.hamburgerMenuItem__slideItem__rightPart__shopAllInline{display:none}.hamburgerMenuItem__slideItem__rightPart__onlinePrintingBlock{display:none!important}.topBarMenuList>div:not(:last-child){border-bottom:1px solid var(--border-gray-color);padding-bottom:16px}.topBarMenuList p{font-size:16px;font-weight:700;color:var(--text-color);margin-top:16px;display:flex;align-items:center;gap:8px}.topBarMenuList li{padding-top:16px!important;padding-left:0!important;padding-bottom:0!important;margin:0!important}.topBarMenuList li:hover{background-color:transparent!important}.topBarMenuList a{text-decoration:unset;color:var(--text-color);font-weight:500;font-size:14px;display:flex;align-items:center;gap:8px}.topBarMenuList__newTag{font-size:12px;font-weight:500;border-radius:100px;padding:5px 12px;color:#fff!important;background-color:#ef6c00!important}.topBarMenuList__freeTag{font-size:12px;font-weight:500;border-radius:100px;padding:5px 12px;color:#fff!important;background-color:#66bb6a!important}.tab-icon-default,.tab-icon-close{display:flex;align-items:center;justify-content:center}@keyframes stickyNavbarAnimation{0%{transform:translateY(-60px)}to{transform:translateY(0)}}.floatingProducts{position:fixed;bottom:24px;left:24px;z-index:9999;display:none;align-items:center;gap:8px;padding:12px 20px;background:#114b4b;color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:700;font-family:Onest,sans-serif;cursor:pointer;box-shadow:0 4px 20px #0003;transition:all .2s}.floatingProducts:hover{background:#0d3d3d;box-shadow:0 6px 28px #00000040;transform:translateY(-2px)}.floatingProducts--visible{display:flex}@media(max-width:767px){.floatingProducts{bottom:16px;left:16px;padding:10px 16px;font-size:13px}.floatingProducts span{display:none}.floatingProducts{border-radius:50%;width:48px;height:48px;justify-content:center;padding:0}}.menuOverlay{display:none!important}.hubMegaOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000026;z-index:99998;pointer-events:auto}.trustStrip{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:24px 0;margin-top:48px;margin-bottom:0}.trustStrip__inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;justify-content:center;gap:48px;flex-wrap:wrap}@media(max-width:768px){.trustStrip__inner{gap:24px}}@media(max-width:480px){.trustStrip__inner{display:grid;grid-template-columns:1fr 1fr;gap:16px}}.trustStrip__badge{display:flex;align-items:center;gap:12px}.trustStrip__badge div{display:flex;flex-direction:column}.trustStrip__badge strong{font-size:15px;font-weight:700;color:#0f172a;letter-spacing:-.01em}.trustStrip__badge span{font-size:12px;font-weight:500;color:#64748b}.footer[data-astro-cid-35ed7um5]{width:100%;margin-top:0}.footer__top[data-astro-cid-35ed7um5]{background-color:#114b4b;background-position:center}.topBtn[data-astro-cid-35ed7um5]{position:fixed;bottom:24px;right:0;left:0;margin:0 auto;text-align:center;background:#1e293b;box-sizing:border-box;border-radius:100px;font-weight:500;font-size:14px;color:#fff;padding:10px 24px;cursor:pointer;width:fit-content;border:none;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;transition:.5s;box-shadow:0 4px 16px #0003;z-index:9;min-height:32px;min-width:110px;font-family:Onest,sans-serif}.topBtn__show[data-astro-cid-35ed7um5]{opacity:1;transition:.5s}.footerNavigation[data-astro-cid-35ed7um5]{max-width:var(--container-size);width:100%;margin:0 auto;padding:24px 40px 48px;position:relative}@media screen and (max-width:767px){.footerNavigation[data-astro-cid-35ed7um5]{padding:24px 16px 32px}}.footerNavigationContainer[data-astro-cid-35ed7um5]{width:100%}.footerNavigationContainer__legal[data-astro-cid-35ed7um5]{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15)}.footerNavigationContainer__legal[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{color:#fffc;font-size:13px;font-weight:500;text-decoration:none;transition:color .15s ease}.footerNavigationContainer__legal[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{color:#fff}.footerNavigationContainer__legal[data-astro-cid-35ed7um5] span[data-astro-cid-35ed7um5]{color:#fff4;font-size:13px}@media screen and (max-width:600px){.footerNavigationContainer__legal[data-astro-cid-35ed7um5]{justify-content:center}}.footerNavigationContainer__grid[data-astro-cid-35ed7um5]{display:flex;justify-content:space-between;column-gap:20px;row-gap:50px;flex-wrap:wrap;margin-top:32px;padding-top:32px;border-top:1px solid rgba(255,255,255,.12)}@media screen and (max-width:600px){.footerNavigationContainer__grid[data-astro-cid-35ed7um5]{flex-direction:column;gap:16px;margin-top:24px}}.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{font-weight:700;font-size:15px;color:#fcf0da;margin-bottom:16px;letter-spacing:.01em;display:flex;align-items:center;justify-content:space-between;font-family:Onest,sans-serif}@media screen and (max-width:600px){.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{margin-bottom:8px;font-size:16px;font-weight:500;cursor:pointer;min-height:44px;padding:8px 0}}.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5] svg[data-astro-cid-35ed7um5]{display:none}.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5] svg[data-astro-cid-35ed7um5] path[data-astro-cid-35ed7um5]{stroke:#fff}@media screen and (max-width:600px){.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5] svg[data-astro-cid-35ed7um5]{display:block}}@media screen and (max-width:600px){.footerNavigationContainer__grid[data-astro-cid-35ed7um5]>div[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]~ul[data-astro-cid-35ed7um5]{max-height:0;overflow:hidden;transition:.5s}}.footerNavigationContainer__grid__open[data-astro-cid-35ed7um5]{max-height:100%!important;overflow:unset!important;transition:.5s}.footerNavigationContainer__row[data-astro-cid-35ed7um5]{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:none;padding:48px 0}.footerNavigationContainer__row--mobileOnly[data-astro-cid-35ed7um5]{display:none}@media screen and (max-width:991px){.footerNavigationContainer__row--mobileOnly[data-astro-cid-35ed7um5]{display:flex}}@media screen and (max-width:991px){.footerNavigationContainer__row[data-astro-cid-35ed7um5]{padding:24px 0;flex-direction:column;align-items:flex-start}}.footerNavigationContainer__row[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{color:#fff;font-weight:600;font-size:20px;letter-spacing:-.01em}@media screen and (max-width:991px){.footerNavigationContainer__row[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{font-size:14px!important;font-weight:600!important;margin-bottom:0!important;margin-top:8px}}.footerNavigationContainer__row[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{font-size:14px;text-decoration:unset;color:#fff;font-weight:600;line-height:1.5;transition:color .15s ease}.footerNavigationContainer__row[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{text-decoration:underline}.footerNavigationContainer__row[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5]{display:flex;align-items:center;gap:24px}@media screen and (max-width:991px){.footerNavigationContainer__row__logo[data-astro-cid-35ed7um5]{width:150px}}.footerNavigationContainer__row--sub[data-astro-cid-35ed7um5]{border-bottom:none!important;padding:8px 0 0!important}@media screen and (max-width:991px){.footerNavigationContainer__row--sub[data-astro-cid-35ed7um5]{display:none}}.footerNavigationContainer__row__tagline[data-astro-cid-35ed7um5]{font-size:13px!important;color:#fff!important;font-weight:400!important;margin:0!important}.footerNavigationContainer__row__address[data-astro-cid-35ed7um5]{font-size:13px!important;color:#fff!important;font-weight:400!important;margin:0!important;text-align:right}.footerNavigationContainer__row__social__mobile[data-astro-cid-35ed7um5]{display:none!important}@media screen and (max-width:991px){.footerNavigationContainer__row__social__mobile[data-astro-cid-35ed7um5]{display:flex!important;flex-wrap:wrap;gap:12px!important;margin-bottom:12px}.footerNavigationContainer__row__social__mobile[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{padding:0!important}.footerNavigationContainer__row__social__mobile[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}}@media screen and (max-width:991px){.footerNavigationContainer__row__social__desktop[data-astro-cid-35ed7um5]{display:none!important}}.footerNavigationContainer__row__text__mobile[data-astro-cid-35ed7um5]{display:none}@media screen and (max-width:991px){.footerNavigationContainer__row__text__mobile[data-astro-cid-35ed7um5]{display:block}}@media screen and (max-width:991px){.footerNavigationContainer__row__text__desktop[data-astro-cid-35ed7um5]{display:none}}.footerNavigationContainer[data-astro-cid-35ed7um5] p[data-astro-cid-35ed7um5]{font-weight:700;font-size:16px;color:#fff}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{padding:6px 0;font-size:13px;font-weight:500;color:var(--white-light-color);text-decoration:none;border-bottom:unset;cursor:pointer;display:flex;align-items:center;gap:8px;font-family:Onest,sans-serif}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]:hover{color:#fff}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{font-size:13px;font-weight:500;color:var(--white-light-color);text-decoration:none;border-bottom:unset;display:flex;align-items:center;font-family:Onest,sans-serif;transition:color .15s ease}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]:hover{color:#fff}@media screen and (max-width:991px){.footerNavigationContainer[data-astro-cid-35ed7um5]{justify-content:unset}}@media screen and (max-width:600px){.footerNavigationContainer[data-astro-cid-35ed7um5]{flex-direction:column;gap:20px}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5]{padding:10px 0;min-height:44px}.footerNavigationContainer[data-astro-cid-35ed7um5] ul[data-astro-cid-35ed7um5] li[data-astro-cid-35ed7um5] a[data-astro-cid-35ed7um5]{font-size:14px;min-height:44px;display:flex;align-items:center}}.footer-accordion-plus[data-astro-cid-35ed7um5],.footer-accordion-minus[data-astro-cid-35ed7um5]{display:none!important}@media screen and (max-width:600px){.footer-accordion-plus[data-astro-cid-35ed7um5]{display:block!important}.footer-accordion-minus[data-astro-cid-35ed7um5]{display:none!important}}.footer__colTitle[data-astro-cid-35ed7um5]{font-weight:700;font-size:14px;color:#fff;margin-bottom:16px;font-family:Onest,sans-serif}:root{--ds-primary: #114b4b;--ds-primary-hover: #0d3d3d;--ds-primary-light: #f0fdfa;--ds-primary-border: #99f6e4;--ds-amber: #F59E0B;--ds-green: #16a34a;--ds-text: #0f172a;--ds-text-secondary: #475569;--ds-text-muted: #94a3b8;--ds-border: #e2e8f0;--ds-bg: #ffffff;--ds-bg-subtle: #f8fafc;--ds-link-accent: #114b4b;--ds-trust-green: #f0fdf4;--ds-warm-bg: #fffbeb;--ds-warm-border: #fde68a;--ds-warm-accent: #92400e;--ds-shadow-hover: 3px 3px 0 #114b4b;--ds-card-radius: 12px;--ds-card-border: #114b4b}:root{--container-size: 1800px;--container-padding: 0px 40px;--container-size-small: 900px;--primary-color: #114b4b;--primary-dark-color: #0d3d3d;--secondary-color: #FCF0DA;--background-color: #141824;--background-white: #fff;--background-input: #fff;--text-color: #141824de;--text-light-color: #14182499;--text-black: #141824;--black-color: #000;--border-gray-color: #14182414;--border-gray-dark-color: #14182480;--border-gray-medium-color: #1418243d;--background-disabled-color: #1418241F;--overlay-color: #14182475;--box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, .12);--error-color: #F44336;--tooltip-color: #141824e6;--white-light-color: #FFFFFFCC;--svg-stroke-color: #141824;--svg-fill-white-color: #fff;--header-gradient-first-color: #174B42;--header-gradient-second-color: #0288D1;--table-background: #f7f7f7;--background-gray-light: #E6E6E6;--product-card-gradient-1: #f6f3f4;--product-card-gradient-2: #fbf9fa;--text-hide-gradient-1: #fff0;--skeleton-bg: #f0f0f0;--skeleton-highlight: #e0e0e0;--background-light-color: #f9fafb;--hover-background-light-color: #F5F6FA;--green-background-color: #f0fdf480;--yellow-background-color: #fefce8;--green-border-color: #b9f8cf;--yellow-border-color: #fff085;--green-text-color: #016630;--orange-background-color: #fff7ed80;--orange-border-color: #ffd7a8;--green-text-dark-color: #005f5a;--background-coupon-card: #fff;--background-light-white-color: #f8fafc}@media screen and (max-width:767px){:root{--container-padding: 0px 16px}}.menuOverlay{position:fixed;left:0;width:100%;height:100%;background-color:#1418248f;z-index:90;top:160px}.menuOverlay:before{content:"";position:absolute;left:1px;top:0;width:calc((100vw - 1580px)/2);height:100%;background:var(--background-white)}.overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:9999}.search-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#00000080;z-index:80}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;list-style:none;scroll-behavior:smooth}html{font-display:swap;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Onest,sans-serif;font-weight:500;font-size:14px;color:var(--text-color);background:#fff;line-height:1.5;overflow-x:hidden}::selection{background:var(--primary-color);color:#fff}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none}ul,ol{list-style:none}[id]{scroll-margin-top:160px}svg path[stroke="#141824"],svg path[stroke=black],svg path[stroke="#000"],svg path[stroke="#292D32"],svg path[stroke="#0B111B"],svg g[stroke="#141824"],svg circle[stroke="#000"]{stroke:var(--svg-stroke-color)}svg path[fill="#141824"],svg rect[fill="#141824"],svg path[fill="#000"],svg path[fill="#0B111B"],svg path[fill=black]{fill:var(--svg-stroke-color)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.productCard{border-radius:12px;border:1px solid #114b4b;cursor:pointer;background:#fff;box-shadow:0 2px 8px #0000000a;transition:all .15s ease;display:flex;flex-direction:column;text-decoration:none;color:inherit;overflow:hidden}.productCard:hover{box-shadow:3px 3px #114b4b;transform:translate(-1px,-1px)}.productCard__img{position:relative;height:160px}@media screen and (max-width:767px){.productCard__img{height:130px}}.productCard__img__badge{position:absolute;top:16px;left:16px}.productCard__img img{max-width:100%;width:100%;border-top-left-radius:12px;border-top-right-radius:12px;height:100%;object-fit:cover;aspect-ratio:1/1}.productCard__content{padding:16px;display:flex;flex-direction:column;flex:1}@media screen and (max-width:767px){.productCard__content{padding:16px 10px}}.productCard__content__name{font-weight:700;font-size:16px;color:var(--text-color, #1a1a1a);line-height:1.3;text-transform:capitalize;display:block}@media screen and (max-width:767px){.productCard__content__name{font-size:14px}}.productCard__content__bottom{margin-top:auto;border-top:1px solid #f1f5f9;padding-top:12px}.productCard__content__specs{list-style:none;padding:0;margin:0 0 12px}.productCard__content__specs li{display:flex;align-items:center;gap:6px;font-size:12px;color:#334155;line-height:1.8}.productCard__content__review{font-weight:500;font-size:12px;color:var(--text-color, #1a1a1a);display:flex;align-items:center;gap:6px;margin-bottom:16px;margin-top:12px}.productCard__content__review__stars{display:flex;align-items:center;gap:4px}.productCard__content__review p{display:flex;align-items:center;gap:4px;color:var(--text-color, #1a1a1a);font-size:12px;font-weight:600}.productCard__content__review p span{color:var(--text-light-color, #6b7280);font-weight:400;font-size:12px}.productCard__content__price{color:var(--text-light-color, #6b7280);font-size:14px}.productCard__content__price span{font-size:16px;font-weight:800;color:#114b4b}.productCard__content__shopLink{display:block;color:#114b4b;font-size:13px;font-weight:600;text-decoration:none;text-transform:capitalize;margin-top:12px}.productCard__content__shopLink:hover{text-decoration:underline}@media screen and (max-width:767px){.productCard__content__specs li,.productCard__content__review,.productCard__content__review p,.productCard__content__review p span,.productCard__content__price{font-size:14px}.productCard__content__shopLink{font-size:14px;min-height:44px;display:flex;align-items:center}}.productCard--warm{background:#fffbeb;border-color:#fde68a}.productCard--warm:hover{box-shadow:3px 3px #92400e1f}.productCard--warm .productCard__content__price strong{color:#92400e}.content-body{color:#334155;line-height:1.7;font-size:1rem}.content-body h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:32px 0 12px;clear:both}.content-body h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:24px 0 8px;clear:both}.content-body h4{font-size:1.125rem;font-weight:600;color:#0f172a;margin:20px 0 8px}.content-body p{margin:0 0 16px}.content-body ul,.content-body ol{margin:0 0 16px 20px}.content-body ul{list-style:disc}.content-body ol{list-style:decimal}.content-body li{margin-bottom:6px}.content-body a{color:#114b4b;text-decoration:underline;text-underline-offset:2px}.content-body a:hover{color:#0d3d3d}.content-body strong{color:#0f172a}.content-body em{font-style:italic;color:#475569}.content-body b{font-weight:700;color:#0f172a}.content-body blockquote{border-left:4px solid #114b4b;padding:16px 24px;margin:24px 0;background:#f8fafc;border-radius:0 8px 8px 0;font-style:italic}.content-body blockquote p{margin:0 0 8px}.content-body blockquote p:last-child{margin:0}.content-body blockquote footer{display:block;font-style:normal;font-weight:600;font-size:.875rem;color:#114b4b;margin-top:8px}.content-body cite{display:block;font-style:normal;font-weight:600;font-size:.875rem;color:#114b4b;margin-top:8px}.content-body code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.875em;background:#f1f5f9;color:#0f172a;padding:2px 6px;border-radius:4px;border:1px solid #e2e8f0}.content-body pre{background:#1e293b;color:#e2e8f0;padding:20px 24px;border-radius:8px;overflow-x:auto;margin:24px 0;font-size:.875rem;line-height:1.6;border:1px solid #334155}.content-body pre code{background:none;border:none;padding:0;color:inherit;font-size:inherit}.content-body img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.content-body img[src*=product_story_image],.content-body img[src*=visual]{width:calc(50% - 8px);max-width:none;display:inline-block;margin:8px 4px;border-radius:8px}@media(max-width:600px){.content-body img[src*=product_story_image],.content-body img[src*=visual]{width:100%;display:block;margin:8px 0}}.content-body table{width:100%;border-collapse:collapse;margin:24px 0;font-size:.875rem;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}@media(min-width:768px){.content-body table{display:table}}.content-body caption{padding:8px 16px;font-weight:600;color:#0f172a;text-align:left;caption-side:top}.content-body th,.content-body td{padding:12px 16px;border:1px solid #e2e8f0;text-align:left}.content-body th{background:#114b4b;color:#fff;font-weight:600;font-size:.8125rem;letter-spacing:.03em}.content-body td{color:#334155;background:#fff}.content-body tbody tr:nth-child(2n) td{background:#f8fafc}.content-body tbody tr:hover td{background:#f0fdfa}.content-body section{margin:48px 0}.content-body section:first-child{margin-top:0}.content-body div[style]{margin:16px 0}.content-body--alternative table th:first-child{min-width:200px}.content-body--alternative table td:first-child{font-weight:600;color:#0f172a}.content-body--alternative table th:last-child{background:#0d3d3d}.content-body--alternative table td:last-child{background:#f0fdfa;font-weight:500}.content-body--category{font-size:.9375rem;line-height:1.6}.content-body--category h2{font-size:1.375rem;margin:24px 0 12px}.content-body--category h3{font-size:1.125rem;margin:20px 0 8px}.content-body--category p{margin-bottom:12px}.content-body--guide img{border-radius:12px;margin:24px 0}.content-body--guide ol{counter-reset:guide-step;list-style:none;padding-left:0}.content-body--guide ol>li{counter-increment:guide-step;padding-left:40px;position:relative;margin-bottom:16px}.content-body--guide ol>li:before{content:counter(guide-step);position:absolute;left:0;top:0;width:28px;height:28px;background:#114b4b;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:700}.content-body .body-img-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0;clear:both}@media(max-width:767px){.content-body .body-img-grid{grid-template-columns:repeat(2,1fr)}}.content-body .body-img-grid img{width:100%;height:160px;object-fit:cover;border-radius:8px;float:none;max-width:none;margin:0}.content-body table.body-pricing.body-pricing--alt th{background:#f1f5f9!important;color:#0f172a!important;font-weight:600!important;vertical-align:middle;text-align:center;padding:20px 16px!important}.content-body table.body-pricing.body-pricing--alt th img{height:48px;max-width:180px;object-fit:contain;display:block;margin:0 auto}.content-body .body-float-img{float:left;margin:0 20px 12px 0;max-width:160px;border:1px solid #e2e8f0;border-radius:8px}.content-body .body-img{max-width:200px;height:auto;border-radius:8px;margin:4px 20px 16px 0;float:left;clear:left}@media(max-width:767px){.content-body .body-img{float:none;max-width:100%;margin:12px 0}}.content-body .body-gallery{float:left;clear:left;margin:4px 20px 16px 0}.content-body .body-gallery img{max-width:180px;max-height:140px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.content-body .body-quote{border:1px solid #e2e8f0;border-left:4px solid #114b4b;padding:24px 28px;margin:28px 0;background:linear-gradient(135deg,#f8fafc,#f0fdfa);border-radius:0 12px 12px 0;position:relative}.content-body .body-quote:before{content:"“";position:absolute;top:12px;left:16px;font-size:48px;color:#114b4b;opacity:.15;font-family:Georgia,serif;line-height:1}.content-body .body-quote p{margin:0 0 8px;font-style:italic;font-size:.9375rem;color:#334155;line-height:1.7;padding-left:20px}.content-body .body-quote p:last-of-type{margin-bottom:0}.content-body .body-quote cite{display:block;font-style:normal;font-weight:700;font-size:.8125rem;color:#114b4b;margin-top:12px;padding-left:20px}.content-body .body-quote cite:before{content:"— "}.content-body .body-templates__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:16px 0 28px;clear:both}@media(max-width:767px){.content-body .body-templates__grid{grid-template-columns:repeat(2,1fr);gap:10px}}.content-body .body-templates__card{display:flex;flex-direction:column;border:1px solid #114b4b;border-radius:12px;text-decoration:none;color:inherit;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .15s ease}.content-body .body-templates__card:hover{box-shadow:3px 3px #114b4b;transform:translate(-1px,-1px)}.content-body .body-templates__card img{width:100%;height:220px;object-fit:cover;display:block;margin:0;padding:0;border-radius:0}.content-body .body-templates__card span{display:block;padding:16px;font-size:14px;font-weight:700;color:var(--text-color, #1a1a1a);text-transform:capitalize;line-height:1.3;border-top:1px solid #f1f5f9}.content-body .body-pricing-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin:24px 0}.content-body .body-pricing-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background:#fff}.content-body .body-pricing-card h4{font-size:16px;font-weight:700;color:#0f172a;margin-bottom:4px}.content-body .body-pricing-card__price{font-size:14px;color:#475569;margin-bottom:12px}.content-body .body-pricing-card__price strong{color:#114b4b;font-size:18px}.content-body .body-pricing{width:100%;border-collapse:collapse;font-size:.875rem;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.content-body .body-pricing th{background:#114b4b;color:#fff;font-weight:600;padding:10px 14px;text-align:left;font-size:.8125rem}.content-body .body-pricing td{padding:8px 14px;border:1px solid #f1f5f9;color:#334155}.content-body .body-pricing tbody tr:nth-child(2n) td{background:#f8fafc}.content-body .body-pricing tbody tr:hover td{background:#f0fdfa}.content-body .body-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:24px 0}.content-body .body-stats__item{border:1px solid #e2e8f0;border-radius:12px;padding:20px;background:#fff}.content-body .body-stats__value{display:block;font-size:24px;font-weight:800;color:#114b4b;margin-bottom:4px}.content-body .body-stats__label{display:block;font-size:14px;color:#334155;line-height:1.5;margin-bottom:8px}.content-body .body-stats__source{display:block;font-size:12px;color:#94a3b8}.content-body .body-stats__source a{color:#114b4b;text-decoration:underline}.content-body .body-reviews{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;margin:32px 0}.content-body .body-reviews__card{border:1px solid #e2e8f0;border-radius:12px;padding:24px;background:#fff;box-shadow:0 4px 12px #0000000f}.content-body .body-reviews__stars{color:#f59e0b;font-size:18px;margin-bottom:10px;letter-spacing:2px}.content-body .body-reviews__text{font-size:14px;color:#475569;line-height:1.6;font-style:italic;margin-bottom:12px}.content-body .body-reviews__author{font-size:13px;color:#94a3b8}.content-body .body-reviews__author strong{color:#0f172a}.content-body .body-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:24px 0;align-items:start}@media(max-width:1200px){.content-body .body-specs{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.content-body .body-specs{grid-template-columns:1fr}}.content-body .body-specs__item{border:1px solid #114b4b;border-radius:12px;background:#fff;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .15s ease}.content-body .body-specs__item:hover{box-shadow:3px 3px #114b4b;transform:translate(-1px,-1px)}.content-body .body-specs__header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid #f1f5f9;background:#fafbfc}.content-body .body-specs__header img{width:56px;height:42px;object-fit:cover;border-radius:6px;border:1px solid #e2e8f0}.content-body .body-specs__header h4{font-size:15px;font-weight:700;color:#0f172a;margin:0;line-height:1.3}.content-body .body-specs__header h4 a{color:#114b4b}.content-body .body-specs__header h4 a:hover{text-decoration:underline}.content-body .body-specs__price{font-size:14px;color:#114b4b;font-weight:800;margin:2px 0 0}.content-body .body-specs__group{padding:0 16px;margin:12px 0}.content-body .body-specs__group h5{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:6px;text-transform:uppercase;letter-spacing:.03em}.content-body .body-specs__tags{display:flex;flex-wrap:wrap;gap:4px}.content-body .body-specs__tags span{display:inline-block;padding:3px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:11px;color:#475569;background:#f8fafc;transition:all .12s}.content-body .body-specs__tags span:hover{border-color:#114b4b;color:#114b4b;background:#f0fdfa}@media screen and (max-width:767px){.content-body .body-specs__tags span{font-size:14px;padding:6px 10px;min-height:44px;display:inline-flex;align-items:center}}@media screen and (max-width:767px){.content-body .body-stats__source,.content-body .body-reviews__author,.content-body .body-specs__group h5{font-size:14px}}.sticky-nav{position:relative;z-index:1000}.sticky-nav--fixed{position:fixed;top:0;left:0;right:0;z-index:1000;animation:stickySlideDown .3s ease}.sticky-nav--fixed+main{padding-top:126px}@keyframes stickySlideDown{0%{transform:translateY(-10px);opacity:.95}to{transform:translateY(0);opacity:1}}@media screen and (max-width:991px){.sticky-nav--fixed+main{padding-top:64px}.sticky-nav--fixed{position:fixed;animation:none}.sticky-nav--fixed .topBar__mobileSearch,.sticky-nav--fixed .header{display:none!important}}@media(prefers-reduced-motion:reduce){.sticky-nav--fixed{animation:none}}@font-face{font-family:Onest;font-style:normal;font-weight:300 800;font-display:swap;src:url(https://cdn.4over4.com/assets/mapp/fonts/onest-latin.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Onest;font-style:normal;font-weight:300 800;font-display:swap;src:url(https://cdn.4over4.com/assets/mapp/fonts/onest-latin-ext.woff2) format("woff2");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}
