.hotpot-configurator{--hotpot-bg: #F8F6F2;--hotpot-bg-card: #FFFFFF;--hotpot-hairline: #E7E0D3;--hotpot-gold: #B8862F;--hotpot-gold-soft: rgba(184, 134, 47, .16);--hotpot-ink: #2B241E;--hotpot-ink-muted: rgba(43, 36, 30, .6);--hotpot-font-serif: var(--font-heading-family, inherit);background:var(--hotpot-bg);color:var(--hotpot-ink);padding:64px 20px 140px;font-family:inherit}.hotpot-configurator__intro{text-align:center;max-width:640px;margin:0 auto 40px}.hotpot-configurator__eyebrow{font-size:12px;letter-spacing:3px;text-transform:uppercase;color:var(--hotpot-gold);margin:0 0 10px;opacity:0;animation:hotpotFadeIn .8s ease forwards}.hotpot-configurator__heading{font-family:var(--hotpot-font-serif);font-size:clamp(30px,4vw,44px);font-weight:400;letter-spacing:.3px;margin:0 0 14px;opacity:0;transform:translateY(8px);animation:hotpotFadeIn .8s ease .1s forwards}.hotpot-configurator__subheading{color:var(--hotpot-ink-muted);font-size:16px;margin:0;opacity:0;transform:translateY(8px);animation:hotpotFadeIn .8s ease .25s forwards}@keyframes hotpotFadeIn{to{opacity:1;transform:translateY(0)}}.hotpot-progress{max-width:640px;margin:0 auto 56px;padding:16px 20px 0;position:sticky;top:0;z-index:40;background:#f8f6f2eb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:16px}.hotpot-progress__track{position:absolute;top:31px;left:50px;right:50px;height:1px;background:var(--hotpot-hairline)}.hotpot-progress__fill{position:absolute;top:0;left:0;height:100%;width:0%;background:var(--hotpot-gold);transition:width .5s ease}.hotpot-progress__steps{position:relative;display:flex;justify-content:space-between;list-style:none;margin:0;padding:0 0 16px}.hotpot-progress__step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.hotpot-progress__dot{width:30px;height:30px;border-radius:50%;background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);color:var(--hotpot-ink-muted);font-size:13px;display:flex;align-items:center;justify-content:center;transition:border-color .3s ease,background .3s ease,color .3s ease}.hotpot-progress__label{font-size:11px;letter-spacing:.5px;text-transform:uppercase;color:var(--hotpot-ink-muted)}.hotpot-progress__step.is-active .hotpot-progress__dot,.hotpot-progress__step.is-complete .hotpot-progress__dot{border-color:var(--hotpot-gold);background:var(--hotpot-gold);color:#fff}.hotpot-progress__step.is-active .hotpot-progress__label,.hotpot-progress__step.is-complete .hotpot-progress__label{color:var(--hotpot-ink)}.hotpot-progress__step.is-locked{opacity:.5}.hotpot-configurator__steps{max-width:960px;margin:0 auto}.hotpot-step{margin-bottom:56px;animation:hotpotFadeIn .5s ease forwards}.hotpot-step__title{font-family:var(--hotpot-font-serif);font-size:20px;font-weight:400;color:var(--hotpot-ink);margin:0 0 24px;text-align:center}.hotpot-box-layout{display:grid;grid-template-columns:1.35fr 1fr;gap:48px;align-items:center;max-width:1080px;margin:0 auto;padding:10px;border-radius:14px;transition:box-shadow .3s ease}.hotpot-box-layout.is-selected{box-shadow:0 0 0 1px var(--hotpot-gold)}.hotpot-box-slider__track{position:relative;width:100%;height:100%}.hotpot-box-slider__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .5s ease}.hotpot-box-slider__slide.is-active{opacity:1;z-index:2}.hotpot-box-slider__slide img{width:100%;height:100%;object-fit:contain;object-position:center;display:block;filter:drop-shadow(0 30px 40px rgba(43,36,30,.14))}.hotpot-box-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);width:38px;height:38px;border-radius:50%;border:none;background:#ffffffd9;color:var(--hotpot-ink);font-size:20px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;z-index:3;transition:opacity .25s ease,transform .2s ease}.hotpot-box-slider:hover .hotpot-box-slider__arrow{opacity:1}.hotpot-box-slider__arrow:hover{transform:translateY(-50%) scale(1.05)}.hotpot-box-slider__arrow--prev{left:14px}.hotpot-box-slider__arrow--next{right:14px}.hotpot-box-slider__dots{position:absolute;bottom:16px;left:50%;transform:translate(-50%);display:flex;gap:6px;z-index:3}.hotpot-box-slider__dot{width:6px;height:6px;border-radius:3px;border:none;padding:0;background:#2b241e4d;cursor:pointer;transition:width .25s ease,background .25s ease}.hotpot-box-slider__dot.is-active{width:18px;background:var(--hotpot-gold)}.hotpot-box-info{display:flex;flex-direction:column;gap:4px}.hotpot-box-info__eyebrow{font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--hotpot-gold);margin:0 0 8px}.hotpot-box-info__title{font-family:var(--hotpot-font-serif);font-size:28px;font-weight:400;margin:0 0 14px}.hotpot-box-info__description{font-size:15px;line-height:1.7;color:var(--hotpot-ink-muted)}.hotpot-box-info__description p{margin:0 0 12px}.hotpot-box-info__description ul{margin:0 0 12px;padding-left:20px}.hotpot-box-info__description li{margin-bottom:6px}.hotpot-box-info__footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;margin-top:18px;padding-top:18px;border-top:1px solid var(--hotpot-hairline)}.hotpot-box-info__price{font-size:22px;color:var(--hotpot-gold);font-weight:600}.hotpot-box-info__price-label{font-size:13px;color:var(--hotpot-ink-muted);font-weight:400;margin-right:4px}.hotpot-box-info__select{background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:13px 26px;font-size:14px;font-weight:600;letter-spacing:.2px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hotpot-box-info__select:hover{transform:translateY(-1px);box-shadow:0 8px 20px #b8862f4d}@media(max-width:700px){.hotpot-box-layout{grid-template-columns:1fr;gap:24px}}.hotpot-persons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:960px;margin:0 auto}.hotpot-persons-card{position:relative;background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:12px;overflow:hidden;text-align:left;color:inherit;cursor:pointer;display:flex;flex-direction:column;transition:border-color .3s ease,transform .3s ease,box-shadow .3s ease}.hotpot-persons-card:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 14px 28px #2b241e17}.hotpot-persons-card:disabled{opacity:.4;cursor:not-allowed}.hotpot-persons-card.is-selected{border-color:var(--hotpot-gold);box-shadow:0 0 0 1px var(--hotpot-gold)}.hotpot-persons-card__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1;background:#efeae0;overflow:hidden}.hotpot-persons-card__image-wrapper img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hotpot-persons-card__body{padding:20px 20px 22px;display:flex;flex-direction:column;gap:6px;flex:1}.hotpot-persons-card__title{font-family:var(--hotpot-font-serif);font-size:18px}.hotpot-persons-card__price{color:var(--hotpot-gold);font-size:16px;font-weight:600}.hotpot-persons-card__contents{display:block;font-size:13px;line-height:1.7;color:var(--hotpot-ink-muted);margin-top:10px;padding-top:12px;border-top:1px solid var(--hotpot-hairline)}.hotpot-persons-card__stock{display:block;font-size:12px;color:#a6503f;margin-top:6px}.hotpot-persons-card__check{position:absolute;top:12px;right:12px;width:26px;height:26px;border-radius:50%;background:var(--hotpot-gold);color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:opacity .25s ease,transform .25s ease;z-index:2}.hotpot-persons-card.is-selected .hotpot-persons-card__check{opacity:1;transform:scale(1)}.hotpot-persons-skip{display:block;width:100%;margin:22px auto 0;background:none;border:none;text-align:center;font-size:13px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .2s ease}.hotpot-persons-skip:hover{color:var(--hotpot-gold)}.hotpot-flavors-group{max-width:760px;margin:0 auto 36px}.hotpot-flavors-group__header{display:flex;align-items:baseline;justify-content:center;gap:12px;margin-bottom:16px}.hotpot-flavors-group__label{font-size:13px;letter-spacing:1px;text-transform:uppercase;color:var(--hotpot-ink-muted);margin:0}.hotpot-flavors-group__counter{font-size:12.5px;color:var(--hotpot-gold);font-weight:600}.hotpot-flavors-group__counter.is-complete{color:#4c7a54}.hotpot-flavors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:14px}.hotpot-flavor-stepper{background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:10px;padding:16px 14px;display:flex;flex-direction:column;align-items:center;gap:10px;transition:border-color .25s ease}.hotpot-flavor-stepper.has-selection{border-color:var(--hotpot-gold)}.hotpot-flavor-stepper__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#efeae0}.hotpot-flavor-stepper__image-wrapper img{width:100%;height:100%;object-fit:contain;display:block}.hotpot-flavor-stepper__name{font-size:14px;text-align:center}.hotpot-flavor-stepper__controls{display:flex;align-items:center;gap:14px}.hotpot-flavor-stepper__button{width:28px;height:28px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg);color:var(--hotpot-ink);font-size:16px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.hotpot-flavor-stepper__button:hover{border-color:var(--hotpot-gold);background:var(--hotpot-gold-soft)}.hotpot-flavor-stepper__button:disabled{opacity:.35;cursor:not-allowed}.hotpot-flavor-stepper__count{min-width:18px;text-align:center;font-size:15px;font-weight:600}.hotpot-flavors-continue{display:block;margin:8px auto 0;background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:13px 30px;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.hotpot-flavors-continue:hover:not(:disabled){transform:translateY(-1px)}.hotpot-flavors-continue:disabled{opacity:.4;cursor:not-allowed}.hotpot-configurator__summary-bar{position:fixed;left:0;right:0;bottom:0;background:#f8f6f2eb;border-top:1px solid var(--hotpot-hairline);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:50;transform:translateY(100%);transition:transform .35s ease}.hotpot-configurator__summary-bar.is-visible{transform:translateY(0)}.hotpot-configurator__summary-bar-inner{max-width:960px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hotpot-configurator__summary-label{font-family:var(--hotpot-font-serif);font-size:15px;color:var(--hotpot-ink-muted)}.hotpot-configurator__summary-price{font-size:21px;color:var(--hotpot-gold);font-weight:600;margin-left:auto}.hotpot-configurator__add-button{background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:14px 30px;font-size:15px;font-weight:600;letter-spacing:.3px;cursor:pointer;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}.hotpot-configurator__add-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #b8862f4d}.hotpot-configurator__add-button:disabled{opacity:.4;cursor:not-allowed}.hotpot-configurator__empty-state{text-align:center;color:var(--hotpot-ink-muted);padding:40px 20px}@media(max-width:480px){.hotpot-configurator__summary-bar-inner{justify-content:center}.hotpot-configurator__summary-price{margin-left:0;width:100%;text-align:center}.hotpot-progress__label{font-size:9px}}.hotpot-flavors-group__hint-note{text-align:center;font-size:12px;color:var(--hotpot-ink-muted);margin:14px 0 0}.hotpot-step__intro-text{text-align:center;font-size:14px;color:var(--hotpot-ink-muted);margin:-12px 0 28px}.hotpot-extras-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:900px;margin:0 auto 36px}@media(max-width:700px){.hotpot-extras-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hotpot-extras-grid{grid-template-columns:1fr}}.hotpot-extra-card{background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:10px;overflow:hidden;display:flex;flex-direction:column;transition:border-color .25s ease}.hotpot-extra-card.has-selection{border-color:var(--hotpot-gold)}.hotpot-extra-card__image-wrapper{display:block;width:100%;aspect-ratio:4 / 3;background:#efeae0;overflow:hidden}.hotpot-extra-card__image-wrapper img{width:100%;height:100%;object-fit:contain;display:block}.hotpot-extra-card__body{padding:16px;display:flex;flex-direction:column;gap:6px}.hotpot-extra-card__title{font-family:var(--hotpot-font-serif);font-size:15.5px}.hotpot-extra-card__price{font-size:13px;color:var(--hotpot-gold);font-weight:600}.hotpot-extra-card__controls{display:flex;align-items:center;gap:14px;margin-top:8px}.hotpot-extra-card__button{width:26px;height:26px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg);color:var(--hotpot-ink);font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.hotpot-extra-card__button:hover{border-color:var(--hotpot-gold);background:var(--hotpot-gold-soft)}.hotpot-extra-card__count{min-width:16px;text-align:center;font-size:14px;font-weight:600}.hotpot-extra-flavor-group{max-width:900px;margin:0 auto 36px;padding:20px;border:1px solid var(--hotpot-hairline);border-radius:10px;background:var(--hotpot-bg-card)}.hotpot-extra-flavor-group__label{font-family:var(--hotpot-font-serif);font-size:16px;margin:0 0 16px;text-align:center}.hotpot-extra-flavor-group__price{font-family:inherit;font-size:12.5px;color:var(--hotpot-gold);font-weight:600}.hotpot-extras-grid--flavors{margin-bottom:0;grid-template-columns:repeat(4,1fr)}.hotpot-extras-grid--sauce{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.hotpot-extras-grid--flavors{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.hotpot-extras-grid--flavors{grid-template-columns:1fr}}.hotpot-extra-flavor-card{border:1px solid var(--hotpot-hairline);border-radius:8px;padding:14px;display:flex;flex-direction:column;align-items:center;gap:10px}.hotpot-extra-flavor-card__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1;border-radius:6px;overflow:hidden;background:#efeae0}.hotpot-extra-flavor-card__image-wrapper img{width:100%;height:100%;object-fit:contain;display:block}.hotpot-extra-flavor-card.has-selection{border-color:var(--hotpot-gold)}.hotpot-extra-flavor-card__name{font-size:13.5px}.hotpot-extras-continue{display:block;margin:8px auto 0;background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:13px 30px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease}.hotpot-extras-continue:hover{transform:translateY(-1px)}.hotpot-step__title strong{font-weight:700;color:var(--hotpot-gold)}.hotpot-progress__step.is-active .hotpot-progress__label,.hotpot-progress__step.is-complete .hotpot-progress__label{font-weight:700}.hotpot-progress{position:relative;opacity:1;transition:opacity 0s ease}.hotpot-progress.is-pinned{opacity:0}.hotpot-progress.is-pinned.is-visible{opacity:1}.hotpot-configurator__summary-price.is-provisional{font-size:17px;opacity:.85}.hotpot-step{scroll-margin-top:var(--hotpot-scroll-offset, 100px)}.hotpot-price-compare{text-decoration:line-through;color:var(--hotpot-ink-muted);font-weight:400;font-size:.85em;margin-right:6px}.hotpot-price-actual{color:var(--hotpot-gold);font-weight:700}.hotpot-extra-card__price-unit,.hotpot-extra-flavor-group__price{font-size:12px;color:var(--hotpot-ink-muted);font-weight:400}.hotpot-configurator__summary-price-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto}.hotpot-configurator__compare-price{order:-1;text-decoration:line-through;color:var(--hotpot-ink-muted);font-size:13px;font-weight:400;white-space:nowrap}.hotpot-configurator__summary-price{margin-left:0;white-space:nowrap}@media(max-width:480px){.hotpot-configurator__summary-bar-inner{flex-wrap:wrap;gap:8px}.hotpot-configurator__summary-price{font-size:17px}.hotpot-configurator__compare-price{font-size:11px}}.hotpot-summary-list{max-width:720px;margin:0 auto 20px;display:flex;flex-direction:column;gap:16px}.hotpot-summary-card{background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:12px;padding:20px 22px;position:relative}.hotpot-summary-card--current{border-color:var(--hotpot-gold);max-width:720px;margin:0 auto 20px}.hotpot-summary-card__remove{position:absolute;top:14px;right:14px;width:26px;height:26px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg);color:var(--hotpot-ink-muted);font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease}.hotpot-summary-card__remove:hover{border-color:#a6503f;color:#a6503f}.hotpot-summary-card__title{font-family:var(--hotpot-font-serif);font-size:17px;margin:0 0 14px}.hotpot-summary-card__row{display:flex;justify-content:space-between;gap:16px;font-size:13.5px;padding:7px 0;border-top:1px solid var(--hotpot-hairline)}.hotpot-summary-card__row:first-of-type{border-top:none}.hotpot-summary-card__row-label{color:var(--hotpot-ink-muted);flex-shrink:0}.hotpot-summary-card__row-value{text-align:right}.hotpot-summary-card__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-top:14px;padding-top:14px;border-top:1px solid var(--hotpot-hairline);font-size:15px}.hotpot-summary-add-another{display:block;margin:4px auto 32px;background:none;border:1px dashed var(--hotpot-gold);color:var(--hotpot-gold);border-radius:999px;padding:12px 26px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .2s ease}.hotpot-summary-add-another:hover{background:var(--hotpot-gold-soft)}.hotpot-summary-grand-total{max-width:720px;margin:0 auto;display:flex;align-items:baseline;justify-content:space-between;padding-top:20px;border-top:1px solid var(--hotpot-hairline)}.hotpot-summary-grand-total__label{font-family:var(--hotpot-font-serif);font-size:17px}.hotpot-summary-grand-total__price{display:flex;align-items:baseline;gap:8px;font-size:22px}.hotpot-summary-checkout-actions{max-width:720px;margin:0 auto 8px;text-align:center}.hotpot-summary-checkout-button{background:var(--hotpot-ink);color:#fff;border:none;border-radius:999px;padding:13px 30px;font-size:14px;font-weight:600;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.hotpot-summary-checkout-button:hover:not(:disabled){transform:translateY(-1px)}.hotpot-summary-checkout-button:disabled{opacity:.4;cursor:not-allowed}.hotpot-box-slider{position:relative;aspect-ratio:1 / 1;overflow:visible;background:transparent}@media(min-width:700px){.hotpot-box-slider{aspect-ratio:5 / 4}}.hotpot-persons-card--featured{border-color:var(--hotpot-gold)}.hotpot-persons-card__badge{position:absolute;top:12px;left:12px;background:var(--hotpot-gold);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:5px 10px;border-radius:999px;z-index:2}.hotpot-box-info__more-info{display:inline-block;margin-top:12px;font-size:12.5px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:3px;transition:color .2s ease}.hotpot-box-info__more-info:hover{color:var(--hotpot-gold)}.hotpot-extra-card__more-info{display:inline-block;font-size:11px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px;margin:2px 0 4px;transition:color .2s ease}.hotpot-extra-card__more-info:hover{color:var(--hotpot-gold)}.hotpot-extras-slider{position:relative;max-width:860px;margin:0 auto 36px;padding:0 8px}.hotpot-extras-slider__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:2px 2px 8px;-ms-overflow-style:none;scrollbar-width:none}.hotpot-extras-slider__track::-webkit-scrollbar{display:none}.hotpot-extras-slider .hotpot-extra-card{flex:0 0 calc(30% - 10px);scroll-snap-align:start;border-radius:12px;display:flex;flex-direction:column}.hotpot-extras-slider .hotpot-extra-card__image-wrapper{aspect-ratio:1 / 1;transition:opacity .2s ease}.hotpot-extras-slider .hotpot-extra-card__body{padding:16px;gap:6px;display:flex;flex-direction:column;flex:1}.hotpot-extras-slider .hotpot-extra-card__title{font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.hotpot-extra-card__bottom-group{margin-top:auto;display:flex;flex-direction:column;gap:6px}.hotpot-extras-slider .hotpot-extra-card__price{text-align:right;font-size:13px}.hotpot-extra-card__price-unit{display:none}.hotpot-extras-slider .hotpot-extra-card__more-info{text-align:center;margin:0}.hotpot-extras-slider .hotpot-extra-card__controls{justify-content:center;margin-top:0;padding-top:4px}@media(max-width:600px){.hotpot-extras-slider .hotpot-extra-card{flex:0 0 70%}}.hotpot-extras-slider__arrow{position:absolute;top:36%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg-card);color:var(--hotpot-ink);font-size:17px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;transition:border-color .2s ease,background .2s ease}.hotpot-extras-slider__arrow:hover{border-color:var(--hotpot-gold);background:var(--hotpot-gold-soft)}.hotpot-extras-slider__arrow--prev{left:-6px}.hotpot-extras-slider__arrow--next{right:-6px}@media(max-width:640px){.hotpot-extras-slider__arrow{display:none}}.hotpot-box-alt-divider{position:relative;text-align:center;max-width:400px;margin:32px auto 24px;color:var(--hotpot-ink-muted);font-size:12px;text-transform:uppercase;letter-spacing:1.5px}.hotpot-box-alt-divider:before,.hotpot-box-alt-divider:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:var(--hotpot-hairline)}.hotpot-box-alt-divider:before{left:0}.hotpot-box-alt-divider:after{right:0}.hotpot-box-alt-option{display:block;width:100%;max-width:480px;margin:0 auto;background:var(--hotpot-bg-card);border:1px dashed var(--hotpot-hairline);border-radius:12px;padding:20px 24px;text-align:center;cursor:pointer;transition:border-color .2s ease,background .2s ease}.hotpot-box-alt-option:hover{border-color:var(--hotpot-gold);background:var(--hotpot-gold-soft)}.hotpot-box-alt-option__title{display:block;font-family:var(--hotpot-font-serif);font-size:15.5px;color:var(--hotpot-ink);margin-bottom:4px}.hotpot-box-alt-option__text{display:block;font-size:13px;color:var(--hotpot-ink-muted)}.hotpot-choice-grid{max-width:1080px;margin:0 auto}.hotpot-choice-card--primary{position:relative;border:1px solid var(--hotpot-hairline);border-radius:16px;padding:16px}.hotpot-choice-card__label{position:absolute;top:-11px;left:24px;background:var(--hotpot-gold);color:#fff;font-size:10.5px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;padding:4px 12px;border-radius:999px}.hotpot-choice-divider{position:relative;text-align:center;max-width:400px;margin:32px auto 24px;color:var(--hotpot-ink-muted);font-size:12px;text-transform:uppercase;letter-spacing:1.5px}.hotpot-choice-divider:before,.hotpot-choice-divider:after{content:"";position:absolute;top:50%;width:42%;height:1px;background:var(--hotpot-hairline)}.hotpot-choice-divider:before{left:0}.hotpot-choice-divider:after{right:0}.hotpot-choice-card--secondary{display:block;width:100%;max-width:560px;margin:0 auto;background:var(--hotpot-bg-card);border:1.5px dashed var(--hotpot-gold);border-radius:14px;padding:24px 28px;text-align:center;cursor:pointer;transition:background .2s ease}.hotpot-choice-card--secondary:hover{background:var(--hotpot-gold-soft)}.hotpot-choice-card__title{display:block;font-family:var(--hotpot-font-serif);font-size:17px;color:var(--hotpot-ink);margin-bottom:6px}.hotpot-choice-card__text{display:block;font-size:13.5px;color:var(--hotpot-ink-muted);margin-bottom:12px}.hotpot-choice-card__cta{display:block;font-size:13px;font-weight:600;color:var(--hotpot-gold)}.hotpot-persons-card__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1;background:#efeae0;overflow:hidden;border-radius:12px 12px 0 0;line-height:0}.hotpot-persons-card__image-wrapper img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.hotpot-persons-card__contents{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:12px;border-top:1px solid var(--hotpot-hairline)}.hotpot-content-chip{background:var(--hotpot-gold-soft);color:var(--hotpot-ink);font-size:11.5px;padding:4px 10px;border-radius:999px;line-height:1.4}.hotpot-flavor-stepper__name{font-weight:700}.hotpot-flavor-stepper__subtitle{display:block;font-size:11.5px;color:var(--hotpot-ink-muted);font-weight:400;margin-top:2px}.hotpot-extra-flavor-card__subtitle{display:block;font-size:11px;color:var(--hotpot-ink-muted);font-weight:400;margin-top:2px}.hotpot-summary-line{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 0;font-size:13px}.hotpot-summary-line__label{color:var(--hotpot-ink-muted);flex:1}.hotpot-summary-line__controls{display:flex;align-items:center;gap:8px;flex-shrink:0}.hotpot-summary-line__qty-button{width:22px;height:22px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg);color:var(--hotpot-ink);font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer}.hotpot-summary-line__qty-button:hover{border-color:var(--hotpot-gold);background:var(--hotpot-gold-soft)}.hotpot-summary-line__remove{width:22px;height:22px;border-radius:50%;border:1px solid var(--hotpot-hairline);background:var(--hotpot-bg);color:var(--hotpot-ink-muted);font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease}.hotpot-summary-line__remove:hover{border-color:#a6503f;color:#a6503f}.hotpot-step__intro-richtext{max-width:620px;margin:0 auto 32px;text-align:center;font-size:14px;line-height:1.7;color:var(--hotpot-ink-muted)}.hotpot-persons-card__contents-label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--hotpot-gold);margin-top:10px;padding-top:12px;border-top:1px solid var(--hotpot-hairline)}.hotpot-persons-card__contents{margin-top:6px;padding-top:0;border-top:none}.hotpot-summary-card__edit{position:absolute;top:14px;right:48px;background:none;border:none;font-size:12px;font-weight:600;color:var(--hotpot-gold);cursor:pointer;text-decoration:underline;text-underline-offset:2px}.hotpot-summary-card__edit:hover{color:var(--hotpot-ink)}.hotpot-summary-card--current .hotpot-summary-card__edit{position:static;display:inline-block;margin-bottom:14px}.hotpot-summary-cart-link{display:block;text-align:center;margin-top:10px;font-size:13px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px}.hotpot-summary-cart-link:hover{color:var(--hotpot-gold)}.hotpot-summary-card__included-label{font-size:10.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--hotpot-gold);margin-top:12px;margin-bottom:4px}.hotpot-skip-card{display:flex;align-items:center;gap:18px;width:100%;max-width:520px;margin:28px auto 0;background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:12px;padding:14px;text-align:left;cursor:pointer;transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.hotpot-skip-card:hover{border-color:var(--hotpot-gold);transform:translateY(-2px);box-shadow:0 12px 24px #2b241e12}.hotpot-skip-card__image-wrapper{display:block;flex-shrink:0;width:76px;height:76px;border-radius:8px;overflow:hidden;background:#efeae0}.hotpot-skip-card__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.hotpot-skip-card__body{display:flex;flex-direction:column;gap:2px}.hotpot-skip-card__title{font-family:var(--hotpot-font-serif);font-size:15px;color:var(--hotpot-ink)}.hotpot-skip-card__text{font-size:12.5px;color:var(--hotpot-gold);font-weight:600}.hotpot-skip-card__price{margin-top:4px;font-size:13px}.hotpot-flavor-stepper__name,.hotpot-flavor-stepper__subtitle,.hotpot-extra-flavor-card__name,.hotpot-extra-flavor-card__subtitle{display:block;width:100%;text-align:center}.hotpot-summary-card__edit--inline{margin-left:8px;font-size:11px}.hotpot-configurator__cart-link{position:relative;display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px;white-space:nowrap}.hotpot-configurator__cart-link:hover{color:var(--hotpot-gold)}.hotpot-configurator__cart-badge{display:inline-flex;align-items:center;justify-content:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#a6503f;color:#fff;font-size:10.5px;font-weight:700;line-height:1}.hotpot-extra-flavor-group__more-info{display:block;text-align:center;font-size:12px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px;margin:-8px 0 20px}.hotpot-extra-flavor-group__more-info:hover{color:var(--hotpot-gold)}.hotpot-extra-card__variant-select{width:100%;border:1.5px solid var(--hotpot-hairline);border-radius:999px;background:var(--hotpot-bg-card);color:var(--hotpot-ink);font-size:12.5px;padding:7px 12px;margin:2px 0;outline:none}.hotpot-extra-card__variant-select:focus{border-color:var(--hotpot-gold)}@media(max-width:480px){.hotpot-progress{padding:12px 6px 0}.hotpot-progress__track{left:20px;right:20px}.hotpot-progress__dot{width:24px;height:24px;font-size:11px}.hotpot-progress__label{font-size:8.5px;letter-spacing:.1px;white-space:nowrap}.hotpot-configurator{padding-left:10px;padding-right:10px}}.hotpot-skip-text-block{display:block;width:100%;max-width:520px;margin:28px auto 0;background:none;border:none;padding:0;text-align:center;font-size:13.5px;line-height:1.6;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:3px;cursor:pointer}.hotpot-skip-text-block:hover{color:var(--hotpot-gold)}.hotpot-single-choice-group{max-width:520px;margin:0 auto 32px;text-align:center}.hotpot-single-choice-photo-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:14px;margin-top:14px}.hotpot-choice-photo-card{position:relative;background:var(--hotpot-bg-card);border:1.5px solid var(--hotpot-hairline);border-radius:12px;padding:12px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.hotpot-choice-photo-card:hover{transform:translateY(-2px)}.hotpot-choice-photo-card.is-selected{border-color:var(--hotpot-gold);box-shadow:0 0 0 1px var(--hotpot-gold)}.hotpot-choice-photo-card__image-wrapper{display:block;width:100%;aspect-ratio:1 / 1;border-radius:8px;overflow:hidden;background:#efeae0;margin-bottom:10px}.hotpot-choice-photo-card__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.hotpot-choice-photo-card__name{display:block;font-size:13.5px;font-weight:600;color:var(--hotpot-ink)}.hotpot-choice-photo-card__check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:var(--hotpot-gold);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .2s ease}.hotpot-choice-photo-card.is-selected .hotpot-choice-photo-card__check{opacity:1;transform:scale(1)}.hotpot-single-choice-note{font-size:11.5px;color:var(--hotpot-ink-muted);margin-top:10px}.hotpot-progress.is-pinned{position:fixed!important;top:var(--hotpot-header-offset, 0px);left:0;right:0;width:auto;max-width:640px;margin-left:auto;margin-right:auto;z-index:40}.hotpot-progress-spacer{width:100%}.hotpot-summary-add-to-cart-button{display:block;width:fit-content;margin:4px auto 12px;background:transparent;color:var(--hotpot-gold);border:1.5px solid var(--hotpot-gold);border-radius:999px;padding:12px 26px;font-size:13.5px;font-weight:600;cursor:pointer;transition:background .2s ease}.hotpot-summary-add-to-cart-button:hover{background:var(--hotpot-gold-soft)}.hotpot-flavors-error{text-align:center;color:#a6503f;font-size:13px;margin:10px auto 0;max-width:480px}.hotpot-step__skip-to-summary{background:none;border:none;padding:0;color:var(--hotpot-gold);font-size:inherit;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.hotpot-step__skip-to-summary:hover{color:var(--hotpot-ink)}.hotpot-summary-tax-note{text-align:center;font-size:11.5px;font-style:italic;color:var(--hotpot-ink-muted);margin:8px 0 0}@media(max-width:600px){.hotpot-extras-grid--flavors,.hotpot-extras-grid--sauce{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:4px;-ms-overflow-style:none;scrollbar-width:none}.hotpot-extras-grid--flavors::-webkit-scrollbar,.hotpot-extras-grid--sauce::-webkit-scrollbar{display:none}.hotpot-extras-grid--flavors .hotpot-extra-flavor-card,.hotpot-extras-grid--sauce .hotpot-extra-flavor-card{flex:0 0 70%;scroll-snap-align:start}}.hotpot-step1-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:1000px;margin:0 auto}@media(max-width:860px){.hotpot-step1-grid{grid-template-columns:1fr;max-width:440px}}.hotpot-step1-card{position:relative;background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.hotpot-step1-card--featured{border-color:var(--hotpot-gold)}.hotpot-step1-card__label{position:absolute;top:10px;left:10px;z-index:2;background:var(--hotpot-gold);color:#fff;font-size:10px;font-weight:700;letter-spacing:.4px;text-transform:uppercase;padding:4px 10px;border-radius:999px}.hotpot-step1-card__image-wrapper{aspect-ratio:4 / 3;background:#efeae0;overflow:hidden}.hotpot-step1-card__body--centered{justify-content:center;text-align:center;min-height:100%}.hotpot-step1-card__text{font-size:13px;color:var(--hotpot-ink-muted);margin:0}.hotpot-step1-pair{display:grid;grid-template-columns:1fr 1fr;gap:32px;max-width:1080px;margin:0 auto}.hotpot-step1-pair .hotpot-box-layout{margin:0}@media(max-width:860px){.hotpot-step1-pair{grid-template-columns:1fr;gap:40px}}.hotpot-step1-card{background:var(--hotpot-bg-card);border:1px solid var(--hotpot-hairline);border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.hotpot-step1-card__text{padding:16px 18px 0;font-size:12.5px;line-height:1.6;color:var(--hotpot-ink-muted)}.hotpot-step1-card__image-wrapper{aspect-ratio:3 / 4;background:#efeae0;overflow:hidden;margin-top:12px}.hotpot-step1-card__image-wrapper img{width:100%;height:100%;object-fit:cover;display:block}.hotpot-step1-card__body{padding:18px 20px;display:flex;flex-direction:column;gap:6px;flex:1}.hotpot-step1-card__title{font-family:var(--hotpot-font-serif);font-size:16px;font-weight:400;color:var(--hotpot-ink);margin:0}.hotpot-step1-card__subtext{font-size:13px;color:var(--hotpot-ink-muted);margin:0}.hotpot-step1-card__price{font-size:15px}.hotpot-step1-card__price-label{font-size:12px;color:var(--hotpot-ink-muted);margin-right:4px}.hotpot-step1-card__more-info{font-size:11.5px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px}.hotpot-step1-card__more-info:hover{color:var(--hotpot-gold)}.hotpot-step1-card__button{margin-top:auto;background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:11px 20px;font-size:13.5px;font-weight:600;cursor:pointer;transition:transform .2s ease}.hotpot-step1-card__button:hover{transform:translateY(-1px)}@media(max-width:860px){.hotpot-step1-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:6px;-ms-overflow-style:none;scrollbar-width:none}.hotpot-step1-track::-webkit-scrollbar{display:none}.hotpot-step1-card{flex:0 0 78%;scroll-snap-align:start}}.hotpot-configurator__summary-bar-inner{flex-wrap:wrap;gap:12px 20px}.hotpot-configurator__totals{display:flex;flex-direction:column;gap:2px;margin-right:auto}.hotpot-configurator__totals-row{display:flex;align-items:baseline;gap:8px;font-size:12px}.hotpot-configurator__totals-label{color:var(--hotpot-ink-muted);white-space:nowrap}.hotpot-configurator__totals-row--cart{padding-top:2px;border-top:1px solid var(--hotpot-hairline)}.hotpot-configurator__cart-total-price{font-size:14px;font-weight:600;color:var(--hotpot-ink)}@media(max-width:480px){.hotpot-configurator__totals{width:100%;margin-right:0}}.hotpot-summary-card__box-included{font-size:12.5px;color:var(--hotpot-ink-muted);margin:4px 0 0;line-height:1.6}.hotpot-summary-card__section-title{display:flex;align-items:center;gap:8px;font-size:10.5px;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--hotpot-gold);margin-top:16px;margin-bottom:4px}.hotpot-summary-card__section-title--divider{padding-top:14px;border-top:1px solid var(--hotpot-hairline)}.hotpot-step1-pair{display:grid;grid-template-columns:1fr 1fr;gap:28px;max-width:1000px;margin:0 auto}@media(max-width:860px){.hotpot-step1-pair{grid-template-columns:1fr;gap:24px}}.hotpot-choice-frame{display:flex;flex-direction:column;align-items:center;text-align:center;background:var(--hotpot-bg-card);border:1.5px solid var(--hotpot-hairline);border-radius:18px;padding:28px 26px 24px;transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.hotpot-choice-frame:hover{border-color:var(--hotpot-gold);box-shadow:0 16px 32px #b8862f24;transform:translateY(-3px)}.hotpot-choice-frame.is-selected{border-color:var(--hotpot-gold);border-width:2px;box-shadow:0 0 0 1px var(--hotpot-gold),0 16px 32px #b8862f2e}.hotpot-choice-frame__text{font-size:13px;line-height:1.6;color:var(--hotpot-ink-muted);margin-bottom:14px;max-width:320px}.hotpot-choice-frame__title{font-family:var(--hotpot-font-serif);font-size:19px;font-weight:400;color:var(--hotpot-ink);margin:0 0 18px}.hotpot-choice-frame__image-wrapper{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.hotpot-choice-frame__image-wrapper img{max-width:90%;max-height:90%;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 20px 30px rgba(43,36,30,.14))}.hotpot-choice-frame__footer{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;width:100%;padding-top:18px;border-top:1px solid var(--hotpot-hairline)}.hotpot-choice-frame__price{font-size:18px}.hotpot-choice-frame__price-label{font-size:12.5px;color:var(--hotpot-ink-muted);font-weight:400;margin-right:4px}.hotpot-choice-frame__button{background:var(--hotpot-gold);color:#fff;border:none;border-radius:999px;padding:12px 26px;font-size:13.5px;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.hotpot-choice-frame__button:hover{transform:translateY(-1px);box-shadow:0 8px 20px #b8862f47}.hotpot-choice-frame__more-info{display:inline-block;margin-top:12px;font-size:12px;color:var(--hotpot-ink-muted);text-decoration:underline;text-underline-offset:2px}.hotpot-choice-frame__more-info:hover{color:var(--hotpot-gold)}.hotpot-configurator__totals-label em{font-style:normal;font-size:10.5px;color:var(--hotpot-ink-muted);opacity:.85}
/*# sourceMappingURL=/cdn/shop/t/5/assets/hotpot-configurator.css.map */
