.dsg-category-grid{display:grid;grid-template-columns:repeat(var(--dsgcg-cols,4),1fr);gap:30px}.dsg-category-grid .category-card{display:flex;flex-direction:column;text-decoration:none;text-align:center;transition:all 0.3s cubic-bezier(.4,0,.2,1)}.dsg-category-grid .category-img-wrapper{position:relative;width:100%;aspect-ratio:1 / 1;border-radius:16px;overflow:hidden;box-shadow:0 2px 4px rgb(26 34 41 / .05);border:1px solid rgb(74 98 115 / .08);transition:all 0.3s cubic-bezier(.4,0,.2,1)}.dsg-category-grid .category-img{width:100%;height:100%;object-fit:cover;display:block;transition:transform 0.6s cubic-bezier(.4,0,.2,1)}.dsg-category-grid .category-title{font-family:'Montserrat',sans-serif;font-size:1.15rem;font-weight:700;color:#243642;margin:18px 0 0;transition:color 0.3s ease}.dsg-category-grid .category-card:hover .category-img-wrapper{transform:translateY(-6px);box-shadow:0 20px 40px rgb(26 34 41 / .12);border-color:rgb(210 140 54 / .3)}.dsg-category-grid .category-card:hover .category-img{transform:scale(1.06)}.dsg-category-grid .category-card:hover .category-title{color:#D28C36}@media (max-width:849px){.dsg-category-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:549px){.dsg-category-grid{grid-template-columns:repeat(2,1fr);gap:16px}}