.exit-intent-popup{--popup-max-width: 380px}.exit-intent-popup .exit-intent-popup__items{max-height:280px;overflow-y:auto}.exit-intent-popup__item{display:flex;gap:1rem;padding:.75rem;border-radius:var(--button-border-radius, .5rem);background:rgb(var(--text-color) / .03);align-items:center}.exit-intent-popup__item-image{width:60px;height:60px;object-fit:cover;border-radius:var(--button-border-radius, .5rem);flex-shrink:0}.coffee-chatbot__trigger{position:fixed;inset-block-end:5.5rem;inset-inline-end:1.25rem;z-index:12;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:rgb(var(--text-color, 0 0 0));color:rgb(var(--background, 255 255 255));border:none;border-radius:999px;cursor:pointer;box-shadow:0 4px 20px #00000026;transition:transform .2s ease,box-shadow .2s ease;font-family:inherit;font-size:var(--text-sm);font-weight:600;line-height:1}.coffee-chatbot__trigger:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}.coffee-chatbot__trigger:active{transform:translateY(0)}.coffee-chatbot__trigger-icon{flex-shrink:0}.coffee-chatbot__trigger-label-sp{display:none}@media screen and (max-width:699px){.coffee-chatbot__trigger{inset-block-end:5.5rem;inset-inline-end:1rem;padding:.625rem 1rem;min-height:44px}.coffee-chatbot__trigger-label{display:none}.coffee-chatbot__trigger-label-sp{display:inline}}.coffee-chatbot__progress-track{height:4px;background:rgb(var(--text-color, 0 0 0) / .1);border-radius:2px;overflow:hidden}.coffee-chatbot__progress-bar{height:100%;width:var(--progress, 0%);background:rgb(var(--text-color, 0 0 0));border-radius:2px;transition:width .4s ease}.coffee-chatbot__question-text p{margin:0}.coffee-chatbot__question-bubble{background:rgb(var(--text-color, 0 0 0) / .05);padding:1rem;border-radius:1rem 1rem 1rem .25rem;font-size:var(--text-sm);line-height:1.6}.coffee-chatbot__option-btn{display:block;width:100%;padding:.875rem 1rem;min-height:44px;background:rgb(var(--background, 255 255 255));border:1px solid rgb(var(--text-color, 0 0 0) / .15);border-radius:var(--button-border-radius, .5rem);cursor:pointer;text-align:left;font-family:inherit;font-size:var(--text-sm);line-height:1.4;color:inherit;transition:border-color .15s ease,background-color .15s ease}.coffee-chatbot__option-btn:hover{border-color:rgb(var(--text-color, 0 0 0) / .4);background:rgb(var(--text-color, 0 0 0) / .03)}.coffee-chatbot__option-btn:active{background:rgb(var(--text-color, 0 0 0) / .06)}.coffee-chatbot__option-icon,.coffee-chatbot__question-icon{display:inline-flex;align-items:center;margin-inline-end:.5rem;vertical-align:-.25em;opacity:.75}.coffee-chatbot__option-btn{display:flex;align-items:center}.coffee-chatbot__option-icon{flex-shrink:0}.coffee-chatbot__recommendation{display:flex;gap:.75rem;padding:.75rem;border-radius:var(--button-border-radius, .5rem);border:1px solid rgb(var(--text-color, 0 0 0) / .1);align-items:center}.coffee-chatbot__recommendation-image{width:72px;height:72px;object-fit:cover;border-radius:var(--button-border-radius, .5rem);flex-shrink:0}.coffee-chatbot__recommendation-info{flex:1;min-width:0}.coffee-chatbot__recommendation-title{font-weight:600;font-size:var(--text-sm);line-height:1.4;margin:0 0 .25rem}.coffee-chatbot__recommendation-price{font-size:var(--text-sm);color:rgb(var(--text-color) / .6);margin:0 0 .5rem}.coffee-chatbot__recommendation-atc{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;min-height:44px;background:rgb(var(--text-color));color:rgb(var(--background));border:none;border-radius:var(--button-border-radius, .5rem);cursor:pointer;font-family:inherit;font-size:var(--text-xs);font-weight:600;line-height:1;transition:opacity .15s ease}.coffee-chatbot__recommendation-atc:hover{opacity:.85}.coffee-chatbot__line-link{color:#06c755;text-decoration:none;padding:.5rem;border-radius:var(--button-border-radius, .5rem);transition:background-color .15s ease}.coffee-chatbot__line-link:hover{background:#06c75514}.coffee-chatbot__subscription{padding:1rem;border:1px solid rgb(var(--text-color, 0 0 0) / .1);border-radius:var(--button-border-radius, .5rem);background:rgb(var(--text-color) / .03)}.coffee-chatbot__subscription-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:rgb(var(--text-color) / .06)}.coffee-chatbot__fade-in{animation:chatbotFadeIn .3s ease forwards}@keyframes chatbotFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.line-friend-popup{--popup-max-width: 360px}.line-friend-popup__icon{display:flex;justify-content:center}.line-friend-popup__cta{background:#06c755;color:#fff;border-color:#06c755}.line-friend-popup__cta:hover{background:#05b34d;border-color:#05b34d}.labo-urgency-badge{display:inline-flex;align-items:center;gap:.375rem;color:#dc2626;font-weight:600;font-style:normal;margin-block-start:.25rem}.labo-urgency-badge__dot{width:6px;height:6px;border-radius:50%;background:#dc2626;animation:dotPulse 1.5s ease-in-out infinite}@keyframes dotPulse{0%,to{opacity:1}50%{opacity:.4}}exit-intent-popup,line-friend-popup,first-visit-popup{display:none;position:fixed;inset-block-end:9rem;inset-inline:.75rem;z-index:14;padding:1.5rem;max-width:var(--popup-max-width, 400px);max-height:calc(100vh - 10rem);max-height:calc(100dvh - 10rem);overflow-y:auto;border-radius:var(--button-border-radius, .5rem);box-shadow:0 4px 24px #0000001f;background-color:rgb(var(--background, 255 255 255 / 1));color:rgb(var(--text-color, 0 0 0))}@media screen and (min-width:700px){exit-intent-popup,line-friend-popup,first-visit-popup{inset-block-end:2rem;inset-inline:2rem;padding:2rem}}.labo-popup__close-button{inset-block-start:-.5rem;inset-inline-end:-.5rem;position:absolute!important;z-index:1;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:rgb(var(--text-color, 0 0 0) / .7);border:2px solid rgb(var(--background, 255 255 255));border-radius:50%;cursor:pointer;color:rgb(var(--background, 255 255 255));transition:background .15s ease}.labo-popup__close-button:hover{background:rgb(var(--text-color, 0 0 0))}.social-proof-toast{position:fixed;inset-block-end:1.25rem;inset-inline-start:1.25rem;z-index:9;max-width:320px;padding:.875rem 1rem;background:rgb(var(--background, 255 255 255));border:1px solid rgb(var(--text-color, 0 0 0) / .1);border-radius:var(--button-border-radius, .5rem);box-shadow:0 4px 20px #0000001a;transform:translateY(120%);transition:transform .4s ease}.social-proof-toast.is-visible{transform:translateY(0)}.social-proof-toast__close{position:absolute;inset-block-start:.25rem;inset-inline-end:.25rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:rgb(var(--text-color, 0 0 0) / .4);transition:color .15s ease;padding:0}.social-proof-toast__close:hover{color:rgb(var(--text-color, 0 0 0))}.social-proof-toast__close svg{width:14px;height:14px}.social-proof-toast__image-wrap{flex-shrink:0}.social-proof-toast__image{width:48px;height:48px;object-fit:cover;border-radius:var(--button-border-radius, .5rem)}.social-proof-toast__text{flex:1;min-width:0;padding-inline-end:1rem}@media screen and (max-width:699px){.social-proof-toast{inset-inline-start:.75rem;inset-inline-end:.75rem;max-width:none}}.viewer-count-badge{display:inline-block;margin-block-start:.5rem}.viewer-count-badge__inner{display:inline-flex;padding:.375rem .75rem;background:rgb(var(--text-color, 0 0 0) / .04);border-radius:999px}.viewer-count-badge__dot{width:8px;height:8px;border-radius:50%;background:#16a34a;animation:dotPulse 2s ease-in-out infinite}.viewer-count-badge__text{font-weight:600;color:rgb(var(--text-color, 0 0 0) / .7)}.first-visit-popup{--popup-max-width: 380px}.first-visit-popup__field{text-align:left}.first-visit-popup__field .form-control,.first-visit-popup__field .input{width:100%}.first-visit-popup__badge{display:inline-block;padding:.25rem .75rem;background:rgb(var(--text-color, 0 0 0));color:rgb(var(--background, 255 255 255));border-radius:999px;letter-spacing:.05em}.first-visit-popup__coupon-display{padding:1rem;background:rgb(var(--text-color) / .04);border:1px dashed rgb(var(--text-color) / .2);border-radius:var(--button-border-radius, .5rem)}.first-visit-popup__coupon-code{font-size:1.5rem;letter-spacing:.1em;font-weight:700}.first-visit-popup__error{color:#dc2626}.first-visit-popup__copy{text-decoration:underline;cursor:pointer;background:none;border:none;font-family:inherit}@media(prefers-reduced-motion:reduce){.coffee-chatbot__fade-in,.labo-urgency-badge__dot,.viewer-count-badge__dot{animation:none}.social-proof-toast,.coffee-chatbot__trigger,.coffee-chatbot__option-btn,.coffee-chatbot__recommendation-atc,.coffee-chatbot__line-link,.social-proof-toast__close,.labo-popup__close-button,.coffee-chatbot__progress-bar{transition:none}}.coffee-chatbot__trigger:focus-visible,.coffee-chatbot__option-btn:focus-visible,.coffee-chatbot__recommendation-atc:focus-visible,.coffee-chatbot__restart:focus-visible,.coffee-chatbot__subscription-cta:focus-visible,.coffee-chatbot__line-link:focus-visible,.line-friend-popup__cta:focus-visible,.first-visit-popup__submit:focus-visible,.first-visit-popup__copy:focus-visible,.first-visit-popup__email:focus-visible,.social-proof-toast__close:focus-visible,.labo-popup__close-button:focus-visible,.exit-intent-popup__cta:focus-visible{outline:2px solid currentColor;outline-offset:2px}:where(.v-stack){display:grid;grid-template-columns:minmax(0,1fr);align-content:start}:where(.h-stack){display:flex;align-items:center}:where(.gap-0\.5){gap:.125rem}:where(.gap-2){gap:.5rem}:where(.gap-3){gap:.75rem}:where(.gap-4){gap:1rem}:where(.gap-5){gap:1.25rem}:where(.gap-6){gap:1.5rem}:where(.text-subdued){color:rgb(var(--text-color, 0 0 0) / .65)}:where(.text-center){text-align:center}:where(.text-sm){font-size:.875rem}:where(.text-xs){font-size:.75rem}:where(.bold){font-weight:700}:where(.align-center){align-items:center}:where(.justify-center){justify-content:center}:where(.line-clamp){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:var(--line-clamp-count, 2);overflow:hidden}:where(.contents){display:contents}.labo-quantity-ladder{display:block;margin-block:1rem}.labo-quantity-ladder[hidden]{display:none}.labo-quantity-ladder__table{width:100%;border-collapse:collapse;font-size:.8125rem}.labo-quantity-ladder__caption{text-align:left;font-weight:600;padding-block-end:.5rem}.labo-quantity-ladder__table th,.labo-quantity-ladder__table td{padding:.5rem .375rem;text-align:right;border-block-end:1px solid rgb(var(--text-color) / .08)}.labo-quantity-ladder__table thead th{font-weight:500;opacity:.6}.labo-quantity-ladder__table th:first-child,.labo-quantity-ladder__table thead th:first-child{text-align:left}.labo-quantity-ladder__row--current{background:rgb(var(--text-color) / .05);font-weight:600}.labo-quantity-ladder__saving{color:rgb(var(--success-text, var(--text-color)))}.labo-quantity-ladder__row--unavailable{opacity:.45}.labo-quantity-ladder__row--unavailable .labo-quantity-ladder__saving{color:inherit}.labo-quantity-ladder__nudge{margin-block-start:.5rem;font-size:.8125rem;opacity:.85}.labo-shipping-slot{margin-block:.75rem;padding:.5rem .75rem;border-radius:var(--button-border-radius, .5rem);background:rgb(var(--text-color) / .05);font-size:.8125rem;text-align:center}.labo-shipping-slot .free-shipping-bar{display:block}.labo-freshness-badge{display:flex;align-items:center;gap:.625rem;margin-block:.75rem;padding:.625rem .75rem;border:1px solid rgb(var(--text-color) / .12);border-radius:var(--button-border-radius, .5rem)}.labo-freshness-badge__icon{font-size:1.125rem;line-height:1;flex-shrink:0}.labo-freshness-badge__body{display:flex;flex-direction:column;gap:.125rem}.labo-freshness-badge__title{font-size:.875rem}.labo-freshness-badge__text{font-size:.75rem;opacity:.75}.labo-taste-chart{display:block;margin-block:1rem}.labo-taste-chart__title{font-size:.875rem;font-weight:600;margin-block-end:.5rem}.labo-taste-chart__list{display:flex;flex-direction:column;gap:.375rem;margin:0}.labo-taste-chart__item{display:grid;grid-template-columns:3.5rem 1fr;align-items:center;gap:.625rem}.labo-taste-chart__label{font-size:.8125rem;opacity:.75}.labo-taste-chart__value{display:flex;align-items:center;gap:.5rem;margin:0}.labo-taste-chart__track{flex:1;block-size:.375rem;border-radius:999px;background:rgb(var(--text-color) / .1);overflow:hidden}.labo-taste-chart__fill{display:block;block-size:100%;border-radius:999px;background:rgb(var(--text-color) / .7)}.labo-taste-chart__number{font-size:.75rem;font-variant-numeric:tabular-nums;opacity:.6;min-inline-size:2rem;text-align:right}.labo-taste-chart__max{opacity:.6}.labo-subscription-compare{display:block;margin-block:1rem;padding:.75rem;border:1px solid rgb(var(--text-color) / .12);border-radius:var(--button-border-radius, .5rem)}.labo-subscription-compare__title{font-size:.875rem;font-weight:600;margin-block-end:.5rem}.labo-subscription-compare__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.labo-subscription-compare__item{font-size:.8125rem;display:flex;align-items:start;gap:.5rem}.labo-subscription-compare__check{flex-shrink:0;margin-block-start:.25em;opacity:.6}.labo-subscription-compare__note{margin-block-start:.5rem;font-size:.6875rem;opacity:.65}.labo-personal-reco{display:block;border-block-end:1px solid rgb(var(--text-color) / .1);background:rgb(var(--text-color) / .03)}.labo-personal-reco[hidden]{display:none}.labo-personal-reco__inner{padding-block:.75rem;display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.labo-personal-reco__lead{display:flex;flex-direction:column;gap:.125rem;margin:0}.labo-personal-reco__profile{font-size:.75rem;opacity:.7}.labo-personal-reco__label{font-size:.875rem;font-weight:600}.labo-personal-reco__items{display:flex;gap:.75rem;flex:1;flex-wrap:wrap}.labo-personal-reco__item{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit}.labo-personal-reco__image{inline-size:48px;block-size:48px;object-fit:cover;border-radius:var(--button-border-radius, .5rem);flex-shrink:0}.labo-personal-reco__image--empty{display:flex;align-items:center;justify-content:center;background:rgb(var(--text-color) / .05)}.labo-personal-reco__item-body{display:flex;flex-direction:column}.labo-personal-reco__item-title{font-size:.8125rem}.labo-personal-reco__item-price{font-size:.75rem;opacity:.7}.labo-personal-reco__actions{display:flex;align-items:center;gap:.5rem;margin-inline-start:auto}.labo-personal-reco__retake{font-size:.75rem;text-decoration:underline;background:none;border:0;cursor:pointer;color:inherit}.labo-personal-reco__close{font-size:1.125rem;line-height:1;background:none;border:0;cursor:pointer;color:inherit;opacity:.5}@media screen and (max-width:740px){.labo-personal-reco__items{inline-size:100%;overflow-x:auto;flex-wrap:nowrap}.labo-personal-reco__item{flex-shrink:0}}
/*# sourceMappingURL=/cdn/shop/t/81/assets/labo-custom.css.map */
