main {
  margin: 2rem auto;
  max-width: 848px;
  width: 100%;
  padding: 0 16px;
}

#rebounce_code {
  margin-top: 2rem;
  display: grid;
  column-gap: 13px;
  row-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#rebounce_code .prod_img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  aspect-ratio: 10 / 12;
  position: relative;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  padding: 1rem 0;
}

#rebounce_code .prod_img a,
#rebounce_code img {
  height: 100%;
}

#rebounce_code img {
  width: 100%;
  mix-blend-mode: multiply;
  object-fit: contain;
  object-position: center;
}

#rebounce_code .prod_content {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 16.8px;
  margin-bottom: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #000;
}

#rebounce_code .product-title {
  display: block;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  line-height: 16.8px;
  margin-bottom: 8px;
}

#rebounce_code .prod_price {
  font-family: Poppins-Medium;
  font-size: 14px;
  line-height: 16.8px;
  color: #000;
  margin-right: 8px;
}

#rebounce_code .prod_pricing {
  display: flex;
  gap: 0.5rem;
}

.desktop,
.header-desktop {
  display: none !important;
}
@media screen and (min-width: 1080px) {
  .desktop {
    display: block !important;
  }
  .mobile {
    display: none !important;
  }
  main {
    max-width: 1600px;
    padding: 0 40px;
  }
  #rebounce_code {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 16px;
    column-gap: 13px;
  }
}
@media screen and (min-width: 848px) {
  .header-desktop {
    display: block !important;
  }
  .header-mobile {
    display: none !important;
  }
}
footer a {
  color: #67696a;
}
footer a:hover {
  color: #000;
}
