/* Hero */
.commerce-hero { position: relative; min-height: 500px; overflow: hidden; background: #fff; }
.hero-bg { position: absolute; inset: 0 0 auto; height: 360px; background: #f4f4f5; }
.home-hero-slider { position: relative; height: 600px; overflow: hidden; background: #111; }
.home-hero-slide { position: absolute; inset: 0; opacity: 0; background-position: center; background-repeat: no-repeat; background-size: cover; transition: opacity .45s ease; }
.home-hero-slide.active { opacity: 1; }
.home-hero-dots { position: absolute; z-index: 2; bottom: 18px; left: 50%; display: flex; gap: 10px; transform: translateX(-50%); }
.home-hero-dot { width: 10px; height: 10px; padding: 0; border: 1px solid rgba(255,255,255,.92); border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: transform .2s ease, background .2s ease; }
.home-hero-dot.active { background: #fff; transform: scale(1.25); }
.home-hero-dot:focus-visible { outline: 3px solid var(--brand); outline-offset: 4px; }
.home-hero-content { display: none; }

.featured-row { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; width: min(calc(100% - 430px), 860px); margin-top: -5px; }
.featured-card { position: relative; display: grid; grid-template-rows: auto auto 1fr auto auto; min-height: 300px; padding: 18px 18px 16px; overflow: hidden; border: 1px solid #e5e7eb; border-radius: 16px; background: #fff; box-shadow: 0 4px 16px rgba(0,0,0,.04); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.featured-card:hover { border-color: #d1d5db; box-shadow: 0 8px 24px rgba(0,0,0,.08); transform: translateY(-3px); }
.featured-card header { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 10px; color: #111827; font-size: 14px; font-weight: 700; }
.featured-card header .featured-tag { display: inline-flex; align-items: center; justify-content: center; min-height: 28px; padding: 6px 16px; color: #fff; border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; background: linear-gradient(135deg, #c77dff, #9d4edd 40%, #7b2cbf); box-shadow: 0 4px 14px rgba(123,44,191,0.45), 0 2px 6px rgba(123,44,191,0.25), inset 0 1px 0 rgba(255,255,255,0.25); font-size: 13px; font-weight: 400; line-height: 1; white-space: nowrap; letter-spacing: -0.02em; }
.featured-card header .featured-discount { color: #fff; border-color: rgba(255,255,255,0.18); background: linear-gradient(135deg, #c77dff, #9d4edd 40%, #7b2cbf); box-shadow: 0 4px 14px rgba(123,44,191,0.45), 0 2px 6px rgba(123,44,191,0.25), inset 0 1px 0 rgba(255,255,255,0.25); }
.featured-card header .featured-smi { color: #fff; border-color: rgba(255,255,255,0.18); background: linear-gradient(135deg, #c77dff, #9d4edd 40%, #7b2cbf); box-shadow: 0 4px 14px rgba(123,44,191,0.45), 0 2px 6px rgba(123,44,191,0.25), inset 0 1px 0 rgba(255,255,255,0.25); }
.featured-card .product-photo { width: 100%; height: 140px; object-fit: contain; padding: 8px 2px; transition: transform .22s ease; }
.featured-card:hover .product-photo { transform: scale(1.04); }
.featured-card h3 { display: -webkit-box; min-height: 36px; margin: 6px 0 8px; overflow: hidden; color: #374151; font-size: 13px; font-weight: 600; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.featured-card .featured-title-link { color: inherit; }
.featured-card .featured-title-link:hover { color: #006bff; }
.featured-card .featured-prices { display: flex; align-items: baseline; gap: 8px; }
.featured-card .featured-prices b { color: #111827; font-size: 22px; font-weight: 800; line-height: 1; letter-spacing: -.5px; }
.featured-card .featured-prices del { color: #9ca3af; font-size: 12px; font-style: normal; }
.featured-card header span:first-letter { font-weight: 900; }
.featured-card .product-art { height: 112px; }
.featured-card .product-photo { position: relative; z-index: 1; width: 100%; height: 112px; object-fit: contain; padding: 6px 2px; transition: transform .22s ease; }
.featured-card:hover .product-photo { transform: scale(1.04); }
.featured-card h3 { display: -webkit-box; min-height: 32px; margin: 1px 0 5px; overflow: hidden; color: #4c4658; font-size: 12px; font-weight: 650; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.featured-card .featured-title-link { width: auto; margin: 1px 0 5px; padding: 0; color: inherit; border-radius: 0; background: transparent; box-shadow: none; }
.featured-card .featured-title-link:hover { color: var(--brand); filter: none; box-shadow: none; transform: none; }
.featured-card .featured-title-link h3 { margin: 0; }
.featured-card .featured-prices { display: flex; align-items: baseline; gap: 7px; }
.featured-card .featured-prices b { color: #111827; font-size: 20px; line-height: 1; letter-spacing: -.4px; }
.featured-card .featured-prices del { color: #9490a0; font-size: 12px; font-style: italic; }
.featured-card > a:last-child { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 38px; margin-top: 9px; padding: 6px 12px; color: #fff; border: 0; border-radius: var(--radius); background: linear-gradient(110deg, #006bff 0%, #0d57e6 68%, #6a4dff 100%); box-shadow: 0 4px 12px rgba(0,84,220,.22), inset 0 1px 0 rgba(255,255,255,.24); font-size: 12px; font-weight: 500; line-height: 1; transition: background var(--ease), box-shadow var(--ease); }
.featured-card > a:last-child:hover { color: #fff; background: linear-gradient(110deg, #0d57e6, #5f22d3); box-shadow: 0 6px 14px rgba(0,84,220,.28); transform: translateY(-1px); }

/* Product art and cards */
.product-art { display: grid; place-items: center; width: 100%; min-width: 0; }
.product-art svg { width: 100% !important; height: 100% !important; overflow: visible; stroke: none !important; }
.product-art .art-shadow { fill: rgba(0,0,0,.11); filter: blur(4px); }
.product-art .art-screen { fill: url(#screenGradient); }

.product-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 70px) / 6);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.product-rail::-webkit-scrollbar { display: none; }
.product-card { position: relative; display: flex; flex-direction: column; min-width: 0; min-height: 470px; padding: 10px 10px 12px; border: 1px solid #edf1f7; border-radius: 12px; background: #fff; scroll-snap-align: start; transition: border var(--ease), box-shadow var(--ease); }
.product-card:hover { border-color: var(--border); box-shadow: var(--shadow-2); }
.product-badges {
  position: absolute;
  z-index: 3;
  top: 9px;
  left: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  max-width: calc(100% - 45px);
  pointer-events: none;
}
.product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 3px 9px;
  color: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}
.discount-badge { display: none; }
.offer-badge { background: linear-gradient(135deg, #c77dff, #9d4edd 40%, #7b2cbf); box-shadow: 0 4px 14px rgba(123,44,191,0.45), 0 2px 6px rgba(123,44,191,0.25), inset 0 1px 0 rgba(255,255,255,0.25); }
.new-badge { background: linear-gradient(135deg, #4af0a3, #14bd75 58%, #009a5b); box-shadow: 0 3px 8px rgba(0,173,101,.3), inset 0 1px 0 rgba(255,255,255,.52); }
.product-card .product-image-link {
  display: grid;
  place-items: center;
  height: 205px;
  padding: 34px 8px 8px;
  overflow: hidden;
}
.product-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0;
}
.product-card .product-image-link .product-photo { transition: transform var(--ease); }
.product-card:hover .product-image-link .product-photo { transform: scale(1.025); }
.product-card .product-art { height: 208px; transition: transform var(--ease); }
.product-card:hover .product-art { transform: scale(1.025); }
.product-card .brand-label { margin-bottom: 4px; color: #666; font-size: 12px; text-transform: uppercase; }
.product-card h3 { display: -webkit-box; min-height: 34px; margin: 0 0 7px; overflow: hidden; color: #555; font-size: 14px; font-weight: 500; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-card .product-type { min-height: 16px; margin: -2px 0 3px; overflow: hidden; color: #777; font-size: 12px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.product-card .old-price { display: inline-block; min-height: 0; color: #87909f; font-size: 12px; font-style: italic; text-decoration: line-through; }
.product-card .price-row {
  display: flex;
  align-items: baseline;
  justify-content: left;
  gap: 6px;
  min-height: 26px;
}
.product-card .price-row b { color: #111827; font-size: 22px; line-height: 1; letter-spacing: -.5px; }
.product-card .saving { display: none; color: #247421; font-size: 12px; font-weight: 700; white-space: nowrap; }
.product-stock { margin-top: 5px; color: #18803b; font-size: 12px; font-weight: 700; }
.product-fulfillment { margin-top: 5px; color: #5c6470; font-size: 12px; }
.product-fulfillment hr { margin: 0 0 5px; border: 0; border-top: 1px solid #eceef2; }
.product-fulfillment-list { display: grid; gap: 3px; }
.product-fulfillment-item { display: flex; align-items: center; gap: 4px; line-height: 1.2; }
.product-fulfillment-item svg { flex: 0 0 auto; width: 15px; height: 15px; color: var(--brand); }
.product-fulfillment-item p { margin: 0; }
.product-fulfillment-item strong { color: #242a33; }
.product-card .bank-price { display: flex; justify-content: space-between; margin-top: 6px; padding-top: 6px; border-top: 1px solid #eee; color: #666; font-size: 12px; }
.product-card .bank-price span:last-child { color: var(--brand); font-weight: 800; }
.product-card .wishlist { position: absolute; z-index: 3; top: 10px; right: 8px; display: grid; place-items: center; width: 28px; height: 28px; padding: 0; opacity: 1; color: var(--brand); border: 1px solid var(--border); border-radius: 50%; background: #fff; box-shadow: none; cursor: pointer; transition: color var(--ease), background var(--ease), border-color var(--ease); }
.product-card .wishlist:hover { color: #fff; border-color: var(--brand); background: var(--brand); }
.product-card .wishlist.is-favorite { color: #fff; border-color: #6d28d9; background: #6d28d9; }
.product-card .wishlist svg { width: 15px !important; height: 15px !important; }
.wishlist-feedback { position: fixed; z-index: 120; right: 20px; bottom: 22px; display: flex; align-items: center; gap: 10px; max-width: min(390px, calc(100vw - 32px)); padding: 13px 15px; opacity: 0; color: #fff; border-radius: 8px; background: #20242b; box-shadow: 0 12px 35px rgba(17, 24, 39, .28); font-size: 12px; transform: translateY(10px); transition: opacity .2s ease, transform .2s ease; }
.wishlist-feedback.is-visible { opacity: 1; transform: translateY(0); }
.wishlist-feedback a { color: #9bc6ff; font-weight: 700; text-decoration: underline; white-space: nowrap; }
.product-card .quick-add { margin-top: auto; padding-top: 8px; }
.product-card .quick-add button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  color: #fff;
  border: 0;
  border-radius: var(--radius);
  background: linear-gradient(110deg, #006bff 0%, #0d57e6 68%, #6a4dff 100%);
  box-shadow: 0 4px 12px rgba(0, 84, 220, .22), inset 0 1px 0 rgba(255, 255, 255, .24);
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  cursor: pointer;
  opacity: 1;
  transform: none;
  transition: color var(--ease), background var(--ease), box-shadow var(--ease);
}
.product-card:hover .quick-add button,
.product-card:focus-within .quick-add button { opacity: 1; transform: none; }
.product-card .quick-add button:hover { color: #fff; background: linear-gradient(110deg, #0d57e6, #5f22d3); box-shadow: 0 6px 14px rgba(0,84,220,.28); }
.product-card .quick-add button svg { width: 16px !important; height: 16px !important; }

/* Promo rows */
.mini-promos,
.lifestyle-section,
.price-categories { position: relative; }
.mini-promo-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.mini-promo-rail::-webkit-scrollbar { display: none; }
.mini-promo { position: relative; display: block; height: 135px; overflow: hidden; border-radius: 10px; background: #f2f2f2; scroll-snap-align: start; }
.mini-promo:nth-child(2) { background: linear-gradient(135deg, #ebf6ff, #fff); }
.mini-promo:nth-child(3) { background: linear-gradient(135deg, #f8f8f8, #dcdfe4); }
.mini-promo .product-art { height: 112px; }
.mini-promo div:last-child { padding-right: 18px; }
.mini-promo strong { display: block; color: #111; font-size: 17px; line-height: 1.05; }
.mini-promo p { margin: 4px 0 8px; font-size: 12px; line-height: 1.2; }
.mini-promo span { display: inline-block; padding: 4px 10px; color: #fff; border-radius: 99px; background: #111; font-size: 9px; font-weight: 800; }
.promo-spots { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: -10px; }
.promo-spots a { display: block; min-width: 0; overflow: hidden; border: 1px solid #e3ebf8; border-radius: 12px; background: #fff; box-shadow: 0 6px 16px rgba(0, 67, 168, .06); }
.promo-spots img { display: block; width: 100%; aspect-ratio: 3.1 / 1; object-fit: cover; }
.asset-banner { display: block; overflow: hidden; }
.asset-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.mini-promos > .round-arrow,
.lifestyle-section > .round-arrow,
.price-categories > .round-arrow { position: absolute; z-index: 4; top: 50%; right: -23px; transform: translateY(-50%); }
.mini-promos > .mini-promo-arrow.prev { right: auto; left: -23px; transform: translateY(-50%) rotate(180deg); }
.mini-promos > .mini-promo-arrow.next { right: -23px; }
.mini-promos > .mini-promo-arrow:disabled { opacity: .35; cursor: default; }

.flash-sale { padding: 13px 12px 14px; border: 9px solid var(--flash); border-radius: 8px; background: #fff; }
.flash-sale > header { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 0 8px 8px; }
.flash-sale h2 { margin: 0; color: #111827; font-size: 17px; }
.flash-sale h2 span { color: var(--brand); }
.countdown { display: flex; align-items: center; gap: 7px; }
.countdown > span { display: grid; place-items: center; min-width: 43px; padding: 4px 7px; color: #fff; border-radius: 4px; background: var(--flash); }
.countdown b { font-size: 14px; line-height: 1; }
.countdown small { font-size: 7px; text-transform: uppercase; }
.countdown i { color: var(--flash); font-style: normal; font-weight: 800; }
.flash-sale .product-card { min-height: 328px; }
.flash-sale .carousel-shell > .next { right: -33px; }
.flash-sale .carousel-shell > .prev { left: -33px; }

.finance-banner { position: relative; display: block; min-height: 0; aspect-ratio: 3.2 / 1; overflow: hidden; padding: 0; border-radius: 10px; background: center / cover no-repeat url("../assets/banners/6/ChatGPT Image 24 jul 2026, 17_35_20.png"); }
.featured-row {
  margin-bottom: 18px;
  margin-top: 30px;
}
.finance-banner { aspect-ratio: 3; }
.finance-banner > * { display: none; }
.finance-banner > div:first-child { font-size: 22px; font-weight: 600; }
.finance-banner > div:first-child strong { color: #ffffff; font-size: 29px; }
.finance-installment { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 7px; }
.finance-installment small { grid-row: 1; }
.finance-installment b { grid-row: 1 / 3; font-size: 31px; }
.finance-installment span { font-size: 12px; }
.finance-banner p { margin: 0; padding-left: 18px; border-left: 1px solid rgba(255,255,255,.4); font-size: 13px; }
.finance-person { position: absolute; right: 35px; display: grid; place-items: center; width: 76px; height: 115px; color: #ffffff; font-size: 54px; transform: rotate(11deg); }

.dual-promos { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.brand-banner { position: relative; display: grid; grid-template-columns: 45% 1fr; align-items: center; height: 238px; overflow: hidden; color: #fff; border-radius: 8px; }
.brand-banner { background-position: center; background-repeat: no-repeat; background-size: cover; }
.brand-banner.samsung { background-image: url("../assets/banners/3/ChatGPT Image 17 jul 2026, 21_32_04 (2).png"); }
.brand-banner.productivity { background-image: url("../assets/banners/3/ChatGPT Image 17 jul 2026, 21_32_04 (1).png"); }
.brand-banner > div { display: none; }
.brand-banner > div:last-child { position: relative; z-index: 2; display: grid; justify-items: center; text-align: center; }
.brand-banner span { margin-bottom: 12px; font-size: 35px; font-weight: 900; letter-spacing: 4px; }
.brand-banner b { display: block; font-size: 17px; line-height: 1.1; }
.brand-banner b strong { display: inline-block; margin-top: 4px; padding: 3px 8px; color: #fff; background: var(--brand); border-radius: 4px; font-size: 20px; }
.brand-banner em { margin-top: 14px; padding: 7px 14px; color: #fff; border-radius: 99px; background: #111; font-size: 9px; font-style: normal; font-weight: 800; }
.brand-banner > div,
.brand-banner > div:last-child { display: none; }
.brand-product { position: relative; height: 100%; }
.brand-product.trio i { position: absolute; bottom: 22px; width: 63px; height: 130px; border: 5px solid #1d1d1d; border-radius: 13px; background: linear-gradient(150deg, #383b39, #0c0c0c); box-shadow: 0 14px 18px rgba(0,0,0,.25); }
.brand-product.trio i:nth-child(1) { left: 26px; transform: rotate(-10deg); }
.brand-product.trio i:nth-child(2) { left: 102px; height: 145px; }
.brand-product.trio i:nth-child(3) { left: 178px; transform: rotate(10deg); }
.laptop-pair i { position: absolute; bottom: 40px; width: 170px; height: 105px; border: 8px solid #242424; border-bottom-width: 13px; border-radius: 7px; background: linear-gradient(145deg, #244f6f, #c7e5f0 45%, #162b4c); box-shadow: 0 13px 20px rgba(0,0,0,.24); }
.laptop-pair i:first-child { left: 8px; transform: rotate(-5deg); }
.laptop-pair i:last-child { left: 122px; transform: rotate(4deg); }

/* Lifestyle and categories */
.lifestyle-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 28px) / 3); gap: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.lifestyle-rail::-webkit-scrollbar { display: none; }
.lifestyle-card { position: relative; height: 310px; overflow: hidden; border-radius: 12px; background: #222 center / cover no-repeat; scroll-snap-align: start; }
.lifestyle-card.lifestyle-image { background-size: cover; }
.lifestyle-card .scene { position: absolute; inset: 0; }
.lifestyle-card .scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.86), transparent 64%); }
.lifestyle-card.cell-scene .scene { background: radial-gradient(circle at 29% 32%, #e5b89d 0 10%, transparent 10.5%), linear-gradient(135deg, #19222b, #bb7a60 54%, #203041); }
.lifestyle-card.work-scene .scene { background: linear-gradient(135deg, #171819, #64625e 55%, #d5d1c7); }
.lifestyle-card.audio-scene .scene { background: radial-gradient(circle at 65% 35%, #8a1dff, transparent 17%), radial-gradient(circle at 38% 28%, #00bde8, transparent 17%), linear-gradient(135deg, #23143d, #e2a15c); }
.lifestyle-card .scene::before { content: ""; position: absolute; top: 54px; left: 54%; width: 90px; height: 128px; border: 7px solid rgba(255,255,255,.36); border-radius: 12px; transform: rotate(7deg); }
.lifestyle-content { position: absolute; z-index: 2; inset: auto 20px 18px; color: #fff; }
.lifestyle-content h3 { margin: 0 0 8px; font-size: 17px; }
.lifestyle-content div { display: flex; flex-wrap: wrap; gap: 5px; }
.lifestyle-content span { padding: 4px 8px; color: #333; border-radius: 99px; background: #fff; font-size: 8px; font-weight: 700; }

.compact-categories h2 { margin-bottom: 12px; }
.compact-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.compact-category { display: block; min-height: 0; aspect-ratio: 3.3 / 1; overflow: hidden; padding: 0; border: 1px solid var(--border); border-radius: 12px; background: #fff; }
.compact-category .product-art { height: 52px; }
.compact-category strong { font-size: 12px; }
.compact-category small { display: block; color: #666; font-size: 8px; }
.compact-category:hover { color: var(--brand); box-shadow: var(--shadow-1); }

.promo-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.promo-category-card { position: relative; display: flex; flex-direction: column; height: 315px; overflow: hidden; padding: 0; border: 1px solid var(--border); border-radius: 10px; background: #f4f4f4; }
.promo-category-card::after { content: ""; position: absolute; z-index: 0; inset: auto -80px -92px; height: 150px; background: #6d28d900; transform: rotate(-9deg); }
.promo-category-card small { width: max-content; padding: 3px 8px; color: #fff; border-radius: 3px; background: #202020; font-size: 9px; }
.promo-category-card h3 { max-width: 160px; margin: 10px 0 0; font-size: 20px; line-height: 1.03; }
.promo-category-card .discount-big { position: relative; z-index: 2; color: var(--brand); font-size: 51px; font-weight: 900; line-height: .9; letter-spacing: -3px; }
.promo-category-card .discount-big span { color: #111; font-size: 17px; letter-spacing: 0; }
.promo-category-card .product-art { position: absolute; z-index: 1; right: 2px; bottom: 2px; width: 60%; height: 166px; }
.promo-category-card a { position: relative; z-index: 3; width: max-content; margin-top: 7px; padding: 6px 11px; color: #fff; border-radius: 99px; background: #111; font-size: 8px; font-weight: 800; }

/* Split showcases */
.split-showcase { position: relative; }
.split-showcase.showcase-heading { padding-top: 0; }
.showcase-heading { justify-content: flex-end; margin-bottom: 6px; }
.split-layout { display: grid; grid-template-columns: 48% 52%; min-height: 305px; overflow: hidden; border-radius: 7px; background: #fff; }
.showcase-banner { position: relative; display: grid; grid-template-columns: 55% 45%; align-items: center; overflow: hidden; padding: 26px 15px 26px 46px; background: linear-gradient(135deg, #f4f4f4, #fff); }
.showcase-banner::before { content: ""; position: absolute; inset: -45% auto auto 50%; width: 380px; height: 380px; border-radius: 50%; background: rgba(230,230,230,.65); }
.showcase-banner > div:first-child { position: relative; z-index: 2; color: #222; }
.showcase-banner small { display: block; font-size: 14px; }
.showcase-banner h3 { margin: -4px 0 12px; font-size: 39px; line-height: 1; letter-spacing: -2px; }
.showcase-banner b { display: inline-block; padding: 6px 12px; color: #fff; border-radius: 5px; background: #111; font-size: 12px; }
.showcase-banner { min-height: 0; aspect-ratio: 1 / 1; padding: 0; background-position: center; background-repeat: no-repeat; background-size: contain; width: 85%; margin-inline: auto; }
.showcase-banner::before,
.showcase-banner > div { display: none; }
.computing-banner { background-image: url("../assets/banners/2/ChatGPT Image 17 jul 2026, 21_00_58 (2).png"); }
.smart-banner { background-image: url("../assets/banners/3/ChatGPT Image 24 jul 2026, 16_54_41 (2).png"); }
.gaming-banner { background-image: url("../assets/banners/3/ChatGPT Image 24 jul 2026, 16_54_41 (1).png"); }
.computer-scene { position: relative; z-index: 2; height: 220px; }
.monitor-art { position: absolute; top: 30px; right: 0; width: 205px; height: 128px; border: 8px solid #202020; border-radius: 4px; background: linear-gradient(135deg, #062ea4, #45bcff 48%, #f5d22c); box-shadow: 0 14px 20px rgba(0,0,0,.16); }
.monitor-art::after { content: ""; position: absolute; left: 50%; bottom: -37px; width: 75px; height: 29px; border-bottom: 7px solid #252525; transform: translateX(-50%); }
.tower-art { position: absolute; right: -32px; bottom: 2px; width: 87px; height: 154px; border-radius: 8px; background: linear-gradient(90deg, #222, #4e4e4e); }
.showcase-categories { display: grid; grid-template-columns: repeat(4, 1fr); align-content: center; gap: 10px; padding: 30px 18px; }
.showcase-category { display: block; min-width: 0; height: 210px; overflow: hidden; padding: 0; border-radius: 10px; background: #f5f5f5; }
.showcase-category .product-art { height: 154px; }
.showcase-category strong { margin-top: auto; font-size: 12px; }
.showcase-category small { color: #666; font-size: 9px; }

.smart-showcase .split-layout,
.gaming-showcase .split-layout { grid-template-columns: 45% 55%; min-height: 400px; }
.smart-banner,
.gaming-banner { padding-left: 46px; }
.smart-banner h3,
.gaming-banner h3 { font-size: 34px; }
.robot-scene,
.gaming-scene { position: relative; z-index: 2; height: 250px; }
.robot-scene i { position: absolute; right: -14px; bottom: 10px; width: 215px; height: 88px; border: 10px solid #d0d0d0; border-radius: 50%; background: radial-gradient(circle at 50% 20%, #0c0c0c 0 6%, #fafafa 7% 47%, #aaa 48% 51%, #f5f5f5 52%); box-shadow: 0 18px 25px rgba(0,0,0,.19); transform: rotate(-8deg); }
.robot-scene span { position: absolute; top: 45px; right: 70px; width: 65px; height: 90px; border: 6px solid #d5d5d5; border-radius: 16px; background: #fff; }
.gaming-banner { background-color: #ffffff; }
.gaming-scene i { position: absolute; top: 20px; right: -20px; width: 190px; height: 118px; border: 9px solid #191919; border-radius: 7px; background: linear-gradient(135deg, #092c75, #ff2e81 57%, #161635); transform: rotate(-5deg); box-shadow: 0 15px 22px rgba(0,0,0,.2); }
.gaming-scene span { position: absolute; right: 35px; bottom: 24px; width: 96px; height: 77px; border: 13px solid #eee; border-radius: 45% 45% 55% 55%; background: #272727; }
.showcase-products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; align-items: stretch; padding: 12px 12px 18px; }
.smart-showcase .showcase-products,
.gaming-showcase .showcase-products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.showcase-products .product-card { min-height: 300px; padding-inline: 8px; }
.showcase-products .product-card .product-image-link {
  height: 185px;
}
.showcase-products .product-card .product-art { height: 145px; }

.security-banner { display: block; min-height: 0; aspect-ratio: 6.4 / 1; overflow: hidden; padding: 0; border-radius: 12px; background: #fff center / cover no-repeat url("../assets/banners/ChatGPT Image 17 jul 2026, 21_43_39.png"); }
.security-logo { color: #111; font-size: 20px; font-weight: 900; line-height: .65; transform: rotate(-3deg); }
.security-logo b { color: var(--brand); font-size: 15px; }
.security-banner > div:nth-child(2) { font-size: 18px; line-height: 1.1; }
.security-banner > div:nth-child(2) strong { font-size: 26px; }
.security-price { justify-self: center; display: flex; align-items: center; gap: 9px; padding: 4px 12px; color: #fff; background: var(--brand); transform: skew(-8deg); }
.security-price small { transform: skew(8deg); }
.security-price b { font-size: 29px; transform: skew(8deg); }
.security-items { display: flex; justify-content: center; gap: 9px; }
.security-items i { width: 48px; height: 58px; border: 5px solid #333; border-radius: 8px; background: linear-gradient(150deg, #eee, #777); }
.security-banner em { padding: 6px 10px; color: #fff; border-radius: 99px; background: #111; font-size: 8px; font-style: normal; font-weight: 800; text-align: center; }

/* Bottom categories, SEO, footer and floating controls */
.price-category-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 56px) / 5); gap: 14px; overflow-x: auto; scroll-snap-type: inline mandatory; scrollbar-width: none; }
.price-category-rail::-webkit-scrollbar { display: none; }
.price-category-card { position: relative; height: 195px; overflow: hidden; border-radius: 12px; background: #ececec; scroll-snap-align: start; }
.price-category-card .product-art { height: 163px; }
.price-category-card div:last-child { position: absolute; inset: auto 0 0; display: flex; align-items: center; justify-content: space-between; min-height: 47px; padding: 7px 12px; color: #fff; background: rgba(22,22,22,.94); }
.price-category-card strong { display: block; font-size: 12px; }
.price-category-card small { display: block; font-size: 8px; }
.price-category-card svg { width: 15px !important; height: 15px !important; }

.popular-searches h2 { margin-bottom: 10px; }
.popular-searches > div { display: flex; flex-wrap: wrap; gap: 7px; }
.popular-searches a { padding: 5px 10px; color: #717171; border: 1px solid #ddd; border-radius: 4px; background: #fafafa; font-size: 12px; }
.popular-searches a:hover { color: var(--brand); border-color: var(--brand); }

.seo-copy { position: relative; min-height: 0; padding-bottom: 8px; text-align: center; }
.seo-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; color: #666; text-align: left; }
.seo-columns.is-open { max-height: 480px; }
.seo-columns h3 { margin: 0 0 5px; font-size: 13px; }
.seo-columns p { margin: 0 0 7px; font-size: 12px; line-height: 1.55; }
.seo-toggle { display: inline-flex; align-items: center; gap: 6px; min-height: 32px; margin-top: 12px; padding: 7px 15px; color: #6d28d9; border: 1px solid #decfff; border-radius: 999px; background: #fbf9ff; box-shadow: none; font-size: 12px; font-weight: 800; cursor: pointer; transition: background .2s ease, color .2s ease, border-color .2s ease, box-shadow .2s ease; }
.seo-toggle svg { width: 13px !important; height: 13px !important; transform: rotate(90deg); transition: transform .2s ease; }
.seo-toggle[aria-expanded="true"] svg { transform: rotate(-90deg); }
.seo-toggle:hover { color: #fff; border-color: transparent; background: linear-gradient(135deg, #8b43ff, #6d28d9 60%, #953cff); box-shadow: 0 5px 14px rgba(109, 40, 217, .22); }
.seo-toggle:focus-visible { outline: 3px solid rgba(139, 67, 255, .25); outline-offset: 2px; }

.site-footer { color: #d1d5db; border-top: 1px solid #3f3f46; background: #292D32; }
.site-footer::before { content: none; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.4fr; gap: 32px; min-height: 0; padding-block: 42px 30px; }
.footer-contact { display: flex; flex-direction: column; gap: 12px; }
.footer-brand-row { margin-bottom: 4px; }
.footer-logo-group { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo-img { display: inline-block; width: 180px; margin-bottom: 10px; }
.footer-logo-img .brand-logo { width: 100%; height: auto; filter: brightness(1.2); }
.footer-vtas {}
.footer-vtas h4 { margin: 0 0 10px; color: #fff; font-size: 14px; font-weight: 800; }
.footer-vtas-items { display: flex; flex-direction: column; gap: 8px; }
.footer-vtas-row { display: flex; align-items: flex-start; gap: 10px; font-size: 13px; line-height: 1.4; }
.footer-vtas-row svg { flex-shrink: 0; width: 16px !important; height: 16px !important; color: #a1a1aa; margin-top: 1px; }
.footer-vtas-row a { color: #d1d5db; }
.footer-vtas-row a:hover { color: #fff; }
.footer-column h3 { margin: 0 0 14px; color: #fff; font-size: 14px; font-weight: 600; }
.footer-column h4 { margin: 0 0 14px; color: #fff; font-size: 14px; font-weight: 600; }
.footer-column > div { display: flex; flex-direction: column; gap: 8px; }
.footer-column a { color: #a1a1aa; font-size: 13px; }
.footer-column a:hover { color: #fff; }
.footer-payment-img { max-width: 210px; height: auto; border-radius: 6px; margin-bottom: 4px; }
.footer-payment-social { display: flex; flex-direction: column; gap: 18px; }
.footer-payment-block {}
.footer-payment-row { display: flex; flex-wrap: wrap; gap: 6px; }
.footer-payment-row span { display: inline-block; padding: 5px 12px; color: #fff; border: 1px solid #52525b; border-radius: 6px; background: #3f3f46; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.footer-social-block {}
.footer-social-icons { display: flex; gap: 10px; }
.footer-social-icons a { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; border-radius: 50%; background: #111827; font-size: 15px; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.footer-social-icons a:hover { background: #006bff; transform: scale(1.1); }
.footer-social-icons img { display: block; width: 19px; height: 19px; object-fit: contain; }
.footer-reclamos-block {}
.footer-reclamos-btn, .footer-complaints-link { display: inline-flex; align-items: center; gap: 9px; min-height: 48px; padding: 6px 10px; color: #1C5B97; border: 1px solid #e5e7eb; border-radius: 6px; background: #fff; box-shadow: none; cursor: pointer; transition: box-shadow .2s ease, border-color .2s ease, transform .2s ease; }
.footer-reclamos-btn:hover, .footer-complaints-link:hover { box-shadow: 0 4px 12px rgba(0,0,0,.1); border-color: #06b6d4; transform: translateY(-1px); }
.footer-complaints-link img { display: block; width: 44px; height: 36px; object-fit: contain; }
.footer-complaints-link span { color: #1C5B97; font-size: 12px; font-weight: 750; white-space: nowrap; }
.footer-reclamos-label { background: #1C5B97; color: #fff; font-size: 9px; font-weight: 800; padding: 2px 6px; border-radius: 2px; text-transform: uppercase; margin-bottom: 2px; }
.footer-payment-social .footer-payment-row { margin-bottom: 4px; }
.trust-row { display: none; }
.footer-bottom { display: flex; align-items: center; justify-content: center; min-height: 50px; border-top: 1px solid #3f3f46; font-size: 12px; padding-block: 14px; }
.footer-bottom p { margin: 0; color: #a1a1aa; }
.footer-credit { text-align: center; }
.footer-credit a { color: #fff; font-weight: 500; }
.footer-credit a:hover { text-decoration: underline; }
.footer-destacados {}
.footer-destacados h4 { margin-bottom: 14px; }
.footer-destacados a { color: #a1a1aa; }

.floating-promo { position: fixed; z-index: 45; left: 14px; bottom: 18px; width: 235px; overflow: hidden; color: #fff; border-radius: 12px; background: linear-gradient(145deg, #f20516, #ba0010); box-shadow: 0 5px 22px rgba(17,24,39,.3); }
.floating-promo > a { display: grid; justify-items: center; gap: 5px; padding: 17px 14px 14px; text-align: center; }
.floating-promo > a span { font-size: 20px; font-weight: 900; letter-spacing: .08em; }
.floating-promo > a strong { max-width: 175px; font-size: 13px; line-height: 1.2; }
.floating-promo > a img { display: block; width: 145px; height: 100px; object-fit: contain; padding: 5px; border-radius: 8px; background: #fff; }
.floating-promo > a b { padding: 7px 16px; color: #fff; border-radius: 999px; background: #111; font-size: 12px; }
.floating-promo > button { position: absolute; z-index: 3; top: 12px; right: 12px; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; color: #fff; border: 0; border-radius: 10px; background: rgba(0,0,0,.40); cursor: pointer; pointer-events: auto; }
.floating-promo > button:hover { background: rgba(0,0,0,.65); }
.floating-promo > button svg { width: 18px !important; height: 18px !important; pointer-events: none; }

.support-button { position: fixed; z-index: 44; right: 0; bottom: 82px; display: flex; align-items: center; justify-content: center; gap: 7px; width: 74px; height: 68px; color: #fff; border-radius: 8px 0 0 8px; background: linear-gradient(135deg, #8b43ff, #6d28d9 60%, #953cff); box-shadow: 0 3px 12px rgba(109,40,217,.3), inset 0 1px 0 rgba(255,255,255,.24); }
.support-button span { display: none; font-size: 12px; font-weight: 700; }
.support-button:hover { width: 110px; background: linear-gradient(135deg, #a765ff, #7c3aed 60%, #b35aff); }
.support-button:hover span { display: inline; }
.back-to-top { position: fixed; z-index: 44; right: 13px; bottom: 15px; display: grid; place-items: center; width: 56px; height: 56px; padding: 0; color: #fff; border: 0; border-radius: 50%; background: #363544; box-shadow: 0 4px 14px rgba(17,24,39,.24); cursor: pointer; }
.back-to-top:hover { background: #111827; transform: translateY(-2px); }
.back-to-top svg, .support-button svg { width: 22px !important; height: 22px !important; }
.toast { position: fixed; z-index: 110; left: 50%; bottom: 24px; max-width: min(90vw, 420px); padding: 11px 17px; color: #fff; border-radius: 8px; background: #111827; box-shadow: 0 8px 24px rgba(0,0,0,.22); font-size: 13px; transform: translateX(-50%); }

.promo-ribbon { overflow: hidden; color: #fff; background: linear-gradient(100deg, #006bff, #0d57e6 68%, #5f22d3); box-shadow: 0 3px 12px rgba(0, 54, 168, .18); }
.site-header > .promo-ribbon { position: relative; z-index: 26; }
.promo-ribbon-track { display: flex; align-items: stretch; width: max-content; min-height: 34px; animation: promo-ribbon-scroll 18s linear infinite; font-size: 12px; white-space: nowrap; will-change: transform; }
.promo-ribbon-group { display: flex; align-items: center; gap: 34px; padding-inline: 22px; flex: 0 0 auto; }
.promo-ribbon-track span { opacity: .82; }
.promo-ribbon-track b { color: #fff; font-weight: 900; }
/* Category carousel */
.category-carousel { position: relative; }
.category-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 28px) / 3);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
}
.category-rail::-webkit-scrollbar { display: none; }
.category-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  padding: 0;
  scroll-snap-align: start;
  text-decoration: none;
  transition: transform .2s ease;
}
.category-card:hover { transform: translateY(-3px); }
.category-card-img {
  width: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}
.category-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.category-card span {
  display: block;
  margin-top: 8px;
  color: #111827;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.category-carousel .carousel-arrow { position: absolute; top: 40%; transform: translateY(-50%); z-index: 5; }
.category-carousel .carousel-arrow.prev { left: -22px; transform: translateY(-50%) rotate(180deg); }
.category-carousel .carousel-arrow.next { right: -22px; }
@media (max-width: 1024px) {
  .category-rail { grid-auto-columns: calc((100% - 14px) / 2); }
}
@media (max-width: 767px) {
  .category-rail { grid-auto-columns: calc((100% - 10px) / 2); gap: 10px; }
  .category-carousel .carousel-arrow { display: none; }
}
@keyframes promo-ribbon-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* Old footer styles cleaned up */
/* Hero spacing fix - gap before product sections */
.home-stack > section:first-of-type { margin-top: 16px; }

/* ============ TIENDA PAGE ============ */
.tienda-page { display: flex; flex-direction: column; }
.tienda-banner { width: 100%; }
.tienda-banner img { display: block; width: 100%; height: auto; }
.tienda-breadcrumb { display: flex; flex-wrap: wrap; gap: 6px; padding: 12px 0; color: #6b7280; font-size: 12px; }
.tienda-breadcrumb a { color: #6b7280; }
.tienda-breadcrumb a:hover { color: var(--brand); }
.tienda-breadcrumb span:last-child { color: #111827; font-weight: 600; }
.tienda-layout { display: grid; grid-template-columns: 260px 1fr; gap: 24px; padding-bottom: 48px; }
.tienda-sidebar { display: flex; flex-direction: column; gap: 20px; }
.tienda-sidebar h4 { margin: 0 0 12px; color: #111827; font-size: 14px; font-weight: 700; }
.tienda-filter-group { border-bottom: 1px solid #e5e7eb; padding-bottom: 16px; }
.tienda-filter-group:last-child { border-bottom: 0; }
.tienda-filter-group ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.tienda-filter-group li a { display: block; padding: 4px 0; color: #4b5563; font-size: 13px; transition: color .15s; }
.tienda-filter-group li a:hover,
.tienda-filter-group li a.active { color: var(--brand); font-weight: 600; }
.tienda-filter-checkbox { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #4b5563; cursor: pointer; }
.tienda-filter-checkbox input[type="checkbox"] { width: 16px; height: 16px; accent-color: var(--brand); cursor: pointer; }
.tienda-price-range { display: flex; align-items: center; gap: 8px; }
.tienda-price-range input { width: 90px; padding: 6px 8px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 12px; }
.tienda-price-range span { color: #9ca3af; font-size: 12px; }
.tienda-toolbar { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; }
.tienda-toolbar .tienda-count { color: #6b7280; font-size: 13px; }
.tienda-toolbar select { padding: 6px 28px 6px 10px; border: 1px solid #d1d5db; border-radius: 6px; font-size: 13px; color: #374151; background: #fff; appearance: auto; cursor: pointer; }
.tienda-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tienda-card { position: relative; display: flex; flex-direction: column; min-height: 380px; padding: 10px 10px 12px; border: 1px solid #edf1f7; border-radius: 12px; background: #fff; transition: border var(--ease), box-shadow var(--ease); }
.tienda-card:hover { border-color: #d1d5db; box-shadow: var(--shadow-2); }
.tienda-card .tienda-card-img { display: block; height: 200px; }
.tienda-card .tienda-card-img img { display: block; width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.tienda-card .tienda-card-body { flex: 1; display: flex; flex-direction: column; }
.tienda-card .tienda-card-body h3 { display: -webkit-box; min-height: 36px; margin: 4px 0 6px; overflow: hidden; color: #374151; font-size: 13px; font-weight: 500; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.tienda-card .tienda-card-price { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.tienda-card .tienda-card-price b { color: #111827; font-size: 20px; font-weight: 800; line-height: 1; }
.tienda-card .tienda-card-price del { color: #9ca3af; font-size: 12px; }
.tienda-card .tienda-card-dscto { display: inline-flex; align-items: center; min-height: 20px; padding: 2px 8px; color: #16a34a; font-size: 12px; font-weight: 700; }
.tienda-card .tienda-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; min-height: 36px; margin-top: auto; color: #fff; border: 0; border-radius: var(--radius); background: linear-gradient(110deg, #006bff, #0d57e6 68%, #6a4dff); box-shadow: 0 4px 10px rgba(0,84,220,.2), inset 0 1px 0 rgba(255,255,255,.22); font-size: 12px; font-weight: 500; cursor: pointer; transition: background var(--ease), box-shadow var(--ease); }
.tienda-card .tienda-btn:hover { background: linear-gradient(110deg, #0d57e6, #5f22d3); box-shadow: 0 6px 12px rgba(0,84,220,.26); }
.tienda-pagination { display: flex; align-items: center; justify-content: center; gap: 6px; padding-top: 24px; }
.tienda-pagination button { display: grid; place-items: center; min-width: 34px; height: 34px; padding: 0 8px; color: #374151; border: 1px solid #d1d5db; border-radius: 8px; background: #fff; font-size: 13px; cursor: pointer; transition: background .15s, border-color .15s; }
.tienda-pagination button:hover { background: #f3f4f6; }
.tienda-pagination button.active { color: #fff; border-color: var(--brand); background: var(--brand); }

@media (max-width: 1024px) {
  .tienda-grid { grid-template-columns: repeat(2, 1fr); }
  .tienda-layout { grid-template-columns: 220px 1fr; }
}
@media (max-width: 767px) {
  .tienda-layout { grid-template-columns: 1fr; }
  .tienda-sidebar { display: none; }
  .tienda-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
}
