.ivb-product{padding-block:32px 64px}.ivb-product .ivb-breadcrumbs{margin-block-end:40px}.ivb-product__layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:24px;row-gap:48px;align-items:start}.ivb-product__media{grid-column:1 / span 6;min-width:0}.ivb-product__buybox{grid-column:8 / span 5;display:flex;flex-direction:column;gap:24px;min-width:0}.ivb-product__gallery{display:flex;flex-direction:column;gap:24px}.ivb-product__media-card{aspect-ratio:1 / 1;border-radius:24px;overflow:hidden;background-color:#fff}.ivb-product__media-img,.ivb-product__media-card svg{width:100%;height:100%;object-fit:cover;display:block}.ivb-product__dots,.ivb-product__thumbs{display:none}.ivb-product__divider{width:100%;height:0;margin:0;border:0;border-top:1px solid var(--color-border)}.ivb-product__head{display:flex;flex-direction:column;gap:12px}.ivb-product__meta{display:flex;align-items:center;justify-content:space-between;gap:12px}.ivb-product__badge{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--color-foreground);border-radius:25px;font-family:var(--font-body--family);font-size:.75rem;line-height:1;color:var(--color-foreground)}.ivb-product__rating{display:inline-flex;align-items:center;gap:8px}.ivb-product__stars{color:var(--color-foreground);letter-spacing:1px}.ivb-product__rating-count{font-size:.875rem;color:var(--color-foreground)}.ivb-product__title{margin:0;font-family:var(--font-body--family);font-weight:400;font-size:2.5rem;line-height:1.2;color:var(--color-foreground)}.ivb-product__subtitle{margin:0;font-family:var(--font-body--family);font-size:1rem;line-height:1.5;letter-spacing:.02em;color:var(--color-foreground)}.ivb-product__form{display:flex;flex-direction:column;gap:24px}.ivb-product__sheet,.ivb-product__sticky,.ivb-product__sheet-backdrop{display:none}.ivb-product__options{display:flex;flex-direction:column;gap:16px}.ivb-product__options-title{margin:0;font-family:var(--font-body--family);font-weight:400;font-size:1.125rem;line-height:1.5;letter-spacing:.02em;color:var(--color-foreground)}.ivb-product__plans{display:flex;flex-direction:column;gap:12px}.ivb-product__plan{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:24px;border-radius:12px;background-color:#f3f3f3;cursor:pointer}.ivb-product__plan-main{display:flex;align-items:center;gap:12px;min-width:0}.ivb-product__plan-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ivb-product__plan-radio{position:relative;flex-shrink:0;width:20px;height:20px;border:1px solid var(--color-foreground);border-radius:50%}.ivb-product__plan-input:checked+.ivb-product__plan-radio:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background-color:var(--color-foreground)}.ivb-product__plan-input:focus-visible+.ivb-product__plan-radio{outline:2px solid var(--color-foreground);outline-offset:2px}.ivb-product__plan-text{display:flex;flex-direction:column;gap:2px;min-width:0}.ivb-product__plan-name{font-family:var(--font-body--family);font-size:1.125rem;line-height:1.25;color:var(--color-foreground)}.ivb-product__plan-freq{font-family:var(--font-body--family);font-size:.875rem;line-height:1.3;color:#2f434499}.ivb-product__plan-prices{display:flex;flex-direction:column;align-items:flex-end;gap:2px;flex-shrink:0;font-family:var(--font-body--family);font-size:1.125rem;line-height:1.25}.ivb-product__plan-pricerow{display:flex;align-items:center;gap:8px}.ivb-product__plan-save{font-family:var(--font-body--family);font-size:.75rem;line-height:1;font-weight:500;color:#5b8b8e;white-space:nowrap}.ivb-product__plan-was{text-decoration:line-through;color:#2f434480}.ivb-product__plan-now{color:#dc4f43}.ivb-product__plan-now--plain{color:var(--color-foreground)}.ivb-product__actions{display:flex;align-items:center;gap:16px}.ivb-product__actions .quantity-selector-wrapper{flex:0 0 auto}.ivb-product__actions .quantity-selector{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:44px;padding-inline:10px;border:1px solid rgb(47 67 68 / .2);border-radius:100px;background:transparent}.ivb-product__actions .quantity-selector .quantity-minus,.ivb-product__actions .quantity-selector .quantity-plus{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;min-height:0;color:var(--color-foreground)}.ivb-product__actions .quantity-selector .svg-wrapper{display:inline-flex;width:18px;height:18px}.ivb-product__actions .quantity-selector .svg-wrapper svg{width:18px;height:18px}.ivb-product__actions .quantity-selector input{width:1.5ch;min-width:0;padding:0;border:0;background:transparent;text-align:center;font-family:var(--font-body--family);font-size:1rem;color:var(--color-foreground);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.ivb-product__actions .quantity-selector input::-webkit-outer-spin-button,.ivb-product__actions .quantity-selector input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.ivb-product__actions add-to-cart-component{flex:0 0 auto}.ivb-product__atc.button{min-height:44px;padding-inline:24px;font-size:1rem;white-space:nowrap}.ivb-product__atc.is-adding{position:relative;pointer-events:none}.ivb-product__atc.is-adding>*{opacity:0}.ivb-product__atc.is-adding:after{content:"";position:absolute;inset-block-start:calc(50% - 9px);inset-inline-start:calc(50% - 9px);width:18px;height:18px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:ivb-atc-spin .6s linear infinite}@keyframes ivb-atc-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.ivb-product__atc.is-adding:after{animation-duration:1.6s}}.ivb-product__trust{display:flex;flex-wrap:wrap;align-content:flex-start;gap:16px 24px;margin:0;padding:0;list-style:none}.ivb-product__trust-item{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-body--family);font-size:1rem;line-height:1.1;color:var(--color-foreground)}.ivb-product__trust-item .ivb-icon-check-circle{flex-shrink:0;width:18px;height:18px}.ivb-product__accordion{display:block}.ivb-product__accordion-summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0;cursor:pointer;list-style:none;font-family:var(--font-body--family);font-weight:500;font-size:1rem;line-height:1.0625;letter-spacing:.11em;text-transform:uppercase;color:var(--color-foreground)}.ivb-product__accordion-summary::-webkit-details-marker{display:none}.ivb-product__accordion-icon{position:relative;flex-shrink:0;width:20px;height:20px}.ivb-product__accordion-icon:before,.ivb-product__accordion-icon:after{content:"";position:absolute;inset-block-start:50%;inset-inline-start:50%;background-color:var(--color-foreground)}.ivb-product__accordion-icon:before{width:18px;height:1.5px;transform:translate(-50%,-50%)}.ivb-product__accordion-icon:after{width:1.5px;height:18px;transform:translate(-50%,-50%)}.ivb-product__accordion[open] .ivb-product__accordion-icon:after{opacity:0}.ivb-product__accordion-body{margin:20px 0 0;font-family:var(--font-body--family);font-size:1rem;line-height:1.5;letter-spacing:.02em;color:var(--color-foreground)}.ivb-product__accordion-body>:first-child{margin-block-start:0}.ivb-product__accordion-body>:last-child{margin-block-end:0}.ivb-product__list{display:flex;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none}.ivb-product__list li{display:flex;align-items:flex-start;gap:8px}.ivb-product__list .ivb-icon-check-circle{flex-shrink:0;width:18px;height:18px;margin-top:.15em}@media screen and (max-width:989px){.ivb-product__layout{display:flex;flex-direction:column;gap:24px}}@media screen and (max-width:749px){.ivb-product{padding-block:24px 48px}.ivb-product .ivb-breadcrumbs{margin-block-end:24px}.ivb-product__title{font-size:2rem}.ivb-product__media{display:flex;flex-direction:column;gap:12px}.ivb-product__stage{position:relative}.ivb-product__gallery{flex-direction:row;gap:0;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.ivb-product__gallery::-webkit-scrollbar{display:none}.ivb-product__media-card{flex:0 0 100%;scroll-snap-align:center}.ivb-product__dots{display:flex;gap:8px;position:absolute;left:50%;bottom:12px;transform:translate(-50%)}.ivb-product__dot{width:6px;height:6px;border-radius:50%;background-color:#2f43444d;transition:background-color .2s ease}.ivb-product__dot.is-active{background-color:var(--color-foreground)}.ivb-product__thumbs{display:flex;flex-wrap:wrap;gap:8px}.ivb-product__thumb{width:48px;height:48px;padding:0;border:1px solid rgb(47 67 68 / .2);border-radius:6px;overflow:hidden;background:#fff;cursor:pointer}.ivb-product__thumb.is-active{border-color:var(--color-foreground);border-width:1.5px}.ivb-product__thumb-img{width:100%;height:100%;object-fit:cover;display:block}.ivb-product__actions add-to-cart-component{flex:1 1 auto}.ivb-product__atc.button{width:100%}.ivb-product__sticky{display:flex;align-items:center;gap:16px;position:fixed;inset-inline:0;inset-block-end:0;z-index:50;padding:24px 16px calc(12px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 16px #2f434414}.ivb-product__sticky.is-hidden{display:none}.ivb-product__sticky-grip{position:absolute;inset-block-start:8px;inset-inline-start:50%;transform:translate(-50%);width:40px;height:4px;border-radius:2px;background:#2f434433}.ivb-product__sticky-info{flex:0 0 124px;display:flex;flex-direction:column;min-width:0;line-height:1.2}.ivb-product__sticky-price{font-size:1.125rem;font-weight:500;color:var(--color-foreground);white-space:nowrap}.ivb-product__sticky-variants{font-size:.75rem;color:#2f434499;white-space:nowrap}.ivb-product__sticky-btn.button{flex:1 1 auto;min-height:48px;white-space:nowrap}.ivb-product__sheet-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#141e1e73;opacity:0;pointer-events:none;transition:opacity .3s ease}.ivb-product__sheet-backdrop.is-open{opacity:1;pointer-events:auto}.ivb-product__sheet{display:block;position:fixed;inset-inline:0;inset-block-end:0;z-index:70;max-height:85vh;overflow-y:auto;padding:8px 16px calc(20px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;transform:translateY(100%);visibility:hidden;transition:transform .3s ease,visibility .3s ease}.ivb-product__sheet.is-open{transform:translateY(0);visibility:visible}.ivb-product__sheet-grip{display:block;width:40px;height:4px;margin:0 auto;border-radius:2px;background:#2f434433}.ivb-product__sheet-head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0 4px}.ivb-product__sheet-title{margin:0;font-family:var(--font-body--family);font-weight:400;font-size:1.125rem;line-height:1.5;letter-spacing:.02em;color:var(--color-foreground)}.ivb-product__sheet-close{flex-shrink:0;display:inline-flex;margin-inline-end:-6px;padding:6px;border:0;background:transparent;color:var(--color-foreground);cursor:pointer}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-ivb-product.css.map */
