.shop-page{background:#fcfbfc}
.shop-collection{padding:68px 0 76px;background:#fcfbfc}
.shop-shell{width:min(1480px,calc(100% - 64px));margin:0 auto}
.shop-collection h1{margin:0;text-align:center;color:#292629;font-size:clamp(42px,4.2vw,58px);line-height:1;letter-spacing:-.045em}
.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:34px 0 22px;color:#6e686c;font-size:11px}
.shop-controls{display:flex;align-items:center;gap:18px}
.shop-controls label{display:flex;align-items:center;gap:7px;color:#403c3e;font-size:10px;font-weight:750}
.shop-controls select{min-width:112px;padding:9px 30px 9px 11px;border:1px solid #dfdadd;border-radius:999px;outline:0;background:#fff;color:#302c2f;font:inherit;cursor:pointer}
.shop-controls select:focus-visible{border-color:#d85d8b;box-shadow:0 0 0 3px rgba(216,93,139,.12)}
.shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 24px}
.shop-product{display:flex;flex-direction:column;min-width:0}
.shop-product[hidden]{display:none}
.shop-product-media{position:relative;display:block;aspect-ratio:1/1;overflow:hidden;border-radius:15px;background:#f7eee9}
.shop-product-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.7,.2,1)}
.shop-product:hover .shop-product-media img{transform:scale(1.025)}
.shop-ribbon{position:absolute;z-index:2;top:17px;left:-39px;width:130px;padding:8px 0;background:#a84a6d;color:#fff;font-size:10px;font-weight:850;letter-spacing:.07em;text-align:center;transform:rotate(-45deg)}
.shop-badge{position:absolute;z-index:2;top:13px;right:13px;display:grid;place-items:center;width:68px;height:68px;padding:7px;border:2px solid #efb3c6;border-radius:50%;background:rgba(253,240,245,.9);color:#d85d8b;font-size:8px;font-weight:850;line-height:1.15;text-align:center;transform:rotate(-7deg)}
.shop-product-info{display:flex;flex:1;flex-direction:column;padding:16px 5px 0}
.shop-rating{display:flex;align-items:center;gap:9px;margin-bottom:8px}
.shop-rating span{color:#d85d8b;font-size:17px;line-height:1;letter-spacing:1px}
.shop-rating small{color:#6e686c;font-size:10px}
.shop-title-row,.shop-sub-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px}
.shop-title-row{align-items:baseline}
.shop-title-row h2{margin:0;color:#302c2f;font-size:17px;line-height:1.32}
.shop-title-row strong{color:#302c2f;font-size:17px;white-space:nowrap}
.shop-sub-row{align-items:start;margin:5px 0 13px}
.shop-sub-row p{margin:0;color:#6e686c;font-size:12px;line-height:1.42}
.shop-sub-row s{color:#777176;font-size:11px;white-space:nowrap}
.shop-options{display:flex;align-items:center;justify-content:center;height:44px;margin-top:auto;border:1px solid #d8d3d6;border-radius:999px;color:#302c2f;font-size:11px;font-weight:850;letter-spacing:.05em;transition:border-color .2s ease,background .2s ease,transform .2s ease}
.shop-options:hover{border-color:#d85d8b;background:#fff4f7;transform:translateY(-1px)}
.shop-note{margin:24px 0 0;color:#969094;font-size:9px;text-align:right}
.shop-collection + .stats-strip{border-top:1px solid #efc6d5;border-bottom:1px solid #efc6d5;background:#f8dfe8}
.shop-page .stats-strip .stat{min-width:0}
.shop-page .stats-strip .stat strong{font-size:24px}
.shop-page .stats-strip .stat small{margin-top:4px}
@media(max-width:1100px){.shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.shop-shell{width:min(960px,calc(100% - 48px))}}
@media(max-width:780px){.shop-collection{padding:52px 0 58px}.shop-shell{width:calc(100% - 32px)}.shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 16px}.shop-toolbar{align-items:flex-start;margin-top:26px}.shop-controls{gap:8px}.shop-controls label{display:grid;gap:5px}.shop-controls select{min-width:0;width:118px}.shop-badge{width:58px;height:58px;font-size:7px}.shop-title-row,.shop-sub-row{grid-template-columns:1fr}.shop-title-row strong{margin-top:4px}.shop-sub-row s{text-align:left}.shop-product-info{padding-right:1px;padding-left:1px}}
@media(max-width:480px){.shop-grid{grid-template-columns:1fr}.shop-product{max-width:370px;margin:0 auto}.shop-toolbar{display:grid}.shop-controls{justify-content:space-between}.shop-controls label{width:calc(50% - 4px)}.shop-controls select{width:100%}.shop-note{text-align:left;line-height:1.4}}
