.product-section-container{padding:0 10px;background:#f4d7c6}.product-section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 4px 0}.product-section-header h2{color:#97538c;font-size:16px;font-weight:700;cursor:pointer;margin-top:10px}.product-section-header a{font-size:16px}.product-section-header a,.product-section-view-btn{font-weight:600;color:#97538c;text-decoration:underline}.product-section-view-btn{font-size:14px;background:none;border:none;cursor:pointer;padding:0;margin-top:10px}.product-section-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;padding:10px 4px 20px}.product-section-card{background:#fff;border-radius:12px;box-shadow:0 8px 12px rgba(0,0,0,.14);overflow:hidden;position:relative;display:flex;flex-direction:column;transition:transform .2s;cursor:pointer}.product-section-card:hover{transform:translateY(-4px)}.product-section-image-wrapper{position:relative}.product-section-image{width:100%;height:clamp(120px,calc(120px + (165 - 120) * ((100vw - 320px) / 160)),250px);border-radius:12px 12px 0 0;object-fit:cover;display:block}.product-section-watermark{position:absolute;bottom:3px;right:3px;border-radius:50%;padding:10px}.product-section-watermark img{width:clamp(30px,8vw,40px);height:auto;opacity:.9;object-fit:contain}.product-section-discount-badge{position:absolute;top:0;right:0;background-color:#f59e0b;color:#fff;font-family:Inter,sans-serif;font-weight:700;font-size:clamp(9px,calc(9px + (11 - 9) * ((100vw - 320px) / 160)),11px);line-height:1;text-align:center;padding:clamp(3px,1vw,5px) clamp(6px,2vw,10px);border-radius:clamp(6px,2vw,10px);display:inline-flex;align-items:center;justify-content:center;width:clamp(52px,calc(52px + (72 - 52) * ((100vw - 320px) / 160)),72px);height:clamp(22px,calc(22px + (32 - 22) * ((100vw - 320px) / 160)),32px);white-space:nowrap}.product-section-details{padding:10px;display:flex;flex-direction:column;height:100%}.product-section-details h3{font-family:Rubik,sans-serif;font-weight:600;font-size:clamp(14px,calc(14px + (18 - 14) * ((100vw - 320px) / 160)),18px);color:#97538c;margin:0 0 12px;text-align:left;line-height:1.3;overflow:hidden}.product-section-price{display:flex;flex-direction:row;gap:10px;margin-top:auto}.product-section-price-current{color:#97538c}.product-section-price-current,.product-section-price-original{font-family:Rubik,sans-serif;font-weight:600;font-size:clamp(14px,calc(14px + (18 - 14) * ((100vw - 320px) / 160)),18px);margin:0;line-height:100%;letter-spacing:0}.product-section-price-original{color:#444;text-decoration:line-through}