*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:Barlow,sans-serif;font-weight:400;color:var(--color-text);background:var(--color-background);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:inherit;border:none;background:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:Barlow Condensed,sans-serif;font-weight:700;line-height:1.1;text-transform:uppercase}:root{--color-primary:#016E3D;--color-primary-light:#2BB97D;--color-primary-dark:#015a32;--color-text:#000;--color-text-light:#555;--color-background:#fff;--color-background-secondary:#F5F5F5;--color-border:#e0e0e0;--color-sale:#c00;--font-body:"Barlow",sans-serif;--font-heading:"Barlow Condensed",sans-serif;--container-max:1400px;--header-height:60px;--announcement-height:36px}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important}.skip-to-content{position:absolute;top:-100%;left:50%;transform:translate(-50%);z-index:9999;background:var(--color-primary);color:#fff;padding:8px 16px;border-radius:0 0 4px 4px;font-weight:600;transition:top .2s}.skip-to-content:focus{top:0}.container{max-width:var(--container-max);margin:0 auto;padding:0 20px}body{padding-top:calc(var(--announcement-height) + var(--header-height))}.announcement-bar{background:var(--color-primary);color:#fff;overflow:hidden;height:var(--announcement-height);display:flex;align-items:center;position:fixed;top:0;left:0;width:100%;z-index:100;max-width:100vw}.announcement-bar__track{display:flex;animation:marquee 20s linear infinite;white-space:nowrap;will-change:transform}.announcement-bar__item{display:flex;align-items:center;gap:40px;padding:0 40px;font-size:13px;font-weight:600;letter-spacing:.5px}.announcement-bar__item:after{content:"\2022";opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.site-header{background:none;border-bottom:none;position:fixed;top:var(--announcement-height);left:0;width:100%;z-index:99;height:var(--header-height)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:var(--container-max);margin:0 auto;padding:0 20px}.site-header__logo{display:flex;align-items:center}.site-header__logo-img{height:50px;width:auto;display:block}.site-header__nav{display:flex;align-items:center;gap:28px}.site-header__nav a{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text);transition:color .2s}.site-header__nav a:hover{color:var(--color-primary)}.site-header__nav-item{position:relative}.site-header__nav-item:hover .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid var(--color-border);border-radius:8px;padding:12px 0;min-width:200px;opacity:0;visibility:hidden;transform:translateY(8px);transition:all .2s;box-shadow:0 8px 24px #00000014}.site-header__dropdown a{display:block;padding:8px 20px;font-size:13px;font-weight:500;text-transform:none}.site-header__dropdown a:hover{background:var(--color-background-secondary);color:var(--color-primary)}.site-header__icons{display:flex;align-items:center;gap:16px}.site-header__icon{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.site-header__icon svg{width:24px;height:24px;color:#000;stroke:#000}.site-header__cart-count{position:absolute;top:-2px;right:-2px;background:var(--color-primary);color:#fff;font-size:11px;font-weight:800;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0003}.site-header__hamburger{display:none;flex-direction:column;gap:6px;width:28px;cursor:pointer}.site-header__hamburger span{display:block;height:3px;background:#000;border-radius:2px;transition:all .3s}.product-hero{padding:30px 0 60px;max-width:100vw;overflow:hidden}.product-hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:40px;max-width:var(--container-max);margin:0 auto;padding:0 20px;align-items:start}.product-hero__gallery{max-width:100%;align-self:start;min-width:0}.product-hero__main-image{width:100%;border-radius:12px;overflow:hidden;background:var(--color-background-secondary);aspect-ratio:1/1;display:flex;align-items:center;justify-content:center;margin-bottom:12px;max-width:100%;position:relative}.product-hero__main-image img{width:100%;height:100%;object-fit:cover;max-width:100%}.gallery-arrow{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:3;opacity:0;transition:opacity .2s,background .2s;cursor:pointer;border:none;box-shadow:0 2px 8px #00000026}.product-hero__main-image:hover .gallery-arrow{opacity:1}.gallery-arrow:hover{background:#fff}.gallery-arrow--prev{left:12px}.gallery-arrow--next{right:12px}.product-hero__thumbnails{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;max-width:100%}.product-hero__thumbnail{width:72px;height:72px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;flex-shrink:0;transition:border-color .2s}.product-hero__thumbnail.active,.product-hero__thumbnail:hover{border-color:var(--color-primary)}.product-hero__thumbnail img{width:100%;height:100%;object-fit:cover}.product-info{padding-top:10px;min-width:0;overflow:hidden}.product-info__badges{display:flex;gap:8px;margin-bottom:12px}.product-info__badge{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:4px 10px;border-radius:4px;background:var(--color-primary);color:#fff}.product-info__title{font-size:28px;font-weight:700;margin-bottom:4px;text-transform:none;font-family:var(--font-body)}.product-info__reviews{display:flex;align-items:center;gap:8px;margin-bottom:16px}.product-info__stars{display:flex;gap:2px;color:#f5a623}.product-info__stars svg{width:16px;height:16px;fill:currentColor}.product-info__review-count{font-size:13px;color:var(--color-text-light)}.product-info__price{display:flex;align-items:center;gap:10px;margin-bottom:20px}.product-info__price-sale{font-size:22px;font-weight:700;color:var(--color-primary)}.product-info__price-compare{font-size:18px;color:var(--color-text-light);text-decoration:line-through}.product-info__save-badge{font-size:12px;font-weight:700;background:#e8f5e9;color:var(--color-primary);padding:3px 8px;border-radius:4px}.product-info__description{font-size:14px;line-height:1.7;color:var(--color-text-light);margin-bottom:20px}.product-info__description p{margin-bottom:8px}.product-info__variants{margin-bottom:20px}.product-info__variant-label{font-size:13px;font-weight:600;margin-bottom:8px;display:block}.product-info__variant-options{display:flex;gap:8px;flex-wrap:wrap}.product-info__variant-btn{padding:8px 20px;border:2px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:600;transition:all .2s;background:#fff}.product-info__variant-btn.active,.product-info__variant-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.product-info__actions{display:flex;gap:12px;margin-bottom:20px}.product-info__quantity{display:flex;align-items:center;border:2px solid var(--color-border);border-radius:8px;overflow:hidden}.product-info__quantity button{width:40px;height:48px;font-size:18px;font-weight:600;display:flex;align-items:center;justify-content:center;transition:background .2s}.product-info__quantity button:hover{background:var(--color-background-secondary)}.product-info__quantity input{width:48px;height:48px;text-align:center;font-size:15px;font-weight:600;border:none;outline:none;-moz-appearance:textfield}.product-info__quantity input::-webkit-outer-spin-button,.product-info__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-info__atc{flex:1;height:48px;background:var(--color-primary);color:#fff;font-size:15px;font-weight:700;border-radius:8px;text-transform:uppercase;letter-spacing:1px;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.product-info__atc:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #016e3d4d}.product-info__trust{display:flex;gap:20px;margin-bottom:20px;padding:16px 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.product-info__trust-item{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:var(--color-text-light)}.product-info__trust-item svg{width:18px;height:18px;color:var(--color-primary);flex-shrink:0}.product-info__features{margin-bottom:20px}.product-info__feature{display:flex;gap:12px;align-items:flex-start;padding:10px 0;border-bottom:1px solid #f0f0f0}.product-info__feature:last-child{border-bottom:none}.product-info__feature-icon{width:20px;height:20px;color:var(--color-primary);flex-shrink:0;margin-top:2px}.product-info__feature-text{font-size:14px;color:#000}.product-info__feature-text strong{font-weight:700;display:block;margin-bottom:2px;color:#000}.product-info__feature-text span{color:#000;font-size:13px}.product-info__bundle-bar{display:flex;align-items:center;justify-content:space-between;background:#1a1a1a;border-radius:12px;padding:14px 20px;margin-bottom:16px}.product-info__bundle-bar-text{color:#fff}.product-info__bundle-bar-text strong{font-size:14px;font-weight:800;text-transform:uppercase;font-family:var(--font-heading);letter-spacing:.5px;display:block}.product-info__bundle-bar-text span{font-size:11px;text-transform:uppercase;opacity:.7;letter-spacing:.5px}.product-info__bundle-bar-btn{background:var(--color-primary);color:#fff;padding:8px 20px;border-radius:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transition:background .2s;white-space:nowrap}.product-info__bundle-bar-btn:hover{background:var(--color-primary-dark)}.product-info__stock{display:flex;align-items:center;gap:8px;margin-bottom:20px;font-size:13px;font-weight:500}.product-info__stock-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0}.product-info__accordions{margin-top:0}.product-accordion{border-bottom:1px solid var(--color-border)}.product-accordion__header{width:100%;display:flex;align-items:center;justify-content:space-between;padding:16px 0;font-size:14px;font-weight:700;text-align:left;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text);background:none;border:none;font-family:inherit;-webkit-appearance:none;appearance:none}.product-accordion__header-left{display:flex;align-items:center;gap:10px}.product-accordion__header-left svg{flex-shrink:0;color:var(--color-text)}.product-accordion__header>svg{width:16px;height:16px;transition:transform .3s;flex-shrink:0}.product-accordion.open .product-accordion__header>svg{transform:rotate(180deg)}.product-accordion__body{max-height:0;overflow:hidden;transition:max-height .3s ease}.product-accordion.open .product-accordion__body{max-height:600px}.product-accordion__content{padding:0 0 16px;font-size:13px;line-height:1.7;color:#000}.product-accordion__content a{color:var(--color-primary);text-decoration:underline}.product-info__benefits-image{margin-bottom:20px;border-radius:12px;overflow:hidden;width:100%;max-width:100%}.product-info__benefits-image img{width:100%;height:auto;display:block;object-fit:contain;max-width:100%}.bundle-selector{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.bundle-tier{border:2px solid var(--color-border);border-radius:12px;padding:16px 20px;cursor:pointer;transition:all .2s;position:relative;margin-bottom:8px;overflow:hidden}.bundle-tier:last-child{margin-bottom:0}.bundle-tier.active{border-color:#000;border-width:2px;background:#fafafa}.bundle-tier__header{display:flex;align-items:center;gap:16px}.bundle-tier__thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--color-background-secondary)}.bundle-tier__thumb img{width:100%;height:100%;object-fit:cover}.bundle-tier__info{flex:1;min-width:0}.bundle-tier__title{font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.bundle-tier__subtitle{font-size:12px;color:var(--color-text-light);margin-top:2px}.bundle-tier__discount-badge{display:inline-block;font-size:11px;font-weight:700;background:#e8f5e9;color:var(--color-primary);padding:2px 8px;border-radius:4px}.bundle-tier__shipping-badge{position:absolute;top:0;right:0;background:var(--color-primary);color:#fff;font-size:11px;font-weight:700;padding:4px 12px;border-radius:0 10px 0 8px}.bundle-tier__pricing{text-align:right;flex-shrink:0}.bundle-tier__price-each{display:flex;align-items:baseline;gap:4px;justify-content:flex-end}.bundle-tier__sale-price{font-size:20px;font-weight:800}.bundle-tier__each-label{font-size:12px;color:var(--color-text-light)}.bundle-tier__compare-price{font-size:14px;color:var(--color-text-light);text-decoration:line-through}.bundle-tier__price-total{font-size:13px;margin-top:2px;display:flex;gap:6px;justify-content:flex-end}.bundle-tier__total-sale{font-weight:700}.bundle-tier__total-compare{color:var(--color-text-light);text-decoration:line-through}.bundle-tier__expanded{max-height:0;overflow:hidden;transition:max-height .3s ease}.bundle-tier.active .bundle-tier__expanded{max-height:400px;margin-top:16px;padding-top:16px;border-top:1px solid var(--color-border)}.bundle-tier__variant-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.bundle-tier__variant-label{font-size:13px;font-weight:600}.bundle-tier__variant-num{font-size:13px;font-weight:700;color:var(--color-text-light);width:20px}.bundle-tier__variant-select{padding:8px 32px 8px 12px;border:1px solid var(--color-border);border-radius:8px;font-size:13px;font-weight:500;background:#fff;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23555' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer}.bundle-tier__free-item{display:flex;align-items:center;justify-content:space-between;padding:8px 0;margin-top:4px}.bundle-tier__free-label{font-size:13px;font-weight:600;color:var(--color-primary)}.bundle-tier__free-value{font-size:13px;color:var(--color-text-light);text-decoration:line-through}.bundle-atc{width:100%;height:56px;background:var(--color-primary);color:#fff;font-size:16px;font-weight:700;border-radius:28px;text-transform:none;letter-spacing:0;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-bottom:20px;border:none;cursor:pointer}.bundle-atc:hover{background:var(--color-primary-dark);transform:translateY(-1px);box-shadow:0 4px 16px #016e3d4d}.trusted-videos-section{padding:60px 0;overflow:hidden}.trusted-videos-section__title{text-align:center;font-size:36px;font-weight:900;font-style:italic;margin-bottom:30px;font-family:var(--font-heading);text-transform:uppercase;letter-spacing:1px}.trusted-videos-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.trusted-videos-section__video{border-radius:16px;overflow:hidden;aspect-ratio:9/16;background:#000}.trusted-videos-section__video video{width:100%;height:100%;object-fit:cover;display:block}.split-section{padding:80px 0;overflow:hidden}.split-section__inner{display:grid;grid-template-columns:1fr 1fr;gap:60px;max-width:var(--container-max);margin:0 auto;padding:0 20px;align-items:center}.split-section__text h2{font-size:46px;font-weight:900;margin-bottom:20px;line-height:1.05;text-transform:uppercase;letter-spacing:1px}.split-section__text p{font-size:16px;color:#000;line-height:1.7;margin-bottom:16px;font-weight:500}.split-section__image{border-radius:16px;overflow:hidden}.split-section__image img{width:100%;height:100%;object-fit:cover}.split-section--reverse .split-section__inner{direction:rtl}.split-section--reverse .split-section__inner>*{direction:ltr}.split-section--dark{background:#1a1a1a;color:#fff}.split-section--dark p{color:#fff}.stats-section{padding:80px 0;background:linear-gradient(135deg,#012a18,#016e3d,#013d22);color:#fff;text-align:center;overflow:hidden;position:relative}.stats-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 50%,rgba(43,185,125,.15) 0%,transparent 60%),radial-gradient(circle at 70% 50%,rgba(1,110,61,.2) 0%,transparent 60%);pointer-events:none}.stats-section__subtitle{font-size:26px;font-weight:800;color:#fff;margin-bottom:8px;letter-spacing:.5px;font-family:var(--font-heading);text-transform:uppercase;position:relative;z-index:1}.stats-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;max-width:960px;margin:0 auto;padding:48px 20px 0;position:relative;z-index:1}.stats-section__item{background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:40px 24px;transition:transform .4s,box-shadow .4s;opacity:0;transform:translateY(30px)}.stats-section__item.visible{opacity:1;transform:translateY(0)}.stats-section__item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.stats-section__number-wrap{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:12px}.stats-section__item h3{font-size:56px;font-weight:900;margin:0;font-family:var(--font-heading);line-height:1;background:linear-gradient(180deg,#fff,#2bb97d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-section__suffix{font-size:36px;font-weight:900;font-family:var(--font-heading);background:linear-gradient(180deg,#fff,#2bb97d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.stats-section__item p{font-size:17px;font-weight:700;color:#fff;opacity:1;max-width:240px;margin:0 auto;line-height:1.4;text-transform:uppercase;letter-spacing:.5px}.howto-section{padding:80px 0;background:var(--color-background-secondary);overflow:hidden}.howto-section__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.howto-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.howto-section__step{text-align:center}.howto-section__step-number{width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:#fff;font-size:20px;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;font-family:var(--font-heading)}.howto-section__step-image{width:100%;aspect-ratio:1/1;border-radius:12px;overflow:hidden;margin-bottom:16px;background:#ddd}.howto-section__step-image img{width:100%;height:100%;object-fit:cover}.howto-section__step h3{font-size:20px;font-weight:900;margin-bottom:10px;text-transform:uppercase;font-family:var(--font-heading);color:#000;letter-spacing:.5px}.howto-section__step p{font-size:14px;color:#000;line-height:1.6;font-weight:500}.bundles-section{padding:80px 0;overflow:hidden}.bundles-section__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.bundles-section__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.bundle-card{border-radius:12px;overflow:hidden;background:#fff;border:1px solid var(--color-border);transition:all .3s}.bundle-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.bundle-card__image{aspect-ratio:1/1;overflow:hidden;background:var(--color-background-secondary)}.bundle-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.bundle-card:hover .bundle-card__image img{transform:scale(1.05)}.bundle-card__info{padding:16px}.bundle-card__title{font-size:14px;font-weight:600;margin-bottom:4px}.bundle-card__price{font-size:14px;font-weight:700;color:var(--color-primary)}.comparison-section{padding:80px 0;background:var(--color-background-secondary);overflow:hidden}.comparison-section__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.comparison-slider{position:relative;max-width:800px;margin:0 auto;border-radius:16px;overflow:hidden;cursor:ew-resize;touch-action:none;-webkit-user-select:none;user-select:none}.comparison-slider__img{width:100%;display:block}.comparison-slider__img--before{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;clip-path:inset(0 50% 0 0)}.comparison-slider__label{position:absolute;bottom:20px;background:#000000b3;color:#fff;padding:6px 16px;border-radius:20px;font-size:13px;font-weight:700;text-transform:uppercase;z-index:3}.comparison-slider__label--before{left:16px}.comparison-slider__label--after{right:16px}.comparison-slider__handle{position:absolute;top:0;left:50%;width:4px;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:5;transform:translate(-50%)}.comparison-slider__handle-line{flex:1;width:3px;background:#fff;box-shadow:0 0 4px #0000004d}.comparison-slider__handle-circle{width:44px;height:44px;border-radius:50%;background:var(--color-primary);display:flex;align-items:center;justify-content:center;gap:0;box-shadow:0 2px 8px #0000004d;flex-shrink:0}.marquee-section{padding:40px 0;overflow:hidden;max-width:100vw}.marquee-section__track{display:flex;animation:marquee 25s linear infinite;white-space:nowrap;will-change:transform}.marquee-section__item{font-family:var(--font-heading);font-size:48px;font-weight:800;text-transform:uppercase;color:#016e3d;padding:0 40px}.faq-section{padding:80px 0;overflow:hidden;background:linear-gradient(135deg,#012a18,#016e3d,#013d22);position:relative}.faq-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(43,185,125,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(1,110,61,.15) 0%,transparent 50%);pointer-events:none}.faq-section__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px;color:#fff;position:relative;z-index:1}.faq-section__list{max-width:800px;margin:0 auto;padding:0 20px;display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.faq-item{background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:12px;overflow:hidden;transition:border-color .3s,box-shadow .3s}.faq-item:hover{border-color:#ffffff40}.faq-item.open{border-color:#2bb97d66;box-shadow:0 4px 24px #0003}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;font-size:16px;font-weight:700;text-align:left;cursor:pointer;background:transparent;transition:background .2s;color:#fff;border:none;font-family:inherit;-webkit-appearance:none;appearance:none;letter-spacing:.3px}.faq-item__question:hover{background:#ffffff0a}.faq-item__question svg{width:18px;height:18px;transition:transform .3s;flex-shrink:0;color:#fff9}.faq-item.open .faq-item__question svg{transform:rotate(180deg);color:#2bb97d}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.faq-item.open .faq-item__answer{max-height:400px}.faq-item__answer-inner{padding:0 24px 22px;font-size:15px;line-height:1.7;color:#fff}.explore-section{padding:80px 0;text-align:center}.explore-section__title{font-size:46px;font-weight:900;margin-bottom:40px;text-transform:uppercase;letter-spacing:1px}.explore-section__links{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.explore-section__link{padding:12px 32px;border:2px solid var(--color-primary);border-radius:8px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-primary);transition:all .2s}.explore-section__link:hover{background:var(--color-primary);color:#fff}.site-footer{background:#1a1a1a;color:#fff;padding:60px 0 0}.site-footer__inner{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:40px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.site-footer__heading{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:20px}.site-footer__links a{display:block;font-size:13px;color:#aaa;padding:4px 0;transition:color .2s}.site-footer__links a:hover{color:#fff}.site-footer__newsletter-input{display:flex;gap:8px;margin-top:12px}.site-footer__newsletter-input input{flex:1;padding:10px 14px;border:1px solid #444;border-radius:6px;background:transparent;color:#fff;font-size:13px}.site-footer__newsletter-input input::placeholder{color:#777}.site-footer__newsletter-input button{padding:10px 20px;background:var(--color-primary);color:#fff;border-radius:6px;font-size:13px;font-weight:600;transition:background .2s}.site-footer__newsletter-input button:hover{background:var(--color-primary-light)}.site-footer__contact{font-size:13px;color:#aaa;line-height:1.8}.site-footer__contact a{color:var(--color-primary-light)}.site-footer__bottom{border-top:1px solid #333;margin-top:40px;display:flex;align-items:center;justify-content:space-between;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding:20px}.site-footer__copyright{font-size:12px;color:#777}.site-footer__payments{display:flex;gap:8px;align-items:center}.site-footer__payments svg{width:36px;height:24px;opacity:.6}.site-footer__policy-links{display:flex;gap:16px;flex-wrap:wrap}.site-footer__policy-links a{font-size:11px;color:#777;transition:color .2s}.site-footer__policy-links a:hover{color:#fff}.sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--color-border);padding:12px 20px;z-index:98;transform:translateY(100%);transition:transform .3s;box-shadow:0 -4px 16px #00000014}.sticky-atc.visible{transform:translateY(0)}.sticky-atc__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--container-max);margin:0 auto;gap:16px}.sticky-atc__info{display:flex;align-items:center;gap:12px}.sticky-atc__thumb{width:56px;height:56px;border-radius:8px;overflow:hidden}.sticky-atc__thumb img{width:100%;height:100%;object-fit:cover}.sticky-atc__details h4{font-size:14px;font-weight:600;font-family:var(--font-body);text-transform:none}.sticky-atc__details .sticky-atc__price{font-size:14px}.sticky-atc__details .sticky-atc__price span:first-child{color:var(--color-primary);font-weight:700}.sticky-atc__details .sticky-atc__price span:last-child{color:var(--color-text-light);text-decoration:line-through;margin-left:6px;font-size:13px}.sticky-atc__btn{padding:12px 32px;background:var(--color-primary);color:#fff;border-radius:24px;font-size:14px;font-weight:700;transition:all .2s}.sticky-atc__btn:hover{background:var(--color-primary-dark)}@media(min-width:1600px){:root{--container-max:1500px}.product-hero__inner{gap:60px}.split-section__text h2{font-size:52px}.split-section__inner{gap:80px}.stats-section__item h3{font-size:64px}.stats-section__suffix{font-size:42px}.stats-section__subtitle{font-size:28px}.howto-section__title,.bundles-section__title,.comparison-section__title,.faq-section__title,.explore-section__title{font-size:50px}.marquee-section__item{font-size:60px}.product-info__title{font-size:34px}.product-info__price-sale{font-size:26px}}@media(max-width:1024px){.site-header__logo-img{height:44px}.product-hero__inner{gap:30px}.product-hero__main-image{max-width:100%}.site-footer__inner{grid-template-columns:1fr 1fr}.bundles-section__grid,.howto-section__grid{grid-template-columns:repeat(2,1fr)}.split-section__text h2{font-size:32px}.split-section{padding:60px 0}.stats-section__item h3{font-size:44px}.stats-section__suffix{font-size:28px}.stats-section__subtitle{font-size:22px}.site-header__nav{display:none}.site-header__hamburger{display:flex}.faq-section__list,.comparison-section__inner{max-width:100%}.sticky-atc__details h4{font-size:13px}}@media(max-width:768px){.product-hero__inner{grid-template-columns:1fr;gap:20px}.product-hero__gallery{position:static}.gallery-arrow{opacity:1}.site-header__logo{position:absolute;left:50%;transform:translate(-50%)}.site-header__logo-img{height:44px}.site-header__inner{position:relative}.split-section__inner{grid-template-columns:1fr;gap:30px}.split-section--reverse .split-section__inner{direction:ltr}.split-section{padding:48px 0}.comparison-section__inner{grid-template-columns:1fr;max-width:500px}.comparison-section{padding:48px 0}.stats-section__grid{grid-template-columns:1fr;gap:20px;max-width:400px}.stats-section{padding:60px 0}.stats-section__item{padding:32px 20px}.site-footer__inner{grid-template-columns:1fr}.site-footer{padding:40px 0 0}.site-footer__bottom{flex-direction:column;gap:12px;text-align:center}.explore-section__links{flex-direction:column;align-items:center}.explore-section{padding:48px 0}.marquee-section__item{font-size:32px}.howto-section{padding:48px 0}.howto-section__title{margin-bottom:40px}.bundles-section{padding:48px 0}.bundles-section__title{margin-bottom:40px}.faq-section{padding:48px 0}.faq-section__title{margin-bottom:40px}.product-info__trust{flex-wrap:wrap;gap:12px}.sticky-atc__info{display:none}.sticky-atc__btn{width:100%;text-align:center}.sticky-atc__inner{justify-content:center}.bundle-tier__header{gap:12px}.bundle-tier__sale-price{font-size:18px}.bundle-tier{padding:14px 16px}.trusted-videos-section{padding:40px 0}.trusted-videos-section__title{font-size:24px;margin-bottom:20px}}@media(max-width:480px){.product-hero{padding:12px 0 32px}.product-hero__inner{padding:0 16px;gap:20px}.product-info__title{font-size:22px}.product-info__price-sale{font-size:20px}.product-info__actions{flex-direction:column}.product-info__quantity{justify-content:center}.product-info__atc{height:52px;font-size:14px}.site-header__logo-img{height:44px}.product-info__trust{flex-direction:column;gap:8px}.howto-section__grid{grid-template-columns:1fr}.bundles-section__grid{grid-template-columns:1fr;max-width:320px;margin-left:auto;margin-right:auto}.split-section__text h2{font-size:26px}.split-section__text p{font-size:14px}.split-section{padding:36px 0}.split-section__inner{padding:0 16px}.howto-section__title,.bundles-section__title,.comparison-section__title,.faq-section__title,.explore-section__title{font-size:28px}.stats-section__item h3{font-size:40px}.stats-section__suffix{font-size:26px}.stats-section__subtitle{font-size:18px;padding:0 16px}.faq-item__question{padding:16px;font-size:14px}.faq-item__answer-inner{padding:0 16px 16px;font-size:13px}.announcement-bar__item{font-size:11px;padding:0 24px;gap:24px}.site-header__logo-img{height:40px}.marquee-section__item{font-size:24px;padding:0 20px}.explore-section__link{width:100%;text-align:center;padding:14px 24px}.container{padding:0 16px}.bundle-tier__header{flex-wrap:wrap;gap:10px}.bundle-tier__pricing{text-align:left;width:100%;margin-top:4px;display:flex;gap:16px;align-items:baseline}.bundle-tier__price-each,.bundle-tier__price-total{justify-content:flex-start}.bundle-tier__thumb{width:48px;height:48px}.bundle-tier__title{font-size:14px}.bundle-tier__sale-price{font-size:17px}.bundle-atc{height:52px;font-size:15px}.trusted-videos-section__grid{grid-template-columns:repeat(3,1fr);gap:8px;padding:0 16px}.trusted-videos-section__title{font-size:20px}.trusted-videos-section{padding:32px 0}}@media(max-width:360px){.product-hero__inner{padding:0 12px}.product-info__title{font-size:20px}.product-info__price-sale{font-size:18px}.product-info__price-compare{font-size:15px}.product-info__description,.product-info__feature-text{font-size:13px}.product-info__feature-text span{font-size:12px}.product-info__quantity button{width:36px;height:44px}.product-info__quantity input{width:40px;height:44px;font-size:14px}.product-info__atc{height:48px;font-size:13px;letter-spacing:.5px}.howto-section__title,.bundles-section__title,.comparison-section__title,.faq-section__title,.explore-section__title{font-size:24px}.split-section__text h2{font-size:22px}.stats-section__item h3{font-size:28px}.stats-section__item p{font-size:12px}.marquee-section__item{font-size:20px;padding:0 16px}.faq-item__question{padding:14px 12px;font-size:13px}.faq-item__answer-inner{padding:0 12px 14px;font-size:12px}.site-footer__heading{font-size:13px}.site-footer__links a{font-size:12px}.site-footer__newsletter-input{flex-direction:column}.site-footer__newsletter-input button{width:100%}.container{padding:0 12px}.bundles-section__grid{max-width:280px}.announcement-bar__item{font-size:10px;padding:0 16px;gap:16px}}.homepage-hero{position:relative;overflow:hidden}.homepage-hero__link{display:block}.homepage-hero__img{width:100%;height:auto;display:block;object-fit:cover}.homepage-hero__img--mobile{display:none}.homepage-hero__overlay{position:absolute;bottom:0;left:0;width:100%;padding:40px;display:flex;justify-content:center}.homepage-hero__btn{display:inline-block;background:var(--color-primary);color:#fff;font-size:16px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:16px 48px;border-radius:8px;transition:all .3s;box-shadow:0 4px 16px #0003}.homepage-hero__btn:hover{background:#015a32;transform:translateY(-2px);box-shadow:0 6px 24px #0000004d}.hp-ticker{padding:20px 0;overflow:hidden;background:var(--color-background)}.hp-ticker__track{display:flex;animation:hp-ticker-scroll 20s linear infinite;white-space:nowrap;will-change:transform}.hp-ticker__item{font-family:var(--font-heading);font-size:48px;font-weight:800;text-transform:uppercase;color:#016e3d;padding:0 40px;flex-shrink:0}@keyframes hp-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-bundles{padding:80px 0;background:var(--color-background)}.hp-bundles__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.hp-bundles__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.hp-bundles__card{display:block;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--color-border);transition:all .3s}.hp-bundles__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.hp-bundles__card-image{aspect-ratio:1/1;overflow:hidden;background:var(--color-background-secondary)}.hp-bundles__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hp-bundles__card:hover .hp-bundles__card-image img{transform:scale(1.05)}.hp-bundles__card-info{padding:16px 20px;text-align:center}.hp-bundles__card-info h3{font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#000}.hp-products{padding:80px 0;background:var(--color-background-secondary)}.hp-products__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.hp-products__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.hp-products__card{display:block;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--color-border);transition:all .3s}.hp-products__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.hp-products__card-image{aspect-ratio:1/1;overflow:hidden;background:#fff}.hp-products__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hp-products__card:hover .hp-products__card-image img{transform:scale(1.05)}.hp-products__card-info{padding:16px 20px;text-align:center}.hp-products__card-info h3{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#000;margin-bottom:4px}.hp-products__price{font-size:14px;font-weight:600;color:var(--color-primary)}.hp-difference{padding:100px 0;background:var(--color-background-secondary);text-align:center}.hp-difference__inner{max-width:700px;margin:0 auto}.hp-difference__title{font-size:46px;font-weight:900;margin-bottom:24px;text-transform:uppercase;letter-spacing:1px;line-height:1.05;color:#000}.hp-difference__text{font-size:18px;color:#333;line-height:1.8;margin-bottom:36px;font-weight:500}.hp-difference__btn{display:inline-block;background:var(--color-primary);color:#fff;font-size:15px;font-weight:700;text-transform:uppercase;letter-spacing:1px;padding:16px 48px;border-radius:8px;transition:all .3s}.hp-difference__btn:hover{background:#015a32;transform:translateY(-2px)}.hp-testimonials{padding:80px 0;background:linear-gradient(135deg,#012a18,#016e3d,#013d22);position:relative}.hp-testimonials:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 80%,rgba(43,185,125,.12) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(1,110,61,.15) 0%,transparent 50%);pointer-events:none}.hp-testimonials__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px;color:#fff;position:relative;z-index:1}.hp-testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--container-max);margin:0 auto;padding:0 20px;position:relative;z-index:1}.hp-testimonials__card{background:#ffffff14;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:32px 28px;transition:border-color .3s,transform .3s}.hp-testimonials__card:hover{border-color:#ffffff40;transform:translateY(-4px)}.hp-testimonials__stars{display:flex;gap:2px;margin-bottom:16px}.hp-testimonials__name{font-size:13px;font-weight:600;color:#fff9;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.hp-testimonials__headline{font-size:18px;font-weight:800;color:#fff;margin-bottom:12px}.hp-testimonials__quote{font-size:14px;color:#ffffffd9;line-height:1.7;font-style:italic}.hp-carousel{padding:80px 0;overflow:hidden}.hp-carousel__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.hp-carousel__track-wrapper{overflow:hidden;max-width:100vw}.hp-carousel__track{display:flex;animation:hp-carousel-scroll 30s linear infinite;will-change:transform}.hp-carousel__card{flex-shrink:0;width:280px;margin-right:20px;display:block;text-align:center}.hp-carousel__card-image{aspect-ratio:1/1;border-radius:16px;overflow:hidden;background:var(--color-background-secondary);margin-bottom:12px;border:1px solid var(--color-border);transition:all .3s}.hp-carousel__card:hover .hp-carousel__card-image{border-color:var(--color-primary);box-shadow:0 4px 16px #0000001a}.hp-carousel__card-image img{width:100%;height:100%;object-fit:cover}.hp-carousel__card-title{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.3px;color:#000}@keyframes hp-carousel-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.hp-faq{padding:80px 0;background:var(--color-background)}.hp-faq__split{display:grid;grid-template-columns:1fr 2fr;gap:60px;max-width:var(--container-max);margin:0 auto;padding:0 20px;align-items:start}.hp-faq__title{font-size:42px;font-weight:900;text-transform:uppercase;letter-spacing:1px;line-height:1.1;position:sticky;top:120px}.hp-faq__list{display:flex;flex-direction:column;gap:12px}.hp-faq__item{background:var(--color-background-secondary);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;transition:border-color .3s,box-shadow .3s}.hp-faq__item:hover{border-color:var(--color-primary)}.hp-faq__item.open{border-color:var(--color-primary);box-shadow:0 4px 16px #0000000f}.hp-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:22px 24px;font-size:16px;font-weight:700;text-align:left;cursor:pointer;background:transparent;transition:background .2s;color:#000;border:none;font-family:inherit;-webkit-appearance:none;appearance:none;letter-spacing:.3px}.hp-faq__question:hover{background:#00000005}.hp-faq__question svg{transition:transform .3s;flex-shrink:0;color:var(--color-text-light)}.hp-faq__item.open .hp-faq__question svg{transform:rotate(180deg);color:var(--color-primary)}.hp-faq__answer{max-height:0;overflow:hidden;transition:max-height .3s ease}.hp-faq__item.open .hp-faq__answer{max-height:400px}.hp-faq__answer-inner{padding:0 24px 22px;font-size:15px;line-height:1.7;color:#333}.hp-explore{padding:80px 0;background:var(--color-background-secondary)}.hp-explore__title{text-align:center;font-size:46px;font-weight:900;margin-bottom:60px;text-transform:uppercase;letter-spacing:1px}.hp-explore__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:var(--container-max);margin:0 auto;padding:0 20px}.hp-explore__card{display:block;border-radius:16px;overflow:hidden;background:#fff;border:1px solid var(--color-border);transition:all .3s;text-align:center}.hp-explore__card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #0000001a}.hp-explore__card-image{aspect-ratio:4/3;overflow:hidden;background:var(--color-background-secondary)}.hp-explore__card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.hp-explore__card:hover .hp-explore__card-image img{transform:scale(1.05)}.hp-explore__card-placeholder{display:flex;align-items:center;justify-content:center;height:100%;background:linear-gradient(135deg,#012a18,#016e3d)}.hp-explore__card-label{padding:20px;font-size:16px;font-weight:800;text-transform:uppercase;letter-spacing:1px;color:#000}@media(max-width:1024px){.hp-bundles__grid{grid-template-columns:repeat(2,1fr)}.hp-products__grid{grid-template-columns:repeat(3,1fr)}.hp-testimonials__grid{grid-template-columns:repeat(3,1fr);gap:16px}.hp-difference{padding:60px 0}.hp-difference__title{font-size:36px}.hp-faq__split{grid-template-columns:1fr 2fr;gap:40px}.hp-faq__title{font-size:32px}.hp-ticker__item{font-size:36px;padding:0 30px}}@media(max-width:768px){.homepage-hero__img--desktop{display:none}.homepage-hero__img--mobile{display:block;width:100%;height:auto;max-height:70vh;object-fit:cover;object-position:center}.homepage-hero__overlay{padding:20px}.homepage-hero__btn{padding:12px 28px;font-size:13px}.hp-ticker__item{font-size:28px;padding:0 20px}.hp-ticker{padding:12px 0}.hp-bundles{padding:48px 0}.hp-bundles__title{font-size:32px;margin-bottom:32px}.hp-bundles__grid{grid-template-columns:repeat(2,1fr);gap:16px}.hp-products{padding:48px 0}.hp-products__title{font-size:32px;margin-bottom:32px}.hp-products__grid{grid-template-columns:repeat(2,1fr);gap:16px}.hp-difference{padding:48px 0}.hp-difference__title{font-size:28px}.hp-difference__text{font-size:15px}.hp-testimonials{padding:48px 0}.hp-testimonials__title{font-size:32px;margin-bottom:32px}.hp-testimonials__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.hp-carousel{padding:48px 0}.hp-carousel__title{font-size:32px;margin-bottom:32px}.hp-carousel__card{width:220px;margin-right:16px}.hp-faq{padding:48px 0}.hp-faq__split{grid-template-columns:1fr;gap:24px}.hp-faq__title{font-size:28px;position:static;text-align:center;margin-bottom:0}.hp-explore{padding:48px 0}.hp-explore__title{font-size:32px;margin-bottom:32px}.hp-explore__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}@media(max-width:480px){.homepage-hero__img--mobile{max-height:60vh}.hp-bundles__grid,.hp-products__grid{grid-template-columns:repeat(2,1fr);max-width:100%}.hp-bundles__title,.hp-products__title,.hp-testimonials__title,.hp-carousel__title,.hp-faq__title,.hp-explore__title{font-size:26px;margin-bottom:24px}.hp-difference__title{font-size:24px}.hp-difference__text{font-size:14px}.hp-carousel__card{width:200px;margin-right:12px}.hp-faq__question{padding:18px 16px;font-size:14px}.hp-faq__answer-inner{padding:0 16px 16px;font-size:13px}.hp-ticker__item{font-size:22px;padding:0 16px}}@media(max-width:360px){.hp-bundles__grid,.hp-products__grid{gap:12px}.hp-bundles__title,.hp-products__title,.hp-testimonials__title,.hp-carousel__title,.hp-faq__title,.hp-explore__title,.hp-difference__title{font-size:22px}.homepage-hero__btn{padding:10px 20px;font-size:12px}.hp-ticker__item{font-size:18px;padding:0 12px}}.burdy-crosssell{padding:40px 0}.burdy-crosssell__card{display:flex;align-items:center;gap:28px;background:linear-gradient(135deg,#012a18,#016e3d);border-radius:16px;padding:28px;max-width:700px;margin:0 auto}.burdy-crosssell__image{width:140px;height:140px;flex-shrink:0;border-radius:12px;overflow:hidden;background:#fff}.burdy-crosssell__image img{width:100%;height:100%;object-fit:cover}.burdy-crosssell__info h3{font-size:18px;font-weight:800;color:#fff;margin-bottom:8px}.burdy-crosssell__desc{font-size:13px;color:#ffffffd9;line-height:1.5;margin-bottom:12px}.burdy-crosssell__price{display:flex;align-items:center;gap:10px;margin-bottom:12px}.burdy-crosssell__price-old{font-size:14px;text-decoration:line-through;color:#ffffff80}.burdy-crosssell__price-now{font-size:18px;font-weight:800;color:#fff}.burdy-crosssell__btn{display:inline-block;background:#fff;color:#016e3d;font-size:13px;font-weight:700;padding:10px 24px;border-radius:8px;transition:all .3s}.burdy-crosssell__btn:hover{background:#e8f5e9;transform:translateY(-1px)}@media(max-width:768px){.burdy-crosssell__card{flex-direction:column;text-align:center;padding:24px 20px}.burdy-crosssell__image{width:100px;height:100px}.burdy-crosssell__price{justify-content:center}}@media(max-width:480px){.burdy-crosssell__info h3{font-size:16px}.burdy-crosssell__image{width:80px;height:80px}}
/*# sourceMappingURL=/cdn/shop/t/231/assets/base.css.map */
