.page-products{background-color:#fafafa}.page-products .products+.toolbar{border:none;border-top:1px solid #ddd;padding-top:10px}.page-products .toolbar{border-bottom:1px solid #ddd;padding-bottom:10px}.page-products .toolbar .toolbar-amount{display:block;float:left;font-size:14px;border-radius:25px;border:1px solid var(--brand);padding:8px;margin-left:0px}.page-products .toolbar .toolbar-sorter{position:unset}.page-products .toolbar .toolbar-sorter .sorter-label{font-size:14px}.page-products .toolbar .toolbar-sorter select#sorter{border:1px solid var(--brand);font-size:14px;border-radius:25px;line-height:normal}.page-products .toolbar .toolbar-sorter select#sorter:focus{box-shadow:0 0 3px 1px var(--accent)}.page-products .toolbar .toolbar-sorter .sorter-action:before{color:var(--brand)}.page-products .toolbar .limiter select#limiter{border:1px solid var(--brand);font-size:16px;border-radius:25px;line-height:normal}.page-products .toolbar .limiter select#limiter:focus{box-shadow:0 0 3px 1px var(--accent)}.page-products .toolbar .pages .item{font-size:14px}.page-products .toolbar .pages .item .page{color:var(--brand);border-radius:25px;padding:3px 14px;padding:2.5px 13px;border:1px solid var(--accent);font-size:14px}.page-products .toolbar .pages .item strong.page{color:#fff;border-radius:25px;padding:3px 14px;background-color:var(--accent);border:1px solid var(--accent);font-size:14px}.page-products .toolbar .pages .item .action{border-radius:20px;padding:2.5px 10px;background-color:var(--bg);border:1px solid var(--accent);font-size:14px}.page-products .toolbar .pages .item .action::before{color:var(--brand)}.page-products .columns{padding-top:20px}.page-products .products-grid .product-item{box-shadow:0 2px 4px rgba(0,0,0,0.05);transition:box-shadow .3s}.page-products .products-grid .product-item:hover{box-shadow:0 4px 8px rgba(0,0,0,0.1)}.page-products .products.grid .product-items{margin-top:0}.page-products .products.grid .product-items .product-item{box-shadow:none;margin-left:2%;width:calc((100% - 6%) / 4);border-radius:7px}.page-products .products.grid .product-items .product-item:nth-child(4n + 1){margin-left:0px}.page-products .products.grid .product-items .product-item .product-item-info{width:450px;transition:all 300ms linear;border:1px solid #efefef;border-radius:7px;position:relative}.page-products .products.grid .product-items .product-item .product-item-info:hover,.page-products .products.grid .product-items .product-item .product-item-info.active{margin:0;padding:0;border-radius:7px;box-shadow:none}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper{border-radius:7px 7px 0 0;height:initial;position:relative;display:inline-block}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper:hover .product-image-photo.hover-image{animation:mZoomFadeBig 1s ease forwards;opacity:1}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper .product-image-photo{border-radius:7px 7px 0 0 ;transition:filter var(--animation-duration-long) ease,transform var(--animation-duration-medium) ease;will-change:transform, filter;position:unset;animation:mZoomFadeSmall 1s ease forwards;display:block;height:auto;transition:opacity 1s ease}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper .product-image-photo:hover{transform:scale(1.03);filter:brightness(1.1)}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper .product-image-photo.main-image{position:unset}.page-products .products.grid .product-items .product-item .product-item-info .product-image-wrapper .product-image-photo.hover-image{position:absolute;top:0;left:0;opacity:0}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details{padding:0px 15px}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-name,.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product.name a{font-size:16px;font-weight:600;letter-spacing:.5px;margin-top:15px;min-height:42px}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box{margin-bottom:15px}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .price-from,.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .price-to{display:inline-block}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .price{font-size:16px;color:#333}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price{text-decoration:line-through}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price-label{font-size:12px !important;color:#222 !important;display:none}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .price-box .old-price .price{font-size:12px;margin-left:10px}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-inner{position:absolute;top:0;left:0;height:auto;width:auto;clip:unset;opacity:1;transition:opacity .3s ease;box-shadow:unset;background:transparent;border:0px;display:block;margin:0;overflow:unset}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-inner:before{display:none}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-primary{display:none}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.towishlist{opacity:.7;position:absolute;padding-top:1px;padding-left:1px;top:8px;right:8px;width:30px;height:30px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:transform .3s ease,background .3s ease;color:#222}.page-products .products.grid .product-items .product-item .product-item-info .product-item-details .product-item-inner .product-item-actions .actions-secondary .action.tocompare{display:none}@media (max-width:991px){.page-products .products.grid{max-width:880px;margin:30px auto}.page-products .products.grid .product-items .product-item{margin-left:2%;margin-bottom:20px;width:calc((100% - 2%) / 2)}.page-products .products.grid .product-items .product-item:nth-child(4n + 1){margin-left:2%}.page-products .products.grid .product-items .product-item:nth-child(2n + 1){margin-left:0px}}@media (max-width:520px){.page-products .products.grid{max-width:unset;margin:30px auto}.page-products .products.grid .product-items .product-item{margin-left:0;margin-bottom:20px;width:100%}.page-products .products.grid .product-items .product-item:nth-child(4n + 1){margin-left:0px}.page-products .products.grid .product-items .product-item:nth-child(2n + 1){margin-left:0px}}@media (min-width:1920px){.page-products .products.grid{margin:30px auto}}@keyframes mZoomFadeBig{0%{transform:scale(1)}100%{transform:scale(1.1)}}@keyframes mZoomFadeSmall{0%{transform:scale(1.1)}100%{transform:scale(1)}}