.eup-pdp__option legend{display:flex;align-items:center;flex-wrap:wrap;gap:8px 16px}
.eup-pdp__option-name{display:flex;align-items:baseline;gap:8px}
.eup-pdp__size-help{margin-left:auto;color:#ffc400;font-size:11px;font-weight:800;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}
.eup-pdp__size-help:hover{color:#fff}
.eup-pdp__qty{display:flex;flex-direction:column;gap:7px}
.eup-pdp__qty-label{color:#fff;font-size:10px;font-weight:900;letter-spacing:.05em;text-transform:uppercase}
.eup-pdp__qty-stepper{display:grid;grid-template-columns:34px 1fr 34px;align-items:stretch;border:1px solid #424242;background:#111;min-height:58px}
.eup-pdp__qty-btn{border:0;background:transparent;color:#fff;font-size:18px;font-weight:900;cursor:pointer;line-height:1}
.eup-pdp__qty-btn:hover{color:#ffc400}
.eup-pdp__qty-stepper input{width:100%;min-height:56px;border:0;background:transparent;color:#fff;font-size:16px;text-align:center;-moz-appearance:textfield}
.eup-pdp__qty-stepper input::-webkit-outer-spin-button,.eup-pdp__qty-stepper input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.eup-pdp__buy-row{grid-template-columns:132px minmax(0,1fr)}
.eup-pdp__payment-icons{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:14px}
.eup-pdp__payment-icon{height:22px;width:auto}
.eup-pdp__sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:14px;padding:12px clamp(14px,4vw,28px);padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));background:#0d0d0d;border-top:1px solid #292929;transform:translateY(100%);transition:transform .22s ease;box-shadow:0 -8px 24px rgba(0,0,0,.35)}
.eup-pdp__sticky-bar.is-visible{transform:translateY(0)}
.eup-pdp__sticky-info{display:flex;flex-direction:column;min-width:0;flex:1}
.eup-pdp__sticky-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#aaa;font-size:11px}
.eup-pdp__sticky-price{color:#ffc400;font-size:16px;font-weight:900}
.eup-pdp__sticky-add{flex:0 0 auto;min-height:48px;padding:0 22px;border:0;background:#ffc400;color:#050505;font-size:12px;font-weight:950;letter-spacing:.05em;cursor:pointer}
.eup-pdp__sticky-add:hover{background:#fff}
.eup-pdp__sticky-add:disabled{background:#333;color:#888;cursor:not-allowed}
@media(min-width:990px){.eup-pdp__sticky-bar{display:none!important}}
@media(max-width:599px){.eup-pdp__buy-row{grid-template-columns:112px minmax(0,1fr)}.eup-pdp__qty-stepper{grid-template-columns:30px 1fr 30px;min-height:54px}}
@media(max-width:389px){.eup-pdp__buy-row{grid-template-columns:1fr}.eup-pdp__size-help{margin-left:0;flex-basis:100%}.eup-pdp__sticky-title{display:none}}
