/*body {
  font-family: 'Inter', sans-serif !important;
  font-weight: 400 !important;
}*/

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif !important;
}



.bg-sunset{
    background-color: #634490 !important;
    box-shadow: 0 5px 10px rgba(99, 68, 144, 0.3);
} 
.bg-robbin{
    background-color: #00c4d4 !important;
    box-shadow: 0 5px 10px rgba(99, 68, 144, 0.3);
}

.tag-text {
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-left: 8px;
}
.product .price-new {
    font-weight: bold;
    font-size: 16px;
}
.section-header{
    float: left;
    padding-bottom: 0rem;
}
.section-view-all {
    float: right;
    padding-bottom: 0;
}

.product .item-card7-desc h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.product .card-body {
    padding: 10px !important;
}

.product .price-new {
    font-weight: bold;
    font-size: 16px;
}
.custom-control-label {
    text-align: left;
    font-size: 15px;
}
.breadcrumb-item a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.font-large-2 {
    font-size: 3rem!important;
}
.text-center {
    text-align: center !important;
}
.dc{
    padding: 15px 15px 12px 15px!important;
}
.das-tit{
    width: 100%;
    margin-top: 12px;
}
.das-tit h3{
    font-size: 19px;
}
.das-tit{
    color: #000;
}
.das-bx{
    text-align: center;
}
.das-bx i{
    text-align: center;
    background: #e5e7f5;
    padding: 10px 15px;
    border-radius: 5px;
    color: #000;
    font-size: 29px;
    /* border: 6px double #000; */
    box-shadow: 0 0 12px 0 rgba(21, 17, 148, 0.06);
}
.wish-btn{
    width: 2rem;
    height: 2rem;
    margin: 2px;
    text-align: center;
    border-radius: 100px !important;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    line-height: 2.2rem;
    font-size: 16px;
    border: 0px;
    padding: 0px;
    
}
.star-rating i {
    color: #f1c40f;
}

.vr-btn{
	background-color: #fff;
	padding: 0px 12px !important;
    margin-left: 15px !important;
}

.vr-btn:hover{
    background-color: #000;
    color: #fff;
}
.mob-logo{
    display: none;
}
#tawkchat-container {
    left: 0 !important;
    right: auto !important;
}
.promo-bar {
    background: linear-gradient(90deg, #56ab2f, #a8e063); /* Beautiful green gradient */
    color: white;
    font-weight: 600;
    padding: 12px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .promo-bar .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .promo-bar a {
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
  }
  
  .promo-bar p{
    color: #fff;
    margin: 0 15px;
    font-size: 20px;
    text-decoration: none;
    line-height: 1.5;
    transition: color 0.3s ease;
  }

  .promo-bar a:hover {
    color: #ffd700;
  }

  .hot-sale-blink {
    animation: blinkText 1.2s infinite;
    font-weight: bold;
    color: #111 !important;
  }

  @keyframes blinkText {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
  }

  .buy-now {
    background-color: #222;
    padding: 6px 15px;
    border-radius: 5px;
    color: #fff;
    transition: background-color 0.3s ease;
  }

  .buy-now:hover {
    background-color: #555;
  }



.headerstyle1 .header-search{
    background: #000;
    border-bottom: 0px;
}
.sticky-wrapper.is-sticky .horizontal-main{
    background: #000;
}
.header-icons .nav-link.icon{
    border-radius:0px;
    background:transparent;
    border:0px;
    box-shadow:none;
}
.header-icons .nav-link.icon i{
    color:#fff;
}

.horizontal-main{
    background: #000;
}
.horizontalMenu>.horizontalMenu-list>li>a{
    color: #fff;
}
 
.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu{
    background-color: #000;
    border: 0px;
}

/* Live search dropdown (header) */
.unity-search-box{
  position: relative;
}

.unity-live-results{
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0,0,0,.18);
  border: 1px solid rgba(0,0,0,.06);
  max-height: 420px;
  overflow: auto;
  z-index: 9999;
  display: none;
}

.unity-live-results.is-open{
  display: block;
}

.unity-live-results .uls-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(0,0,0,.06);
  text-decoration: none;
}

.unity-live-results .uls-left{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1 1 auto;
  text-decoration: none;
}

.unity-live-results .uls-left:hover .uls-title{
  color: #1f4bd8;
}

.unity-live-results .uls-item:last-child{
  border-bottom: 0;
}

.unity-live-results .uls-thumb{
  width: 48px;
  height: 48px;
  border-radius: 10px;
  object-fit: cover;
  background: #f2f4f7;
  flex: 0 0 auto;
}

.unity-live-results .uls-main{
  min-width: 0;
  flex: 1 1 auto;
}

.unity-live-results .uls-title{
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unity-live-results .uls-meta{
  margin-top: 3px;
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.unity-live-results .uls-price-row{
  margin-top: 4px;
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.unity-live-results .uls-price{
  font-weight: 700;
  color: #1f2937;
  font-size: 14px;
  white-space: nowrap;
}

.unity-live-results .uls-old{
  font-size: 12px;
  color: #9ca3af;
  text-decoration: line-through;
  white-space: nowrap;
}

.unity-live-results .uls-btn{
  background: #edf2ff;
  color: #2b5bd7;
  border: 1px solid rgba(43,91,215,.22);
  padding: 7px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
  white-space: nowrap;
  text-decoration: none;
  flex: 0 0 auto;
}

.unity-live-results .uls-btn:hover{
  background: #e3ebff;
  color: #244fc3;
}

.unity-live-results .uls-empty{
  padding: 14px;
  color: #6b7280;
  font-size: 13px;
}

.horizontalMenu>.horizontalMenu-list>li>ul.sub-menu>li>a{
    color: #fff;
}
.bg-dark {
    background-color: #000 !important;
}

.unity-search {
    max-width: 590px;
}

.unity-search-box {
    display: flex;
    align-items: center;
    background: #111;
    border-radius: 6px;
   /* overflow: hidden;*/
    border: 1px solid #2c2c2c;
    transition: 0.3s ease;
}
.unity-search-box:focus-within {
    border: 1px solid #7b3bea;
}

.form-control:focus {
    box-shadow: none;
    border-color: #7b3bea;
    background: #111;
    color: #fff;
}
.announcment{
    background-color: #7b3bea;
}
.announcment-alert{
    line-height: 22px;
    color: #fff !important;
    font-size: 17px;
}
.footer-main .footer-conatct li i{
    background: #7b3bea !important;
}

.unity-input {
    background: transparent;
    border: none;
    color: #fff;
    padding: 10px 15px;
    flex: 1;
    font-size: 14px;
}

.unity-input::placeholder {
    color: #aaa;
}

.unity-input:focus {
    outline: none;
    box-shadow: none;
}

.unity-search-btn {
    background: #7b3bea; /* blue button like Unity */
    border: none;
    padding: 10px 15px;
    color: #fff;
    transition: 0.3s;
}

.unity-search-btn:hover {
    background: #1d4ed8;
}
.com-radius {
    border-radius: 1.5rem;
}

.hin-trust {
    background: #f5f6f8;
    padding: 15px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 60px;
}

.hin-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #333;
    margin: 8px 0;
    justify-content: center;
}

/* ICON */
.hin-trust-item i {
    font-size: 18px;
    color: #000;
}

/* TEXT */
.hin-trust-item span {
    font-size: 14px;
    color: #444;
}

.hin-trust-item strong {
    font-weight: 600;
    color: #000;
}


.hin-banner {
    height: 100%;
    overflow: hidden;
}

.hin-banner-content {
    background: #000;
    color: #fff;
    padding: 20px 50px;
    height: 100%;
}

/* MAIN BOX */
.hin-banner-wrapper {
    border-radius: 25px;
    overflow: hidden;
    background: #000;
}

/* LEFT SIDE */
.hin-banner-left {
    background: #000;
    color: #fff;
    padding: 20px 60px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* TEXT */
.hin-small-text {
    letter-spacing: 4px;
    font-size: 12px;
    color: #aaa;
    margin-bottom: 25px;
}

.hin-title {
    font-size: 35px;
    font-weight: 700 !important;
    letter-spacing: 6px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hin-desc {
    color: #cfcfcf;
    font-size: 16px !important;
    line-height: 1.7;
    margin-bottom: 40px;
}

/* BUTTON */
.hin-btn {
    display: inline-block;
    background: #7b3bea;
    color: #fff;
    padding: 14px 30px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    width: fit-content;
}

/* RIGHT SIDE */
.hin-banner-right {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

/* 🔥 IMPORTANT FIX (your issue) */
.hin-banner-right img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

/* RIGHT IMAGE */
.hin-banner-image {
    background: linear-gradient(135deg, #7c3aed, #9333ea);
    height: 100%;
}

.hin-banner-image img {
    object-fit: cover;
    height: 100%;
}

/* Home hero slider (split layout + 2x2 grid + external nav) */
.home-hero-section {
    padding-bottom: 4px;
    margin-top: 80px;

}

.hin-banner--hero {
    background: #000;
}

.hin-banner-content--hero {
    padding: 36px 44px 36px 50px;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.hin-banner-content--hero .hin-small-text {
    color: #7b3bea;
    font-size: 11px;
    letter-spacing: 3px;
    font-weight: 600;
    margin-bottom: 18px;
}

.hin-banner-content--hero .hin-title {
    text-transform: uppercase;
    letter-spacing: 4px;
}

.hin-btn--hero {
    background: #7c3aed !important;
    border-radius: 12px !important;
    letter-spacing: 0.5px;
    padding: 14px 28px;
}

.hin-btn--hero:hover {
    background: #6d28d9 !important;
    color: #fff !important;
}

.hin-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    min-height: 320px;
    height: 100%;
}

.hin-banner-grid__cell {
    overflow: hidden;
    background: #111;
}

.hin-banner-grid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hin-banner-grid__img--tl {
    object-position: 15% 15%;
}

.hin-banner-grid__img--tm {
    object-position: 50% 15%;
}

.hin-banner-grid__img--tr {
    object-position: 85% 15%;
}

.hin-banner-grid__img--bl {
    object-position: 15% 85%;
}

.hin-banner-grid__img--bm {
    object-position: 50% 85%;
}

.hin-banner-grid__img--br {
    object-position: 85% 85%;
}

.home-hero-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 20px;
    padding-bottom: 6px;
}

.home-hero-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    background: #7b3bea;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.15s ease, background 0.15s ease;
    padding: 0;
}

.home-hero-arrow:hover {
    background: #7b3bea;
    transform: scale(1.04);
}

.home-hero-arrow span {
    margin-top: -2px;
}

.home-hero-dots-wrap.owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
}

.home-hero-dots-wrap .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0 !important;
    background: #bbb !important;
    border-radius: 50%;
    transition: width 0.25s ease, border-radius 0.25s ease, background 0.25s ease;
}

.home-hero-dots-wrap .owl-dot.active span {
    width: 26px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: #222 !important;
}

.hin-categories {
    padding: 30px 0;
    background: #f5f7fb;
}

/* FLEX WRAPPER */
.hin-cat-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
}

/* ITEM */
.hin-cat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100px;
    cursor: pointer;
}

/* ICON CIRCLE */
.hin-cat-box {
    width: 70px;
    height: 70px;
    background: #dbeafe;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

/* ICON */
.hin-cat-box i {
    font-size: 24px;
    color: #3b5bdb;
    transition: 0.3s;
}

/* TEXT */
.hin-cat-item p {
    margin-top: 10px;
    font-size: 13px;
    letter-spacing: 2px;
    color: #3b5bdb;
    font-weight: 500;
    transition: 0.3s;
}

/* 🔥 HOVER */
.hin-cat-item:hover .hin-cat-box {
    background: #3b5bdb;
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 10px 20px rgba(59, 91, 219, 0.3);
}

.hin-cat-item:hover .hin-cat-box i {
    color: #fff;
}

.hin-cat-item:hover p {
    color: #000;
}

.rating-stars .rating-stars-container .rating-star.is--active, .rating-stars .rating-stars-container .rating-star.is--hover {
    color: #000;
}

.section-title h3{
    font-weight: 700;
}

.btn-nprimary {
    color: #fff;
    background-color: #7b3bea;
    border-color: #7b3bea;
    box-shadow: 0 5px 10px rgb(70 67 67 / 30%);
    padding: 6px 12px;
    font-size: 15px;
}
.com-inban{
    padding: 60px 15px;
  /*  margin-top: 58px;*/
  border-radius: 1.5rem; 
}
.temp-categories li{
    border: 1px solid #777777;
    border-radius: 20px;
    background: #000;
    margin:0px 3px 10px 3px;
}
.section-title h2{
    font-weight: 700;
}

.page-item.active .page-link{
    background-color: #000;
    border-color: #000;
    color: #fff;
}


.unity-search-btn i {
    color: #fff !important;

}

.why-us-section {
    background: #f8f9fc;
}

.why-card {
    background: #fff;
    border-radius: 15px;
    transition: all 0.3s ease;
   /* box-shadow: 0 5px 20px rgba(0,0,0,0.05);*/
    border: 2px solid #7b3bea;
}

.icon-service1{
    border-radius: 7px;
}

.icon-box {
    width: 70px;
    height: 70px;
    margin: auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
}

.choose-us-card{
    border-radius: 10px;
    border: 2px solid #7b3bea;
}

/* Example gradient colors */
.bg-blue {
    background: linear-gradient(45deg, #4facfe, #00f2fe);
}

.bg-green {
    background: linear-gradient(45deg, #43e97b, #38f9d7);
}

.bg-orange {
    background: linear-gradient(45deg, #fa709a, #fee140);
}

.bg-dark {
    background: linear-gradient(45deg, #434343, #000000);
}

.why-us-section {
    background: #f9fafc;
}

/* Card Style */
.service-card {
    background: #fff;
    border-radius: 12px;
    padding: 30px 20px;
    transition: 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
    position: relative;
    margin-bottom: 15px;
}

/* Hover Effect */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Icon Box (Top Corner Style) */
.icon-wrap {
    width: 55px;
    height: 55px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: -20px;
    left: 20px;
}

/* Example Colors */
.bg-yellow {
    background: #f4b400;
}

.bg-green {
    background: #34a853;
}

.bg-purple {
    background: #7b61ff;
}

.bg-red {
    background: #ea4335;
}

@media (min-width: 768px) {
    .container {
        max-width: 820px;
    }
}
@media (min-width: 992px) {
    .hin-trust-item {
        justify-content: center;
    }
      .container {
        max-width: 1360px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1360px;
    }
}
/* DESKTOP ALIGN */



@media only screen and (max-width: 991px) {
	.mob-logo, .smllogo-white{
        display: inline-block;
        margin-top: 15px;
	}
	.desktop-logo, .smllogo{
		display: none !important;
        
	}
    .horizontalMenu>.horizontalMenu-list{
        background: #000;
    }

    .hin-title {
        font-size: 32px;
        letter-spacing: 3px;
    }

    .hin-banner-left {
        padding: 40px 25px;
    }

    .hin-banner-right {
        padding: 20px;
    }

    .hin-banner-content--hero {
        padding: 28px 22px;
        min-height: 0;
    }

    .hin-banner-grid {
        min-height: 260px;
    }
}

@media only screen and (max-width: 767px) {
   /* .horizontalMenu>.horizontalMenu-list>li a span {
        display: block;
    }*/
}

@media only screen and (max-width: 576px) {
    .promo-bar .container {
        flex-direction: column;
      }
      .promo-bar a {
        margin: 10px 0;
      }
}

/* —— Home: Browse categories (bento grid) —— */
.browse-categories-section {
    font-family: 'Poppins', sans-serif;
}

.browse-categories-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem 1.5rem;
}

.browse-categories-title {
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #111;
    margin: 0;
    line-height: 1.15;
}

.browse-categories-subtitle {
    margin: 0.35rem 0 0;
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #6b7280;
}

.browse-categories-viewall {
    color: #fff !important;
    background-color: #634490 !important;
    border-color: #634490 !important;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.8rem;
    letter-spacing: 0.08em;
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(99, 68, 144, 0.28);
}

.browse-categories-viewall:hover {
    filter: brightness(1.08);
    color: #fff !important;
}

.browse-categories-rule {
    height: 0;
    border: 0;
    border-top: 1px solid #e5e7eb;
    margin: 1.1rem 0 1.5rem;
}

.browse-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1.55fr 1fr 1fr;
    grid-template-rows: minmax(140px, auto) minmax(170px, auto) minmax(170px, auto);
    gap: 14px;
    grid-template-areas:
        "tile0 tile1 tile1 tile2"
        "tile3 tile3 tile4 tile2"
        "tile3 tile3 tile4 tile5";
}

.browse-cat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 150px;
    padding: 14px;
    border-radius: 12px;
    background: var(--browse-card-bg, #6b46c1);
    text-decoration: none !important;
    color: #111 !important;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.browse-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.14);
}

.browse-cat-card__label {
    display: inline-block;
    max-width: 100%;
    padding: 0.45rem 0.65rem;
    background: #fff;
    border-radius: 8px;
    font-size: clamp(0.65rem, 1.1vw, 0.72rem);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.25;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    z-index: 1;
}

.browse-cat-card__visual {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 0.5rem;
    min-height: 72px;
}

.browse-cat-card__visual i {
    font-size: clamp(3rem, 8vw, 5.5rem);
    line-height: 1;
    color: rgba(0, 0, 0, 0.22);
}

.browse-cat-card__visual--image {
    margin: 0.5rem -14px -14px;
    width: calc(100% + 28px);
    min-height: 120px;
    max-height: 280px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    align-items: stretch;
    justify-content: stretch;
}

.browse-cat-card__img {
    width: 100%;
    height: 100%;
    min-height: 120px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.browse-cat-card--0 .browse-cat-card__visual--image {
    max-height: 420px;
}

.browse-cat-card--5 .browse-cat-card__visual--image {
    max-height: 520px;
}

.browse-cat-card--0 {
    grid-area: tile0;
}

.browse-cat-card--1 {
    grid-area: tile1;
}

.browse-cat-card--2 {
    grid-area: tile2;
}

.browse-cat-card--3 {
    grid-area: tile3;
}

.browse-cat-card--4 {
    grid-area: tile4;
}

.browse-cat-card--5 {
    grid-area: tile5;
}

@media only screen and (max-width: 991px) {
    .browse-cat-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: none;
        grid-auto-rows: minmax(148px, auto);
        grid-template-areas: none;
    }

    .browse-cat-card--0,
    .browse-cat-card--1,
    .browse-cat-card--2,
    .browse-cat-card--3,
    .browse-cat-card--4,
    .browse-cat-card--5 {
        grid-area: auto;
        grid-column: auto;
        grid-row: auto;
    }

    .browse-cat-card--0 {
        grid-column: 1 / -1;
        min-height: 180px;
    }

    .browse-cat-card--4 {
        grid-column: 1 / -1;
    }

    .browse-cat-card--5 {
        grid-column: 1 / -1;
        min-height: 160px;
    }
}

@media only screen and (max-width: 575px) {
    .browse-cat-grid {
        grid-template-columns: 1fr;
        grid-template-areas: none;
    }

    .browse-cat-card--0,
    .browse-cat-card--4,
    .browse-cat-card--5 {
        grid-column: auto;
    }
}

