.product-photo{position:relative}
.product-photo-tag{position:absolute;top:17px;left:17px;display:inline-flex;align-items:center;gap:5px;max-width:calc(100% - 126px);min-height:42px;padding:7px 11px;border:1px solid #e0e8df;border-radius:12px;background:#ffffffed;color:#193526;font-size:12px;font-weight:650;line-height:1.3;box-shadow:0 5px 18px #0d1b2a0d;z-index:1}
.product-photo-tag img{flex:none;width:23px;height:23px;object-fit:contain;background:transparent}
.product-photo-tag img[src$="season-studded.webp"]{width:27px;height:27px}
.product-photo-actions{position:absolute;top:17px;right:17px;display:flex;gap:7px;z-index:2}
.product-photo-action{display:grid;place-items:center;width:44px;height:44px;border:1px solid #dce5df;border-radius:12px;background:#fffffff2;color:#193526;cursor:pointer;box-shadow:0 5px 18px #0d1b2a0d;transition:background .18s,border-color .18s,transform .18s}
.product-photo-action:hover{background:#e7f2e2;border-color:#80b771;transform:translateY(-2px)}
.product-photo-action.selected{background:#e7f2e2;border-color:#55ae3b;color:#2d752e}
.product-photo-action.selected svg{fill:#55ae3b22}
.product-photo-action:disabled{cursor:progress;opacity:.55}
.product-save-status{position:absolute;left:17px;bottom:17px;max-width:calc(100% - 34px);padding:8px 12px;border:1px solid #dcebd7;border-radius:10px;background:#ffffffef;color:#214833;font-size:12px;line-height:1.5;z-index:2}
.product-save-status:empty{display:none}
.product-save-status a{font-weight:650;color:#236335}
.product-prices{display:flex;align-items:flex-end;flex-wrap:wrap;gap:6px 15px}
.product-prices>div{display:grid;gap:2px}
.product-prices span{font-size:12px;color:#607467}
.product-prices .product-price{display:block}
.product-prices>div:nth-child(2){display:inline-flex;align-items:baseline;gap:5px;padding-bottom:3px}
.product-total{font-size:13px;line-height:1.35;color:#607467;font-weight:650}
.product-prices+.product-actions{margin-top:18px}
@media(max-width:560px){.product-photo{padding-top:70px}.product-photo-tag{max-width:calc(100% - 123px)}.product-photo-action{width:44px;height:44px}.product-save-status{bottom:9px;left:9px;max-width:calc(100% - 18px)}}
@media(prefers-reduced-motion:reduce){.product-photo-action{transition:none}}
