/** Shopify CDN: Minification failed

Line 177:1 Expected "}" to go with "{"

**/
   h1.categories-shop-title {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
        margin: 0 0px 25px;
    }
    .shop-by-categories .category-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px;
    }
    .shop-by-categories .category-grid .grid-wrap {
      display: flex;
      flex-flow: column;
      gap: 16px;
    }

     .shop-by-categories .category-grid .grid-wrap:last-child {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 16px;
    }
    
    .category-item {
      position: relative;
      height: 335px;
    }
    .category-item.big{
      height: 686px;
    }
   .category-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 4px;
}
 .category-content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px;
	width: 100%;
}
.category-item.big .category-content {
	padding: 35px;
}
 .category-content .btn.category {
	background-color: #fff;
	border-radius: 4px;
	width: 40px;
	height: 40px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 20px;
	bottom: 30px;
}
.category-content .btn.category:hover {
	background-color: #e69500;
}
.category-item.big .category-content .btn.category {
	width: 56px;
	height: 56px;
	right: 35px;
	bottom: 35px;
}
.category-content .btn.category > img {
	width: 26px;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
}
.category-content h2 {
	font-weight: 600;
	font-style: normal;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
	margin: 0 0 5px;
	text-transform: uppercase;
}
.category-item.big .category-content h2 {
	font-size: 30px;
	line-height: 33px;
}
.category-content p {
	
	font-weight: 400;
	font-size: 16px;
  line-height:21px;
	color: #fff;
	letter-spacing: -0.8px;
  margin: 0;
}

@media(max-width:1540px){
.shop-by-categories.container{
  padding: 40px 32px !important;
}
}
@media(max-width:1080px){
  .category-content h2 {
     font-size:24px;
     line-height: normal;
}

@media(max-width:767px){
.shop-by-categories .category-grid {
	overflow-y: hidden;
}
 .shop-by-categories .category-grid {
    grid-template-columns: repeat(1, 1fr);
}
.shop-by-categories .category-grid .grid-wrap:last-child {
	grid-template-columns: repeat(4, 1fr);
}
.category-content h2 {
  letter-spacing: 0;
}
.shop-by-categories .category-grid .grid-wrap {
	flex-flow: row;
	gap: 14px;
}
.shop-by-categories .category-grid .category-item {
	height: auto;
}
a.btn.category {
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	line-height: 20px;
}
.category-content h2 {
	font-size: 25px;
	line-height: 30px;
}
.category-content p {
	font-size: 14px;
	line-height: normal;
}
.hot_wheels .category-content h2 {
	color: #fff;
}
.hot_wheels .category-content p{
  color:#fff;
}
.category-item.hot_wheels a.btn.category {
	left: -20px;
}
.shop-by-categories .category-grid .category-content {
	background: none;
  padding: 15px;
}
.category-item.big .category-content .btn.category,
.category-content .btn.category {
	width: 35px;
	height: 35px;
	right: 15px;
	bottom: 25px;
}
.category-item.big .category-content h2,
.category-item .category-content h2 {
	font-size: 18px;
      line-height: 24px;
}
.category-content .btn.category > img {
	width: 18px;
	height: auto !important;
}
}