/** Shopify CDN: Minification failed

Line 17:2 Expected "]" to go with "["
Line 17:5 Unexpected "]"
Line 17:12 Comments in CSS use "/* ... */" instead of "//"
Line 21:2 Expected "]" to go with "["
Line 21:5 Unexpected "]"
Line 21:12 Comments in CSS use "/* ... */" instead of "//"

**/
 html {
  scroll-behavior: smooth;
}


.ai-header__cta,
[a.ai](http://a.ai)-header__cta {
  transition: transform 0.18s ease, box-shadow 0.2s ease, filter 0.2s ease !important;
}
.ai-header__cta:hover,
[a.ai](http://a.ai)-header__cta:hover {
  transform: translateY(-3px) scale(1.03) !important;
  box-shadow: 0 12px 28px rgba(255, 107, 53, 0.45) !important;
  filter: brightness(1.08) !important;
}


.ai-header__link,
.ai-header__nav a {
  transition: color 0.2s ease, transform 0.2s ease !important;
}
.ai-header__link:hover,
.ai-header__nav a:hover {
  color: #ff6b35 !important;
  transform: translateY(-1px) !important;
}


.card-wrapper,
.product-card-wrapper,
.card,
.grid__item .card-wrapper,
.ai-row__item {
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}
.card-wrapper:hover,
.product-card-wrapper:hover,
.grid__item:hover .card-wrapper,
.ai-row__item:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12) !important;
}


.card__media,
.card-wrapper .media,
.product-card-wrapper .media,
.ai-row__item .media {
  overflow: hidden !important;
}
.card__media img,
.card-wrapper img,
.product-card-wrapper img,
.ai-row__item img,
.media img {
  transition: transform 0.4s ease !important;
}
.card-wrapper:hover img,
.product-card-wrapper:hover img,
.grid__item:hover img,
.ai-row__item:hover img {
  transform: scale(1.06) !important;
}

/* ---- Footer link underlines ---- */
.footer a:not(.footer__logo),
footer a:not(.footer__logo) {
  position: relative;
  transition: color 0.2s ease;
}
.footer a:not(.footer__logo)::after,
footer a:not(.footer__logo)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #ff6b35;
  transition: width 0.25s ease;
}
.footer a:not(.footer__logo):hover::after,
footer a:not(.footer__logo):hover::after {
  width: 100%;
}
.footer a:hover,
footer a:hover {
  color: #ff6b35 !important;
}


.section-header__title,
.collection__title,
.ai-section__title,
.title-wrapper h2,
h2.title {
  background: linear-gradient(135deg, #ff6b35 0%, #1a3a5c 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ---- Focus glow on inputs (search, email, etc.) ---- */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
.field__input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.35) !important;
  border-color: #ff6b35 !important;
}

/* ---- Cart icon hover bounce ---- */
@keyframes cart-bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.ai-header__icon-button[href*="cart"]:hover,
a[href="/cart"]:hover svg {
  animation: cart-bounce 0.5s ease;
}


@keyframes cart-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.2); }
}
.cart-count-bubble,
.header__icon-count,
.ai-header__cart-count {
  transition: transform 0.2s ease;
}
a[href="/cart"]:hover .cart-count-bubble,
a[href="/cart"]:hover .header__icon-count,
a[href="/cart"]:hover .ai-header__cart-count {
  animation: cart-pulse 0.6s ease;
}

.card,
.card-wrapper,
.card-wrapper .card,
.product-card,
.product-card-wrapper,
.ai-row__item,
.ai-row__item .card,
.grid__item .card {
  border: none !important;
  outline: none !important;
}


.card-wrapper,
.product-card-wrapper,
.ai-row__item {
  background: #ffffff !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
}


.card-wrapper img,
.product-card-wrapper img,
.ai-row__item img {
  border-radius: 14px 14px 0 0 !important;
}





.ai-header__logo,
.ai-header__logo img,
.header__heading-logo,
.header__heading-logo-wrapper img,
[class*="header__logo"] img {
  max-height: 90px !important;
  height: auto !important;
  width: auto !important;
}


.announcement-bar,
.ai-announcement-bar,
[class*="announcement-bar"] {
  font-size: 1rem !important;
}
.announcement-bar__message,
[class*="announcement-bar"] p,
[class*="announcement-bar"] a,
[class*="announcement-bar"] span {
  font-size: 1rem !important;
  padding-top: 0.7rem !important;
  padding-bottom: 0.7rem !important;
}


.ai-header__nav a,
.ai-header__link,
.ai-header__cta {
  font-size: 1.05rem !important;
}

.card-wrapper,
.product-card-wrapper,
.card,
.grid__item .card-wrapper,
.ai-row__item,
.product-card,
[class*="product-card"],
.collection-card {
  background: #ffffff !important;
  border: none !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease !important;
}

.card-wrapper:hover,
.product-card-wrapper:hover,
.ai-row__item:hover,
.product-card:hover,
[class*="product-card"]:hover,
.collection-card:hover {
  transform: translateY(-6px) !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12) !important;
}

.card__media,
.product-card__media,
.card-wrapper .media,
[class*="product-card"] .media,
.ai-row__item .media {
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
  background: #f8fafc !important;
  border-radius: 14px 14px 0 0 !important;
}

.card__media img,
.product-card__media img,
.card-wrapper img,
[class*="product-card"] img,
.ai-row__item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.4s ease !important;
}

.card__heading,
.product-card__title,
.card__heading a,
[class*="product-card"] .card__heading a {
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #1a3a5c !important;
  margin: 0 0 4px 0 !important;
}

.price,
.product-card__price,
[class*="product-card"] .price {
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #ff6b35 !important;
}



.ai-collection-carousels,
.featured-collection,
.ai-best-selling-collections,
.ai-show-sort-carousels,
.ai-newest-arrivals,
[class*="best-sellers"],
[class*="newest-arrivals"],
[class*="featured-collection"],
[class*="spotlight"] {
  background: #fdf8e8 !important;
  border-radius: 18px !important;
  padding: 28px !important;
  margin-bottom: 24px !important;
}

.card-wrapper,
.product-card-wrapper,
.product-card,
[class*="product-card"] {
  padding: 8px !important;
  background: #ffffff !important;
  border-radius: 14px !important;
}

.price,
.product-card__price,
.card .price__regular .price-item,
[class*="product-card"] .price,
.price-item {
  color: #1a3a5c !important;
  font-weight: 700 !important;
}


.card-wrapper,
.product-card-wrapper,
.product-card,
[class*="product-card"] {
  background: #fff7ed !important;
  padding: 10px !important;
}

.card__media,
.product-card__media,
.card-wrapper .media,
[class*="product-card"] .media,
.ai-row__item .media {
  background: #ffffff !important;
  border-radius: 10px !important;
  border: 1px solid #f3e8d6 !important;
  overflow: hidden !important;
}

.card__information,
.product-card__info,
.card__content {
  background: transparent !important;
  padding: 12px 6px 6px 6px !important;
}

.card__media,
.product-card__media,
.card-wrapper .media,
[class*="product-card"] .media,
.ai-row__item .media {
  border: none !important;
}

.card-wrapper,
.product-card-wrapper,
.product-card,
[class*="product-card"],
.collection .grid__item,
.collection .grid__item > div,
.collection .grid__item .card,
.product-grid > *,
.products-grid > *,
[data-product-card],
.collection-product-card {
  background: #fff7ed !important;
  padding: 10px !important;
  border: none !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.card__media,
.product-card__media,
.card-wrapper .media,
[class*="product-card"] .media,
.collection .grid__item .media,
.collection .grid__item .card__media,
.ai-row__item .media,
[data-product-card] .media {
  border: none !important;
  background: #ffffff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.collection .grid__item .card__heading,
.collection .grid__item .card__heading a,
.product-grid h3,
.product-grid .card__heading,
[data-product-card] h3 {
  color: #1a3a5c !important;
  font-weight: 600 !important;
}

.collection .grid__item,
.collection .grid__item > div,
.product-grid > *,
.products-grid > *,
.collection-product-card {
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
}


.card-wrapper,
.product-card-wrapper,
.product-card,
[class*="product-card"],
.collection .grid__item .card-wrapper,
.collection .grid__item .card,
[data-product-card] {
  background: #ffffff !important;
  box-shadow: 0 0 0 6px #fff7ed, 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  border: none !important;
}

.card-wrapper:hover,
.product-card-wrapper:hover,
.product-card:hover,
[class*="product-card"]:hover,
[data-product-card]:hover {
  box-shadow: 0 0 0 6px #fff7ed, 0 18px 40px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-6px) !important;
}

.collection .grid__item,
.collection .grid__item > div,
.product-grid > *,
.products-grid > * {
  background: transparent !important;
  padding: 0 !important;
}

.slider,
.slider-component,
[class*="slider__grid"],
[class*="scroll-snap"] {
  gap: 28px !important;
}


.card-wrapper,
.product-card-wrapper,
.product-card,
[class*="product-card"],
.collection .grid__item .card-wrapper,
.collection .grid__item .card,
[data-product-card] {
  background: #ffffff !important;
  border: 6px solid #fff7ed !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

.card-wrapper:hover,
.product-card-wrapper:hover,
.product-card:hover,
[class*="product-card"]:hover,
[data-product-card]:hover {
  border-color: #fff7ed !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-6px) !important;
}
.collection .grid,
.collection-grid,
.product-grid,
.products-grid {
  grid-auto-rows: max-content !important;
  align-items: start !important;
}

.collection .grid__item,
.collection-grid > *,
.product-grid > *,
.products-grid > * {
  align-self: start !important;
  height: auto !important;
}

.collection .grid__item .card-wrapper,
.collection .grid__item .card,
.collection-grid .card-wrapper {
  height: auto !important;
}.collection .grid__item,
.collection-grid > *,
.product-grid > *,
.products-grid > * {
  grid-row: auto !important;
  grid-row-start: auto !important;
  grid-row-end: auto !important;
  grid-column: auto !important;
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: 0 !important;
  align-self: start !important;
}

.collection .grid__item .card-wrapper,
.collection .grid__item .card,
.collection-grid .card-wrapper,
.collection-grid .card,
.product-grid .card-wrapper,
.product-grid .card {
  aspect-ratio: auto !important;
  height: auto !important;
  min-height: 0 !important;
}.collection .grid__item .card,
.collection .grid__item .card__inner,
.collection-grid .card,
.collection-grid .card__inner,
.product-grid .card,
.product-grid .card__inner,
.grid__item .card.ratio,
.grid__item .card__inner.ratio {
  --ratio-percent: 100% !important;
  aspect-ratio: 1 / 1 !important;
}.collection .grid__item .card,
.collection .grid__item .card__inner,
.collection-grid .card,
.collection-grid .card__inner,
.product-grid .card,
.product-grid .card__inner,
.grid__item .card.ratio,
.grid__item .card__inner.ratio {
  --ratio-percent: 100% !important;
}

.collection .grid__item .card__inner,
.collection-grid .card__inner,
.product-grid .card__inner {
  aspect-ratio: 1 / 1 !important;
}

.collection .grid__item .card,
.collection-grid .card,
.product-grid .card {
  aspect-ratio: auto !important;
  height: auto !important;
}

/* MOBILE / TABLET — hide scrollbar (swipe still works) */
@media (max-width: 1023px) {
  .slider, .slider-component,
  .ai-row, .ai-row__track, .ai-row__scroller, .ai-row__viewport,
  .collection-list-wrapper,
  [class*="slider__grid"], [class*="scroll-snap"], [class*="carousel"] {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
  }
  .slider::-webkit-scrollbar,
  .slider-component::-webkit-scrollbar,
  .ai-row::-webkit-scrollbar,
  .ai-row__track::-webkit-scrollbar,
  .ai-row__scroller::-webkit-scrollbar,
  .ai-row__viewport::-webkit-scrollbar,
  .collection-list-wrapper::-webkit-scrollbar,
  [class*="slider__grid"]::-webkit-scrollbar,
  [class*="scroll-snap"]::-webkit-scrollbar,
  [class*="carousel"]::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
  }
}

/* DESKTOP — visible, styled scrollbar */
@media (min-width: 1024px) {
  .slider, .slider-component,
  .ai-row, .ai-row__track, .ai-row__scroller, .ai-row__viewport,
  .collection-list-wrapper,
  [class*="slider__grid"], [class*="scroll-snap"], [class*="carousel"] {
    scrollbar-width: auto !important;
    -ms-overflow-style: scrollbar !important;
    scrollbar-color: #555 #e5e5e5 !important;
    padding-bottom: 12px !important;
  }
  .slider::-webkit-scrollbar,
  .slider-component::-webkit-scrollbar,
  .ai-row::-webkit-scrollbar,
  .ai-row__track::-webkit-scrollbar,
  .ai-row__scroller::-webkit-scrollbar,
  .ai-row__viewport::-webkit-scrollbar,
  .collection-list-wrapper::-webkit-scrollbar,
  [class*="slider__grid"]::-webkit-scrollbar,
  [class*="scroll-snap"]::-webkit-scrollbar,
  [class*="carousel"]::-webkit-scrollbar {
    display: block !important;
    height: 12px !important;
    width: auto !important;
    background: #e5e5e5 !important;
  }
  .slider::-webkit-scrollbar-track,
  .slider-component::-webkit-scrollbar-track,
  .ai-row::-webkit-scrollbar-track,
  .ai-row__track::-webkit-scrollbar-track,
  .ai-row__scroller::-webkit-scrollbar-track,
  .ai-row__viewport::-webkit-scrollbar-track,
  .collection-list-wrapper::-webkit-scrollbar-track,
  [class*="slider__grid"]::-webkit-scrollbar-track,
  [class*="scroll-snap"]::-webkit-scrollbar-track,
  [class*="carousel"]::-webkit-scrollbar-track {
    background: #e5e5e5 !important;
    border-radius: 6px !important;
  }
  .slider::-webkit-scrollbar-thumb,
  .slider-component::-webkit-scrollbar-thumb,
  .ai-row::-webkit-scrollbar-thumb,
  .ai-row__track::-webkit-scrollbar-thumb,
  .ai-row__scroller::-webkit-scrollbar-thumb,
  .ai-row__viewport::-webkit-scrollbar-thumb,
  .collection-list-wrapper::-webkit-scrollbar-thumb,
  [class*="slider__grid"]::-webkit-scrollbar-thumb,
  [class*="scroll-snap"]::-webkit-scrollbar-thumb,
  [class*="carousel"]::-webkit-scrollbar-thumb {
    background: #555 !important;
    border-radius: 6px !important;
    border: 2px solid #e5e5e5 !important;
  }
}

/* ═══════════════════════════════════════════════════
   ANIME-IMMERSIVE — SECTION HEADERS
   ═══════════════════════════════════════════════════ */

/* Wipe the previous gradient text from earlier in this file */
.section-header__title,
.collection__title,
.ai-section__title,
.title-wrapper h2,
h2.title {
  background: none !important;
  -webkit-background-clip: unset !important;
  background-clip: unset !important;
  -webkit-text-fill-color: currentColor !important;

  /* Chunky display treatment */
  font-family: "Impact", "Bebas Neue", "Arial Black", "Helvetica Neue", sans-serif !important;
  font-weight: 900 !important;
  font-size: clamp(2rem, 4.2vw, 3.6rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0.02em !important;
  color: #1a3a5c !important;
  text-transform: uppercase !important;

  /* Multi-layer manga shadow: hard orange + faded navy */
  text-shadow:
    3px 3px 0 #ff6b35,
    6px 6px 0 rgba(26, 58, 92, 0.18) !important;

  position: relative !important;
  display: inline-block !important;
  margin: 0 0 0.6rem 0 !important;
  padding: 0 !important;
}

/* Diagonal "manga slash" underline */
.section-header__title::after,
.collection__title::after,
.ai-section__title::after,
.title-wrapper h2::after,
h2.title::after {
  content: "";
  display: block;
  width: 64%;
  height: 6px;
  margin-top: 8px;
  background: linear-gradient(
    90deg,
    #ff6b35 0%,
    #ff6b35 38%,
    transparent 38%,
    transparent 48%,
    #1a3a5c 48%,
    #1a3a5c 88%,
    transparent 88%
  );
  transform: skewX(-18deg);
  transform-origin: left center;
}

/* Subtitle / supporting text under a section title */
.section-header__subtitle,
.collection__description,
.ai-section__subtitle,
.title-wrapper p,
.title-wrapper__description {
  font-size: 1rem !important;
  font-weight: 500 !important;
  color: #5a6b7d !important;
  letter-spacing: 0.04em !important;
  text-transform: none !important;
  margin-top: 0.25rem !important;
}

/* ═══════════════════════════════════════════════════
   ANIME-IMMERSIVE — STICKER BADGES (Sale / Sold out)
   ═══════════════════════════════════════════════════ */

/* Base sticker look */
.card__badge,
.product-card__badge,
.badge,
.card-wrapper .badge,
[class*="card"] .badge,
[class*="product-card"] [class*="badge"] {
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  font-size: 0.8rem !important;
  line-height: 1 !important;
  padding: 7px 12px !important;
  border-radius: 4px !important;
  border: 2px solid #fff !important;
  box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.18) !important;
  z-index: 5 !important;
  transition: transform 0.2s ease !important;
}

/* SALE — hot pink, tilted left */
.badge.sale,
.badge--sale,
.badge--on-sale,
.price__badge-sale,
[class*="badge"][class*="sale"]:not([class*="sold"]) {
  background: #ff2d6f !important;
  color: #fff !important;
  transform: rotate(-8deg) !important;
}

/* SOLD OUT — deep navy, tilted right, slight desaturation feel */
.badge.sold-out,
.badge--sold-out,
.price__badge-sold-out,
[class*="badge"][class*="sold-out"],
[class*="badge"][class*="soldout"] {
  background: #1a3a5c !important;
  color: #fff !important;
  transform: rotate(6deg) !important;
}

/* Lift the sticker slightly when its card is hovered */
.card-wrapper:hover .badge,
.card-wrapper:hover [class*="badge"],
.product-card-wrapper:hover .badge,
[class*="card"]:hover [class*="badge"] {
  transform: rotate(-8deg) scale(1.08) translateY(-2px) !important;
}
.card-wrapper:hover .badge.sold-out,
.card-wrapper:hover [class*="badge"][class*="sold-out"] {
  transform: rotate(6deg) scale(1.06) !important; /* keep its right-tilt */
}
/* ═══════════════════════════════════════════════════
   ANIME-IMMERSIVE — PRODUCT CARDS (carousel cells)
   ═══════════════════════════════════════════════════ */

/* Card cell needs a positioning context for overlays */
.ai-row__item.ai-card,
.ai-carousels .ai-row__item {
  position: relative !important;
  overflow: visible !important;
}

/* Title — bolder, more presence */
.ai-row__item .card__heading,
.ai-row__item .card__heading a,
.ai-row__item .card__information .card__heading {
  font-family: inherit !important;
  font-size: 0.98rem !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  color: #1a3a5c !important;
  letter-spacing: -0.005em !important;
  margin: 6px 0 2px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

/* Vendor / series line — small uppercase chip-ish text */
.ai-row__item .caption-with-letter-spacing,
.ai-row__item .card__information .caption-with-letter-spacing,
.ai-row__item .vendor,
.ai-row__item .card__information [class*="vendor"] {
  display: inline-block !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #ff6b35 !important;
  background: #fff3e8 !important;
  padding: 2px 8px !important;
  border-radius: 999px !important;
  margin-bottom: 4px !important;
  line-height: 1.4 !important;
}

/* Price — sticker-style block, BIGGER */
.ai-row__item .price,
.ai-row__item .price__regular .price-item,
.ai-row__item .price-item--regular,
.ai-row__item .price__sale .price-item--sale {
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  color: #1a3a5c !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  display: inline-block !important;
}

/* On-sale: struck-through original price (smaller, muted) */
.ai-row__item .price--on-sale .price-item--regular,
.ai-row__item .price__regular--on-sale .price-item {
  text-decoration: line-through !important;
  color: #9aa5b1 !important;
  font-size: 1rem !important;
  margin-right: 8px !important;
  font-weight: 700 !important;
}

/* On-sale: the actual SALE price — hot pink, bigger */
.ai-row__item .price__sale .price-item--sale,
.ai-row__item .price--on-sale .price-item--sale {
  color: #ff2d6f !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
}

/* Breathing room around the price line */
.ai-row__item .price {
  margin-top: 6px !important;
  padding: 4px 0 !important;
}

/* SERIES CHIP — top-left of card */
.ai-card__overlay {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  pointer-events: none;
  z-index: 4;
}

.ai-card__series {
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(26, 58, 92, 0.92);
  padding: 5px 10px;
  border-radius: 4px;
  border: 1.5px solid #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
  transform: rotate(-3deg);
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ai-card__status {
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  border: 1.5px solid #fff;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.18);
  margin-left: auto;
}
.ai-card__status--sale { background: #ff2d6f; transform: rotate(6deg); }
.ai-card__status--out  { background: #2c3e50; transform: rotate(6deg); opacity: 0.95; }

/* VIEW pill — hidden, revealed on hover at bottom-right */
.ai-card__view {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 5;
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #1a3a5c;
  background: #ffd84a;
  padding: 7px 13px;
  border-radius: 999px;
  border: 2px solid #1a3a5c;
  text-decoration: none;
  box-shadow: 2px 2px 0 #1a3a5c;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
  pointer-events: none;
}

.ai-row__item:hover .ai-card__view,
.ai-row__item:focus-within .ai-card__view {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.ai-card__view:hover {
  box-shadow: 4px 4px 0 #1a3a5c;
  transform: translateY(-2px);
}

/* Lift slightly the whole card on hover (uses existing transition) */
.ai-row__item:hover {
  z-index: 3;
}

/* ═══════════════════════════════════════════════════
   ANIME-IMMERSIVE — MEGAMENU CARDS (New Arrivals + Best Sellers)
   ═══════════════════════════════════════════════════ */

/* The outer card */
.ai-mega-product-card {
  display: flex !important;
  flex-direction: column !important;
  background: #ffffff !important;
  border: 4px solid #fff7ed !important;
  border-radius: 16px !important;
  overflow: hidden !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06) !important;
  text-decoration: none !important;
  color: #1a3a5c !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease !important;
  position: relative !important;
}

.ai-mega-product-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14) !important;
  border-color: #ffd84a !important;
}

/* Hover-revealed arrow at top-right */
.ai-mega-product-card::after {
  content: "→";
  position: absolute;
  top: 14px;
  right: 14px;
  width: 32px;
  height: 32px;
  background: #ffd84a;
  color: #1a3a5c;
  font-weight: 900;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #1a3a5c;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 3;
  pointer-events: none;
}
.ai-mega-product-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

/* Image */
.ai-mega-product-card__image {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  aspect-ratio: 3 / 4 !important;
  object-fit: cover !important;
  background: #f8fafc !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Label container — STRIP the pill styling polish.css inflicted on it */
.ai-mega-product-card__label {
  display: block !important;
  padding: 16px 18px 18px 18px !important;
  background: #ffffff !important;
  text-align: left !important;
  flex: 0 0 auto !important;
  border: none !important;
  border-top: 3px solid #ff6b35 !important;  /* solid orange accent stripe */
  border-radius: 0 !important;
  box-shadow: none !important;
  position: relative !important;
}

/* TITLE — chunky uppercase navy, NO pill */
.ai-mega-product-card__title {
  font-family: "Impact", "Bebas Neue", "Arial Black", "Helvetica Neue", sans-serif !important;
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.025em !important;
  color: #1a3a5c !important;
  line-height: 1 !important;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: 2px 2px 0 rgba(255, 107, 53, 0.25) !important;
}

/* SUBTITLE — small orange tagline, NO pill */
.ai-mega-product-card__subtitle {
  font-family: inherit !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  color: #ff6b35 !important;
  letter-spacing: 0.04em !important;
  line-height: 1.35 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: none !important;
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Best Sellers variant accents */
.ai-mega-product-card--best .ai-mega-product-card__label {
  border-top-color: #ff2d6f !important;
}
.ai-mega-product-card--best .ai-mega-product-card__subtitle {
  color: #ff2d6f !important;
}
.ai-mega-product-card--best .ai-mega-product-card__title {
  text-shadow: 2px 2px 0 rgba(255, 45, 111, 0.25) !important;
}
.ai-mega-product-card--best:hover {
  border-color: #ff2d6f !important;
}
.ai-mega-product-card--best::after {
  background: #ff2d6f;
  color: #ffffff;
  border-color: #ffffff;
}

/* ═══════════════════════════════════════════════════
   ANIME-IMMERSIVE — GLOBAL PRICE STYLING
   Applies the bold navy + struck-through-muted treatment
   to ALL product price displays (collection pages, PDPs, search, etc).
   Does NOT touch cart / mini-cart styling.
   ═══════════════════════════════════════════════════ */

/* Default / regular price — chunky Impact navy */
.card-wrapper .price,
.product-card .price,
[class*="product-card"] .price,
.collection .price,
.collection-grid .price,
.product-grid .price,
.products-grid .price,
.grid__item .price,
.search-results .price,
.product__price,
.predictive-search .price,
.card .price__regular .price-item,
.card .price-item--regular {
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 900 !important;
  color: #1a3a5c !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
  display: inline-block !important;
}

/* Struck-through original price (when on sale) — smaller, muted gray */
.card-wrapper .price--on-sale .price-item--regular,
.card-wrapper .price__regular--on-sale .price-item,
.card-wrapper .price__sale .price-item--regular,
[class*="product-card"] .price--on-sale .price-item--regular,
[class*="product-card"] .price__sale .price-item--regular,
.collection .price--on-sale .price-item--regular,
.collection-grid .price--on-sale .price-item--regular,
.product-grid .price--on-sale .price-item--regular,
.grid__item .price--on-sale .price-item--regular,
.grid__item .price__sale .price-item--regular,
.product__price--on-sale .price-item--regular,
.card .price--on-sale .price-item--regular,
.card .price__sale .price-item--regular,
.card s,
.collection .grid__item s {
  text-decoration: line-through !important;
  color: #9aa5b1 !important;
  font-size: 1rem !important;
  margin-right: 8px !important;
  font-weight: 700 !important;
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif !important;
  letter-spacing: 0.02em !important;
  display: inline-block !important;
}

/* Sale price (the active/discounted one) — hot pink */
.card-wrapper .price__sale .price-item--sale,
.card-wrapper .price--on-sale .price-item--sale,
[class*="product-card"] .price__sale .price-item--sale,
[class*="product-card"] .price--on-sale .price-item--sale,
.collection .price__sale .price-item--sale,
.collection-grid .price__sale .price-item--sale,
.product-grid .price__sale .price-item--sale,
.grid__item .price__sale .price-item--sale,
.grid__item .price--on-sale .price-item--sale,
.product__price .price-item--sale,
.product__price--on-sale .price-item--sale,
.card .price__sale .price-item--sale,
.card .price--on-sale .price-item--sale {
  color: #ff2d6f !important;
  font-size: 1.55rem !important;
  font-weight: 900 !important;
  font-family: "Impact", "Bebas Neue", "Arial Black", sans-serif !important;
}

/* Hide unit price spam (only show one USD per card) */
.card-wrapper .price__unit,
.product-card .price__unit,
.grid__item .price__unit,
.price__unit-price-measurement {
  display: none !important;
}

/* Make sure the price block has breathing room */
.card-wrapper .price,
.product-card .price,
.grid__item .price,
[class*="product-card"] .price {
  margin-top: 6px !important;
  padding: 4px 0 !important;
}

/* ═══════════════════════════════════════════════════
   PRICE — TONED-DOWN (overrides earlier Impact treatment)
   ═══════════════════════════════════════════════════ */

/* Regular price — clean bold navy */
.card-wrapper .price,
.product-card .price,
[class*="product-card"] .price,
.collection .price,
.collection-grid .price,
.product-grid .price,
.products-grid .price,
.grid__item .price,
.search-results .price,
.product__price,
.predictive-search .price,
.ai-row__item .price,
.ai-row__item .price__regular .price-item,
.ai-row__item .price-item--regular,
.card .price__regular .price-item,
.card .price-item--regular,
.card-wrapper .price__regular .price-item,
.card-wrapper .price-item--regular {
  font-family: inherit !important;
  font-size: 1rem !important;
  font-weight: 700 !important;
  color: #1a3a5c !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
}

/* Struck-through original price — smaller, muted */
.card-wrapper .price--on-sale .price-item--regular,
.card-wrapper .price__regular--on-sale .price-item,
.card-wrapper .price__sale .price-item--regular,
[class*="product-card"] .price--on-sale .price-item--regular,
[class*="product-card"] .price__sale .price-item--regular,
.collection .price--on-sale .price-item--regular,
.collection-grid .price--on-sale .price-item--regular,
.product-grid .price--on-sale .price-item--regular,
.grid__item .price--on-sale .price-item--regular,
.grid__item .price__sale .price-item--regular,
.ai-row__item .price--on-sale .price-item--regular,
.ai-row__item .price__sale .price-item--regular,
.card .price--on-sale .price-item--regular,
.card .price__sale .price-item--regular {
  font-family: inherit !important;
  font-size: 0.9rem !important;
  font-weight: 500 !important;
  color: #9aa5b1 !important;
  text-decoration: line-through !important;
  margin-right: 8px !important;
  letter-spacing: 0 !important;
}

/* Sale price (active) — slightly bigger, hot pink, NOT Impact */
.card-wrapper .price__sale .price-item--sale,
.card-wrapper .price--on-sale .price-item--sale,
[class*="product-card"] .price__sale .price-item--sale,
[class*="product-card"] .price--on-sale .price-item--sale,
.collection .price__sale .price-item--sale,
.collection-grid .price__sale .price-item--sale,
.product-grid .price__sale .price-item--sale,
.grid__item .price__sale .price-item--sale,
.grid__item .price--on-sale .price-item--sale,
.ai-row__item .price__sale .price-item--sale,
.ai-row__item .price--on-sale .price-item--sale,
.card .price__sale .price-item--sale,
.card .price--on-sale .price-item--sale {
  font-family: inherit !important;
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  color: #ff2d6f !important;
  letter-spacing: 0 !important;
}