.c365-badges{position:absolute;top:10px;right:10px;display:flex;gap:8px;z-index:9}
.c365-badge{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.12);background:#fff}
.c365-badge svg{width:18px;height:18px;display:block}
.c365-badge--summer{background:#ffeb99}
.c365-badge--winter{background:#dff1ff}
.c365-badge--allseason{background:#ffe6d5}
.c365-badge--lcv{background:#e9ffe2}

/* Season icon style shared with top-sales cards */
.c365-product-card__season{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 6px 18px rgba(15,23,32,.14);line-height:1}
.c365-product-card__season--summer{background:rgba(255,211,117,.95);color:#c97a00}
.c365-product-card__season--winter{background:rgba(153,206,255,.95);color:#0c4a7e}
.c365-product-card__season--allseason{background:rgba(173,206,173,.95);color:#1b5e20}

/* Product page enhancements */
.c365-price-unit{margin-left:8px;font-size:14px;font-weight:500;color:#667085;white-space:nowrap}
.c365-stock-qty{margin-left:2px;font-weight:600}
.c365-stock-season-text{margin-left:8px;color:#3f556b;font-weight:600;white-space:nowrap}
.c365-pdp-image-badges{position:absolute;top:14px;right:14px;z-index:8;pointer-events:none}
.c365-pdp-image-season{width:32px;height:32px;font-size:18px}
@media (max-width: 1199px){
  .c365-price-unit{font-size:12px}
  .c365-stock-season-text{font-size:12px}
  .c365-pdp-image-badges{top:10px;right:10px}
  .c365-pdp-image-season{width:28px;height:28px;font-size:16px}
}

/* Common hooks for Ultrastore */
.us-module-item,.us-product,.product-layout{position:relative}
.us-module-item .us-module-img,.us-product-top,.us-product-left,.product-thumb{position:relative}

/* Small variant when space is tight */
.c365-badges.is-compact .c365-badge{width:22px;height:22px}
.c365-badges.is-compact .c365-badge svg{width:14px;height:14px}
