.upsell{max-width:800px;margin:0 auto;border-radius:12px;padding:24px 0}.upsell__header{text-align:center;margin-bottom:24px}.upsell__title{font-size:18px;font-weight:600;color:#333;margin-bottom:8px;text-align:left}.upsell__discount{font-size:18px;color:#e74c3c;font-weight:500}.upsell__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:16px;margin-bottom:24px}.upsell-product-card{background:#e4c279;border:2px solid transparent;border-radius:0;padding:16px 10px;text-align:center;cursor:pointer;transition:all .3s ease;position:relative}.upsell-product-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.upsell-product-card-wrapper input:checked+label .upsell-product-card{border-color:#000}.upsell-product-card__name{font-size:16px;font-weight:600;color:#333;margin-bottom:0;margin-top:12px}.upsell-product-card__pricing{margin-bottom:0}.upsell-product-card__original-price{font-size:14px;color:#999;text-decoration:line-through;margin-right:8px}.upsell-product-card__sale-price{font-size:15px;color:#e74c3c;font-weight:600}.upsell-product-card__checkbox{width:20px;height:20px;border:2px solid #d4af37;border-radius:50%;background:#fff;position:absolute;top:6px;left:6px;margin:0 auto;transition:all .3s ease}.upsell-product-card__checkbox:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(0);width:100%;height:100%;background:#000;border-radius:50%;transition:transform .3s ease}.upsell-product-card-wrapper input:checked+label .upsell-product-card__checkbox:after{transform:translate(-50%,-50%) scale(1)}.upsell__summary{background:#f8f9fa;border-radius:8px;padding:20px;margin-bottom:20px;display:none}.upsell__summary--visible{display:block}.upsell__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.upsell__summary-row:last-child{margin-bottom:0;padding-top:12px;border-top:1px solid #dee2e6;font-weight:600;font-size:18px}.upsell__summary-label{color:#666}.upsell__summary-value{font-weight:500}.upsell__summary-value--discount{color:#e74c3c}.upsell__summary-value--total{color:#28a745}.upsell__actions{display:flex;gap:12px;justify-content:center}.upsell__button{padding:12px 24px;border:none;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:120px}.upsell__button--primary{background:#d4af37;color:#fff}.upsell__button--primary:hover{background:#b8941f}.upsell__button--primary:disabled{background:#ccc;cursor:not-allowed}.upsell__button--secondary{background:#fff;color:#666;border:1px solid #ddd}.upsell__button--secondary:hover{background:#f8f9fa}@media (max-width: 768px){.upsell__products{grid-template-columns:repeat(2,1fr)}.upsell__title{font-size:20px}.upsell__actions{flex-direction:column}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/pi-product-upsell.css.map */
