/* Brazilcomp theme component: woocommerce */

/* ================================================================
   WooCommerce — Product Detail Page (PDP)
   Technical dark interface for B2B conversion.
   ================================================================ */

body.single-product {
  color: var(--text);
  background: var(--bg);
}

/* Customer authentication */
.bc-auth { display: grid; gap: 26px; }
.bc-auth__intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 36px; padding: 30px; background: linear-gradient(135deg, rgba(0,169,197,.12), rgba(255,255,255,.025)); border: 1px solid rgba(117,220,233,.18); border-radius: var(--radius-md); }
.bc-auth__intro span { color: #7bddea; font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.bc-auth__intro h2 { max-width: 640px; margin-top: 9px; color: #fff; font-size: clamp(1.6rem, 3vw, 2.45rem); }
.bc-auth__intro > p { max-width: 410px; margin: 0; color: #aebfcb; }
.bc-auth__grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.bc-auth__grid--single { grid-template-columns: minmax(0,720px); justify-content: center; }
.bc-auth__panel { padding: 30px; background: var(--bg-elevated); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); box-shadow: 0 20px 50px rgba(0,0,0,.16); }
.bc-auth__panel--register { background: linear-gradient(155deg, #0e2c46, #0a1f34); border-color: rgba(117,220,233,.16); }
.bc-auth__panel-heading { display: grid; grid-template-columns: 34px 1fr; gap: 14px; align-items: start; padding-bottom: 22px; margin-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.09); }
.bc-auth__panel-heading > span { display: grid; place-items: center; width: 30px; height: 30px; color: #052034; background: #7bddea; border-radius: 50%; font-size: .67rem; font-weight: 900; }
.bc-auth__panel-heading h3 { margin: 0 0 5px; color: #fff; font-size: 1.35rem; }
.bc-auth__panel-heading p { margin: 0; color: #9fb2c0; font-size: .8rem; }
.bc-auth .woocommerce-form { padding: 0 !important; margin: 0 !important; background: transparent !important; border: 0 !important; box-shadow: none !important; }
.bc-auth__form-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 8px; }
.bc-auth__form-actions .woocommerce-form-login__rememberme { min-height: auto !important; }
.bc-auth .lost_password { margin-top: 18px; }
.bc-auth .lost_password a, .bc-auth__assurance a { color: #83dfe9; font-size: .78rem; font-weight: 800; }
.bc-auth__password-note { padding: 14px 16px; color: #adc0cd; background: rgba(0,169,197,.07); border-left: 3px solid var(--cyan-500); border-radius: 6px; font-size: .8rem; }
.bc-auth__assurance { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 22px 26px; background: rgba(255,255,255,.025); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; }
.bc-auth__assurance div { display: grid; gap: 4px; }
.bc-auth__assurance strong { color: #fff; font: 700 .9rem "Manrope",sans-serif; }
.bc-auth__assurance div span { color: #91a7b7; font-size: .75rem; }

@media (max-width: 900px) {
  .bc-auth__intro { align-items: flex-start; flex-direction: column; }
  .bc-auth__grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .bc-auth__intro, .bc-auth__panel { padding: 22px; }
  .bc-auth__form-actions, .bc-auth__assurance { align-items: stretch; flex-direction: column; }
  .bc-auth__form-actions .button { width: 100%; }
}

/* Guided cart and checkout */
.bc-commerce-intro { display: flex; align-items: flex-end; justify-content: space-between; gap: 34px; padding: 26px 28px; margin-bottom: 28px; background: linear-gradient(135deg, rgba(0,169,197,.1), rgba(255,255,255,.025)); border: 1px solid rgba(112,219,233,.18); border-radius: var(--radius-md); }
.bc-commerce-intro span, .bc-commerce-support span { color: #78dce9; font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.bc-commerce-intro h2 { max-width: 600px; margin-top: 8px; color: #fff; font-size: clamp(1.35rem, 2.7vw, 2rem); }
.bc-commerce-intro ul { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px 18px; max-width: 430px; margin: 0; color: #afbfcb; font-size: .75rem; list-style: none; }
.bc-commerce-intro li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: 8px; background: var(--cyan-500); border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,169,197,.1); }
.bc-commerce-intro--checkout { align-items: center; }
.bc-commerce-intro--checkout > p { max-width: 430px; margin: 0; color: #afbfcb; }
.bc-commerce-support { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 28px; margin-top: 26px; background: var(--bg-elevated); border: 1px solid rgba(255,255,255,.1); border-radius: var(--radius-md); }
.bc-commerce-support div { display: grid; gap: 7px; }
.bc-commerce-support strong { color: #fff; font: 700 1rem "Manrope", sans-serif; }
.bc-commerce-support a { color: #88e1ec; font-size: .8rem; font-weight: 800; }

@media (max-width: 720px) {
  .bc-commerce-intro, .bc-commerce-support { align-items: flex-start; flex-direction: column; padding: 22px; }
  .bc-commerce-intro ul { justify-content: flex-start; }
}

/* Cart — same technical-light language used by the product catalog */
body.woocommerce-cart {
  color: var(--navy-950);
  background: #f3f7fa;
}

body.woocommerce-cart .site-header {
  color: var(--navy-950);
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #dbe5eb;
  box-shadow: 0 8px 28px rgba(8, 31, 51, .07);
}

body.woocommerce-cart .header-logo-text,
body.woocommerce-cart .primary-menu > li > a,
body.woocommerce-cart .icon-button,
body.woocommerce-cart .menu-toggle {
  color: var(--navy-950);
}

body.woocommerce-cart .header-left .custom-logo {
  filter: none;
}

body.woocommerce-cart .content-area,
body.woocommerce-cart .site-main,
body.woocommerce-cart #primary {
  background: #f3f7fa;
}

body.woocommerce-cart .page-hero {
  padding-top: clamp(54px, 7vw, 88px);
  padding-bottom: 32px;
}

body.woocommerce-cart .page-hero h1,
body.woocommerce-cart .entry-content {
  color: var(--navy-950);
}

body.woocommerce-cart .woocommerce {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(340px, .72fr);
  gap: 24px;
  align-items: start;
}

body.woocommerce-cart .bc-commerce-intro,
body.woocommerce-cart .woocommerce-notices-wrapper,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .bc-commerce-support {
  grid-column: 1 / -1;
}

body.woocommerce-cart .bc-commerce-intro {
  margin: 0 0 8px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(0, 169, 197, .14), transparent 55%),
    var(--navy-950);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8, 31, 51, .12);
}

body.woocommerce-cart .woocommerce-cart-form {
  grid-column: 1;
  margin: 0;
  background: #fff;
  border: 1px solid #dbe5eb;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8, 31, 51, .07);
}

body.woocommerce-cart table.shop_table {
  color: var(--navy-950);
  border-color: #dbe5eb;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  border-color: #e3eaee;
}

body.woocommerce-cart table.shop_table thead {
  color: var(--blue-700);
  background: #eaf4f7;
}

body.woocommerce-cart table.shop_table tbody tr:hover {
  background: #f7fafc;
}

body.woocommerce-cart td.product-name a,
body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: var(--navy-950);
}

body.woocommerce-cart td.product-name a:hover {
  color: var(--blue-600);
}

body.woocommerce-cart .quantity .qty,
body.woocommerce-cart table.cart td.actions .coupon .input-text {
  color: var(--navy-950);
  background: #fff;
  border-color: #b9cad4;
}

body.woocommerce-cart .cart-collaterals {
  grid-column: 2;
  display: block;
  margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky;
  top: 118px;
  width: 100%;
  padding: 30px;
  color: var(--navy-950);
  background: #fff;
  border: 1px solid #dbe5eb;
  border-top: 4px solid var(--cyan-500);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8, 31, 51, .08);
}

body.woocommerce-cart .cart_totals h2,
body.woocommerce-cart .cart_totals table {
  color: var(--navy-950);
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  border-bottom-color: #dbe5eb;
}

body.woocommerce-cart .order-total strong {
  color: var(--blue-700);
}

body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info {
  color: #334b5d;
  background: #fff;
  border: 1px solid #dbe5eb;
  border-left: 4px solid var(--cyan-500);
  border-radius: 8px;
  box-shadow: 0 10px 26px rgba(8, 31, 51, .05);
}

body.woocommerce-cart .woocommerce-error {
  color: #7f2830;
  background: #fff8f8;
  border-left-color: #d94e5b;
}

body.woocommerce-cart .bc-commerce-support {
  margin-top: 4px;
  color: var(--navy-950);
  background: #e6f2f5;
  border-color: #c8dfe5;
}

body.woocommerce-cart .bc-commerce-support strong {
  color: var(--navy-950);
}

body.woocommerce-cart .bc-commerce-support a {
  color: var(--blue-700);
}

body.woocommerce-cart .brazilcomp-pdp__source-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 980px) {
  body.woocommerce-cart .woocommerce {
    grid-template-columns: 1fr;
  }

  body.woocommerce-cart .woocommerce-cart-form,
  body.woocommerce-cart .cart-collaterals {
    grid-column: 1;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    position: static;
  }
}

@media (max-width: 700px) {
  body.woocommerce-cart .page-hero {
    padding-top: 40px;
  }

  body.woocommerce-cart .bc-commerce-intro {
    gap: 20px;
  }

  body.woocommerce-cart table.shop_table_responsive tr {
    background: #fff;
    border-color: #dbe5eb;
  }

  body.woocommerce-cart table.shop_table_responsive tr td::before {
    color: var(--blue-700);
  }

  body.woocommerce-cart .cart-collaterals .cart_totals {
    padding: 22px;
  }
}

body.single-product .site-main,
body.single-product #primary,
body.single-product .woocommerce {
  background: var(--bg);
}

body.single-product .woocommerce-breadcrumb {
  width: min(calc(100% - 48px), var(--container));
  margin: 0 auto;
  padding: 30px 0 8px;
  color: var(--muted);
  font-size: .76rem;
}

body.single-product .woocommerce-breadcrumb a {
  color: #7ddbea;
}

.brazilcomp-pdp {
  position: relative;
  padding: 32px 0 96px;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 8%, rgba(0, 169, 197, .09), transparent 28%),
    var(--bg);
}

.brazilcomp-pdp::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .2;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, #000, transparent 72%);
}

.brazilcomp-pdp__shell {
  position: relative;
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.brazilcomp-pdp__top {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(380px, .96fr);
  gap: clamp(38px, 6vw, 84px);
  align-items: start;
}

/* Product media */
.brazilcomp-pdp__gallery {
  position: sticky;
  top: 112px;
  min-width: 0;
}

.brazilcomp-pdp__gallery .woocommerce-product-gallery {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
}

.brazilcomp-pdp__gallery .woocommerce-product-gallery__wrapper {
  margin: 0;
}

.brazilcomp-pdp__gallery .woocommerce-product-gallery__image {
  display: grid;
  place-items: center;
  aspect-ratio: 1 / 1;
  padding: clamp(26px, 5vw, 64px);
  background: #f8fafb;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.brazilcomp-pdp__gallery .woocommerce-product-gallery__image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.brazilcomp-pdp__gallery .woocommerce-product-gallery__trigger {
  top: 18px !important;
  right: 18px !important;
  display: grid !important;
  place-items: center;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  background: var(--panel) !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .18);
}

.brazilcomp-pdp__gallery .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding: 0;
  margin: 14px 0 0 !important;
  list-style: none;
}

.brazilcomp-pdp__gallery .flex-control-thumbs li {
  float: none !important;
  width: auto !important;
}

.brazilcomp-pdp__gallery .flex-control-thumbs img {
  aspect-ratio: 1;
  padding: 7px;
  object-fit: contain;
  background: #fff;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  opacity: .62;
  transition: opacity var(--transition), border-color var(--transition);
}

.brazilcomp-pdp__gallery .flex-control-thumbs img.flex-active,
.brazilcomp-pdp__gallery .flex-control-thumbs img:hover {
  border-color: var(--cyan-500);
  opacity: 1;
}

.brazilcomp-pdp .onsale {
  top: 18px !important;
  left: 18px !important;
  min-width: 0;
  min-height: 0;
  padding: 8px 12px;
  color: var(--navy-950);
  background: #7ee2ee;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
}

/* Product commercial summary */
.brazilcomp-pdp__summary {
  min-width: 0;
  padding: 12px 0 0;
}

.brazilcomp-pdp__category {
  margin-bottom: 16px;
  color: #74d7e6;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brazilcomp-pdp__category a:hover {
  color: #fff;
}

.brazilcomp-pdp__summary .product_title {
  max-width: 720px;
  margin: 0 0 18px;
  color: var(--text);
  font-size: clamp(2.25rem, 4vw, 4.3rem);
  line-height: 1.02;
  letter-spacing: -.055em;
}

.brazilcomp-pdp__sku {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 13px;
  margin-bottom: 24px;
  color: #91e5ef;
  background: rgba(0, 169, 197, .1);
  border: 1px solid rgba(0, 169, 197, .42);
  border-radius: 5px;
  font-family: "DM Sans", monospace;
  font-size: .78rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brazilcomp-pdp__sku > span {
  color: rgba(145, 229, 239, .52);
}

.brazilcomp-pdp__sku.is-empty {
  display: none;
}

.brazilcomp-pdp__rating {
  min-height: 1px;
}

.brazilcomp-pdp__rating .woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px !important;
  color: var(--muted);
  font-size: .8rem;
}

.brazilcomp-pdp__rating .star-rating {
  color: #ffc75a;
}

.brazilcomp-pdp__price .price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 22px;
  color: #fff !important;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.85rem, 3vw, 2.6rem) !important;
  font-weight: 800;
  letter-spacing: -.045em;
}

.brazilcomp-pdp__price del {
  color: var(--muted);
  font-size: .58em;
  font-weight: 500;
  opacity: .7;
}

.brazilcomp-pdp__price ins {
  text-decoration: none;
}

.brazilcomp-pdp__excerpt {
  max-width: 650px;
  padding-bottom: 24px;
  margin-bottom: 26px;
  color: var(--muted);
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  font-size: 1rem;
}

.brazilcomp-pdp__excerpt p:last-child {
  margin-bottom: 0;
}

.brazilcomp-pdp__purchase form.cart {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 12px !important;
}

.brazilcomp-pdp__purchase .quantity .qty {
  width: 76px;
  min-height: 56px;
  padding: 0 8px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 6px;
  text-align: center;
}

.brazilcomp-pdp__purchase .single_add_to_cart_button,
.brazilcomp-pdp__purchase .button {
  flex: 1 1 240px;
  min-height: 56px;
  padding: 0 26px !important;
  color: #fff !important;
  background: var(--blue-600) !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 13px 30px rgba(8, 117, 173, .23);
  font-size: .94rem !important;
  font-weight: 800 !important;
  transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
}

.brazilcomp-pdp__purchase .single_add_to_cart_button:hover,
.brazilcomp-pdp__purchase .button:hover {
  transform: translateY(-2px);
  background: var(--cyan-500) !important;
  box-shadow: 0 17px 36px rgba(0, 169, 197, .24);
}

.brazilcomp-pdp__purchase .variations {
  width: 100%;
  margin-bottom: 18px !important;
}

.brazilcomp-pdp__purchase .variations th,
.brazilcomp-pdp__purchase .variations td {
  display: block;
  padding: 0 0 8px !important;
  color: var(--text);
  text-align: left;
}

.brazilcomp-pdp__purchase .variations select {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 6px;
}

.brazilcomp-pdp__purchase .reset_variations {
  display: inline-block;
  margin-top: 8px;
  color: #7ddbea;
  font-size: .78rem;
}

.brazilcomp-pdp__purchase .stock {
  color: #59dda0 !important;
  font-weight: 700;
}

.brazilcomp-pdp__purchase .out-of-stock {
  color: #ff8a8a !important;
}

.brazilcomp-pdp__datasheet {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 0 17px;
  color: var(--text);
  background: transparent;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 6px;
  font-size: .86rem;
  font-weight: 700;
  transition: border-color var(--transition), background var(--transition), transform var(--transition);
}

.brazilcomp-pdp__datasheet:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .05);
  border-color: rgba(125, 219, 234, .65);
}

.brazilcomp-pdp__datasheet > span:last-child {
  margin-left: auto;
  color: #7ddbea;
  font-size: 1rem;
}

.brazilcomp-pdp__document-icon {
  position: relative;
  width: 16px;
  height: 20px;
  border: 1.5px solid #7ddbea;
  border-radius: 2px;
}

.brazilcomp-pdp__document-icon::before,
.brazilcomp-pdp__document-icon::after {
  content: "";
  position: absolute;
  left: 3px;
  width: 8px;
  height: 1px;
  background: #7ddbea;
}

.brazilcomp-pdp__document-icon::before { top: 7px; }
.brazilcomp-pdp__document-icon::after { top: 11px; }

.brazilcomp-pdp__assurances {
  display: grid;
  gap: 9px;
  padding: 22px 0 0;
  margin: 0;
  color: var(--muted);
  list-style: none;
  font-size: .78rem;
}

.brazilcomp-pdp__assurances li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brazilcomp-pdp__assurances li > span {
  width: 7px;
  height: 7px;
  background: var(--success);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(22, 166, 106, .1);
}

/* Full-width technical panel */
.brazilcomp-pdp__technical {
  margin-top: 88px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
}

.brazilcomp-pdp__technical-header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding: 34px 38px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brazilcomp-pdp__technical-header p {
  margin: 0 0 7px;
  color: #6ed5e4;
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.brazilcomp-pdp__technical-header h2 {
  margin: 0;
  color: var(--text);
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.brazilcomp-pdp__technical-header > span {
  color: var(--muted);
  font-size: .75rem;
}

.brazilcomp-pdp__table-wrap {
  width: 100%;
  overflow-x: auto;
}

.brazilcomp-pdp__table {
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: collapse;
  color: var(--text);
}

.brazilcomp-pdp__table tr:nth-child(odd) {
  background: rgba(255, 255, 255, .024);
}

.brazilcomp-pdp__table tr:nth-child(even) {
  background: rgba(255, 255, 255, .065);
}

.brazilcomp-pdp__table tr:hover {
  background: rgba(0, 169, 197, .095);
}

.brazilcomp-pdp__table th,
.brazilcomp-pdp__table td {
  width: 50%;
  padding: 17px 38px !important;
  border: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, .07) !important;
  text-align: left;
  vertical-align: top;
}

.brazilcomp-pdp__table th {
  color: #b9c8d4;
  font-size: .78rem;
  font-weight: 600;
}

.brazilcomp-pdp__table td {
  color: #fff;
  font-family: "DM Sans", monospace;
  font-size: .84rem;
  font-weight: 700;
}

.brazilcomp-pdp__empty-specs {
  padding: 34px 38px;
  margin: 0;
  color: var(--muted);
}

.brazilcomp-pdp__details {
  padding-top: 42px;
}

.brazilcomp-pdp__details .woocommerce-tabs {
  padding: 30px 36px;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
}

.brazilcomp-pdp__details .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 0 0 22px;
  margin: 0 0 28px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.brazilcomp-pdp__details .woocommerce-tabs ul.tabs::before,
.brazilcomp-pdp__details .woocommerce-tabs ul.tabs li::before,
.brazilcomp-pdp__details .woocommerce-tabs ul.tabs li::after {
  display: none;
}

.brazilcomp-pdp__details .woocommerce-tabs ul.tabs li {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
}

.brazilcomp-pdp__details .woocommerce-tabs ul.tabs a {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  color: var(--muted);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 5px;
}

.brazilcomp-pdp__details .woocommerce-tabs ul.tabs .active a,
.brazilcomp-pdp__details .woocommerce-tabs ul.tabs a:hover {
  color: #fff;
  background: var(--panel-strong);
  border-color: rgba(255, 255, 255, .22);
}

.brazilcomp-pdp__details .woocommerce-Tabs-panel > h2,
.brazilcomp-pdp__details #reviews h2 {
  color: var(--text);
}

.brazilcomp-pdp__details #review_form_wrapper,
.brazilcomp-pdp__details .comment_container {
  color: var(--text);
  background: var(--panel);
  border-radius: 8px;
}

/* Related and upsell product grids inside the dark PDP */
.brazilcomp-pdp .related,
.brazilcomp-pdp .up-sells {
  padding-top: 82px;
}

.brazilcomp-pdp .related > h2,
.brazilcomp-pdp .up-sells > h2 {
  margin-bottom: 30px;
  color: var(--text);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
}

.brazilcomp-pdp .related ul.products li.product,
.brazilcomp-pdp .up-sells ul.products li.product {
  background: var(--panel);
  border-color: rgba(255, 255, 255, .1);
}

.brazilcomp-pdp .related ul.products li.product .woocommerce-loop-product__title,
.brazilcomp-pdp .up-sells ul.products li.product .woocommerce-loop-product__title {
  color: var(--text);
}

.brazilcomp-pdp .related ul.products li.product .price,
.brazilcomp-pdp .up-sells ul.products li.product .price {
  color: #7ddbea;
}

@media (max-width: 900px) {
  .brazilcomp-pdp__top {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .brazilcomp-pdp__gallery {
    position: static;
  }

  .brazilcomp-pdp__gallery .woocommerce-product-gallery__image {
    aspect-ratio: 1.15 / 1;
  }

  .brazilcomp-pdp__summary {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  body.single-product .woocommerce-breadcrumb,
  .brazilcomp-pdp__shell {
    width: min(calc(100% - 28px), var(--container));
  }

  .brazilcomp-pdp {
    padding: 20px 0 68px;
  }

  .brazilcomp-pdp__gallery .woocommerce-product-gallery__image {
    padding: 24px;
    border-radius: var(--radius-md);
  }

  .brazilcomp-pdp__summary .product_title {
    font-size: clamp(2.1rem, 11vw, 3rem);
  }

  .brazilcomp-pdp__purchase form.cart {
    display: grid;
    grid-template-columns: 74px 1fr;
  }

  .brazilcomp-pdp__purchase form.variations_form,
  .brazilcomp-pdp__purchase form.grouped_form {
    display: block;
  }

  .brazilcomp-pdp__purchase .single_add_to_cart_button,
  .brazilcomp-pdp__purchase .button {
    min-width: 0;
    padding-inline: 14px !important;
  }

  .brazilcomp-pdp__technical {
    margin-top: 58px;
    border-radius: var(--radius-md);
  }

  .brazilcomp-pdp__technical-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px 22px;
  }

  .brazilcomp-pdp__table th,
  .brazilcomp-pdp__table td {
    display: block;
    width: 100%;
    padding: 11px 22px !important;
  }

  .brazilcomp-pdp__table th {
    padding-bottom: 2px !important;
    border-bottom: 0 !important;
  }

  .brazilcomp-pdp__table td {
    padding-top: 2px !important;
    padding-bottom: 14px !important;
  }

  .brazilcomp-pdp__empty-specs {
    padding: 26px 22px;
  }
}

/* ================================================================
   WooCommerce internal experience
   Shop, Cart and My Account — premium dark B2B interface.
   ================================================================ */

/* Shared page shell and dark header */
body.woocommerce-shop,
body.tax-product_cat,
body.tax-product_tag,
body.woocommerce-cart,
body.woocommerce-account {
  color: var(--text);
  background: var(--bg);
}

body.woocommerce-page .site-header {
  background: rgba(7, 21, 39, .97);
  border-bottom-color: rgba(255, 255, 255, .1);
}

body.woocommerce-page .site-header.is-scrolled {
  box-shadow: 0 14px 38px rgba(0, 0, 0, .26);
}

body.woocommerce-page .header-logo-text,
body.woocommerce-page .primary-menu > li > a,
body.woocommerce-page .icon-button,
body.woocommerce-page .menu-toggle {
  color: var(--text);
}

body.woocommerce-page .header-left .custom-logo {
  filter: brightness(0) invert(1);
}

body.woocommerce-page .icon-button:hover,
body.woocommerce-page .menu-toggle:hover {
  background: rgba(255, 255, 255, .08);
}

body.woocommerce-page .search-panel {
  background: var(--bg-elevated);
  border-top-color: rgba(255, 255, 255, .1);
  box-shadow: 0 20px 45px rgba(0, 0, 0, .3);
}

body.woocommerce-page .search-panel label {
  color: var(--text);
}

body.woocommerce-page .search-field {
  background: var(--panel);
  border-color: rgba(255, 255, 255, .16);
}

body.woocommerce-page .search-field input {
  color: var(--text);
  background: transparent;
}

body.woocommerce-page .search-field input::placeholder {
  color: rgba(242, 247, 250, .45);
}

body.woocommerce-page .content-area,
body.woocommerce-page .site-main,
body.woocommerce-page #primary {
  background: var(--bg);
}

body.woocommerce-cart .narrow-content,
body.woocommerce-account .narrow-content {
  max-width: var(--container);
}

body.woocommerce-cart .entry,
body.woocommerce-account .entry {
  padding: 0;
  color: var(--text);
  background: transparent;
  border: 0;
}

body.woocommerce-cart .entry-content,
body.woocommerce-account .entry-content {
  color: var(--text);
}

body.woocommerce-cart .entry-content > *,
body.woocommerce-account .entry-content > * {
  max-width: none;
}

body.woocommerce-cart .page-hero,
body.woocommerce-account .page-hero {
  padding-bottom: 42px;
}

body.woocommerce-cart .page-hero h1,
body.woocommerce-account .page-hero h1 {
  color: var(--text);
}

/* Shared form controls and actions */
body.woocommerce-page .woocommerce input.input-text,
body.woocommerce-page .woocommerce input[type="text"],
body.woocommerce-page .woocommerce input[type="email"],
body.woocommerce-page .woocommerce input[type="tel"],
body.woocommerce-page .woocommerce input[type="password"],
body.woocommerce-page .woocommerce input[type="number"],
body.woocommerce-page .woocommerce textarea,
body.woocommerce-page .woocommerce select,
.wc-block-components-text-input input,
.wc-block-components-combobox .wc-block-components-combobox-control input,
.wc-block-components-select .wc-block-components-select__select {
  min-height: 50px;
  padding: 0 15px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 7px;
  outline: 0;
  transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

body.woocommerce-page .woocommerce textarea {
  min-height: 130px;
  padding-block: 13px;
}

body.woocommerce-page .woocommerce input:focus,
body.woocommerce-page .woocommerce textarea:focus,
body.woocommerce-page .woocommerce select:focus,
.wc-block-components-text-input input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input:focus,
.wc-block-components-select .wc-block-components-select__select:focus {
  background: var(--panel-strong);
  border-color: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(0, 169, 197, .12);
}

body.woocommerce-page .woocommerce label {
  color: #c4d0da;
  font-size: .82rem;
  font-weight: 700;
}

body.woocommerce-page .woocommerce a.button,
body.woocommerce-page .woocommerce button.button,
body.woocommerce-page .woocommerce input.button,
body.woocommerce-page .woocommerce #respond input#submit,
.wc-block-components-button:not(.is-link) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px;
  color: #fff;
  background: var(--blue-600);
  border: 1px solid var(--blue-600);
  border-radius: 7px;
  box-shadow: 0 10px 25px rgba(8, 117, 173, .2);
  font-size: .84rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform var(--transition), background var(--transition), border-color var(--transition), box-shadow var(--transition);
}

body.woocommerce-page .woocommerce a.button:hover,
body.woocommerce-page .woocommerce button.button:hover,
body.woocommerce-page .woocommerce input.button:hover,
body.woocommerce-page .woocommerce #respond input#submit:hover,
.wc-block-components-button:not(.is-link):hover {
  color: #fff;
  background: var(--cyan-500);
  border-color: var(--cyan-500);
  box-shadow: 0 14px 30px rgba(0, 169, 197, .22);
  transform: translateY(-2px);
}

body.woocommerce-page .woocommerce a.button.disabled,
body.woocommerce-page .woocommerce button.button.disabled,
body.woocommerce-page .woocommerce button.button:disabled {
  color: rgba(255, 255, 255, .55);
  background: #314252;
  border-color: #314252;
}

/* Notices — classic and block-based WooCommerce */
body.woocommerce-page .woocommerce-message,
body.woocommerce-page .woocommerce-info,
body.woocommerce-page .woocommerce-error,
.wc-block-components-notice-banner {
  padding: 18px 20px 18px 52px;
  margin-bottom: 24px;
  color: var(--text);
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .12);
  border-top: 1px solid rgba(255, 255, 255, .12);
  border-left: 3px solid var(--cyan-500);
  border-radius: 8px;
}

body.woocommerce-page .woocommerce-error {
  border-left-color: #ff7474;
}

body.woocommerce-page .woocommerce-message::before,
body.woocommerce-page .woocommerce-info::before {
  color: var(--cyan-500);
}

body.woocommerce-page .woocommerce-error::before {
  color: #ff7474;
}

body.woocommerce-page .woocommerce-message a,
body.woocommerce-page .woocommerce-info a,
body.woocommerce-page .woocommerce-error a,
.wc-block-components-notice-banner a {
  color: #8de5ef;
}

/* ================================================================
   Shop / product archives
   ================================================================ */
body.woocommerce-shop .site-main,
body.tax-product_cat .site-main,
body.tax-product_tag .site-main,
body.post-type-archive-product .site-main {
  width: min(calc(100% - 48px), var(--container));
  min-height: 70vh;
  padding: 68px 0 104px;
  margin-inline: auto;
}

body.woocommerce-shop .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header {
  position: relative;
  max-width: 880px;
  padding: 0 0 44px;
}

body.woocommerce-shop .woocommerce-products-header::before,
body.tax-product_cat .woocommerce-products-header::before,
body.tax-product_tag .woocommerce-products-header::before,
body.post-type-archive-product .woocommerce-products-header::before {
  content: "Catálogo técnico";
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #71d9e7;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-products-header::after,
body.tax-product_cat .woocommerce-products-header::after,
body.tax-product_tag .woocommerce-products-header::after,
body.post-type-archive-product .woocommerce-products-header::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 124px;
  width: 30px;
  height: 2px;
  background: var(--cyan-500);
}

.woocommerce-products-header__title.page-title {
  margin: 0;
  color: var(--text);
  font-size: clamp(2.7rem, 5vw, 5rem);
}

.woocommerce-products-header .term-description {
  max-width: 700px;
  margin-top: 18px;
  color: var(--muted);
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count {
  float: left;
  margin: 13px 0 32px;
  color: var(--muted);
  font-size: .8rem;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
  float: right;
  margin: 0 0 32px;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select {
  min-width: 235px;
  min-height: 46px;
  padding: 0 40px 0 14px;
  color: var(--text);
  background-color: var(--panel);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 7px;
}

body.woocommerce-shop ul.products,
body.tax-product_cat ul.products,
body.tax-product_tag ul.products,
body.post-type-archive-product ul.products {
  clear: both;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  margin: 0;
}

body.woocommerce-shop ul.products::before,
body.woocommerce-shop ul.products::after,
body.tax-product_cat ul.products::before,
body.tax-product_cat ul.products::after,
body.tax-product_tag ul.products::before,
body.tax-product_tag ul.products::after {
  display: none;
}

body.woocommerce-shop ul.products li.product,
body.tax-product_cat ul.products li.product,
body.tax-product_tag ul.products li.product,
body.post-type-archive-product ul.products li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  width: auto !important;
  min-width: 0;
  padding: 14px 14px 18px;
  margin: 0 !important;
  background: linear-gradient(180deg, var(--panel), var(--bg-elevated));
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(0, 0, 0, .12);
  transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

body.woocommerce-shop ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover,
body.tax-product_tag ul.products li.product:hover,
body.post-type-archive-product ul.products li.product:hover {
  z-index: 1;
  border-color: rgba(0, 169, 197, .42);
  box-shadow: 0 22px 48px rgba(0, 0, 0, .25);
  transform: translateY(-6px);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__link,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__link,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__link,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

body.woocommerce-shop ul.products li.product a img,
body.tax-product_cat ul.products li.product a img,
body.tax-product_tag ul.products li.product a img,
body.post-type-archive-product ul.products li.product a img {
  aspect-ratio: 1 / 1;
  width: 100%;
  padding: 22px;
  margin: 0 0 20px;
  object-fit: contain;
  background: #f8fafb;
  border-radius: 12px;
  transition: transform 450ms ease;
}

body.woocommerce-shop ul.products li.product:hover a img,
body.tax-product_cat ul.products li.product:hover a img,
body.tax-product_tag ul.products li.product:hover a img,
body.post-type-archive-product ul.products li.product:hover a img {
  transform: scale(1.035);
}

body.woocommerce-shop ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product ul.products li.product .woocommerce-loop-product__title {
  min-height: 2.65em;
  padding: 0;
  margin: 0 3px 10px;
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-size: .98rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -.015em;
}

body.woocommerce-shop ul.products li.product .star-rating,
body.tax-product_cat ul.products li.product .star-rating,
body.tax-product_tag ul.products li.product .star-rating {
  margin: 0 3px 9px;
  color: #ffc75a;
  font-size: .76rem;
}

body.woocommerce-shop ul.products li.product .price,
body.tax-product_cat ul.products li.product .price,
body.tax-product_tag ul.products li.product .price,
body.post-type-archive-product ul.products li.product .price {
  min-height: 30px;
  margin: auto 3px 15px;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 1.08rem;
  font-weight: 800;
}

body.woocommerce-shop ul.products li.product .price del,
body.tax-product_cat ul.products li.product .price del,
body.tax-product_tag ul.products li.product .price del {
  color: var(--muted);
  font-size: .75em;
}

body.woocommerce-shop ul.products li.product .price ins,
body.tax-product_cat ul.products li.product .price ins,
body.tax-product_tag ul.products li.product .price ins {
  text-decoration: none;
}

body.woocommerce-shop ul.products li.product .button,
body.tax-product_cat ul.products li.product .button,
body.tax-product_tag ul.products li.product .button,
body.post-type-archive-product ul.products li.product .button {
  width: 100%;
  min-height: 45px;
  margin: 0;
}

body.woocommerce-shop ul.products li.product .onsale,
body.tax-product_cat ul.products li.product .onsale,
body.tax-product_tag ul.products li.product .onsale {
  top: 25px;
  right: 25px;
  left: auto;
  min-width: 0;
  min-height: 0;
  padding: 8px 10px;
  color: var(--navy-950);
  background: #78dce8;
  border-radius: 999px;
  font-size: .63rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination,
body.tax-product_tag .woocommerce-pagination {
  margin-top: 48px;
}

body.woocommerce-shop .woocommerce-pagination ul.page-numbers,
body.tax-product_cat .woocommerce-pagination ul.page-numbers,
body.tax-product_tag .woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 0;
}

body.woocommerce-shop .woocommerce-pagination ul.page-numbers li,
body.tax-product_cat .woocommerce-pagination ul.page-numbers li,
body.tax-product_tag .woocommerce-pagination ul.page-numbers li {
  border: 0;
}

body.woocommerce-shop .woocommerce-pagination .page-numbers,
body.tax-product_cat .woocommerce-pagination .page-numbers,
body.tax-product_tag .woocommerce-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 42px;
  height: 42px;
  padding: 0 10px;
  color: var(--text);
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 6px;
  transition: background var(--transition), border-color var(--transition);
}

body.woocommerce-shop .woocommerce-pagination .page-numbers.current,
body.woocommerce-shop .woocommerce-pagination a.page-numbers:hover,
body.tax-product_cat .woocommerce-pagination .page-numbers.current,
body.tax-product_cat .woocommerce-pagination a.page-numbers:hover,
body.tax-product_tag .woocommerce-pagination .page-numbers.current,
body.tax-product_tag .woocommerce-pagination a.page-numbers:hover {
  color: #fff;
  background: var(--blue-600);
  border-color: var(--blue-600);
}

/* ================================================================
   Cart — classic shortcode
   ================================================================ */
.woocommerce-cart-form,
.cart-collaterals .cart_totals {
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .16);
}

.woocommerce-cart-form {
  overflow: hidden;
}

body.woocommerce-cart table.shop_table {
  width: 100%;
  margin: 0;
  color: var(--text);
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}

body.woocommerce-cart table.shop_table th,
body.woocommerce-cart table.shop_table td {
  padding: 18px 20px;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.woocommerce-cart table.shop_table thead {
  color: #9edfea;
  background: rgba(0, 169, 197, .07);
  font-size: .69rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.woocommerce-cart table.shop_table tbody tr {
  transition: background var(--transition);
}

body.woocommerce-cart table.shop_table tbody tr:hover {
  background: rgba(255, 255, 255, .025);
}

body.woocommerce-cart td.product-thumbnail {
  width: 96px;
}

body.woocommerce-cart td.product-thumbnail img {
  width: 72px;
  height: 72px;
  padding: 7px;
  object-fit: contain;
  background: #fff;
  border-radius: 8px;
}

body.woocommerce-cart td.product-name a {
  color: var(--text);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

body.woocommerce-cart td.product-name a:hover {
  color: #7ddbea;
}

body.woocommerce-cart .product-price,
body.woocommerce-cart .product-subtotal {
  color: #fff;
  font-weight: 800;
}

body.woocommerce-cart a.remove {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  color: #ff8c8c !important;
  background: rgba(255, 91, 91, .08);
  border: 1px solid rgba(255, 91, 91, .18);
  transition: color var(--transition), background var(--transition), transform var(--transition);
}

body.woocommerce-cart a.remove:hover {
  color: #fff !important;
  background: #d94e4e;
  transform: rotate(6deg);
}

body.woocommerce-cart .quantity .qty {
  width: 76px;
  min-height: 44px;
  text-align: center;
}

body.woocommerce-cart table.cart td.actions {
  padding: 20px;
}

body.woocommerce-cart table.cart td.actions .coupon {
  display: flex;
  gap: 9px;
}

body.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 210px;
}

body.woocommerce-cart .cart-collaterals {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

body.woocommerce-cart .cart-collaterals::before,
body.woocommerce-cart .cart-collaterals::after {
  display: none;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 480px);
  padding: 28px;
}

body.woocommerce-cart .cart_totals h2 {
  margin-bottom: 20px;
  color: var(--text);
  font-size: 1.55rem;
}

body.woocommerce-cart .cart_totals table {
  margin-bottom: 20px;
  color: var(--text);
  border: 0;
}

body.woocommerce-cart .cart_totals th,
body.woocommerce-cart .cart_totals td {
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
}

body.woocommerce-cart .cart_totals td {
  text-align: right;
}

body.woocommerce-cart .order-total strong {
  color: #86e2ed;
  font-size: 1.25rem;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  padding: 0;
}

body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 58px;
  margin: 0;
  font-size: .94rem;
}

body.woocommerce-cart .cart-empty {
  padding: 50px 28px;
  color: var(--muted);
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  text-align: center;
}

body.woocommerce-cart .return-to-shop {
  text-align: center;
}

/* Cart Block — component-level styling for current WooCommerce */
.wp-block-woocommerce-cart {
  color: var(--text);
}

.wc-block-components-sidebar-layout {
  gap: 28px;
}

.wc-block-cart__main,
.wc-block-cart__sidebar,
.wc-block-components-sidebar {
  min-width: 0;
}

.wc-block-cart-items,
.wc-block-components-sidebar > div,
.wc-block-cart__totals-title,
.wc-block-components-totals-wrapper,
.wc-block-components-order-summary {
  color: var(--text);
  background: var(--bg-elevated);
  border-color: rgba(255, 255, 255, .1) !important;
}

.wc-block-cart-items {
  border: 1px solid rgba(255, 255, 255, .1) !important;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.wc-block-cart-items thead {
  color: #9edfea;
  background: rgba(0, 169, 197, .07);
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.wc-block-cart-items td {
  border-color: rgba(255, 255, 255, .08) !important;
}

.wc-block-cart-item__image img {
  padding: 7px;
  background: #fff;
  border-radius: 8px;
}

.wc-block-components-product-name,
.wc-block-cart-item__product .wc-block-components-product-name {
  color: var(--text) !important;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}

.wc-block-components-product-metadata,
.wc-block-components-product-details,
.wc-block-cart-item__prices,
.wc-block-components-totals-item__description {
  color: var(--muted) !important;
}

.wc-block-components-product-price,
.wc-block-formatted-money-amount,
.wc-block-components-formatted-money-amount {
  color: #fff;
  font-weight: 800;
}

.wc-block-components-quantity-selector {
  color: var(--text);
  background: var(--panel);
  border-color: rgba(255, 255, 255, .16) !important;
}

.wc-block-components-quantity-selector input,
.wc-block-components-quantity-selector button {
  color: var(--text) !important;
}

.wc-block-cart-item__remove-link,
.wc-block-components-button.is-link {
  color: #84dce8 !important;
  text-underline-offset: 3px;
}

.wc-block-cart__sidebar,
.wc-block-components-sidebar {
  padding: 25px !important;
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 45px rgba(0, 0, 0, .16);
}

.wc-block-cart__totals-title,
.wc-block-components-totals-item {
  color: var(--text);
}

.wc-block-components-totals-item__label {
  color: #c5d0da;
}

.wc-block-cart__submit-button {
  width: 100%;
  min-height: 58px;
}

.wc-block-components-panel,
.wc-block-components-totals-coupon,
.wc-block-components-shipping-calculator {
  color: var(--text);
  border-color: rgba(255, 255, 255, .1) !important;
}

/* ================================================================
   My Account
   ================================================================ */
body.logged-in.woocommerce-account .entry-content > .woocommerce {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

body.logged-in.woocommerce-account .entry-content > .woocommerce::before,
body.logged-in.woocommerce-account .entry-content > .woocommerce::after {
  display: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
  padding: 12px;
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  margin-top: 4px;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 0 14px;
  color: var(--muted);
  border-radius: 7px;
  font-size: .84rem;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--transition), background var(--transition), transform var(--transition);
}

body.woocommerce-account .woocommerce-MyAccount-navigation a::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 11px;
  background: #5d7182;
  border-radius: 50%;
  transition: background var(--transition), box-shadow var(--transition);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  color: #fff;
  background: rgba(0, 169, 197, .1);
  transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before {
  background: var(--cyan-500);
  box-shadow: 0 0 0 4px rgba(0, 169, 197, .11);
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  min-width: 0;
  min-height: 360px;
  padding: 32px;
  color: var(--muted);
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
}

body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content strong {
  color: var(--text);
}

body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: #7ddbea;
  text-decoration: underline;
  text-underline-offset: 3px;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  color: var(--text);
  border-color: rgba(255, 255, 255, .1);
  border-collapse: collapse;
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  padding: 14px 16px;
  border-color: rgba(255, 255, 255, .08);
}

body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  color: #9edfea;
  background: rgba(0, 169, 197, .06);
  font-size: .7rem;
  letter-spacing: .07em;
  text-transform: uppercase;
}

body.woocommerce-account .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.woocommerce-account .woocommerce-Address {
  float: none;
  width: auto;
  padding: 22px;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
}

body.woocommerce-account .woocommerce-Address-title h3 {
  font-size: 1.15rem;
}

body.woocommerce-account .woocommerce-Address address {
  color: var(--muted);
  font-style: normal;
}

body.woocommerce-account form.woocommerce-form-login,
body.woocommerce-account form.woocommerce-form-register,
body.woocommerce-account form.lost_reset_password {
  padding: 30px;
  color: var(--muted);
  background: var(--bg-elevated);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius-md);
  box-shadow: 0 16px 42px rgba(0, 0, 0, .14);
}

body.woocommerce-account #customer_login {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

body.woocommerce-account #customer_login::before,
body.woocommerce-account #customer_login::after {
  display: none;
}

body.woocommerce-account #customer_login > .col-1,
body.woocommerce-account #customer_login > .col-2 {
  float: none;
  width: auto;
}

body.woocommerce-account #customer_login h2 {
  color: var(--text);
  font-size: 1.7rem;
}

body.woocommerce-account .woocommerce-form-row {
  margin-bottom: 16px;
}

body.woocommerce-account .woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  margin-right: 12px;
}

body.woocommerce-account fieldset {
  padding: 24px;
  margin: 26px 0;
  background: var(--panel);
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 10px;
}

body.woocommerce-account fieldset legend {
  padding: 0 8px;
  color: #8de3ee;
  font-weight: 800;
}

/* Responsive archive, cart and account layouts */
@media (max-width: 1080px) {
  body.woocommerce-shop ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.post-type-archive-product ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.woocommerce-page .primary-nav {
    background: var(--bg-elevated);
  }

  body.woocommerce-page .primary-menu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  body.woocommerce-shop .site-main,
  body.tax-product_cat .site-main,
  body.tax-product_tag .site-main,
  body.post-type-archive-product .site-main {
    width: min(calc(100% - 36px), var(--container));
    padding-block: 54px 82px;
  }

  body.woocommerce-shop ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.post-type-archive-product ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.logged-in.woocommerce-account .entry-content > .woocommerce {
    grid-template-columns: 1fr;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 4px;
  }
}

@media (max-width: 700px) {
  body.woocommerce-cart table.cart td.actions .coupon {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  body.woocommerce-cart table.cart td.actions .coupon .input-text,
  body.woocommerce-cart table.cart td.actions .button {
    width: 100%;
  }

  .wc-block-components-sidebar-layout {
    display: block;
  }

  .wc-block-cart__main,
  .wc-block-components-main,
  .wc-block-cart__sidebar,
  .wc-block-components-sidebar {
    width: 100% !important;
  }

  .wc-block-cart__sidebar,
  .wc-block-components-sidebar {
    margin-top: 24px;
  }

  body.woocommerce-account #customer_login,
  body.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body.woocommerce-shop .site-main,
  body.tax-product_cat .site-main,
  body.tax-product_tag .site-main,
  body.post-type-archive-product .site-main {
    width: min(calc(100% - 28px), var(--container));
    padding-block: 42px 68px;
  }

  body.woocommerce-shop .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.tax-product_tag .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_tag .woocommerce-ordering {
    float: none;
    width: 100%;
    margin: 0 0 16px;
  }

  body.woocommerce-shop .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_tag .woocommerce-ordering select {
    width: 100%;
  }

  body.woocommerce-shop ul.products,
  body.tax-product_cat ul.products,
  body.tax-product_tag ul.products,
  body.post-type-archive-product ul.products {
    grid-template-columns: 1fr;
  }

  body.woocommerce-shop ul.products li.product,
  body.tax-product_cat ul.products li.product,
  body.tax-product_tag ul.products li.product,
  body.post-type-archive-product ul.products li.product {
    padding: 12px 12px 17px;
  }

  body.woocommerce-cart table.shop_table_responsive tr td,
  body.woocommerce-account table.shop_table_responsive tr td {
    min-height: 48px;
    padding: 13px 16px;
    background: transparent;
    border-color: rgba(255, 255, 255, .08);
  }

  body.woocommerce-cart table.shop_table_responsive tr,
  body.woocommerce-account table.shop_table_responsive tr {
    display: block;
    margin-bottom: 14px;
    background: var(--bg-elevated);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 9px;
    overflow: hidden;
  }

  body.woocommerce-cart table.shop_table_responsive tr td::before,
  body.woocommerce-account table.shop_table_responsive tr td::before {
    color: #9edfea;
    font-size: .68rem;
    letter-spacing: .05em;
    text-transform: uppercase;
  }

  body.woocommerce-cart td.product-thumbnail {
    display: none !important;
  }

  body.woocommerce-cart .cart-collaterals .cart_totals,
  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account form.woocommerce-form-login,
  body.woocommerce-account form.woocommerce-form-register {
    padding: 22px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
  }

  .wc-block-cart__sidebar,
  .wc-block-components-sidebar {
    padding: 20px !important;
  }
}

/* Final cart palette overrides: keep checkout/account dark, align cart with catalog. */
html body.woocommerce-cart {
  color: var(--navy-950);
  background: #f3f7fa;
}

html body.woocommerce-cart .site-header {
  color: var(--navy-950);
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #dbe5eb;
}

html body.woocommerce-cart .header-logo-text,
html body.woocommerce-cart .primary-menu > li > a,
html body.woocommerce-cart .icon-button,
html body.woocommerce-cart .menu-toggle {
  color: var(--navy-950);
}

html body.woocommerce-cart .header-left .custom-logo {
  filter: none;
}

html body.woocommerce-cart .content-area,
html body.woocommerce-cart .site-main,
html body.woocommerce-cart #primary {
  background: #f3f7fa;
}

html body.woocommerce-cart .page-hero h1,
html body.woocommerce-cart .entry-content,
html body.woocommerce-cart td.product-name a,
html body.woocommerce-cart .product-price,
html body.woocommerce-cart .product-subtotal,
html body.woocommerce-cart .cart_totals h2,
html body.woocommerce-cart .cart_totals table {
  color: var(--navy-950);
}

html body.woocommerce-cart table.shop_table thead,
html body.woocommerce-cart table.shop_table_responsive tr td::before {
  color: var(--blue-700);
}

html body.woocommerce-cart .quantity .qty,
html body.woocommerce-cart table.cart td.actions .coupon .input-text {
  color: var(--navy-950);
  background: #fff;
  border-color: #b9cad4;
}

html body.woocommerce-cart .order-total strong {
  color: var(--blue-700);
}

html body.woocommerce-cart .bc-commerce-support strong {
  color: var(--navy-950);
}

@media (max-width: 700px) {
  html body.woocommerce-cart table.shop_table_responsive tr {
    background: #fff;
    border-color: #dbe5eb;
  }
}

/* My Account — catalog-aligned light interface */
html body.woocommerce-account {
  color: var(--navy-950);
  background: #f3f7fa;
}

html body.woocommerce-account .site-header {
  color: var(--navy-950);
  background: rgba(255, 255, 255, .97);
  border-bottom-color: #dbe5eb;
  box-shadow: 0 8px 28px rgba(8, 31, 51, .07);
}

html body.woocommerce-account .header-logo-text,
html body.woocommerce-account .primary-menu > li > a,
html body.woocommerce-account .icon-button,
html body.woocommerce-account .menu-toggle {
  color: var(--navy-950);
}

html body.woocommerce-account .header-left .custom-logo {
  filter: none;
}

html body.woocommerce-account .content-area,
html body.woocommerce-account .site-main,
html body.woocommerce-account #primary {
  background: #f3f7fa;
}

html body.woocommerce-account:not(.logged-in) .content-area {
  padding-top: 0;
}

html body.woocommerce-account:not(.logged-in) .container.narrow-content {
  width: 100%;
  max-width: none;
  padding-inline: 0;
}

html body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

html body.woocommerce-account:not(.logged-in) .page-hero {
  position: relative;
  width: 100%;
  max-width: none;
  padding-inline: max(calc((100vw - var(--container)) / 2), 24px);
  padding-block: clamp(62px, 8vw, 102px) clamp(46px, 6vw, 72px);
  color: #fff;
  background:
    linear-gradient(115deg, rgba(0, 169, 197, .16), transparent 54%),
    var(--navy-950);
  overflow: hidden;
}

html body.woocommerce-account:not(.logged-in) .page-hero::after,
html body.woocommerce-account .bc-account__header::after {
  position: absolute;
  inset: 0;
  content: "";
  background-image:
    linear-gradient(rgba(255, 255, 255, .026) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .026) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(90deg, transparent 18%, #000 100%);
  pointer-events: none;
}

html body.woocommerce-account:not(.logged-in) .page-hero .container {
  position: relative;
  z-index: 1;
}

html body.woocommerce-account:not(.logged-in) .page-hero h1 {
  max-width: 780px;
  color: #fff;
  font-size: clamp(2.6rem, 6vw, 5.25rem);
  letter-spacing: -.055em;
}

html body.woocommerce-account:not(.logged-in) .entry-content {
  color: var(--navy-950);
}

html body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
  padding-block: clamp(44px, 6vw, 82px) clamp(72px, 9vw, 118px);
}

html body.woocommerce-account .bc-auth {
  gap: 30px;
}

html body.woocommerce-account .bc-auth__intro {
  align-items: center;
  padding: 0 0 34px;
  color: var(--navy-950);
  background: transparent;
  border: 0;
  border-bottom: 1px solid #cfdee6;
  border-radius: 0;
}

html body.woocommerce-account .bc-auth__intro span,
html body.woocommerce-account .bc-account__header span {
  color: var(--blue-600);
}

html body.woocommerce-account .bc-auth__intro h2 {
  margin: 8px 0 0;
  color: var(--navy-950);
  font-size: clamp(1.75rem, 3.3vw, 3rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

html body.woocommerce-account .bc-auth__intro > p {
  color: #506779;
  font-size: .92rem;
  line-height: 1.75;
}

html body.woocommerce-account .bc-auth__grid {
  gap: 22px;
}

html body.woocommerce-account .bc-auth__mobile-nav {
  display: none;
}

html body.woocommerce-account .bc-auth__panel {
  position: relative;
  padding: clamp(26px, 3vw, 38px);
  color: var(--navy-950);
  background: #fff;
  border: 1px solid #d7e3e9;
  border-top: 4px solid var(--cyan-500);
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8, 31, 51, .07);
}

html body.woocommerce-account .bc-auth__panel--register {
  background: linear-gradient(150deg, #fff 58%, #f0f8fa 100%);
  border-top-color: var(--blue-600);
}

html body.woocommerce-account .bc-auth__panel-heading {
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom-color: #dce6eb;
}

html body.woocommerce-account .bc-auth__panel-heading > span {
  color: #fff;
  background: var(--blue-600);
  box-shadow: 0 0 0 5px rgba(0, 136, 174, .1);
}

html body.woocommerce-account .bc-auth__panel-heading h3 {
  color: var(--navy-950);
  font-size: 1.45rem;
}

html body.woocommerce-account .bc-auth__panel-heading p,
html body.woocommerce-account .bc-auth__password-note,
html body.woocommerce-account .woocommerce-privacy-policy-text {
  color: #5d7181;
}

html body.woocommerce-account .bc-auth label,
html body.woocommerce-account .woocommerce-MyAccount-content label {
  color: #243d50;
  font-weight: 750;
}

html body.woocommerce-account .bc-auth input.input-text,
html body.woocommerce-account .bc-auth select,
html body.woocommerce-account .bc-auth textarea,
html body.woocommerce-account .woocommerce-MyAccount-content input.input-text,
html body.woocommerce-account .woocommerce-MyAccount-content select,
html body.woocommerce-account .woocommerce-MyAccount-content textarea {
  color: var(--navy-950);
  background: #fff;
  border-color: #b8cad4;
}

html body.woocommerce-account .bc-auth select {
  color-scheme: light;
  background-color: #fff !important;
  color: var(--navy-950) !important;
}

html body.woocommerce-account .bc-auth select option {
  color: var(--navy-950);
  background: #fff;
}

/* Avoid stacking the global page spacing with the cart hero spacing. */
html body.woocommerce-cart .content-area {
  min-height: 0;
  padding-top: 24px;
  padding-bottom: clamp(56px, 7vw, 92px);
}

html body.woocommerce-cart .page-hero {
  padding-top: clamp(18px, 3vw, 34px);
  padding-bottom: clamp(24px, 3vw, 38px);
}

html body.woocommerce-cart .page-hero h1 {
  font-size: clamp(2.8rem, 6vw, 5.2rem);
}

html body.woocommerce-cart td.product-thumbnail img.bc-cart-source-image {
  object-fit: contain;
  background: #eaf1f4;
  mix-blend-mode: multiply;
  filter: contrast(1.08);
}

html body.woocommerce-account .bc-auth input[aria-invalid="true"] {
  border-color: #c83d4b;
  box-shadow: 0 0 0 3px rgba(200, 61, 75, .12);
}

.bch-document-help {
  display: block;
  margin-top: 7px;
  color: #5d7181;
  font-size: .75rem;
}

html body.woocommerce-account .bc-auth input.input-text:focus,
html body.woocommerce-account .bc-auth select:focus,
html body.woocommerce-account .bc-auth textarea:focus,
html body.woocommerce-account .woocommerce-MyAccount-content input.input-text:focus,
html body.woocommerce-account .woocommerce-MyAccount-content select:focus,
html body.woocommerce-account .woocommerce-MyAccount-content textarea:focus {
  border-color: var(--cyan-500);
  box-shadow: 0 0 0 3px rgba(0, 169, 197, .13);
  outline: 0;
}

html body.woocommerce-account .bc-auth .button,
html body.woocommerce-account .woocommerce-MyAccount-content .button {
  color: #fff;
  background: var(--navy-950);
  border-color: var(--navy-950);
}

html body.woocommerce-account .bc-auth .button:hover,
html body.woocommerce-account .bc-auth .button:focus-visible,
html body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
html body.woocommerce-account .woocommerce-MyAccount-content .button:focus-visible {
  color: #fff;
  background: var(--blue-700);
  border-color: var(--blue-700);
}

html body.woocommerce-account .bc-auth .lost_password a,
html body.woocommerce-account .bc-auth__assurance a,
html body.woocommerce-account .woocommerce-MyAccount-content a:not(.button) {
  color: var(--blue-700);
}

html body.woocommerce-account .bc-auth__password-note {
  background: #edf7f9;
  border-left-color: var(--cyan-500);
}

html body.woocommerce-account .bc-auth__assurance {
  color: var(--navy-950);
  background: #e5f1f4;
  border-color: #c8dfe5;
}

html body.woocommerce-account .bc-auth__assurance strong {
  color: var(--navy-950);
}

html body.woocommerce-account .bc-auth__assurance div span {
  color: #536b7c;
}

/* Signed-in account shell and all WooCommerce account endpoints. */
html body.logged-in.woocommerce-account .content-area {
  padding-block: clamp(42px, 6vw, 76px) clamp(76px, 9vw, 120px);
}

html body.woocommerce-account .bc-account__header {
  position: relative;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  margin-bottom: 24px;
  color: #fff;
  background:
    linear-gradient(115deg, rgba(0, 169, 197, .15), transparent 58%),
    var(--navy-950);
  border: 0;
  border-radius: 12px;
  box-shadow: 0 18px 44px rgba(8, 31, 51, .12);
  overflow: hidden;
}

html body.woocommerce-account .bc-account__header > * {
  position: relative;
  z-index: 1;
}

html body.woocommerce-account .bc-account__header h2 {
  color: #fff;
}

html body.woocommerce-account .bc-account__header > p {
  color: #b4c5d0;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation,
html body.woocommerce-account .woocommerce-MyAccount-content {
  color: #536979;
  background: #fff;
  border-color: #d7e3e9;
  box-shadow: 0 16px 40px rgba(8, 31, 51, .07);
}

html body.woocommerce-account .woocommerce-MyAccount-navigation a {
  color: #536979;
}

html body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
html body.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
html body.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible {
  color: var(--navy-950);
  background: #e9f5f7;
}

html body.woocommerce-account .woocommerce-MyAccount-content h2,
html body.woocommerce-account .woocommerce-MyAccount-content h3,
html body.woocommerce-account .woocommerce-MyAccount-content strong,
html body.woocommerce-account .bc-dashboard__welcome h2,
html body.woocommerce-account .bc-dashboard__actions h3 {
  color: var(--navy-950) !important;
}

html body.woocommerce-account .bc-dashboard__welcome,
html body.woocommerce-account .bc-auth__panel-heading {
  border-bottom-color: #dce6eb;
}

html body.woocommerce-account .bc-dashboard__welcome p,
html body.woocommerce-account .bc-dashboard__metrics span,
html body.woocommerce-account .bc-dashboard__actions a > small {
  color: #5c7181;
}

html body.woocommerce-account .bc-dashboard__metrics > div,
html body.woocommerce-account .bc-dashboard__actions a,
html body.woocommerce-account .woocommerce-Address,
html body.woocommerce-account fieldset {
  background: #f5f9fb;
  border-color: #d7e3e9;
}

html body.woocommerce-account .bc-dashboard__metrics strong {
  color: var(--navy-950) !important;
}

html body.woocommerce-account .bc-dashboard__metrics a,
html body.woocommerce-account .bc-dashboard__actions a > span,
html body.woocommerce-account .bc-dashboard__welcome > a,
html body.woocommerce-account fieldset legend {
  color: var(--blue-700) !important;
}

html body.woocommerce-account .bc-dashboard__actions a > strong {
  color: var(--navy-950);
}

html body.woocommerce-account .woocommerce-MyAccount-content table.shop_table {
  color: var(--navy-950);
  border-color: #d7e3e9;
}

html body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,
html body.woocommerce-account .woocommerce-MyAccount-content table.shop_table td {
  border-color: #dfe8ed;
}

html body.woocommerce-account .woocommerce-MyAccount-content table.shop_table th {
  color: var(--blue-700);
  background: #eaf4f7;
}

@media (max-width: 900px) {
  html body.woocommerce-account .primary-nav {
    z-index: 20;
    color: var(--navy-950);
    background: #fff;
    border-top-color: #dbe5eb;
  }

  html body.woocommerce-account .primary-menu > li {
    border-bottom-color: #e2e9ed;
  }

  html body.woocommerce-account .bc-auth__intro {
    align-items: flex-start;
  }

  html body.woocommerce-account .bc-auth__mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    padding: 6px;
    background: #e4eef2;
    border: 1px solid #cddce3;
    border-radius: 10px;
  }

  html body.woocommerce-account .bc-auth__mobile-nav a {
    display: grid;
    place-items: center;
    min-height: 48px;
    padding: 10px 14px;
    color: #506779;
    border-radius: 7px;
    font-size: .82rem;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
  }

  html body.woocommerce-account .bc-auth__mobile-nav a:first-child {
    color: #fff;
    background: var(--navy-950);
    box-shadow: 0 7px 18px rgba(8, 31, 51, .14);
  }

  html body.woocommerce-account .bc-auth__mobile-nav a:hover,
  html body.woocommerce-account .bc-auth__mobile-nav a:focus-visible {
    color: #fff;
    background: var(--blue-700);
    outline: 3px solid rgba(0, 169, 197, .2);
    outline-offset: 2px;
  }

  html body.woocommerce-account .bc-auth__panel {
    scroll-margin-top: 96px;
  }

  html body.woocommerce-account .bc-account__layout {
    gap: 18px;
  }
}

@media (max-width: 620px) {
  html body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    width: min(calc(100% - 28px), var(--container));
  }

  html body.woocommerce-account:not(.logged-in) .page-hero {
    padding-inline: 14px;
    padding-block: 52px 44px;
  }

  html body.woocommerce-account:not(.logged-in) .page-hero h1 {
    font-size: clamp(2.65rem, 14vw, 4rem);
  }

  html body.woocommerce-account:not(.logged-in) .entry-content > .woocommerce {
    padding-block: 38px 76px;
  }

  html body.woocommerce-account .bc-auth {
    gap: 22px;
  }

  html body.woocommerce-account .bc-auth__intro {
    padding-bottom: 27px;
  }

  html body.woocommerce-account .bc-auth__panel,
  html body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px;
  }

  html body.woocommerce-account .bc-auth__panel-heading {
    grid-template-columns: 30px 1fr;
    gap: 12px;
  }

  html body.woocommerce-account .bc-auth__assurance {
    padding: 20px 22px;
  }

  html body.woocommerce-account .bc-account__header {
    padding: 26px 22px;
  }

  html body.woocommerce-account table.shop_table_responsive tr {
    background: #fff;
    border-color: #d7e3e9;
  }

  html body.woocommerce-account table.shop_table_responsive tr td {
    border-color: #dfe8ed;
  }

  html body.woocommerce-account table.shop_table_responsive tr td::before {
    color: var(--blue-700);
  }
}
