.product-list-tools{position:absolute;z-index:3;top:10px;right:10px;display:flex;gap:6px}.catalog-product{position:relative}.product-list-tools button,.wishlist-product__tools button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--line);border-radius:50%;background:rgba(255,255,255,.94);color:var(--green);cursor:pointer}.product-list-tools button.active,.wishlist-product__tools button.active{border-color:var(--orange-2);background:var(--orange-2);color:#fff}.product-detail-tools{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.product-detail-tools button{display:inline-flex;align-items:center;gap:7px;border:1px solid var(--line);border-radius:9px;background:#fff;padding:9px 12px;color:var(--green);font-size:10px;font-weight:900;cursor:pointer}.product-detail-tools button.active{border-color:var(--orange-2);color:var(--orange-2)}.wishlist-page,.compare-page{background:#f7f8f4}.wishlist-heading,.compare-heading{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.wishlist-heading span,.compare-heading span{color:var(--orange-2);font-size:9px;font-weight:900;text-transform:uppercase}.wishlist-heading h1,.compare-heading h1{margin:4px 0;color:var(--green)}.wishlist-heading p,.compare-heading p{margin:0;color:var(--muted)}.compare-heading form button{border:0;background:transparent;color:var(--danger);font-size:10px;font-weight:900;cursor:pointer}.wishlist-empty,.compare-empty{padding:55px 20px}.wishlist-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.wishlist-product{position:relative;overflow:hidden}.wishlist-product__tools{position:absolute;z-index:2;top:10px;right:10px;display:flex;gap:6px}.wishlist-product__image{display:block;height:210px;background:#f3f6ef}.wishlist-product__image img{width:100%;height:100%;object-fit:cover}.wishlist-product__body{display:grid;gap:9px;padding:16px}.wishlist-product__body>span{color:var(--muted);font-size:9px;font-weight:800}.wishlist-product__body h2{margin:0;font-size:15px}.wishlist-product__body h2 a{color:var(--green);text-decoration:none}.wishlist-product__body>strong{color:var(--orange-2);font-size:17px}.wishlist-product__body>strong small{color:var(--muted);font-size:9px}.wishlist-product__body form .site-button,.wishlist-product__body>a.site-button{width:100%}.compare-scroll{overflow:auto;border:1px solid var(--line);border-radius:14px;background:#fff}.compare-table{width:100%;min-width:760px;border-collapse:collapse;table-layout:fixed}.compare-table th,.compare-table td{padding:14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:center;vertical-align:middle;font-size:10px}.compare-table tbody th,.compare-table thead th:first-child{width:170px;background:#fbfdf9;color:var(--green);text-align:left;font-weight:900}.compare-table thead th:not(:first-child){position:relative;height:280px}.compare-table thead a{display:grid;gap:9px;color:var(--green);text-decoration:none}.compare-table thead img{width:130px;height:130px;margin:auto;border-radius:12px;object-fit:cover}.compare-table thead strong{display:block;margin-top:10px;color:var(--orange-2);font-size:15px}.compare-remove{position:absolute;top:8px;right:8px}.compare-remove button{display:grid;width:26px;height:26px;place-items:center;border:0;border-radius:50%;background:#fff0ee;color:var(--danger);font-size:18px;cursor:pointer}.compare-rating{color:#d79515;font-weight:900}.compare-actions .site-button{white-space:nowrap}@media(max-width:1050px){.wishlist-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.wishlist-grid{grid-template-columns:repeat(2,1fr)}.wishlist-heading,.compare-heading{align-items:flex-start;flex-direction:column}}@media(max-width:480px){.wishlist-grid{grid-template-columns:1fr}.wishlist-product__image{height:250px}}
