.product-grid{width:100%;max-width:872px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid .card{max-width:100%!important;border:none}.product-grid .product-card{max-width:290px;border-right:1px solid var(--mantine-color-layout-strokes-0);border-bottom:1px solid var(--mantine-color-layout-strokes-0)}@media only screen and (min-width: 1640px){.product-grid{max-width:1152px;grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid .product-card:nth-child(3n){border-right:1px solid var(--mantine-color-layout-strokes-0)}.product-grid .product-card:nth-child(4n){border-right:none}.product-grid .product-card{max-width:288px}}@media only screen and (max-width: 1063px){.product-grid{max-width:582px;grid-template-columns:repeat(2,minmax(0,1fr))}.product-grid .product-card:nth-child(3n){border-right:1px solid var(--mantine-color-layout-strokes-0)}.product-grid .product-card:nth-child(2n){border-right:none}}@media only screen and (max-width: 600px){.product-grid{max-width:100%;grid-template-columns:repeat(1,minmax(0,1fr))}.product-grid .product-card:last-child{border-bottom:none}.product-grid .product-card.mobile{max-width:100%;border-right:none!important}.product-grid .product-card.mobile .product-title-sm-card{width:calc(100% - 40px)}.product-grid .product-card.mobile .add-container{right:0;top:var(--mantine-spacing-md)}.product-grid .product-card.mobile .product-card-detail{flex-direction:row;width:100%;gap:var(--mantine-spacing-sm);padding:var(--mantine-spacing-md) 0}.product-grid .product-card-detail .image{width:120px!important;max-width:120px;max-height:120px;padding:8px}}
