.category-card-wrapper{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.category-card{border-radius:10px;overflow:hidden}.category-card-background{background-color:#f4f5f8;background-image:url(/images/category/background.svg);background-position:bottom;background-repeat:no-repeat;background-size:200px;min-height:300px}.category-content{grid-template-columns:1fr 1fr;align-items:center;min-height:300px;display:grid}.category-info{flex-direction:column;justify-self:start;gap:20px;padding-left:30px;display:flex}.category-title{color:#184363;align-items:center;font-family:Arial;font-size:16px;font-style:normal;font-weight:700;display:flex}.products-list{flex-direction:column;gap:10px;display:flex}.product-item{align-items:center;gap:10px;display:flex}.product-arrow{color:#28a745;flex-shrink:0;font-size:16px}.product-name{color:#184363;font-size:14px;font-weight:400;line-height:24px}.view-all-button{color:#fff;cursor:pointer;background:#08b65d;border:none;border-radius:72px;align-self:flex-start;align-items:center;gap:10px;padding:10px;font-family:Arial,sans-serif;font-size:14px;font-weight:700;transition:background-color .2s;display:flex}.view-all-button:hover{background-color:#159754}.button-arrow{font-size:14px}.category-image-container{justify-content:center;justify-self:end;align-items:center;margin:20px;display:flex}.category-image{object-fit:contain;border-radius:8px;max-width:120%;height:auto}@media (max-width:1024px){.category-card-background{background-position:bottom;background-size:120px;min-height:260px}.category-content{grid-template-columns:1fr 1fr;min-height:260px}.category-info{gap:10px;padding-left:20px}.category-title{font-size:15px}.products-list{gap:8px}.product-name{font-size:13.5px;line-height:20px}.view-all-button{padding:8px 12px;font-size:13px}.category-image-container{margin:10px}}@media (max-width:768px){.category-card-background{background-position:bottom;background-size:150px;min-height:240px}.category-card-wrapper{grid-template-columns:repeat(2,1fr)}.category-content{grid-template-columns:repeat(2,1fr);min-height:240px}.category-info{gap:10px;padding-left:20px}.category-title{font-size:15px}.products-list{gap:8px}.product-name{font-size:13.5px;line-height:20px}.view-all-button{padding:8px 12px;font-size:13px}.category-image-container{margin:10px}.category-image{max-width:125%}}@media (max-width:1023px) and (min-width:768px){.category-card-wrapper{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:767px){.category-card-wrapper{grid-template-columns:repeat(1,1fr);gap:20px}.category-content{min-height:auto;padding:20px;display:flex}.category-info{align-items:flex-start;gap:15px;width:100%;padding-left:0}.category-image-container{max-width:180px;margin:0}.category-image{max-width:135%}.category-title{margin-bottom:5px;font-size:20px}.product-name{font-size:15px}.products-list{align-items:flex-start;gap:12px}.view-all-button{align-self:flex-start;padding:12px 20px;font-size:15px}}
