.shop-public-section {
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 49, 67, .2), transparent 30rem),
    radial-gradient(circle at 92% 36%, rgba(255, 255, 255, .055), transparent 24rem),
    linear-gradient(180deg, rgba(16, 9, 13, .98), rgba(5, 6, 9, .99)) !important;
  overflow: hidden;
  padding-bottom: clamp(70px, 9vw, 130px);
  position: relative;
}

.shop-public-section::before {
  color: rgba(255, 255, 255, .025);
  content: "BOUTIQUE";
  font-size: clamp(5rem, 14vw, 13rem);
  font-weight: 950;
  left: 50%;
  letter-spacing: -.09em;
  pointer-events: none;
  position: absolute;
  top: 40px;
  transform: translateX(-50%);
  white-space: nowrap;
}

.shop-public-section > .container {
  position: relative;
  z-index: 1;
}

.shop-public-heading {
  margin: 0 auto;
  max-width: 920px !important;
  padding-top: 22px;
  text-align: center;
}

.shop-public-heading .eyebrow {
  align-items: center;
  background: rgba(255, 66, 82, .09);
  border: 1px solid rgba(255, 86, 101, .25);
  border-radius: 999px;
  display: inline-flex;
  font-size: .65rem;
  gap: 8px;
  padding: 8px 12px;
}

.shop-public-heading .eyebrow::before {
  background: #ff5563;
  border-radius: 50%;
  box-shadow: 0 0 10px #ff4051;
  content: "";
  height: 6px;
  width: 6px;
}

.shop-public-heading h2 {
  font-size: clamp(2.5rem, 6vw, 5rem);
  letter-spacing: -.06em;
  line-height: 1.02;
  margin: 18px auto 15px;
  max-width: 900px;
}

.shop-public-heading .lead {
  color: rgba(255, 255, 255, .65);
  line-height: 1.7;
  margin: auto;
  max-width: 700px;
}

.shop-public-toolbar {
  align-items: center !important;
  backdrop-filter: blur(28px) saturate(1.2) !important;
  background: linear-gradient(145deg, rgba(255, 255, 255, .085), rgba(255, 255, 255, .025)) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 20px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 20px 60px rgba(0, 0, 0, .25);
  display: grid !important;
  gap: 18px !important;
  grid-template-columns: 1fr auto !important;
  margin: 38px 0 24px !important;
  padding: 16px 18px !important;
}

.shop-public-toolbar > div:first-child {
  align-items: center;
  display: flex;
  gap: 12px;
}

.shop-public-toolbar > div:first-child::before {
  align-items: center;
  background: linear-gradient(145deg, #ff4d5c, #ac0c29);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(194, 16, 45, .25);
  content: "HF";
  display: flex;
  font-size: .7rem;
  font-weight: 950;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.shop-public-toolbar strong {
  font-size: .95rem;
}

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

.shop-public-cart {
  background: linear-gradient(145deg, #fff, #ececf0) !important;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  border-radius: 13px !important;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .2);
  min-height: 44px;
  padding: 10px 14px !important;
  transition: transform .2s ease, box-shadow .2s ease;
}

.shop-public-cart:hover {
  box-shadow: 0 16px 34px rgba(0, 0, 0, .28);
  transform: translateY(-2px);
}

.shop-public-grid {
  display: grid !important;
  gap: 22px !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}

.shop-public-product {
  backdrop-filter: blur(26px) saturate(1.2) !important;
  background: linear-gradient(155deg, rgba(61, 33, 43, .85), rgba(8, 9, 13, .93)) !important;
  border: 1px solid rgba(255, 255, 255, .15) !important;
  border-radius: 25px !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 24px 65px rgba(0, 0, 0, .32) !important;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transform: translateZ(0);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease !important;
}

.shop-public-product:hover {
  border-color: rgba(255, 91, 104, .4) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 32px 75px rgba(0, 0, 0, .42) !important;
  transform: translateY(-7px) !important;
}

.shop-public-product-visual {
  background: radial-gradient(circle at 50% 35%, rgba(255, 54, 73, .27), transparent 62%), rgba(3, 4, 8, .5) !important;
  height: 275px !important;
  overflow: hidden;
}

.shop-public-product-visual::after {
  background: linear-gradient(transparent 58%, rgba(7, 8, 12, .76));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.shop-public-product-visual > img {
  filter: saturate(.96) contrast(1.03);
  height: 100% !important;
  object-fit: cover !important;
  transition: transform .55s ease;
  width: 100% !important;
}

.shop-public-product:hover .shop-public-product-visual > img {
  transform: scale(1.045);
}

.shop-public-product-visual > .shop-public-product-badge {
  backdrop-filter: blur(16px);
  background: rgba(12, 12, 17, .7) !important;
  border: 1px solid rgba(255, 255, 255, .19) !important;
  box-shadow: 0 8px 22px rgba(0, 0, 0, .2);
  color: #fff;
  left: 15px !important;
  padding: 7px 10px !important;
  top: 15px !important;
  z-index: 2;
}

.shop-public-product-visual > .shop-public-stock-badge {
  align-items: center;
  backdrop-filter: blur(18px) saturate(1.25);
  background: rgba(9, 30, 23, .86) !important;
  border: 1px solid rgba(101, 225, 167, .4) !important;
  border-radius: 999px;
  box-shadow: 0 9px 26px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
  color: #7cf0b9;
  display: flex;
  font-size: .66rem;
  font-weight: 900;
  gap: 8px;
  letter-spacing: .02em;
  padding: 8px 11px 8px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
}

.shop-public-product-visual > .shop-public-stock-badge small,
.shop-public-product-visual > .shop-public-stock-badge strong {
  display: block;
  line-height: 1;
}

.shop-public-product-visual > .shop-public-stock-badge small {
  color: currentColor;
  font-size: .46rem;
  font-weight: 900;
  letter-spacing: .08em;
  opacity: .72;
}

.shop-public-product-visual > .shop-public-stock-badge strong {
  color: #fff;
  font-size: .62rem;
  margin-left: 1px;
}

.shop-public-product-visual > .shop-public-stock-badge::before {
  background: currentColor;
  border-radius: 50%;
  box-shadow: 0 0 9px currentColor;
  content: "";
  height: 6px;
  width: 6px;
}

.shop-public-product-visual > .shop-public-stock-badge.is-low {
  background: rgba(48, 31, 8, .9) !important;
  border-color: rgba(255, 190, 77, .5) !important;
  color: #ffc968;
}

.shop-public-product-visual > .shop-public-stock-badge.is-empty {
  background: rgba(48, 10, 16, .9) !important;
  border-color: rgba(255, 100, 114, .48) !important;
  color: #ff8993;
}

.shop-product-photo-required {
  align-content: center;
  display: grid;
  height: 100%;
  text-align: center;
}

.shop-product-photo-required strong {
  font-size: 1.15rem;
  letter-spacing: .12em;
}

.shop-product-photo-required small {
  color: rgba(255, 255, 255, .45);
  font-size: .65rem;
  margin-top: 7px;
}

.shop-public-product-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 21px !important;
}

.shop-public-product-body > small {
  display: none !important;
}

.shop-public-product-body h3 {
  font-size: 1.25rem !important;
  letter-spacing: -.025em;
  margin: 0 0 9px !important;
}

.shop-public-product-body p {
  color: rgba(255, 255, 255, .62) !important;
  font-size: .76rem !important;
  line-height: 1.65 !important;
  margin: 0 !important;
  min-height: 0 !important;
}

.shop-product-inventory {
  align-items: center;
  background: linear-gradient(135deg, rgba(79, 220, 151, .075), rgba(255, 255, 255, .025));
  border: 1px solid rgba(84, 224, 158, .15);
  border-radius: 13px;
  display: grid;
  gap: 10px;
  grid-template-columns: 29px minmax(0, 1fr);
  margin-top: 15px;
  padding: 10px 11px;
}

.shop-product-inventory > i {
  align-items: center;
  background: rgba(77, 224, 155, .13);
  border: 1px solid rgba(88, 230, 165, .22);
  border-radius: 9px;
  display: flex;
  height: 29px;
  justify-content: center;
  width: 29px;
}

.shop-product-inventory > i::before {
  background: #6ce5ab;
  border-radius: 50%;
  box-shadow: 0 0 9px #6ce5ab;
  content: "";
  height: 7px;
  width: 7px;
}

.shop-product-inventory small,
.shop-product-inventory strong {
  display: block !important;
}

.shop-product-inventory small {
  color: #70e1aa !important;
  font-size: .56rem !important;
  font-weight: 900;
  letter-spacing: .02em;
}

.shop-product-inventory strong {
  color: rgba(255, 255, 255, .48);
  font-size: .54rem;
  font-weight: 650;
  line-height: 1.45;
  margin-top: 3px;
}

.shop-product-inventory.is-low {
  background: linear-gradient(135deg, rgba(255, 183, 68, .085), rgba(255, 255, 255, .022));
  border-color: rgba(255, 190, 77, .18);
}
.shop-product-inventory.is-low > i { background: rgba(255, 183, 68, .12); border-color: rgba(255, 190, 77, .22); }
.shop-product-inventory.is-low > i::before { background: #ffc568; box-shadow: 0 0 9px #ffc568; }
.shop-product-inventory.is-low small { color: #ffc568 !important; }

.shop-product-inventory.is-empty {
  background: linear-gradient(135deg, rgba(255, 79, 95, .085), rgba(255, 255, 255, .022));
  border-color: rgba(255, 94, 108, .18);
}
.shop-product-inventory.is-empty > i { background: rgba(255, 79, 95, .12); border-color: rgba(255, 94, 108, .22); }
.shop-product-inventory.is-empty > i::before { background: #ff7f8b; box-shadow: 0 0 9px #ff7f8b; }
.shop-product-inventory.is-empty small { color: #ff8993 !important; }

.shop-public-product-body footer {
  border-top: 1px solid rgba(255, 255, 255, .09);
  margin-top: auto !important;
  padding-top: 17px;
}

.shop-public-product-body footer strong {
  font-size: 1.35rem !important;
  letter-spacing: -.04em;
}

.shop-public-product-body footer button {
  background: linear-gradient(145deg, #ff4656, #b40d2b) !important;
  border: 1px solid rgba(255, 110, 122, .28) !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 24px rgba(188, 14, 43, .24);
  min-width: 92px !important;
  padding: 11px 14px !important;
  transition: filter .2s ease, transform .2s ease;
}

.shop-public-product-body footer button:hover:not(:disabled) {
  filter: brightness(1.1);
  transform: translateY(-1px);
}

.shop-cart-panel {
  background: radial-gradient(circle at 10% 0, rgba(255, 67, 84, .18), transparent 24rem), linear-gradient(150deg, rgba(43, 25, 33, .98), rgba(7, 8, 12, .98)) !important;
  border-left: 1px solid rgba(255, 255, 255, .17) !important;
}

.shop-cart-items article {
  background: linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)) !important;
  border-color: rgba(255, 255, 255, .12) !important;
}

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

@media (max-width: 620px) {
  .shop-public-section::before { font-size: 4.5rem; top: 75px; }
  .shop-public-heading { text-align: left; }
  .shop-public-heading h2 { font-size: 2.45rem; }
  .shop-public-toolbar { grid-template-columns: 1fr auto !important; margin-top: 28px !important; }
  .shop-public-toolbar > div:first-child::before { display: none; }
  .shop-public-grid { grid-template-columns: 1fr !important; }
  .shop-public-product-visual { height: 245px !important; }
}
