:root{--atg-green-dark: #183222;--atg-green: #2f5638;--atg-green-soft: #eef4ec;--atg-red: #e9433f;--atg-gold: #d9a441;--atg-cream: #f7f5ef;--atg-bg: #ffffff;--atg-border: #e6e3dc;--atg-text: #121212;--atg-muted: #666666;--atg-light-muted: #8a8a8a;--atg-max-width: 1280px;--atg-container-pad: 48px;--atg-section-pad: 72px;--atg-card-radius: 16px;--atg-button-radius: 8px;--atg-image-radius: 14px;--atg-font: -apple-system, BlinkMacSystemFont, "Inter", "Segoe UI", sans-serif}body{font-family:var(--atg-font)}.atg-shell,.atg-section__inner{width:min(100%,var(--atg-max-width));margin-inline:auto;padding-inline:var(--atg-container-pad)}.atg-section{padding-block:var(--atg-section-pad);background:var(--atg-bg);color:var(--atg-text)}.atg-section--cream{background:var(--atg-cream)}.atg-section__header{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-block-end:28px}.atg-section__eyebrow,.atg-product-card__category{margin:0 0 6px;color:var(--atg-green);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.atg-section h1,.atg-section h2,.atg-section h3,.atg-site-header h1,.atg-footer h2,.atg-footer h3{font-family:var(--atg-font);font-weight:800;letter-spacing:-.03em}.atg-section__title{margin:0;color:var(--atg-text);font-size:clamp(30px,3.1vw,42px);line-height:1.04}.atg-section__subtitle{max-width:620px;margin:10px 0 0;color:var(--atg-muted);font-size:16px;line-height:1.5}.atg-btn,.atg-text-link,.atg-nav a,.atg-footer a,.atg-announcement a,.atg-site-header a,.atg-journey-card a,.atg-product-card a,.atg-collection-card a,.atg-article-card a{text-underline-offset:4px}.atg-btn:focus-visible,.atg-text-link:focus-visible,.atg-nav a:focus-visible,.atg-footer a:focus-visible,.atg-announcement a:focus-visible,.atg-site-header a:focus-visible,.atg-journey-card a:focus-visible,.atg-product-card a:focus-visible,.atg-collection-card a:focus-visible,.atg-article-card a:focus-visible,.atg-site-header button:focus-visible,.atg-footer button:focus-visible,.atg-footer input:focus-visible,.atg-mobile-menu summary:focus-visible{outline:2px solid var(--atg-gold);outline-offset:3px}.atg-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 40px;border:1px solid var(--atg-green);border-radius:var(--atg-button-radius);background:var(--atg-green);color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em;line-height:1;text-decoration:none;text-transform:uppercase;transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.atg-btn:hover{background:var(--atg-green-dark);border-color:var(--atg-green-dark)}.atg-btn--small{width:100%;min-height:36px;padding-inline:14px;border-radius:6px;font-size:12px}.atg-text-link{color:var(--atg-green-dark);font-size:13px;font-weight:800;letter-spacing:.02em;text-decoration:none;text-transform:uppercase}.atg-placeholder{display:grid;place-items:center;width:100%;height:100%;min-height:180px;background:radial-gradient(circle at 70% 20%,rgb(217 164 65 / .2),transparent 32%),linear-gradient(135deg,#e8eee5,#f7f5ef 55%,#dfe9dc);color:var(--atg-green-dark)}.atg-placeholder svg{width:54px;height:54px;opacity:.72}.atg-announcement{background:var(--atg-green-dark);color:#fff;font-size:13px;font-weight:700;letter-spacing:.01em}.atg-announcement__inner{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;min-height:36px}.atg-announcement__item{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;white-space:nowrap}.atg-announcement__item:first-child{justify-content:flex-start}.atg-announcement__item:last-child{justify-content:flex-end}.atg-announcement__icon,.atg-announcement__item--rating,.atg-rating-stars,.atg-review-card__stars,.atg-product-card__rating span{color:var(--atg-gold)}.atg-announcement__icon svg{width:16px;height:16px}.atg-site-header{position:relative;z-index:30;background:#fff;border-bottom:1px solid var(--atg-border)}.atg-site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:72px}.atg-logo{display:inline-flex;align-items:center;gap:10px;color:var(--atg-text);font-size:24px;font-weight:900;letter-spacing:-.05em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.atg-logo__mark{display:inline-grid;place-items:center;width:28px;height:28px;color:var(--atg-green-dark)}.atg-nav{display:flex;justify-content:center;gap:clamp(16px,1.8vw,28px)}.atg-nav a,.atg-mobile-menu a{color:var(--atg-text);font-size:14px;font-weight:750;text-decoration:none}.atg-nav a:hover,.atg-mobile-menu a:hover{color:var(--atg-green)}.atg-header-actions{display:flex;justify-content:flex-end;gap:18px}.atg-header-actions a,.atg-mobile-menu summary{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--atg-text);text-decoration:none}.atg-header-actions svg,.atg-mobile-menu svg{width:23px;height:23px}.atg-cart-link{position:relative}.atg-cart-link__count{position:absolute;top:1px;right:0;display:grid;place-items:center;min-width:16px;height:16px;padding-inline:4px;border-radius:999px;background:var(--atg-green);color:#fff;font-size:10px;font-weight:800}.atg-mobile-menu{display:none}.atg-mobile-menu summary{list-style:none;cursor:pointer}.atg-mobile-menu summary::-webkit-details-marker{display:none}.atg-mobile-menu__panel{position:absolute;inset:100% 0 auto;display:grid;gap:0;padding:10px 18px 18px;background:#fff;border-bottom:1px solid var(--atg-border);box-shadow:0 18px 32px #00000014}.atg-mobile-menu__panel a{padding-block:13px;border-bottom:1px solid var(--atg-border)}.atg-hero-home{position:relative;min-height:clamp(420px,43vw,520px);overflow:hidden;color:#fff;background:var(--atg-green-dark)}.atg-hero-home__media,.atg-hero-home__image,.atg-hero-home__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.atg-hero-home__image,.atg-hero-home__placeholder{object-fit:cover;object-position:center}.atg-hero-home__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#00000059}.atg-hero-home__placeholder{display:grid;grid-template-columns:repeat(5,1fr);background:var(--atg-green-dark)}.atg-hero-home__placeholder span{display:grid;place-items:center;min-height:100%;background:linear-gradient(140deg,#ffffff21,#ffffff08);border-right:1px solid rgb(255 255 255 / .1);color:#ffffffb8}.atg-hero-home__placeholder span:nth-child(2n){background:linear-gradient(140deg,#d9a4412e,#ffffff0a)}.atg-hero-home__placeholder svg{width:64px;height:64px}.atg-hero-home__content{position:relative;z-index:1;display:grid;place-items:center;min-height:clamp(420px,43vw,520px);text-align:center}.atg-hero-home__box{max-width:720px;padding-block:56px}.atg-hero-home h1{margin:0;color:#fff;font-size:clamp(48px,6.2vw,82px);line-height:.94;letter-spacing:-.055em}.atg-hero-home p{max-width:650px;margin:18px auto 0;color:#fffffff0;font-size:clamp(17px,1.55vw,22px);line-height:1.42}.atg-hero-home .atg-btn{margin-block-start:28px}.atg-hero-home__trust{margin-block-start:18px;color:#fff;font-size:14px;font-weight:700}.atg-trust-strip{padding-block:24px;background:var(--atg-trust-bg, #fff);border-bottom:1px solid var(--atg-border)}.atg-trust-strip--bottom{border-top:1px solid var(--atg-border)}.atg-trust-strip__grid{display:grid;grid-template-columns:repeat(var(--atg-trust-cols, 5),minmax(0,1fr));gap:18px}.atg-trust-item{display:flex;align-items:center;justify-content:center;gap:12px;min-width:0;text-align:left}.atg-trust-item__icon{flex:0 0 auto;color:var(--atg-green-dark)}.atg-trust-item__icon svg{width:30px;height:30px}.atg-trust-item strong,.atg-trust-item small{display:block}.atg-trust-item strong{color:var(--atg-text);font-size:14px;font-weight:800;line-height:1.15}.atg-trust-item small{margin-block-start:2px;color:var(--atg-muted);font-size:12px;line-height:1.25}.atg-journey-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:24px}.atg-journey-card,.atg-product-card,.atg-article-card,.atg-review-card{border:1px solid var(--atg-border);border-radius:var(--atg-card-radius);background:#fff;box-shadow:0 8px 24px #1832220a}.atg-journey-card{position:relative;overflow:hidden;cursor:pointer;text-align:center;transition:transform .16s ease,box-shadow .16s ease}.atg-card-link{position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;border-radius:inherit;text-decoration:none}.atg-card-link:focus-visible{outline:2px solid var(--atg-gold);outline-offset:3px}.atg-journey-card:hover,.atg-product-card:hover,.atg-article-card:hover,.atg-collection-card:hover{transform:translateY(-3px)}.atg-journey-card__media{position:relative;aspect-ratio:4 / 3;overflow:visible}.atg-journey-card__image,.atg-journey-card__placeholder{width:100%;height:100%;object-fit:cover}.atg-journey-card__icon{position:absolute;z-index:1;left:50%;bottom:-24px;display:grid;place-items:center;width:52px;height:52px;border:4px solid #fff;border-radius:999px;background:var(--atg-green-dark);color:#fff;transform:translate(-50%)}.atg-journey-card__icon svg{width:25px;height:25px}.atg-journey-card__body{padding:34px 18px 20px}.atg-journey-card h3,.atg-product-card h3,.atg-article-card h3,.atg-review-card h3{margin:0;color:var(--atg-text);font-size:17px;line-height:1.18}.atg-journey-card p,.atg-article-card p,.atg-review-card p{margin:10px 0 0;color:var(--atg-muted);font-size:14px;line-height:1.5}.atg-journey-card .atg-text-link{display:inline-flex;margin-block-start:16px}.atg-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px}.atg-product-card{position:relative;overflow:hidden;transition:transform .16s ease}.atg-product-card__badge{position:absolute;z-index:2;top:10px;left:10px;padding:5px 8px;border-radius:5px;background:var(--atg-green-dark);color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.atg-product-card__media{display:block;aspect-ratio:1;padding:18px;background:#faf9f5;overflow:hidden}.atg-product-card__image{width:100%;height:100%;object-fit:contain;mix-blend-mode:multiply}.atg-product-card__body{padding:16px;text-align:center}.atg-product-card h3 a,.atg-article-card h3 a{color:inherit;text-decoration:none}.atg-product-card__rating{margin:10px 0 0;font-size:12px;line-height:1}.atg-product-card__rating small{color:var(--atg-muted)}.atg-product-card__price{display:flex;align-items:center;justify-content:center;gap:8px;margin:10px 0 14px;color:var(--atg-red);font-size:18px;font-weight:800}.atg-product-card__price s{color:var(--atg-light-muted);font-size:14px;font-weight:600}.atg-collections-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.atg-collection-card{min-height:250px;border-radius:var(--atg-card-radius);overflow:hidden;transition:transform .16s ease}.atg-collection-card--large{grid-column:span 2}.atg-collection-card__link{position:relative;display:block;height:100%;min-height:inherit;color:#fff;text-decoration:none}.atg-collection-card__image,.atg-collection-card__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.atg-collection-card__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0000000f,#000000ad)}.atg-collection-card__content{position:absolute;z-index:1;inset:auto 20px 20px;display:grid;gap:8px}.atg-collection-card__content strong{max-width:260px;color:#fff;font-size:24px;font-weight:800;line-height:1;letter-spacing:-.04em}.atg-collection-card__content small{max-width:260px;color:#ffffffdb;font-size:14px;line-height:1.35}.atg-collection-card__content span:last-child{color:#fff;font-size:13px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}.atg-articles-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.atg-article-card{position:relative;overflow:hidden;cursor:pointer;transition:transform .16s ease}.atg-article-card__media{display:block;aspect-ratio:16 / 10;overflow:hidden}.atg-article-card__image,.atg-article-card__placeholder{width:100%;height:100%;object-fit:cover}.atg-article-card__body{padding:16px}.atg-article-card small{display:block;margin-block-start:14px;color:var(--atg-light-muted);font-size:12px}.atg-article-card .atg-text-link{display:inline-flex;margin-block-start:16px}.atg-read-button{width:fit-content;padding:8px 12px;border:1px solid var(--atg-green);border-radius:6px;background:var(--atg-green);color:#fff;line-height:1}.atg-reviews-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.atg-review-card{display:flex;flex-direction:column;min-height:260px;padding:20px}.atg-review-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-block-end:16px}.atg-review-card__stars{font-size:14px;letter-spacing:.08em}.atg-review-card time{color:var(--atg-light-muted);font-size:12px}.atg-review-card p{flex:1;color:var(--atg-text)}.atg-review-card__footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-block-start:18px}.atg-review-card__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--atg-green-soft);color:var(--atg-green-dark);font-weight:800}.atg-review-card__footer strong,.atg-review-card__footer small{display:block}.atg-review-card__footer strong{font-size:13px}.atg-review-card__footer small{color:var(--atg-muted);font-size:11px}.atg-review-card__media{display:grid;place-items:center;width:62px;height:62px;border-radius:8px;overflow:hidden;background:var(--atg-green-soft);color:var(--atg-green-dark)}.atg-review-card__thumb{width:100%;height:100%;object-fit:cover}.atg-review-card__video{position:relative;display:grid;place-items:center;width:100%;height:100%;border-radius:0;background:var(--atg-cream);color:#fff;font-size:12px}.atg-review-card__video .atg-review-card__play{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:28px;height:28px;border-radius:999px;background:var(--atg-green-dark);color:#fff;transform:translate(-50%,-50%)}.atg-footer{background:var(--atg-green-dark);color:#ffffffbf}.atg-footer__inner{display:grid;grid-template-columns:minmax(240px,1.45fr) repeat(3,minmax(140px,1fr)) minmax(300px,1.5fr);gap:36px;padding-block:46px 34px}.atg-footer__brand-text{max-width:260px;margin:18px 0 22px;font-size:15px;line-height:1.5}.atg-footer .atg-logo,.atg-footer .atg-logo__mark{color:#fff}.atg-footer__social,.atg-footer__payments,.atg-footer__policies{display:flex;flex-wrap:wrap;gap:12px}.atg-footer__social a{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgb(255 255 255 / .22);border-radius:999px;color:#fff;font-size:12px;font-weight:800;text-decoration:none}.atg-footer h3{margin:0 0 15px;color:#fff;font-size:15px}.atg-footer ul{list-style:none;margin:0;padding:0}.atg-footer li+li{margin-block-start:10px}.atg-footer a{color:#ffffffbf;font-size:14px;text-decoration:none}.atg-footer a:hover{color:#fff}.atg-footer__newsletter h2{margin:0 0 10px;color:#fff;font-size:24px;line-height:1.05}.atg-footer__newsletter p{margin:0 0 18px;font-size:14px;line-height:1.5}.atg-footer__form-row{display:grid;grid-template-columns:1fr auto;min-height:48px;align-items:stretch;overflow:clip;border-radius:8px;background:#fff}.atg-footer__form-row input{min-width:0;width:100%;border:0;padding-inline:16px;background:#fff;color:var(--atg-text);font:inherit;-webkit-appearance:none;appearance:none}.atg-footer__form-row button{border:0;min-width:132px;padding-inline:20px;background:var(--atg-gold);color:var(--atg-green-dark);cursor:pointer;font-size:12px;font-weight:900;text-transform:uppercase}.atg-footer__form-row button:hover{background:#efbd4b}.atg-footer__note,.atg-footer__message{margin-block-start:10px;font-size:12px}.atg-footer__bottom{display:grid;grid-template-columns:1fr auto 1fr;gap:24px;align-items:center;padding-block:20px 26px;border-top:1px solid rgb(255 255 255 / .12);font-size:13px}.atg-footer__bottom p{margin:0}.atg-footer__payments{justify-content:flex-end}.atg-footer__payments svg{width:auto;height:22px}.atg-footer__payment-fallback{display:flex;gap:14px;color:#fff;font-weight:800}@media(max-width:1023px){.atg-journey-grid,.atg-product-grid,.atg-articles-grid,.atg-reviews-grid,.atg-collections-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1023px){:root{--atg-container-pad: 32px;--atg-section-pad: 56px}.atg-site-header__inner{grid-template-columns:auto 1fr auto;gap:16px}.atg-mobile-menu{display:block;order:-1}.atg-nav,.atg-header-actions__account{display:none}.atg-site-header .atg-logo{justify-self:center}.atg-trust-strip__grid,.atg-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}.atg-footer__brand,.atg-footer__newsletter{grid-column:1 / -1}.atg-footer__newsletter{order:-1}.atg-footer__bottom{grid-template-columns:1fr}.atg-footer__payments{justify-content:flex-start}}@media(max-width:767px){:root{--atg-container-pad: 18px;--atg-section-pad: 42px}.atg-section__header{align-items:flex-start;flex-direction:column;margin-block-end:22px}.atg-announcement__inner{display:flex;gap:18px;overflow:hidden;min-height:34px}.atg-announcement__item{flex:0 0 auto}.atg-announcement__item:nth-child(n+3){display:none}.atg-site-header__inner{min-height:64px}.atg-logo{font-size:19px}.atg-logo__mark{width:24px;height:24px}.atg-header-actions{gap:4px}.atg-header-actions__search{display:none}.atg-hero-home,.atg-hero-home__content{min-height:520px}.atg-hero-home__placeholder{grid-template-columns:repeat(2,1fr)}.atg-hero-home__placeholder span:nth-child(n+5){display:none}.atg-hero-home__box{padding-block:44px}.atg-hero-home h1{font-size:clamp(42px,13vw,58px)}.atg-hero-home p{font-size:16px}.atg-hero-home .atg-btn{width:min(100%,330px)}.atg-trust-strip__grid,.atg-journey-grid,.atg-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.atg-trust-item{justify-content:flex-start;padding:6px}.atg-trust-item__icon svg{width:26px;height:26px}.atg-journey-card__body,.atg-product-card__body{padding-inline:12px}.atg-journey-card h3,.atg-product-card h3,.atg-article-card h3,.atg-review-card h3{font-size:15px}.atg-journey-card p,.atg-product-card__category{font-size:12px}.atg-product-card__media{padding:12px}.atg-product-card__price{font-size:16px}.atg-collections-grid,.atg-articles-grid,.atg-reviews-grid{grid-template-columns:1fr}.atg-collection-card,.atg-collection-card--large{grid-column:auto;min-height:200px}.atg-article-card{display:grid;grid-template-columns:38% 1fr}.atg-article-card__media{height:100%;min-height:170px;aspect-ratio:auto}.atg-article-card__body{padding:14px}.atg-article-card p{font-size:13px}.atg-footer__inner{grid-template-columns:1fr;gap:26px}.atg-footer__form-row{grid-template-columns:minmax(0,1fr) auto}.atg-footer__form-row input,.atg-footer__form-row button{min-height:48px}}@media(max-width:430px){.atg-article-card{grid-template-columns:1fr}}@media(min-width:768px){:root{--atg-max-width: 1536px;--atg-container-pad: clamp(48px, 4vw, 80px);--atg-section-pad: clamp(22px, 2.1vw, 34px);--atg-card-radius: 7px}.atg-announcement{font-size:11px;font-weight:800;text-transform:uppercase}.atg-announcement__inner{min-height:28px}.atg-announcement__icon svg{width:14px;height:14px}.atg-site-header__inner{min-height:52px;gap:clamp(22px,2.1vw,36px)}.atg-logo{gap:8px;font-size:20px}.atg-logo__mark{width:24px;height:24px}.atg-nav{gap:clamp(16px,1.55vw,30px)}.atg-nav a,.atg-mobile-menu a{font-size:13px;font-weight:800;white-space:nowrap}.atg-header-actions{gap:13px}.atg-header-actions a{width:26px;height:26px}.atg-header-actions svg{width:20px;height:20px}.atg-cart-link__count{top:-5px;right:-5px}.atg-hero-home,.atg-hero-home__content{min-height:clamp(260px,25.8vw,330px)}.atg-hero-home__placeholder{grid-template-columns:1.25fr .72fr 1.05fr .72fr}.atg-hero-home__placeholder span{overflow:hidden;background:none}.atg-hero-home__placeholder img{width:100%;height:100%;object-fit:cover}.atg-hero-home__box{max-width:520px;padding-block:26px}.atg-hero-home h1{font-size:clamp(44px,5.1vw,58px);line-height:.98}.atg-hero-home p{max-width:440px;margin-block-start:10px;font-size:15px;line-height:1.35}.atg-hero-home .atg-btn{min-height:40px;margin-block-start:22px;padding-inline:48px;font-size:12px}.atg-hero-home__trust{margin-block-start:10px;font-size:11px}.atg-trust-strip{padding-block:12px}.atg-trust-strip__grid{gap:12px}.atg-trust-item{gap:10px}.atg-trust-item__icon svg{width:24px;height:24px}.atg-trust-item strong{font-size:12px}.atg-trust-item small{font-size:11px}.atg-section__header{position:relative;justify-content:center;margin-block-end:14px;text-align:center}.atg-section__header>div{width:100%}.atg-section__header>.atg-text-link{position:absolute;right:0;bottom:3px}.atg-section__title{font-size:26px;line-height:1.1}.atg-section__subtitle{margin-inline:auto;margin-block-start:4px;font-size:14px}.atg-text-link{font-size:12px}.atg-journey-grid,.atg-product-grid{gap:clamp(18px,1.45vw,26px)}.atg-journey-card,.atg-product-card,.atg-article-card,.atg-review-card{box-shadow:none}.atg-journey-card,.atg-product-card{display:flex;flex-direction:column;min-width:0}.atg-journey-card__media{aspect-ratio:1.48}.atg-journey-card__icon{bottom:-21px;width:44px;height:44px;border-width:3px}.atg-journey-card__icon svg{width:21px;height:21px}.atg-journey-card__body{display:flex;flex:1;flex-direction:column;padding:29px 12px 13px}.atg-journey-card h3,.atg-product-card h3,.atg-article-card h3,.atg-review-card h3{font-size:13px;line-height:1.2}.atg-journey-card p,.atg-article-card p,.atg-review-card p{margin-block-start:7px;font-size:12px;line-height:1.35}.atg-journey-card .atg-text-link{align-self:center;margin-block-start:auto;padding-block-start:12px}.atg-product-card__category{display:none}.atg-product-card__media{aspect-ratio:1.48;padding:6px;background:#fff}.atg-product-card__image{object-fit:cover;mix-blend-mode:normal}.atg-product-card__body{display:flex;flex:1;flex-direction:column;padding:11px 10px 12px}.atg-product-card__rating{margin-block-start:8px;font-size:12px}.atg-product-card__price{margin:auto 0 9px;padding-block-start:10px;color:var(--atg-text);font-size:17px}.atg-product-card__price s{font-size:12px}.atg-product-card .atg-btn--small{align-self:center;width:124px;min-width:124px;min-height:29px;padding-inline:14px;font-size:10.5px;white-space:nowrap}.atg-product-card__form{display:flex;justify-content:center;margin:0}.atg-product-card__badge{top:7px;left:7px;padding:4px 6px;font-size:9px}.atg-collections-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(10px,1vw,18px)}.atg-collection-card,.atg-collection-card--large{grid-column:auto;min-height:clamp(150px,12vw,210px)}.atg-collection-card__content{inset:auto 12px 12px;gap:5px}.atg-collection-card__content strong{font-size:19px}.atg-collection-card__content small{font-size:12px;line-height:1.25}.atg-collection-card__content span:last-child{font-size:11px}.atg-articles-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:clamp(12px,1vw,18px)}.atg-article-card{display:grid;grid-template-columns:72px 1fr;min-height:92px}.atg-article-card__media{height:100%;aspect-ratio:auto}.atg-article-card__body{display:flex;flex-direction:column;padding:9px 10px}.atg-article-card h3{font-size:12px}.atg-article-card p{margin-block-start:6px;font-size:11px;line-height:1.35}.atg-article-card small{margin-block-start:8px;font-size:10px}.atg-article-card .atg-text-link{display:inline-flex;align-items:center;align-self:flex-start;margin-block-start:auto;padding:6px 9px;font-size:10px}.atg-reviews-grid{gap:14px}.atg-review-card{min-height:132px;padding:12px}.atg-review-card__top{margin-block-end:8px}.atg-review-card__stars{font-size:12px}.atg-review-card time{font-size:10px}.atg-review-card__footer{gap:7px;margin-block-start:10px}.atg-review-card__avatar{width:24px;height:24px;font-size:11px}.atg-review-card__footer strong{font-size:11px}.atg-review-card__footer small{font-size:10px}.atg-review-card__media,.atg-review-card__video{width:62px;height:62px;border-radius:6px}.atg-review-card__video img{width:100%;height:100%;object-fit:cover}.atg-footer__inner{grid-template-columns:minmax(210px,1.45fr) repeat(3,minmax(104px,.8fr)) minmax(240px,1.25fr);gap:24px;padding-block:18px 14px}.atg-footer__newsletter{order:-2}.atg-footer__brand{order:10;padding-inline-start:26px;border-left:1px solid rgb(255 255 255 / .14)}.atg-footer__newsletter h2{font-size:18px}.atg-footer__newsletter p,.atg-footer__brand-text,.atg-footer a{font-size:12px}.atg-footer h3{margin-block-end:8px;font-size:13px}.atg-footer li+li{margin-block-start:5px}.atg-footer__brand-text{margin:14px 0 16px}.atg-footer__social a{width:24px;height:24px;font-size:9px}.atg-footer__form-row{min-height:34px;border-radius:4px}.atg-footer__form-row input{padding-inline:12px;font-size:11px}.atg-footer__form-row button{min-width:110px;padding-inline:14px;font-size:10px}.atg-footer__note,.atg-footer__message{margin-block-start:7px;font-size:10px}.atg-footer__bottom{padding-block:10px 14px;font-size:10px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/atg-theme.css.map */
