.list-product{width:100%;background-color:#f5f5f5}.box-products{width:100%;padding:16px;border-radius:3px;background-color:#fff}.box-products__heading{font-size:20px;font-weight:600;color:var(--color-text);opacity:.8;text-transform:uppercase}@media screen and (max-width:768px){.box-products__heading{font-size:16px}}.box-products__custom-select{padding:8px;height:36px;border-radius:3px;background-color:#fff;border:1px solid #dddde3;font-size:13px;color:var(--color-text)}.box-products .btn-seeall small{font-size:.75em}@media screen and (max-width:768px){.box-products .btn-seeall{min-width:100px;font-size:12px}}.sub-cat__tags{list-style:none;display:flex;flex-wrap:wrap}.sub-cat__tag{margin-right:8px;margin-bottom:8px}.sub-cat__tag a{font-size:12px;height:28px;border-radius:16px;border:1px solid #d9d9d9;background-color:#fff;text-decoration:none;color:rgba(39,39,42,.8);padding:5px 16px}.sub-cat__tag a:hover,.sub-cat__tag.active a{background-color:var(--color-link);color:#fff;border-color:var(--color-link)}.product-cards{display:grid;grid-template-rows:repeat(var(--bs-rows,3),1fr);grid-template-columns:repeat(var(--bs-columns,2),1fr);grid-gap:var(--bs-gap,1rem);gap:var(--bs-gap,1rem)}.product-cards__wrap{overflow:hidden}@media screen and (min-width:768px){.product-cards{grid-template-rows:repeat(var(--bs-rows,2),1fr);grid-template-columns:repeat(var(--bs-columns,3),1fr)}}@media screen and (min-width:992px){.product-cards{grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,6),1fr)}}.product-cards-car{display:grid;grid-template-rows:repeat(var(--bs-rows,3),1fr);grid-template-columns:repeat(var(--bs-columns,2),1fr);grid-gap:var(--bs-gap,1rem);gap:var(--bs-gap,1rem)}.product-cards-car__wrap{overflow:hidden}@media screen and (min-width:768px){.product-cards-car{grid-template-rows:repeat(var(--bs-rows,2),1fr);grid-template-columns:repeat(var(--bs-columns,3),1fr)}}@media screen and (min-width:992px){.product-cards-car{grid-template-rows:repeat(var(--bs-rows,1),1fr);grid-template-columns:repeat(var(--bs-columns,4),1fr)}}.product-card{border:1px solid #eef0f4}.product-card a{text-decoration:none}.product-card .product-link{color:inherit}.product-card__body{padding:.5rem}.product-card__title{color:var(--color-text);font-size:14px;margin-bottom:0;font-weight:500}.product-card__subtitle{opacity:.5;font-size:11px;font-weight:500;letter-spacing:.5px;color:#27272a}.product-card__code-tag{background-color:rgba(173,78,0,.1);font-size:12px;border-radius:15px;font-weight:700;color:var(--color-code);letter-spacing:.65px;padding:5px 8px 3px;display:inline-flex;justify-content:center;align-items:center;margin-bottom:0}.product-card__price{font-weight:500;color:var(--color-price);font-size:16px}.product-card__price-o{color:#ad4e00;font-size:13px;text-decoration:line-through;margin-right:5px;color:var(--color-text);opacity:.5}.product-card__price-discount{background-color:var(--color-price);color:#fff;font-size:13px;font-weight:700;line-height:1;padding:2px 4px}