:root{--posturax-primary: #0D2845;--posturax-text: #0F172A;--posturax-text-muted: #64748b;--posturax-bg: #F6F7FB;--posturax-surface: #FFFFFF;--posturax-accent: #047857;--posturax-accent-hover: #065F46;--posturax-accent-2: #FFD400;--posturax-accent-2-text: #000000;--posturax-border: #E2E8F0;--padding-xs: 8px;--padding-sm: 12px;--padding-md: 16px;--padding-lg: 24px;--padding-xl: 32px;--padding-2xl: 48px;--padding-section: 64px;--padding-section-mobile: 48px;--padding-horizontal: 24px;--padding-horizontal-mobile: 16px;--margin-xs: 8px;--margin-sm: 12px;--margin-md: 16px;--margin-lg: 24px;--margin-xl: 32px;--margin-2xl: 48px;--font-size--xs: .75rem;--font-size--sm: .875rem;--font-size--md: 1rem;--font-size--lg: 1.125rem;--font-size--xl: 1.25rem;--font-size--2xl: 1.5rem;--font-size--3xl: 1.875rem;--animation-easing: cubic-bezier(.4, 0, .2, 1)}.posturax-badges{background:#f6f7fb;padding:1.5rem 0}.posturax-badges__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-badges__carousel{padding:.5rem 0}.posturax-badges__item{background:var(--posturax-surface);border:1px solid #E5E7EB;border-radius:1rem;padding:1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;box-shadow:0 1px 2px #0000000a;width:280px;height:80px;margin-right:1rem}.posturax-badges__item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.posturax-badges__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;background:var(--posturax-bg);color:var(--posturax-primary);transition:all .3s ease}.posturax-badges__item:hover .posturax-badges__icon{background:var(--posturax-border);transform:scale(1.05)}.posturax-badges__content{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center}.posturax-badges__title{font-size:.875rem;font-weight:600;color:var(--posturax-text);margin:0 0 .25rem;line-height:1.3}.posturax-badges__description{font-size:.75rem;color:var(--posturax-text-muted);line-height:1.4;margin:0}.posturax-product-showcase{padding:3rem 0;background:var(--posturax-bg)}.posturax-product-showcase__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-product-showcase__content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.posturax-product-showcase__gallery{display:flex;flex-direction:column;gap:1rem}.posturax-product-showcase__main-image{width:100%;border-radius:1rem;overflow:hidden;box-shadow:0 4px 16px #0000001a}.posturax-product-showcase__main-image img{width:100%;height:auto;display:block;transition:transform .3s ease,opacity .3s ease}.posturax-product-showcase__main-image:hover img{transform:scale(1.05)}.posturax-product-showcase__thumbnails{display:flex;gap:.75rem;justify-content:center}.posturax-product-showcase__thumbnail{width:80px;height:80px;border-radius:.5rem;overflow:hidden;border:2px solid transparent;transition:all .3s ease;cursor:pointer}.posturax-product-showcase__thumbnail:hover{border-color:var(--posturax-accent);transform:scale(1.05)}.posturax-product-showcase__thumbnail[data-active=true]{border-color:var(--posturax-accent);box-shadow:0 0 0 2px #04785733}.posturax-product-showcase__thumbnail img{width:100%;height:100%;object-fit:cover}.posturax-product-showcase__info{display:flex;flex-direction:column;gap:1.5rem}.posturax-product-showcase__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:700;text-transform:uppercase;width:fit-content}.posturax-product-showcase__title{font-size:2.5rem;font-weight:900;color:var(--posturax-primary);margin:0;line-height:1.1}.posturax-product-showcase__subtitle{font-size:1.25rem;color:var(--posturax-text-muted);margin:0;line-height:1.4}.posturax-product-showcase__price{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.posturax-product-showcase__price--regular,.posturax-product-showcase__price--sale{font-size:2rem;font-weight:800;color:var(--posturax-accent)}.posturax-product-showcase__price--compare{font-size:1.25rem;text-decoration:line-through;color:var(--posturax-text-muted)}.posturax-product-showcase__savings{background:var(--posturax-accent);color:var(--posturax-surface);padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:700}.posturax-product-showcase__description{font-size:1rem;color:var(--posturax-text);line-height:1.6;margin:0}.posturax-product-showcase__features{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:1rem;padding:1.5rem}.posturax-product-showcase__features-title{font-size:1.125rem;font-weight:700;color:var(--posturax-primary);margin:0 0 1rem}.posturax-product-showcase__features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.posturax-product-showcase__features-list li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:var(--posturax-text)}.posturax-product-showcase__features-list li:before{content:"\2713";display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:var(--posturax-accent);color:var(--posturax-surface);border-radius:50%;font-size:.75rem;font-weight:700;flex-shrink:0}.posturax-product-showcase__actions{display:flex;flex-direction:column;gap:1rem}.posturax-product-showcase__buy-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);border:none;font-size:1.125rem;font-weight:700;padding:1rem 2rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 16px #04785733;width:fit-content}.posturax-product-showcase__buy-button:hover{background:var(--posturax-accent-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0478574d}.posturax-product-showcase__guarantee{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--posturax-text-muted);margin:0}.posturax-product-showcase__guarantee svg{color:var(--posturax-accent);flex-shrink:0}.posturax-product-showcase[data-layout=image-right] .posturax-product-showcase__content{grid-template-columns:1fr 1fr}.posturax-product-showcase[data-layout=image-right] .posturax-product-showcase__gallery{order:2}.posturax-product-showcase[data-layout=image-right] .posturax-product-showcase__info{order:1}.posturax-ugc-slider{padding:2.5rem 0;background:var(--posturax-bg)}.posturax-ugc-slider__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-ugc-slider__header{text-align:center;margin-bottom:2rem}.posturax-ugc-slider__title{font-size:2rem;font-weight:800;color:var(--posturax-primary);margin:0 0 1rem;line-height:1.2}.posturax-ugc-slider__subtitle{font-size:1.125rem;color:var(--posturax-text-muted);max-width:600px;margin:0 auto}.posturax-ugc-slider__carousel{padding:.5rem 0}.posturax-ugc-slider__item{width:300px;margin-right:1rem;background:var(--posturax-surface);border-radius:1rem;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:all .3s ease}.posturax-ugc-slider__item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000026}.posturax-ugc-slider__media{position:relative;width:100%;height:300px;overflow:hidden}.posturax-ugc-slider__image,.posturax-ugc-slider__video{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.posturax-ugc-slider__item:hover .posturax-ugc-slider__image,.posturax-ugc-slider__item:hover .posturax-ugc-slider__video{transform:scale(1.05)}.posturax-ugc-slider__video-wrapper{position:relative;width:100%;height:100%}.posturax-ugc-slider__overlay{position:absolute;top:1rem;right:1rem;background:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.posturax-ugc-slider__overlay-text{margin:0}.posturax-ugc-slider__caption{padding:1rem}.posturax-ugc-slider__caption-text{font-size:.875rem;color:var(--posturax-text);margin:0;line-height:1.5;font-style:italic}.posturax-ugc-slider .flickity-button{background:#ffffffe6;border:1px solid var(--posturax-border);color:var(--posturax-primary);width:40px;height:40px}.posturax-ugc-slider .flickity-button:hover{background:var(--posturax-surface);color:var(--posturax-accent)}.posturax-ugc-slider .flickity-button:disabled{opacity:.3}.posturax-ugc-slider .flickity-page-dots .dot{background:var(--posturax-text-muted);opacity:.3}.posturax-ugc-slider .flickity-page-dots .dot.is-selected{background:var(--posturax-accent);opacity:1}@media screen and (max-width: 1024px){.posturax-badges__item{width:250px;height:80px}}@media screen and (max-width: 749px){.posturax-badges__item{width:220px;height:80px;padding:.75rem;margin-right:.75rem}.posturax-badges__icon{width:32px;height:32px}.posturax-badges__title{font-size:.8125rem}.posturax-badges__description{font-size:.6875rem}}@media screen and (max-width: 480px){.posturax-badges__item{width:200px;height:80px;padding:.5rem;margin-right:.5rem}.posturax-badges__icon{width:28px;height:28px}.posturax-badges__title{font-size:.75rem}.posturax-badges__description{font-size:.625rem}}posturax-variant-selector,.posturax-variant-selector{background:#f6f7fb;padding:1.5rem 0;display:block}posturax-variant-selector .posturax-variant-selector__container,.posturax-variant-selector__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-variant-selector__header{text-align:center;margin-bottom:1.5rem}.posturax-variant-selector__title{font-size:1.5rem;font-weight:700;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-variant-selector__description{font-size:1rem;color:var(--posturax-text-muted);margin:0}posturax-variant-selector .posturax-variant-selector__card,.posturax-variant-selector__card{background:var(--posturax-surface);border:1px solid #E5E7EB;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0000000a}.posturax-variant-selector__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.posturax-variant-selector__card-title{font-size:1.25rem;font-weight:700;color:var(--posturax-text);margin:0}.posturax-variant-selector__card-subtitle{font-size:.875rem;color:var(--posturax-text-muted)}posturax-variant-selector .posturax-variant-selector__bundle-options,.posturax-variant-selector__bundle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem}.posturax-variant-selector__bundle-option{position:relative}.posturax-variant-selector__bundle-input{display:none}.posturax-variant-selector__bundle-label{display:block;padding:1rem;border:1px solid var(--posturax-border);border-radius:.75rem;background:var(--posturax-surface);cursor:pointer;transition:all .3s ease;position:relative;height:100%}.posturax-variant-selector__bundle-label:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.posturax-variant-selector__bundle-input:checked+.posturax-variant-selector__bundle-label{border-color:#047857;box-shadow:0 4px 12px #04785733}.posturax-variant-selector__bundle-content{display:flex;flex-direction:column;gap:.5rem}.posturax-variant-selector__bundle-text{display:flex;flex-direction:column;gap:.25rem}.posturax-variant-selector__bundle-name,.posturax-variant-selector__bundle-quantity{font-size:.875rem;color:var(--posturax-text-muted)}.posturax-variant-selector__bundle-price{margin-top:.5rem}.posturax-variant-selector__bundle-price--sale,.posturax-variant-selector__bundle-price--regular{font-size:1.5rem;font-weight:900;color:var(--posturax-accent)}.posturax-variant-selector__bundle-savings{margin-top:.5rem}.posturax-variant-selector__bundle-save{background:#dcfce7;color:var(--posturax-accent);padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.posturax-variant-selector__bundle-badge{position:absolute;top:-.5rem;right:-.5rem;background:var(--posturax-accent);color:var(--posturax-surface);padding:.25rem .5rem;border-radius:999px;font-size:.625rem;font-weight:700;text-transform:uppercase}.posturax-variant-selector__card-footer{display:flex;flex-direction:column;gap:.75rem;align-items:center}posturax-variant-selector .posturax-variant-selector__add-button,.posturax-variant-selector__add-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);border:none;font-size:1rem;font-weight:700;padding:.9rem 1.5rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden;animation:pulse 2s infinite}.posturax-variant-selector__add-button:hover{background:var(--posturax-accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px #0478574d;animation-play-state:paused}.posturax-variant-selector__card-subtext{font-size:.875rem;color:var(--posturax-text-muted);text-align:center}@media screen and (max-width: 749px){.posturax-variant-selector__bundle-options{grid-template-columns:1fr;gap:.75rem}.posturax-variant-selector__card-header{flex-direction:column;align-items:flex-start;gap:.5rem}.posturax-variant-selector__card{padding:1rem}}.posturax-faq__container{max-width:768px;margin:0 auto;padding:0 1rem}.posturax-faq__accordion{display:flex;flex-direction:column;gap:.75rem}.posturax-faq__item{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.posturax-faq__item:hover,.posturax-faq__item[open]{box-shadow:0 4px 12px #0000001a}.posturax-faq__question{display:flex;align-items:center;justify-content:space-between;padding:1rem;background:transparent;border:none;cursor:pointer;font-size:1rem;font-weight:600;color:var(--posturax-text);text-align:left;width:100%;transition:all .3s ease}.posturax-faq__question:hover{background:#00000005}.posturax-faq__question-text{flex:1;display:flex;align-items:center;gap:.5rem}.posturax-faq__icon{color:var(--posturax-text-muted);transition:transform .3s ease;flex-shrink:0}.posturax-faq__item[open] .posturax-faq__icon{transform:rotate(90deg)}.posturax-faq__answer{padding:0 1rem 1rem}.posturax-faq__answer-content{color:var(--posturax-text-muted);line-height:1.6}.posturax-faq__answer-content p{margin:0}.posturax-faq__disclaimer{margin-top:1rem;text-align:center}@media screen and (max-width: 749px){.posturax-faq{padding:1.5rem 0}.posturax-faq__title{font-size:1.5rem}.posturax-faq__question{padding:.75rem;font-size:.875rem}.posturax-faq__answer{padding:0 .75rem .75rem}}.posturax-comparison{background:#f6f7fb;padding:2.5rem 0}.posturax-comparison__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-comparison__header{text-align:center;margin-bottom:1.5rem}.posturax-comparison__title{font-size:1.875rem;font-weight:900;color:var(--posturax-primary);margin:0}.posturax-comparison__table-wrapper{overflow-x:auto;border-radius:.75rem;border:1px solid var(--posturax-border);background:var(--posturax-surface);box-shadow:0 1px 2px #0000000a}.posturax-comparison__table{width:100%;border-collapse:collapse;font-size:.875rem}.posturax-comparison__head{background:#fff}.posturax-comparison__cell{padding:1rem;text-align:left;border-bottom:1px solid #E2E8F0;font-weight:600;color:var(--posturax-text-muted)}.posturax-comparison__cell--feature{background:#fff;font-weight:700;color:var(--posturax-text)}.posturax-comparison__cell--posturax{background:#f0fdf4;color:var(--posturax-accent);font-weight:700}.posturax-comparison__cell--competitor{color:var(--posturax-text-muted)}.posturax-comparison__row:last-child .posturax-comparison__cell{border-bottom:none}.posturax-comparison__disclaimer{margin-top:1rem;text-align:center}.posturax-comparison__disclaimer-text{font-size:.75rem;color:var(--posturax-text-muted);margin:0}@media screen and (max-width: 749px){.posturax-comparison{padding:1.5rem 0}.posturax-comparison__title{font-size:1.5rem}.posturax-comparison__cell{padding:.75rem .5rem;font-size:.75rem}.posturax-comparison__table-wrapper{margin:0 -1rem;border-radius:0;border-left:none;border-right:none}}.posturax-reviews-sticky{background:#f6f7fb;padding:2.5rem 0}.posturax-reviews-sticky__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-reviews-sticky__header{text-align:center;margin-bottom:1.5rem}.posturax-reviews-sticky__badge{display:inline-flex;align-items:center;gap:.5rem;background:#dcfce7;color:var(--posturax-accent);padding:.5rem .75rem;border-radius:999px;font-size:.875rem;font-weight:600;margin-bottom:1rem}.posturax-reviews-sticky__title{font-size:1.875rem;font-weight:900;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-reviews-sticky__subtitle{font-size:1rem;color:var(--posturax-text-muted);margin:0}.posturax-reviews-sticky__reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.posturax-reviews-sticky__review{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 2px #0000000a}.posturax-reviews-sticky__review-stars{display:flex;gap:.125rem;margin-bottom:.75rem}.posturax-reviews-sticky__review-text{font-size:.875rem;color:#374151;line-height:1.6;margin:0 0 .75rem}.posturax-reviews-sticky__review-author{font-size:.875rem;font-weight:600;color:var(--posturax-text-muted)}@media screen and (max-width: 749px){.posturax-reviews-sticky{padding:1.5rem 0}.posturax-reviews-sticky__title{font-size:1.5rem}.posturax-reviews-sticky__reviews-grid{grid-template-columns:1fr;gap:.75rem}.posturax-reviews-sticky__review{padding:1rem}}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid #E2E8F0;padding:.75rem 1rem;transform:translateY(100%);transition:transform .3s ease}.sticky-atc.is-visible{transform:translateY(0)}.sticky-atc__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;gap:.75rem}.sticky-atc__product-info{flex:1;min-width:0;display:flex;align-items:center;gap:.75rem}.sticky-atc__product-image{flex-shrink:0}.sticky-atc__thumbnail{width:60px;height:60px;object-fit:cover;border-radius:.5rem;border:1px solid #E2E8F0}.sticky-atc__thumbnail-placeholder{width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:1px solid #E2E8F0;border-radius:.5rem;color:#9ca3af}.sticky-atc__product-details{display:flex;flex-direction:column;gap:.25rem;min-width:0}.sticky-atc__product-title{font-size:.875rem;font-weight:600;color:var(--posturax-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__product-price{display:flex;align-items:center;gap:.5rem}.sticky-atc__price,.sticky-atc__price--sale{font-size:1rem;font-weight:900;color:var(--posturax-accent)}.sticky-atc__price--compare{font-size:.75rem;color:var(--posturax-text-muted);text-decoration:line-through}.sticky-atc__actions{flex-shrink:0}.sticky-atc__add-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);border:none;font-size:.875rem;font-weight:700;padding:.75rem 1rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease;cursor:pointer}.sticky-atc__add-button:hover{background:var(--posturax-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #0478574d}.sticky-atc__add-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.sticky-atc__button-text{white-space:nowrap}@media screen and (max-width: 749px){.sticky-atc{padding:.75rem 1rem}.sticky-atc__container,.sticky-atc__product-info{gap:.5rem}.sticky-atc__thumbnail,.sticky-atc__thumbnail-placeholder{width:50px;height:50px}.sticky-atc__product-title{font-size:.75rem}.sticky-atc__price,.sticky-atc__price--sale{font-size:.875rem}.sticky-atc__add-button{padding:.625rem .875rem;font-size:.75rem}}.posturax-footer{background:#fff;border-top:1px solid #E2E8F0;padding:2rem 0}.posturax-footer__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-footer__content{display:grid;grid-template-columns:1fr 1fr 1fr;gap:2rem;margin-bottom:2rem}.posturax-footer__brand{display:flex;flex-direction:column;gap:.5rem}.posturax-footer__logo{display:flex;align-items:center;gap:.75rem}.posturax-footer__logo-icon{width:1.75rem;height:1.75rem;background:#0d2845;border-radius:.5rem}.posturax-footer__logo-text{font-size:1.25rem;font-weight:900;color:var(--posturax-primary)}.posturax-footer__tagline{font-size:.875rem;color:var(--posturax-text-muted);margin:0}.posturax-footer__contact{display:flex;flex-direction:column;gap:.75rem}.posturax-footer__contact-title{font-size:1rem;font-weight:700;color:var(--posturax-text);margin:0}.posturax-footer__contact-info{display:flex;flex-direction:column;gap:.5rem}.posturax-footer__contact-link{display:inline-flex;align-items:center;gap:.5rem;color:var(--posturax-text-muted);text-decoration:none;font-size:.875rem;transition:color .3s ease}.posturax-footer__contact-link:hover{color:var(--posturax-accent)}.posturax-footer__links{display:flex;flex-direction:column;gap:.75rem}.posturax-footer__links-title{font-size:1rem;font-weight:700;color:var(--posturax-text);margin:0}.posturax-footer__links-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.posturax-footer__link{color:var(--posturax-text-muted);text-decoration:none;font-size:.875rem;transition:color .3s ease}.posturax-footer__link:hover{color:var(--posturax-accent)}.posturax-footer__bottom{border-top:1px solid #E2E8F0;padding-top:1.5rem;text-align:center}.posturax-footer__copyright{font-size:.75rem;color:var(--posturax-text-muted);margin:0}.posturax-footer__newsletter{display:flex;flex-direction:column;gap:1rem}.posturax-footer__newsletter-title{font-size:1.125rem;font-weight:600;color:var(--posturax-text);margin:0}.posturax-footer__newsletter-description{font-size:.875rem;color:var(--posturax-text-muted);margin:0;line-height:1.5}.posturax-footer__newsletter-form{margin-top:.5rem}.posturax-footer__newsletter-input-group{display:flex;gap:.5rem;align-items:center}.email-signup__input.email-signup__input--all.paragraph{flex:1;padding:.75rem 1rem;border:1px solid var(--posturax-border);border-radius:.5rem;font-size:.875rem;background:var(--posturax-surface);color:var(--posturax-text);transition:border-color .3s ease}.email-signup__input.email-signup__input--all.paragraph:focus{outline:none;border-color:var(--posturax-accent);box-shadow:0 0 0 3px #0478571a}.posturax-footer__newsletter-button{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--posturax-accent);color:var(--posturax-surface);border:none;border-radius:.5rem;cursor:pointer;transition:all .3s ease}.posturax-footer__newsletter-button:hover{background:var(--posturax-accent-hover);transform:translateY(-1px)}.footer-utilities__group.footer-utilities__group--left{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--posturax-border)}.posturax-footer__utilities{display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.posturax-footer__utility-link{font-size:.875rem;color:var(--posturax-text-muted);text-decoration:none;transition:color .3s ease}.posturax-footer__utility-link:hover{color:var(--posturax-accent)}@media screen and (max-width: 749px){.posturax-footer{padding:1.5rem 0}.posturax-footer__content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem}.posturax-footer__contact-info,.posturax-footer__links-list{flex-direction:row;flex-wrap:wrap;gap:1rem}}.header-posturax{--header-height: 80px;position:relative;z-index:1000;background-color:#fff;border-bottom:1px solid #E2E8F0;box-shadow:0 1px 3px #0000000d}.header-posturax__container{max-width:1200px;margin:0 auto;padding:0 var(--padding-horizontal);height:var(--header-height);display:flex;align-items:center;justify-content:space-between}.header-posturax__logo .header-logo-text{text-decoration:none;color:var(--posturax-primary);font-size:var(--font-size--xl);font-weight:700}.header-posturax__actions{display:flex;align-items:center;gap:var(--margin-md)}.header-posturax__buy-button{--button-padding: var(--padding-xs) var(--padding-lg);background-color:var(--posturax-accent);color:var(--posturax-surface);border:2px solid var(--posturax-accent);font-weight:600;text-decoration:none;white-space:nowrap;transition:all .3s ease;padding:var(--button-padding);border-radius:8px}.header-posturax__buy-button:hover{background-color:var(--posturax-accent-hover);border-color:var(--posturax-accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px #04785740}.header-posturax__whatsapp-button{display:flex;align-items:center;gap:var(--margin-xs);color:var(--posturax-primary);text-decoration:none;font-weight:500;transition:color .3s ease}.header-posturax__whatsapp-button:hover{color:var(--posturax-accent)}@media screen and (max-width: 749px){.header-posturax__container{padding:0 1rem;overflow-x:hidden}.header-posturax__actions{gap:.5rem;flex-shrink:0}.header-posturax__buy-button{--button-padding: .5rem .75rem;font-size:.875rem;white-space:nowrap;flex-shrink:0}.header-posturax__whatsapp-button{font-size:var(--font-size--sm);display:none}.header-posturax__logo .header-logo-text{font-size:1.125rem}}.posturax-hero-content{background:#f6f7fb;color:var(--posturax-text);padding:2.5rem 0;position:relative;overflow:hidden}.posturax-hero-content__floating-elements{display:none}.posturax-hero-content__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-hero-content__hero{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.posturax-hero-content__hero-content{display:flex;flex-direction:column;gap:1.5rem}.posturax-hero-content__urgency-badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-surface);color:var(--posturax-text-muted);padding:.5rem 1rem;border-radius:2rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;width:fit-content;border:1px solid var(--posturax-border)}.posturax-hero-content__title{font-size:3rem;font-weight:900;color:var(--posturax-primary);margin:0;line-height:1.1}.posturax-hero-content__subtitle{font-size:1.125rem;color:var(--posturax-text-muted);margin:0;line-height:1.6;font-weight:400}.posturax-hero-content__benefits{display:flex;flex-wrap:wrap;gap:.5rem;margin:1.5rem 0}.posturax-hero-content__benefit{display:inline-flex;align-items:center;gap:.5rem;background:#eef2f6;color:var(--posturax-text);padding:.375rem .75rem;border-radius:2rem;font-size:.875rem;font-weight:600;border:none;transition:all .3s ease}.posturax-hero-content__benefit:hover{background:var(--posturax-border);transform:translateY(-1px)}.posturax-hero-content__benefit-icon{flex-shrink:0;width:16px;height:16px;color:var(--posturax-accent)}.posturax-hero-content__benefit-text{font-size:.875rem;font-weight:600;color:var(--posturax-text)}.posturax-hero-content__cta{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}.posturax-hero-content__cta-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);border:none;font-size:1rem;font-weight:700;padding:.9rem 1.5rem;border-radius:.75rem;text-decoration:none;transition:all .3s ease;position:relative;overflow:hidden}.posturax-hero-content__cta-button:hover{background:var(--posturax-accent-hover);transform:translateY(-2px);box-shadow:0 8px 25px #0478574d}.posturax-hero-content__cta-button svg{transition:transform .3s ease}.posturax-hero-content__cta-button:hover svg{transform:translate(4px)}.posturax-hero-content__cta-subtext{font-size:.75rem;color:var(--posturax-text-muted);margin:0}.posturax-hero-content__hero-image{position:relative;display:flex;justify-content:center;align-items:center}.posturax-hero-content__product-container{position:relative;width:100%}.posturax-hero-content__product-image{width:100%;height:auto;border-radius:1rem;transition:transform .3s ease;border:1px solid var(--posturax-border)}.posturax-hero-content__product-image:hover{transform:scale(1.02)}.posturax-hero-content__price-card{position:absolute;bottom:-1.5rem;left:1.5rem;right:1.5rem;background:var(--posturax-surface);border-radius:.75rem;padding:1rem;box-shadow:0 10px 25px #0000001a;border:1px solid var(--posturax-border)}.posturax-hero-content__price-card-content{display:flex;justify-content:space-between;align-items:center}.posturax-hero-content__price-card-title{font-size:.875rem;font-weight:600;color:var(--posturax-text)}.posturax-hero-content__price-card-price{font-size:1.125rem;font-weight:900;color:var(--posturax-accent)}@media screen and (max-width: 999px){.posturax-hero-content__hero{grid-template-columns:1fr;gap:2rem;text-align:center}.posturax-hero-content__title{font-size:2.5rem}.posturax-hero-content__subtitle{font-size:1rem}.posturax-hero-content__cta{align-items:center}.posturax-hero-content__benefits{justify-content:center}.posturax-hero-content__container{padding:0 1rem}}.posturax-essential-boost{background:#f6f7fb;padding:2.5rem 0}.posturax-essential-boost__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-essential-boost__header{text-align:center;margin-bottom:2rem}.posturax-essential-boost__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);padding:.5rem 1rem;border-radius:999px;font-size:.875rem;font-weight:700;text-transform:uppercase;margin-bottom:1rem}.posturax-essential-boost__title{font-size:2.5rem;font-weight:900;color:var(--posturax-primary);margin:0 0 1rem;line-height:1.1}.posturax-essential-boost__subtitle{font-size:1.125rem;color:var(--posturax-text-muted);max-width:600px;margin:0 auto}.posturax-essential-boost__countdown-section{margin-bottom:2rem}.posturax-essential-boost__countdown-container{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000a}.posturax-essential-boost__countdown-title{font-size:1.25rem;font-weight:700;color:var(--posturax-primary);margin:0 0 1.5rem}.posturax-essential-boost__countdown-display{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.posturax-essential-boost__countdown-item{display:flex;flex-direction:column;align-items:center;min-width:80px;padding:1rem;background:#fff;border-radius:.5rem;border:1px solid var(--posturax-border)}.posturax-essential-boost__countdown-number{display:block;font-size:2rem;font-weight:800;color:var(--posturax-accent);line-height:1;margin-bottom:.25rem}.posturax-essential-boost__countdown-label{font-size:.75rem;font-weight:600;color:var(--posturax-text-muted);text-transform:uppercase;letter-spacing:.05em}.posturax-essential-boost__countdown-separator{font-size:1.5rem;font-weight:700;color:var(--posturax-accent);margin:0 .25rem}.posturax-essential-boost__countdown-message{font-size:1rem;color:var(--posturax-text-muted);margin:0;font-weight:500}.posturax-essential-boost__cta-section{margin-bottom:2rem}.posturax-essential-boost__cta-container{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000a;display:flex;align-items:center;justify-content:space-between;gap:2rem}.posturax-essential-boost__product{display:flex;align-items:center;gap:1rem;flex:1}.posturax-essential-boost__product-image{flex-shrink:0}.posturax-essential-boost__product-image img{width:80px;height:80px;object-fit:cover;border-radius:.5rem;border:1px solid var(--posturax-border)}.posturax-essential-boost__product-title{font-size:1.125rem;font-weight:700;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-essential-boost__product-price{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.posturax-essential-boost__price--sale,.posturax-essential-boost__price--regular{font-size:1.5rem;font-weight:800;color:var(--posturax-accent)}.posturax-essential-boost__price--compare{font-size:1rem;text-decoration:line-through;color:var(--posturax-text-muted)}.posturax-essential-boost__discount{background:var(--posturax-accent);color:var(--posturax-surface);padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:700}.posturax-essential-boost__cta{display:flex;flex-direction:column;align-items:center;gap:.75rem;flex-shrink:0}.posturax-essential-boost__cta-button{display:inline-flex;align-items:center;gap:.5rem;background:var(--posturax-accent);color:var(--posturax-surface);border:none;font-size:1rem;font-weight:700;padding:.875rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:all .2s ease;white-space:nowrap}.posturax-essential-boost__cta-button:hover{background:var(--posturax-accent-hover);transform:translateY(-1px)}.posturax-essential-boost__cta-subtext{font-size:.875rem;color:var(--posturax-text-muted);margin:0;text-align:center}.posturax-essential-boost__benefits-section{margin-bottom:2rem;margin-top:4rem}.posturax-essential-boost__benefits-desktop{display:flex;gap:2rem;justify-content:space-between}.posturax-essential-boost__benefits-mobile{display:none;padding:.5rem 0}@media screen and (max-width: 1024px){.posturax-essential-boost__benefits-desktop{display:none}.posturax-essential-boost__benefits-mobile{display:block}}.posturax-essential-boost__benefits{display:flex;gap:2rem;width:100%;justify-content:space-between}.posturax-essential-boost__benefit{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 1px 2px #0000000a;transition:all .2s ease;flex:1;min-width:0}.posturax-essential-boost__benefits-desktop .posturax-essential-boost__benefit{flex:1;min-width:0;margin-right:0;height:auto;width:auto;position:static;left:auto;transform:none;display:flex;align-items:flex-start;gap:1rem}.posturax-essential-boost__benefits-desktop .posturax-essential-boost__benefit-icon{flex-shrink:0}.posturax-essential-boost__benefits-desktop .posturax-essential-boost__benefit-content{flex:1;min-width:0}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit{width:280px;margin-right:1rem;height:120px;flex:none}.posturax-essential-boost__benefit:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.posturax-essential-boost__benefit-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--posturax-accent);color:var(--posturax-surface);border-radius:.75rem}.posturax-essential-boost__benefit-icon svg{width:24px;height:24px;flex-shrink:0;color:inherit;fill:none;stroke:currentColor;stroke-width:2}.posturax-essential-boost__benefit-title{font-size:1rem;font-weight:600;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-essential-boost__benefit-description{font-size:.875rem;color:var(--posturax-text-muted);margin:0;line-height:1.5}.posturax-essential-boost__benefits-mobile .flickity-button{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:50%;width:40px;height:40px;color:var(--posturax-text);transition:all .3s ease}.posturax-essential-boost__benefits-mobile .flickity-button:hover{background:var(--posturax-accent);color:var(--posturax-surface);border-color:var(--posturax-accent);transform:scale(1.1)}.posturax-essential-boost__benefits-mobile .flickity-button:disabled{opacity:.3;cursor:not-allowed}.posturax-essential-boost__benefits-mobile .flickity-button-icon{fill:currentColor}.posturax-essential-boost__benefits-mobile .flickity-page-dots{bottom:-2rem}.posturax-essential-boost__benefits-mobile .flickity-page-dots .dot{background:var(--posturax-border);border-radius:50%;width:8px;height:8px;margin:0 4px;transition:all .3s ease}.posturax-essential-boost__benefits-mobile .flickity-page-dots .dot.is-selected{background:var(--posturax-accent);transform:scale(1.2)}.posturax-essential-boost__testimonial{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000a}.posturax-essential-boost__testimonial-text{font-size:1.125rem;font-style:italic;color:var(--posturax-primary);margin:0 0 1rem;line-height:1.6}.posturax-essential-boost__testimonial-author{font-size:1rem;font-weight:600;color:var(--posturax-primary);font-style:normal}.posturax-essential-boost__testimonial-role{display:block;font-size:.875rem;font-weight:400;color:var(--posturax-text-muted);margin-top:.25rem}@media screen and (max-width: 1024px){.posturax-essential-boost__cta-container{flex-direction:column;text-align:center;gap:1.5rem}.posturax-essential-boost__benefit{width:240px;margin-right:.75rem}}@media screen and (max-width: 749px){.posturax-essential-boost{padding:1.5rem 0}.posturax-essential-boost__title{font-size:2rem}.posturax-essential-boost__countdown-container,.posturax-essential-boost__cta-container,.posturax-essential-boost__testimonial{padding:1.5rem}.posturax-essential-boost__cta-container{flex-direction:column;text-align:center}.posturax-essential-boost__countdown-display{gap:.5rem}.posturax-essential-boost__countdown-item{min-width:60px;padding:.75rem}.posturax-essential-boost__countdown-number{font-size:1.5rem}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit{width:280px;margin-right:.75rem;padding:1.25rem;height:140px}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit-title{font-size:1rem}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit-description{font-size:.8rem}.posturax-essential-boost__product{flex-direction:column;text-align:center}.posturax-essential-boost__product-image img{width:60px;height:60px}}@media screen and (max-width: 480px){.posturax-essential-boost__title{font-size:1.75rem}.posturax-essential-boost__countdown-container,.posturax-essential-boost__cta-container,.posturax-essential-boost__testimonial{padding:1rem}.posturax-essential-boost__countdown-item{min-width:50px;padding:.5rem}.posturax-essential-boost__countdown-number{font-size:1.25rem}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit{width:260px;margin-right:.75rem;padding:1rem;height:120px}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit-title{font-size:.9rem}.posturax-essential-boost__benefits-mobile .posturax-essential-boost__benefit-description{font-size:.75rem}}.posturax-faq{background:#f6f7fb;padding:2.5rem 0}.posturax-faq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-faq__header{text-align:center;margin-bottom:1.5rem}.posturax-faq__title{font-size:1.875rem;font-weight:900;color:var(--posturax-primary);margin:0}.posturax-faq__accordion{max-width:768px;margin:0 auto}.posturax-faq__item{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;margin-bottom:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000a}.posturax-faq__item[open]{box-shadow:0 4px 6px #0000001a}.posturax-faq__question{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:var(--posturax-text);list-style:none;transition:all .2s ease}.posturax-faq__question:hover{background:#fff}.posturax-faq__question::-webkit-details-marker{display:none}.posturax-faq__question-text{flex:1;font-size:.875rem}.posturax-faq__icon{transition:transform .2s ease;color:var(--posturax-text-muted)}.posturax-faq__item[open] .posturax-faq__icon{transform:rotate(180deg)}.posturax-faq__answer{padding:0 1.25rem 1rem;border-top:1px solid #E2E8F0}.posturax-faq__answer-content{font-size:.875rem;color:var(--posturax-text-muted);line-height:1.6;padding-top:.75rem}.posturax-faq__disclaimer{margin-top:1.5rem;text-align:center}.posturax-faq__disclaimer-text{font-size:.75rem;color:var(--posturax-text-muted);margin:0}@media screen and (max-width: 749px){.posturax-faq{padding:1.5rem 0}.posturax-faq__title{font-size:1.5rem}.posturax-faq__question{padding:.75rem 1rem}.posturax-faq__answer{padding:0 1rem .75rem}}.posturax-product-description{background:var(--posturax-bg);color:var(--posturax-text);padding:2.5rem 0}.posturax-product-description__container{max-width:1200px;margin:0 auto;padding:0 1rem}.posturax-product-description__content{margin-bottom:3rem}.posturax-product-description__title{font-size:2rem;font-weight:800;color:var(--posturax-primary);margin:0 0 1.5rem;text-align:center}.posturax-product-description__text{font-size:1.125rem;line-height:1.7;color:var(--posturax-text-muted);margin:0 0 2rem;max-width:800px;margin-left:auto;margin-right:auto}.posturax-product-description__text p{margin:0 0 1rem}.posturax-product-description__text p:last-child{margin-bottom:0}.posturax-product-description__maintenance{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:1.5rem;margin-top:2rem;max-width:600px;margin-left:auto;margin-right:auto}.posturax-product-description__maintenance-title{font-size:1.125rem;font-weight:700;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-product-description__maintenance-text{font-size:1rem;color:var(--posturax-text-muted);margin:0}.posturax-product-description__policies{background:var(--posturax-surface);border:1px solid var(--posturax-border);border-radius:.75rem;padding:2rem;box-shadow:0 1px 2px #0000000a}.posturax-product-description__policies-title{font-size:1.5rem;font-weight:800;color:var(--posturax-primary);margin:0 0 2rem;text-align:center}.posturax-product-description__policies-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.posturax-product-description__policy{display:flex;align-items:flex-start;gap:1rem;padding:1.5rem;background:var(--posturax-bg);border:1px solid var(--posturax-border);border-radius:.75rem;transition:all .2s ease}.posturax-product-description__policy:hover{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}.posturax-product-description__policy-icon{flex-shrink:0;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--posturax-accent);color:var(--posturax-surface);border-radius:.75rem}.posturax-product-description__policy-content{flex:1}.posturax-product-description__policy-title{font-size:1.125rem;font-weight:700;color:var(--posturax-primary);margin:0 0 .5rem}.posturax-product-description__policy-description{font-size:.875rem;color:var(--posturax-text-muted);margin:0;line-height:1.5}@media screen and (max-width: 1024px){.posturax-product-description__policies-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media screen and (max-width: 749px){.posturax-product-description{padding:2rem 0}.posturax-product-description__title{font-size:1.75rem}.posturax-product-description__text{font-size:1rem}.posturax-product-description__policies{padding:1.5rem}.posturax-product-description__policies-grid{grid-template-columns:1fr;gap:1rem}.posturax-product-description__policy{padding:1rem}}@media screen and (max-width: 480px){.posturax-product-description__title{font-size:1.5rem}.posturax-product-description__text{font-size:.9rem}.posturax-product-description__policies{padding:1rem}.posturax-product-description__policy{flex-direction:column;text-align:center}.posturax-product-description__policy-icon{align-self:center}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #047857b3}70%{transform:scale(1.05);box-shadow:0 0 0 10px #04785700}to{transform:scale(1);box-shadow:0 0 #04785700}}.posturax-hero-content__cta-button,.posturax-essential-boost__cta-button,.posturax-essential-boost__badge,.header-posturax__buy-button,.posturax-product-showcase__buy-button,.sticky-atc__add-button{animation:pulse 2s infinite}.posturax-hero-content__cta-button:hover,.posturax-essential-boost__cta-button:hover,.posturax-essential-boost__badge:hover,.header-posturax__buy-button:hover,.posturax-product-showcase__buy-button:hover,.sticky-atc__add-button:hover{animation-play-state:paused}@media screen and (max-width: 1024px){.posturax-hero-content__title{font-size:2.75rem}.posturax-essential-boost__cta-container{flex-direction:column;text-align:center;gap:1.5rem}.posturax-essential-boost__benefits,.posturax-variant-selector__bundle-options{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width: 749px){.posturax-hero-content__benefits{flex-direction:column;align-items:center}.posturax-hero-content__benefit{width:100%;max-width:300px;justify-content:center}.posturax-essential-boost__benefits,.posturax-variant-selector__bundle-options{grid-template-columns:1fr}}@media screen and (max-width: 480px){.posturax-hero-content__cta-button{width:100%;justify-content:center}.posturax-essential-boost__countdown-item{min-width:50px;padding:.5rem}.posturax-essential-boost__countdown-number{font-size:1.25rem}}.header-posturax__trust-badges{display:flex;align-items:center;gap:1.5rem;flex:1;justify-content:center}.header-posturax__trust-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #E2E8F0;border-radius:.75rem;color:var(--posturax-text);font-size:.875rem;font-weight:600;white-space:nowrap;transition:all .2s ease}.header-posturax__trust-badge:hover{background:var(--posturax-surface);color:var(--posturax-text);transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.header-posturax__trust-badge svg{width:16px;height:16px;flex-shrink:0;color:var(--posturax-accent);stroke:currentColor}.header-posturax__trust-badge:hover svg{color:var(--posturax-text)}.header-posturax__logo-icon{width:40px;height:40px;background:var(--posturax-primary);border-radius:.75rem;flex-shrink:0}.header-posturax__container{gap:2rem}.header-posturax__actions{gap:1rem}.header-posturax__buy-button{display:inline-flex;align-items:center;gap:.5rem}.header-posturax__buy-button svg{width:16px;height:16px;flex-shrink:0}@media screen and (max-width: 1024px){.header-posturax__trust-badges{gap:1rem}.header-posturax__trust-badge{padding:.4rem .6rem;font-size:.8rem}}@media screen and (max-width: 749px){.header-posturax__trust-badges{display:none}.header-posturax__logo-icon{width:28px;height:28px}}@media screen and (max-width: 480px){.header-posturax__logo-icon{width:24px;height:24px}}@media screen and (max-width: 1024px){.posturax-product-showcase__content{grid-template-columns:1fr;gap:2rem}.posturax-product-showcase__title{font-size:2.25rem}.posturax-product-showcase__price--regular,.posturax-product-showcase__price--sale{font-size:1.75rem}}@media screen and (max-width: 749px){.posturax-product-showcase{padding:2rem 0}.posturax-product-showcase__title{font-size:2rem}.posturax-product-showcase__subtitle{font-size:1.125rem}.posturax-product-showcase__price--regular,.posturax-product-showcase__price--sale{font-size:1.5rem}.posturax-product-showcase__buy-button{width:100%;justify-content:center}.posturax-product-showcase__thumbnails{gap:.5rem}.posturax-product-showcase__thumbnail{width:60px;height:60px}}@media screen and (max-width: 480px){.posturax-product-showcase__title{font-size:1.75rem}.posturax-product-showcase__features{padding:1rem}.posturax-product-showcase__features-list{gap:.5rem}.posturax-product-showcase__features-list li{font-size:.8rem}}@media screen and (max-width: 1024px){.posturax-ugc-slider__item{width:280px}.posturax-ugc-slider__media{height:280px}}@media screen and (max-width: 749px){.posturax-ugc-slider{padding:2rem 0}.posturax-ugc-slider__title{font-size:1.75rem}.posturax-ugc-slider__item{width:260px;margin-right:.75rem}.posturax-ugc-slider__media{height:260px}.posturax-ugc-slider__caption{padding:.75rem}}@media screen and (max-width: 480px){.posturax-ugc-slider__item{width:240px;margin-right:.5rem}.posturax-ugc-slider__media{height:240px}.posturax-ugc-slider__overlay{top:.75rem;right:.75rem;padding:.375rem .75rem;font-size:.75rem}}@keyframes px-marquee-left{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes px-marquee-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.px-marquee-section{overflow:hidden;position:relative;border-bottom:1px solid rgba(0,0,0,.1)}.px-marquee-section .px-track{display:flex;width:200%;gap:0}.px-marquee-section .px-row{display:flex;align-items:center;gap:32px;flex-shrink:0;flex:1;min-width:100%;padding:.5rem 1rem;font-size:.875rem;box-sizing:border-box}.px-marquee-section .px-item{display:flex;align-items:center;gap:.5rem;flex-shrink:0;white-space:nowrap}.px-marquee-section .px-item a{color:inherit;text-decoration:none}.px-marquee-section .px-item a:hover{text-decoration:underline}.px-marquee-section .px-close{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:inherit;cursor:pointer;font-size:1.2rem;padding:.25rem;z-index:10}.px-marquee-section .px-close:hover{opacity:.7}@media (prefers-reduced-motion: reduce){.px-marquee-section .px-track{animation:none!important}}@media screen and (max-width: 640px){.px-marquee-section .px-row{padding:.75rem 1rem;font-size:.8rem;gap:1.5rem}.px-marquee-section .px-item{gap:.375rem;font-size:.75rem;min-width:auto}.px-marquee-section .px-item span:first-child{font-size:.875rem}.px-marquee-section .px-close{right:.5rem;font-size:1rem;padding:.125rem}}@media screen and (max-width: 768px) and (min-width: 641px){.px-marquee-section .px-row{gap:1.75rem;font-size:.85rem}.px-marquee-section .px-item{gap:.4rem}}@media screen and (max-width: 480px){.px-marquee-section .px-row{padding:.5rem .75rem;font-size:.7rem;gap:1rem}.px-marquee-section .px-item{gap:.25rem;font-size:.7rem}.px-marquee-section .px-item span:first-child{font-size:.8rem}.px-marquee-section .px-close{right:.25rem;font-size:.9rem}}#posturax-bundle-form.is-loading{opacity:.7;pointer-events:none}#posturax-bundle-form.is-loading .posturax-variant-selector__add-button{position:relative}#posturax-bundle-form.is-loading .posturax-variant-selector__add-button:after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/posturax-styles.css.map */
