/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700;800;900&display=swap");

* {
  box-sizing: border-box;
}

:root {
  --wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-text-font-weight: 400;
  --wd-text-color: #777777;
  --wd-text-font-size: 16px;
  --wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-title-font-weight: 700;
  --wd-title-color: #242424;
  --wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-entities-title-font-weight: 698;
  --wd-entities-title-transform: none;
  --wd-entities-title-color: rgb(36, 36, 36);
  --wd-entities-title-color-hover: rgb(51 51 51 / 65%);
  --wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-widget-title-font-weight: 700;
  --wd-widget-title-transform: none;
  --wd-widget-title-color: #333;
  --wd-widget-title-font-size: 16px;
  --wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
  --wd-header-el-font-weight: 800;
  --wd-header-el-transform: capitalize;
  --wd-header-el-font-size: 15px;
  --wd-otl-style: dotted;
  --wd-otl-width: 2px;
  --wd-primary-color: rgb(254, 130, 7);
  --wd-alternative-color: rgb(8, 3, 50);
  --btn-default-bgcolor: #f7f7f7;
  --btn-default-bgcolor-hover: #efefef;
  --btn-accented-bgcolor: rgb(8, 3, 50);
  --btn-accented-bgcolor-hover: rgb(8, 3, 50);
  --wd-form-brd-width: 0px;
  --notices-success-bg: #459647;
  --notices-success-color: #fff;
  --notices-warning-bg: #E0B252;
  --notices-warning-color: #fff;
  --wd-link-color: rgb(51, 51, 51);
  --wd-link-color-hover: rgb(36, 36, 36);
  --brand-navy: var(--wd-alternative-color);
  --brand-orange: var(--wd-primary-color);
  --brand-cream: #FAF6F2;
  --text-main: var(--wd-title-color);
  --text-subtle: var(--wd-text-color);
  --card-border: #e5e7eb;
  --card-shadow: 0 14px 30px rgba(16, 24, 40, 0.08);
  --radius-lg: 14px;
  --wd-container-w: 1390px;
  --container-max-width: min(calc(var(--wd-container-w) - 30px));
  --content-width: min(100%, var(--container-max-width, 1140px));
}

body {
  margin: 0;
  font-family: var(--wd-text-font);
  background: var(--brand-cream);
  color: var(--text-main);
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: var(--content-width);
  margin: 0 auto;
  padding: 0 16px;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.topbar {
  background: #080133;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
}

.topbar-inner {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}

.topbar-group {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.topbar-left {
  flex: 1 1;
  min-width: 320px;
}

.topbar-right {
  justify-content: flex-end;
  flex: 1 1;
  min-width: 280px;
}

.topbar-link {
  color: #f1f5f9;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.1px;
}

.topbar-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.28);
}

.topbar-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 12px;
}

.topbar-rating img {
  filter: brightness(1.15);
}

.topbar-rating-text {
  display: grid;
  grid-gap: 2px;
  gap: 2px;
  line-height: 1.1;
}

.topbar-rating-score {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
}

.header {
  background: #080133;
  color: #fff;
  padding: 16px 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: grid;
  grid-template-columns: 220px 1fr auto auto;
  grid-gap: 18px;
  gap: 18px;
  align-items: center;
}

.logo {
  display: flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  font-size: 22px;
}

.logo-image {
  width: 180px;
  height: auto;
  object-fit: contain;
}

.logo-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--brand-orange);
  display: grid;
  place-items: center;
  color: #120b3f;
  font-weight: 900;
  font-size: 18px;
}

.search {
  background: #fff;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 0 10px 0 18px;
  height: 46px;
  box-shadow: inset 0 0 0 1px #e5e7eb;
}

.search input {
  border: none;
  outline: none;
  font-size: 14px;
  color: var(--text-main);
}

.search-btn {
  height: 40px;
  width: 40px;
  background: var(--brand-orange);
  border: none;
  border-radius: 35px;
  padding: 0 12px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  font-weight: 700;
}

.search-btn svg {
  width: 18px;
  height: 18px;
  display: block;
}

.callout,
.cart {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e2e8f0;
  font-size: 13px;
}

.callout-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
}

.callout-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.cart span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.cart-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: #fff;
}

.cart-icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

.cart-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.callout span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 11px;
}

.callout strong {
  font-size: 14px;
  font-weight: 400;
}

.cart strong {
  font-size: 14px;
  font-weight: 400;
}

.nav {
  background: var(--brand-orange);
  color: #fff;
  font-weight: 700;
  padding: 5px 0;
  border-top: 4px solid #080133;
}

.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.nav-links {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 24px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.1px;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.nav-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.nav-link-icon {
  width: 18px;
  height: 18px;
}

.nav-icon-wrap {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--brand-orange);
  display: grid;
  place-items: center;
  color: rgb(255 255 255);
}

.nav-link-primary {
  background: #fff;
  color: var(--text-main);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
  padding: 8px 14px;
}

.nav-link-primary .nav-caret {
  color: #6b7280;
}

.nav-caret {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  color: #fef3c7;
}

.nav-auth {
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.nav-auth-divider {
  width: 1px;
  height: 18px;
  background: rgba(255, 255, 255, 0.5);
  margin-right: 6px;
}

.nav-auth-icon {
  width: 18px;
  height: 18px;
}

.nav-auth-text {
  color: #fff;
  font-weight: 700;
}

.hero {
  padding: 40px 0 40px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 330px 1fr 320px;
  grid-gap: 18px;
  gap: 18px;
  align-items: stretch;
}

.section {
  padding: 0 0 40px;
}

.section-header {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 16px;
}

.section-title-group {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.section-subtitle {
  color: var(--brand-orange);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.section-title {
  font-size: 34px;
  margin: 0;
  color: var(--brand-navy);
  font-weight: 600;
}

.category-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 18px;
  gap: 18px;
}

.category-tile {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 280px;
  background-size: 100%;
  background-position: center;
  box-shadow: var(--card-shadow);
  transition: background-size 0.7s ease-out;
  will-change: background-size;
}

.category-tile .mini-overlay {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.3));
  opacity: 0.92;
  transition: background 0.6s ease-out, opacity 0.75s ease-out;
}

.tile-content {
  position: relative;
  color: #fff;
  padding: 18px;
}

.tile-content h4 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
}

.tile-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 6px;
  gap: 6px;
  font-weight: 400;
  color: #f8fafc;
}

.category-tile:hover {
  background-size: 112%;
}

.category-tile:hover .mini-overlay {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.48));
  opacity: 1;
}

.products-section {
  padding: 12px 0 50px;
}

.products-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  grid-gap: 18px;
  gap: 18px;
  align-items: start;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 18px;
  gap: 18px;
}

.product-card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: 14px;
  box-shadow: none;
  overflow: visible;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.product-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  cursor: pointer;
}

.product-image-wrap {
  width: 100%;
  height: 240px;
  overflow: hidden;
  position: relative;
}

.product-toolbar {
  position: absolute;
  top: 12px;
  right: 12px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 8px 6px;
  box-shadow: none;
  z-index: 2;
  opacity: 0;
  transform: translateX(12px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.toolbar-btn {
  width: 30px;
  height: 30px;
  border: none;
  background: #fff;
  border-radius: 10px;
  display: grid;
  place-items: center;
  color: #111827;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.toolbar-btn:hover {
  background: #f3f4f6;
  color: var(--brand-orange);
}

.product-card:hover .product-toolbar {
  opacity: 1;
  transform: translateX(0);
}

.product-card {
  position: relative;
}

.skeleton-card {
  position: relative;
  overflow: hidden;
}

.skeleton-shimmer {
  background: linear-gradient(90deg, #f3f4f6 25%, #e5e7eb 37%, #f3f4f6 63%);
  background-size: 400% 100%;
  animation: shimmer 1.2s ease-in-out infinite;
  width: 100%;
  height: 240px;
}

.modal-image-wrap .skeleton-shimmer {
  height: 100%;
  min-height: 520px;
}

.image-skeleton {
  position: absolute;
  inset: 0;
  border-radius: 0;
  z-index: 1;
}

.badge.floating {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.product-image.is-loading {
  filter: blur(10px);
  transform: scale(1.02);
  transition: filter 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
  opacity: 0.6;
}

.product-image.is-loaded {
  filter: none;
  transform: scale(1);
  opacity: 1;
  transition: filter 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
}

.product-body {
  padding: 10px 12px 14px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.product-title {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 500;
  color: #0f172a;
}

.product-brand {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  font-weight: 500;
}

.swatches {
  display: flex;
  align-items: center;
  gap: 6px;
}

.swatches-empty {
  height: 18px;
}

.swatch {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: none;
}

.swatch-btn {
  border: none;
  padding: 0;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border 0.15s ease;
  position: relative;
}

.swatch-active {
  outline: 2px solid var(--brand-orange);
  outline-offset: 1px;
  box-shadow: 0 0 0 2px #fff;
}

.swatch-btn::after {
  content: attr(data-label);
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
  background: #1f2937;
  color: #fff;
  padding: 6px 10px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  box-shadow: none;
  z-index: 10;
}

.swatch-btn::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0px);
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px;
  border-style: solid;
  border-color: #1f2937 transparent transparent transparent;
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 10;
}

.swatch-btn:hover::after,
.swatch-btn:hover::before {
  opacity: 1;
  transform: translate(-50%, -2px);
}

.swatch-more {
  background: #f3f4f6;
  color: #0f172a;
  font-size: 11px;
  font-weight: 700;
  display: inline-grid;
  place-items: center;
  padding: 0 4px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  min-width: 32px;
  height: 28px;
}

.swatch-more {
  cursor: pointer;
}

.product-price {
  color: var(--brand-orange);
  font-weight: 800;
  font-size: 16px;
}
.skeleton-line {
  height: 12px;
  background: #e5e7eb;
  border-radius: 999px;
  margin-bottom: 8px;
}

.skeleton-line.short {
  width: 60%;
}

/* Quick View Modal */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display: grid;
  place-items: center;
  z-index: 1200;
  padding: 20px;
}

.modal-panel {
  background: #fff;
  border-radius: 14px;
  width: min(980px, 95vw);
  max-height: 90vh;
  overflow: visible;
  position: relative;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  animation: slideFadeIn 0.28s ease forwards;
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: rgba(0, 0, 0, 0.08);
  width: 32px;
  height: 32px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 16px;
  color: #0f172a;
}

.modal-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
  gap: 24px;
  padding: 20px 24px 24px;
  align-items: start;
}

.modal-image-wrap {
  background: #f8fafc;
  border-radius: 12px;
  padding: 12px;
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
}

.modal-meta {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.modal-meta.scrollable {
  max-height: 520px;
  overflow-y: auto;
  padding-right: 6px;
  scrollbar-width: none;
}

.modal-meta.scrollable::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal-brand-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.modal-brand-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #0f172a;
  color: #fff;
  padding: 6px 10px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 13px;
  gap: 6px;
}

.modal-brand-logo {
  width: 90px;
  height: auto;
  object-fit: contain;
}

.modal-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  color: #0f172a;
}

.modal-price {
  font-size: 24px;
  font-weight: 800;
  color: var(--brand-orange);
}

.modal-desc {
  margin: 0;
  color: #4b5563;
  line-height: 1.6;
}

.modal-section {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.modal-label {
  font-weight: 700;
  color: #0f172a;
}

.modal-swatches {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.modal-stock {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0f172a;
  font-weight: 600;
  margin-top: 4px;
}

.modal-stock-icon {
  color: var(--brand-orange);
}

.modal-cta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.qty-control {
  display: inline-flex;
  align-items: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
  background: #f8fafc;
}

.qty-control button {
  border: none;
  background: transparent;
  width: 36px;
  height: 36px;
  cursor: pointer;
  font-size: 18px;
  color: #0f172a;
}

.qty-control input {
  width: 50px;
  text-align: center;
  border: none;
  font-weight: 700;
  color: #0f172a;
  font-size: 15px;
  background: #fff;
}

.modal-cart-btn {
  border: none;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.btn-ghost.modal-quote-btn {
  width: 100%;
  border: 1px solid #e5e7eb;
  background: #f8fafc;
  padding: 12px;
  font-weight: 700;
  color: #0f172a;
}

.modal-divider {
  border: none;
  border-top: 1px solid #e5e7eb;
  margin: 10px 0;
}

.modal-info {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: #374151;
}

.modal-share span {
  margin-right: 8px;
  font-weight: 700;
  color: #0f172a;
  cursor: pointer;
}

/* Modal-specific swatch sizing */
.modal-swatches .swatch {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.modal-size-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.size-pill {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
  color: #0f172a;
  background: #fff;
  cursor: pointer;
}

.size-pill-active {
  border-color: var(--brand-orange);
  color: var(--brand-orange);
  box-shadow: 0 0 0 2px rgba(254, 130, 7, 0.15);
}

@keyframes slideFadeIn {
  0% {
    opacity: 0;
    transform: translateX(24px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.product-body {
  padding: 10px 12px 14px;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.badges {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.badge {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}

.badge-hot {
  background: #f28a00;
}

.badge-sale {
  background: #e11d48;
}

.product-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--text-main);
  cursor: pointer;
  transition: color 0.2s ease;
}

.product-title:hover {
  color: var(--brand-orange);
}

.product-brand {
  margin: 0;
  font-size: 13px;
  color: var(--text-subtle);
}

.swatches {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}

.swatch {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}

.product-price {
  font-weight: 800;
  color: #d97706;
  font-size: 15px;
}

.cta-stack {
  display: grid;
  grid-gap: 14px;
  gap: 14px;
}

.cta-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  color: #fff;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.cta-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

.cta-content {
  position: relative;
  text-align: center;
  padding: 20px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.cta-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.cta-sub {
  margin: 0;
  font-size: 14px;
  color: #e5e7eb;
}

.btn-ghost {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 8px;
  padding: 10px 14px;
  font-weight: 800;
  cursor: pointer;
}

.cta-orange {
  background: linear-gradient(120deg, #f8a012, #f28a00);
  color: #1f2937;
}

.cta-orange .cta-title,
.cta-orange .cta-sub {
  color: #1f2937;
}

.cta-orange .btn-primary {
  justify-self: center;
  box-shadow: none;
}

.cta-carousel {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--card-shadow);
  background: #fff;
  min-height: 250px;
}

.carousel-slide {
  position: relative;
  min-height: 280px;
}

.carousel-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.25));
}

.carousel-content {
  position: relative;
  color: #fff;
  padding: 20px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  justify-items: center;
  text-align: center;
}

.carousel-title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.carousel-sub {
  margin: 0;
  font-size: 14px;
  color: #e5e7eb;
}

.carousel-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: transparent;
  cursor: pointer;
  opacity: 0.7;
}

.carousel-dot.active {
  background: #fff;
  opacity: 1;
}

@media (max-width: 1200px) {
  .products-layout {
    grid-template-columns: 1fr;
  }
  .products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cta-stack {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
}

@media (max-width: 900px) {
  .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .products-grid {
    grid-template-columns: 1fr;
  }
}

.decor-section {
  padding: 20px 0 60px;
}

.decor-inner {
  display: grid;
  grid-template-columns: 320px 1fr;
  grid-gap: 22px;
  gap: 22px;
  align-items: center;
}

.decor-copy {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.decor-subtitle {
  color: var(--brand-orange);
  font-weight: 800;
  letter-spacing: 0.2px;
}

.decor-title {
  margin: 0;
  color: var(--brand-navy);
  font-size: 28px;
  line-height: 1.2;
}

.decor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.decor-card {
  background: #e9f0f6;
  border-radius: 14px;
  padding: 16px;
  display: grid;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.decor-image {
  width: 100%;
  height: 140px;
  object-fit: contain;
}

.decor-meta {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.decor-name {
  margin: 0;
  color: var(--brand-navy);
  font-weight: 800;
}

.decor-desc {
  margin: 0;
  color: var(--text-subtle);
  font-size: 14px;
}

.decor-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 18px;
  color: var(--brand-navy);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

@media (max-width: 900px) {
  .decor-inner {
    grid-template-columns: 1fr;
  }
}

.brands-business {
  padding: 10px 0 60px;
}

.bb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 16px;
  gap: 16px;
}

.bb-card {
  background: #fef6eb;
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.bb-card.blue {
  background: #e7f3fb;
}

.bb-logos {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.bb-logo {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.bb-title {
  margin: 0;
  font-size: 18px;
  color: var(--brand-navy);
}

.bb-cta {
  width: -moz-fit-content;
  width: fit-content;
}

.bb-image {
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 50%;
  max-width: 340px;
  object-fit: contain;
  pointer-events: none;
}

.features-strip {
  padding: 20px 0 50px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.feature-card {
  background: #f9f5ef;
  border-radius: 12px;
  border: 1px solid #ebe7e1;
  padding: 14px 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  gap: 10px;
  align-items: center;
  box-shadow: 0 6px 16px rgba(16, 24, 40, 0.04);
}

.feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #fff;
  display: grid;
  place-items: center;
  font-size: 20px;
  color: var(--brand-navy);
  border: 1px solid #e5e7eb;
}

.feature-meta {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.feature-title {
  margin: 0;
  font-weight: 800;
  color: var(--brand-navy);
}

.feature-desc {
  margin: 0;
  color: var(--text-subtle);
  font-size: 13px;
}

.guides-section {
  padding: 10px 0 60px;
}

.guides-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.guides-nav {
  display: flex;
  gap: 8px;
}

.guide-btn {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  color: var(--brand-navy);
}

.guides-carousel {
  overflow: hidden;
}

.guides-track {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 12px;
  gap: 12px;
  scroll-snap-type: x mandatory;
}

.guide-card {
  scroll-snap-align: start;
  position: relative;
  min-height: 320px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
}

.guide-image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.guide-image img {
  object-fit: cover;
}

.guide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.7));
}

.guide-meta {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: flex-end;
  grid-gap: 8px;
  gap: 8px;
  padding: 18px;
  color: #fff;
}

.guide-team {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #e5e7eb;
}

.guide-team-badge {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(120deg, #f28a00, #f3b34c);
  display: inline-block;
}

.guide-tag {
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 700;
}

.guide-title {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

.guide-desc {
  margin: 0;
  font-size: 14px;
  color: #e5e7eb;
}

.guide-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 14px;
}

.guide-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  background: #e2e8f0;
  cursor: pointer;
}

.guide-dot.active {
  background: var(--brand-navy);
}

@media (max-width: 768px) {
  .guides-header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.sale-section {
  padding: 10px 0 60px;
}

.sale-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 12px;
  gap: 12px;
}

.sale-card {
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 10px;
  gap: 10px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #ebe7e1;
  padding: 10px;
  align-items: center;
  box-shadow: 0 8px 20px rgba(16, 24, 40, 0.05);
}

.sale-image {
  width: 80px;
  height: 80px;
  position: relative;
}

.sale-info {
  display: grid;
  grid-gap: 4px;
  gap: 4px;
}

.sale-title {
  margin: 0;
  font-weight: 800;
  color: var(--brand-navy);
  font-size: 14px;
}

.sale-price {
  margin: 0;
  color: #d97706;
  font-weight: 800;
}

@media (max-width: 960px) {
  .sale-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .sale-grid {
    grid-template-columns: 1fr;
  }
  .sale-card {
    grid-template-columns: 70px 1fr;
  }
}

.blog-section {
  padding: 10px 0 70px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-gap: 14px;
  gap: 14px;
}

.blog-card {
  position: relative;
  min-height: 260px;
  border-radius: 12px;
  overflow: hidden;
  background: #0f172a;
  box-shadow: 0 10px 30px rgba(16, 24, 40, 0.14);
}

.blog-image {
  position: absolute;
  inset: 0;
}

.blog-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.75));
}

.blog-meta {
  position: absolute;
  inset: 0;
  padding: 16px;
  display: grid;
  align-content: space-between;
  color: #fff;
}

.blog-top {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 700;
}

.blog-badge {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: linear-gradient(120deg, #f28a00, #f3b34c);
}

.blog-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.12);
  padding: 6px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
}

.blog-title {
  margin: 10px 0 6px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3;
}

.blog-desc {
  margin: 0;
  font-size: 14px;
  color: #e5e7eb;
}

@media (max-width: 1024px) {
  .blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .blog-grid {
    grid-template-columns: 1fr;
  }
}

.footer {
  background: var(--brand-navy);
  color: #e5e7eb;
  padding: 40px 0 28px;
  margin-top: 20px;
}

.footer-top {
  display: grid;
  grid-template-columns: 260px repeat(4, minmax(0, 1fr));
  grid-gap: 28px;
  gap: 28px;
  align-items: start;
}

.footer-logo {
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.footer-logo img {
  width: 180px;
  height: auto;
}

.footer-text {
  margin: 0;
  color: #cbd5e1;
  line-height: 1.5;
}

.footer-contact {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  color: #cbd5e1;
  font-size: 14px;
}

.footer-contact-item {
  display: flex;
  gap: 8px;
  align-items: center;
}

.footer-contact-icon {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-col {
  display: grid;
  grid-gap: 10px;
  gap: 10px;
}

.footer-col h5 {
  margin: 0;
  color: #fff;
  font-weight: 800;
}

.footer-col a {
  color: #cbd5e1;
  font-size: 14px;
}

.footer-col a:hover {
  color: #f28a00;
}

.footer-bottom {
  margin-top: 24px;
  border-top: 1px solid #312e81;
  padding-top: 14px;
  color: #cbd5e1;
  font-size: 13px;
}

.footer-divider {
  border: none;
  border-top: 1px solid #312e81;
  margin: 20px 0 12px;
}

@media (max-width: 960px) {
  .footer-top {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.card {
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  overflow: hidden;
}

.categories {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.hero-nav-wrap {
  position: relative;
}

.category-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 16px;
  border-bottom: 1px solid #f1f5f9;
  font-weight: 600;
  color: var(--text-main);
  font-size: 15px;
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
}

.category-item:last-child {
  border-bottom: none;
}

.category-left {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.category-icon {
  margin-right: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.category-icon svg {
  width: 18px;
  height: 18px;
  color: #333;
}

.category-label {
  line-height: 1.2;
}

.category-caret {
  width: 14px;
  height: 14px;
  color: #9ca3af;
}

.category-item.is-active,
.category-item:hover {
  background: #f8fafc;
  color: #0f172a;
}

.category-item:focus-visible {
  outline: 2px solid var(--brand-orange);
  outline-offset: -2px;
}

.mega-panel {
  position: absolute;
  left: calc(100% + 14px);
  top: 0;
  width: 700px;
  background: #fff;
  border: 1px solid var(--card-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--card-shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 8;
}

.mega-panel.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mega-panel-inner {
  padding: 18px 18px 12px;
  display: grid;
  grid-gap: 12px;
  gap: 12px;
}

.mega-panel-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-gap: 18px;
  gap: 18px;
}

.mega-panel-col h5 {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #0f172a;
}

.mega-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-gap: 8px;
  gap: 8px;
}

.mega-links a {
  color: #0f172a;
  font-weight: 300;
  font-size: 14px;
}

.mega-links a:hover {
  color: var(--brand-orange);
}

.mega-brands {
  border-top: 1px solid #f1f5f9;
  padding-top: 12px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}

.mega-brand-pill {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 10px 14px;
  background: #f8fafc;
  font-weight: 800;
  letter-spacing: 0.4px;
  color: #0f172a;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
}

.mega-brand-pill img {
  height: 20px;
  width: auto;
}

.hero-main {
  position: relative;
  min-height: 360px;
  background-size: 140%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: flex-end;
  padding: 26px;
  overflow: hidden;
  transition: background-size 0.6s ease;
}

.hero-main:hover {
  background-size: 125%;
}

.hero-overlay {
  background: linear-gradient(120deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.15));
  position: absolute;
  inset: 0;
}

.hero-content {
  position: relative;
  color: #fff;
  max-width: 70%;
}

.hero-content h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 1.2;
}

.hero-content p {
  margin: 0 0 16px;
  color: #e5e7eb;
  line-height: 1.5;
}

.btn-primary {
  background: var(--brand-orange);
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(242, 138, 0, 0.25);
}

.mini-carousel {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg);
  height: 100%;
  touch-action: pan-y;
  min-height: 260px;
}

.mini-carousel-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s ease;
}

.mini-card {
  position: relative;
  flex: 0 0 50%;
  min-height: 260px;
  background-size: cover;
  background-position: center;
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.mini-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.2));
}

.mini-content {
  position: relative;
  color: #fff;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
  gap: 10px;
}

.mini-title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 800;
}

.mini-text {
  margin: 0;
  color: #e5e7eb;
  font-size: 14px;
  line-height: 1.5;
}

.mini-cta {
  align-self: flex-start;
  background: var(--brand-orange);
  color: #fff;
  font-weight: 800;
  border: none;
  border-radius: 24px;
  padding: 10px 16px;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(242, 138, 0, 0.35);
}

.mini-carousel-dots {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
}

.mini-carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  opacity: 0.9;
}

.mini-carousel-dot.active {
  background: #fff;
  opacity: 1;
}

.mini-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 2;
}

.mini-carousel-arrow.left {
  left: 12px;
}

.mini-carousel-arrow.right {
  right: 12px;
}

.mini-carousel-arrow svg {
  width: 18px;
  height: 18px;
  color: #111827;
}

@media (max-width: 1100px) {
  .header {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .topbar-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

