.op-block-product-catalog-header{position:relative;display:flex;flex-wrap:wrap;align-items:center;flex:1 0 auto;gap:20px;font-size:16px;line-height:1;z-index:9}.op-block-product-catalog-header .list-grid-toggle{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.op-block-product-catalog-header .list-grid-toggle span{display:flex;justify-content:center;align-items:center;font-size:32px;cursor:pointer}.op-block-product-catalog-header .list-grid-toggle span.active{color:var(--op-clr-block-primary)}.op-block-product-catalog-header .product-catalog-on-sale-only{margin:0 0 0 auto}.op-block-product-catalog-header label.catalog-form-label{display:inline-flex;align-items:center;gap:8px;cursor:pointer}.op-block-product-catalog-header label.catalog-form-label select{font-weight:700;width:auto;cursor:pointer;border:0;padding:0}.op-block-product-catalog .op-block-product-catalog-content{margin:40px 0}.op-block-product-catalog .product-catalog-wrap{--product-column:2}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap{--product-column:3}}.op-block-product-catalog .product-catalog-wrap.list-view .products{--product-column:1}.op-block-product-catalog .product-catalog-wrap .products{position:relative;display:grid;grid-template-columns:repeat(var(--product-column),minmax(0,1fr));gap:24px}.op-block-product-catalog .product-catalog-wrap .products .product-wrapper{position:relative;height:100%;border:1px solid #f1f1f1;border-radius:8px;transition:all .2s ease}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap .products .product-wrapper{border:1px solid transparent}}.op-block-product-catalog .product-catalog-wrap .products .product-wrapper:hover{border-color:#f1f1f1;box-shadow:0 0 15px rgba(0,0,0,.02)}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail{position:relative;overflow:hidden;border-top-left-radius:8px;border-top-right-radius:8px}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail .product-action-buttons{position:absolute;top:8px;inset-inline-end:8px;opacity:0;visibility:hidden;transform:translateX(20px) translateZ(0);transition:all .3s ease-in-out}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail .product-action-buttons ul{list-style:none;display:flex;flex-direction:column;gap:8px}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail .product-action-buttons ul li a{display:flex;justify-content:center;align-items:center;width:32px;height:32px;color:#242424;font-size:20px;border:1px solid #d7d7d7;border-radius:50%;transition:all .3s ease}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail .product-action-buttons ul li a:hover{background-color:#242424;color:#fff;border-radius:#242424}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail a{position:relative;display:block;text-decoration:none;transition:.3s ease 0s;z-index:2}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail a figure{margin:0}.op-block-product-catalog .product-catalog-wrap .products .product-thumbnail a img{width:100%!important;margin:0;box-shadow:none;transition:.3s ease;max-width:100%}.op-block-product-catalog .product-catalog-wrap .products .product-meta{display:flex;flex-flow:row wrap;gap:8px;padding:16px}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap .products .product-meta{gap:12px}}.op-block-product-catalog .product-catalog-wrap .products .product-meta>*{width:100%;margin:0}.op-block-product-catalog .product-catalog-wrap .products .product-meta-categories{display:flex;justify-content:flex-start;align-items:center;gap:4px}.op-block-product-catalog .product-catalog-wrap .products .product-meta-categories a{font-size:14px;text-decoration:none}.op-block-product-catalog .product-catalog-wrap .products .product-meta-title{display:-webkit-box;-webkit-box-orient:vertical;font-size:16px;line-clamp:2;-webkit-line-clamp:2;overflow:hidden}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap .products .product-meta-title{font-size:18px}}.op-block-product-catalog .product-catalog-wrap .products .product-meta-title a{color:#242424;line-height:1.3;font-weight:600;text-decoration:none}.op-block-product-catalog .product-catalog-wrap .products .product-meta-price span.price{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.op-block-product-catalog .product-catalog-wrap .products .product-meta-price span.price del{order:2;color:#ccc}.op-block-product-catalog .product-catalog-wrap .products .product-meta-price span.price ins{color:red}.op-block-product-catalog .product-catalog-wrap .products .product-meta-price span.price .product-price-amount{font-size:16px;font-weight:700}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap .products .product-meta-price span.price .product-price-amount{font-size:18px}}.op-block-product-catalog .product-catalog-wrap .products .product-meta-add-to-cart a{background-color:transparent;display:flex;width:100%;align-items:center;justify-content:center;gap:4px;cursor:pointer;color:#242424;letter-spacing:0;text-decoration:none;border:1px solid #d7d7d7;border-radius:4px;padding:8px 12px;transition:all .2s ease}.op-block-product-catalog .product-catalog-wrap .products .product-meta-add-to-cart a:hover{background-color:#242424;color:#fff}.op-block-product-catalog .product-catalog-wrap .products .product-meta-add-to-cart a .check-icon{display:none}.op-block-product-catalog .product-catalog-wrap .products .product-meta-add-to-cart a.added-to-cart .check-icon{display:flex}.op-block-product-catalog .product-catalog-wrap .products .product a:active{border:none;outline:0}.op-block-product-catalog .product-catalog-wrap .products .product:hover .product-action-buttons{opacity:1;visibility:visible;transform:none!important}.op-block-product-catalog .product-catalog-wrap.list-view .product-wrapper{display:grid;grid-template-columns:43% minmax(0,1fr);align-items:flex-start;gap:0 20px;border:1px solid #f1f1f1;box-shadow:none!important}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap.list-view .product-wrapper{border:1px solid transparent;grid-template-columns:minmax(28%,302px) minmax(0,1fr)}}.op-block-product-catalog .product-catalog-wrap.list-view .product-thumbnail{border-top-left-radius:8px;border-top-right-radius:0;border-bottom-left-radius:8px;border-bottom-right-radius:0}.op-block-product-catalog .product-catalog-wrap.list-view .product-thumbnail a figure{margin:0;display:flex}.op-block-product-catalog .product-catalog-wrap.list-view .product-meta{padding-top:16px}@media (min-width:1024px){.op-block-product-catalog .product-catalog-wrap.list-view .product-meta{padding-top:32px}}.op-block-product-catalog .product-catalog-wrap.list-view .product-meta-add-to-cart a{max-width:200px}.op-block-product-catalog-footer .product-catelog-pagination .catelog-page-numbers{list-style:none;display:flex;align-items:center;justify-content:center;gap:8px}.op-block-product-catalog-footer .product-catelog-pagination .catelog-page-numbers li a{display:inline-flex;width:40px;height:40px;justify-content:center;align-items:center;color:#242424;font-size:16px;line-height:1;text-decoration:none;border-radius:4px;border:1px solid #d7d7d7;transition:all .2s ease}.op-block-product-catalog-footer .product-catelog-pagination .catelog-page-numbers li a:hover{background-color:#1a62ff;color:#fff}