.shop-latest-release {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  width: 80%;
  margin: auto;
}
.shop-latest-release a {
  color: white;
  text-decoration: none;
}
.shop-latest-release a:nth-child(2) .shop-latest-release-item-new {
  background-color: #bdcd6b;
}
.shop-latest-release a:nth-child(3) .shop-latest-release-item-new {
  background-color: #e7668c;
}
.shop-latest-release a:nth-child(4) .shop-latest-release-item-new {
  background-color: #45b9b9;
}
.shop-latest-release a .shop-latest-release-item {
  cursor: pointer;
  border-radius: 50%;
  height: 200px;
  max-width: 200px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  font-family: "PatrickHand";
  letter-spacing: 2px;
  color: white;
  box-shadow: 0 2px 13px 0 hsla(0, 0%, 0%, 0.1);
}
.shop-latest-release a .shop-latest-release-item:hover {
  opacity: 0.8;
}
.shop-latest-release a .shop-latest-release-item:before {
  background-image: url("/wp-content/themes/kadence-child/images/tlp-outline.png");
  z-index: 1;
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  content: "";
  width: 100%;
  max-width: 200px;
  height: 200px;
}
.shop-latest-release a .shop-latest-release-item.shop-latest-release-item-byoc {
  background-color: #45b9b9;
}

.shop-arrivals-something {
  margin: 0;
}
.shop-arrivals-something .slick-slide {
  margin: 0 20px;
}
.shop-arrivals-something .slick-list {
  margin: 0 -20px;
}
.shop-arrivals-something button.slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 9;
}
.shop-arrivals-something button.slick-arrow:before {
  color: #45b9b9;
  opacity: 1;
  font-size: 30px;
}
.shop-arrivals-something button.slick-arrow:hover {
  box-shadow: none;
}
.shop-arrivals-something button.slick-prev.slick-arrow {
  left: -40px;
}
.shop-arrivals-something button.slick-next.slick-arrow {
  right: -40px;
}
.shop-arrivals-something .product .wcfm_buttons {
  display: none;
}
.shop-arrivals-something .product .wcfmmp_sold_by_container {
  /*display: none;*/
}
.shop-arrivals-something .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.shop-arrivals-something .product .wcfmmp_sold_by_container .wcfmmp_sold_by_wrapper .wcfmmp_sold_by_label {
  display: none;
}

.shop-arrivals-something-btn {
  text-align: center;
}
.shop-arrivals-something-btn a {
  color: var(--global-palette-btn);
  background: var(--global-palette-btn-bg);
  text-align: center;
  border: 2px none transparent;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  border-radius: 3px;
  padding: 0.4em 1em;
  font-size: 1.125rem;
  line-height: 1.6;
  display: inline-block;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}
.shop-arrivals-something-btn a:hover {
  color: var(--global-palette-btn);
}

@media (max-width: 576px) {
  .shop-latest-release a {
    width: 200px;
  }
}
@media (min-width: 576px) {
  .shop-latest-release a {
    width: 200px;
  }
}

/*# sourceMappingURL=tlp-auto-categories-public.css.map */
