.section-product-main{display:block;padding:4rem 0;font-family:var(--family-primary)}@media screen and (max-width: 1024px){.section-product-main{padding:0rem 0 2rem}}.section-product-main__wrapper{max-width:var(--page-width);margin:0 auto;display:flex;align-items:stretch;justify-content:space-between;flex-flow:row nowrap;gap:3rem;padding:0 1rem}@media screen and (max-width: 1024px){.section-product-main__wrapper{align-items:center;justify-content:flex-start;flex-flow:column nowrap;gap:0;padding:0}}.section-product-main__media{position:sticky;top:10rem;width:100%;height:100%;max-width:50%}.section-product-main__media .product-slider{margin:0!important}@media screen and (max-width: 1024px){.section-product-main__media{max-width:100%;position:relative;top:auto}}.section-product-main__content{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1.5rem}.section-product-main__form{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1rem;padding:3rem;background-color:rgba(var(--color-accent),.1);min-height:500px}@media screen and (max-width: 1200px){.section-product-main__form{min-height:400px}}@media screen and (max-width: 1024px){.section-product-main__form{padding:2rem}}.section-product-main__reviews{--oke-text-regular: .8rem;height:1.6rem;font-family:var(--family-primary);margin-top:.75rem}.section-product-main__reviews .oke-sr-stars svg{height:1rem!important}.section-product-main__title{font-size:2rem;font-weight:400;line-height:1.2;color:rgb(var(--color-foreground));font-family:var(--family-primary)}@media screen and (max-width: 1024px){.section-product-main__title{font-size:1.5rem}}.section-product-main__subtitle{font-size:1rem;font-weight:400;line-height:1.4;color:rgba(var(--color-foreground),.8);font-family:var(--family-primary)}.section-product-main__form-buttons{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-flow:row wrap;gap:1rem;padding:1rem 0 0}.section-product-main__button{width:100%;font-size:1.2rem;font-family:var(--family-secondary);text-transform:uppercase;font-weight:500;text-align:center;text-decoration:none;background-color:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:1.5rem 2rem;letter-spacing:.2em;transition:all .2s ease-in-out;position:relative;z-index:5}.section-product-main__button:hover{background-color:rgb(var(--color-accent))}.section-product-main__button.is-disabled{background-color:rgba(var(--color-foreground),.5);cursor:not-allowed;pointer-events:none}.section-product-main__accordions-wrapper{width:100%;height:100%;display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1rem;padding:3rem}@media screen and (max-width: 1024px){.section-product-main__accordions-wrapper{padding:1.5rem}}.section-product-main__accordion{width:100%;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1rem;border-bottom:1px solid rgb(var(--color-background-highlighted))}.section-product-main__accordion>summary{width:100%;height:auto;display:flex;align-items:center;justify-content:space-between;flex-flow:row nowrap;gap:1rem;padding:0 1rem;margin-bottom:1rem;-webkit-user-select:none;user-select:none;cursor:pointer}.section-product-main__accordion>summary>span{font-size:1.2rem;font-weight:700;line-height:1.5rem;font-family:var(--family-primary)}.section-product-main__accordion>summary>svg{width:1rem;height:1rem;object-fit:contain;transition:.2s ease-in-out}.section-product-main__accordion[open]>summary>svg{transform:rotate(180deg)}.section-product-main__accordion>div{margin:0;padding:1rem 1rem 2rem;display:flex;align-items:flex-start;justify-content:flex-start;flex-flow:column nowrap;gap:1rem}.section-product-main__benefits{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem;width:100%;height:100%}@media screen and (max-width: 1024px){.section-product-main__benefits{padding:0 1.5rem}}.product-benefit-item{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;gap:1rem;padding:1rem;border:1px solid rgb(var(--color-background-highlighted))}.product-benefit-item__icon{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.product-benefit-item__icon img,.product-benefit-item__icon svg{width:100%;height:100%;object-fit:contain;color:rgb(var(--color-accent))}.product-benefit-item__text{text-align:center;font-size:1rem;font-weight:400;line-height:1.4;font-family:var(--family-primary)}.section-product-main__share-button{background-color:transparent;padding:0;font-size:1rem;display:flex;align-items:center;gap:.625rem;margin:0 auto}.section-product-main__share-button:hover{text-decoration:underline}.section-product-main__share-button svg{width:1.5rem;height:1.5rem;margin-top:-.25rem;color:inherit}.section-product-main__bottom-bar{width:100%;height:4rem;z-index:10;position:fixed;left:0;bottom:0;background-color:rgb(var(--color-background));display:none;align-items:center;justify-content:space-between;flex-flow:row nowrap;gap:1rem;padding:1rem;transition:all .2s ease-in-out;transform:translateY(100%)}.section-product-main__bottom-bar.is-unavailable{display:none!important}.section-product-main__bottom-bar.is-visible{box-shadow:0 -2px 15px 10px #0000000d;transform:translateY(0)}@media screen and (max-width: 1024px){.section-product-main__bottom-bar{display:flex}}.section-product-main__bottom-bar-title{font-family:var(--family-primary);font-size:1rem}.section-product-main__bottom-bar-button{padding:.5rem;display:flex;align-items:center;justify-content:center;flex-flow:row nowrap;width:3.2rem;height:3.2rem;background-color:rgb(var(--color-foreground));transition:all .2s ease-in-out}.section-product-main__bottom-bar-button:hover{background-color:rgb(var(--color-accent))}.section-product-main__bottom-bar-button svg{width:100%;height:100%;max-width:1.5rem;max-height:1.5rem;object-fit:contain;color:rgb(var(--color-background))}.section-product-main .amazon-prime-widget{width:100%;margin:-16px 0}
/*# sourceMappingURL=/cdn/shop/t/31/assets/section-product-main.css.map */
