.product-flavor-drawer-container{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:stretch;justify-content:flex-end;pointer-events:none}.product-flavor-drawer-container.is-open{pointer-events:all}.product-flavor-drawer-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000004d;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;opacity:0;transition:opacity .3s ease}.product-flavor-drawer-container.is-open .product-flavor-drawer-overlay{opacity:1}.product-flavor-drawer-panel{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;max-width:597px;height:100%;background:#fff;box-shadow:0 4px 18px #0000004d;transform:translate(100%);transition:transform .3s ease}.product-flavor-drawer-container.is-open .product-flavor-drawer-panel{transform:translate(0)}@media screen and (max-width:749px){.product-flavor-drawer-panel{max-width:calc(100% - 12px)}}.product-flavor-drawer__close{position:absolute;top:30px;right:30px;z-index:10;display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;background:#fff;border:1px solid var(--primary-green-gray, #c4d2d0);border-radius:6px;color:#000;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.product-flavor-drawer__close:hover{background-color:var(--primary-green-creamy, #f8f8f1);border-color:var(--primary-green-dark, #08453b)}.product-flavor-drawer__close svg{width:12px;height:12px;flex-shrink:0}@media screen and (max-width:749px){.product-flavor-drawer__close{top:10px;right:18px;width:28px;height:28px}}.product-flavor-drawer-panel__scroll{flex:1;min-height:0;overflow-y:auto;padding-top:30px}@media screen and (max-width:749px){.product-flavor-drawer-panel__scroll{padding-top:18px}}.product-flavor-drawer-panel__content,.product-flavor-drawer{display:flex;flex-direction:column}.product-flavor-drawer__content{display:flex;flex-direction:column;padding:0 30px 30px}@media screen and (max-width:749px){.product-flavor-drawer__content{padding:0 18px 18px}}.product-flavor-drawer__gallery{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px;margin-bottom:24px}.product-flavor-drawer__gallery::-webkit-scrollbar{display:none}@media screen and (max-width:749px){.product-flavor-drawer__gallery{gap:8px;margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px;margin-bottom:18px}}.product-flavor-drawer__gallery-item{flex-shrink:0;width:383px;height:383px;border-radius:18px;overflow:hidden;background:var(--primary-green-creamy, #f8f8f1)}@media screen and (max-width:749px){.product-flavor-drawer__gallery-item{width:271px;height:271px;border-radius:12px}}.product-flavor-drawer__image{width:100%;height:100%;object-fit:cover}.product-flavor-drawer__image--placeholder{padding:20%;opacity:.5}.product-flavor-drawer__header{display:flex;flex-direction:column;gap:6px;padding-bottom:24px;border-bottom:2px solid #efebe5}@media screen and (max-width:749px){.product-flavor-drawer__header{gap:0;padding-bottom:18px}}.product-flavor-drawer__title-row{display:flex;align-items:center;gap:12px}@media screen and (max-width:749px){.product-flavor-drawer__title-row{gap:8px}}.product-flavor-drawer__title{margin:0;color:#000}.product-flavor-drawer__tag{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:4px;background:#fff2e0;color:#b9a17b;white-space:nowrap;font-style:italic;opacity:.8}.product-flavor-drawer__description{margin:0;color:#000}.product-flavor-drawer__description span{margin:0;color:#000;font-family:var(--font-family-paragraph, "Helvetica Neue");font-size:var(--font-paragraph-medium-size, 16px);font-style:normal;font-weight:500;line-height:var(--font-paragraph-medium-line-height, 22px);letter-spacing:-.16px}.product-flavor-drawer__accordions{display:flex;flex-direction:column}.product-flavor-drawer__accordion{border-bottom:2px solid #efebe5}.product-flavor-drawer__accordion:last-child{border-bottom:none}.product-flavor-drawer__accordion-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:24px 0;background:none;border:none;cursor:pointer;text-align:left}@media screen and (max-width:749px){.product-flavor-drawer__accordion-header{padding:18px 0}}.product-flavor-drawer__accordion-title{font-family:Helvetica Neue,sans-serif;font-size:18px;font-weight:700;line-height:24px;letter-spacing:-.18px;color:#000}@media screen and (max-width:749px){.product-flavor-drawer__accordion-title{font-size:16px;line-height:22px;letter-spacing:-.16px}}.product-flavor-drawer__accordion-icon{position:relative;display:flex;align-items:center;justify-content:center;width:14px;height:14px;color:#000}.product-flavor-drawer__accordion-icon svg{position:absolute;width:14px;height:14px;transition:opacity .25s ease,transform .35s cubic-bezier(.4,0,.2,1)}.product-flavor-drawer__accordion-icon-minus{opacity:0;transform:rotate(-90deg)}.product-flavor-drawer__accordion-icon-plus,.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-icon-minus{opacity:1;transform:rotate(0)}.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-icon-plus{opacity:0;transform:rotate(90deg)}.product-flavor-drawer__accordion-header{transition:padding .35s ease}.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-header{padding-bottom:12px}.product-flavor-drawer__accordion-content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1)}.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-content{grid-template-rows:1fr}.product-flavor-drawer__accordion-inner{overflow:hidden;padding-bottom:0;opacity:0;transition:opacity .3s ease .05s,padding-bottom .4s cubic-bezier(.4,0,.2,1)}.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-inner{opacity:1;padding-bottom:24px}@media screen and (max-width:749px){.product-flavor-drawer__accordion.is-open .product-flavor-drawer__accordion-inner{padding-bottom:18px}}.product-flavor-drawer__composition{display:flex;flex-direction:column;gap:2px}.product-flavor-drawer__composition-text{margin:0;color:#000}.product-flavor-drawer__composition-note{margin:0;color:#000;opacity:.6}@media screen and (max-width:749px){.product-flavor-drawer__composition-text{font-size:14px;line-height:20px}.product-flavor-drawer__composition-note{font-size:12px;line-height:18px}}.product-flavor-drawer__benefits,.product-flavor-drawer__tips{color:#000}.product-flavor-drawer__benefits p,.product-flavor-drawer__tips p{margin:0}.nutrition-table-drawer{display:flex;flex-direction:column}.nutrition-table-drawer__row{display:flex;align-items:center;justify-content:space-between;padding:2px 0 4px;border-bottom:1px solid #efebe5}.nutrition-table-drawer__row:last-child{border-bottom:none}.nutrition-table-drawer__row--thick{border-bottom-width:2px}.nutrition-table-drawer__row--child{padding-left:12px}.nutrition-table-drawer__cell-name{flex:1;min-width:0;font-family:var(--font-family-paragraph);font-size:12px;line-height:18px;font-weight:700;color:#000}.nutrition-table-drawer__cell-name--child{font-weight:400}.nutrition-table-drawer__cell-value{flex-shrink:0;font-family:var(--font-family-paragraph);font-size:12px;line-height:18px;font-weight:700;color:#000}.video-story{display:flex;align-items:flex-start;gap:12px}.video-story__trigger{position:relative;flex-shrink:0;width:64px;height:64px;border-radius:8px;overflow:hidden;background:none;border:none;padding:0;cursor:pointer}.video-story__image-wrapper{width:100%;height:100%;border-radius:8px;overflow:hidden;background:#f0f0f0}.video-story__image{width:100%;height:100%;object-fit:cover}.video-story__placeholder{width:100%;height:100%;background:#e0e0e0}.video-story__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.video-story__content{flex:1;min-width:0;color:#000}.video-story__content p{margin:0}.video-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:flex;align-items:center;justify-content:center;background:#000000d9;opacity:0;pointer-events:none;transition:opacity .3s ease}.video-modal.is-open{opacity:1;pointer-events:all}.video-modal__content{position:relative;width:90%;max-width:500px}.video-modal__close{position:absolute;top:-40px;right:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;cursor:pointer;color:#fff}.video-modal__video{width:100%;border-radius:12px;background:#000;max-height:80vh}[data-flavor-drawer-trigger]{cursor:pointer}
/*# sourceMappingURL=/cdn/shop/t/40/assets/product-flavor-drawer.css.map */
