.article-cta{background:rgb(var(--color-background));border-radius:var(--border-radius);border:rgb(var(--color-border)) solid var(--border-width);padding:3rem 2rem;margin:2rem 0;text-align:center}.article-cta--full-width{margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%);border-radius:0;border-left:none;border-right:none}.article-cta__content{display:flex;flex-direction:column;align-items:center;gap:2rem;max-width:60rem;margin:0 auto}@media screen and (min-width: 750px){.article-cta__content{flex-direction:row;text-align:left}.article-cta__text{flex:1}.article-cta__media{flex:0 0 auto;max-width:25rem}}.article-cta__heading{margin:0 0 1rem;color:rgb(var(--color-foreground))}.article-cta__description{margin:0 0 1.5rem;color:rgba(var(--color-foreground),.8)}.article-cta__description p{margin:0}.article-cta__icon{display:flex;justify-content:center;margin-bottom:1rem}.article-cta__icon img{width:8rem;height:8rem;object-fit:contain}.article-cta__media img,.article-cta__media video{width:100%;height:auto;border-radius:var(--border-radius)}.article-cta__product-image{aspect-ratio:1;object-fit:cover}.article-cta__price{display:flex;align-items:center;gap:1rem;justify-content:center;margin:1rem 0;font-size:1.8rem;font-weight:700}@media screen and (min-width: 750px){.article-cta__price{justify-content:flex-start}}.article-cta__price-compare{text-decoration:line-through;color:rgba(var(--color-foreground),.6);font-size:1.4rem}.article-cta__price-current{color:rgb(var(--color-foreground))}.article-cta__features{list-style:none;padding:0;margin:1.5rem 0;text-align:left;max-width:100%}.article-cta__features li{position:relative;padding-left:2.5rem;margin-bottom:.75rem;color:rgba(var(--color-foreground),.8);line-height:1.5;word-wrap:break-word;display:block}.article-cta__features li:before{content:"\2713";position:absolute;left:.5rem;top:0;color:rgb(var(--color-button));font-weight:700;font-size:1.1em}@media screen and (min-width: 750px){.article-cta__features{text-align:left}}.article-cta__reviewer{display:flex;align-items:center;gap:1rem;justify-content:center;margin:1rem 0}@media screen and (min-width: 750px){.article-cta__reviewer{justify-content:flex-start}}.article-cta__reviewer-photo{width:6rem;height:6rem;border-radius:50%;object-fit:cover}.article-cta__reviewer-name{font-weight:medium;color:rgba(var(--color-foreground),.8)}.article-cta__button{margin-top:1rem}.article-cta__button .button{min-width:20rem;padding:1.2rem 2.4rem;font-size:1.6rem}.article-cta video{max-width:100%;border-radius:var(--border-radius)}.article-cta-hero{padding:2rem 0}.cta-hero-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem}.cta-hero-content{text-align:center;order:2}.cta-hero-headline{font-size:1.75rem;line-height:1.3;margin-bottom:1rem;color:rgb(var(--color-foreground));font-weight:700}.cta-hero-subheadline{font-size:1.1rem;margin-bottom:1.5rem;color:rgba(var(--color-foreground),.8);line-height:1.5}.cta-hero-benefits{list-style:none;padding:0;margin:1.5rem 0;text-align:left;max-width:100%}.cta-hero-benefits li{position:relative;padding-left:2.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.5;color:rgba(var(--color-foreground),.85);word-wrap:break-word;display:block}.cta-hero-benefits li:before{content:"\2713";position:absolute;left:.5rem;top:0;color:rgb(var(--color-button));font-weight:700;font-size:1.1em}.cta-hero-buttons-wrapper{margin-top:1.5rem}.cta-variant-selector{width:100%;padding:.875rem 1rem;margin-bottom:1rem;border:2px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1rem;cursor:pointer;transition:border-color .2s ease}.cta-variant-selector:hover,.cta-variant-selector:focus{border-color:rgb(var(--color-button));outline:none}.cta-variant-colors{display:flex;gap:.5rem;margin-bottom:1rem;justify-content:center;flex-wrap:wrap}.cta-variant-color{position:relative;width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid rgba(var(--color-foreground),.2);cursor:pointer;transition:all .2s ease}.cta-variant-color input[type=radio]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer;margin:0}.cta-variant-color.selected,.cta-variant-color input[type=radio]:checked+.color-swatch{border-color:rgb(var(--color-button));box-shadow:0 0 0 3px rgba(var(--color-button),.2)}.color-swatch{width:100%;height:100%;border-radius:50%;display:block}.cta-variant-color-label{position:absolute;bottom:-1.5rem;left:50%;transform:translate(-50%);font-size:.75rem;white-space:nowrap;color:rgba(var(--color-foreground),.7)}.cta-hero-buttons{display:flex;gap:1rem;flex-direction:column;width:100%}.cta-hero-buttons .btn,.cta-hero-form-primary button{width:100%;padding:1.2rem 2rem;font-size:1.1rem;text-align:center;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;line-height:1.2;letter-spacing:.02em;font-family:inherit}.cta-hero-buttons .btn--primary,.cta-hero-form-primary button,.cta-hero-buttons .btn--solid{background:#212121;color:#fff;border:2px solid #212121;box-shadow:0 2px 4px #0000001a}.cta-hero-buttons .btn--primary:hover,.cta-hero-form-primary button:hover,.cta-hero-buttons .btn--solid:hover{background:#000;border-color:#000;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.cta-hero-buttons .btn--text{background:transparent;color:rgb(var(--color-foreground));text-decoration:none;padding:.75rem;font-size:.95rem}.cta-hero-buttons .btn--text:hover{text-decoration:underline}.cta-hero-image{width:100%;order:1}.cta-hero-image img{width:100%;height:auto;display:block;border-radius:var(--border-radius);object-fit:cover}.article-cta-product{padding:2rem 0}.cta-product-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem}.cta-product-image{width:100%;position:relative;order:1}.cta-product-image img{width:100%;height:auto;display:block;border-radius:var(--border-radius);object-fit:cover}.cta-discount-badge{position:absolute;top:1rem;right:1rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));padding:.5rem 1rem;border-radius:var(--border-radius);font-size:.85rem;font-weight:700;z-index:1}.cta-product-content{width:100%;text-align:center;order:2}.cta-product-title{font-size:1.75rem;line-height:1.3;margin-bottom:1rem;color:rgb(var(--color-foreground));font-weight:700}.cta-product-pricing{margin:1rem 0;display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:1.5rem}.cta-compare-price{text-decoration:line-through;color:rgba(var(--color-foreground),.5);font-size:1.25rem}.cta-price{color:rgb(var(--color-foreground));font-weight:700}.cta-product-description{margin-bottom:1.5rem;color:rgba(var(--color-foreground),.8);line-height:1.5}.cta-product-features{list-style:none;padding:0;margin:1.5rem 0;text-align:left;max-width:100%}.cta-product-features li{position:relative;padding-left:2.5rem;margin-bottom:.75rem;font-size:1rem;line-height:1.5;color:rgba(var(--color-foreground),.85);word-wrap:break-word;display:block}.cta-product-features li:before{content:"\2713";position:absolute;left:.5rem;top:0;color:rgb(var(--color-button));font-weight:700;font-size:1.1em}.cta-product-form{width:100%}.cta-quantity-selector{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1rem}.qty-minus,.qty-plus{width:3rem;height:3rem;border:2px solid rgba(var(--color-foreground),.15);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:var(--border-radius);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;transition:all .2s ease}.qty-minus:hover,.qty-plus:hover{border-color:rgb(var(--color-button));background:rgba(var(--color-button),.05)}.qty-input{width:4rem;height:3rem;text-align:center;border:2px solid rgba(var(--color-foreground),.15);border-radius:var(--border-radius);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1rem}.cta-product-form .btn--primary,.cta-product-form .btn--solid{width:100%;padding:1.2rem 2rem;margin-top:.5rem;font-size:1.1rem;background:#212121;color:#fff;border:2px solid #212121;border-radius:4px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-block;text-decoration:none;line-height:1.2;letter-spacing:.02em;font-family:inherit;box-shadow:0 2px 4px #0000001a}.cta-product-form .btn--primary:hover,.cta-product-form .btn--solid:hover{background:#000;border-color:#000;transform:translateY(-2px);box-shadow:0 4px 8px #00000026}@media screen and (min-width: 550px){.cta-hero-container,.cta-product-container{padding:0 2rem}.cta-hero-buttons{flex-direction:row;justify-content:center}.cta-hero-buttons .btn{width:auto;min-width:180px}.cta-variant-colors{justify-content:center}}@media screen and (min-width: 750px){.article-cta{padding:3rem 2rem}.cta-hero-container,.cta-product-container{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;padding:0 2rem}.cta-hero-content,.cta-product-content{text-align:left;order:1}.cta-hero-image,.cta-product-image{order:2}.cta-hero-headline,.cta-product-title{font-size:2.25rem}.cta-hero-subheadline{font-size:1.25rem}.cta-hero-benefits li,.cta-product-features li{font-size:1.1rem;padding-left:2rem}.cta-hero-benefits li:before,.cta-product-features li:before{left:0}.cta-hero-buttons,.cta-variant-colors,.cta-product-pricing,.cta-quantity-selector{justify-content:flex-start}.cta-product-form .btn--primary,.cta-product-form .btn--solid{width:auto;min-width:220px}}@media screen and (min-width: 990px){.cta-hero-container,.cta-product-container{gap:4rem}.cta-hero-headline,.cta-product-title{font-size:2.5rem}.cta-hero-subheadline{font-size:1.35rem}}@media screen and (min-width: 1200px){.cta-hero-container,.cta-product-container{padding:0 3rem}}@media (prefers-reduced-motion: reduce){*{transition:none!important}}@media (prefers-contrast: high){.cta-variant-selector,.qty-minus,.qty-plus,.qty-input{border-width:2px}}@media print{.article-cta-hero,.article-cta-product{page-break-inside:avoid}}
/*# sourceMappingURL=/cdn/shop/t/623/assets/section-article-cta.css.map */
