.product{width:100%;height:auto;background-color:#fff;border-radius:10px;padding:1rem;border:1px solid #e9e9e9;transition:.3s ease-in}.product:hover{box-shadow:0 0 6px #0000001a}.product__picture{display:flex;padding:.5rem;background-color:#fff;border-radius:10px}.product__image{width:100%;height:100%;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;overflow-clip-margin:border-box}.product__details{width:100%;display:flex;flex-direction:column;gap:.5rem;padding-top:1rem}.product__brand{font-size:var(--text-xs);text-transform:uppercase;font-weight:500;color:#a7a7a7}.product__title__container{overflow:hidden;height:2.5rem}.product__title{font-size:var(--text-sm);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;font-weight:600}.product__link{color:#222}.product__price{font-size:var(--text-lg);font-weight:800;color:var(--three-color)}.product__button{background-color:var(--three-color);padding:.5rem 1rem;border-radius:10px;color:#fff;font-family:Inter;font-weight:600;text-transform:uppercase;display:flex;gap:.3rem;align-items:center;justify-content:center;font-size:var(--text-sm);cursor:pointer}.product__icon{width:-moz-fit-content;width:fit-content}.breadcrumb{display:flex;padding-bottom:1rem}.breadcrumb__container,.breadcrumb__button{display:inline-flex;align-items:center}.breadcrumb__icon{width:.75rem;height:.75rem;color:#6b7280;margin:0 4px}.breadcrumb__text{display:inline-flex;align-items:center;font-size:var(--text-base);font-weight:600;color:#6b7280}.category__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.5rem}.category__products_icon{display:inline-block;width:1.25rem}.not__products{width:100%;border-radius:10px;background-color:#f7fff3;padding:2.5rem}.not__products__content{width:100%;margin:0 auto;display:flex;flex-direction:column;max-width:500px;gap:1.25rem;align-items:center}.not__products__title{font-size:var(--text-2xl);font-weight:800;color:var(--three-color);text-wrap:pretty;text-align:center}.not__products__content__title{display:flex;flex-direction:column;gap:1.25rem;align-items:center}.not__products__link{display:inline-flex;background-color:var(--four-color);color:#fff;font-size:var(--text-sm);font-weight:600;padding:.625rem 1.25rem;border-radius:10px;align-items:center;gap:.625rem;line-height:0;width:-moz-max-content;width:max-content}.not__products__image{width:100%;max-width:150px}.not__products__arrow{width:-moz-max-content;width:max-content}@media (width >= 768px){.category__container{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.8rem}.not__products__content{flex-direction:row}.not__products__content__title{align-items:start}.not__products__title{text-align:start;font-size:var(--text-3xl)}}
