.benefits{background:#fff;padding:60px 0}.benefits__container{max-width:1200px;margin:0 auto;padding:0 20px}.benefits__header{text-align:center;margin-bottom:32px}.benefits__kicker{color:#5a3838;font-weight:700;letter-spacing:.06em;text-transform:uppercase;display:inline-block;margin-bottom:8px}.benefits__title{margin:0;font-size:clamp(24px,4vw,36px);color:#342222;font-weight:800}.benefits__subtitle{margin:8px 0 0;color:#7b766e}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.benefit{background:#efefef;border-radius:16px;padding:20px;border:2px solid #f0f0f0;transition:transform .2s ease,box-shadow .2s ease}.benefit:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000014}.benefit__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;margin-bottom:12px}.benefit__icon img{width:28px;height:28px;object-fit:contain}.benefit__icon svg{width:28px;height:28px}.benefit__title{margin:0 0 6px;color:#342222;font-size:18px;font-weight:700}.benefit__desc{margin:0;color:#7b766e;line-height:1.6}.collection-wrapper{background:#efefef;min-height:100vh}.collection-header{background:#fff;padding:60px 20px 50px;border-bottom:1px solid rgba(0,0,0,.08)}.collection-header__content{text-align:center;max-width:800px;margin:0 auto}.collection-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#342222;margin:0 0 16px;letter-spacing:-.02em;line-height:1.2}.collection-description{font-size:1rem;color:#7b766e;line-height:1.6;margin:0 0 16px}.collection-count{font-size:.875rem;color:#7b766e;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.collection-container{padding:60px 20px 80px}.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-bottom:50px}@media (min-width: 768px){.collection-products{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px}}@media (max-width: 480px){.collection-products{grid-template-columns:1fr}}.product-card{background:#fff;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000014}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.product-card__link{text-decoration:none;color:inherit;display:block}.product-card__image-wrapper{position:relative;padding-top:100%;background:#f8f8f8;overflow:hidden}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__image-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:#f8f8f8;color:#d0d0d0}.product-card__badge{position:absolute;top:12px;right:12px;background:#f44027;color:#fff;padding:6px 12px;border-radius:100px;font-size:.75rem;font-weight:700;z-index:2;box-shadow:0 2px 8px #f440274d}.product-card__content{padding:20px}.product-card__title{font-size:1rem;font-weight:700;color:#342222;margin:0 0 12px;line-height:1.4;min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__prices{display:flex;align-items:center;gap:8px;margin-bottom:16px;flex-wrap:wrap}.product-card__price-current{font-size:1.5rem;font-weight:800;color:#5a3838}.product-card__price-compare{font-size:.95rem;color:#7b766e;text-decoration:line-through;order:-1}.product-card__cta{margin-top:auto}.product-card__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:#f44027;color:#fff;text-align:center;border-radius:122px;font-weight:600;font-size:.9rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #f4402740}.product-card:hover .product-card__button{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 16px #f4402759;filter:brightness(.97)}.product-card__button svg{flex-shrink:0}.collection-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:40px;flex-wrap:wrap}.collection-pagination a,.collection-pagination span,.collection-pagination .pagination__item,.collection-pagination .pagination__item-current{display:inline-flex!important;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;background:#fff!important;color:#342222!important;text-decoration:none!important;border-radius:8px!important;font-weight:600;font-size:.9rem;transition:all .2s ease;box-shadow:0 2px 6px #00000014;border:none!important}.collection-pagination a:hover,.collection-pagination .pagination__item:hover{background:#5a3838!important;color:#fff!important;transform:translateY(-2px);box-shadow:0 4px 12px #5a383840}.collection-pagination .current,.collection-pagination .pagination__item--current,.collection-pagination span.current{background:#f44027!important;color:#fff!important;box-shadow:0 4px 12px #f4402740}.collection-pagination .pagination__item--prev,.collection-pagination .pagination__item--next{background:#fff!important;color:#342222!important}.collection-pagination .pagination__item--prev:hover,.collection-pagination .pagination__item--next:hover{background:#5a3838!important;color:#fff!important}.collection-pagination *{color:inherit!important}.collection-pagination a{border-color:transparent!important}@media (max-width: 768px){.collection-header{padding:40px 20px 30px}.collection-container{padding:40px 15px 60px}.product-card__content{padding:16px}.product-card__title{font-size:.95rem;min-height:2.6em}.product-card__price-current{font-size:1.25rem}.product-card__button{font-size:.85rem;padding:10px 16px}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.footer{background:#5a3838;color:#fff;font-family:Inter,sans-serif;margin-top:0;padding-top:80px}.footer__top{padding:60px 0 40px}.footer__inner{max-width:1200px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:48px}.footer__logo img,.footer__logo-img{height:28px;width:auto;display:block;filter:brightness(0) invert(1)}.footer__logo-text{font-size:20px;font-weight:700;letter-spacing:-.01em}.footer__desc{margin:12px 0 16px;color:#fff;font-size:14px;line-height:1.6;opacity:.9}.footer__social-container{display:flex;align-items:center;gap:12px;margin-top:16px}.footer__social{display:flex;gap:8px}.footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:transparent;color:#fff;text-decoration:none;font-size:12px;transition:all .2s ease;border:1px solid rgba(255,255,255,.3)}.footer__social-link:hover{background:#ffffff1a;transform:translateY(-1px)}.footer__social-handle{color:#fff;font-size:14px;opacity:.9;white-space:nowrap}.footer__heading{margin:0 0 12px;font-size:12px;color:#fff;text-transform:uppercase;letter-spacing:.08em;opacity:.8;font-weight:600}.footer__contact-box{background:#ffffff26;border-radius:8px;padding:16px;margin-top:16px;border:1px solid rgba(255,255,255,.25)}.footer__contact-title{margin:0 0 8px;font-size:14px;font-weight:600;color:#fff}.footer__contact-phone,.footer__contact-email{margin:4px 0;color:#fff;font-size:13px;opacity:.9}.footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.footer__link{color:#fff;text-decoration:none;opacity:.9}.footer__link:hover{opacity:1;text-decoration:underline}.footer__form{display:flex;gap:10px;margin-top:8px}.footer__input{flex:1;height:42px;border-radius:999px;border:1px solid #2A2F38;background:#141922;color:#edeff3;padding:0 14px}.footer__btn{height:42px;padding:0 16px;border-radius:999px;background:#f32d35;color:#fffcfc;border:0;cursor:pointer}.footer__btn:hover{filter:brightness(1.05)}.footer__payments{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.footer__payments svg{height:20px;width:auto;filter:grayscale(.8) brightness(1.2);opacity:.8}.footer__bottom{border-top:1px solid rgba(255,255,255,.06);padding:24px 0;background:#25272b}.footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:1440px;margin:0 auto;padding:0 80px}.footer__legal{display:flex;align-items:center;gap:8px;color:#fff;font-size:13px;opacity:.6}.footer__legal a{color:inherit;text-decoration:none;opacity:1}.footer__legal a:hover{opacity:1}.footer__legal-links{display:flex;gap:24px;list-style:none;margin:0;padding:0}.footer__legal-links a{color:#fff;text-decoration:none;opacity:.6;font-size:13px;transition:opacity .2s ease}.footer__legal-links a:hover{opacity:1}@media (max-width: 1200px){.footer__inner{padding:0 40px;grid-template-columns:1fr 1fr 1fr 1fr;gap:40px}.footer__bottom-inner{padding:0 40px}}@media (max-width: 900px){.footer__inner{grid-template-columns:1fr 1fr;gap:40px;padding:0 24px}.footer__bottom-inner{padding:0 24px}}@media (max-width: 600px){.footer{padding-top:40px;overflow-x:hidden}.footer__top{padding:40px 0;overflow-x:hidden}.footer__inner{grid-template-columns:1fr;padding:0 20px;gap:36px;max-width:100%;box-sizing:border-box}.footer__col{width:100%;max-width:100%;margin:0;padding:0;box-sizing:border-box}.footer__brand{padding-bottom:24px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:0;max-width:100%;box-sizing:border-box;text-align:center}.footer__logo{margin-bottom:16px;max-width:100%;display:flex;justify-content:center}.footer__logo-img{height:32px;max-width:100%;width:auto}.footer__logo-text{font-size:20px;font-weight:700;word-wrap:break-word}.footer__desc{font-size:14px;line-height:1.7;margin:0 0 20px;opacity:.9;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;text-align:center}.footer__social-container{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:0;max-width:100%}.footer__social{display:flex;gap:10px;justify-content:center}.footer__social-link{width:44px;height:44px;min-width:44px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:1.5px solid rgba(255,255,255,.3)}.footer__social-link svg{width:20px;height:20px}.footer__social-handle{font-size:14px;opacity:.9;margin:0;word-wrap:break-word;text-align:center}.footer__menu{padding:24px 0;margin:0;max-width:100%;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.1);text-align:center}.footer__heading{font-size:12px;margin-bottom:16px;letter-spacing:.1em;opacity:.9;font-weight:700;text-transform:uppercase;word-wrap:break-word;text-align:center}.footer__list{gap:12px;padding:0;margin:0;max-width:100%;box-sizing:border-box;align-items:center}.footer__item{margin:0;max-width:100%;box-sizing:border-box}.footer__link{font-size:14px;line-height:1.6;display:block;padding:4px 0;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;text-align:center;opacity:.85}.footer__contact{padding:24px 0 0;margin:0;max-width:100%;box-sizing:border-box;text-align:center}.footer__contact h3.footer__heading:not(.footer__contact-title){display:none}.footer__contact-box{padding:20px;margin-top:0;border-radius:12px;background:#ffffff1f;border:1px solid rgba(255,255,255,.25);max-width:100%;box-sizing:border-box}.footer__contact-title{font-size:14px;margin-bottom:12px;opacity:1;font-weight:700;word-wrap:break-word;text-align:center}.footer__contact-phone,.footer__contact-email{font-size:13px;margin:6px 0;opacity:.95;line-height:1.6;word-wrap:break-word;overflow-wrap:break-word;max-width:100%;text-align:center}.footer__bottom{padding:24px 0;background:#0000004d;overflow-x:hidden}.footer__bottom-inner{padding:0 20px;flex-direction:column;align-items:center;text-align:center;gap:16px;max-width:100%;box-sizing:border-box}.footer__legal{font-size:12px;flex-wrap:wrap;gap:6px;line-height:1.6;max-width:100%;word-wrap:break-word;justify-content:center;text-align:center}.footer__legal-links{flex-wrap:wrap;gap:16px;margin-top:0;padding:0;max-width:100%;box-sizing:border-box;justify-content:center}.footer__legal-links li{margin:0;padding:0}.footer__legal-links a{font-size:12px;word-wrap:break-word;opacity:.8}.footer__form{flex-direction:column;max-width:100%}.footer__btn{width:100%;max-width:100%}}.header{position:sticky;top:0;z-index:1000;font-family:Inter,sans-serif}.header__discount-bar{background:#5a3737;height:50px;display:flex;align-items:center;justify-content:center}.header__discount-container{max-width:1920px;width:100%;padding:0 20px;text-align:center}.header__discount-text{color:#fcfcfe;font-size:14px;font-weight:500;margin:0;line-height:1.2}.header__main{background:#f32d35;height:80px;display:flex;align-items:center}.header__container{max-width:1920px;width:100%;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:100%}.header__logo{flex-shrink:0}.header__logo-link{display:block;text-decoration:none;transition:opacity .3s ease}.header__logo-link:hover{opacity:.8}.header__logo img{height:20px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.header__logo-text{font-size:1.5rem;font-weight:700;margin:0;color:#fcfcfe}.header__nav{flex:1;display:flex;justify-content:center}.header__nav-list{display:flex;list-style:none;margin:0;padding:0;gap:30px;align-items:center}.header__nav-link{text-decoration:none;color:#fcfcfe;font-weight:500;font-size:16px;display:flex;align-items:center;gap:8px;padding:8px 0;transition:opacity .3s ease}.header__nav-link:hover{opacity:.8}.header__nav-arrow{width:24px;height:24px;transition:transform .3s ease}.header__nav-item--dropdown:hover .header__nav-arrow{transform:rotate(180deg)}.header__dropdown{position:absolute;top:100%;left:0;background:#fff;border-radius:12px;padding:10px 12px;min-width:220px;box-shadow:0 10px 30px #00000026;display:none;z-index:1200}.header__nav-item--dropdown{position:relative}.header__nav-item--dropdown:hover .header__dropdown,.header__nav-item--dropdown.is-open .header__dropdown{display:block}.header__dropdown-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.header__dropdown-link{display:block;color:#5a3838;text-decoration:none;padding:8px 10px;border-radius:8px;transition:background .2s ease,color .2s ease}.header__dropdown-link:hover{background:#fff3d1;color:#5a3838}.header__nav-link--star{gap:8px;color:#5a3838;background:linear-gradient(180deg,#ffd76a,#ffc53d);border-radius:999px;padding:8px 14px;box-shadow:0 2px #0000001f inset,0 4px 12px #ffc53d59}.header__nav-star{width:24px;height:24px}.header__nav-star path{stroke:currentColor;fill:none}.header__actions{display:flex;align-items:center;gap:20px}.header .header__influencer-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px;padding:0 16px;background:linear-gradient(180deg,#ffd76a,#ffc53d);border-radius:100px;text-decoration:none;color:#5a3838;box-shadow:0 2px #0000001f inset,0 4px 12px #ffc53d59;transition:transform .2s ease,box-shadow .2s ease}.header .header__influencer-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.header .header__influencer-icon{width:18px;height:18px;flex:0 0 auto}.header .header__influencer-text{color:#5a3838;font-size:16px;font-weight:500;font-family:Inter,sans-serif;line-height:1}.header .header__revender-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:40px!important;padding:0 16px!important;background:#fff;border-radius:100px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.header__revender-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.header .header__revender-icon{width:18px!important;height:18px!important;flex:0 0 auto}.header .header__revender-text{color:#5a3838;font-size:16px!important;font-weight:500;font-family:Inter,sans-serif;line-height:1}.header__cart{position:relative;display:flex;align-items:center;justify-content:center;width:64px;height:44px;background:#fffcfc33;border-radius:100px;text-decoration:none;transition:background-color .3s ease}.header__cart:hover{background:#fffcfc4d}.header__cart-icon{position:relative;display:flex;align-items:center;justify-content:center;color:#fcfcfe}.header__cart-icon svg{width:24px;height:24px}.header__cart-count{position:absolute;top:-8px;right:-8px;background:#fcfcfe;color:#5a3737;border-radius:100px;min-width:24px;height:16px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:400;padding:0 8px;border:2px solid #F32D35}.header__mobile-toggle{display:none;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:transparent;border:none;cursor:pointer;padding:0;gap:6px}.header__hamburger{width:24px;height:2px;background:#fffcfc;border-radius:2px;transition:all .3s ease}.header__mobile-toggle.active .header__hamburger:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__mobile-toggle.active .header__hamburger:nth-child(2){opacity:0}.header__mobile-toggle.active .header__hamburger:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile-menu{position:fixed;top:0;left:-100%;width:85%;max-width:400px;height:100vh;background:#f32d35;z-index:9999;transition:left .3s ease;overflow-y:auto}.header__mobile-menu.active{left:0}.header__mobile-menu-inner{padding:80px 20px 40px;position:relative}.header__mobile-close{position:absolute;top:20px;right:20px;background:transparent;border:none;color:#fff;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:opacity .2s ease;z-index:10}.header__mobile-close:hover{opacity:.7}.header__mobile-close svg{width:24px;height:24px}.header__mobile-nav-list{list-style:none;margin:0;padding:0}.header__mobile-nav-item{border-bottom:1px solid rgba(255,255,255,.15)}.header__mobile-nav-link{display:block;padding:16px 0;color:#fff;text-decoration:none;font-size:18px;font-weight:500;transition:opacity .2s ease}.header__mobile-nav-link:hover{opacity:.8}.header__mobile-subnav{list-style:none;margin:0;padding:0 0 16px 20px}.header__mobile-subnav-item{padding:8px 0}.header__mobile-subnav-link{display:block;color:#fffc;text-decoration:none;font-size:16px;font-weight:400;transition:opacity .2s ease}.header__mobile-subnav-link:hover{opacity:1}.header__mobile-actions{display:flex;flex-direction:column;gap:12px;margin-top:32px;padding-top:24px;border-top:2px solid rgba(255,255,255,.15)}.header__mobile-btn{display:flex;align-items:center;justify-content:center;gap:10px;height:48px;padding:0 20px;border-radius:100px;text-decoration:none;font-size:16px;font-weight:500;transition:transform .2s ease}.header__mobile-btn:active{transform:scale(.98)}.header__mobile-btn--influencer{background:linear-gradient(180deg,#ffd76a,#ffc53d);color:#5a3838;box-shadow:0 2px #0000001f inset,0 4px 12px #ffc53d59}.header__mobile-btn--revender{background:#fff;color:#5a3838;box-shadow:0 4px 12px #0000001a}.header__mobile-btn-icon{width:20px;height:20px}@media (max-width: 1024px){.header__nav-list{gap:20px}.header__actions{gap:15px}}@media (max-width: 768px){.header__discount-text{font-size:12px}.header__main{height:70px}.header__container{padding:0 15px;position:relative}.header__mobile-toggle{display:flex}.header__nav,.header__actions .header__influencer-btn,.header__actions .header__revender-btn{display:none}.header__logo{position:absolute;left:50%;transform:translate(-50%);z-index:10}.header__logo img{height:18px}.header__cart{width:50px;height:40px;margin-left:auto}.header__cart-icon svg{width:20px;height:20px}}@media (max-width: 480px){.header__discount-bar{height:40px}.header__discount-text{font-size:11px}.header__main{height:60px}.header__container{padding:0 10px}.header__logo img{height:16px}.header__logo-text{font-size:1.25rem}.header .header__revender-btn{height:36px!important;padding:0 12px!important;gap:8px}.header .header__revender-icon{width:16px!important;height:16px!important}.header__cart{width:44px;height:36px}.header__cart-icon svg{width:18px;height:18px}.header__cart-count{min-width:20px;height:14px;font-size:10px}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media (max-width: 1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.howto{background:#efefef;padding:60px 0}.howto__container{max-width:1200px;margin:0 auto;padding:0 20px}.howto__header{text-align:center;margin-bottom:32px}.howto__kicker{display:inline-block;padding:6px 12px;border:1px solid rgba(90,56,56,.25);border-radius:100px;color:#5a3838;font-weight:600;margin-bottom:12px}.howto__title{margin:0 0 8px;font-size:clamp(24px,4vw,36px);color:#342222;font-weight:800}.howto__subtitle{color:#7b766e;margin:0}.howto__grid{display:grid;grid-template-columns:1fr;gap:24px;align-items:start;max-width:1100px;margin:0 auto}.howto__content{width:100%}.howto__media{position:relative}.howto__reels{max-width:380px;margin:0 auto;background:#000;border-radius:16px;overflow:hidden;box-shadow:0 8px 20px #00000026}.howto__video{width:100%;aspect-ratio:9/16;display:block;object-fit:cover}.howto__reels--placeholder .howto__video--ph{width:100%;aspect-ratio:9/16;background:linear-gradient(135deg,#ddd,#eee)}.howto__tabs{display:flex;justify-content:center;gap:12px;margin-bottom:32px;flex-wrap:wrap}.howto__tab{padding:12px 32px;border:2px solid #E0E0E0;border-radius:50px;background:#fff;color:#7b766e;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease}.howto__tab:hover{border-color:#f44027;color:#f44027}.howto__tab--active{background:#f44027;border-color:#f44027;color:#fff}.howto__tab-content{display:none}.howto__tab-content--active{display:grid}@media (max-width: 768px){.howto__tabs{gap:8px}.howto__tab{padding:10px 24px;font-size:14px}}.howto__grid--wheypuccino{grid-template-columns:1fr;max-width:100%;gap:40px}@media (min-width: 980px){.howto__grid--wheypuccino{grid-template-columns:380px 1fr;gap:48px;align-items:start}}.howto__steps-images--wheypuccino{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 600px){.howto__steps-images--wheypuccino{grid-template-columns:repeat(2,1fr);gap:24px}}@media (min-width: 980px){.howto__steps-images--wheypuccino{grid-template-columns:repeat(2,1fr);gap:28px}}.howto__grid--chococaps{grid-template-columns:1fr;max-width:100%}.howto__content--full{width:100%;max-width:1000px;margin:0 auto}.howto__steps-images{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.howto-step-image{display:flex;flex-direction:column;gap:8px;align-items:center;background:#fff;border-radius:12px;padding:12px;box-shadow:0 2px 8px #0000000f;transition:transform .3s ease,box-shadow .3s ease}.howto-step-image:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.howto-step-image img{width:100%;max-width:140px;height:auto;object-fit:contain;background:transparent}.howto-step-image-placeholder{width:100%;max-width:140px;aspect-ratio:1;background:linear-gradient(135deg,#f0f0f0,#e0e0e0);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:36px;font-weight:800;color:#ccc}.howto-step-image-caption{text-align:center;max-width:140px}.howto-step-image-title{margin:0 0 4px;font-size:13px;color:#342222;font-weight:700;line-height:1.2}.howto-step-image-desc{margin:0;color:#7b766e;font-size:11px;line-height:1.4}.howto__steps-images--wheypuccino .howto-step-image{padding:14px 10px}.howto__steps-images--wheypuccino .howto-step-image img{max-width:120px}.howto__steps-images--wheypuccino .howto-step-image-placeholder{max-width:120px;font-size:32px}.howto__steps-images--wheypuccino .howto-step-image-title{font-size:12px}.howto__steps-images--wheypuccino .howto-step-image-desc{font-size:10px}@media (max-width: 768px){.howto__reels{max-width:220px;border-radius:12px;margin-bottom:20px}.howto__steps-images--wheypuccino{grid-template-columns:repeat(2,1fr);gap:10px}.howto__steps-images--wheypuccino .howto-step-image{padding:10px 8px;gap:6px;border-radius:10px}.howto__steps-images--wheypuccino .howto-step-image img{max-width:80px}.howto__steps-images--wheypuccino .howto-step-image-placeholder{max-width:80px;font-size:24px;border-radius:8px}.howto__steps-images--wheypuccino .howto-step-image-caption{max-width:100%}.howto__steps-images--wheypuccino .howto-step-image-title{font-size:11px;margin-bottom:3px}.howto__steps-images--wheypuccino .howto-step-image-desc{font-size:9px;line-height:1.3}.howto__steps-images{grid-template-columns:repeat(3,1fr);gap:12px}.howto-step-image{padding:10px 8px;gap:6px;border-radius:10px}.howto-step-image img{max-width:70px}.howto-step-image-placeholder{max-width:70px;font-size:22px;border-radius:8px}.howto-step-image-caption{max-width:100%}.howto-step-image-title{font-size:10px;margin-bottom:3px}.howto-step-image-desc{font-size:9px;line-height:1.3}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}@media screen and (max-width: 768px){.solution__cta-wrapper{display:flex;justify-content:center;width:100%}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/49/compiled_assets/styles.css.map */
