.shop-public-section {
  background:
    linear-gradient(180deg, rgba(7, 6, 9, .3), rgba(28, 4, 12, .34)),
    url("assets/images/hero-dj-background.png") center / cover no-repeat fixed !important;
  padding-block: clamp(72px, 7vw, 108px) !important;
}

.shop-public-section > .container {
  max-width: 1480px !important;
}

body:not(.legal-body) .shop-public-section .shop-public-heading {
  align-items: center !important;
  -webkit-backdrop-filter: blur(30px) saturate(145%);
  backdrop-filter: blur(30px) saturate(145%);
  background:
    radial-gradient(circle at 94% 18%, rgba(255, 255, 255, .12), transparent 11rem),
    radial-gradient(circle at 82% 115%, rgba(239, 35, 57, .18), transparent 18rem),
    linear-gradient(125deg, rgba(127, 16, 43, .54) 0%, rgba(176, 20, 49, .48) 45%, rgba(23, 20, 27, .5) 100%) !important;
  border: 1px solid rgba(255, 255, 255, .24) !important;
  border-radius: 24px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), inset 0 -1px 0 rgba(255, 255, 255, .06), 0 25px 70px rgba(0, 0, 0, .28) !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  justify-items: stretch !important;
  margin: 0 !important;
  max-width: none !important;
  min-height: 220px;
  overflow: hidden;
  padding: clamp(30px, 3.5vw, 46px) !important;
  position: relative;
  text-align: left !important;
}

body:not(.legal-body) .shop-public-section .shop-public-heading::before {
  background: linear-gradient(112deg, transparent 12%, rgba(255, 255, 255, .12) 36%, rgba(255, 255, 255, .025) 48%, transparent 66%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-26%);
  z-index: 1;
}

body:not(.legal-body) .shop-public-section .shop-public-heading::after {
  border: 1px solid rgba(255, 255, 255, .07);
  border-radius: 50%;
  content: "";
  height: 245px;
  position: absolute;
  right: -60px;
  top: -115px;
  width: 245px;
}

body:not(.legal-body) .shop-public-section .shop-public-heading > *,
body:not(.legal-body) .shop-public-section .shop-public-heading h2,
body:not(.legal-body) .shop-public-section .shop-public-heading p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
}

.shop-public-heading-copy {
  max-width: 780px;
  position: relative;
  z-index: 2;
}

.shop-public-heading-top {
  justify-content: flex-start !important;
}

.shop-public-heading .eyebrow {
  background: rgba(255, 255, 255, .09) !important;
  border-color: rgba(255, 255, 255, .17) !important;
  color: #fff !important;
}

.shop-public-heading-top > span {
  color: rgba(255, 255, 255, .55) !important;
}

.shop-public-heading h2 {
  font-size: clamp(2rem, 3vw, 3.05rem) !important;
  letter-spacing: -.045em !important;
  line-height: 1.05 !important;
  margin: 20px 0 12px !important;
  max-width: 720px !important;
}

.shop-public-heading .lead {
  color: rgba(255, 255, 255, .75) !important;
  font-size: clamp(.78rem, 1.15vw, .95rem) !important;
  line-height: 1.75 !important;
  max-width: 690px !important;
}

.shop-public-hero-cart {
  align-items: center;
  -webkit-backdrop-filter: blur(20px) saturate(145%);
  backdrop-filter: blur(20px) saturate(145%);
  background: linear-gradient(145deg, rgba(255, 255, 255, .14), rgba(255, 255, 255, .055));
  border: 1px solid rgba(255, 255, 255, .24);
  box-shadow: inset 0 1px rgba(255, 255, 255, .2), 0 16px 35px rgba(0, 0, 0, .2);
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  font-size: .62rem;
  font-weight: 900;
  gap: 10px;
  height: 112px;
  justify-content: center;
  min-width: 112px;
  position: relative;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
  z-index: 2;
}

.shop-public-hero-cart > svg {
  fill: none;
  height: 34px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 34px;
}

.shop-public-hero-cart > span {
  display: none;
}

.shop-public-hero-cart:hover {
  background: rgba(255, 255, 255, .15);
  transform: translateY(-3px);
}

.shop-public-hero-cart b {
  align-items: center;
  background: #ef2339;
  border: 2px solid #fff;
  border-radius: 999px;
  display: flex;
  font-size: .58rem;
  height: 24px;
  justify-content: center;
  min-width: 24px;
  padding: 0 6px;
  position: absolute;
  right: 9px;
  top: 9px;
}

.shop-public-actions {
  align-items: end;
  display: flex !important;
  justify-content: flex-start !important;
  margin: 31px 0 17px !important;
  pointer-events: auto !important;
  position: static !important;
}

.shop-public-actions > div:first-child {
  display: grid;
  gap: 2px;
}

.shop-public-actions > div:first-child > span {
  color: #ef4457;
  font-size: .58rem;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.shop-public-actions h3 {
  font-size: 1.45rem;
  letter-spacing: -.035em;
  margin: 2px 0 0;
}

.shop-public-actions > div:first-child > small {
  color: rgba(255, 255, 255, .42);
  display: block !important;
  font-size: .65rem;
}

.shop-public-actions .shop-public-cart {
  pointer-events: auto;
}

.shop-public-grid {
  gap: 18px !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  margin-top: 26px;
}

.shop-public-empty {
  align-items: center;
  background: linear-gradient(145deg, rgba(38, 30, 36, .9), rgba(10, 10, 14, .94));
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 22px;
  display: flex;
  flex-direction: column;
  grid-column: 1 / -1;
  justify-content: center;
  min-height: 330px;
  padding: 40px;
  text-align: center;
}

.shop-public-empty > span {
  align-items: center;
  background: linear-gradient(145deg, #ef3349, #8d0c28);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(174, 13, 43, .25);
  display: flex;
  font-size: .72rem;
  font-weight: 950;
  height: 60px;
  justify-content: center;
  margin-bottom: 18px;
  width: 60px;
}

.shop-public-empty > strong {
  font-size: 1.25rem;
}

.shop-public-empty > p {
  color: rgba(255, 255, 255, .5);
  font-size: .72rem;
  line-height: 1.6;
  margin: 8px 0 0;
  max-width: 490px;
}

.shop-public-product {
  background: #f8f8fa !important;
  border: 1px solid rgba(255, 255, 255, .13) !important;
  border-radius: 21px !important;
  box-shadow: 0 22px 55px rgba(0, 0, 0, .28) !important;
  color: #17131a !important;
  overflow: hidden;
}

.shop-public-product::after {
  display: none !important;
}

.shop-public-product-visual {
  aspect-ratio: 1 / 1;
  background:
    linear-gradient(135deg, rgba(240, 35, 58, .15), transparent 50%),
    linear-gradient(145deg, #171119, #690d23) !important;
  height: auto !important;
}

.shop-public-product-visual::after {
  background: linear-gradient(180deg, transparent 68%, rgba(16, 8, 13, .28)) !important;
}

.shop-public-product-visual > img {
  height: 100% !important;
  object-fit: contain !important;
  padding: 0 !important;
  width: 100% !important;
}

.shop-public-product-visual > .shop-public-stock-badge {
  background: #079b68 !important;
  border: 0 !important;
  box-shadow: 0 8px 20px rgba(0, 88, 59, .28) !important;
  left: 15px !important;
  padding: 8px 11px !important;
  top: 15px !important;
}

.shop-public-stock-badge small {
  display: none !important;
}

.shop-public-stock-badge strong {
  color: #fff !important;
  font-size: .59rem !important;
  text-transform: uppercase;
}

.shop-public-stock-badge::before {
  background: #fff !important;
  box-shadow: none !important;
}

.shop-public-product-body {
  color: #17131a !important;
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 190px;
  padding: 21px 20px 19px !important;
}

.shop-public-product-body h3 {
  color: #17131a !important;
  font-size: 1.03rem !important;
  max-width: none !important;
}

.shop-public-product-body p {
  color: #74717b !important;
  font-size: .68rem !important;
  line-height: 1.55 !important;
  min-height: 44px;
}

.shop-product-inventory {
  background: #fff5f6 !important;
  border-color: #f5dadd !important;
  border-radius: 10px !important;
  margin-top: 11px !important;
  padding: 9px 10px !important;
}

.shop-product-inventory small {
  color: #a5102c !important;
}

.shop-product-inventory strong {
  color: #5f5963 !important;
}

.shop-public-product-body footer {
  border-top: 1px solid #ebe8ed !important;
  margin-top: auto !important;
  padding-top: 15px !important;
}

.shop-public-product-body footer strong {
  color: #a20d29 !important;
  font-size: 1.3rem !important;
}

.shop-public-product-body footer strong::after {
  color: #928c95 !important;
}

.shop-public-product-body footer button {
  background: linear-gradient(135deg, #ef3349, #ae0d2b) !important;
  box-shadow: 0 10px 24px rgba(179, 15, 45, .2) !important;
  color: #fff !important;
}

@media (max-width: 1180px) {
  .shop-public-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}

@media (max-width: 880px) {
  .shop-public-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 650px) {
  body:not(.legal-body) .shop-public-section .shop-public-heading {
    grid-template-columns: 1fr auto !important;
    min-height: 190px;
    padding: 25px 20px !important;
  }
  .shop-public-heading-top { align-items: flex-start !important; flex-direction: column !important; }
  .shop-public-heading h2 { font-size: 2rem !important; }
  .shop-public-heading .lead { font-size: .72rem !important; }
  .shop-public-hero-cart { height: 82px; min-width: 76px; width: 76px; }
  .shop-public-hero-cart span { display: none; }
  .shop-public-actions { align-items: center; }
  .shop-public-actions .shop-public-cart span { display: none; }
  .shop-public-grid { grid-template-columns: 1fr !important; }
  .shop-public-product-visual { height: auto !important; }
}
