.custom-shop-box-row-first {
  display: flex;
  aspect-ratio: 4;
  gap: 13px;
}

p.box-top-text {
  color: #fff;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.182%;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  border-radius: 1000px;
  background: rgb(255 255 255 / 0.2);
  width: fit-content;
  padding: 3px 15px;
  margin-bottom: 10px;
}
.custom-shop-box-row-content:hover svg {
  margin-left: 7px;
  transition: 0.3s;
}
p.custom-heading {
    color: #fff;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-size: 17px;
    line-height: 125.182%;
    margin-bottom: 0;
    margin-right: 7px;
}
.custom-shop-box-row-text-container {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.custom-shop-box-row {
  display: flex;
  flex-basis: 40%;
  aspect-ratio: 3/1.5;
}
.custom-shop-box-column {
  display: flex;
  justify-content: center;
  gap: 13px;
}
a.custom-shop-box-row-content-url.wide .custom-shop-box-row-content {
  padding-left: 50px;
}

.custom-shop-box-row-content {
  align-items: end;
  justify-content: center;
  position: absolute;
  padding: 15px;
  height: 100%;
  width: 100%;
}
.custom-shop-box-row-2 {
    display: flex;
    flex-basis: 80%;
    aspect-ratio: 4;
}
a.custom-shop-box-row-content-url {
  display: flex;
  flex-basis: 51%;
}
.custom-shop-main-heading {
  display: block;
}
.custom-shop-main-heading p {
  color: #000;
  text-align: center;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.182%;
  margin-bottom: 56px;
}
.custom-shop-main-heading p span {
  color: #2253f5;
}
.custom-shop-heading-mobile {
  display: none;
}
.custom-shop-box-row-second-image-desktop {
  display: block;
  max-width: 82%;
  margin: 0 auto 37px auto;
}
.custom-shop-box-row-second-image-mobile {
  display: none;
}
.custom-shop-box-column img {
  border-radius: 12px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
a.custom-shop-box-row-content-url {
     flex-basis: 25%;
     position: relative;
            z-index: 2;
   }
   a.custom-shop-box-row-content-url.wide{
    flex:1;
    overflow: hidden;
  }
a.custom-shop-box-row-content-url:not(.wide) p.box-top-text {
  color: #FFF;
  font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 125.182%;
  letter-spacing: 0;
  background: rgba(255, 255, 255, 0.20);
  width: fit-content;
  padding: 3px 10px;
  margin-bottom: 10px;
  position: absolute;
  top: 15px;
  left: 15px;
  white-space: nowrap;    
  border-radius: 7px;
  background: #0054ff;
}
.custom-shop-box-row{
  overflow: hidden;
  border-radius: 12px;
}
.custom-shop-box-row > div{
  position: relative;
  z-index: 2;
}
.custom-shop-box-row:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0,0,0,0.9) 100%);
  z-index: 1;
}
@media screen and (max-width: 2800px) {
  .custom-shop-box-row-first {
    flex-basis: 73%;
  }
}
@media screen and (max-width: 2500px) {
  .custom-shop-box-row-first {
    flex-basis: 80%;
  }
}
@media screen and (min-width: 786px) {
  .custom-shop-box-column svg {
    width: 20px;
  }
  .custom-shop-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 786px) {
  .custom-shop-box-column {
    flex-flow: column;
    gap: 0;
  }
  .custom-shop-box-row-second-image-desktop {
    display: none;
  }
  .custom-shop-container {
    margin: 30px 0;
  }
  .custom-shop-box-row-second-image-mobile {
    display: block;
    padding-top: 15px;
  }
  p.custom-heading {
    font-size: 15px;
  }
  .custom-shop-main-heading {
    display: none;
  }
  .custom-shop-heading-mobile {
    display: block;
  }
  p.box-top-text {
    color: #fff;
    text-align: center;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-size: 12px;
    margin-bottom: 6px;
    font-style: normal;
    font-weight: 600;
    line-height: 125.182%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
  }
  .custom-shop-box-row-text-container svg {
    width: 22px;
  }
  .custom-shop-heading-mobile p {
    color: #000;
    text-align: center;
    font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 125.182%;
  }
  .custom-shop-heading-mobile p span {
    color: #2253f5;
  }
  .custom-shop-box-row-first {
    flex-wrap:wrap;
    flex-basis: 40%;
    height: 100%;
    justify-content: center;
    width: 95%;
    margin: auto;
    aspect-ratio: 1;
    gap: 10px;
  }
  a.custom-shop-box-row-content-url.wide{
    flex-basis: 100%;
    aspect-ratio: 1/0.4;
  }
  a.custom-shop-box-row-content-url{
    flex-basis: calc(50% - 5px);
    display: flex;
    aspect-ratio: 1/1;
    height: unset;
  }
}
