/**

 * Aurora Peptides — Master Design System

 * Containers, spacing, typography, components (UI only)

 */



:root {

  /* Container — single source of truth (overrides global.css 1240px) */

  --site-max: 1320px;

  --site-gutter: clamp(20px, 4vw, 36px);

  --aurora-content-narrow: 720px;

  --aurora-content-form: 640px;



  /* Section spacing */

  --aurora-section-y: 120px;

  --aurora-section-y-md: 90px;

  --aurora-section-y-sm: 70px;

  --aurora-block-gap: clamp(20px, 2.5vw, 32px);

  --aurora-card-gap: clamp(16px, 2vw, 24px);



  /* Radii */

  --aurora-radius-card: 16px;

  --aurora-radius-btn: 12px;

  --aurora-radius-input: 12px;

  --aurora-radius-pill: 999px;



  /* Surfaces */

  --aurora-border: rgba(255, 255, 255, 0.08);

  --aurora-border-accent: rgba(0, 212, 255, 0.28);

  --aurora-surface: rgba(8, 13, 30, 0.78);

  --aurora-surface-elevated: rgba(11, 18, 40, 0.92);

  --aurora-input-bg: #0b1228;

  --aurora-text-muted: rgba(122, 157, 190, 0.92);

  --aurora-shadow-card: 0 18px 60px rgba(0, 0, 0, 0.45), 0 0 40px rgba(212, 0, 255, 0.08);

  --aurora-shadow-hover: 0 22px 70px rgba(0, 0, 0, 0.5), 0 0 48px rgba(212, 0, 255, 0.14), 0 0 24px rgba(0, 212, 255, 0.08);



  /* Typography scale */

  --aurora-h1: clamp(40px, 5.5vw, 66px);

  --aurora-h2: clamp(32px, 4vw, 48px);

  --aurora-h3: clamp(24px, 3vw, 32px);

  --aurora-h4: clamp(18px, 2vw, 22px);

  --aurora-body: 16px;

  --aurora-body-sm: 14px;

  --aurora-caption: 12px;

}



/* ── Unified container ── */

body.aurora-storefront .container {

  width: 100%;

  max-width: var(--site-max);

  margin-left: auto;

  margin-right: auto;

  padding-left: var(--site-gutter);

  padding-right: var(--site-gutter);

}



body.aurora-storefront .aurora-wc-wrap,

body.aurora-storefront .page-main .page-section>.container,

body.aurora-storefront main.page-main {

  max-width: var(--site-max);

  margin-left: auto;

  margin-right: auto;
     margin-bottom: 10px;

}



body.aurora-storefront .aurora-content-narrow {

  max-width: var(--aurora-content-narrow);

  margin-left: auto;

  margin-right: auto;

}



body.aurora-storefront .aurora-content-form {

  max-width: var(--aurora-content-form);

  margin-left: auto;

  margin-right: auto;

}



/* Override legacy inline narrow containers */

body.aurora-storefront .page-section .container[style*="max-width"] {

  max-width: var(--aurora-content-narrow) !important;

}



body.aurora-storefront .page-section .container.aurora-content-form {

  max-width: var(--aurora-content-form) !important;

}







body.aurora-storefront section,
body.aurora-storefront .ProductsSection_section__Bfy88 {
  padding-top: 0;
  padding-bottom: 5px !important;
}

body.aurora-storefront .aurora-wc-wrap,

body.aurora-storefront .aurora-wc-cart,

body.aurora-storefront .aurora-wc-checkout {

  padding-top: clamp(32px, 4vw, 48px);

  padding-bottom: var(--aurora-section-y);

}



body.aurora-storefront .PageHero_hero__qlWDQ {

  padding-bottom: clamp(40px, 5vw, 64px);

}



/* Shortcode WC pages — hide default Hello Elementor page title */

body.aurora-storefront.woocommerce-cart .page-header,

body.aurora-storefront.woocommerce-checkout .page-header,

body.aurora-storefront.woocommerce-account .page-header {

  display: none;

}



body.aurora-storefront.woocommerce-cart .page-content,

body.aurora-storefront.woocommerce-checkout .page-content,

body.aurora-storefront.woocommerce-account .page-content {

  padding-top: 0;

}



@media (max-width: 1024px) {

  :root {

    --aurora-section-y: var(--aurora-section-y-md);

  }

}



@media (max-width: 640px) {

  :root {

    --aurora-section-y: var(--aurora-section-y-sm);

  }

}



/* ── Typography hierarchy ── */

body.aurora-storefront h1,

body.aurora-storefront .PageHero_title__0AIzH,

body.aurora-storefront .ProductDetail_title__G0bki,

body.aurora-storefront .product_title {

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: var(--aurora-h1);

  letter-spacing: 0.04em;

  line-height: 1.05;

  color: var(--txt, #edf4ff);
 padding: 0px 0px 0px;

}



body.aurora-storefront h2,

body.aurora-storefront .sec-title,

body.aurora-storefront .ProductsSection_title__1lApe,

body.aurora-storefront .ProductDetail_relatedTitle__qaCk5 {

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: var(--aurora-h2);

  letter-spacing: 0.04em;

  line-height: 1.08;

  color: var(--txt, #edf4ff);

}



body.aurora-storefront h3 {

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: var(--aurora-h3);

  letter-spacing: 0.04em;

  line-height: 1.1;

  color: var(--txt, #edf4ff);

}



body.aurora-storefront h4 {

  font-family: var(--font-b, "DM Sans", sans-serif);

  font-size: var(--aurora-h4);

  font-weight: 600;

  line-height: 1.3;

  color: var(--txt, #edf4ff);

}



body.aurora-storefront p,

body.aurora-storefront .sec-desc,

body.aurora-storefront .PageHero_desc__bElsU {

  font-size: 16px;

  line-height: 1.75;

  font-weight: 300;

  color: var(--txt2, rgba(237, 244, 255, 0.72));

}

body.aurora-storefront p {

  font-size: 16px !important;

  letter-spacing: 1px !important;

}



body.aurora-storefront .chip,

body.aurora-storefront label,

body.aurora-storefront .ShopFilters_filterLabel__G1bom {

  font-family: var(--font-m, monospace);

  font-size: var(--aurora-caption);

  letter-spacing: 0.12em;

  text-transform: uppercase;

}



/* ── Panels ── */

body.aurora-storefront .card-panel,

body.aurora-storefront .aurora-ds-panel {

  background: var(--aurora-surface);

  border: 1px solid var(--aurora-border);

  border-radius: var(--aurora-radius-card);

  padding: clamp(24px, 3vw, 32px);

  transition: border-color 0.25s ease, box-shadow 0.25s ease;

}



body.aurora-storefront .card-panel:hover {

  border-color: rgba(0, 212, 255, 0.15);

}



/* ── Buttons ── */

body.aurora-storefront .btn-primary,

body.aurora-storefront .btn-ghost,

body.aurora-storefront .btn-nav,

body.aurora-storefront .woocommerce a.button,

body.aurora-storefront .woocommerce button.button,

body.aurora-storefront .woocommerce input.button,

body.aurora-storefront .woocommerce #respond input#submit,

body.aurora-storefront .woocommerce #place_order,

body.aurora-storefront .ProductCard_atc__vTiZ2,

body.aurora-storefront .add-to-cart {

  min-height: 48px;

  border-radius: var(--aurora-radius-btn) !important;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  gap: 8px;

  font-size: var(--aurora-body-sm);

  font-weight: 600;

  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, border-color 0.22s ease;

}



body.aurora-storefront .woocommerce a.button:hover,

body.aurora-storefront .woocommerce button.button:hover,

body.aurora-storefront .ProductCard_atc__vTiZ2:hover,

body.aurora-storefront .add-to-cart:hover {

  transform: translateY(-2px);

}



body.aurora-storefront .woocommerce a.button.alt,

body.aurora-storefront .woocommerce button.button.alt,

body.aurora-storefront .btn-primary,

body.aurora-storefront form.cart .single_add_to_cart_button,

body.aurora-storefront .single_add_to_cart_button,

body.aurora-storefront li.product .add_to_cart_button,

body.aurora-storefront .ProductCard_atc__vTiZ2,

body.aurora-storefront .add-to-cart {

  background: linear-gradient(120deg, var(--acc, #00d4ff) 0%, var(--mag, #d400ff) 100%) !important;

  color: #03050d !important;

  border: 0 !important;

  box-shadow: 0 8px 28px rgba(0, 212, 255, 0.2);

  text-transform: uppercase !important;

  letter-spacing: 0.06em;

  font-weight: 700;

  font-size: 12px !important;

}



/* ── Site Footer — premium layout & typography (all storefront pages) ── */

body.aurora-storefront .SiteFooter_footer__tpuYU {

  position: relative;

  background: rgba(2, 5, 14, 0.98);

  border-top: 1px solid rgba(0, 212, 255, 0.18);

  border-image: none;

  padding: 72px 0 0;

  overflow: hidden;

}



body.aurora-storefront .SiteFooter_footer__tpuYU::before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  height: 1px;

  background: linear-gradient(90deg,

      transparent,

      rgba(0, 212, 255, 0.75),

      rgba(198, 42, 255, 0.75),

      transparent);

  pointer-events: none;

}



body.aurora-storefront .SiteFooter_grid__VTxMy {

  display: grid;

  grid-template-columns: minmax(280px, 1.4fr) repeat(3, minmax(160px, 1fr));

  gap: 48px;

  align-items: start;

  padding-bottom: 48px;

  border-bottom: 1px solid rgba(255, 255, 255, 0.08);

}



body.aurora-storefront .SiteFooter_brand__hRHi1 p {

  font-size: 14px;

  color: rgba(150, 185, 220, 0.86);

  line-height: 1.75;

  margin: 20px 0 22px;

  max-width: 320px;

  font-weight: 300;

}



body.aurora-storefront .SiteFooter_logo__1_Fqn {

  text-decoration: none;

  color: var(--txt, #edf4ff);

}



body.aurora-storefront .SiteFooter_logoMark__4_EjR {

  width: 42px;

  height: 42px;

  object-fit: contain;

  flex-shrink: 0;

  border-radius: 50%;

}



body.aurora-storefront .SiteFooter_contact__QSmgK {

  display: inline-flex;

  align-items: center;

  gap: 7px;

  color: var(--acc, #00d4ff);

  text-decoration: none;

  font-family: var(--font-m, "JetBrains Mono", monospace);

  font-size: 12px;

  letter-spacing: 0.05em;

  transition: opacity 0.2s ease, color 0.2s ease;

}



body.aurora-storefront .SiteFooter_contact__QSmgK:hover {

  opacity: 0.85;

  color: #00d4ff;

}



body.aurora-storefront .SiteFooter_contacts__aurora {

  display: flex;

  flex-direction: column;

  align-items: flex-start;

  gap: 10px;

}



body.aurora-storefront .SiteFooter_whatsapp__link {

  color: #25d366;

  line-height: 0;

}



body.aurora-storefront .SiteFooter_whatsapp__link:hover {

  color: #2ee66d;

  opacity: 1;

}



body.aurora-storefront .SiteFooter_whatsapp__link svg {

  display: block;

  width: 22px;

  height: 22px;

}



/* Restore footer column headings — global h4 scale was overriding global.css */

body.aurora-storefront .SiteFooter_footer__tpuYU h4 {

  font-family: var(--font-m, "JetBrains Mono", monospace);

  font-size: 11px !important;

  font-weight: 500;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: rgba(237, 244, 255, 0.55);

  margin: 0 0 18px;

  line-height: 1.4;

}



body.aurora-storefront .SiteFooter_footer__tpuYU ul {

  list-style: none;

  margin: 0;

  padding: 0;

  display: flex;

  flex-direction: column;

  gap: 10px;

}



body.aurora-storefront .SiteFooter_footer__tpuYU ul a {

  font-size: 14px;

  color: rgba(150, 185, 220, 0.86);

  text-decoration: none;

  line-height: 1.45;

  transition: color 0.2s ease;

}



body.aurora-storefront .SiteFooter_footer__tpuYU ul a:hover {

  color: #00d4ff;

}



body.aurora-storefront .SiteFooter_btm__ih12G {

  padding: 28px 0 34px;

  border-top: none;

}



body.aurora-storefront .SiteFooter_disclaimer__Cv0x4 {

  font-size: 13px !important;

  color: rgba(150, 185, 220, 0.72) !important;

  line-height: 1.75;

  margin: 0 0 22px;

  font-weight: 300;

}



body.aurora-storefront .SiteFooter_copyright__zJn1t {

  display: flex;

  align-items: center;

  justify-content: space-between;

  flex-wrap: wrap;

  gap: 12px;

  font-family: var(--font-m, "JetBrains Mono", monospace);

  font-size: 11px;

  color: rgba(150, 185, 220, 0.65);

}



body.aurora-storefront .SiteFooter_ruo__lMdcn {

  background: rgba(0, 200, 240, 0.07);

  color: var(--acc, #00d4ff);

  border: 1px solid rgba(0, 212, 255, 0.28);

  border-radius: 6px;

  padding: 4px 10px;

  font-size: 9.5px;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  white-space: nowrap;

}



@media (max-width: 1060px) and (min-width: 769px) {

  body.aurora-storefront .SiteFooter_grid__VTxMy {

    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 36px 40px;

  }



  body.aurora-storefront .SiteFooter_brand__hRHi1 {

    grid-column: 1 / -1;

    max-width: 480px;

  }

}



/* Premium WooCommerce review form */

body.aurora-storefront #review_form .comment-form-rating,

body.aurora-storefront #review_form .comment-form-comment,

body.aurora-storefront #review_form .comment-form-author,

body.aurora-storefront #review_form .comment-form-email {

  margin-bottom: 18px;

}



body.aurora-storefront #review_form .comment-form-author,

body.aurora-storefront #review_form .comment-form-email {

  max-width: 100%;

}



body.aurora-storefront #review_form .comment-form-author input,

body.aurora-storefront #review_form .comment-form-email input {

  width: 100%;

}



body.aurora-storefront #review_form #submit,

body.aurora-storefront #review_form input[type="submit"],

body.aurora-storefront #commentform input[type="submit"],

body.aurora-storefront .aurora-wc-reviews input[type="submit"],

body.aurora-storefront #respond input#submit {

  background: linear-gradient(120deg, var(--acc, #00d4ff) 0%, var(--mag, #d400ff) 100%) !important;

  color: #03050d !important;

  border: 0 !important;

  min-height: 48px;

  padding: 0 28px !important;

  font-weight: 700;

  letter-spacing: 0.06em;

  text-transform: uppercase;

  font-size: 12px !important;

  border-radius: var(--aurora-radius-btn) !important;

  box-shadow: 0 8px 28px rgba(0, 212, 255, 0.2);

  cursor: pointer;

}



body.aurora-storefront #review_form .stars a {

  color: var(--acc, #00d4ff);

}



/* ── Inputs ── */

body.aurora-storefront input[type="text"],

body.aurora-storefront input[type="email"],

body.aurora-storefront input[type="password"],

body.aurora-storefront input[type="tel"],

body.aurora-storefront input[type="number"],

body.aurora-storefront input[type="search"],

body.aurora-storefront select,

body.aurora-storefront textarea,

body.aurora-storefront .woocommerce form .form-row input.input-text,

body.aurora-storefront .woocommerce form .form-row textarea,

body.aurora-storefront .woocommerce form .form-row select,

body.aurora-storefront .search-input {

  min-height: 48px;

  border-radius: var(--aurora-radius-input) !important;

  background: rgba(11, 18, 40, 0.92) !important;

  border: 1px solid rgba(255, 255, 255, 0.14) !important;

  color: var(--txt, #edf4ff) !important;

  padding: 12px 16px !important;

  font-size: var(--aurora-body-sm);

  transition: border-color 0.2s ease, box-shadow 0.2s ease;

}



body.aurora-storefront input:focus,

body.aurora-storefront select:focus,

body.aurora-storefront textarea:focus {

  border-color: var(--aurora-border-accent) !important;

  box-shadow: 0 0 0 3px rgba(0, 212, 255, 0.12);

  outline: none;

}

body.aurora-storefront .woocommerce form .form-row label,
body.aurora-storefront .field label {
  color: var(--aurora-text-muted);
  font-size: var(--aurora-body-sm);
  margin-bottom: 6px;
  display: block !important;
  float: none !important;
  clear: both !important;
  width: 100%;
  text-align: left !important; /* Forces the label to align with the left edge of the input */
}

/* Make sure the form row container itself isn't forcing weird center alignments */
body.aurora-storefront .woocommerce form .form-row {
  text-align: left !important;
  display: block !important;
}

/* Ensure the input field behaves beautifully underneath */
body.aurora-storefront .woocommerce form .form-row input.input-text,
body.aurora-storefront .field input {
  display: block !important;
  width: 100% !important; /* Spreads across to fill the space, or set a max-width if you want it smaller */
  max-width: 100%;       /* Optional: limits the width so it doesn't get too giant on desktop */
  float: none !important;
}


/* ── Tables ── */

body.aurora-storefront .woocommerce table.shop_table {

  border-collapse: separate;

  border-spacing: 0;

  border-radius: var(--aurora-radius-card);

  overflow: hidden;

  width: 100%;

}



body.aurora-storefront .woocommerce table.shop_table thead th {

  font-family: var(--font-m, monospace);

  font-size: 10px;

  letter-spacing: 0.14em;

  text-transform: uppercase;

  color: var(--aurora-text-muted);

  background: rgba(0, 212, 255, 0.04);

  padding: 14px 16px !important;

}



body.aurora-storefront .woocommerce table.shop_table td {

  padding: 16px !important;

  border-color: var(--aurora-border) !important;

}



body.aurora-storefront .woocommerce table.shop_table tbody tr {

  transition: background 0.2s ease;

}



body.aurora-storefront .woocommerce table.shop_table tbody tr:hover td {

  background: rgba(0, 212, 255, 0.03);

}



/* ── Pagination ── */

body.aurora-storefront .woocommerce nav.woocommerce-pagination {

  margin-top: clamp(40px, 5vw, 56px);

}



body.aurora-storefront .woocommerce nav.woocommerce-pagination ul {

  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  justify-content: center;

  border: 0;

  margin: 0;

  padding: 0;

  list-style: none;

}



body.aurora-storefront .woocommerce nav.woocommerce-pagination ul li a,

body.aurora-storefront .woocommerce nav.woocommerce-pagination ul li span {

  min-width: 44px;

  min-height: 44px;

  display: inline-flex;

  align-items: center;

  justify-content: center;

  border-radius: var(--aurora-radius-btn);

  border: 1px solid var(--aurora-border);

  background: var(--aurora-surface);

  color: var(--txt, #edf4ff);

  text-decoration: none;

  transition: all 0.2s ease;

}



body.aurora-storefront .woocommerce nav.woocommerce-pagination ul li a:hover,

body.aurora-storefront .woocommerce nav.woocommerce-pagination ul li span.current {

  border-color: var(--aurora-border-accent);

  background: rgba(0, 212, 255, 0.1);

  color: var(--acc, #00d4ff);

}



/* ── Notices / empty states ── */

body.aurora-storefront .woocommerce-info,

body.aurora-storefront .woocommerce-message,

body.aurora-storefront .woocommerce-error,

body.aurora-storefront .aurora-empty-state {

  border-radius: var(--aurora-radius-card);

  padding: clamp(20px, 3vw, 28px);

}



body.aurora-storefront .aurora-empty-state,

body.aurora-storefront .ProductGrid_emptyWrap__VZnaA {

  text-align: center;

  padding: clamp(40px, 6vw, 64px) clamp(20px, 4vw, 32px);

  background: var(--aurora-surface);

  border: 1px dashed var(--aurora-border-accent);

  border-radius: var(--aurora-radius-card);

}



/* ── Product cards ── */

body.aurora-storefront .product-card,

body.aurora-storefront .ProductCard_card___Z7IJ {

  display: flex;

  flex-direction: column;

  height: 100%;

  min-height: 100%;

  width: 100%;

  overflow: hidden;

  border-radius: 20px;

  background: rgba(8, 13, 30, 0.92);

  border: 1px solid rgba(0, 212, 255, 0.14);

  box-shadow: var(--aurora-shadow-card);

  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1),

    box-shadow 0.32s cubic-bezier(0.22, 1, 0.36, 1),

    border-color 0.25s ease;

}



body.aurora-storefront .product-card:hover,

body.aurora-storefront .ProductCard_card___Z7IJ:hover {

  transform: translateY(-8px);

  box-shadow: var(--aurora-shadow-hover), 0 0 24px rgba(0, 212, 255, 0.12);

  border-color: rgba(212, 0, 255, 0.28);

}



body.aurora-storefront .product-card .product-image,

body.aurora-storefront .ProductCard_card___Z7IJ .product-image {

  position: relative;

  overflow: hidden;

  aspect-ratio: 1 / 1;

  padding: 0 !important;

  margin: 0 !important;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #050b18;

  border-radius: 14px 14px 0 0;

  flex-shrink: 0;

}



body.aurora-storefront .product-card .product-image-link,

body.aurora-storefront .ProductCard_card___Z7IJ .product-image-link {

  width: 100% !important;

  height: 100% !important;

  display: flex !important;

  align-items: center !important;

  justify-content: center !important;

  position: relative !important;

  overflow: hidden !important;

  padding: 0 !important;

  margin: 0 !important;

}



body.aurora-storefront .product-card .product-image img,

body.aurora-storefront .product-card .product-card__img,

body.aurora-storefront .ProductCard_card___Z7IJ .product-image img,

body.aurora-storefront .ProductCard_card___Z7IJ .product-card__img {

  display: block !important;

  width: 100% !important;

  height: 100% !important;

  max-width: 100% !important;

  max-height: 100% !important;

  padding: 0 !important;

  margin: 0 !important;

  border: 0 !important;

  border-radius: 0 !important;

  object-fit: contain !important;

  object-position: center center !important;

  transform-origin: center center !important;

  transition: transform 0.35s ease !important;

}



body.aurora-storefront .product-card:hover .product-card__img,

body.aurora-storefront .ProductCard_card___Z7IJ:hover .product-card__img,

body.aurora-storefront .product-card:hover .product-image img,

body.aurora-storefront .ProductCard_card___Z7IJ:hover .product-image img {

  transform: none !important;

}



body.aurora-storefront .product-card .product-badge,

body.aurora-storefront .ProductCard_card___Z7IJ .product-badge {

  position: absolute;

  top: 12px;

  right: 12px;

  z-index: 3;

  padding: 6px 10px;

  border-radius: var(--aurora-radius-pill, 999px);

  background: rgba(3, 5, 13, 0.85);

  border: 1px solid var(--aurora-border-accent, rgba(0, 212, 255, 0.28));

  font-family: var(--font-m, monospace);

  font-size: 10px;

  line-height: 1;

  letter-spacing: 0.1em;

  text-transform: uppercase;

  color: var(--acc, #00d4ff);

  pointer-events: none;

  max-width: calc(100% - 24px);

  white-space: nowrap;

}



@media (max-width: 430px) {

  body.aurora-storefront .product-card .product-image,

  body.aurora-storefront .ProductCard_card___Z7IJ .product-image {

    padding: 18px 28px 14px 12px;

  }



  body.aurora-storefront .product-card .product-badge,

  body.aurora-storefront .ProductCard_card___Z7IJ .product-badge {

    top: 8px;

    right: 8px;

    padding: 5px 8px;

    font-size: 9px;

    max-width: calc(100% - 16px);

  }

}



body.aurora-storefront .product-content {

  display: flex;

  flex-direction: column;

  flex: 1;

  padding: 22px;

  min-width: 0;

}



body.aurora-storefront .product-category {

  font-family: var(--font-m, monospace);

  font-size: 10px;

  letter-spacing: 0.12em;

  text-transform: uppercase;

  color: var(--aurora-text-muted, rgba(122, 157, 190, 0.92));

  margin-bottom: 8px;

}



body.aurora-storefront .product-title {

  margin: 0 0 10px;

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: clamp(18px, 2vw, 22px);

  letter-spacing: 0.04em;

  line-height: 1.15;

  font-weight: 400;

}



body.aurora-storefront .product-title a {

  color: var(--txt, #edf4ff);

  text-decoration: none;

  transition: color 0.2s ease;

}



body.aurora-storefront .product-title a:hover {

  color: var(--acc, #00d4ff);

}



body.aurora-storefront .product-description {

  margin: 0 0 16px;

  font-size: var(--aurora-body-sm, 14px);

  line-height: 1.55;

  color: var(--aurora-text-muted, rgba(122, 157, 190, 0.92));

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  overflow: hidden;

}



body.aurora-storefront .product-footer {

  margin-top: auto;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: space-between;

  gap: 10px;

  padding-top: 4px;

  width: 100%;

}



body.aurora-storefront .product-price,

body.aurora-storefront .product-card .product-price,

body.aurora-storefront .ProductCard_card___Z7IJ .product-price {

  width: auto;

  flex: 0 0 auto;

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: clamp(20px, 5vw, 28px);

  letter-spacing: 0.04em;

  color: var(--acc, #00d4ff);

  line-height: 1;

  flex-shrink: 0;

  text-align: start;

  display: flex;

  align-items: center;

  justify-content: flex-start;

  white-space: nowrap;

}



body.aurora-storefront .product-card .product-price .price,

body.aurora-storefront .ProductCard_card___Z7IJ .product-price .price,

body.aurora-storefront .product-card .product-price .woocommerce-Price-amount,

body.aurora-storefront .ProductCard_card___Z7IJ .product-price .woocommerce-Price-amount {

  width: auto;

  text-align: start;

  justify-content: flex-start;

}



body.aurora-storefront .product-price .woocommerce-Price-currencySymbol {

  font-size: 0.85em;

  opacity: 0.85;

}



body.aurora-storefront .product-footer .add-to-cart,

body.aurora-storefront .product-footer .add_to_cart_button,

body.aurora-storefront .product-footer .button {

  flex: 1 1 auto;

  width: auto;

  min-height: 40px;

  min-width: 0;

  max-width: 100%;

  padding: 10px 12px !important;

  white-space: nowrap;

  display: inline-flex !important;

  align-items: center;

  justify-content: center;

  text-transform: uppercase !important;

  letter-spacing: 0.06em;

  font-size: 10px !important;

  font-weight: 700;

}



body.aurora-storefront .home-hero-chip-wrap,

body.aurora-storefront .home-categories-chip-wrap,

body.aurora-storefront .home-compliance-chip-wrap,

body.aurora-storefront .home-products-chip-wrap,

body.aurora-storefront .home-why-chip-wrap,

body.aurora-storefront .home-process-chip-wrap,

body.aurora-storefront .home-coa-chip-wrap,

body.aurora-storefront .home-testimonials-chip-wrap,

body.aurora-storefront .home-faq-chip-wrap,

body.aurora-storefront .home-final-cta-chip-wrap,

body.aurora-storefront .about-hero-chip-wrap,

body.aurora-storefront .about-story-chip-wrap,

body.aurora-storefront .about-why-chip-wrap,

body.aurora-storefront .about-coa-commitment-chip-wrap,

body.aurora-storefront .about-support-chip-wrap,

body.aurora-storefront .about-partner-cta-chip-wrap,

body.aurora-storefront .coa-hero-chip-wrap,

body.aurora-storefront .contact-hero-chip-wrap,

body.aurora-storefront .search-hero-chip-wrap,

body.aurora-storefront .cart-hero-chip-wrap,

body.aurora-storefront .checkout-hero-chip-wrap,

body.aurora-storefront .account-hero-chip-wrap {

  margin-bottom: 12px;

}



body.aurora-storefront .home-coa-chip-wrap {

  margin-bottom: 20px;

}



/* Section chips — lift slightly within section padding (spacing only) */

body.aurora-storefront {

  --aurora-chip-lift: 10px;

}



body.aurora-storefront .home-final-cta-chip-wrap,

body.aurora-storefront .about-partner-cta-chip-wrap {

  display: flex;

  justify-content: center;

  width: 100%;

}



body.aurora-storefront .home-hero-chip-wrap {

  display: flex;

  justify-content: center;

  width: 100%;

  margin-top: 0;

  padding-bottom: 0;

}



body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-categories-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-compliance-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-products-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-why-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-process-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-coa-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-testimonials-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-faq-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .home-final-cta-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .about-story-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .about-why-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .about-coa-commitment-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .about-support-chip-wrap,

body.aurora-storefront section:not(.HeroSection_hero__tVlJy) .about-partner-cta-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .about-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .coa-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .contact-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .search-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .cart-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .checkout-hero-chip-wrap,

body.aurora-storefront .PageHero_hero__qlWDQ .account-hero-chip-wrap {

  margin-top: calc(-1 * var(--aurora-chip-lift));

}



@media (max-width: 1024px) {

  body.aurora-storefront {

    --aurora-chip-lift: 8px;

  }

}



@media (max-width: 768px) {

  body.aurora-storefront {

    --aurora-chip-lift: 6px;

  }

}



body.aurora-storefront .btn-inline-cta {

  display: inline-flex;

  margin-top: 8px;

}



/* Shortcode WC pages — hero sits above content wrap, not inside nested container */

body.aurora-storefront .aurora-wc-page-intro .PageHero_hero__qlWDQ {

  margin-bottom: clamp(20px, 3vw, 28px);

}



body.aurora-storefront .aurora-wc-page-intro .aurora-cart-trust {

  max-width: var(--site-max);

  margin-left: auto;

  margin-right: auto;

  padding-left: var(--site-gutter);

  padding-right: var(--site-gutter);

}



body.aurora-storefront .ProductsSection_hd__2G6Rk {

  margin-bottom: clamp(32px, 4vw, 48px);

}



body.aurora-storefront .ProductsSection_sub__aurora {

  max-width: 520px;

  margin-top: 12px;

  font-size: var(--aurora-body);

  line-height: 1.7;

  color: var(--txt2, rgba(237, 244, 255, 0.72));

}



/* ── Shop toolbar ── */

body.aurora-storefront .aurora-shop-toolbar {

  display: flex;

  flex-wrap: wrap;

  align-items: center;

  justify-content: space-between;

  gap: 16px;

  margin-bottom: clamp(24px, 3vw, 36px);

  padding: 16px 20px;

  background: var(--aurora-surface);

  border: 1px solid var(--aurora-border);

  border-radius: var(--aurora-radius-card);

}



body.aurora-storefront .ShopFilters_filterBar__9dvam {

  padding: 14px 16px;

  background: rgba(8, 13, 30, 0.55);

  border: 1px solid var(--aurora-border);

  border-radius: var(--aurora-radius-card);

  margin-bottom: clamp(24px, 3vw, 40px);

}



/* Account dashboard layout lives in css/account.css (.account-layout) */



body.aurora-storefront .aurora-dashboard-card {

  padding: 20px;

  background: rgba(11, 18, 40, 0.65);

  border: 1px solid var(--aurora-border);

  border-radius: var(--aurora-radius-card);

  transition: border-color 0.2s ease, transform 0.2s ease;

}



body.aurora-storefront .aurora-dashboard-card:hover {

  border-color: var(--aurora-border-accent);

  transform: translateY(-2px);

}



body.aurora-storefront .aurora-dashboard-card strong {

  display: block;

  font-family: var(--font-d, "Bebas Neue", sans-serif);

  font-size: 28px;

  letter-spacing: 0.04em;

  color: var(--acc, #00d4ff);

  margin-bottom: 4px;

}



body.aurora-storefront .aurora-dashboard-card span {

  font-size: var(--aurora-body-sm);

  color: var(--aurora-text-muted);

}



/* ── Trust strip (product) ── */

body.aurora-storefront .aurora-product-trust {

  display: grid;

  grid-template-columns: repeat(3, minmax(0, 1fr));

  gap: 12px;

  margin-top: 24px;

}



body.aurora-storefront .aurora-product-trust span {

  display: flex;

  align-items: center;

  gap: 8px;

  padding: 12px 14px;

  border-radius: var(--aurora-radius-btn);

  background: var(--aurora-surface);

  border: 1px solid var(--aurora-border);

  font-size: var(--aurora-caption);

  color: var(--txt2, rgba(237, 244, 255, 0.72));

}



body.aurora-storefront .aurora-checkout-trust {

  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 20px;

  padding: 16px 20px;

  background: rgba(0, 212, 255, 0.04);

  border: 1px solid var(--aurora-border-accent);

  border-radius: var(--aurora-radius-card);

  font-size: var(--aurora-body-sm);

  color: var(--aurora-text-muted);

}



/* ── Links ── */

body.aurora-storefront a {

  transition: color 0.2s ease, gap 0.2s ease;

}



body.aurora-storefront .ProductsSection_viewAll__3tddz {

  transition: gap 0.2s ease, color 0.2s ease;

}



/* ── Responsive ── */

@media (max-width: 1024px) {

  body.aurora-storefront .ProductGrid_grid__eCqBK,

  body.aurora-storefront .aurora-wc-wrap .ProductGrid_grid__eCqBK.products {

    grid-template-columns: repeat(2, minmax(0, 1fr));

  }



  body.aurora-storefront .aurora-product-trust {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 390px) {

  body.aurora-storefront .ProductGrid_grid__eCqBK,

  body.aurora-storefront .aurora-wc-wrap .ProductGrid_grid__eCqBK.products {

    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 14px;

  }

}



@media (max-width: 340px) {

  body.aurora-storefront .ProductGrid_grid__eCqBK,

  body.aurora-storefront .aurora-wc-wrap .ProductGrid_grid__eCqBK.products {

    grid-template-columns: 1fr;

  }

}



@media (max-width: 640px) {

  body.aurora-storefront .ProductsSection_hd__2G6Rk {

    flex-direction: column;

    align-items: flex-start;

  }



  body.aurora-storefront .aurora-shop-toolbar {

    flex-direction: column;

    align-items: stretch;

  }

}



/* ── Phase 10: global overflow + media safety ── */

body.aurora-storefront {

  overflow-x: clip;

}



body.aurora-storefront img,

body.aurora-storefront video,

body.aurora-storefront svg {

  max-width: 100%;

  height: auto;

}



body.aurora-storefront .woocommerce-no-products-found {

  text-align: center;

  padding: clamp(40px, 6vw, 64px) clamp(20px, 4vw, 32px);

  background: var(--aurora-surface);

  border: 1px dashed var(--aurora-border-accent);

  border-radius: var(--aurora-radius-card);

  margin-top: clamp(24px, 3vw, 40px);

}



body.aurora-storefront.woocommerce-shop .aurora-wc-wrap>.woocommerce>.woocommerce-info,

body.aurora-storefront.tax-product_cat .aurora-wc-wrap>.woocommerce>.woocommerce-info,

body.aurora-storefront.tax-product_tag .aurora-wc-wrap>.woocommerce>.woocommerce-info {

  text-align: center;

  padding: clamp(40px, 6vw, 64px) clamp(20px, 4vw, 32px);

  background: var(--aurora-surface);

  border: 1px dashed var(--aurora-border-accent);

  border-radius: var(--aurora-radius-card);

  margin-top: clamp(24px, 3vw, 40px);

}



body.aurora-storefront .woocommerce .btn-ghost {

  border: 1px solid var(--aurora-border) !important;

  background: transparent !important;

  color: var(--txt, #edf4ff) !important;

}



body.aurora-storefront .woocommerce .btn-ghost:hover {

  border-color: var(--aurora-border-accent) !important;

  color: var(--acc, #00d4ff) !important;

}





/* Compliance bar — infinite marquee (edge-to-edge, 3 seamless tracks) */

body.aurora-storefront {

  --compliance-bar-height: 24px;

}



body.aurora-storefront .compliance-bar {

  overflow: hidden;

  width: 100vw;

  max-width: 100vw;

  margin-left: calc(50% - 50vw);

  margin-right: calc(50% - 50vw);

  min-height: var(--compliance-bar-height);

  padding: 2px 0;

  text-align: left;

  display: flex;

  align-items: center;

  box-sizing: border-box;

}



body.aurora-storefront .compliance-bar__track {

  position: relative;

  overflow: hidden;

  width: 100%;

  margin: 0;

  padding: 0;

}



body.aurora-storefront .compliance-bar__marquee {

  width: 100%;

  overflow: hidden;

  margin: 0;

  padding: 0;

}



body.aurora-storefront .compliance-bar__marquee-inner {

  display: flex;

  align-items: center;

  width: max-content;

  flex-shrink: 0;

  will-change: transform;

  margin: 0;

  padding: 0;

  --marquee-track-width: 100vw;

  --marquee-group-width: 800px;

  animation: aurora-compliance-marquee 70s linear infinite;

}



body.aurora-storefront .compliance-bar__group {

  display: flex;

  align-items: center;

  flex-shrink: 0;

  margin: 0;

  padding: 0;

}



body.aurora-storefront .compliance-bar__text {

  flex-shrink: 0;

  white-space: nowrap;

  margin: 0;

  padding: 0 1rem 0 0;

  font-family: var(--font-m);

  letter-spacing: 0.12em;

  font-size: 10px;

  color: var(--acc);

  text-transform: uppercase;

  line-height: 1.1;

}



body.aurora-storefront .compliance-bar__group .compliance-bar__text:first-child {

  padding-left: 0;

  margin-left: 0;

}



body.aurora-storefront .compliance-bar__text::after {

  content: " \2022 ";

  padding-left: 1rem;

  color: rgba(0, 212, 255, 0.45);

}



@keyframes aurora-compliance-marquee {

  0% {

    transform: translateX(0);

  }

  100% {

    transform: translateX(calc(-1 * var(--marquee-group-width)));

  }

}



@media (max-width: 768px) {

  body.aurora-storefront .compliance-bar__text {

    font-size: 9px;

    letter-spacing: 0.1em;

    padding-right: 0.75rem;

  }



  body.aurora-storefront .compliance-bar__text::after {

    padding-left: 0.75rem;

  }

}



@media (prefers-reduced-motion: reduce) {

  body.aurora-storefront .compliance-bar__marquee-inner {

    animation: none;

    padding-left: 0;

    width: 100%;

    justify-content: center;

  }



  body.aurora-storefront .compliance-bar__group[aria-hidden="true"] {

    display: none;

  }



  body.aurora-storefront .compliance-bar__text:not(:first-child) {

    display: none;

  }



  body.aurora-storefront .compliance-bar__text {

    white-space: normal;

    text-align: center;

    padding-right: 0;

  }

}

/* FAQ accordion — centered block inside page sections */
body.aurora-storefront main.page-main section.page-section .FaqAccordion_list__kNb0L {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

body.aurora-storefront main.page-main section.page-section .FaqAccordion_item__LMy_M {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

body.aurora-storefront main.page-main section.page-section .FaqAccordion_q__dwV9K {
  width: 100%;
  text-align: left;
}

body.aurora-storefront main.page-main section.page-section .FaqAccordion_a__Ib8zk {
  width: 100%;
}


/* Footer column titles + design credit */

body.aurora-storefront .SiteFooter_footer__tpuYU .SiteFooter_colTitle {

  font-family: var(--font-m);

  font-size: 16px;

  letter-spacing: 0.18em;

  text-transform: uppercase;

  color: var(--txt3);

  margin: 0 0 20px;

}



body.aurora-storefront .SiteFooter_designCredit {

  display: inline-block;

  margin-left: 12px;

  font-size: 12px;

  color: var(--txt3);

}



body.aurora-storefront .SiteFooter_designCredit a {

  color: var(--txt2);

  text-decoration: none;

  transition: color 0.2s ease;

}



body.aurora-storefront .SiteFooter_designCredit a:hover {

  color: var(--acc);

}



@media (max-width: 768px) {

  body.aurora-storefront .SiteFooter_copyright__zJn1t {

    display: flex;

    flex-direction: column;

    align-items: center;

    gap: 8px;

    text-align: center;

  }



  body.aurora-storefront .SiteFooter_designCredit {

    margin-left: 0;

  }

}