.gcw-wrap-open { overflow: hidden; }
.gcw-wrap [x-cloak] { display: none !important; }
.gcw-wrap__modal { align-items: center; display: flex; inset: 0; justify-content: center; padding: 24px; position: fixed; z-index: 1000; }
.gcw-wrap__backdrop { background: rgba(25, 20, 18, .62); border: 0; inset: 0; position: absolute; width: 100%; }
.gcw-wrap__panel { background: #fff; border-radius: 18px; box-shadow: 0 28px 80px rgba(31, 22, 18, .28); display: flex; flex-direction: column; max-height: calc(100vh - 48px); max-width: 1180px; overflow: hidden; position: relative; width: 100%; }
.gcw-wrap__header { align-items: flex-start; border-bottom: 1px solid #ebe6e2; display: flex; justify-content: space-between; padding: 24px 28px 20px; }
.gcw-wrap__header h2 { color: #211c1a; font-size: 28px; font-weight: 700; line-height: 1.2; margin: 3px 0 0; }
.gcw-wrap__eyebrow { color: #9b2929; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.gcw-wrap__close { align-items: center; background: #f6f3f1; border: 0; border-radius: 50%; display: flex; height: 42px; justify-content: center; margin-left: 20px; width: 42px; }
.gcw-wrap__close:hover { background: #eee8e4; }
.gcw-wrap__body { display: grid; flex: 1; grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.35fr); min-height: 0; overflow: hidden; }
.gcw-wrap__wines, .gcw-wrap__recommendations { overflow-y: auto; padding: 24px 28px; }
.gcw-wrap__wines { border-right: 1px solid #ebe6e2; }
.gcw-wrap__recommendations { background: #fcfbfa; }
.gcw-wrap__section-title, .gcw-wrap__section-title > div { align-items: flex-start; display: flex; justify-content: space-between; }
.gcw-wrap__section-title { margin-bottom: 18px; }
.gcw-wrap__section-title h3 { color: #282220; font-size: 17px; font-weight: 700; line-height: 1.25; margin: 0 0 3px; }
.gcw-wrap__section-title p { color: #827a75; font-size: 12px; margin: 0; }
.gcw-wrap__text-button { background: none; border: 0; color: #8f2528; font-size: 12px; font-weight: 700; padding: 5px; }
.gcw-wrap__distribution-choice { align-items: center; display: flex; flex: 1; flex-direction: column; justify-content: center; min-height: 430px; overflow-y: auto; padding: 42px 28px; text-align: center; }
.gcw-wrap__distribution-intro h3 { color: #282220; font-size: 24px; font-weight: 700; line-height: 1.2; margin: 8px 0; }
.gcw-wrap__distribution-intro { max-width: 620px; }
.gcw-wrap__distribution-intro p { color: #746b66; font-size: 13px; line-height: 1.5; margin: 0; }
.gcw-wrap__intent-card { background: #fff; border: 1px solid #e0d9d5; border-radius: 16px; box-shadow: 0 12px 34px rgba(61, 43, 35, .07); margin-top: 24px; max-width: 760px; padding: 18px; text-align: left; width: 100%; }
.gcw-wrap__intent-options { display: grid; gap: 10px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.gcw-wrap__intent-option { align-items: center; background: #fff; border: 1px solid #ddd6d1; border-radius: 12px; color: #39312e; display: flex; gap: 11px; min-height: 82px; padding: 13px; text-align: left; transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease; }
.gcw-wrap__intent-option:hover { background: #fdfaf9; border-color: #b99b99; }
.gcw-wrap__intent-option.is-active { background: #fff8f8; border-color: #92272a; box-shadow: 0 0 0 1px #92272a; }
.gcw-wrap__intent-option:focus-visible, .gcw-wrap__distribution-continue:focus-visible, .gcw-wrap__exact-suggestion:focus-visible { outline: 2px solid #92272a; outline-offset: 2px; }
.gcw-wrap__intent-icon { align-items: center; background: #f5efed; border-radius: 9px; color: #92272a; display: flex; flex: 0 0 auto; font-size: 13px; font-weight: 800; height: 40px; justify-content: center; width: 40px; }
.gcw-wrap__intent-option.is-active .gcw-wrap__intent-icon { background: #92272a; color: #fff; }
.gcw-wrap__intent-option > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.gcw-wrap__intent-option strong { font-size: 13px; line-height: 1.25; }
.gcw-wrap__intent-option small { color: #827974; font-size: 10px; line-height: 1.35; margin-top: 3px; }
.gcw-wrap__recipient-picker { border-top: 1px solid #ebe5e1; margin-top: 16px; padding-top: 16px; }
.gcw-wrap__recipient-picker-head { align-items: center; display: flex; justify-content: space-between; }
.gcw-wrap__recipient-picker-head label { color: #403936; font-size: 12px; font-weight: 700; }
.gcw-wrap__recipient-stepper { align-items: center; background: #f6f1ef; border-radius: 10px; display: flex; overflow: hidden; }
.gcw-wrap__recipient-stepper button { background: transparent; border: 0; color: #842629; font-size: 18px; height: 40px; width: 38px; }
.gcw-wrap__recipient-stepper button:disabled { color: #c7bfbb; cursor: not-allowed; }
.gcw-wrap__recipient-stepper input { appearance: textfield; background: #fff; border: 1px solid #ddd5d0; border-radius: 8px; color: #312a27; font-size: 14px; font-weight: 700; height: 34px; padding: 0 4px; text-align: center; width: 56px; }
.gcw-wrap__recipient-stepper input::-webkit-inner-spin-button, .gcw-wrap__recipient-stepper input::-webkit-outer-spin-button { appearance: none; margin: 0; }
.gcw-wrap__recipient-preview { align-items: center; background: #f8f5f3; border-radius: 10px; display: flex; gap: 12px; justify-content: space-between; margin-top: 12px; padding: 11px 12px; }
.gcw-wrap__recipient-preview > div { display: flex; flex-direction: column; min-width: 0; }
.gcw-wrap__recipient-preview strong { color: #433b37; font-size: 12px; }
.gcw-wrap__recipient-preview small { color: #817873; font-size: 10px; line-height: 1.35; margin-top: 2px; }
.gcw-wrap__distribution-kind { background: #f3e8e6; border-radius: 999px; color: #8c2b2e; flex: 0 0 auto; font-size: 9px; font-weight: 700; padding: 5px 8px; white-space: nowrap; }
.gcw-wrap__distribution-kind.is-identical { background: #eaf4eb; color: #397044; }
.gcw-wrap__recipient-groups { display: grid; gap: 8px; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 10px; max-height: 250px; overflow-y: auto; }
.gcw-wrap__recipient-groups.is-preview { max-height: 170px; }
.gcw-wrap__recipient-group { background: #fff; border: 1px solid #e3dcd8; border-radius: 10px; min-width: 0; padding: 10px; }
.gcw-wrap__recipient-group-head { align-items: baseline; display: flex; gap: 8px; justify-content: space-between; }
.gcw-wrap__recipient-group-head strong { color: #403835; font-size: 11px; }
.gcw-wrap__recipient-group-head small { color: #8a817c; flex: 0 0 auto; font-size: 9px; }
.gcw-wrap__recipient-group ul { color: #6f6661; font-size: 10px; list-style: none; margin: 7px 0 0; padding: 0; }
.gcw-wrap__recipient-group li { display: flex; gap: 5px; line-height: 1.4; min-width: 0; }
.gcw-wrap__recipient-group li b { color: #92272a; flex: 0 0 auto; }
.gcw-wrap__recipient-group li span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gcw-wrap__exact-suggestion { align-items: center; background: transparent; border: 0; color: #8f2528; display: grid; font-size: 10px; gap: 8px; grid-template-columns: auto minmax(0, 1fr) auto; margin-top: 11px; padding: 7px 3px; text-align: left; width: 100%; }
.gcw-wrap__exact-suggestion > span:first-child { background: #f4e9e7; border-radius: 999px; font-size: 8px; font-weight: 700; padding: 4px 7px; text-transform: uppercase; }
.gcw-wrap__exact-suggestion strong { font-size: 11px; }
.gcw-wrap__distribution-continue { align-items: center; background: #992b2e; border: 1px solid #992b2e; border-radius: 24px; color: #fff; display: flex; font-size: 12px; font-weight: 700; gap: 10px; justify-content: center; margin: 15px 0 0 auto; min-height: 42px; padding: 0 20px; }
.gcw-wrap__distribution-continue:hover { background: #7f2023; }
.gcw-wrap__distribution-continue:disabled { background: #c8c0bc; border-color: #c8c0bc; cursor: not-allowed; }
.gcw-wrap__distribution-summary { align-items: center; background: #f8f5f3; border-radius: 10px; display: flex; justify-content: space-between; margin: -2px 0 14px; padding: 9px 11px; }
.gcw-wrap__distribution-summary > span { display: flex; flex-direction: column; min-width: 0; }
.gcw-wrap__distribution-summary strong { color: #483f3b; font-size: 11px; }
.gcw-wrap__distribution-summary small { color: #8a817c; font-size: 9px; margin-top: 1px; }
.gcw-wrap__distribution-summary button { background: none; border: 0; color: #8f2528; flex: 0 0 auto; font-size: 10px; font-weight: 700; padding: 5px; }
.gcw-wrap__recipient-breakdown { background: #fff; border: 1px solid #e2dbd7; border-radius: 13px; margin-bottom: 16px; padding: 13px; }
.gcw-wrap__recipient-breakdown-head { align-items: flex-start; display: flex; gap: 12px; justify-content: space-between; }
.gcw-wrap__recipient-breakdown-head h4 { color: #3d3532; font-size: 13px; font-weight: 700; margin: 0; }
.gcw-wrap__recipient-breakdown-head p { color: #817873; font-size: 10px; line-height: 1.4; margin: 3px 0 0; max-width: 460px; }
.gcw-wrap__wine-list { display: grid; gap: 10px; }
.gcw-wrap__wine { align-items: center; border: 1px solid #e4deda; border-radius: 12px; display: flex; min-height: 82px; padding: 8px; transition: .16s ease; }
.gcw-wrap__wine.is-selected { background: #fcfaf9; border-color: #d5cac5; }
.gcw-wrap__wine.is-unavailable { background: #faf9f8; opacity: .58; }
.gcw-wrap__wine.is-unavailable .gcw-wrap__wine-main { cursor: not-allowed; }
.gcw-wrap__wine-main { align-items: center; background: transparent; border: 0; display: flex; flex: 1; min-width: 0; padding: 0; text-align: left; }
.gcw-wrap__wine-image { align-items: center; background: #f8f5f3; border-radius: 8px; color: #b7aaa4; display: flex; flex: 0 0 auto; height: 62px; justify-content: center; margin: 0 10px; overflow: hidden; position: relative; width: 52px; }
.gcw-wrap__wine-image > svg { height: 32px; width: 20px; }
.gcw-wrap__wine-image > img { background: #fff; height: 100%; inset: 0; object-fit: contain; position: absolute; width: 100%; }
.gcw-wrap__check { align-items: center; border: 1px solid #bdb5af; border-radius: 5px; color: white; display: flex; flex: 0 0 auto; height: 20px; justify-content: center; width: 20px; }
.is-selected .gcw-wrap__check { background: #92272a; border-color: #92272a; }
.gcw-wrap__check svg { height: 16px; width: 16px; }
.gcw-wrap__wine-copy { display: flex; flex-direction: column; min-width: 0; }
.gcw-wrap__wine-copy strong { color: #302926; font-size: 13px; line-height: 1.3; }
.gcw-wrap__wine-copy small { color: #8b827d; font-size: 11px; margin-top: 4px; }
.gcw-wrap__wine-copy em { color: #8f2528; font-size: 10px; font-style: normal; margin-top: 3px; }
.gcw-wrap__wine-copy em.gcw-wrap__unwrapped { color: #8a6424; }
.gcw-wrap__quantity { align-items: center; background: #f5efed; border-radius: 8px; display: flex; flex: 0 0 auto; margin-left: 6px; overflow: hidden; }
.gcw-wrap__quantity button { background: transparent; border: 0; color: #782225; font-size: 18px; height: 38px; width: 30px; }
.gcw-wrap__quantity span { align-items: center; display: flex; flex-direction: column; min-width: 54px; }
.gcw-wrap__quantity b { font-size: 13px; line-height: 1; }
.gcw-wrap__quantity small { color: #8f8782; font-size: 8px; margin-top: 3px; }
.gcw-wrap__existing { border-top: 1px solid #ebe6e2; margin-top: 20px; padding-top: 18px; }
.gcw-wrap__existing h4 { color: #5c5450; font-size: 12px; font-weight: 700; margin: 0 0 10px; text-transform: uppercase; }
.gcw-wrap__existing article { align-items: center; background: #f8f6f4; border-radius: 10px; display: flex; gap: 10px; margin-top: 8px; padding: 8px; }
.gcw-wrap__existing-media { align-items: center; background: #eee9e6; border-radius: 6px; color: #ad9f98; display: flex; flex: 0 0 auto; height: 42px; justify-content: center; overflow: hidden; position: relative; width: 42px; }
.gcw-wrap__existing-media > svg { height: 22px; width: 22px; }
.gcw-wrap__existing-media > img { background: #fff; height: 100%; inset: 0; object-fit: contain; position: absolute; width: 100%; }
.gcw-wrap__existing span { display: flex; flex: 1; flex-direction: column; min-width: 0; }
.gcw-wrap__existing strong { font-size: 12px; }
.gcw-wrap__existing small { color: #8a817c; font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.gcw-wrap__existing button { background: none; border: 0; color: #8f2528; font-size: 11px; font-weight: 700; }
.gcw-wrap__rechecking { align-items: center; color: #8c837e; display: flex; font-size: 11px; gap: 6px; }
.gcw-wrap__result-status { color: #817873; font-size: 11px; font-weight: 600; white-space: nowrap; }
.gcw-wrap__spinner { animation: gcw-wrap-spin .7s linear infinite; border: 2px solid currentColor; border-right-color: transparent; border-radius: 50%; display: inline-block; height: 16px; width: 16px; }
@keyframes gcw-wrap-spin { to { transform: rotate(360deg); } }
.gcw-wrap__loading { align-items: center; color: #5b514c; display: flex; flex: 1; flex-direction: column; gap: 8px; justify-content: center; min-height: 360px; }
.gcw-wrap__loading .gcw-wrap__spinner { color: #92272a; height: 30px; width: 30px; }
.gcw-wrap__loading small { color: #918883; }
.gcw-wrap__error { background: #fff0f0; border-bottom: 1px solid #e7bcbc; color: #8d2428; font-size: 13px; padding: 11px 28px; }
.gcw-wrap__empty, .gcw-wrap__prompt { align-items: center; color: #6d645f; display: flex; flex-direction: column; justify-content: center; min-height: 220px; padding: 30px; text-align: center; }
.gcw-wrap__empty strong, .gcw-wrap__prompt strong { color: #403936; font-size: 15px; }
.gcw-wrap__empty p, .gcw-wrap__prompt p { font-size: 12px; margin: 6px 0 0; max-width: 340px; }
.gcw-wrap__prompt > span { font-size: 34px; margin-bottom: 12px; }
.gcw-wrap__plan-browser { margin-bottom: 14px; }
.gcw-wrap__plan-navigation { align-items: center; display: none; flex: 0 0 auto; gap: 6px; justify-content: flex-end; margin-bottom: 10px; }
.gcw-wrap__plan-navigation > span { color: #7f7671; font-size: 10px; margin-right: 2px; }
.gcw-wrap__plan-navigation button { align-items: center; background: #fff; border: 1px solid #d8d0cb; border-radius: 50%; color: #5e5550; display: flex; height: 40px; justify-content: center; padding: 0; width: 40px; }
.gcw-wrap__plan-navigation button:hover:not(:disabled) { border-color: #92272a; color: #92272a; }
.gcw-wrap__plan-navigation button:disabled { color: #c6bfbb; cursor: not-allowed; }
.gcw-wrap__plan-navigation svg { height: 20px; width: 20px; }
.gcw-wrap__plan-options { border: 0; display: flex; gap: 10px; margin: 0; min-width: 0; padding: 2px; }
.gcw-wrap__plan-options:disabled { opacity: .62; }
.gcw-wrap__sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.gcw-wrap__plan-option { align-items: center; background: #fff; border: 1px solid #ded7d2; border-radius: 14px; box-sizing: border-box; cursor: pointer; display: grid; flex: 1 1 0; gap: 14px; grid-template-columns: 68px minmax(0, 1fr) 24px; height: 104px; min-width: 0; overflow: hidden; padding: 14px 16px; position: relative; transition: background-color .16s ease, border-color .16s ease, box-shadow .16s ease; }
.gcw-wrap__plan-option:hover { background: #fdfbf9; border-color: #b99b99; }
.gcw-wrap__plan-option.is-active { background: #fffafa; border-color: #92272a; box-shadow: 0 0 0 1px #92272a; }
.gcw-wrap__plan-option:focus-within { outline: 2px solid #92272a; outline-offset: 2px; }
.gcw-wrap__plan-option > input { height: 1px; opacity: 0; pointer-events: none; position: absolute; width: 1px; }
.gcw-wrap__plan-option-media { align-items: center; background: #f8f5f3; border-radius: 10px; display: flex; height: 68px; justify-content: center; overflow: hidden; width: 68px; }
.gcw-wrap__plan-option-media img { background: #fff; height: 100%; object-fit: contain; width: 100%; }
.gcw-wrap__plan-option-copy { align-items: center; display: flex; justify-content: center; min-width: 0; }
.gcw-wrap__plan-option-price { color: #302926; font-size: 16px; line-height: 1.15; white-space: nowrap; }
.gcw-wrap__plan-radio { align-items: center; border: 1px solid #bdb5af; border-radius: 50%; color: transparent; display: flex; flex: 0 0 auto; height: 20px; justify-content: center; width: 20px; }
.gcw-wrap__plan-radio svg { height: 14px; width: 14px; }
.gcw-wrap__plan-option.is-active .gcw-wrap__plan-radio { background: #92272a; border-color: #92272a; color: #fff; }
.gcw-wrap__plan-details { border-top: 1px solid #e5dfdb; margin-top: 4px; padding-top: 4px; }
.gcw-wrap__plan-details > summary { align-items: center; color: #4d4541; cursor: pointer; display: flex; justify-content: space-between; list-style: none; min-height: 52px; padding: 8px 2px; }
.gcw-wrap__plan-details > summary::-webkit-details-marker { display: none; }
.gcw-wrap__plan-details > summary > span { display: flex; flex-direction: column; }
.gcw-wrap__plan-details > summary strong { font-size: 12px; }
.gcw-wrap__plan-details > summary small { color: #8a817c; font-size: 10px; margin-top: 2px; }
.gcw-wrap__plan-details > summary > svg { color: #746b66; flex: 0 0 auto; height: 20px; transition: transform .16s ease; width: 20px; }
.gcw-wrap__plan-details[open] > summary > svg { transform: rotate(180deg); }
.gcw-wrap__plan-details > summary:focus-visible { border-radius: 6px; outline: 2px solid #92272a; outline-offset: 2px; }
.gcw-wrap__package-list { display: grid; gap: 10px; }
.gcw-wrap__package { align-items: flex-start; background: #fff; border: 1px solid #e1dad6; border-radius: 13px; display: flex; padding: 12px; }
.gcw-wrap__package-image { align-items: center; background: #f8f5f3; border-radius: 9px; color: #b7aaa4; display: flex; flex: 0 0 auto; height: 86px; justify-content: center; overflow: hidden; position: relative; width: 86px; }
.gcw-wrap__package-image > svg { height: 34px; width: 34px; }
.gcw-wrap__package-image img { background: #fff; border-radius: 9px; height: 100%; inset: 0; object-fit: contain; position: absolute; width: 100%; }
.gcw-wrap__package-image > span { background: #8f2528; border-radius: 14px; color: #fff; font-size: 10px; font-weight: 700; padding: 3px 7px; position: absolute; right: 4px; top: 4px; z-index: 1; }
.gcw-wrap__package-copy { display: flex; flex: 1; flex-direction: column; min-width: 0; padding: 2px 12px; }
.gcw-wrap__package-copy > strong { color: #302926; font-size: 14px; }
.gcw-wrap__package-copy > small { color: #2d713b; font-size: 10px; margin-top: 3px; }
.gcw-wrap__package-copy ul { color: #766e69; font-size: 10px; list-style: none; margin: 8px 0 0; padding: 0; }
.gcw-wrap__package-copy li { display: flex; gap: 5px; line-height: 1.4; }
.gcw-wrap__package-copy li span:first-child { color: #9b2929; font-weight: 700; }
.gcw-wrap__package-price { color: #2f2825; font-size: 13px; white-space: nowrap; }
.gcw-wrap__warnings { background: #fff7e7; border-radius: 9px; color: #755b25; font-size: 11px; list-style: none; margin: 14px 0 0; padding: 10px 12px; }
.gcw-wrap__warnings li + li { margin-top: 4px; }
.gcw-wrap__footer { align-items: center; border-top: 1px solid #e5dfdb; display: flex; gap: 10px; padding: 16px 28px; }
.gcw-wrap__footer-spacer { flex: 1; }
.gcw-wrap__footer button { border-radius: 24px; font-size: 13px; font-weight: 700; min-height: 44px; padding: 0 20px; }
.gcw-wrap__cancel { background: white; border: 1px solid #cfc7c2; color: #4b433f; }
.gcw-wrap__apply { align-items: center; background: #992b2e; border: 1px solid #992b2e; color: white; display: flex; gap: 8px; justify-content: center; min-width: 190px; }
.gcw-wrap__apply:hover { background: #7f2023; }
.gcw-wrap__apply:disabled { background: #c8c0bc; border-color: #c8c0bc; cursor: not-allowed; }
.gcw-wrap__remove { background: white; border: 0; color: #a32c2f; text-decoration: underline; }
@media (max-width: 767px) {
    .gcw-wrap__modal { align-items: flex-end; padding: 0; }
    .gcw-wrap__panel { border-radius: 18px 18px 0 0; max-height: 94vh; }
    .gcw-wrap__header { padding: 18px 18px 14px; }
    .gcw-wrap__header h2 { font-size: 22px; }
    .gcw-wrap__body { display: block; overflow-y: auto; }
    .gcw-wrap__wines, .gcw-wrap__recommendations { overflow: visible; padding: 18px; }
    .gcw-wrap__wines { border-bottom: 1px solid #ebe6e2; border-right: 0; }
    .gcw-wrap__footer { padding: 12px 14px; }
    .gcw-wrap__footer-spacer, .gcw-wrap__cancel { display: none; }
    .gcw-wrap__apply { flex: 1; }
    .gcw-wrap__remove { padding-left: 0 !important; }
    .gcw-wrap__distribution-choice { justify-content: flex-start; min-height: 390px; padding: 28px 18px; }
    .gcw-wrap__distribution-intro h3 { font-size: 21px; }
    .gcw-wrap__intent-card { margin-top: 18px; padding: 13px; }
    .gcw-wrap__intent-options { gap: 8px; }
    .gcw-wrap__intent-option { align-items: flex-start; min-height: 96px; padding: 10px; }
    .gcw-wrap__intent-icon { height: 32px; width: 32px; }
    .gcw-wrap__intent-option small { font-size: 9px; }
    .gcw-wrap__recipient-picker-head { align-items: flex-start; flex-direction: column; gap: 9px; }
    .gcw-wrap__recipient-stepper { align-self: stretch; justify-content: space-between; }
    .gcw-wrap__recipient-preview { align-items: flex-start; flex-direction: column; }
    .gcw-wrap__recipient-groups { grid-template-columns: 1fr; max-height: 220px; }
    .gcw-wrap__recipient-groups.is-preview { max-height: 160px; }
    .gcw-wrap__distribution-continue { width: 100%; }
    .gcw-wrap__recipient-breakdown-head { align-items: flex-start; flex-direction: column; gap: 8px; }
    .gcw-wrap__plan-navigation { display: flex; }
    .gcw-wrap__plan-navigation button { height: 44px; width: 44px; }
    .gcw-wrap__plan-options { margin: 0 -18px; overflow-x: auto; padding: 3px 18px 12px; scroll-padding: 18px; scroll-snap-type: x mandatory; }
    .gcw-wrap__plan-option { flex: 0 0 82vw; max-width: 340px; scroll-snap-align: center; }
}
