.yc-shopping-info{margin-top:28px;padding-top:24px;border-top:1px solid var(--yc-border-soft);color:var(--yc-text)}
.yc-shopping-info>h2{font-size:16px;font-weight:650;line-height:1.5;margin:0 0 18px;letter-spacing:-.015em}
.yc-shopping-benefits{display:grid;gap:0;border:1px solid var(--yc-border-soft);border-radius:12px;overflow:hidden;background:var(--yc-surface)}
.yc-benefit{display:flex;align-items:center;gap:14px;width:100%;min-height:80px;padding:16px;text-align:left;background:transparent;border:0;cursor:pointer;transition:background .15s}
.yc-benefit+.yc-benefit{border-top:1px solid var(--yc-border-soft)}
.yc-benefit:hover{background:var(--yc-surface-alt)}
.yc-benefit:focus-visible,.yc-payment-mark:focus-visible{outline:2px solid var(--yc-primary);outline-offset:-3px}
.yc-benefit-icon{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:10px;background:var(--yc-icon-bg);color:var(--yc-icon-color)}
.yc-benefit-icon .micon{font-size:23px}
.yc-benefit-copy{display:grid;gap:5px;min-width:0;flex:1}
.yc-benefit-copy strong{font-size:14px;font-weight:600;line-height:1.3}
.yc-benefit-copy>span{font-size:12px;line-height:1.5;color:var(--yc-muted)}
.yc-benefit-arrow{color:var(--yc-text-soft);font-size:17px;flex-shrink:0}
.yc-payment-info{margin-top:22px}
.yc-payment-info h3{margin:0 0 12px;font-size:12px;font-weight:600;color:var(--yc-muted)}
.yc-payment-marks{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}
.yc-payment-mark{min-width:0;height:46px;border:1px solid var(--yc-border);border-radius:7px;background:var(--yc-surface);padding:5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;cursor:pointer;transition:border-color .15s,box-shadow .15s}
.yc-payment-mark:hover{border-color:var(--yc-border);box-shadow:0 2px 7px color-mix(in srgb,var(--yc-shadow-color) 2.35%,transparent)}
.yc-payment-mark img{max-height:30px;width:auto;max-width:100%;object-fit:contain}
.yc-payment-wordmark{font-size:10px;font-weight:650;line-height:1.2;white-space:nowrap}
.yc-payment-visa .yc-payment-wordmark{font-size:21px;font-style:italic;font-weight:850;color:#153779;letter-spacing:-1px}
.yc-payment-mastercard .yc-payment-wordmark{font-size:7px;font-weight:500}
.yc-mastercard-symbol{position:relative;width:34px;height:20px;display:block}
.yc-mastercard-symbol::before,.yc-mastercard-symbol::after{content:'';position:absolute;top:0;width:20px;height:20px;border-radius:50%}
.yc-mastercard-symbol::before{left:0;background:#eb001b}.yc-mastercard-symbol::after{right:0;background:#f79e1b;mix-blend-mode:multiply}
.yc-payment-diners .yc-payment-wordmark{font-size:7px;color:#164974}
.yc-diners-symbol{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;border:1.5px solid #164974;color:#164974;font-family:serif;font-size:17px;line-height:1;letter-spacing:-3px;padding-right:3px}
.yc-payment-troy .yc-payment-wordmark{font-size:20px;letter-spacing:-1px;color:#007e89;font-style:italic;font-weight:800}
.yc-payment-bank .micon{font-size:19px;color:var(--yc-muted)}.yc-payment-bank .yc-payment-wordmark{font-size:9px;color:var(--yc-muted)}
.yc-payment-info>p{font-size:11px;color:var(--yc-text-soft);line-height:1.5;margin:10px 0 0}
html.yc-sheet-open{overflow:hidden;scrollbar-gutter:stable}
.yc-info-sheet{position:fixed;inset:0;margin:auto;width:min(560px,calc(100vw - 40px));max-width:none;max-height:min(760px,calc(100dvh - 64px));padding:0;border:0;border-radius:20px;background:var(--yc-surface);color:var(--yc-text);box-shadow:0 24px 100px color-mix(in srgb,var(--yc-shadow-color) 20%,transparent);overflow:hidden}
.yc-info-sheet[open]{display:flex;flex-direction:column;animation:yc-sheet-in .22s ease-out}
.yc-info-sheet::backdrop{background:color-mix(in srgb,var(--yc-inverse-bg) 40%,transparent);backdrop-filter:blur(3px)}
.yc-sheet-handle{display:none}
.yc-sheet-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:28px 28px 22px;border-bottom:1px solid var(--yc-border-soft);flex-shrink:0}
.yc-sheet-eyebrow{display:block;font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--yc-text-soft);margin-bottom:8px}
.yc-sheet-head h2{font-size:25px;line-height:1.2;margin:0;font-weight:650;letter-spacing:-.025em}
.yc-sheet-close{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--yc-surface-alt);cursor:pointer;font-size:16px;color:var(--yc-muted)}
.yc-sheet-body{padding:4px 28px 24px;overflow:auto;overscroll-behavior:contain;min-height:0;font-size:14px;line-height:1.75;color:var(--yc-muted)}
.yc-sheet-body h3{font-size:16px;color:var(--yc-text);font-weight:600;line-height:1.4;margin:24px 0 10px}
.yc-sheet-body p{margin:0 0 14px}.yc-sheet-body ol,.yc-sheet-body ul{padding-left:22px;margin:0 0 18px}.yc-sheet-body li{padding-left:5px;margin:10px 0}
.yc-sheet-body li::marker{color:var(--yc-text);font-weight:600}.yc-sheet-body strong{color:var(--yc-text)}
.yc-sheet-body .yc-sheet-link{display:inline-flex;margin-top:8px;color:var(--yc-text);text-decoration:underline;text-underline-offset:4px}
.yc-sheet-footer{padding:18px 28px 24px;border-top:1px solid var(--yc-border-soft);background:var(--yc-surface);flex-shrink:0}
.yc-sheet-footer button{width:100%;height:46px;border:0;border-radius:8px;background:var(--yc-inverse-bg);color:var(--yc-inverse-text);font-size:14px;font-weight:600;cursor:pointer}
.yc-info-sheet button:focus-visible,.yc-sheet-body:focus-visible,.yc-sheet-link:focus-visible{outline:2px solid var(--yc-primary);outline-offset:3px}
@keyframes yc-sheet-in{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:600px){
 .yc-shopping-info{margin-top:24px;padding-top:22px}.yc-shopping-info>h2{font-size:16px;max-width:290px;margin-bottom:16px}
 .yc-benefit{padding:16px 14px;gap:12px;min-height:80px}.yc-payment-marks{gap:7px}
 .yc-info-sheet{inset:auto 0 0;width:100%;margin:0;max-height:88dvh;border-radius:22px 22px 0 0}
 .yc-sheet-handle{display:block;flex:0 0 4px;width:38px;height:4px;border-radius:4px;background:var(--yc-border);margin:10px auto 0}
 .yc-sheet-head{padding:20px 22px 18px}.yc-sheet-head h2{font-size:23px}.yc-sheet-body{padding:0 22px 20px;font-size:13px}
 .yc-sheet-body h3{font-size:15px}.yc-sheet-footer{padding:16px 22px calc(16px + env(safe-area-inset-bottom))}
}
@media(prefers-reduced-motion:reduce){.yc-info-sheet[open]{animation:none}.yc-benefit,.yc-payment-mark{transition:none}}
