:root{--amtc-text: #121212;--amtc-muted: #6d6d6d;--amtc-border: #dadada;--amtc-soft: #f7f7f7;--amtc-accent: #0a6473;--amtc-price: #d42f2f;--amtc-star: #ffb400;--amtc-radius: 14px}*{box-sizing:border-box}body{margin:0;color:var(--amtc-text);background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}img,video,iframe{max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit}.skip-to-content-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}.skip-to-content-link:focus{left:16px;top:16px;width:auto;height:auto;z-index:9999;background:#fff;padding:10px 14px;border:1px solid #000}.amtc-announcement{background:var(--bar-bg, #111);color:var(--bar-color, #fff);overflow:hidden;white-space:nowrap;font-size:13px;font-weight:800;letter-spacing:.03em;text-transform:uppercase}.amtc-announcement__track{display:flex;width:max-content;animation:amtc-marquee 22s linear infinite}.amtc-announcement__item{padding:10px 22px}@keyframes amtc-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.amtc-header{border-bottom:1px solid rgba(0,0,0,.08);background:#fff;position:sticky;top:0;z-index:30}.amtc-header__inner{max-width:1280px;margin:0 auto;padding:14px 24px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px}.amtc-header__nav,.amtc-header__actions{display:flex;align-items:center;gap:22px;font-size:14px;font-weight:700}.amtc-header__nav a,.amtc-header__actions a{text-decoration:none}.amtc-header__actions{justify-content:flex-end}.amtc-header__logo{text-decoration:none;font-weight:900;font-size:24px;letter-spacing:-.04em}.amtc-header__hamburger{display:none;border:0;background:transparent;font-size:24px}.amtc-product{background:var(--section-bg, #fff);padding:var(--desktop-pad-top, 48px) 24px var(--desktop-pad-bottom, 64px)}.amtc-product__wrap{max-width:var(--max-width, 1280px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,.92fr);gap:var(--column-gap, 72px);align-items:start}.amtc-product__main-media{border-radius:var(--media-radius, 14px);overflow:hidden;background:#f2f2f2}.amtc-product__media-item{display:none}.amtc-product__media-item.is-active{display:block}.amtc-product__image,.amtc-product__video,.amtc-product__external-video{display:block;width:100%;aspect-ratio:var(--media-ratio, 4 / 5);object-fit:cover;border:0}.amtc-product__external-video{min-height:620px}.amtc-product__placeholder{aspect-ratio:var(--media-ratio, 4 / 5);display:grid;place-items:center;background:#f1f1f1;color:#777;text-align:center;padding:24px}.amtc-product__thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto;padding-bottom:5px}.amtc-product__thumb{position:relative;flex:0 0 74px;width:74px;height:74px;border-radius:999px;border:3px solid transparent;background:#f4f4f4;overflow:hidden;cursor:pointer;padding:0}.amtc-product__thumb.is-active{border-color:var(--accent, var(--amtc-accent))}.amtc-product__thumb img{width:100%;height:100%;display:block;object-fit:cover}.amtc-product__play{position:absolute;right:5px;bottom:5px;width:23px;height:23px;border-radius:999px;display:grid;place-items:center;background:#000;color:#fff;font-size:10px}.amtc-product__thumb-empty{width:100%;height:100%;display:grid;place-items:center;font-size:12px;font-weight:900;color:#777}.amtc-product__info-column{position:sticky;top:88px}.amtc-product__stock{display:flex;align-items:center;justify-content:center;gap:10px;width:fit-content;margin:16px auto 22px;padding:12px 24px;border:3px solid #111;border-radius:999px;background:#fff;color:#111;font-size:16px;font-weight:900;line-height:1;letter-spacing:.02em;text-transform:uppercase}.amtc-product__stock:before{content:"";width:12px;height:12px;border-radius:50%;background:#f29a93;flex:0 0 12px}.amtc-product__title{margin:0 0 14px;color:var(--text-color, #111);font-size:clamp(38px,4.2vw,var(--title-size, 56px));line-height:.96;letter-spacing:-.055em;font-weight:950}.amtc-product__rating{display:flex;align-items:center;gap:10px;margin-bottom:24px;font-size:16px}.amtc-product__stars{color:var(--star-color, #ffb400);letter-spacing:1px}.amtc-product__price-row{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-bottom:26px}.amtc-product__sale-price{color:var(--price-color, #d12b2b);font-size:34px;line-height:1;font-weight:950}.amtc-product__compare-price{color:#777;font-size:22px;font-weight:800;text-decoration:line-through}.amtc-product__discount{padding:10px 14px;border-radius:6px;color:var(--discount-color, #fff);background:var(--discount-bg, #d93636);font-size:13px;font-weight:950}.amtc-product__benefits{list-style:none;padding:0;margin:0 0 28px;display:grid;gap:16px}.amtc-product__benefits li{display:flex;gap:12px;align-items:center;font-size:17px;line-height:1.3}.amtc-product__selector{margin-bottom:24px}.amtc-product__selector-label{margin-bottom:10px;font-weight:950}.amtc-product__size-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.amtc-product__size-btn{min-height:56px;border:2px solid #ddd;border-radius:999px;background:#fff;color:var(--text-color, #111);font-size:16px;font-weight:650;cursor:pointer}.amtc-product__size-btn.is-active{background:var(--selected-bg, #eef8fb);border-color:var(--accent, var(--amtc-accent));color:var(--selected-text, #111)}.amtc-product__swatches{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:16px;margin-top:12px}.amtc-product__swatch{width:64px;height:64px;padding:4px;border:2px solid #d7d7d7;border-radius:999px;background:transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;box-sizing:border-box}.amtc-product__swatch-fill{width:100%;height:100%;border-radius:999px;display:block;border:1px solid #d8d8d8;box-sizing:border-box}.amtc-product__swatch.is-active{border-color:#a9a9a9;box-shadow:0 0 0 2px #c7c7c7 inset}.amtc-product__swatch.is-active:before{width:72px;height:72px;border:6px solid #bfc0c5}.amtc-product__swatch span,.amtc-product__swatch img{position:relative;z-index:1;width:54px;height:54px;display:block;border-radius:999px;object-fit:cover;border:2px solid #e3e4e8;box-sizing:border-box}.amtc-product__bundle-title{display:flex;align-items:center;gap:14px;margin:26px 0 16px;font-weight:950;text-transform:uppercase;letter-spacing:.02em}.amtc-product__bundle-title:before,.amtc-product__bundle-title:after{content:"";height:2px;flex:1;background:var(--accent, var(--amtc-accent));opacity:.35}.amtc-product__bundles{display:grid;gap:12px;margin-bottom:18px}.amtc-product__bundle-card{position:relative;border:2px solid #d8d8d8;border-radius:12px;background:#fff;overflow:visible}.amtc-product__bundle-card.is-active{border-color:var(--accent, var(--amtc-accent));background:var(--bundle-active-bg, #f6fbff)}.amtc-product__bundle-head{width:100%;min-height:76px;display:grid;grid-template-columns:22px 1fr auto;gap:14px;align-items:center;padding:18px;border:0;background:transparent;color:var(--text-color, #111);text-align:left;cursor:pointer}.amtc-product__radio{width:18px;height:18px;border-radius:999px;border:2px solid #cfd8df;display:block}.amtc-product__bundle-card.is-active .amtc-product__radio{background:var(--accent, var(--amtc-accent));border-color:var(--accent, var(--amtc-accent));box-shadow:inset 0 0 0 4px #fff}.amtc-product__bundle-copy{display:grid;gap:4px}.amtc-product__bundle-copy strong{font-size:19px;font-weight:950}.amtc-product__bundle-copy small{font-size:14px}.amtc-product__bundle-prices{display:grid;gap:4px;text-align:right}.amtc-product__bundle-prices strong{color:var(--bundle-price-color, #79aede);font-size:18px;font-weight:950}.amtc-product__bundle-prices small{color:#666;text-decoration:line-through;font-size:14px;font-weight:750}.amtc-product__bundle-badge{position:absolute;right:-8px;top:-14px;z-index:2;padding:8px 12px;border-radius:6px;background:var(--bundle-badge-bg, #9fc3e8);color:var(--bundle-badge-color, #fff);font-size:13px;font-weight:950;transform:rotate(2deg)}.amtc-product__bundle-config{display:none;padding:0 18px 18px 54px;gap:9px}.amtc-product__bundle-card.is-active .amtc-product__bundle-config{display:grid}.amtc-product__bundle-line{display:grid;grid-template-columns:32px 1fr 1fr;gap:8px;align-items:center}.amtc-product__bundle-line select{min-height:36px;max-width:100%;border:1px solid #d8d8d8;border-radius:7px;background:#fff;padding:0 8px;font-size:14px}.amtc-product__add{width:100%;min-height:60px;border:0;border-radius:10px;background:var(--button-bg, #111);color:var(--button-color, #fff);font-size:18px;font-weight:950;letter-spacing:.04em;cursor:pointer}.amtc-product__add[disabled]{opacity:.55;cursor:not-allowed}.amtc-product__message{min-height:22px;margin:10px 0 14px;text-align:center;font-size:14px;font-weight:750}.amtc-product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px}.amtc-product__trust-item{display:grid;justify-items:center;gap:5px;text-align:center;background:#f7f7f7;border-radius:10px;padding:12px 8px;font-size:13px;font-weight:750}.amtc-product__timeline{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:10px;text-align:center}.amtc-product__timeline div{display:grid;gap:6px;justify-items:center;font-size:13px}.amtc-product__timeline span{width:38px;height:38px;display:grid;place-items:center;border-radius:999px;background:#f4f4f4;font-size:20px}.amtc-story,.amtc-reviews-faq,.amtc-footer{padding:64px 24px}.amtc-story__inner,.amtc-reviews-faq__inner,.amtc-footer__inner{max-width:1180px;margin:0 auto}.amtc-story__title,.amtc-reviews-faq__title{margin:0 0 28px;font-size:clamp(32px,4vw,54px);letter-spacing:-.04em;line-height:1;text-align:center}.amtc-story__grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.amtc-story__media{border-radius:18px;overflow:hidden;background:#f2f2f2}.amtc-story__media img{width:100%;display:block;aspect-ratio:4 / 3;object-fit:cover}.amtc-story__placeholder{aspect-ratio:4 / 3;display:grid;place-items:center;color:#777}.amtc-story__copy{font-size:18px;line-height:1.6;color:#333}.amtc-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.amtc-review-card{background:#fff;border:1px solid #e7e7e7;border-radius:16px;padding:22px;box-shadow:0 10px 30px #0000000a}.amtc-review-card__stars{color:var(--amtc-star);margin-bottom:10px}.amtc-faq{margin:52px auto 0;max-width:820px}.amtc-faq details{border-bottom:1px solid #e4e4e4;padding:18px 0}.amtc-faq summary{cursor:pointer;font-weight:900;font-size:18px}.amtc-faq p{color:#555;line-height:1.6}.amtc-footer{background:#111;color:#fff}.amtc-footer__inner{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:32px}.amtc-footer a{color:inherit;text-decoration:none;display:block;margin:8px 0;opacity:.85}.amtc-footer input{width:100%;padding:12px 14px;border-radius:8px;border:0;margin-bottom:10px}.amtc-footer button{padding:12px 16px;border-radius:8px;border:0;font-weight:900;cursor:pointer}@media screen and (max-width:990px){.amtc-header__inner{grid-template-columns:auto 1fr auto;padding:12px 16px}.amtc-header__nav{display:none}.amtc-header__hamburger{display:inline-flex}.amtc-header__logo{justify-self:center}.amtc-product{padding:var(--mobile-pad-top, 24px) 16px var(--mobile-pad-bottom, 96px)}.amtc-product__wrap{grid-template-columns:1fr;gap:28px}.amtc-product__info-column{position:static}.amtc-product__external-video{min-height:420px}.amtc-story__grid,.amtc-review-grid,.amtc-footer__inner{grid-template-columns:1fr}}@media screen and (max-width:640px){.amtc-product__title{font-size:40px}.amtc-product__size-grid{grid-template-columns:1fr}.amtc-product__bundle-head{grid-template-columns:22px 1fr}.amtc-product__bundle-prices{grid-column:2;text-align:left}.amtc-product__bundle-config{padding-left:18px}.amtc-product__bundle-line{grid-template-columns:28px 1fr}.amtc-product__bundle-line select{grid-column:2}.amtc-product__trust{grid-template-columns:1fr}.amtc-product__add{position:sticky;bottom:12px;z-index:20;box-shadow:0 12px 30px #00000038}}.amtc-product__media-column{width:100%!important;max-width:100%!important;min-width:0!important;padding:0!important}.dewcoz-product-media{width:100%!important;max-width:100%!important;padding:0!important;margin:0 auto!important}.dewcoz-product-media__main{position:relative!important;width:100%!important;max-width:100%!important;aspect-ratio:4 / 5!important;height:auto!important;min-height:unset!important;max-height:unset!important;overflow:hidden!important;border-radius:26px!important;background:#f2f3f5!important;margin:0 auto!important}.dewcoz-product-media__item{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:none!important;width:100%!important;height:100%!important}.dewcoz-product-media__item.is-active{display:block!important}.dewcoz-product-media__image,.dewcoz-product-media__video,.dewcoz-product-media__item img,.dewcoz-product-media__item video,.dewcoz-product-media__external-video,.dewcoz-product-media__external-video iframe{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;display:block!important;object-fit:cover!important;object-position:center center!important;border:0!important}.dewcoz-product-media__dots{position:relative!important;z-index:4!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;width:100%!important;margin:-34px 0 26px!important;padding:0!important;pointer-events:auto!important}.dewcoz-product-media__dot{display:block!important;width:10px!important;min-width:10px!important;max-width:10px!important;height:10px!important;min-height:10px!important;max-height:10px!important;padding:0!important;margin:0!important;border:0!important;border-radius:999px!important;background:#ffffffa6!important;box-shadow:none!important;outline:none!important;font-size:0!important;line-height:0!important;cursor:pointer!important}.dewcoz-product-media__dot.is-active{width:26px!important;min-width:26px!important;max-width:26px!important;background:#fff!important}.dewcoz-product-media__thumbs{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;white-space:nowrap!important;scroll-behavior:smooth!important;-webkit-overflow-scrolling:touch!important;padding:0 2px 8px!important;margin:0 auto 34px!important;scrollbar-width:none!important}.dewcoz-product-media__thumbs::-webkit-scrollbar{display:none!important}.dewcoz-product-media__thumb{position:relative!important;flex:0 0 82px!important;width:82px!important;min-width:82px!important;max-width:82px!important;height:82px!important;min-height:82px!important;max-height:82px!important;padding:0!important;margin:0!important;border:3px solid transparent!important;border-radius:16px!important;overflow:hidden!important;background:#f2f3f5!important;box-shadow:none!important;outline:none!important;cursor:pointer!important}.dewcoz-product-media__thumb.is-active{border-color:#a9c9e8!important}.dewcoz-product-media__thumb-image,.dewcoz-product-media__thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important}.dewcoz-product-media__thumb-label{width:100%!important;height:100%!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:900!important;color:#555!important;text-align:center!important}@media screen and (min-width:990px){.amtc-product__wrap{display:grid!important;grid-template-columns:minmax(0,1.1fr) minmax(420px,.9fr)!important;gap:64px!important;align-items:start!important}.amtc-product__media-column{max-width:720px!important}.dewcoz-product-media__main{aspect-ratio:4 / 5!important;border-radius:26px!important}.dewcoz-product-media__thumb{flex-basis:88px!important;width:88px!important;min-width:88px!important;max-width:88px!important;height:88px!important;min-height:88px!important;max-height:88px!important}}@media screen and (max-width:749px){.amtc-product{padding-top:0!important}.amtc-product__wrap{display:block!important;padding-left:0!important;padding-right:0!important}.amtc-product__media-column{width:100%!important;padding:0 22px!important;margin:0 auto!important}.dewcoz-product-media{width:100%!important;padding:0!important}.dewcoz-product-media__main{width:100%!important;aspect-ratio:4 / 5!important;border-radius:24px!important}.dewcoz-product-media__dots{margin:-32px 0 24px!important}.dewcoz-product-media__thumbs{gap:14px!important;margin-bottom:34px!important}.dewcoz-product-media__thumb{flex:0 0 74px!important;width:74px!important;min-width:74px!important;max-width:74px!important;height:74px!important;min-height:74px!important;max-height:74px!important;border-radius:15px!important}}@media screen and (max-width:390px){.amtc-product__media-column{padding:0 18px!important}.dewcoz-product-media__thumb{flex-basis:68px!important;width:68px!important;min-width:68px!important;max-width:68px!important;height:68px!important;min-height:68px!important;max-height:68px!important}.dewcoz-product-media__thumbs{gap:12px!important}}@media screen and (max-width:749px){.amtc-product__media-column,.dewcoz-product-media{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.dewcoz-product-media__main{width:100%!important;max-width:100%!important;aspect-ratio:4 / 5.25!important;border-radius:0!important;background:#fff!important;overflow:hidden!important;margin:0!important}.dewcoz-product-media__item{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;display:none!important;width:100%!important;height:100%!important}.dewcoz-product-media__item.is-active{display:block!important}.dewcoz-product-media__image,.dewcoz-product-media__video,.dewcoz-product-media__item img,.dewcoz-product-media__item video{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important;object-position:center center!important}.dewcoz-product-media__dots{position:relative!important;z-index:5!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:13px!important;margin:-34px 0 34px!important;padding:0!important}.dewcoz-product-media__dot{width:10px!important;min-width:10px!important;max-width:10px!important;height:10px!important;min-height:10px!important;max-height:10px!important;padding:0!important;border:0!important;border-radius:999px!important;background:#00000047!important;font-size:0!important;line-height:0!important}.dewcoz-product-media__dot.is-active{width:12px!important;min-width:12px!important;max-width:12px!important;height:12px!important;min-height:12px!important;max-height:12px!important;background:#000!important}.dewcoz-product-media__thumbs{display:none!important}.dewcoz-product-media__arrow{position:absolute!important;top:50%!important;z-index:8!important;transform:translateY(-50%)!important;width:46px!important;height:72px!important;border:0!important;background:transparent!important;color:#111!important;font-size:56px!important;line-height:1!important;font-weight:500!important;display:flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important}.dewcoz-product-media__arrow--prev{left:8px!important}.dewcoz-product-media__arrow--next{right:8px!important}.dewcoz-product-media__main{touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important}}.dewcoz-product-media__main{position:relative!important;touch-action:pan-y!important;-webkit-user-select:none!important;user-select:none!important;cursor:grab!important}.dewcoz-product-media__main:active{cursor:grabbing!important}.dewcoz-product-media__arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:20!important;width:46px!important;height:74px!important;border:0!important;background:transparent!important;color:#111!important;font-size:64px!important;font-weight:400!important;line-height:1!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0!important;cursor:pointer!important;opacity:.95!important}.dewcoz-product-media__arrow:hover{opacity:1!important}@media screen and (max-width:749px){.dewcoz-product-media__arrow{width:42px!important;height:68px!important;font-size:62px!important}.dewcoz-product-media__arrow--prev{left:6px!important}.dewcoz-product-media__arrow--next{right:6px!important}}.dewcoz-product-media__main{position:relative!important;overflow:hidden!important}.dewcoz-product-media__arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;z-index:30!important;width:30px!important;height:30px!important;padding:0!important;margin:0!important;border:none!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#ffffff6b!important;color:#111!important;font-size:24px!important;line-height:1!important;font-weight:400!important;cursor:pointer!important;box-shadow:0 1px 4px #0000001f!important;opacity:.85!important;transition:all .2s ease!important}.dewcoz-product-media__arrow:hover{opacity:1!important;background:#ffffffb3!important}.dewcoz-product-media__arrow--prev{left:4px!important}.dewcoz-product-media__arrow--next{right:4px!important}@media screen and (max-width:749px){.dewcoz-product-media__arrow{width:26px!important;height:26px!important;font-size:20px!important;background:#ffffff57!important}.dewcoz-product-media__arrow--prev{left:2px!important}.dewcoz-product-media__arrow--next{right:2px!important}}@media screen and (max-width:749px){.amtc-product__stock{margin:14px auto 18px;padding:10px 18px;border:2px solid #111;font-size:14px;gap:8px}.amtc-product__stock:before{width:10px;height:10px;flex:0 0 10px}}.amtc-product__title{color:#000!important;font-weight:950!important;letter-spacing:-.06em!important;line-height:.95!important}.amtc-product__rating{display:flex!important;align-items:center!important;gap:12px!important;margin:0 0 24px!important}.amtc-product__stars{display:inline-flex!important;align-items:center!important;gap:2px!important;color:#ffbf00!important;font-size:28px!important;line-height:1!important;letter-spacing:0!important}.amtc-star{color:#ffbf00!important;display:inline-block!important;position:relative!important}.amtc-star--half{color:#d9d9d9!important}.amtc-star--half:before{content:"\2605";position:absolute;left:0;top:0;width:50%;overflow:hidden;color:#ffbf00}.amtc-product__rating-text{color:#111!important;font-size:24px!important;font-weight:500!important;line-height:1!important}.amtc-product__price-row{display:flex!important;align-items:center!important;gap:16px!important;flex-wrap:wrap!important;margin-bottom:28px!important}.amtc-product__sale-price{color:#a9c9e8!important;font-size:42px!important;font-weight:950!important;line-height:1!important;letter-spacing:.02em!important}.amtc-product__compare-price{color:#111!important;opacity:1!important;font-size:28px!important;font-weight:850!important;line-height:1!important;text-decoration:line-through!important;text-decoration-thickness:3px!important}.amtc-product__discount{background:#49b80f!important;color:#fff!important;border-radius:9px!important;padding:8px 14px!important;font-size:18px!important;font-weight:950!important;line-height:1!important;letter-spacing:.04em!important}@media screen and (max-width:749px){.amtc-product__title{font-size:52px!important;margin-bottom:16px!important}.amtc-product__stars{font-size:24px!important}.amtc-product__rating{gap:10px!important;margin-bottom:24px!important}.amtc-product__rating-text{font-size:22px!important}.amtc-product__price-row{gap:12px!important;margin-bottom:26px!important}.amtc-product__sale-price{font-size:40px!important}.amtc-product__compare-price{font-size:26px!important}.amtc-product__discount{font-size:17px!important;padding:8px 13px!important}}@media screen and (max-width:390px){.amtc-product__title{font-size:46px!important}.amtc-product__sale-price{font-size:36px!important}.amtc-product__compare-price{font-size:23px!important}.amtc-product__discount{font-size:15px!important}}.amtc-product__benefits{list-style:none!important;margin:26px 0 30px!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:16px!important}.amtc-product__benefit{display:flex!important;align-items:center!important;gap:12px!important;margin:0!important;padding:0!important;color:#111!important;font-size:24px!important;font-weight:500!important;line-height:1.25!important}.amtc-product__benefit-icon{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;width:28px!important;font-size:24px!important;line-height:1!important}.amtc-product__benefit-text{display:block!important}@media screen and (max-width:749px){.amtc-product__benefits{gap:14px!important;margin:24px 0 28px!important}.amtc-product__benefit{gap:10px!important;font-size:20px!important;line-height:1.3!important}.amtc-product__benefit-icon{width:24px!important;font-size:20px!important}}@media screen and (max-width:390px){.amtc-product__benefit,.amtc-product__benefit-icon{font-size:18px!important}}.amtc-product__option{margin:28px 0 0!important}.amtc-product__option-label{font-size:22px!important;font-weight:900!important;color:#111!important;margin:0 0 14px!important;line-height:1.2!important}.amtc-product__size-values{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.amtc-product__option-btn--size{width:100%!important;min-height:58px!important;border:2px solid #777!important;border-radius:999px!important;background:#fff!important;color:#111!important;font-size:22px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;transition:all .18s ease!important}.amtc-product__option-btn--size.is-selected{background:#000!important;border-color:#000!important;color:#fff!important}.amtc-product__color-values{display:flex!important;align-items:center!important;gap:26px!important;flex-wrap:wrap!important}.amtc-product__color-btn{width:76px!important;height:76px!important;border-radius:999px!important;border:2px solid #d8d8d8!important;background:transparent!important;padding:5px!important;cursor:pointer!important;position:relative!important;transition:all .18s ease!important}.amtc-product__color-btn:before{content:""!important;display:block!important;width:100%!important;height:100%!important;border-radius:999px!important;background:var(--swatch-color)!important;border:1px solid rgba(0,0,0,.12)!important}.amtc-product__color-btn.is-selected{border-color:#b8b8b8!important;box-shadow:0 0 0 3px #fff inset,0 0 0 4px #b8b8b8!important}.amtc-product__color-btn[style*="#ffffff"]:before{background:#fff!important}.amtc-product__color-btn .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;white-space:nowrap!important;border:0!important}@media screen and (max-width:749px){.amtc-product__option{margin-top:24px!important}.amtc-product__option-label{font-size:20px!important;margin-bottom:12px!important}.amtc-product__size-values{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.amtc-product__option-btn--size{min-height:54px!important;font-size:18px!important;padding:0 12px!important}.amtc-product__color-values{gap:22px!important}.amtc-product__color-btn{width:66px!important;height:66px!important}}@media screen and (max-width:390px){.amtc-product__option-btn--size{font-size:16px!important}.amtc-product__color-btn{width:58px!important;height:58px!important}}.amtc-product__swatches{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:18px!important;width:100%!important;margin:16px 0 24px!important;padding:0!important;align-items:center!important;justify-items:center!important}.amtc-product__swatch{appearance:none!important;-webkit-appearance:none!important;position:relative!important;width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;background:transparent!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;cursor:pointer!important}.amtc-product__swatch:before,.amtc-product__swatch:after{content:none!important;display:none!important}.amtc-product__swatch span,.amtc-product__swatch img{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;display:block!important;border-radius:999px!important;object-fit:cover!important;border:2px solid #d8dbe1!important;box-sizing:border-box!important;background-clip:padding-box!important}.amtc-product__swatch.is-active span,.amtc-product__swatch.is-active img,.amtc-product__swatch.active span,.amtc-product__swatch.active img,.amtc-product__swatch[aria-pressed=true] span,.amtc-product__swatch[aria-pressed=true] img{border:4px solid #b8bcc5!important}@media screen and (max-width:749px){.amtc-product__swatches{gap:14px!important}.amtc-product__swatch{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important}.amtc-product__swatch span,.amtc-product__swatch img{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important}}.amtc-product__swatches{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:22px!important;width:100%!important;margin:16px 0 28px!important;padding:0!important;align-items:center!important;justify-items:center!important}button.amtc-product__swatch,.amtc-product__swatch{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;appearance:none!important;-webkit-appearance:none!important;cursor:pointer!important;box-sizing:border-box!important}button.amtc-product__swatch:before,button.amtc-product__swatch:after,.amtc-product__swatch:before,.amtc-product__swatch:after{content:none!important;display:none!important;width:0!important;height:0!important;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important}button.amtc-product__swatch span,button.amtc-product__swatch img,.amtc-product__swatch span,.amtc-product__swatch img{width:52px!important;height:52px!important;min-width:52px!important;min-height:52px!important;display:block!important;border-radius:999px!important;object-fit:cover!important;padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;box-sizing:border-box!important}button.amtc-product__swatch.is-active span,button.amtc-product__swatch.is-active img,.amtc-product__swatch.is-active span,.amtc-product__swatch.is-active img,button.amtc-product__swatch.active span,button.amtc-product__swatch.active img,.amtc-product__swatch.active span,.amtc-product__swatch.active img,button.amtc-product__swatch[aria-pressed=true] span,button.amtc-product__swatch[aria-pressed=true] img,.amtc-product__swatch[aria-pressed=true] span,.amtc-product__swatch[aria-pressed=true] img{transform:scale(1.08)!important;border:0!important;outline:0!important;box-shadow:none!important}button.amtc-product__swatch[data-color=White] span,button.amtc-product__swatch[data-color=white] span,.amtc-product__swatch[data-color=White] span,.amtc-product__swatch[data-color=white] span{border:1px solid #d9d9d9!important}.amtc-product__selector--size{margin-top:24px!important;margin-bottom:26px!important}.amtc-product__selector--size .amtc-product__selector-label{font-size:24px!important;line-height:1.2!important;font-weight:950!important;margin-bottom:14px!important;color:#111!important}.amtc-product__size-grid{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:18px!important;flex-wrap:nowrap!important;width:100%!important}.amtc-product__size-btn{width:auto!important;min-width:210px!important;height:58px!important;min-height:58px!important;padding:0 34px!important;border-radius:999px!important;border:2px solid #777!important;background:#fff!important;color:#111!important;font-size:22px!important;line-height:1!important;font-weight:800!important;letter-spacing:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;white-space:nowrap!important;cursor:pointer!important;box-sizing:border-box!important}.amtc-product__size-btn.is-active{background:#000!important;border-color:#000!important;color:#fff!important}@media screen and (max-width:749px){.amtc-product__selector--size{margin-top:22px!important;margin-bottom:24px!important}.amtc-product__selector--size .amtc-product__selector-label{font-size:22px!important;margin-bottom:12px!important}.amtc-product__size-grid{gap:12px!important}.amtc-product__size-btn{flex:1 1 0!important;min-width:0!important;height:54px!important;min-height:54px!important;padding:0 12px!important;font-size:18px!important;font-weight:800!important}}button.amtc-product__swatch,.amtc-product__swatch,[data-color-options] button{width:75px!important;height:75px!important;min-width:75px!important;min-height:75px!important;max-width:75px!important;max-height:75px!important}button.amtc-product__swatch span,.amtc-product__swatch span,.amtc-product__swatch-fill{width:67px!important;height:67px!important;min-width:67px!important;min-height:67px!important}[data-color-options]{gap:30px!important}.amtc-product__bundle-title{display:flex!important;justify-content:center!important;align-items:center!important;text-align:center!important;font-weight:900!important;font-size:18px!important;letter-spacing:2px!important;position:relative!important;margin-bottom:15px!important;text-transform:uppercase!important;gap:0!important}.amtc-product__bundle-title:before,.amtc-product__bundle-title:after{content:none!important;display:none!important}.amtc-product__bundle-title span{background:#fff!important;padding:0 15px!important;position:relative!important;z-index:2!important;color:#111!important;display:inline-block!important}.amtc-product__bundle-title{display:flex!important;justify-content:center!important;align-items:center!important;gap:15px!important}.amtc-product__bundle-title:before,.amtc-product__bundle-title:after{content:""!important;display:block!important;flex:1!important;height:1px!important;background:#a7f5ff!important;opacity:1!important}.shopify-payment-button{margin-top:0!important}.shopify-payment-button__button{border-radius:8px!important;min-height:56px!important;font-size:16px!important}.shopify-payment-button__button--unbranded{background:#111!important;color:#fff!important;border-radius:8px!important}.shopify-payment-button__more-options{font-size:14px!important;color:#555!important;margin-top:8px!important;text-decoration:underline!important}.shopify-payment-button{margin-top:-30px!important}.amtc-product__trust-item{background:transparent!important;border-radius:0!important;padding:0!important}.amtc-product__swatch{overflow:hidden!important;background:#eee!important}.amtc-product__swatch-img{display:block!important;width:100%!important;height:100%!important;border-radius:50%!important;object-fit:cover!important;object-position:center!important}
/*# sourceMappingURL=/cdn/shop/t/12/assets/amtc-theme.css.map */
