.product-modal{--color-background: 255, 255, 255;--color-background-contrast: 211, 199, 188;--color-background-darken: 244, 239, 230;--color-foreground: 39, 34, 32;--color-border: 244, 239, 230;--color-button: 100, 77, 64;display:none;visibility:hidden;position:fixed;z-index:1000;top:0;left:0;width:100%;height:100%;-webkit-transition:opacity .3s ease,visibility .3s ease;transition:opacity .3s ease,visibility .3s ease;opacity:0;background-color:#00000080}.product-modal[open]{display:block;visibility:visible;opacity:1}.product-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1;top:0;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:500px;height:100vh;overflow:hidden;background-color:rgb(var(--color-background));-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px #00000026}@media (min-width: 768px){.product-modal__content{border-radius:8px}}.product-modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:24px 16px 16px}@media (min-width: 768px){.product-modal__header{padding:24px 24px 16px}}.product-modal__header-tagline{color:var(--color-primary);font-size:16px;font-weight:500;line-height:24px}.product-modal__header h2{color:rgb(var(--color-foreground));font-size:40px;font-style:italic;font-weight:400;letter-spacing:-.78px;line-height:48px}.product-modal__title{margin:0;color:rgb(var(--color-text));font-size:1.5rem;font-weight:700}.product-modal__close{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:8px;right:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:.5rem;-webkit-transition:color .2s ease;transition:color .2s ease;border:none;border-radius:999px;background:rgb(var(--color-background-contrast));color:rgb(var(--color-text));cursor:pointer}.product-modal__close:hover{color:rgb(var(--color-primary))}.product-modal__body{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0;overflow-y:auto}.product-modal__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-modal .meta-tag-container-pp{right:8px}.product-modal__image-container{position:relative;width:100%;height:240px}.product-modal__image-container .splide{display:block;width:100%;height:100%}.product-modal__image-container .splide__slide{max-width:240px;height:100%;aspect-ratio:1;margin-right:8px;cursor:-webkit-grab;cursor:grab}.product-modal__image-container .splide__track{height:100%;padding-left:16px!important}@media (min-width: 768px){.product-modal__image-container .splide__track{padding-left:24px!important}}.product-modal__image-container .splide img{display:block;width:100%;height:100%;border-radius:8px;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.product-modal__badge{position:absolute;z-index:1;top:1rem;left:1rem}.product-modal__info{width:100%;padding:24px 16px}@media (min-width: 768px){.product-modal__info{padding:24px}}.product-modal__benefits{display:grid;grid-template-columns:repeat(2,1fr);margin-bottom:16px;padding:12px 6px;border:1px solid rgb(var(--color-background-darken));background:rgb(var(--color-background-contrast));background:#fffdfa;gap:12px}.product-modal__benefits>*{-webkit-box-flex:1;-ms-flex:1 0 calc(50% - 6px);flex:1 0 calc(50% - 6px)}.product-modal__benefit-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:centerstart;-ms-flex-align:centerstart;align-items:centerstart;padding:0;background:none;text-align:left;gap:8px}.product-modal__benefit-image{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;min-width:32px;height:32px;min-height:32px;padding:4px;border:1px solid rgb(var(--color-background-darken));border-radius:4px;background:rgb(var(--color-background));-o-object-fit:contain;object-fit:contain;aspect-ratio:1/1}.product-modal__benefit-text{margin:0;color:rgb(var(--color-foreground));font-size:14px;font-style:normal;font-weight:400;line-height:20px}.product-modal__options{margin-bottom:1.5rem}.product-modal__options-title{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:8px;color:rgb(var(--color-button));font-family:var(--font-body);font-size:16px;font-weight:500;line-height:24px;gap:8px}.product-modal__options-title span{color:#b1a298;font-size:12px;font-weight:500;letter-spacing:1px;line-height:12px;text-transform:uppercase}.product-modal__options-title span b{color:#966f59}.product-modal__options-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.75rem}.product-modal__option{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:11px 24px;-webkit-transition:all .2s ease;transition:all .2s ease;cursor:pointer;gap:8px}.product-modal__option input{position:absolute;z-index:0;width:100%;height:100%;margin:0;border:1px solid rgb(var(--color-background-contrast));border-radius:5px;top:0;right:0;bottom:0;left:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.product-modal__option input:checked{border:1px solid rgb(var(--color-button));background:rgb(var(--color-background-darken))}.product-modal__option:hover input{border-color:rgb(var(--color-primary))}.product-modal__option[disabled]{opacity:.5;cursor:default;pointer-events:none}.product-modal__option span{position:relative;z-index:1}.product-modal__option-doypack{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 5px 3px;border-radius:2px;background:var(--Brown-3, #966f59);color:rgb(var(--color-background));font-size:12px;font-weight:700;letter-spacing:1px;line-height:12px}.product-modal__option-title{display:block;color:rgb(var(--color-button));font-size:16px;font-weight:600;font-weight:500;line-height:24px}.product-modal__option-duration{display:block;margin-bottom:.25rem;color:rgb(var(--color-text-light));font-size:.85rem}.product-modal__option-price{color:rgb(var(--color-primary));font-weight:600}.product-modal__quantity-title{margin-bottom:8px;color:rgb(var(--color-button));font-family:var(--font-body);font-size:16px;font-weight:500;line-height:24px}.product-modal__quantity-selector{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:140px;border:1px solid rgb(var(--color-background-contrast));border-radius:5px}.product-modal__quantity-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:46px;height:46px;-webkit-transition:all .2s ease;transition:all .2s ease;border:0;background:rgb(var(--color-background-darken));font-size:1.25rem;cursor:pointer}.product-modal__quantity-button:hover{background-color:rgb(var(--color-background-contrast))}.product-modal__quantity-decrease{border-radius:4px 0 0 4px}.product-modal__quantity-increase{border-radius:0 4px 4px 0}.product-modal__quantity-input{width:56px;height:46px;border:1px solid rgb(var(--color-border));border-right:none;border-left:none;font-size:1rem;text-align:center;-moz-appearance:textfield}.product-modal__quantity-input::-webkit-outer-spin-button,.product-modal__quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-modal__description{margin-bottom:24px;margin-inline:16px;padding:16px;border-radius:8px;background:var(--color-tertiary)}@media (min-width: 768px){.product-modal__description{margin-inline:24px}}.product-modal__description-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px;margin-bottom:12px}.product-modal__description-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.product-modal__description-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:var(--color-primary)}.product-modal__comparison{max-width:100%}.product-modal__comparison-image{max-width:100%;height:auto}.product-modal__description-title{color:var(--color-primary);font-size:24px;font-weight:400;letter-spacing:-.2px;line-height:32px}.product-modal__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.5rem;margin-bottom:1.5rem}.product-modal__tag{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:5px 5px 3px;border-radius:2px;background-color:var(--color-primary);color:rgb(var(--color-background));font-size:12px;font-weight:400;line-height:12px;gap:8px}.product-modal__type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;padding:5px 8px 4px;border-radius:2px;background:rgb(var(--color-background));gap:.75rem;gap:8px}.product-modal__type p{margin:0;color:rgb(var(--color-primary));font-size:14px;font-weight:400;line-height:20px}.product-modal__type-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product-modal__dosage{margin:0;font-size:.9rem}.product-modal__dosage-title{margin-top:12px;margin-bottom:8px;font-size:14px;font-weight:500;line-height:20px}.product-modal__footer{padding:24px 16px;border-top:1px solid rgb(var(--color-border))}@media (min-width: 768px){.product-modal__footer{padding:24px}}.product-modal__add-to-cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:46px;padding:1rem;padding:12px 32px;border:none;border-radius:8px;background:rgb(var(--color-foreground));font-size:1rem;font-weight:400;cursor:pointer;gap:.5rem}.product-modal__add-to-cart span{color:rgb(var(--color-background));font-size:18px;font-style:normal;font-weight:400;line-height:22px}@media (min-width: 768px){.product-modal__add-to-cart span.short_text{display:none}}@media (max-width: 767px){.product-modal__add-to-cart span.long_text{display:none}}.product-modal__add-to-cart [data-product-price]{font-size:18px;font-weight:700;line-height:22px}.product-modal__add-to-cart [data-product-compare-price]{color:rgb(var(--color-background));font-size:14px;font-weight:700;letter-spacing:.28px;line-height:16px}.product-modal__add-to-cart:hover{background:rgb(var(--color-button))}.product-modal__add-to-cart[disabled]{opacity:.5;cursor:default;pointer-events:none}.product-modal__add-to-cart[disabled]>span:not(:first-child){display:none}.product-modal__add-to-cart .loading__spinner{position:absolute;top:50%;left:50%;width:24px;height:24px;translate:-50% -50%}.product-modal__add-to-cart .loading__spinner svg circle{stroke:rgb(var(--color-background))}
/*# sourceMappingURL=/cdn/shop/t/41/assets/component-product-modal.css.map */
