.tonny-new-arrivals-section.tonny-product-section{
  --tp-section-bg: #171612;
  --tp-card-bg: #23221d;
  --tp-image-bg: #171611;
  --tp-accent: #d4af37;
  --tp-title-color: #ffffff;
  --tp-price-color: #ffffff;
  --tp-muted: #d5d5d5;
  --tp-title-lines: 2;
  color: #fff;
  background: var(--tp-section-bg);
}

.tonny-new-arrivals-section *{ box-sizing: border-box; }
.tonny-new-arrivals-section .tonny-product-section__inner{ width: calc(100% - 40px); margin: 0 auto; }

.tonny-new-arrivals-section .tonny-product-heading{
  display: grid;
  grid-template-columns: minmax(0,1.1fr) minmax(280px,.9fr);
  align-items: end;
  gap: 30px;
  margin-bottom: 30px;
}

.tonny-new-arrivals-section .tonny-product-heading__secondary{ max-width: 560px; justify-self: end; }
.tonny-new-arrivals-section .tonny-product-heading__eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--tp-accent);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.tonny-new-arrivals-section .tonny-product-heading__eyebrow::before{
  content: "";
  width: 32px;
  height: 2px;
  border-radius: 999px;
  background: var(--tp-accent);
}
.tonny-new-arrivals-section .tonny-product-heading h2{
  margin: 10px 0 0;
  font-size: clamp(2.35rem,4.5vw,4.6rem);
  line-height: .96;
  letter-spacing: -.055em;
}
.tonny-new-arrivals-section .tonny-product-heading p{ margin: 0 0 12px; color: var(--tp-muted); line-height: 1.62; }
.tonny-new-arrivals-section .tonny-product-view-all{ color: var(--tp-accent) !important; font-weight: 900; text-decoration: none !important; }
.tonny-new-arrivals-section .tonny-product-view-all:hover{ text-decoration: underline !important; }

.tonny-new-arrivals-section .tonny-product-grid{ display: grid; }
.tonny-new-arrivals-section .tonny-product-card{
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--tp-card-bg);
  border: 1px solid rgba(255,255,255,.10);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}
.tonny-products-hover-lift .tonny-new-arrivals-section .tonny-product-card:hover{
  transform: translateY(-5px);
  border-color: color-mix(in srgb,var(--tp-accent) 55%,transparent);
}
.tonny-products-hover-none .tonny-new-arrivals-section .tonny-product-card:hover{ transform: none; }

.tonny-new-arrivals-section .tonny-product-media{
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--tp-image-bg);
}
.tonny-new-arrivals-section .tonny-product-image{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  transition: opacity .35s ease, transform .4s ease;
}
.tonny-new-arrivals-section .tonny-product-image--primary{ opacity: 1; }
.tonny-new-arrivals-section .tonny-product-image--secondary{ opacity: 0; }
.tonny-products-hover-lift .tonny-new-arrivals-section .tonny-product-card:hover .tonny-product-image,.tonny-products-hover-zoom .tonny-new-arrivals-section .tonny-product-card:hover .tonny-product-image{ transform: scale(1.045); }

@media (hover:hover) {
  .tonny-new-arrivals-section .tonny-product-card.has-hover-image:hover .tonny-product-image--primary{ opacity: 0; }
  .tonny-new-arrivals-section .tonny-product-card.has-hover-image:hover .tonny-product-image--secondary{ opacity: 1; }
}

.tonny-new-arrivals-section .tonny-product-badge{
  position: absolute;
  z-index: 4;
  top: 12px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 5px 18px rgba(0,0,0,.24);
}
.tonny-new-arrivals-section .tonny-product-badge--sale{ left: 12px; background: var(--tp-accent); color: #17130a; }
.tonny-new-arrivals-section .tonny-product-badge--stock{ right: 12px; background: rgba(8,8,8,.84); color: #fff; backdrop-filter: blur(8px); }

.tonny-new-arrivals-section .tonny-product-copy{ display: flex; flex: 1; flex-direction: column; }
.tonny-new-arrivals-section .tonny-product-category{
  color: var(--tp-accent);
  font-size: .62rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .09em;
  line-height: 1.4;
}
.tonny-new-arrivals-section .tonny-product-category a{ color: inherit !important; text-decoration: none !important; }
.tonny-new-arrivals-section .tonny-product-category a:hover{ text-decoration: underline !important; }
.tonny-new-arrivals-section .tonny-product-copy h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: var(--tp-title-lines);
  overflow: hidden;
  min-height: calc(1.38em * var(--tp-title-lines));
  margin: 9px 0 12px;
  font-size: 1rem;
  line-height: 1.38;
}
.tonny-new-arrivals-section .tonny-product-copy h3 a{ color: var(--tp-title-color) !important; text-decoration: none !important; }
.tonny-new-arrivals-section .tonny-product-price{
  margin-top: auto;
  color: var(--tp-price-color);
  font-weight: 900;
  line-height: 1.35;
}
.tonny-new-arrivals-section .tonny-product-price .amount{ color: inherit; }
.tonny-new-arrivals-section .tonny-product-price del{ color: rgba(255,255,255,.48); font-size: .82em; }
.tonny-new-arrivals-section .tonny-product-price ins{ text-decoration: none; }

.tonny-new-arrivals-section .tonny-product-button-wrap{ display: flex; margin-top: 14px; }
.tonny-new-arrivals-section .tonny-product-add-to-cart{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 0;
  background: var(--tp-accent);
  color: #17130a;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, opacity .2s ease;
}
.tonny-new-arrivals-section .tonny-product-add-to-cart:hover{ transform: translateY(-1px); }
.tonny-new-arrivals-section .tonny-product-add-to-cart.loading{ opacity: .65; pointer-events: none; }
.tonny-new-arrivals-section .tonny-product-add-to-cart.added::after{ content: " ✓"; margin-left: 6px; }
.tonny-product-button-full-yes .tonny-new-arrivals-section .tonny-product-add-to-cart{ width: 100%; }

.tonny-new-arrivals-section .tonny-product-empty{
  grid-column: 1 / -1;
  padding: 42px;
  border: 1px dashed rgba(255,255,255,.18);
  border-radius: 18px;
  color: var(--tp-muted);
  text-align: center;
}

@media (max-width: 760px) {
  .tonny-new-arrivals-section .tonny-product-section__inner{ width: calc(100% - 24px); }
  .tonny-new-arrivals-section .tonny-product-heading{ grid-template-columns: 1fr; align-items: start; gap: 16px; }
  .tonny-new-arrivals-section .tonny-product-heading__secondary{ max-width: none; justify-self: stretch; }
  .tonny-new-arrivals-section .tonny-product-copy h3{ font-size: .86rem; margin-top: 7px; margin-bottom: 10px; }
  .tonny-new-arrivals-section .tonny-product-category{ font-size: .54rem; }
  .tonny-new-arrivals-section .tonny-product-price{ font-size: .88rem; }
  .tonny-new-arrivals-section .tonny-product-button-wrap{ margin-top: 10px; }
  .tonny-new-arrivals-section .tonny-product-add-to-cart{ min-height: 40px; font-size: .78rem; }
  .tonny-new-arrivals-section .tonny-product-badge{ top: 7px; min-height: 23px; padding: 0 7px; font-size: .56rem; }
  .tonny-new-arrivals-section .tonny-product-badge--sale{ left: 7px; }
  .tonny-new-arrivals-section .tonny-product-badge--stock{ right: 7px; }
}

@media (max-width: 370px) {
  .tonny-new-arrivals-section .tonny-product-copy h3{ font-size: .78rem; }
  .tonny-new-arrivals-section .tonny-product-price{ font-size: .8rem; }
  .tonny-new-arrivals-section .tonny-product-add-to-cart{ font-size: .7rem; padding-left: 7px !important; padding-right: 7px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .tonny-new-arrivals-section .tonny-product-card,.tonny-new-arrivals-section .tonny-product-image,.tonny-new-arrivals-section .tonny-product-add-to-cart{ transition: none !important; }
}

/* Tonny New Arrivals v3 additions */
.tonny-new-arrivals-section .tonny-product-heading h2{
  font-family: "Press Start 2P", system-ui, sans-serif;
  font-size: 38px;
  line-height: 1.25;
  letter-spacing: 0;
}

.tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  position: absolute !important;
  z-index: 8;
  right: 12px;
  bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity .22s ease, transform .22s ease;
}

.tonny-quick-add-visibility-hover .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  opacity: 0;
  transform: translateY(6px) scale(.94);
  pointer-events: none;
}

.tonny-quick-add-visibility-hover .tonny-new-arrivals-section .tonny-product-card:hover > .tonny-product-quick-add-wrap,
.tonny-quick-add-visibility-hover .tonny-new-arrivals-section .tonny-product-card:focus-within > .tonny-product-quick-add-wrap{
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.tonny-quick-add-position-top-left .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  top: 12px;
  right: auto;
  bottom: auto;
  left: 12px;
}

.tonny-quick-add-position-top-right .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  top: 12px;
  right: 12px;
  bottom: auto;
  left: auto;
}

.tonny-quick-add-position-bottom-left .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  top: auto;
  right: auto;
  bottom: 12px;
  left: 12px;
}

.tonny-quick-add-position-bottom-right .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
  top: auto;
  right: 12px;
  bottom: 12px;
  left: auto;
}

.tonny-new-arrivals-section .tonny-product-quick-add{
  width: 46px;
  height: 46px;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.18) !important;
  border-radius: 14px;
  background: var(--tp-accent);
  color: #17130a;
  box-shadow: 0 10px 28px rgba(0,0,0,.30);
  font-size: 1.65rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  transform: translateZ(0);
  transition: transform .2s ease, background .2s ease, opacity .2s ease, box-shadow .2s ease;
}

.tonny-new-arrivals-section .tonny-product-quick-add:hover{
  transform: translateY(-2px);
  background: #f2c94c;
  box-shadow: 0 14px 32px rgba(0,0,0,.36);
}

.tonny-new-arrivals-section .tonny-product-quick-add.loading{
  opacity: .65;
  pointer-events: none;
}

.tonny-new-arrivals-section .tonny-product-quick-add.added .tonny-product-quick-add__icon{
  font-size: 0;
}

.tonny-new-arrivals-section .tonny-product-quick-add.added .tonny-product-quick-add__icon::after{
  content: "✓";
  font-size: 1.25rem;
}

.tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap .added_to_cart{
  display: none !important;
  position: static !important;
}

@media (hover: none), (pointer: coarse) {
  .tonny-quick-add-visibility-hover .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (max-width: 1024px) {
  .tonny-new-arrivals-section .tonny-product-heading h2{
    font-size: 30px;
    line-height: 1.3;
  }
}

@media (max-width: 760px) {
  .tonny-new-arrivals-section .tonny-product-heading h2{
    font-size: 22px;
    line-height: 1.35;
  }

  .tonny-new-arrivals-section .tonny-product-quick-add-wrap,.tonny-quick-add-position-bottom-right .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
    right: 8px;
    bottom: 8px;
  }

  .tonny-quick-add-position-top-left .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
    top: 8px;
    left: 8px;
  }

  .tonny-quick-add-position-top-right .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
    top: 8px;
    right: 8px;
  }

  .tonny-quick-add-position-bottom-left .tonny-new-arrivals-section .tonny-product-card > .tonny-product-quick-add-wrap{
    bottom: 8px;
    left: 8px;
  }

  .tonny-new-arrivals-section .tonny-product-quick-add{
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }
}

/* Tonny light retail palette */
.tonny-new-arrivals-section.tonny-product-section{--tp-section-bg:#F8F7F3;--tp-card-bg:#FFFFFF;--tp-image-bg:#EFEEE8;--tp-accent:#B98C14;--tp-title-color:#151515;--tp-price-color:#151515;--tp-muted:#494946;color:#151515}
.tonny-new-arrivals-section .tonny-product-heading h2{color:#151515}
.tonny-new-arrivals-section .tonny-product-card{border-color:#E2E0D9;box-shadow:0 10px 28px rgba(21,21,21,.08)}
.tonny-new-arrivals-section .tonny-product-category{color:#A77B0C}
.tonny-new-arrivals-section .tonny-product-price del{color:#85837D}
.tonny-new-arrivals-section .tonny-product-add-to-cart,.tonny-new-arrivals-section .tonny-product-quick-add{background:#1C1C1A;color:#fff!important}
.tonny-new-arrivals-section .tonny-product-add-to-cart:hover,.tonny-new-arrivals-section .tonny-product-quick-add:hover{background:#B98C14;color:#fff!important}
.tonny-new-arrivals-section .tonny-product-badge--sale{background:#D8AE2F;color:#151515}
