.el-product-wrapper {position: relative;}.el-product-items {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 30px;}@media (max-width: 992px) {.el-product-items {grid-template-columns: repeat(2, 1fr);}}@media (max-width: 600px) {.el-product-items {grid-template-columns: 1fr;}}.el-product-thumb {background-color: #fff;width: 100%;height: 250px;position: relative;overflow: hidden;}.el-product-thumb img {width: 100%;height: 100%;object-fit: cover;object-position: center;position: absolute;left: 0;top: 0;transition: all 0.5s cubic-bezier(.30, .30, .05, .95);}.el-product-thumb .onsale {background-color: #ff4c4c;color: var(--motix-white-color, #fff);padding: 0 15px;text-align: center;position: absolute;top: 15px;left: 15px;font-size: 14px;line-height: 25px;font-weight: 600;text-transform: capitalize;letter-spacing: 0;display: inline-block;z-index: 1;}.el-product-thumb .el-product-lightbox {background-color: #fff;color: var(--motix-dark-color, #000000);width: 45px;height: 45px;text-align: center;display: flex;align-items: center;justify-content: center;border-radius: 50%;position: absolute;right: -100%;top: 10px;transition: all cubic-bezier(.4, 0, .2, 1) 450ms;visibility: hidden;opacity: 0;z-index: 1;}.el-product-thumb .el-product-lightbox:hover {background-color: var(--motix-primary-color, #e22834);color: var(--motix-white-color, #fff);}.el-product-card:hover .el-product-thumb .el-product-lightbox {right: 10px;visibility: visible;opacity: 1;}.el-product-thumb a.button {width: 70%;height: 45px;line-height: 45px;text-align: center;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%) translateY(100%);padding: 0 20px;margin-bottom: 20px;visibility: hidden;opacity: 0;-webkit-clip-path: inherit;clip-path: inherit;transition: .5s cubic-bezier(.30, .30, .05, .95);}.el-product-thumb a.button:before {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: var(--motix-bg-dark);-webkit-transform-origin: right center;-moz-transform-origin: right center;-ms-transform-origin: right center;transform-origin: right center;-webkit-transform: scale(0, 1);-moz-transform: scale(0, 1);-ms-transform: scale(0, 1);-o-transform: scale(0, 1);transform: scale(0, 1);transition: transform 500ms cubic-bezier(0.85, 0, 0.08, 1), -webkit-transform 500ms cubic-bezier(0.85, 0, 0.08, 1);-webkit-transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);transition-timing-function: cubic-bezier(0.85, 0, 0.08, 1);z-index: -1;}.el-product-thumb a.button:hover:before {-webkit-transform-origin: left center;-moz-transform-origin: left center;-ms-transform-origin: left center;transform-origin: left center;-webkit-transform: scale(1, 1);-moz-transform: scale(1, 1);-ms-transform: scale(1, 1);-o-transform: scale(1, 1);transform: scale(1, 1);}.el-product-thumb a.button:hover{background-color: var(--motix-primary-color, #e22834);color: var(--motix-white-color, #ffffff);}.el-product-card:hover .el-product-thumb a.button {visibility: visible;opacity: 1;transform: translateX(-50%) translateY(0);}.el-product-card .button.loading::after {font-family: WooCommerce;content: "\e01c";vertical-align: top;font-weight: 400;position: absolute;top: 0;margin-left: 10px;animation: spin 2s linear infinite;}.el-product-card .button.added::after {font-family: WooCommerce;content: "\e017";margin-left: 0.53em;vertical-align: bottom;}.el-heading-wrap {margin-top: 15px;}.el-heading-wrap .meta-wrap {display: flex;align-items: center;justify-content: space-between;}.el-heading-wrap .dl-cat-items a {font-family: var(--motix-primary-font, 'Big Shoulders Text');font-size: 16px;font-weight: 600;color: var(--motix-grey-color, #555555);letter-spacing: 0;display: block;cursor: pointer;line-height: 1;}.el-heading-wrap .dl-cat-items a:hover {color: var(--motix-primary-color, #e22834);}.el-heading-wrap .star-rating {overflow: hidden;position: relative;height: 15px;line-height: 1;font-size: 14px;width: 69px;}.el-heading-wrap .star-rating span {overflow: hidden;top: 0;left: 0;position: absolute;color: #FF9529;font-size: 0;}.el-heading-wrap .star-rating span::before, .el-heading-wrap .star-rating::before {font-family: 'WooCommerce';content: "\e020 \e020 \e020 \e020 \e020";font-size: 14px;}.el-heading-wrap .star-rating span::before {text-indent: 0;}.el-heading-wrap .star-rating::before {color: #ddd;top: 0;left: 0;position: absolute;}.el-product-title {color: var(--motix-dark-color, #000000);font-size: 22px;font-weight: 700;text-transform: capitalize;letter-spacing: 0;margin: 8px 0;}.el-product-title a {color: var(--motix-dark-color, #000000);}.el-product-title a:hover {color: var(--motix-primary-color, #e22834);}.el-heading-wrap .price {color: var(--motix-primary-color, #e22834);font-size: 16px;font-weight: 600;line-height: 1;display: flex;align-items: center;justify-content: flex-end;column-gap: 2px;flex-direction: row-reverse;margin: 0;}.el-heading-wrap .price del {opacity: 0.6;}