.product-shelf{width:100%;padding:80px 0}.product-shelf--white{background:#fff}.product-shelf--cream{background:#fbfaf6}.product-shelf__container{max-width:calc(var(--container-max-width) + var(--container-padding) * 2);padding-inline:var(--container-padding);width:100%;margin-inline:auto}.product-shelf__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;min-width:0;margin-bottom:32px;display:flex}.product-shelf__title{color:#070808;margin:0;font-size:26px;font-weight:700;line-height:40px}.product-shelf__controls{flex-shrink:0;align-items:center;gap:10px;display:flex}.product-shelf__view-all{color:var(--color-accent);cursor:pointer;background:#fff;border:1px solid #ececec;border-radius:4px;padding:9px 20px;font-family:inherit;font-size:16px;font-weight:600}.product-shelf__arrow{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:inline-flex;overflow:hidden}.product-shelf__arrow:disabled{cursor:default;opacity:.45}.product-shelf__arrow img{object-fit:contain;width:18px;height:18px}.product-shelf__featured-tabs,.product-shelf__tabs{scrollbar-width:none;gap:10px;min-width:0;display:flex;overflow-x:auto}.product-shelf__featured-tabs::-webkit-scrollbar{display:none}.product-shelf__tabs::-webkit-scrollbar{display:none}.product-shelf__featured-tab{color:#6f7272;cursor:pointer;background:0 0;border:0;border-radius:6px;flex:none;padding:10px 18px;font-size:16px;font-weight:600}.product-shelf__featured-tab--active{background:var(--color-accent);color:#070808}.product-shelf__tab{color:#4b4d4d;cursor:pointer;text-align:center;background:#f5f5f5;border:0;border-radius:4px;flex:none;min-width:120px;padding:9px 16px;font-family:inherit;font-size:14px}.product-shelf__tab--active{color:var(--color-accent);background:#fff4d6}.product-shelf__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.product-shelf__empty{color:var(--color-text-secondary);text-align:center;background:#1d1e1e0a;border-radius:12px;grid-column:1/-1;margin:0;padding:48px 16px;font-size:18px}.product-card{background:#fff;border:1px solid #e4e4e4;border-radius:6px;flex-direction:column;min-width:0;display:flex;position:relative;overflow:hidden}.product-card__badge{z-index:2;border-radius:4px;padding:5px 10px;font-size:14px;font-weight:600;position:absolute;top:12px;right:12px}.product-card__badge--new{color:#2a85c7;background:#e4f4ff}.product-card__badge--sale{color:#27973c;background:#e1f7e5}.product-card__media{background:#fafaf9;border-bottom:1px solid #f2f2f0;justify-content:center;align-items:center;height:248px;padding:0;display:flex;position:relative;overflow:hidden}.product-card__media-link{width:100%;height:100%;display:block;position:relative}.product-card__image{object-fit:contain;width:100%;height:100%}.product-card:hover .product-card__image{transform:none}.product-card__body{flex-direction:column;flex:1;padding:14px 12px 12px;display:flex}.product-card__meta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.product-card__category{color:#8a8c8c;margin:0;font-size:14px;line-height:18px}.product-card__rating{color:#303232;align-items:center;gap:4px;margin:0;font-size:14px;display:flex}.product-card__title{color:#070808;cursor:pointer;text-align:center;min-height:44px;font-size:16px;font-weight:700;line-height:22px;display:block}.product-card__title:hover{color:var(--color-accent)}.product-card__price{justify-content:center;align-items:center;gap:10px;margin:10px 0 12px;display:flex}.product-card__price strong,.product-card__price del{align-items:center;gap:4px;display:inline-flex}.product-card__price strong{color:var(--color-accent);font-size:16px}.product-card__price del{color:#a0a2a2;font-size:14px}.product-card__sar{object-fit:contain;flex-shrink:0;width:14px;height:14px;display:block}.product-card__price del .product-card__sar{opacity:.7;width:12px;height:12px}.product-card__add{border:1px solid var(--color-accent);color:var(--color-accent);cursor:pointer;background:0 0;border-radius:4px;justify-content:center;align-items:center;width:100%;height:40px;margin-top:auto;font-size:16px;display:flex}.product-card__add:hover{background:var(--color-accent);color:#070808}.product-shelf__pagination{direction:ltr;justify-content:center;gap:7px;margin-top:32px;display:flex}.product-shelf__pagination button{color:#a0a2a2;cursor:pointer;background:#fff;border:1px solid #e1e2e2;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;padding:0;font-size:14px;display:flex}.product-shelf__pagination button.is-active{color:#d39c17}.product-shelf__pagination button:disabled{cursor:default;opacity:.45}@media (max-width:1100px){.product-shelf__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.product-shelf{padding:64px 0}.product-shelf__header{flex-direction:column;align-items:flex-start}.product-card__media{height:280px}}@media (max-width:480px){.product-shelf__grid{grid-template-columns:1fr}}
