﻿/*
Theme Name: Torpoco WP
Theme URI: https://torpocoinox.com
Author: Artex
Description: Tema custom para ecommerce Torpoco con WooCommerce.
Version: 0.1.4
*/

:root {
  --color-bg: #ffffff;
  --color-surface: #121826;
  --color-surface-2: #182133;
  --color-text: #ffffff;
  --color-muted: #9ca8b9;
  --color-line: rgba(255, 255, 255, 0.08);
  --color-accent: #f2b544;
  --color-accent-2: #c4e7ed;
  --color-topbar: #2f93d2;
  --color-masthead: #0b4a86;
  --color-navrow: #0a447b;
  --color-link: #166db8;
  --color-dark-text: #243447;
  --color-panel-bg: #ffffff;
  --color-red: #e82525;
  
  --font-body: "Plus Jakarta Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;

  --text-xs: 0.78rem;
  --text-sm: 0.84rem;
  --text-md: 0.94rem;
  --text-lg: 1.05rem;
  --text-xl: 1.15rem;
  --text-2xl: 1.4rem;
  --text-3xl: 1.85rem;
  --text-4xl: 2.3rem;
  --text-5xl: 3rem;

  --space-1: 0.25rem;
  --space-2: 0.5rem;
  --space-3: 0.75rem;
  --space-4: 1rem;
  --space-5: 1.25rem;
  --space-6: 1.5rem;
  --space-7: 1.75rem;
  --space-8: 2rem;
  --space-10: 2.5rem;
  --space-12: 3rem;
  --space-14: 4rem;

  --max-width: 1300px;

  --radius-xs: 4px;
  --radius-xs2: 8px;
  --radius-sm: 12px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 18px;

  --header-topbar-height: 42px;
  --header-masthead-height: 88px;
  --header-nav-height: 50px;
  --logo-height: 52px;
  --logo-width: 190px;
  --icon-topbar-size: 18px;
  --icon-nav-size: 20px;
  --icon-contact-size: 35px;
  --icon-user-size: 24px;

  --home-products-heading-size: clamp(1.35rem, 2vw, 2rem);
  --home-products-tab-size: 0.90rem;
  --home-products-label-size: 0.7rem;
  --home-products-title-size: 0.95rem;
  --home-products-media-height: 220px;
}

/* Cart coupon layout lock: keep identical structure on first load and ajax refresh */
.torpoco-cart-page .torpoco-cart-page__coupon-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 124px !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
}

.torpoco-cart-page .torpoco-cart-page__coupon-submit {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 124px !important;
  min-width: 124px !important;
  min-height: 48px !important;
}

.torpoco-cart-page .torpoco-cart-page__coupon-active {
  min-height: 48px !important;
  box-sizing: border-box !important;
}

.torpoco-cart-page .torpoco-cart-page__checkout {
  margin-top: 1.25rem !important;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/PlusJakartaSans-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

html {
  box-sizing: border-box;
  overflow-x: clip;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: var(--font-body);
  background: #fff;
  color: var(--color-dark-text);
  line-height: 1.5;
  overflow-x: clip;
}

body.mobile-drawer-open {
  overflow: hidden;
}

body.cart-drawer-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site-shell {
  width: min(100% - 3rem, var(--max-width));
  margin: 0 auto;
}

.site-footer,
.hero,
.section-card {
  border: 1px solid rgba(14, 38, 61, 0.1);
  background: #fff;
  backdrop-filter: none;
  border-radius: var(--radius-lg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}

body.admin-bar .site-header {
  top: 0 !important;
}

.topbar {
  background: var(--color-topbar);
  color: #fff;
}

.topbar-inner,
.masthead-inner,
.navrow-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.topbar-inner {
  min-height: var(--header-topbar-height);
  justify-content: flex-end;
  flex-wrap: wrap;
  font-size: var(--text-xs);
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  white-space: nowrap;
}

.topbar-icon {
  opacity: 0.95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--icon-topbar-size);
  height: var(--icon-topbar-size);
  flex: 0 0 auto;
}

.topbar-icon .nav-icon {
  width: var(--icon-topbar-size);
  height: var(--icon-topbar-size);
}

.masthead {
  background: var(--color-masthead);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.masthead-inner {
  min-height: var(--header-masthead-height);
  justify-content: space-between;
  gap: clamp(0.7rem, 1.2vw, 1.25rem);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-width: max-content;
  flex: 0 0 auto;
}

.site-brand-image {
  display: block;
  width: auto;
  height: var(--logo-height) !important;
  max-width: var(--logo-width) !important;
  max-height: var(--logo-height) !important;
  object-fit: contain;
}

.site-search {
  flex: 1 1 620px;
  max-width: 760px;
  min-width: 260px;
  position: relative;
  display: flex;
  align-items: stretch;
  min-height: var(--header-nav-height);
  background: #fff;
  border-radius: var(--radius-xs2);
  overflow: visible;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.site-search input,
.site-search button {
  position: relative;
  z-index: 1;
}

.site-search input {
  flex: 1;
  border: 0;
  outline: 0;
  padding: 0 var(--space-5);
  font-size: var(--text-sm);
  color: var(--color-dark-text);
  border-radius: var(--radius-xs2);
}

.site-search input::placeholder {
  color: #7b8796;
}

.site-search button {
  width: 68px;
  border: 0;
  background: transparent;
  font-size: 1.6rem;
  color: #5b6470;
  cursor: pointer;
}

.site-search button:hover {
  background: none !important;
}

.site-search.has-search-suggest button,
.mobile-drawer-search-form.has-search-suggest button {
  position: relative;
}

.site-search.has-search-suggest.is-search-loading button .nav-icon,
.mobile-drawer-search-form.has-search-suggest.is-search-loading button .nav-icon {
  opacity: 0;
}

.site-search.has-search-suggest.is-search-loading button::after,
.mobile-drawer-search-form.has-search-suggest.is-search-loading button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.15rem;
  height: 1.15rem;
  background: url("assets/icons/loader-2.svg") center / contain no-repeat;
  transform: translate(-50%, -50%);
  animation: torpoco-search-spin 0.9s linear infinite;
}

@keyframes torpoco-search-spin {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.has-search-suggest .site-search-suggest {
  position: absolute;
  top: calc(100% + 0.55rem);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(14, 38, 61, 0.12);
  border-radius: 12px;
  box-shadow: 0 16px 28px rgba(7, 31, 58, 0.16);
  overflow: hidden;
  z-index: 70;
  display: none;
}

.mobile-drawer-search-form.has-search-suggest {
  position: relative;
}

.has-search-suggest .site-search-suggest.is-open {
  display: block;
}

.site-search-suggest__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 0.75rem;
  align-items: center;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid rgba(14, 38, 61, 0.08);
  color: var(--color-dark-text);
}

.site-search-suggest__list {
  max-height: min(70vh, calc(6 * 72px));
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-gutter: stable;
}

.site-search-suggest__meta {
  display: flex;
  flex-direction: column;
  gap: 0.18rem;
  min-width: 0;
}

.site-search-suggest__item:last-child {
  border-bottom: 0;
}

.site-search-suggest__item:hover,
.site-search-suggest__item:focus-visible {
  background: #f4f8fd;
}

.site-search-suggest__thumb {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(14, 38, 61, 0.12);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.site-search-suggest__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-search-suggest__thumb.is-empty {
  background: #f3f6fa;
}

.site-search-suggest__title {
  font-size: var(--text-sm); 
  font-weight: var(--font-weight-semibold);
  line-height: 1.3;
  color: var(--color-dark-text);
}

.site-search-suggest__category {
  font-size: 0.78rem;
  line-height: 1.2;
  color: var(--color-masthead);
}

.site-search-suggest__empty {
  margin: 0;
  padding: 0.75rem;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.site-search-suggest__view-all {
  position: sticky;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0.82rem 0.9rem;
  text-align: center;
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  color: #fff;
  background: var(--color-masthead);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.site-search-suggest__view-all:hover,
.site-search-suggest__view-all:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 88%, #000);
  color: #fff;
}

.masthead-actions {
  display: inline-flex;
  align-items: center;
  gap: var(--space-8);
  flex: 0 0 auto;
}

.contact-call {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  background: none !important;
}

.contact-icon {
  display: grid;
  place-items: center;
  width: var(--icon-contact-size);
  height: var(--icon-contact-size);
  border: 0;
  background: transparent;
}

.contact-icon .nav-icon {
  width: var(--icon-contact-size);
  height: var(--icon-contact-size);
}

.contact-call strong,
.contact-call small {
  display: block;
  line-height: 1.1;
}

.contact-call small {
  opacity: 0.9;
}

.user-chip {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-topbar);
  flex: 0 0 auto;
  transition: background 0.3s ease;
}

.user-chip:hover
{
  background: color-mix(in srgb, var(--color-topbar) 85%, white);
}

.user-chip .nav-icon {
  width: var(--icon-user-size);
  height: var(--icon-user-size);
}

.user-chip-menu {
  position: relative;
  flex: 0 0 auto;
}

.user-chip-menu::after {
  content: "";
  position: absolute;
  left: -0.5rem;
  right: -0.5rem;
  top: 100%;
  height: 1rem;
}

.user-chip--trigger {
  position: relative;
  z-index: 2;
}

.user-chip-dropdown {
  position: absolute;
  top: calc(100% + 0.95rem);
  right: 0;
  width: min(350px, calc(100vw - 1.5rem));
  padding: 1rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-sm);
  background: #fff;
  color: var(--color-dark-text);
  box-shadow: 0 16px 36px rgba(18, 24, 38, 0.14);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 30;
}

.user-chip-menu:hover .user-chip-dropdown,
.user-chip-menu:focus-within .user-chip-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.user-chip-dropdown__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.85rem;
}

.user-chip-dropdown__header strong {
  font-size: var(--text-md);
  color: var(--color-dark-text);
}

.user-chip-dropdown__header a,
.user-chip-dropdown__register a,
.user-chip-dropdown__lost-password a {
  color: var(--color-link);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
}

.user-chip-dropdown__form {
  display: grid;
  gap: 0.7rem;
}

.user-chip-dropdown__field {
  display: grid;
  gap: 0.35rem;
}

.user-chip-dropdown__field span {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
  color: var(--color-dark-text);
}

.user-chip-dropdown__lost-password {
  margin: 0.75rem 0 0;
}

.user-chip-dropdown__welcome {
  margin: 0 0 0.75rem;
  color: var(--color-dark-text);
  font-size: var(--text-sm);
}

.user-chip-dropdown__register {
  margin: 0.2rem 0 0;
}

.user-chip-dropdown__field input {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.9rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  background: #fff;
  color: var(--color-dark-text);
  font-family: var(--font-body);
  font-size: var(--text-sm);
}

.user-chip-dropdown__field input:focus {
  outline: none;
  border-color: var(--color-link);
}

.user-chip-dropdown__remember {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.1rem 0 0;
  font-size: var(--text-sm);
}

.user-chip-dropdown__submit {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  transition: background-color 0.22s ease, color 0.22s ease;
}

.user-chip-dropdown__submit:hover,
.user-chip-dropdown__submit:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 86%, white);
}

.user-chip-dropdown__error {
  margin: 0.3rem 0 0;
  color: #b42318;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
}

.cart-chip {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--color-topbar);
  color: #fff;
  flex: 0 0 auto;
  border: 0;
  padding: 0;
  cursor: pointer;
  appearance: none;
  position: relative;
  transition: background 0.3s ease;
}

.cart-chip:hover {
  background: color-mix(in srgb, var(--color-topbar) 85%, white) !important;
}

.cart-chip .nav-icon {
  width: 20px;
  height: 20px;
  color: inherit;
}

.cart-chip__count {
  position: absolute;
  top: -0.35rem;
  right: -0.35rem;
  min-width: 21px;
  height: 21px;
  padding: 0 0.4rem;
  border-radius: 999px;
  background: var(--color-red);
  color:var(--color-text);
  font-size: 12px;
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-body);
  line-height: 18px;
  text-align: center;
  align-content: center;
}

.cart-chip__count.is-empty {
  opacity: 0.6;
}

.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(3, 8, 15, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease;
  z-index: 95;
}

.cart-drawer-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

.cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(500px, 94vw);
  height: 100dvh;
  padding: 1rem 1rem 0.95rem;
  background:
    radial-gradient(circle at top right, rgba(47, 147, 210, 0.11), transparent 40%),
    linear-gradient(180deg, #ffffff 0%, #f6f9fe 100%);
  color: var(--color-dark-text);
  box-shadow: -24px 0 60px rgba(11, 74, 134, 0.16);
  transform: translateX(102%);
  transition: transform 0.28s ease;
  z-index: 100;
  display: flex;
  flex-direction: column;
}

.cart-drawer.is-open {
  transform: translateX(0);
}

.cart-drawer__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.15rem 0 1rem;
  margin-bottom: 0.9rem;
  border-bottom: 1px solid rgba(11, 74, 134, 0.12);
}

.cart-drawer__heading {
  display: grid;
  gap: 0.2rem;
}

.cart-drawer__eyebrow {
  margin: 0;
  color: var(--color-link);
  font-size: 0.74rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cart-drawer__header h2 {
  margin: 0;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.05;
  font-weight: var(--font-weight-semibold);
  letter-spacing: -0.03em;
}

.cart-drawer__meta {
  margin: 0;
  color: var(--color-light-text);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
}

.cart-drawer__close {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 0;
  background: transparent;
  appearance: none;
  color: var(--color-dark-text);
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
  transition: color 0.2s ease, transform 0.2s ease;
}

.cart-drawer__close:hover,
.cart-drawer__close:focus-visible {
  color: var(--color-masthead);
  transform: scale(1.03);
  background: transparent;
}

.cart-drawer__content {
  display: flex;
  flex-direction: column;
  min-height: 0;
  flex: 1;
  justify-content: space-between;
}

#cart-drawer-content[data-cart-drawer-content] {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 0;
}

.torpoco-cart-drawer__mini-cart {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 0.2rem 0.1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.torpoco-cart-drawer__items {
  display: grid;
  gap: 0.75rem;
}

.torpoco-cart-drawer__item {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 0.15rem 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: relative;
  border-bottom: 1px solid rgba(11, 74, 134, 0.12);
  padding-bottom: 0.85rem;
}

.torpoco-cart-drawer__thumb {
  width: 96px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 12px;
  border: 1px solid rgba(11, 74, 134, 0.1);
  background: #fff;
  overflow: hidden;
}

.torpoco-cart-drawer__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.3rem;
}

.torpoco-cart-drawer__item-body {
  display: grid;
  gap: 0.5rem;
  padding-top: 0.05rem;
  padding-right: 1.8rem;
  position: relative;
}

.torpoco-cart-drawer__title {
  display: block;
  color: var(--color-dark-text);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
  text-transform: uppercase;
  text-decoration: none;
}

.torpoco-cart-drawer__qty-row {
  display: grid;
  align-items: center;
  gap: 0.45rem;
}

.torpoco-cart-drawer__qty-pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(11, 74, 134, 0.14);
  border-radius: var(--radius-xs2) !important;
  background: #fff;
  width: fit-content;
}

.torpoco-cart-drawer__qty-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 32px;
  padding: 0 1rem;
  border: 0;
  border-radius: var(--radius-xs2);
  background: transparent;
  color: var(--color-dark-text);
  font-size: 15px;
  font-weight: var(--font-weight-regular);
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease;
}

.torpoco-cart-drawer__qty-step:hover{
  background: none;
  color: none !important;
}


.torpoco-cart-drawer__qty-value {
  display: inline-flex;
  width: 28px;
  height: 32px;
  text-align: center;
  font-weight: var(--font-weight-regular);
  color: var(--color-dark-text);
  font-size: var(--text-sm);
  border-inline: 1px solid #d7e1ef;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
}

.torpoco-cart-drawer__prices {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: var(--text-sm);
}

.torpoco-cart-drawer__qty-text {
  color: #94a0b2;
  font-weight: var(--font-weight-semibold);
}

.torpoco-cart-drawer__price {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-red);
  font-weight: var(--font-weight-bold);
}

.torpoco-cart-drawer__price del {
  order: 2;
  color: #94a0b2;
  font-weight: var(--font-weight-semibold);
  text-decoration-thickness: 1px;
}

.torpoco-cart-drawer__price ins {
  order: 1;
  color: var(--color-red);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}

.torpoco-cart-drawer__remove {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-dark-text);
  text-decoration: none;
  padding: 0;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  z-index: 2;
  transition: color 0.2s ease;
}

.torpoco-cart-drawer__remove-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.torpoco-cart-drawer__remove-icon .nav-icon {
  width: 18px;
  height: 18px;
}

.torpoco-cart-drawer__remove:hover,
.torpoco-cart-drawer__remove:focus-visible {
  color: var(--color-red);
  background: transparent;
}

.torpoco-cart-drawer__summary {
  display: grid;
  gap: 1rem;
  padding: 0.3rem 0 0.1rem;
  margin-top: auto;
  border-top: 1px solid rgba(11, 74, 134, 0.12);
  flex: 0 0 auto;
}

.torpoco-cart-drawer__totals {
  display: grid;
  gap: 0.1rem;
}

.torpoco-cart-drawer__subtotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0;
  color: var(--color-dark-text);
  font-size: 14px;
  font-weight: var(--font-weight-semibold);
}

.torpoco-cart-drawer__subtotal span {
  color: var(--color-dark-text);
  font-weight: var(--font-weight-semibold);
}

.torpoco-cart-drawer__discount-row,
.torpoco-cart-drawer__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-weight: var(--font-weight-semibold);
}

.torpoco-cart-drawer__discount-row {
  color: #5f7086;
  font-size: 14px;
  margin: 0.5rem 0;
}

.torpoco-cart-drawer__total-row {
  padding-top: 0.55rem;
  border-top: 1px solid rgba(11, 74, 134, 0.12);
  color: var(--color-dark-text);
  font-size: 14px;
  font-weight: var(--font-weight-medium);
}

.torpoco-cart-drawer__actions {
  display: grid;
  gap: 0.75rem;
}

.torpoco-cart-drawer__checkout,
.torpoco-cart-drawer__view-cart {
  width: 100%;
  justify-content: center;
}

.torpoco-cart-drawer__view-cart {
  order: 1;
}

.torpoco-cart-drawer__checkout {
  order: 2;
}

.torpoco-cart-drawer__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--color-masthead);
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  border-color: var(--color-masthead);
  color: #fff;
  box-shadow: 0 10px 24px rgba(11, 74, 134, 0.22);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.torpoco-cart-drawer__view-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid var(--color-topbar);
  border-radius: var(--radius-xs2);
  background: var(--color-topbar);
  color: #fff;
  font-weight: var(--font-weight-semibold);
  padding: 0.85rem 1.2rem;
  transition: background 0.3s ease;
}

.torpoco-cart-drawer__view-cart:hover,
.torpoco-cart-drawer__view-cart:focus-visible {
  border-color: color-mix(in srgb, var(--color-topbar) 80%, white);
  color: #fff;
  background: color-mix(in srgb, var(--color-topbar) 80%, white);
}

.torpoco-cart-drawer__empty-state {
  display: grid;
  gap: 1rem;
  justify-items: center;
  align-content: center;
  text-align: center;
  flex: 1;
  width: 100%;
  min-height: 100%;
  padding: clamp(2rem, 8vh, 6rem) 0 1.5rem;
}

.torpoco-cart-drawer__empty-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(110px, 18vw, 156px);
  height: clamp(110px, 18vw, 156px);
  color: var(--color-masthead);
  filter: drop-shadow(0 14px 28px rgba(11, 74, 134, 0.12));
}

.torpoco-cart-drawer__empty-icon .nav-icon {
  width: 100%;
  height: 100%;
}

.torpoco-cart-drawer__empty {
  margin: 0;
  color: var(--color-dark-text);
  font-size: clamp(1.02rem, 1.25vw, 1.18rem);
  font-weight: var(--font-weight-semibold);
  line-height: 1.25;
}

.torpoco-cart-drawer__shop-link {
  width: auto;
  justify-self: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border: 1px solid var(--color-masthead);
  border-radius: 999px;
  background: var(--color-masthead);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  transition: background 0.3s ease, color 0.22s ease, transform 0.22s ease;
}

.torpoco-cart-page__shop-link,
.torpoco-cart-drawer__shop-link:hover,
.torpoco-cart-drawer__shop-link:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 90%, white);
  border-color: color-mix(in srgb, var(--color-masthead) 90%, white);
  color: #fff;
}

.navrow {
  background: var(--color-navrow);
  color: #fff;
  font-size: var(--text-sm) !important;
}

.navrow-inner {
  min-height: var(--header-nav-height);
  gap: var(--space-2);
  position: relative;
  justify-content: flex-start;
}

.mobile-menu-toggle,
.cart-chip-mobile {
  display: none;
}

.mega-menu-shell {
  position: relative;
  flex: 0 0 auto;
}

.all-products {
  display: inline-flex;
  align-items: center;
  gap: 0;
  min-height: var(--header-nav-height);
  padding: 0 1.1rem 0 0.6rem;
  border: 0;
  background: transparent;
  color: inherit;
  font-family: var(--font-body);
  font-weight: var(--font-weight-medium);
  font-size: var(--text-md);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  flex: 0 0 auto;
  cursor: pointer;
  transition: background 0.4s ease;
}

.all-products-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  background: transparent;
  font-size: 1rem;
}

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

.mega-menu-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: min(1120px, calc(100vw - 2rem));
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 320px;
  border-radius: 0 0 var(--radius-xl) var(--radius-xl);
  background: var(--color-panel-bg);
  color: var(--color-dark-text);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  z-index: 20;
}

.mega-menu-panel.is-open,
.mega-menu-shell:hover .mega-menu-panel,
.mega-menu-shell:focus-within .mega-menu-panel {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu-categories {
  padding: 0;
  background: #f8fafc;
  border-right: 1px solid #e5ebf2;
  display: flex;
  flex-direction: column;
}

.mega-menu-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  width: 100%;
  padding: 0.7rem 2rem 0.7rem var(--space-4);
  border-radius: 0;
  color: #52616f;
  font-weight: var(--font-weight-semibold);
}

.mega-menu-category.is-active {
  background: #fff;
  color: var(--color-link);
  box-shadow: inset 3px 0 0 var(--color-link);
}

.mega-menu-category__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7f8a97;
  flex: 0 0 auto;
}

.mega-menu-category__icon .nav-icon {
  width: 14px;
  height: 14px;
  color: inherit;
}

.mega-menu-content {
  padding: var(--space-6) var(--space-7);
}

.mega-menu-content-panel {
  display: none;
}

.mega-menu-content-panel.is-active {
  display: block;
}

.mega-menu-heading h3 {
  margin: 0;
  font-size: var(--text-2xl);
  color: #1b2530;
}

.mega-menu-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-8);
  margin-top: var(--space-6);
}

.mega-menu-columns h4 {
  margin: 0 0 0.85rem;
  color: var(--color-link);
  font-size: var(--text-md);
}

.mega-menu-columns h4 a {
  color: inherit;
}

.mega-menu-columns a {
  display: block;
  color: #6a7785;
  padding: 0.18rem 0;
}

.nav-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex: 0 0 auto;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--header-nav-height);
  padding: 0 var(--space-5);
  font-weight: var(--font-weight-medium);
  font-size: var(--text-md);
  gap: var(--space-2);
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: background 0.4s ease;
}

.nav-link:last-child {
  border-right: 0;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.all-products:hover,
.all-products:focus-visible,
.contact-call:hover,
.contact-call:focus-visible,
.user-chip:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 90%, white);
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  padding: 0 0 calc(var(--space-12) + var(--space-4));
}

.mobile-drawer,
.drawer-overlay {
  display: none;
}

.hero {
  padding: clamp(var(--space-8), 4vw, var(--space-12));
  display: grid;
  gap: var(--space-6);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
}

.eyebrow {
  color: var(--color-accent);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
}

.hero h1,
.section-title {
  margin: 0;
  line-height: 1.05;
  font-size: clamp(1rem, 2.5vw, 2rem);
  color: var(--color-dark-text)
}

.hero h1 {
  font-size: clamp(2.5rem, 6vw, 5.2rem);
  max-width: 10ch;
}

.hero p {
  color: var(--muted);
  max-width: 60ch;
  font-size: 1.05rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.2rem;
  border-radius: var(--radius-xs2);
  border: 1px solid transparent;
  font-weight: var(--font-weight-semibold);
  transition: background 0.3s ease;
}

.button-primary {
  background: var(--accent);
  color: #111;
}

.button-secondary {
  border-color: var(--line);
  color: var(--text);
}

.content-wrap {
  padding: clamp(1.5rem, 3.5vw, 3rem) 0 0;
  background: #fff;
}

.woocommerce-account .content-wrap > article > .section-title {
  margin-top: clamp(1.25rem, 2vw, 2rem);
  margin-bottom: var(--space-8);
  text-align: center;
  color: var(--color-link);
  font-size: clamp(1.45rem, 2vw, 1.85rem);
  line-height: 1.15;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: var(--account-nav-width) minmax(0, 1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
  width: 100%;
  position: relative;
  --account-nav-width: clamp(220px, 24vw, 280px);
  --account-gap: clamp(2rem, 4vw, 4rem);
  background-image: linear-gradient(
    90deg,
    transparent 0,
    transparent calc(var(--account-nav-width) + (var(--account-gap) / 2) - 0.5px),
    #d7e1ef calc(var(--account-nav-width) + (var(--account-gap) / 2) - 0.5px),
    #d7e1ef calc(var(--account-nav-width) + (var(--account-gap) / 2) + 0.5px),
    transparent calc(var(--account-nav-width) + (var(--account-gap) / 2) + 0.5px),
    transparent 100%
  );
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after,
.woocommerce-account .woocommerce-MyAccount-navigation::before,
.woocommerce-account .woocommerce-MyAccount-navigation::after,
.woocommerce-account .woocommerce-MyAccount-content::before,
.woocommerce-account .woocommerce-MyAccount-content::after {
  content: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin: 0;
  position: relative;
  z-index: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1;
  align-self: start;
  padding-right: 2rem;
}

.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2;
  align-self: start;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
  margin-top: 0.45rem;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 0.95rem 1rem;
  border-radius: var(--radius-xs2);
  color: var(--color-dark-text);
  font-weight: var(--font-weight-semibold);
  font-size: var(--text-md);
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation a:focus-visible,
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a {
  background: color-mix(in srgb, var(--color-link) 10%, white);
  color: var(--color-link);
}

.woocommerce-account .woocommerce-MyAccount-content {
  min-width: 0;
  width: 100%;
  font-size: var(--text-md);
  line-height: 1.6;
}

.woocommerce-account:not(.logged-in) .woocommerce {
  grid-template-columns: 1fr;
  gap: 0;
  background-image: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-navigation {
  display: none;
}

.woocommerce-account:not(.logged-in) .woocommerce-MyAccount-content {
  grid-column: 1 / -1;
  padding-inline-start: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login {
  max-width: 420px;
  margin: 0 auto;
  width: 100%;
  padding: 1.25rem 1.35rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-sm);
  background: #fff;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth {
  display: grid;
  gap: 1.25rem;
  align-items: start;
  width: min(100%, 1140px);
  margin: 0 auto;
  font-size: var(--text-md);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth--split {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  position: relative;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel {
  padding: 0 3.25rem 0 2.25rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  min-width: 0;
  max-width: none;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--register {
  padding: 0 3.25rem 0 2.25rem;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.1rem, 1.5vw, 1.35rem);
  color: var(--color-dark-text);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--login,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--register {
  width: 100%;
  opacity: 0;
  transform: translate3d(0, 0.65rem, 0);
  transition: opacity 0.34s ease, transform 0.34s ease;
  will-change: opacity, transform;
  position: absolute;
  inset: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--login.is-active,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--register.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  z-index: 1;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth--lost-password {
  min-height: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--lost {
  position: static;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__lede--lost {
  margin: 0 0 1.5rem;
  max-width: 42ch;
  color: #516172;
  font-size: var(--text-sm);
  line-height: 1.65;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form {
  margin: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-login,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-register {
  max-width: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-row {
  margin: 0 0 0.9rem;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .form-row {
  width: 100%;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-row label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-medium);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .input-text {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.9rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  font-family: var(--font-body);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-register__submit {
  width: 100%;
  min-height: 46px;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-family: var(--font-body);
  transition: background-color 0.22s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-login__submit:hover,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-form-register__submit:hover {
  background: color-mix(in srgb, var(--color-masthead) 86%, white);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .lost_password,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel .woocommerce-LostPassword {
  margin-bottom: 0;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__main {
  display: grid;
  position: relative;
  align-items: start;
  min-height: var(--auth-main-height, auto);
  overflow: hidden;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher {
  display: grid;
  gap: 1.25rem;
  align-content: start;
  padding-left: 3.25rem;
  border-left: 1px solid #d7e1ef;
  justify-items: center;
  position: relative;
  min-height: var(--auth-switcher-height, auto);
  overflow: hidden;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-card {
  min-height: 100%;
  width: min(100%, 26rem);
  justify-self: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  display: grid;
  gap: 0.85rem;
  align-content: start;
  justify-items: center;
  text-align: center;
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translate3d(0, 0.65rem, 0);
  transition: opacity 0.34s ease, transform 0.34s ease;
  will-change: opacity, transform;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-card.is-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
  z-index: 1;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher--lost {
  justify-items: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-card--lost {
  position: static;
  width: min(100%, 26rem);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-kicker {
  margin: 0;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-link);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-card h3 {
  margin: 0;
  font-size: clamp(1.15rem, 1.55vw, 1.35rem);
  line-height: 1.1;
  color: var(--color-dark-text);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher-card p {
  margin: 0;
  color: #516172;
  max-width: 34ch;
  font-size: var(--text-sm);
  line-height: 1.65;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-md);
  font-weight: var(--font-weight-semibold);
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switch-button {
  width: fit-content;
  min-width: 220px;
  justify-self: center;
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switch-button:hover,
.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switch-button:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 86%, white);
  transform: none;
}

.woocommerce-account .woocommerce-ResetPassword.lost_reset_password {
  margin: 0;
}

.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  margin-bottom: 0.9rem;
}

.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .input-text {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.9rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  font-family: var(--font-body);
  font-size: var(--text-md);
}

.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit {
  width: 100%;
  min-height: 46px;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-md);
  transition: background-color 0.22s ease;
}

.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-ResetPassword.lost_reset_password .woocommerce-form-login__submit:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 86%, white);
}

.woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth--split::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  background: #d7e1ef;
  pointer-events: none;
}

@media (max-width: 980px) {
  .woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth {
    font-size: var(--text-sm);
  }

  .woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel,
  .woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__panel--register,
  .woocommerce-account:not(.logged-in) .woocommerce .torpoco-account-auth__switcher {
    padding-left: 0;
    padding-right: 0;
  }
}

.woocommerce-account:not(.logged-in) .woocommerce .woocommerce-form-login .form-row {
  width: 100%;
}

@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    background-image: none;
  }

  .user-chip-menu {
    position: static;
  }

  .user-chip-dropdown {
    display: none;
  }
}

.woocommerce-account .torpoco-account-navigation__mobile {
  display: none;
  margin-bottom: 1rem;
}

.woocommerce-account .torpoco-account-navigation__label {
  display: block;
  margin: 0 0 0.45rem;
  color: #506076;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.woocommerce-account .torpoco-account-navigation__select {
  width: 100%;
  min-height: 46px;
  padding: 0.85rem 1rem;
  border: 1px solid #d7e1ef;
  border-radius: 14px;
  background: #fff;
  color: var(--color-dark-text);
  font-family: var(--font-body);
  font-size: var(--text-sm);
  line-height: 1.2;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
  margin-top: 0;
}

.woocommerce-account .torpoco-account-subpage {
  display: grid;
  gap: 0.9rem;
  margin-bottom: 1.25rem;
}

.woocommerce-account .torpoco-account-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  width: fit-content;
  padding: 0.65rem 0.95rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  background: #fff;
  color: var(--color-link);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  transition: background-color 0.28s ease, border-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
}

.woocommerce-account .torpoco-account-back-link:hover,
.woocommerce-account .torpoco-account-back-link:focus-visible {
  border-color: var(--color-link);
  background: color-mix(in srgb, var(--color-link) 9%, white);
  color: var(--color-link);
  box-shadow: none;
}

.woocommerce-account .torpoco-account-back-link__icon {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.woocommerce-account .torpoco-account-back-link__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
}

.woocommerce-account .woocommerce-Addresses .woocommerce-column__title,
.woocommerce-account .woocommerce-Addresses h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
}

.woocommerce-account .woocommerce-Addresses .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
}

.woocommerce-account .woocommerce-Addresses .title .edit,
.woocommerce-account .woocommerce-Addresses .title a {
  order: 2;
  display: inline-block;
  margin: 0;
  float: none;
  color: var(--color-link);
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="text"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="email"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="tel"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="number"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="password"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="search"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="url"],
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
  min-height: 44px;
  padding: 0.75rem 0.95rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  background: #fff;
  font-size: var(--text-md);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
  appearance: none;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3 5l4 4 4-4' stroke='%23166db8' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 14px 14px;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="text"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="email"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="tel"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="number"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="password"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="search"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="url"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="text"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="email"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="tel"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="number"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="password"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="search"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="url"]:focus,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select:focus {
  outline: none;
  border-color: var(--color-link);
  box-shadow: 0 0 0 2px rgba(22, 109, 184, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[name="save_address"] {
  background: var(--color-masthead);
  color: #fff;
  border-color: var(--color-masthead);
  border-radius: var(--radius-xs2);
  font-family: var(--font-body);
  transition: background-color 0.32s ease, border-color 0.32s ease, color 0.32s ease;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[name="save_address"]:hover,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields button[name="save_address"]:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 82%, #000);
  border-color: color-mix(in srgb, var(--color-masthead) 82%, #000);
  color: #fff;
}

.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .form-row,
.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row {
  float: none;
  width: auto;
  margin: 0;
  min-width: 0;
}

.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper .form-row label {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--first,
.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--last {
  grid-column: span 3;
}

.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--first .input-text,
.woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--last .input-text {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.woocommerce-account .torpoco-account-form .torpoco-account-form__email,
.woocommerce-account .torpoco-account-form .torpoco-account-form__fieldset,
.woocommerce-account .torpoco-account-form .torpoco-account-form__actions {
  grid-column: 1 / -1;
}

.woocommerce-account .torpoco-account-form .torpoco-account-form__fieldset {
  padding: 1rem 1rem 1.1rem;
  margin: 1.5rem 0 0;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
}

.woocommerce-account .torpoco-account-form .torpoco-account-form__fieldset legend {
  padding: 0 0.35rem;
  color: var(--color-dark-text);
  font-size: var(--text-md);
  font-weight: var(--font-weight-semibold);
}

.woocommerce-account .torpoco-account-form .torpoco-password-field + .torpoco-password-field {
  margin-top: 0.9rem;
}

.woocommerce-account .torpoco-password-input {
  position: relative;
  display: block;
}

.woocommerce-account .torpoco-password-input__control {
  position: relative;
  display: block;
}

.woocommerce-account .torpoco-password-input input {
  width: 100%;
  min-width: 0;
  padding-right: 3rem;
}

.woocommerce-account .torpoco-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.4rem;
  height: 1.4rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--color-dark-text);
  transform: translateY(-50%);
  transition: color 0.28s ease;
}

.woocommerce-account .torpoco-password-toggle:hover,
.woocommerce-account .torpoco-password-toggle:focus-visible {
  color: var(--color-link);
}

.woocommerce-account .torpoco-password-toggle__icon {
  width: 1.1rem;
  height: 1.1rem;
}

.woocommerce-account .torpoco-password-toggle__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  stroke: currentColor;
  fill: none;
}

.woocommerce-account .torpoco-password-field .woocommerce-password-strength,
.woocommerce-account .torpoco-password-field .woocommerce-password-hint {
  margin: 0;
}

.woocommerce-account .torpoco-password-field__feedback {
  display: block;
  margin-top: 0.6rem;
}

.woocommerce-account .torpoco-password-field__feedback:empty {
  display: none;
}

.woocommerce-account .torpoco-password-field__feedback .woocommerce-password-strength,
.woocommerce-account .torpoco-password-field__feedback .woocommerce-password-hint {
  margin-top: 0.45rem;
}

.woocommerce-account .torpoco-password-field__match-error {
  display: block;
  margin-top: 0.65rem;
  padding: 0.75rem 0.95rem;
  border-radius: var(--radius-xs2);
  background: color-mix(in srgb, var(--wc-red) 16%, white);
  color: var(--wc-red);
  font-size: var(--text-sm);
  line-height: 1.35;
}

.woocommerce-account .torpoco-password-field__match-error:empty,
.woocommerce-account .torpoco-password-field__match-error[hidden] {
  display: none;
}

.woocommerce-account .torpoco-account-form .show-password-input {
  display: none !important;
}

.woocommerce-account .torpoco-account-form input[type="password"]::-ms-reveal,
.woocommerce-account .torpoco-account-form input[type="password"]::-ms-clear,
.woocommerce-account .torpoco-account-form input[type="password"]::-webkit-credentials-auto-fill-button,
.woocommerce-account .torpoco-account-form input[type="password"]::-webkit-textfield-decoration-container {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.woocommerce-account .torpoco-account-form__actions {
  margin-top: 1.15rem;
}

.woocommerce-account .torpoco-account-form__actions button[name="save_account_details"] {
  background: var(--color-masthead);
  color: #fff;
  border-color: var(--color-masthead);
  border-radius: var(--radius-xs2);
  font-family: var(--font-body);
  transition: background-color 0.32s ease, border-color 0.32s ease, color 0.32s ease;
}

.woocommerce-account .torpoco-account-form__actions button[name="save_account_details"]:hover,
.woocommerce-account .torpoco-account-form__actions button[name="save_account_details"]:focus-visible {
  background: color-mix(in srgb, var(--color-masthead) 82%, #000);
  border-color: color-mix(in srgb, var(--color-masthead) 82%, #000);
  color: #fff;
}

.woocommerce-account .torpoco-account-form .woocommerce-MyAccount-content .woocommerce-address-fields input[type="password"] {
  min-height: 44px;
  border-radius: var(--radius-xs2);
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper > .form-row {
  float: none;
  width: auto;
  margin: 0;
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .torpoco-shipping-field {
  grid-column: 1 / -1;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .torpoco-shipping-field .input-text {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row label {
  overflow-wrap: anywhere;
  word-break: break-word;
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper.torpoco-billing-layout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row {
  display: grid;
  gap: 1rem;
  width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--one {
  grid-template-columns: minmax(0, 1fr);
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--one > #billing_receipt_type_field {
  order: initial !important;
  grid-column: 1 / -1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-group {
  min-width: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row > .form-row,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row > .torpoco-billing-group {
  order: initial;
  grid-column: auto;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .form-row {
  float: none !important;
  clear: none !important;
  display: block;
  width: 100%;
  min-width: 0;
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .input-text,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout select {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-group.is-hidden {
  display: none !important;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--three > #billing_receipt_type_field,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--three > #billing_document_type_field,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--three > #billing_document_number_field,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--three > #billing_ruc_field,
.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--three > #billing_business_name_field {
  order: initial !important;
  grid-column: auto !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-row--one > #billing_fiscal_address_field {
  order: initial !important;
  grid-column: 1 / -1 !important;
  float: none !important;
  clear: none !important;
  width: 100% !important;
  margin: 0 !important;
  min-width: 0 !important;
}

/* === Admin billing fields layout === */
.torpoco-admin-billing-wrapper {
  margin: 1rem 0;
  max-width: 800px;
}

.torpoco-admin-billing-wrapper + .torpoco-admin-billing-wrapper {
  margin-top: 0;
}

.torpoco-admin-billing-row {
  display: grid;
  gap: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}

.torpoco-admin-billing-row--one {
  grid-template-columns: minmax(0, 1fr);
}

.torpoco-admin-billing-row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.torpoco-admin-billing-row--three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.torpoco-admin-billing-field {
  margin: 0;
  min-width: 0;
}

.torpoco-admin-billing-field label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.torpoco-admin-billing-field .regular-text {
  width: 100%;
  box-sizing: border-box;
}

.torpoco-admin-billing-field select {
  width: 100%;
  box-sizing: border-box;
}

.torpoco-admin-billing-group.is-hidden {
  display: none !important;
}

@media (max-width: 782px) {
  .torpoco-admin-billing-row--two,
  .torpoco-admin-billing-row--three {
    grid-template-columns: 1fr;
  }
}

.woocommerce-account #billing_last_name_field {
  order: 20;
}

.woocommerce-account #billing_receipt_type_field,
.woocommerce-account #billing_document_type_field,
.woocommerce-account #billing_document_number_field {
  order: 50;
  grid-column: span 2;
}

.woocommerce-account #billing_document_type_field {
  order: 60;
}

.woocommerce-account #billing_document_number_field {
  order: 70;
}

.woocommerce-account #billing_ruc_field,
.woocommerce-account #billing_business_name_field {
  order: 80;
  grid-column: span 3;
}

.woocommerce-account #billing_business_name_field {
  order: 90;
}

.woocommerce-account .torpoco-orders-wrap {
  padding-inline: clamp(1.5rem, 2.2vw, 2.5rem);
}

.woocommerce-account .torpoco-orders {
  width: 100%;
}

.woocommerce-account .torpoco-orders__table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-sm);
  background: #fff;
}

.woocommerce-account .torpoco-orders__row-inner {
  display: grid;
  grid-template-columns: minmax(100px, 0.68fr) minmax(140px, 0.88fr) minmax(130px, 0.82fr) minmax(180px, 0.95fr) minmax(360px, 1.62fr);
  align-items: stretch;
}

.woocommerce-account .torpoco-orders__row--head {
  background: #f6f9fd;
  border-bottom: 1px solid #d7e1ef;
}

.woocommerce-account .torpoco-orders__row--body {
  border-top: 1px solid #e2e8f0;
}

.woocommerce-account .torpoco-orders__cell {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 1rem 1.25rem;
  line-height: 1.5;
}

.woocommerce-account .torpoco-orders__cell--head {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-text);
}

.woocommerce-account .torpoco-orders__cell--order-number a {
  color: var(--color-dark-text);
  font-weight: var(--font-weight-bold);
  text-decoration: none;
}

.woocommerce-account .torpoco-orders__cell--order-status,
.woocommerce-account .torpoco-orders__cell--order-total {
  color: #425066;
}

.woocommerce-account .torpoco-orders__cell--actions {
  justify-content: center;
  padding-inline: 1.35rem;
}

.woocommerce-account .torpoco-orders__cell--head.torpoco-orders__cell--order-actions {
  justify-content: center;
  text-align: center;
}

.woocommerce-account .torpoco-order-actions {
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}

.woocommerce-account .torpoco-order-details__actions-cell {
  padding-inline: 1.35rem;
}

.woocommerce-account .torpoco-order-actions--detail {
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.6rem;
}

.woocommerce-account .torpoco-order-actions__row {
  display: flex;
  justify-content: center;
  width: 100%;
}

.woocommerce-account .torpoco-order-actions__row--primary {
  margin-bottom: 0;
}

.woocommerce-account .torpoco-order-actions__row--secondary {
  margin-top: 0;
}

.woocommerce-account .torpoco-order-action {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  white-space: nowrap;
  min-width: 110px;
  min-height: 40px;
  padding: 0.7rem 1rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  background: #fff;
  color: var(--color-link);
  text-decoration: none;
  line-height: 1;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.woocommerce-account .torpoco-order-action:hover,
.woocommerce-account .torpoco-order-action:focus-visible {
  border-color: var(--color-link);
  background: color-mix(in srgb, var(--color-link) 8%, white);
  transform: translateY(-1px);
}

.woocommerce-account .torpoco-order-action--cancel {
  color: #b42318;
}

.woocommerce-account .torpoco-order-action--cancel:hover,
.woocommerce-account .torpoco-order-action--cancel:focus-visible {
  border-color: #f1b6b1;
  background: #fff4f2;
}

.woocommerce-account .torpoco-order-action img {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
  display: inline-block;
  margin: 0;
}

.woocommerce-account .torpoco-order-action span {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
}

.woocommerce-account .torpoco-orders__total-amount {
  display: inline;
}

.woocommerce-account .torpoco-orders__total-count {
  display: inline;
  margin-left: 0.4rem;
}

.woocommerce-account .torpoco-order-details__table {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-sm);
  background: #fff;
}

.woocommerce-account .torpoco-order-details__row-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.44fr);
  align-items: stretch;
}

.woocommerce-account .torpoco-order-details__row--head {
  background: #f6f9fd;
  border-bottom: 1px solid #d7e1ef;
}

.woocommerce-account .torpoco-order-details__row--body,
.woocommerce-account .torpoco-order-details__row--note,
.woocommerce-account .torpoco-order-details__row--actions,
.woocommerce-account .torpoco-order-details__row--totals {
  border-top: 1px solid #e2e8f0;
}

.woocommerce-account .torpoco-order-details__cell {
  display: flex;
  align-items: center;
  min-width: 0;
  padding: 1rem 1.25rem;
  line-height: 1.5;
}

.woocommerce-account .torpoco-order-details__cell--head {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-dark-text);
}

.woocommerce-account .torpoco-order-details__cell--product {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.25rem;
}

.woocommerce-account .torpoco-order-details__product-name {
  display: block;
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark-text);
}

.woocommerce-account .torpoco-order-details__product-name a {
  color: var(--color-dark-text);
  text-decoration: none;
}

.woocommerce-account .torpoco-order-details__meta {
  font-size: var(--text-sm);
  color: #54657a;
}

.woocommerce-account .torpoco-order-details__cell--total,
.woocommerce-account .torpoco-order-details__cell--total-label,
.woocommerce-account .torpoco-order-details__cell--total-value {
  color: #425066;
}

.woocommerce-account .torpoco-order-details__cell--actions,
.woocommerce-account .torpoco-order-details__cell--total {
  justify-content: center;
}

.woocommerce-account .torpoco-order-details__cell--total-value {
  justify-content: center;
  text-align: center;
}

.woocommerce-account .torpoco-order-details__row-inner--totals {
  grid-template-columns: minmax(0, 1fr) minmax(210px, 0.44fr);
}

.woocommerce-account .torpoco-order-details__row-inner--totals + .torpoco-order-details__row-inner--totals {
  border-top: 1px solid #e2e8f0;
}

.woocommerce-account .torpoco-order-details__row--note .torpoco-order-details__cell {
  padding-block: 0.95rem;
}

.woocommerce-account .torpoco-order-details__cell--note {
  grid-column: 1 / -1;
}

.woocommerce-account .torpoco-order-details__cell--actions-label {
  font-weight: var(--font-weight-bold);
}

.woocommerce-account .torpoco-order-details__actions-cell {
  padding-inline: 1.35rem;
}

.woocommerce-account .torpoco-order-actions--detail {
  justify-content: center;
}

@media (min-width: 721px) and (max-width: 1180px) {
  .woocommerce-account .torpoco-orders-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.35rem;
  }

  .woocommerce-account .torpoco-orders {
    min-width: 880px;
  }

  .woocommerce-account .torpoco-orders__table {
    min-width: 880px;
  }
}

@media (max-width: 760px) {
  .woocommerce-account .torpoco-order-actions {
    flex-wrap: wrap;
    width: 100%;
  }

  .woocommerce-account .torpoco-order-details__row-inner,
  .woocommerce-account .torpoco-order-details__row-inner--totals {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .torpoco-order-details__cell--actions {
    justify-content: flex-start;
  }
}

.torpoco-modal-open {
  overflow: hidden;
}

.woocommerce-account .torpoco-order-cancel-modal[hidden] {
  display: none;
}

.woocommerce-account .torpoco-order-cancel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.woocommerce-account .torpoco-order-cancel-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 17, 34, 0.5);
}

.woocommerce-account .torpoco-order-cancel-modal__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(92vw, 420px);
  padding: 1.35rem;
  border-radius: var(--radius-sm);
  background: #fff;
  box-shadow: 0 24px 60px rgba(7, 17, 34, 0.22);
  transform: translate(-50%, -50%);
  display: grid;
  gap: 0.9rem;
  align-content: center;
}

.woocommerce-account .torpoco-order-cancel-modal__dialog h3 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.15;
}

.woocommerce-account .torpoco-order-cancel-modal__dialog p {
  margin: 0;
  line-height: 1.55;
}

.woocommerce-account .torpoco-order-cancel-modal__actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.15rem;
}

.woocommerce-account .torpoco-order-cancel-modal__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 42px;
  padding-inline: 1rem;
  text-decoration: none;
  transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.woocommerce-account .torpoco-order-cancel-modal__button.is-secondary {
  background: #fff;
  color: var(--text);
  border: 1px solid #d7e1ef;
}

.woocommerce-account .torpoco-order-cancel-modal__button.is-primary {
  background: #b42318;
  color: #fff;
  border: 1px solid #b42318;
}

.woocommerce-account .torpoco-order-cancel-modal__button:hover,
.woocommerce-account .torpoco-order-cancel-modal__button:focus-visible {
  transform: translateY(-1px);
}

.woocommerce-account .torpoco-order-customer-details {
  margin-top: 1.25rem;
}

.woocommerce-account .torpoco-order-customer-details__panel {
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xs2);
  padding: 1rem 1.1rem;
  background: #fff;
}

/* === Custom cart page layout === */
.woocommerce-cart .torpoco-cart-page {
  width: 100%;
  margin: clamp(1.2rem, 2vw, 1.8rem) 0;
}

.woocommerce-cart .torpoco-cart-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 31%);
  gap: 2rem;
  align-items: start;
}

.woocommerce-cart .torpoco-cart-page__panel {
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-md);
  overflow: hidden;
}

.woocommerce-cart .torpoco-cart-page__header {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 96px 120px 64px;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-bottom: 1px solid #d7e1ef;
  color: #5b6470;
  font-size: 0.95rem;
  font-weight: var(--font-weight-medium);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.woocommerce-cart .torpoco-cart-page__header span:nth-child(4) {
  text-align: right;
  justify-self: end;
}

.woocommerce-cart .torpoco-cart-page__items {
  display: grid;
}

.woocommerce-cart .torpoco-cart-page__item {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 96px 120px 55px;
  align-items: center;
  gap: 0.85rem;
  padding: 1rem 1.1rem 0.9rem;
  height: auto;
  min-height: 0;
  position: relative;
}

.woocommerce-cart .torpoco-cart-page__media {
  width: 108px;
  height: 108px;
  padding: 4px;
  box-sizing: border-box;
  border: 1.5px solid #eaecf0;
  border-radius: var(--radius-xs2);
  background: #fff;
}

.woocommerce-cart .torpoco-cart-page__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.woocommerce-cart .torpoco-cart-page__content {
  min-width: 0;
  display: grid;
  gap: 2rem;
}

.woocommerce-cart .torpoco-cart-page__title {
  display: block;
  color: var(--color-dark-text);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  line-height: 1.2;
  text-decoration: none;
}

.woocommerce-cart .torpoco-cart-page__price {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  color: #5c6e85;
  font-size: var(--text-sm);
  line-height: 1.15;
}

.woocommerce-cart .torpoco-cart-page__price-current {
  color: var(--color-red);
  font-weight: var(--font-weight-semibold);
  font-size: var(--text-sm);
}

.woocommerce-cart .torpoco-cart-page__price-regular {
  color: var(--color-muted);
  font-weight: var(--font-weight-semibold);
  font-size: var(--text-md);
  text-decoration: line-through;
  text-decoration-thickness: 1px;
}

.woocommerce-cart .torpoco-cart-page__meta {
  margin-top: 0.05rem;
  color: #5c6e85;
  font-size: var(--text-sm);
}

.woocommerce-cart .torpoco-cart-page__quantity {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #d7e1ef;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}

.woocommerce-cart .torpoco-cart-page__qty-btn {
  width: 28px;
  height: 32px;
  border: 0;
  background: #fff;
  color: var(--color-dark-text);
  font-size: 1.1rem;
  cursor: pointer;
}

.woocommerce-cart .torpoco-cart-page__qty-input {
  width: 38px;
  height: 32px;
  border: 0;
  text-align: center;
  padding: 0;
  color: var(--color-dark-text);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-body);
  background: #fff;
  appearance: textfield;
  -moz-appearance: textfield;
  border-inline: 1px solid #d7e1ef;
}

.woocommerce-cart .torpoco-cart-page__qty-input::-webkit-outer-spin-button,
.woocommerce-cart .torpoco-cart-page__qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-cart .torpoco-cart-page__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: var(--color-dark-text);
  text-decoration: none;
  border-radius: 999px;
  align-self: center;
  justify-self: center;
  position: static;
  margin-inline: 0;
  margin-bottom: 2px;
  transition: color 0.3s ease;
}

.woocommerce-cart .torpoco-cart-page__remove .nav-icon {
  width: 18px;
  height: 18px;
}

.woocommerce-cart .torpoco-cart-page__remove:hover,
.woocommerce-cart .torpoco-cart-page__remove:focus-visible {
  color: var(--color-red);
}

.woocommerce-cart .torpoco-cart-page__line-total {
  color: var(--color-dark-text);
  font-size: var(--text-md);
  font-weight: var(--font-weight-semibold);
  text-align: right;
  justify-self: end;
  align-self: center;
}

.woocommerce-cart .torpoco-cart-page__summary {
  border-radius: var(--radius-md);
  background: color-mix(in srgb, var(--color-masthead) 100%, transparent);
}

.woocommerce-cart .torpoco-cart-page__summary-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem 1.5rem;
}

.woocommerce-cart .torpoco-cart-page__notices {
  display: grid;
  gap: 0.5rem;
}

.woocommerce-cart .torpoco-cart-page__notices .woocommerce-message,
.woocommerce-cart .torpoco-cart-page__notices .woocommerce-info,
.woocommerce-cart .torpoco-cart-page__notices .woocommerce-error {
  margin: 0;
  padding: 0.8rem 0.95rem;
  border-radius: var(--radius-xs2);
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-dark-text);
  font-size: 0.95rem;
}

.woocommerce-cart .torpoco-cart-page__notices .woocommerce-error {
  border-left: 3px solid var(--color-red);
}

.woocommerce-cart .torpoco-cart-page__notices .woocommerce-message {
  border-left: 3px solid #1fc15b;
}

.woocommerce-cart .torpoco-cart-page__summary-eyebrow {
  margin: 0;
  color: var(--color-text);
  font-size: var(--text-lg);
  font-weight: var(--font-weight-semibold);
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  padding: 0 0 1rem;
}

.woocommerce-cart .torpoco-cart-page__coupon-block {
  display: grid;
}

.woocommerce-cart .torpoco-cart-page__coupon-body {
  display: grid;
}

.woocommerce-cart [data-cart-notices] {
  display: none;
}

.woocommerce-cart [data-cart-notices] .woocommerce-message,
.woocommerce-cart [data-cart-notices] .woocommerce-error,
.woocommerce-cart [data-cart-notices] .woocommerce-info {
  margin: 0;
  padding: 0.8rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-xs2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.woocommerce-cart .torpoco-cart-page__coupon-active {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-radius: var(--radius-xs2) 0 0 var(--radius-xs2);
  background: rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  color: #d9e9fb;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
}

.woocommerce-cart .torpoco-cart-page__coupon-code {
  color: #fff;
  min-width: 0;
  flex: 1 1 auto;
  font-size: var(--text-sm);
  letter-spacing: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.woocommerce-cart .torpoco-cart-page__coupon-value {
  color: #fff;
  flex: 0 0 auto;
}

.woocommerce-cart .torpoco-cart-page__coupon-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 124px;
  gap: 0;
  align-items: stretch;
  width: 100%;
}

.woocommerce-cart .torpoco-cart-page__coupon-input {
  flex: 1 1 auto;
  min-height: 48px;
  padding: 0.7rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-right: 0;
  border-radius: var(--radius-xs2) 0 0 var(--radius-xs2);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  font-size: var(--text-sm);
}

.woocommerce-cart .torpoco-cart-page__coupon-input:focus,
.woocommerce-cart .torpoco-cart-page__coupon-input:focus-visible {
  outline: none;
  box-shadow: none;
  border-color: rgba(255, 255, 255, 0.14);
}

.woocommerce-cart .torpoco-cart-page__coupon-input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.woocommerce-cart .torpoco-cart-page__coupon-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  min-width: 110px;
  min-height: 48px;
  border: none;
  border-left: none;
  border-radius: 0 var(--radius-xs2) var(--radius-xs2) 0;
  background: var(--color-topbar);
  color: #fff;
  padding: 0 1rem;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-body);
  cursor: pointer;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.woocommerce-cart .torpoco-cart-page__coupon-submit.is-remove {
  background: var(--color-red);
}

.woocommerce-cart .torpoco-cart-page__coupon-submit:hover,
.woocommerce-cart .torpoco-cart-page__coupon-submit:focus-visible {
  background: color-mix(in srgb, var(--color-topbar) 85%, white);
}

.woocommerce-cart .torpoco-cart-page__coupon-submit:active {
  transform: translateY(1px);
}

.woocommerce-cart .torpoco-cart-page__coupon-submit:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0.08);
  outline-offset: 2px;
}

.woocommerce-cart .torpoco-cart-page__totals {
  padding: 0;
}

.woocommerce-cart .torpoco-cart-page__discount-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  color: #d9e9fb;
  font-size: var(--text-md);
  font-weight: var(--font-weight-regular);
}

.woocommerce-cart .torpoco-cart-page__totals-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--color-text);
  font-size: var(--text-md);
  font-weight: var(--font-weight-regular) !important;
  padding: 0.5rem 0;
}

.woocommerce-cart .torpoco-cart-page__totals-row--total {
  margin-top: 0.8rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: var(--text-md);
  font-weight: var(--font-weight-regular);
}

.woocommerce-cart .torpoco-cart-page__checkout {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  width: 100%;
  min-height: 50px;
  margin-top: 1.25rem;
  padding: 0.9rem 1.2rem;
  border: 1px solid var(--color-topbar);
  border-radius: var(--radius-xs2);
  background: var(--color-topbar);
  color: #fff;
  font-weight: var(--font-weight-semibold);
  text-decoration: none;
  transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.woocommerce-cart .torpoco-cart-page__checkout:hover{
  background: color-mix(in srgb, var(--color-topbar) 85%, white);
  border-color: color-mix(in srgb, var(--color-topbar) 85%, white);
}

.torpoco-cart-page__toast-stack {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 120;
  display: grid;
  gap: 0.75rem;
  width: min(360px, calc(100vw - 2rem));
  pointer-events: none;
}

.torpoco-cart-page__toast {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.75rem;
  align-items: start;
  padding: 0.95rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(14, 38, 61, 0.12);
  background: #fff;
  box-shadow: 0 16px 36px rgba(11, 74, 134, 0.18);
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.torpoco-cart-page__toast.is-closing {
  opacity: 0;
  transform: translateY(8px);
}

.torpoco-cart-page__toast--error {
  border-left: 4px solid var(--color-red);
}

.torpoco-cart-page__toast--success {
  border-left: 4px solid #1fc15b;
}

.torpoco-cart-page__toast--info {
  border-left: 4px solid var(--color-topbar);
}

.torpoco-cart-page__toast-text {
  margin: 0;
  color: var(--color-dark-text);
  font-size: 0.95rem;
  line-height: 1.45;
}

.torpoco-cart-page__toast-close {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 999px;
  background: rgba(11, 74, 134, 0.08);
  color: var(--color-dark-text);
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
}

.torpoco-cart-page__toast-close:hover,
.torpoco-cart-page__toast-close:focus-visible {
  background: rgba(11, 74, 134, 0.14);
}

.woocommerce-cart .torpoco-cart-page__empty {
  display: grid;
  gap: 1rem;
  justify-items: center;
  text-align: center;
  padding: 4rem 1rem;
}

.woocommerce-cart .torpoco-cart-page p:empty {
  display: none;
  margin: 0;
}

.woocommerce-cart .torpoco-cart-page__empty-icon {
  width: 120px;
  height: 120px;
  color: var(--color-masthead);
}

.woocommerce-cart .torpoco-cart-page__empty-icon .nav-icon {
  width: 100%;
  height: 100%;
}

.woocommerce-cart .torpoco-cart-page__shop-link {
  border: 1px solid var(--color-masthead);
  background: var(--color-masthead);
  color: #fff;
}

@media (max-width: 999px) {
  .woocommerce-cart .torpoco-cart-page {
    width: 100%;
  }

  .woocommerce-cart .torpoco-cart-page__grid {
    grid-template-columns: 1fr;
  }

  .woocommerce-cart .torpoco-cart-page__header {
    display: none;
  }

  .woocommerce-cart .torpoco-cart-page__item {
    grid-template-columns: 72px minmax(0, 1fr);
    grid-auto-flow: row;
  }

  .woocommerce-cart .torpoco-cart-page__media,
  .woocommerce-cart .torpoco-cart-page__media img {
    width: 72px;
    height: 72px;
  }

  .woocommerce-cart .torpoco-cart-page__header span:nth-child(4) {
    text-align: left;
  }

  .woocommerce-cart .torpoco-cart-page__quantity {
    grid-column: 2;
    margin-top: 0.35rem;
  }

  .woocommerce-cart .torpoco-cart-page__line-total {
    grid-column: 2;
    justify-self: end;
    margin-top: 0.15rem;
  }

  .woocommerce-cart .torpoco-cart-page__remove {
    grid-column: 2;
    justify-self: end;
  }
}

.woocommerce-account .torpoco-order-customer-details__list {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-account .torpoco-order-customer-details__item {
  display: grid;
  gap: 0.2rem;
}

.woocommerce-account .torpoco-order-customer-details__label {
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  color: var(--color-dark-text);
}

.woocommerce-account .torpoco-order-customer-details__value {
  font-size: var(--text-md);
  color: var(--color-dark-text);
  word-break: break-word;
}

.woocommerce-account .torpoco-order-customer-details__empty {
  margin: 0;
  color: var(--color-muted-text);
}

.nosotros-page {
  background: #fff;
  color: var(--color-dark-text);
  overflow: clip;
}

.nosotros-hero {
  padding: clamp(2.75rem, 5vw, 4.5rem) 0 clamp(2rem, 4vw, 3rem);
}

.nosotros-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

.nosotros-hero__content {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.nosotros-hero__content h1 {
  margin: 0;
  max-width: none;
  color: var(--color-link);
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
}

.nosotros-hero__story {
  margin-top: 1.35rem;
  max-width: 72ch;
  margin-left: auto;
  margin-right: auto;
  color: #425066;
  font-size: 1.03rem;
  line-height: 1.9;
}

.nosotros-hero__story p {
  margin: 0 0 1rem;
}

.nosotros-hero__story p:last-child {
  margin-bottom: 0;
}

.nosotros-pillars {
  padding: 0 0 clamp(2rem, 5vw, 3.5rem);
}

.nosotros-pillars__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xl);
}

.nosotros-pillars__card {
  min-height: 240px;
  padding: clamp(1.35rem, 2.5vw, 2rem);
  background: var(--nosotros-card-bg);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.nosotros-pillars__card:last-child {
  border-right: 0;
}

.nosotros-pillars__card-index {
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.18em;
}

.nosotros-pillars__card h2 {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.05;
}

.nosotros-pillars__card p {
  margin: 0;
  max-width: 32ch;
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}

.nosotros-values {
  padding: 0;
}

.nosotros-values__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(290px, 0.92fr);
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
}

.nosotros-values__content h2 {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.8rem);
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.nosotros-values__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.4rem;
}

.nosotros-value {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-lg);
  background: #fff;
}

.woocommerce-cart .torpoco-cart-page__update.is-hidden {
  display: none !important;
}

.nosotros-value__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border: 1px solid #d9e4f0;
  border-radius: 16px;
  background: #f6f9fc;
  overflow: hidden;
}

.nosotros-value__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 0.45rem;
}

.nosotros-value__icon-fallback {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #a6b6c9;
}

.nosotros-value__body h3 {
  margin: 0 0 0.35rem;
  color: var(--color-dark-text);
  font-size: 1rem;
  line-height: 1.2;
}

.nosotros-value__body p {
  margin: 0;
  color: #5e6f84;
  font-size: 0.88rem;
  line-height: 1.65;
}

.nosotros-values__media {
  position: relative;
  align-self: center;
}

.nosotros-values__media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.nosotros-values__placeholder {
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 2rem;
  text-align: center;
  color: #6a7a8e;
  font-size: 1rem;
  line-height: 1.7;
}

@media (max-width: 900px) {
  .nosotros-hero__grid,
  .nosotros-values__grid {
    grid-template-columns: 1fr;
  }

  .nosotros-pillars__grid {
    grid-template-columns: 1fr;
  }

  .nosotros-values__list {
    grid-template-columns: 1fr;
  }

  .nosotros-values__media {
    align-self: stretch;
  }
}

.contact-page {
  background: #fff;
  color: var(--color-dark-text);
  overflow: clip;
}

.contact-hero {
  padding: clamp(2.75rem, 5vw, 4.5rem) 0 clamp(1.75rem, 4vw, 3rem);
}

.contact-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(1.25rem, 3vw, 2.5rem); align-items: center; }

.contact-kicker {
  margin: 0 0 0.85rem;
  color: var(--color-link);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
}

.contact-hero__content {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.contact-hero__content h1 {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.7rem, 4vw, 3rem);
  line-height: 0.95;
  letter-spacing: -0.05em;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.contact-hero__intro {
  margin-top: 1.25rem;
  max-width: 68ch;
  color: #425066;
  font-size: 1.03rem;
  line-height: 1.9;
}

.contact-hero__intro p {
  margin: 0 0 1rem;
}

.contact-hero__intro p:last-child {
  margin-bottom: 0;
}






.contact-info {
  padding-bottom: clamp(1.5rem, 3vw, 2rem);
}

.contact-info__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-info__card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 0.9rem;
  align-items: center;
  padding: 1rem 1.1rem;
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-lg);
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: none;
}

.contact-info__card:hover,
.contact-info__card:focus-visible {
  transform: none;
  border-color: #d7e1ef;
  box-shadow: none;
  outline: none;
}

.contact-info__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(22, 109, 184, 0.08);
  color: var(--color-link);
}

.contact-info__icon .nav-icon {
  width: 24px;
  height: 24px;
}

.contact-info__copy h2 {
  margin: 0 0 0.25rem;
  color: var(--color-dark-text);
  font-size: 1rem;
  line-height: 1.2;
}

.contact-info__copy p {
  margin: 0;
  color: #5e6f84;
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-main {
  padding: 0;
}

.contact-main__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  gap: clamp(1.25rem, 3vw, 2rem);
  align-items: stretch;
}

.contact-main__form,
.contact-map {
  border: 1px solid #d7e1ef;
  border-radius: var(--radius-xl);
  background: #fff;
}

.contact-main__form {
  padding: clamp(1.25rem, 3vw, 2rem);
  height: 100%;
}

.contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.1rem;
}

.contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form span {
  color: var(--color-dark-text);
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d7e1ef;
  border-radius: 14px;
  padding: 0.95rem 1rem;
  background: #f8fbff;
  color: var(--color-dark-text);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--color-link);
  box-shadow: 0 0 0 3px rgba(22, 109, 184, 0.12);
}

.contact-form__full {
  display: grid;
  gap: 0.45rem;
}

.contact-form__actions {
  display: flex;
  justify-content: flex-start;
}

.contact-form__submit {
  min-height: 48px;
  padding: 0.85rem 1.3rem;
  border: 0;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-weight: var(--font-weight-bold);
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease;
}

.contact-form__submit:hover {
  transform: translateY(-1px);
  background: #0f5ea4;
}

.contact-main__side {
  display: flex;
  height: 100%;
}

.contact-map {
  display: flex;
  flex: 1;
  padding: 0;
  border: 0;
  background: transparent;
}

.contact-map__embed,
.contact-map__placeholder {
  margin-top: 0;
  border-radius: var(--radius-xl);
  overflow: hidden;
  flex: 1;
  min-height: 100%;
}

.contact-map__embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  border: 0;
}

.contact-map__placeholder {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 1.5rem;
  background: #f8fbff;
  color: #6a7a8e;
  text-align: center;
}






@media (max-width: 900px) {
  .contact-hero__grid,
  .contact-main__grid {
    grid-template-columns: 1fr;
  }

  .contact-info__grid,
  .contact-form__row {
    grid-template-columns: 1fr;
  }

  .contact-map__embed iframe,
  .contact-map__placeholder {
    min-height: 280px;
  }
}

.trust-section {
  background: var(--color-accent-2);
  margin: 0;
  padding: 0;
}

.trust-section__shell {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}

.trust-section__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 116px;
  padding: 1.6rem 2rem;
  border-right: 1px solid #000d1412;
}

.trust-section__item:last-child {
  border-right: 0;
}

.trust-section__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0c4f86;
}

.trust-section__icon .nav-icon {
  width: 47px;
  height: 47px;
}

.trust-section__content h3 {
  margin: 0 0 0.42rem;
  color: var(--color-masthead);
  font-size: 2rem;
  font-size: var(--text-md);
  line-height: 1.1;
  letter-spacing: 0;
  font-weight: 700;
}

.trust-section__content p {
  margin: 0;
  color: var(--color-masthead);
  font-size: var(--text-sm);
  line-height: 1.24;
  font-weight: 500;
}

.site-footer {
  margin: 0 auto 1rem;
  padding: 1rem 1.25rem;
  color: var(--color-dark-text);
}

.site-footer {
  margin: 0;
  padding: 0;
  color: #fff;
  background: #094a87;
  border-radius: 0;
}

.footer-shell {
  padding: 4rem 0 0;
}

.footer-brand-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.footer-brand .site-brand-image {
  height: 46px !important;
  max-width: 212px !important;
  max-height: 46px !important;
}

.footer-payments {
  font-size: 0.82rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footer-divider {
  display: none;
}

.footer-grid {
  display: grid;
  grid-template-columns: minmax(230px, 1.1fr) repeat(auto-fit, minmax(148px, 0.82fr));
  gap: 1.7rem;
  align-items: start;
}

.footer-column h3 {
  margin: 0 0 0.58rem;
  font-size: 0.82rem;
  line-height: 1.18;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
}

.footer-column--contact h3 {
  margin-bottom: 0.45rem;
  font-size: 0.78rem;
}

.footer-column:not(.footer-column--contact) h3 {
  margin-bottom: 1.5rem;
}

.footer-column a,
.footer-column p {
  display: block;
  margin: 0 0 0.95rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.42;
  font-size: 0.82rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu .menu-item {
  margin: 0 0 0.95rem;
}

.footer-menu .menu-item:last-child {
  margin-bottom: 0;
}

.footer-menu a {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.42;
  font-size: 0.82rem;
}

.footer-column a:last-child,
.footer-column p:last-child {
  margin-bottom: 0;
}

.footer-contact-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem 0.28rem;
  margin-bottom: 0.95rem;
}

.footer-column .footer-contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.34rem;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.42;
  font-size: 0.82rem;
  margin: 0;
}

.footer-column .footer-contact-link .footer-inline-icon {
  margin-right: 0;
}

.footer-contact-separator {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  line-height: 1.42;
}

.footer-column--contact h3:not(:first-child) {
  margin-top: 1.1rem;
}

.footer-inline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 0.34rem;
  vertical-align: -3px;
}

.footer-inline-icon .nav-icon {
  width: 14px;
  height: 14px;
}

.footer-socials {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.15rem;
}

.footer-socials a {
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  line-height: 0;
  color: #fff;
}

.footer-socials .nav-icon {
  display: block;
  width: 22px;
  height: 22px;
}

.footer-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9rem;
  text-align: right;
  justify-self: end;
}

.footer-complaints {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #fff;
}

.footer-complaints__image {
  display: block;
  width: auto;
  max-width: min(100%, 230px);
  height: auto;
  max-height: 88px;
  object-fit: contain;
}

.footer-complaints--static {
  pointer-events: none;
}

.footer-designer {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.95);
}

.footer-designer strong {
  font-size: 0.92rem;
}

.footer-bottom {
  margin-top: 2rem;
  padding: 0.8rem 0 1rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  font-size: 0.8rem;
  font-weight: var(--font-weight-semibold);
}

.floating-whatsapp {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  text-decoration: none;
}

.floating-whatsapp__tooltip {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 0.82rem;
  border-radius: 10px;
  background: #0f3b6b;
  color: #fff;
  font-size: 0.8rem;
  font-weight: var(--font-weight-bold);
  opacity: 0;
  transform: translateX(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.floating-whatsapp__icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  box-shadow: none;
}

.floating-whatsapp__icon .nav-icon {
  width: 26px;
  height: 26px;
  color: inherit;
}

.floating-whatsapp:hover .floating-whatsapp__tooltip,
.floating-whatsapp:focus-visible .floating-whatsapp__tooltip {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.floating-whatsapp:hover .floating-whatsapp__icon,
.floating-whatsapp:focus-visible .floating-whatsapp__icon {
  transform: scale(1.02);
}

.floating-whatsapp:focus-visible {
  outline: none;
}

.floating-whatsapp:focus-visible .floating-whatsapp__icon {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}

.nav-icon [stroke]:not([stroke="none"]) {
  stroke: currentColor;
}

.nav-icon [fill="none"] {
  fill: none;
}

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

  .trust-section__item {
    justify-content: flex-start;
    min-height: 0;
    padding: 1rem 1.25rem;
    border-right: 0;
    border-bottom: 1px solid #ddd;
  }

  .trust-section__item:last-child {
    border-bottom: 0;
  }

  .trust-section__icon .nav-icon {
    width: 38px;
    height: 38px;
  }

  .trust-section__content h3 {
    font-size: var(--text-md);
  }

  .trust-section__content p {
    font-size: var(--text-xs);
  }

  .footer-shell {
    padding-top: 1.25rem;
  }

  .footer-brand-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 1.05rem;
  }

  .footer-aside {
    align-items: flex-start;
    text-align: left;
  }

  .footer-complaints {
    width: 100%;
    max-width: 270px;
  }

  .floating-whatsapp {
    right: 0.75rem;
    bottom: 0.75rem;
  }

  .floating-whatsapp__tooltip {
    font-size: 0.75rem;
  }

  .floating-whatsapp__icon {
    width: 52px;
    height: 52px;
  }

  .floating-whatsapp__icon .nav-icon {
    width: 22px;
    height: 22px;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .section-card {
    grid-column: span 12;
  }

  .hero-carousel {
    margin-top: 0;
  }

  .hero-carousel__frame {
    aspect-ratio: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .hero-carousel__slide {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
    padding: 1.1rem;
  }

  .hero-carousel__content h1 {
    font-size: clamp(2.25rem, 10vw, 3.6rem);
  }

  .hero-carousel__text {
    font-size: 1rem;
  }

  .hero-carousel__visual {
    min-height: 250px;
  }

  .hero-carousel__panel {
    width: min(100%, 220px);
    left: 8%;
    top: 16%;
  }

  .hero-carousel__card--top {
    right: 8%;
    top: 12%;
  }

  .hero-carousel__card--bottom {
    right: 10%;
    bottom: 10%;
  }

  .hero-carousel__arrow {
    width: 46px;
    height: 46px;
  }

  .topbar {
    display: none;
  }

  .masthead {
    border-top: 0;
  }

  .masthead-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-3);
    min-height: 72px;
    padding-block: 0.5rem;
  }

  .site-brand {
    justify-self: center;
  }

  .site-search {
    display: none;
  }

  .masthead-actions {
    display: contents;
  }

  .masthead-actions > :not(.cart-chip-desktop) {
    display: none;
  }

  .cart-chip-desktop {
    display: inline-grid;
    justify-self: end;
    width: 46px;
    height: 46px;
  }

  .cart-chip-desktop .nav-icon {
    width: 22px;
    height: 22px;
  }

  .navrow {
    display: none;
  }

  .mobile-menu-toggle,
  .cart-chip-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-toggle .nav-icon {
    width: 22px;
    height: 22px;
    filter: invert(1);
  }

  .mobile-drawer,
  .drawer-overlay {
    display: block;
  }

  .drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 8, 15, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 80;
  }

  .drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 340px);
    height: 100dvh;
    background: var(--color-masthead);
    color: #fff;
    transform: translateX(-102%);
    transition: transform 0.28s ease;
    z-index: 90;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.28);
    padding: 1rem;
    overflow-y: auto;
  }

  .mobile-drawer.is-open {
    transform: translateX(0);
  }

  .mobile-drawer-search {
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-drawer-search-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-drawer-search-form input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-family: var(--font-body);
    font-size: var(--text-md);
  }

  .mobile-drawer-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .mobile-drawer-search-form button {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer-search-form .nav-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }

  .mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    margin-bottom: 0.65rem;
  }

  .mobile-drawer-close {
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    font-size: 1.35rem;
  }

  .mobile-drawer-feature {
    background: rgba(255, 255, 255, 0.08);
    font-weight: var(--font-weight-semibold);
    border: none;
  }

  .mobile-drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .mobile-drawer-nav a {
    background: rgba(255, 255, 255, 0.04);
  }
}

.hero-carousel {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: clip;
}

.hero-carousel__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  border: 0;
  background: #0d1b2d;
  aspect-ratio: 2560 / 1024;
  min-height: clamp(420px, 34vw, 560px);
}

.hero-carousel__track {
  display: flex;
  height: 100%;
  min-width: 0;
  will-change: transform;
}

.hero-carousel__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  align-items: center;
  gap: clamp(1.5rem, 3vw, 3rem);
  padding: clamp(1.2rem, 3vw, 3rem);
  isolation: isolate;
  overflow: hidden;
}

.hero-carousel__slide.has-image {
  display: block;
  padding: 0;
  background: #0d1b2d;
}

.hero-carousel__slide.has-image::before,
.hero-carousel__slide.has-image::after {
  display: none;
}

.hero-carousel__slide-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.hero-carousel__picture {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.hero-carousel__image--mobile {
  display: none;
}

.hero-carousel__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-carousel__slide::before,
.hero-carousel__slide::after {
  content: '';
  position: absolute;
  inset: auto;
  pointer-events: none;
  z-index: -1;
}

.hero-carousel__slide::before {
  inset: 8% auto auto 58%;
  width: 34%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--hero-accent-soft);
  filter: blur(4px);
}

.hero-carousel__slide::after {
  inset: auto -8% -18% auto;
  width: 42%;
  height: 70%;
  border-radius: 34% 66% 63% 37% / 46% 38% 62% 54%;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(-8deg);
  opacity: 0.85;
}

.hero-carousel__content {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 650px;
  overflow-wrap: anywhere;
}

.hero-carousel__eyebrow {
  margin: 0 0 var(--space-3);
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: var(--text-xs);
  font-weight: var(--font-weight-bold);
}

.hero-carousel__content h1 {
  margin: 0;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: -0.05em;
  max-width: 10ch;
}

.hero-carousel__text {
  margin: var(--space-5) 0 0;
  max-width: 56ch;
  font-size: clamp(1rem, 1.1vw, 1.18rem);
  color: rgba(238, 242, 247, 0.78);
}

.hero-carousel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
  margin-top: var(--space-6);
}

.hero-carousel .button {
  min-height: 50px;
  padding-inline: 1.3rem;
}

.hero-carousel .button-primary {
  background: var(--hero-accent);
  color: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.2);
}

.hero-carousel .button-secondary {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
}

.hero-carousel__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: var(--space-6);
}

.hero-carousel__stats span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.82);
  font-size: var(--text-xs);
  font-weight: var(--font-weight-semibold);
}

.hero-carousel__visual {
  position: relative;
  z-index: 1;
  min-width: 0;
  min-height: clamp(300px, 28vw, 420px);
  display: grid;
  place-items: center;
  overflow: hidden;
}

.hero-carousel__visual::before {
  content: '';
  position: absolute;
  inset: 14% 10% 12% 18%;
  border-radius: 34px;
  background: #142235;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 18px 50px rgba(0, 0, 0, 0.24);
}

.hero-carousel__orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  mix-blend-mode: screen;
  filter: blur(2px);
}

.hero-carousel__orb--large {
  width: 190px;
  height: 190px;
  background: rgba(255, 255, 255, 0.1);
  top: 9%;
  left: 8%;
}

.hero-carousel__orb--small {
  width: 110px;
  height: 110px;
  background: rgba(255, 255, 255, 0.06);
  bottom: 10%;
  right: 8%;
}

.hero-carousel__panel,
.hero-carousel__card {
  position: absolute;
  display: grid;
  gap: 0.35rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 15, 24, 0.7);
  backdrop-filter: blur(16px);
  color: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
}

.hero-carousel__panel {
  width: min(100%, 270px);
  left: 13%;
  top: 18%;
  padding: 1rem 1rem 1.05rem;
}

.hero-carousel__badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 0.7rem;
  border-radius: 999px;
  background: var(--hero-accent-soft);
  color: #fff;
  font-size: 0.72rem;
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-carousel__panel strong {
  font-size: 1.1rem;
  line-height: 1.15;
}

.hero-carousel__panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.hero-carousel__meter {
  margin-top: 0.35rem;
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-carousel__meter span {
  display: block;
  width: 68%;
  height: 100%;
  border-radius: inherit;
  background: var(--hero-accent);
}

.hero-carousel__card {
  width: min(100%, 220px);
  padding: 0.95rem 1rem;
}

.hero-carousel__card span {
  color: rgba(255, 255, 255, 0.68);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.7rem;
  font-weight: var(--font-weight-bold);
}

.hero-carousel__card strong {
  font-size: 0.98rem;
}

.hero-carousel__card--top {
  right: 12%;
  top: 13%;
}

.hero-carousel__card--bottom {
  right: 18%;
  bottom: 13%;
}

.hero-carousel__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(4, 10, 17, 0.32);
  backdrop-filter: blur(14px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 3;
  transition: background-color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.hero-carousel__arrow .nav-icon {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(100%);
  transition: filter 0.22s ease;
}

.hero-carousel__arrow:hover,
.hero-carousel__arrow:focus-visible {
  background: #fff;
  border-color: #fff;
  transform: translateY(-50%) scale(1.03);
}

.hero-carousel__arrow:hover .nav-icon,
.hero-carousel__arrow:focus-visible .nav-icon {
  filter: brightness(0) saturate(100%) invert(51%) sepia(67%) saturate(682%) hue-rotate(170deg) brightness(92%) contrast(91%);
}

.hero-carousel__arrow--prev {
  left: clamp(0.9rem, 2vw, 1.2rem);
}

.hero-carousel__arrow--next {
  right: clamp(0.9rem, 2vw, 1.2rem);
}

.hero-carousel__dots {
  position: absolute;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  z-index: 3;
}

.hero-carousel__dot {
  width: 10px;
  aspect-ratio: 1 / 1;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  flex: 0 0 10px;
  cursor: pointer;
  transition: transform 0.22s ease, background-color 0.22s ease, opacity 0.22s ease;
}

.hero-carousel__dot.is-active {
  background: #fff;
  transform: scale(1.2);
}

.hero-carousel__dot:hover,
.hero-carousel__dot:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, 0.65);
}

.home-products {
  margin-top: var(--space-10);
  padding: clamp(1.25rem, 2.5vw, 2rem) 0;
  color: var(--color-dark-text);
}

.home-products__head {
  text-align: center;
}

.home-products__eyebrow {
  margin: 0 0 0.55rem;
  color: var(--color-link);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  font-weight: var(--font-weight-bold);
}

.home-products__head h1 {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.58rem);
  font-weight: var(--font-weight-semibold);
  line-height: 1.08;
}

.home-products__tabs {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0.8rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(12, 32, 52, 0.12);
}

.home-products__tab {
  position: relative;
  border: 0;
  background: transparent;
  color: rgba(16, 42, 70, 0.62);
  font-family: var(--font-body);
  font-size: var(--home-products-tab-size);
  font-weight: var(--font-weight-medium);
  padding: 0;
  cursor: pointer;
}

.home-products__tab::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.72rem;
  height: 3px;
  border-radius: 999px;
  background: var(--color-link);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.28s ease;
}

.home-products__tab:hover,
.home-products__tab:focus-visible,
.home-products__tab.is-active {
  color: var(--color-link);
}

.home-products__tab:hover::after,
.home-products__tab:focus-visible::after,
.home-products__tab.is-active::after {
  transform: scaleX(1);
}

.home-products__panel {
  display: block;
  margin-top: 0;
  padding-top: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(0.9rem);
  transition:
    max-height 0.52s ease,
    opacity 0.28s ease,
    transform 0.38s ease,
    padding-top 0.28s ease,
    visibility 0s linear 0.52s;
}

.home-products__panel.is-active {
  margin-top: 0;
  padding-top: 1.4rem;
  max-height: 2000px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  transition:
    max-height 0.52s ease,
    opacity 0.38s ease,
    transform 0.38s ease,
    padding-top 0.28s ease,
    visibility 0s;
}

.home-products__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: stretch;
}

.home-products__card-wrap {
  display: flex;
  flex: 0 0 calc((100% - 3rem) / 4);
  max-width: calc((100% - 3rem) / 4);
  opacity: 0;
  transform: translateY(0.85rem);
  transition: opacity 0.38s ease, transform 0.38s ease;
  transition-delay: 0ms;
}

.home-products__card-wrap > .product-card {
  width: 100%;
  height: 100%;
  flex: none;
}

.home-products__panel.is-active .home-products__card-wrap {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--card-delay, 0ms);
}

.product-card {
  position: relative;
  flex: 0 0 calc((100% - 3rem) / 4);
  min-width: 0;
  border: 1px solid rgba(14, 38, 61, 0.14);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: border-color 0.22s ease, transform 0.22s ease;
  cursor: pointer;
  isolation: isolate;
}

.product-card:hover,
.product-card:focus-within {
  border-color: var(--color-masthead);
}

.product-card__link-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
}

.product-card__media,
.product-card__body {
  position: relative;
  z-index: 2;
}

.product-card__media {
  pointer-events: none;
}

.product-card__body > :not(.product-card__actions) {
  pointer-events: none;
}

.product-card__media::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 -78%;
  width: 50%;
  height: 100%;
  z-index: 4;
  pointer-events: none;
  transform: skew(-25deg) translateX(0);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
  opacity: 0;
  transition: transform 0.62s ease, opacity 0.22s ease;
}

.product-card:hover .product-card__media::before,
.product-card:focus-within .product-card__media::before {
  opacity: 1;
  transform: skew(-25deg) translateX(320%);
}

.product-card__media {
  position: relative;
  min-height: var(--home-products-media-height);
  display: grid;
  place-items: center;
  background: #fff;
  flex: 0 0 auto;
  overflow: hidden;
}

.product-card__placeholder {
  width: 54%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 7px solid rgba(58, 100, 144, 0.4);
  box-shadow: none;
  background: #fff;
}

.product-card__media img {
  width: min(100%, 220px);
  height: auto;
  max-height: 100%;
  object-fit: contain;
  padding: 10px 0 0px;
}

.product-card__body {
  padding: 0.8rem 0.9rem 0.82rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1 1 auto;
  min-height: 156px;
}

.product-card__label {
  margin: 0 0 0.3rem;
  color: var(--color-link);
  font-size: var(--home-products-label-size);
  font-weight: var(--font-weight-bold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-card__title {
  margin: 0;
  color: #10263d;
  font-size: var(--home-products-title-size);
  line-height: 1.25;
  font-weight: var(--font-weight-bold);
  text-transform: uppercase;
  min-height: calc(1.25em * 4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.product-card__actions {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  row-gap: 0.15rem;
  column-gap: 0.5rem;
  align-items: center;
  margin-top: auto;
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

.product-card__actions a,
.product-card__actions button {
  font-family: var(--font-body);
  font-size: var(--text-sm);
  pointer-events: auto;
  min-height: 46px;
  padding: 0.8rem 0.95rem;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  box-sizing: border-box;
  white-space: nowrap;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.product-card__button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.product-card__button-icon .nav-icon {
  width: 100%;
  height: 100%;
}

.product-card__whatsapp {
  width: 46px;
  min-width: 46px;
  height: 46px;
  min-height: 46px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #29d060;
  color: #fff;
  box-shadow: none;
}

.product-card__whatsapp .nav-icon {
  width: 22px;
  height: 22px;
  color: currentColor;
  filter: brightness(0) invert(1);
}

.product-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1rem;
  border-radius: 8px;
  background: var(--color-masthead);
  color: #fff;
  font-weight: var(--font-weight-semibold);
  box-shadow: none;
  font-size: var(--text-xs);
  border: 0;
  cursor: pointer;
}

.product-card__button--cart {
  background: var(--color-masthead);
  color: #fff;
  font-weight: var(--font-weight-semibold);
  font-size: var(--text-xs);
}

.product-card__button--detail {
  width: 100%;
  justify-self: stretch;
  border: 1px solid var(--color-masthead);
}

.product-card__button--cart .nav-icon {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.product-card__button--add-cart {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  min-width: 0;
  margin-top: 0.35rem;
}

.product-card__button--add-cart.is-error {
  animation: torpoco-cart-error 0.42s ease;
}

@keyframes torpoco-cart-error {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-4px);
  }
  50% {
    transform: translateX(4px);
  }
  75% {
    transform: translateX(-3px);
  }
}

body.torpoco-commerce-mode--ecommerce .product-card__actions {
  grid-template-columns: 1fr;
}

body.torpoco-commerce-mode--ecommerce .product-card__button--cart,
body.torpoco-commerce-mode--ecommerce .product-card__button--detail {
  width: 100%;
}

/* Product single */
.product-single {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block: 0rem 3rem;
}

.product-single__breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-muted);
  font-size: 0.88rem;
}

.product-single__breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.product-single__breadcrumb-separator {
  display: inline-flex;
  width: 0.95rem;
  height: 0.95rem;
  color: var(--color-link);
}

.product-single__breadcrumb-separator svg {
  width: 100%;
  height: 100%;
}

.product-single__breadcrumb-item.is-current {
  color: var(--color-dark-text);
  font-weight: var(--font-weight-semibold);
}

.product-single__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.95fr);
  gap: 2rem;
  align-items: start;
}

.product-single__gallery {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 0.9rem;
  min-width: 0;
}

.product-single__gallery.is-single {
  grid-template-columns: 1fr;
}

.product-single__thumbs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
}

.product-single__thumbs {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  width: 100%;
  max-height: clamp(360px, 46vw, 620px);
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}

.product-single__thumbs::-webkit-scrollbar {
  display: none;
}

.product-single__thumb {
  width: 100%;
  border: 1px solid rgba(14, 38, 61, 0.16);
  border-radius: 12px;
  background: #fff;
  padding: 0;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.product-single__thumb:hover,
.product-single__thumb:focus-visible,
.product-single__thumb.is-active {
  border-color: var(--color-link);
  box-shadow: 0 0 0 2px rgba(22, 102, 176, 0.14);
}

.product-single__thumb img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  object-fit: cover;
}

.product-single__thumbs-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid rgba(14, 38, 61, 0.16);
  border-radius: 999px;
  background: #fff;
  color: var(--color-link);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.product-single__thumbs-nav .nav-icon {
  width: 1rem;
  height: 1rem;
}

.product-single__thumbs-nav[hidden] {
  display: none;
}

.product-single__thumbs-nav:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-single__thumbs-nav--prev {
  top: 0.15rem;
}

.product-single__thumbs-nav--next {
  bottom: 0.15rem;
}

.product-single__gallery.is-single .product-single__thumbs-wrap {
  display: none;
}

.product-single__main-image {
  position: relative;
  border: 1px solid rgba(14, 38, 61, 0.14);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-single__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-single__main-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.4rem;
  height: 2.4rem;
  border: 1px solid rgba(14, 38, 61, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.95);
  color: var(--color-link);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.product-single__main-nav:hover,
.product-single__main-nav:focus-visible {
  background: #fff;
  border-color: var(--color-link);
}

.product-single__main-nav .nav-icon {
  width: 1.15rem;
  height: 1.15rem;
}

.product-single__main-nav[hidden] {
  display: none;
}

.product-single__main-nav--prev {
  left: 0.75rem;
}

.product-single__main-nav--next {
  right: 0.75rem;
}

.product-single__placeholder {
  width: min(78%, 640px);
  aspect-ratio: 1;
  border-radius: 24px;
  border: 2px dashed rgba(14, 38, 61, 0.12);
  background: #f7f9fc;
}

.product-single__summary {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.product-single__eyebrow {
  margin: 0;
  color: var(--color-link);
  font-size: 0.82rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.product-single__title {
  margin: 0;
  color: var(--color-dark-text);
  font-size: clamp(1.55rem, 2vw, 2.4rem);
  line-height: 1.08;
  text-transform: uppercase;
}

.product-single__sku {
  margin: 0;
  color: var(--color-dark-text);
  font-size: 0.92rem;
  font-weight: var(--font-weight-semibold);
}

.product-single__sku-label {
  margin-right: 0.2rem;
}

.product-single__sku-value {
  font-weight: var(--font-weight-medium);
}

.product-single__tech-sheet {
  position: relative;
  display: inline-flex;
  width: fit-content;
}

.product-single__tech-sheet-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(14, 38, 61, 0.12);
  background: #fff;
  color: var(--color-link);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.product-single__tech-sheet-link:hover,
.product-single__tech-sheet-link:focus-visible {
  background: var(--color-masthead);
  border-color: var(--color-masthead);
  color: #fff;
}

.product-single__tech-sheet-link.is-disabled {
  border-style: dashed;
  background: #f7f9fc;
  color: var(--color-muted);
  cursor: not-allowed;
}

.product-single__tech-sheet-icon {
  display: inline-flex;
  width: 1.1rem;
  height: 1.1rem;
  flex: 0 0 auto;
  margin-bottom: 3px;
}

.product-single__tech-sheet-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.product-single__tech-sheet-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 0.6rem);
  padding: 0.55rem 0.75rem;
  border-radius: 12px;
  background: var(--color-masthead);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
  opacity: 0;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
  white-space: nowrap;
  z-index: 2;
}

.product-single__tech-sheet.is-missing:hover .product-single__tech-sheet-tooltip,
.product-single__tech-sheet.is-missing:focus-within .product-single__tech-sheet-tooltip {
  opacity: 1;
  transform: translateY(0);
}

.product-single__summary-text {
  color: var(--color-muted);
  line-height: 1.7;
}

.product-single__summary-text p {
  margin: 0;
}

.product-single__whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  width: 100%;
  padding: 1.3rem 1.15rem;
  border-radius: var(--radius-xs2);
  background: #2ad25f;
  color: #fff;
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  font-size: 1rem;
  margin: 5px 0 25px;
}

.product-single__whatsapp span:first-child {
  display: inline-flex;
  width: 1.15rem;
  height: 1.15rem;
}


.product-single__share p {
  margin: 0 0 0.6rem;
  font-size: 0.82rem;
  font-weight: 600;
}

.product-single__share-actions {
  display: flex;
  gap: 0.5rem;
}

.product-single__share-actions a {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  border-radius: 0.5rem;
  align-items: center;
  justify-content: center;
  background: #f0f5fb;
  color: var(--color-link);
}

.product-single__share-actions a svg {
  width: 1rem;
  height: 1rem;
}

.product-single__accordion {
  margin-top: 0.35rem;
  border-top: 1px solid rgba(14, 38, 61, 0.12);
  border-bottom: 1px solid rgba(14, 38, 61, 0.12);
}

.product-single__accordion-item {
  margin: 0;
}

.product-single__accordion-title {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  cursor: pointer;
  font-weight: 600;
  color: var(--color-dark-text);
}

.product-single__accordion-title::-webkit-details-marker {
  display: none;
}

.product-single__accordion-content {
  padding: 0 0 1.1rem;
  color: var(--color-muted);
}

.product-single__specs-table {
  display: grid;
  gap: 0.65rem;
}

.product-single__spec-row {
  display: grid;
  grid-template-columns: minmax(180px, 0.4fr) 1fr;
  gap: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid rgba(14, 38, 61, 0.08);
}

.product-single__spec-label {
  font-weight: 600;
  color: var(--color-text);
}

.product-single__accordion-empty {
  margin: 0;
}

.product-single__related {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 0.25rem;
}

.product-single__related-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-single__related-title {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.58rem);
  line-height: 1.08;
  font-weight: var(--font-weight-semibold);
}

.product-single__related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

@media (hover: none) and (pointer: coarse) {
  .product-single__related-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 0.8rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.25rem;
  }

  .product-single__related-grid > * {
    flex: 0 0 min(82vw, 320px);
    scroll-snap-align: start;
  }
}

@media (hover: none) and (pointer: coarse) and (max-width: 767px) {
  .product-single__related-grid {
    gap: 0.8rem;
  }

  .product-single__related-grid > * {
    flex: 0 0 calc((100% - 0.8rem) / 1.3);
  }
}

@media (max-width: 1024px) {
  .product-single__hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.95fr);
    gap: 1.35rem;
  }

  .product-single__gallery {
    grid-template-columns: 1fr;
  }

  .product-single__thumbs-wrap {
    order: 2;
    margin-top: 0.75rem;
    padding-inline: 0;
  }

  .product-single__thumbs {
    flex-direction: row;
    max-height: none;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-single__thumb {
    flex: 0 0 calc((100% - (0.6rem * 3)) / 3.3);
    width: calc((100% - (0.6rem * 3)) / 3.3);
    scroll-snap-align: start;
  }

  .product-single__thumbs-nav {
    top: 50%;
    transform: translateY(-50%);
  }

  .product-single__thumbs-nav--prev {
    left: 0;
  }

  .product-single__thumbs-nav--next {
    left: auto;
    right: 0;
  }

  .product-single__main-image {
    min-height: 0;
    aspect-ratio: 1 / 1;
  }

  .product-single__related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 1320px) {
  .site-search {
    flex: 1 1 460px;
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .product-card__actions {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-card__whatsapp,
  .product-card__actions > a[href*="wa.me"],
  .product-card__actions > a[aria-label*="WhatsApp"] {
    display: none !important;
  }

  .product-card__button--detail {
    width: 100%;
  }

  .product-single {
    gap: 1.25rem;
    padding-block: 1rem 2rem;
  }

  .product-single__title {
    font-size: 1.4rem;
  }

  .product-single__main-nav {
    display: none;
  }

  .product-single__thumbs-wrap {
    order: 2;
    margin-top: 0.75rem;
    padding-inline: 0;
  }

  .product-single__gallery {
    grid-template-columns: 1fr;
  }

  .product-single__hero {
    grid-template-columns: 1fr;
  }

  .product-single__thumbs {
    flex-direction: row;
    max-height: none;
    overflow-y: hidden;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .product-single__thumb {
    flex: 0 0 calc((100% - (0.6rem * 3)) / 3.3);
    width: calc((100% - (0.6rem * 3)) / 3.3);
    scroll-snap-align: start;
  }

  .product-single__thumbs-nav--prev,
  .product-single__thumbs-nav--next {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }

  .product-single__thumbs-nav {
    display: none !important;
  }

  .product-single__spec-row {
    grid-template-columns: 1fr;
    gap: 0.35rem;
  }

  .product-single__tech-sheet-tooltip {
    white-space: normal;
    max-width: 240px;
  }

  .home-interest__head {
    align-items: flex-start;
  }

  .home-interest__head-actions {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .home-interest__controls {
    gap: 0.35rem;
  }

  .home-interest__controls .home-interest__arrow {
    width: 40px;
    height: 40px;
  }

  .product-single__related-grid {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 0.8rem;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    grid-template-columns: none;
  }

  .product-single__related-grid > * {
    flex: 0 0 calc((100% - 0.8rem) / 1.3);
    width: calc((100% - 0.8rem) / 1.3);
    max-width: calc((100% - 0.8rem) / 1.3);
    scroll-snap-align: start;
  }
}

@media (max-width: 1024px) {
  .mobile-drawer-header,
  .mobile-drawer-close {
    display: none !important;
  }

  .mobile-cats-accordion {
    display: grid;
    gap: 0.55rem;
    margin-bottom: 10px;
  }

  .mobile-cats-accordion__toggle {
    width: 100%;
    justify-content: space-between;
    text-align: left;
    padding: 0.7rem 0.75rem;
  }

  .mobile-cats-accordion__toggle-main {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    color: #fff;
    font-weight: var(--font-weight-semibold);
    flex: 1 1 auto;
    min-width: 0;
  }

  .mobile-cats-accordion__chevron-btn {
    border: 0;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: pointer;
    transition: transform 0.22s ease, color 0.22s ease;
    padding: 0;
    justify-self: end;
    margin-right: -0.2rem;
  }

  .mobile-cats-accordion__chevron {
    display: inline-flex;
    width: 18px;
    height: 18px;
    transition: transform 0.22s ease;
  }

  .mobile-cats-accordion__chevron .nav-icon {
    width: 100%;
    height: 100%;
  }

  .mobile-cats-accordion__chevron-btn[aria-expanded="true"] .mobile-cats-accordion__chevron {
    transform: rotate(90deg);
  }

  .mobile-cats-accordion__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 0.35rem;
  }

  .mobile-cats-accordion__row--child {
    padding-left: 0.3rem;
  }

  .mobile-cats-accordion__panel {
    box-sizing: border-box;
    overflow: hidden;
  }

  .mobile-cats-accordion__panel-inner {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: color-mix(in srgb, var(--color-masthead) 86%, white);
    max-height: 48vh;
    overflow: auto;
    padding: 0.5rem;
  }

  .mobile-cats-accordion__group + .mobile-cats-accordion__group {
    margin-top: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-cats-accordion__root,
  .mobile-cats-accordion__child,
  .mobile-cats-accordion__subchild,
  .mobile-cats-accordion__all {
    display: block;
    border-radius: 9px;
    color: #fff;
    padding: 0.45rem 0.55rem;
    line-height: 1.25;
    font-size: 0.92rem;
  }

  .mobile-cats-accordion__item {
    display: block;
    border-radius: 9px;
    color: #fff;
    padding: 0.45rem 0.55rem;
    line-height: 1.25;
    font-size: 0.92rem;
  }

  .mobile-cats-accordion__root {
    font-weight: var(--font-weight-bold);
  }

  .mobile-cats-accordion__children {
    margin-top: 0.28rem;
    display: grid;
    gap: 0.15rem;
  }

  .mobile-cats-accordion__child {
    opacity: 0.95;
    padding-left: 0.85rem;
    text-align: left;
  }

  .mobile-cats-accordion__child-wrap {
    display: grid;
    gap: 0.15rem;
  }

  .mobile-cats-accordion__subchildren {
    display: grid;
    gap: 0.1rem;
    padding-left: 6px;
  }

  .mobile-cats-accordion__subchild {
    opacity: 0.9;
    padding-left: 1.25rem;
  }

  .mobile-cats-accordion__node-toggle {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0;
    color: #fff;
    padding: 0;
    transition: transform 0.22s ease, color 0.22s ease;
  }

  .mobile-cats-accordion__node-chevron {
    width: 18px;
    height: 18px;
    display: inline-flex;
    flex: 0 0 auto;
    transition: transform 0.2s ease;
  }

  .mobile-cats-accordion__node-chevron .nav-icon {
    width: 100%;
    height: 100%;
  }

  .mobile-cats-accordion__node-toggle[aria-expanded="true"] .mobile-cats-accordion__node-chevron {
    transform: rotate(90deg);
  }

  .mobile-cats-accordion__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 40px;
    align-items: center;
    gap: 0.35rem;
  }

  .mobile-cats-accordion__all {
    margin-top: 0.65rem;
    text-align: center;
    font-size: 0.92rem;
    font-weight: var(--font-weight-semibold);
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: color-mix(in srgb, var(--color-topbar) 82%, white);
  }

  .mobile-cats-accordion__root:hover,
  .mobile-cats-accordion__root:focus-visible,
  .mobile-cats-accordion__child:hover,
  .mobile-cats-accordion__child:focus-visible,
  .mobile-cats-accordion__subchild:hover,
  .mobile-cats-accordion__subchild:focus-visible,
  .mobile-cats-accordion__all:hover,
  .mobile-cats-accordion__all:focus-visible {
    background: rgba(255, 255, 255, 0.12);
  }

  .mobile-cats-accordion [hidden] {
    display: none !important;
  }
}

.home-highlights {
  padding: var(--space-12) 0 0;
  color: var(--color-dark-text);
}

.home-highlights__title {
  margin: 0 0 1.35rem;
  text-align: center;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.58rem);
  line-height: 1.1;
  font-weight: var(--font-weight-semibold);
}

.home-highlights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.home-highlights__box {
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(14, 38, 61, 0.14);
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.home-highlights__box--image {
  display: block;
}

.home-highlights__box--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-interest {
  padding: var(--space-14) 0 0;
  color: var(--color-dark-text);
  --interest-card-gap: 1rem;
  --interest-card-width: calc((100% - (var(--interest-card-gap) * 3)) / 4);
  --home-products-label-size: 0.7rem;
  --home-products-title-size: 0.84rem;
  --home-products-media-height: 220px;
}

.home-interest__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.3rem;
}

.home-interest__head-actions {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.home-interest__controls {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.home-interest__title {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.58rem);
  line-height: 1.08;
  font-weight: var(--font-weight-semibold);
}

.home-interest__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 1px 1.2rem;
  border: 1px solid rgba(22, 109, 184, 0.72);
  border-radius: 999px;
  color: var(--color-link);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  white-space: nowrap;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.home-interest__more:hover,
.home-interest__more:focus-visible {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #fff;
}

.home-interest__rail {
  position: relative;
  overflow: hidden;
}

.home-interest__track {
  display: flex;
  gap: var(--interest-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0 0.2rem;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}

.home-interest__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.product-card--interest {
  flex: 0 0 var(--interest-card-width);
}

.home-interest__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateY(18px);
  width: 48px;
  height: 48px;
  border: 1px solid rgba(14, 38, 61, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
  color: var(--color-link);
  display: grid;
  place-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease, transform 0.24s ease, background-color 0.22s ease, border-color 0.22s ease, color 0.22s ease;
  z-index: 2;
}

.home-interest__arrow .nav-icon {
  width: 18px;
  height: 18px;
  color: inherit;
}

.home-interest__arrow:hover {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #fff;
}

.home-interest__arrow--prev {
  left: 0.8rem;
}

.home-interest__arrow--next {
  right: 0.8rem;
}

.home-interest:hover .home-interest__arrow {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
}

.home-interest__controls .home-interest__arrow:hover,
.home-interest__controls .home-interest__arrow:focus-visible {
  transform: none;
}

.home-interest:hover .home-interest__controls .home-interest__arrow,
.home-interest:focus-within .home-interest__controls .home-interest__arrow {
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.home-categories {
  padding: var(--space-10) 0 0;
  color: var(--color-dark-text);
  --category-card-width: calc((100% - (var(--category-card-gap) * 4)) / 4.3);
  --category-card-gap: 1rem;
  --category-arrow-size: 52px;
}

.shop-archive {
  padding: 0;
}

.shop-breadcrumb {
  margin-bottom: 1rem;
}

.shop-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--color-link);
  font-size: var(--text-xs);
}

.shop-breadcrumb__item {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.shop-breadcrumb__item.is-current {
  color: var(--color-dark-text);
}

.shop-archive__header {
  margin-bottom: 1.4rem;
}

.shop-archive__title {
  margin: 0;
  color: var(--color-link);
  font-size: clamp(1.14rem, 1.7vw, 1.58rem);
  line-height: 1.08;
  font-weight: var(--font-weight-semibold);
}

.shop-archive__description {
  margin-top: 0.65rem;
  max-width: 70ch;
  color: rgba(36, 52, 71, 0.8);
  font-size: var(--text-sm);
}

.shop-layout {
  display: grid;
  grid-template-columns: minmax(260px, 290px) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.shop-mobile-filters {
  display: none;
}

.shop-mobile-filters__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0 1rem;
  border: 0;
  border-radius: 12px;
  background: var(--color-masthead);
  color: #fff;
  font-family: var(--font-body);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  cursor: pointer;
  transition: background-color 0.22s ease;
}

.shop-mobile-filters__toggle:hover,
.shop-mobile-filters__toggle:focus-visible {
  background: var(--color-link);
}

.shop-mobile-filters__toggle .nav-icon {
  width: 18px;
  height: 18px;
}

.shop-products__clear--mobile {
  min-height: 44px;
}

.shop-mobile-filters__close,
.shop-mobile-filters__overlay {
  display: none;
}

.shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: sticky;
  top: calc(var(--header-topbar-height) + var(--header-masthead-height) + var(--header-nav-height) + 1rem);
}

.shop-filter-card {
  padding: 0;
}

.shop-filter-card__title {
  margin: 0 0 0.95rem;
  color: #2a3544;
  font-size: 0.92rem;
  line-height: 1;
  font-weight: var(--font-weight-extrabold);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.shop-filter-tree {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.shop-filter-node {
  --shop-indent: 0rem;
}

.shop-filter-node--level-2 {
  --shop-indent: 0.75rem;
}

.shop-filter-node--level-3 {
  --shop-indent: 1.35rem;
}

.shop-filter-node__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.55rem;
  width: 100%;
}

.shop-filter-node--level-1 > .shop-filter-node__row {
  min-height: 56px;
}

.shop-filter-node--level-2 > .shop-filter-node__row,
.shop-filter-node--level-3 > .shop-filter-node__row {
  min-height: 44px;
  padding: 0.15rem 0;
}

.shop-filter-node__label {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  min-width: 0;
  color: var(--color-link);
  font-size: 0.90rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
}

.shop-filter-node--level-1 > .shop-filter-node__row > .shop-filter-node__label {
  min-height: 56px;
  padding: 0.75rem 1rem;
  border-radius: 16px;
  background: #f3f6fb;
}

.shop-filter-node--level-2 > .shop-filter-node__row > .shop-filter-node__label,
.shop-filter-node--level-3 > .shop-filter-node__row > .shop-filter-node__label {
  padding-left: var(--shop-indent);
}

.shop-filter-node--level-2 .shop-filter-node__label,
.shop-filter-node--level-3 .shop-filter-node__label {
  color: #2f5f96;
  font-weight: var(--font-weight-medium);
}

.shop-filter-node__label.is-active {
  color: var(--color-masthead);
  font-weight: var(--font-weight-bold);
}

.shop-filter-node__toggle {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: #ebeff5;
  color: var(--color-link);
  cursor: pointer;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.shop-filter-node__toggle:hover,
.shop-filter-node__toggle:focus-visible {
  background: var(--color-link);
  color: #fff;
}

.shop-filter-node__toggle .nav-icon {
  width: 18px;
  height: 18px;
  transition: transform 0.22s ease;
}

.shop-filter-node.is-open > .shop-filter-node__row .shop-filter-node__toggle {
  background: var(--color-masthead);
  color: #fff;
}

.shop-filter-node.is-open > .shop-filter-node__row .shop-filter-node__toggle .nav-icon {
  transform: rotate(180deg);
}

.shop-filter-node__panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
  transition: grid-template-rows 0.28s ease, opacity 0.22s ease, margin-top 0.22s ease;
}

.shop-filter-node__panel-inner {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.shop-filter-node__panel.is-open {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 0.55rem;
}

.shop-brand-list {
  display: grid;
  gap: 0.55rem;
}

.shop-brand-option {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #62738c;
  font-size: 0.92rem;
  font-weight: var(--font-weight-medium);
}

.shop-brand-option input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--color-link);
}

.shop-filter-card__empty {
  margin: 0;
  color: #7c8897;
  font-size: var(--text-sm);
}

.shop-filters__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.8rem 0.95rem;
  border-radius: var(--radius-xs2);
  background: var(--color-masthead);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.torpoco-cart-drawer__checkout:hover,
.torpoco-cart-drawer__checkout:focus-visible,
.product-card__button--detail:hover,
.product-card__button--add-cart:hover,
.product-card__button--detail:focus-visible,
.shop-filters__clear:hover,
.shop-filters__clear:focus-visible {
  background: var(--color-link);
  border: 1px solid var(--color-link);
  color: #fff;
}

.shop-products {
  min-width: 0;
}

.shop-products__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.shop-products__toolbar-start {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 0;
}

.shop-products__count {
  margin: 0;
  color: #2a3544;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: var(--font-weight-semibold);
}

.shop-products__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0 1rem;
  border-radius: 12px;
  background: var(--color-masthead);
  color: #fff;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.shop-products__clear span[aria-hidden="true"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 0.9rem;
  height: 0.9rem;
  font-size: 1.15rem;
  line-height: 1;
  margin-bottom: 3px;
}

.shop-products__clear:hover,
.shop-products__clear:focus-visible {
  background: var(--color-link);
  color: #fff;
}

.shop-products__sort {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-left: auto;
}

.shop-products__sort-label {
  color: #2a3544;
  font-size: 0.84rem;
  line-height: 1;
  font-weight: var(--font-weight-semibold);
}

.shop-products__sort select {
  min-width: 186px;
  min-height: 42px;
  padding: 0 2.6rem 0 0.9rem;
  border: 1px solid rgba(36, 52, 71, 0.16);
  border-radius: 12px;
  background: #fff;
  color: #2a3544;
  font-family: var(--font-body);
  font-size: 0.84rem;
  font-weight: var(--font-weight-medium);
  cursor: pointer;
}

.shop-products__sort select:focus-visible {
  outline: 2px solid rgba(22, 109, 184, 0.18);
  border-color: var(--color-link);
}

.shop-products__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.shop-products__grid .product-card {
  flex: none;
  width: 100%;
}

.shop-pagination {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.45rem;
}

.shop-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  padding: 0 0.7rem;
  border: 1px solid var(--color-masthead);
  border-radius: var(--radius-xs2);
  color: var(--color-masthead);
  font-size: var(--text-sm);
  font-weight: var(--font-weight-semibold);
  background: #fff;
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease;
}

.shop-pagination a.page-numbers:hover,
.shop-pagination a.page-numbers:focus-visible {
  border-color: var(--color-masthead);
  color: #fff;
  background: var(--color-masthead);
}

.shop-pagination .page-numbers.current {
  border-color: var(--color-masthead);
  background: var(--color-masthead);
  color: #fff;
  border-radius: var(--radius-xs2);
}

.shop-pagination .page-numbers.prev,
.shop-pagination .page-numbers.next {
  min-width: 44px;
  color: var(--color-masthead);
  font-size: 1.2rem;
  line-height: 1;
  border-radius: var(--radius-xs2) !important;
}

.shop-pagination__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.shop-pagination__icon .nav-icon {
  width: 16px;
  height: 16px;
}

.home-categories__rail {
  position: relative;
  overflow: hidden;
}

.home-categories__track {
  display: flex;
  gap: var(--category-card-gap);
  overflow-x: auto;
  overflow-y: hidden;
  padding: 2.85rem 0 0.55rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  cursor: default;
  touch-action: auto;
  -webkit-overflow-scrolling: touch;
}

.home-categories__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.home-category-card {
  flex: 0 0 var(--category-card-width);
  display: flex;
  flex-direction: column;
  min-height: 188px;
  margin-top: 0.35rem;
  border: 1px solid rgba(14, 38, 61, 0.12);
  border-radius: 16px;
  background: #e7f0f7;
  overflow: visible;
  scroll-snap-align: start;
  box-shadow: none;
  transition: background-color 0.18s ease, border-color 0.18s ease;
}

.home-category-card:hover {
  background: #dde9f3;
  border-color: rgba(14, 38, 61, 0.18);
}

.home-category-card__media {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: -2.7rem;
  padding: 0 1rem 0;
  overflow: visible;
}

.home-category-card__media img {
  width: min(100%, 165px);
  height: auto;
  max-height: 128px;
  object-fit: contain;
  transform: translateY(0.45rem);
  filter: drop-shadow(0 8px 8px rgba(16, 38, 61, 0.12));
}

.home-category-card__body {
  padding: 0.1rem 1rem 0.95rem;
  text-align: center;
}

.home-category-card__name {
  margin: 0;
  min-height: 2.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #113a67;
  font-size: 0.88rem;
  line-height: 1.2;
  font-weight: var(--font-weight-bold);
}

.home-category-card__footer {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(17, 58, 103, 0.42);
}

.home-category-card__footer span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  color: #113a67;
  font-size: 0.68rem;
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-category-card__footer .nav-icon {
  width: 11px;
  height: 11px;
}

.home-categories__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(22px);
  width: var(--category-arrow-size);
  height: var(--category-arrow-size);
  border: 1px solid rgba(14, 38, 61, 0.14);
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--color-link);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
  z-index: 2;
}

.home-interest__controls .home-interest__arrow {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  transform: none;
  opacity: 1;
  pointer-events: auto;
}

.home-categories__arrow:hover {
  background: var(--color-link);
  border-color: var(--color-link);
  color: #fff;
}

.home-categories__arrow .nav-icon {
  width: 18px;
  height: 18px;
  color: inherit;
}

.home-categories__arrow--prev {
  left: 1rem;
}

.home-categories__arrow--next {
  right: 1rem;
}

.home-categories:hover .home-categories__arrow,
.home-categories:focus-within .home-categories__arrow {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%);
}

@media (max-width: 1280px) and (min-width: 901px) {
  .home-categories {
    --category-card-width: calc((100% - (var(--category-card-gap) * 3)) / 3.3);
  }
}

@media (max-width: 900px) {
  .home-products {
    margin-top: var(--space-8);
    padding: 1rem 0;
  }

  .shop-archive {
    padding-top: var(--space-8);
  }

  .shop-layout {
    grid-template-columns: 1fr;
  }

  .shop-mobile-filters {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin-bottom: 0.9rem;
  }

  .shop-layout .shop-sidebar-collapsible {
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 340px);
    height: 100dvh;
    background: #fff;
    z-index: 95;
    transform: translateX(-102%);
    transition: transform 0.3s ease;
    overflow-y: auto;
    padding: 0.95rem 0.9rem 1rem;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.22);
  }

  .shop-layout.is-filters-open .shop-sidebar-collapsible {
    transform: translateX(0);
  }

  .shop-sidebar {
    position: static;
    padding-bottom: 0.35rem;
  }

  .shop-mobile-filters__close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #eef2f7;
    color: #2a3544;
    font-size: 1.45rem;
    line-height: 1;
    margin-left: auto;
    margin-bottom: 0.75rem;
    cursor: pointer;
  }

  .shop-mobile-filters__overlay {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(0, 0, 0, 0.36);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s ease;
  }

  .shop-archive.is-filters-open .shop-mobile-filters__overlay {
    opacity: 1;
    pointer-events: auto;
  }

  .shop-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
  }

  .shop-products__toolbar {
    align-items: flex-start;
    flex-direction: column;
  }

  .shop-products__sort {
    width: 100%;
    justify-content: flex-start;
    margin-left: 0;
  }

  .shop-products__toolbar .shop-products__clear {
    display: none;
  }

  .home-products__grid {
    gap: 0.75rem;
  }

  .home-products__head h1 {
    font-size: 1.08rem;
  }

  .product-card {
    flex-basis: calc((100% - 0.75rem) / 2);
  }

  .product-card--interest {
    flex: 0 0 var(--interest-card-width);
  }

  .product-card__media {
    min-height: 50px;
  }

  .home-products {
    --home-products-heading-size: 1.45rem;
    --home-products-tab-size: 0.84rem;
    --home-products-label-size: 0.66rem;
    --home-products-title-size: 0.8rem;
    --home-products-media-height: 190px;
  }

  .product-card__button--cart,
  .product-card__button--detail {
    min-height: 42px;
  }

  .product-card__button--add-cart {
    min-height: 44px;
  }

  .home-highlights {
    padding-top: var(--space-8);
  }

  .home-highlights__title {
    margin-bottom: 1rem;
    font-size: 1.08rem;
  }

  .home-highlights__grid {
    gap: 0.75rem;
    grid-template-columns: repeat(0, minmax(0, 1fr));
  }

  .home-interest {
    padding-top: var(--space-12);
    --interest-card-gap: 0.75rem;
    --interest-card-width: calc((100% - (var(--interest-card-gap) * 3)) / 3.3);
    --home-products-label-size: 0.66rem;
    --home-products-title-size: 0.8rem;
    --home-products-media-height: 190px;
  }

  .home-interest__head {
    margin-bottom: 1rem;
  }

  .home-interest__title {
    font-size: 1.08rem;
  }

  .home-interest__more {
    min-height: 40px;
    padding-inline: 0.9rem;
    font-size: var(--text-xs);
  }

  .home-interest__arrow {
    width: 44px;
    height: 44px;
  }

  .shop-filter-node--level-1 > .shop-filter-node__row {
    min-height: 52px;
  }

  .home-categories {
    padding-top: var(--space-8);
    --category-card-width: calc((100% - (var(--category-card-gap) * 2)) / 2.3);
    --category-card-gap: 0.75rem;
  }

  .home-categories__track {
    padding-top: 2.2rem;
  }

  .home-category-card {
    min-height: 176px;
    margin-top: 0.3rem;
  }

  .home-category-card__media {
    margin-top: -2rem;
    padding-top: 0.25rem;
  }

  .home-category-card__media img {
    width: min(100%, 138px);
    max-height: 102px;
    transform: translateY(0.3rem);
  }

  .home-category-card__name {
    font-size: 0.82rem;
  }

  .home-categories__arrow {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
  }

  .section-card {
    grid-column: span 12;
  }

  .hero-carousel {
    margin-top: 0;
  }

  .hero-carousel__frame {
    aspect-ratio: auto;
    aspect-ratio: 1 / 1;
    min-height: 0;
  }

  .hero-carousel__image--desktop {
    display: none;
  }

  .hero-carousel__image--mobile {
    display: block;
  }

  .hero-carousel__slide {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1rem;
    padding: 1.1rem;
  }

  .hero-carousel__content h1 {
    font-size: clamp(2.25rem, 10vw, 3.6rem);
  }

  .hero-carousel__text {
    font-size: 1rem;
  }

  .hero-carousel__visual {
    min-height: 250px;
  }

  .hero-carousel__panel {
    width: min(100%, 220px);
    left: 8%;
    top: 16%;
  }

  .hero-carousel__card--top {
    right: 8%;
    top: 12%;
  }

  .hero-carousel__card--bottom {
    right: 10%;
    bottom: 10%;
  }

  .hero-carousel__arrow {
    width: 46px;
    height: 46px;
  }

  .topbar {
    display: none;
  }

  .masthead {
    border-top: 0;
  }

  .masthead-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-3);
    min-height: 72px;
    padding-block: 0.5rem;
  }

  .site-brand {
    justify-self: center;
  }

  .site-search {
    display: none;
  }

  .masthead-actions {
    display: contents;
  }

  .masthead-actions > :not(.cart-chip-desktop) {
    display: none;
  }

  .cart-chip-desktop {
    display: inline-grid;
    justify-self: end;
    width: 46px;
    height: 46px;
  }

  .cart-chip-desktop .nav-icon {
    width: 22px;
    height: 22px;
  }

  .navrow {
    display: none;
  }

  .mobile-menu-toggle,
  .cart-chip-mobile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
  }

  .mobile-menu-toggle {
    width: 46px;
    height: 46px;
    justify-self: start;
    margin-left: -12px;
  }

  .mobile-drawer,
  .drawer-overlay {
    display: block;
  }

  .drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(3, 8, 15, 0.5);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.22s ease;
    z-index: 80;
  }

  .drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
  }

  .mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    width: min(84vw, 340px);
    height: 100dvh;
    background: var(--color-masthead);
    color: #fff;
    transform: translateX(-102%);
    transition: transform 0.28s ease;
    z-index: 90;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.28);
    padding: 1rem;
    overflow-y: auto;
  }

  .mobile-drawer.is-open {
    transform: translateX(0);
  }

  .mobile-drawer-search {
    padding-bottom: 0.9rem;
    margin-bottom: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .mobile-drawer-search-form {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 52px;
    padding: 0 0.9rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
  }

  .mobile-drawer-search-form input {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #fff;
    font-family: var(--font-body);
    font-size: var(--text-md);
  }

  .mobile-drawer-search-form input::placeholder {
    color: rgba(255, 255, 255, 0.7);
  }

  .mobile-drawer-search-form button {
    border: 0;
    background: transparent;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-drawer-search-form .nav-icon {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
  }

  .mobile-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.25rem;
    margin-bottom: 0.65rem;
  }

  .mobile-drawer-close {
    width: 40px;
    height: 40px;
    border: 0;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-radius: 999px;
    font-size: 1.35rem;
  }

  .mobile-drawer-feature,
  .mobile-drawer-nav a {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 48px;
    padding: 0.7rem 0.75rem;
    border-radius: 12px;
    color: #fff;
    font-size: var(--text-md);
    font-weight: var(--font-weight-regular);
    font-family: var(--font-body);
  }

  .mobile-drawer-nav {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
  }

  .mobile-drawer-nav a {
    background: rgba(255, 255, 255, 0.04);
  }

  .site-brand-image {
    height: clamp(34px, 8vw, 52px) !important;
    max-width: clamp(96px, 50vw, 180px) !important;
    max-height: clamp(34px, 8vw, 52px) !important;
  }
}

@media (max-width: 640px) {
  .home-products__card-wrap {
    flex-basis: calc((100% - 0.75rem) / 2);
    max-width: calc((100% - 0.75rem) / 2);
  }

  .site-brand-image {
    height: clamp(34px, 8vw, 52px) !important;
    max-width: clamp(96px, 40vw, 165px) !important;
    max-height: clamp(34px, 8vw, 52px) !important;
  }

  .product-card__title{
    font-size: var(--text-sm);
    min-height: calc(1em * 4);
  }

  .shop-mobile-filters {
    flex-wrap: nowrap;
  }

  .shop-mobile-filters__toggle,
  .shop-mobile-filters .shop-products__clear--mobile {
    flex: 0 0 auto;
  }

  .shop-products__toolbar-start,
  .shop-products__sort {
    width: 100%;
  }

  .shop-products__sort select {
    width: 100%;
    min-width: 0;
  }

  .shop-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shop-filter-card__title {
    font-size: 0.85rem;
  }

  .shop-filter-node__label {
    font-size: 0.9rem;
  }

  .home-interest {
    --interest-card-width: calc((100% - var(--interest-card-gap)) / 1.3);
  }

  .product-card--interest {
    flex: 0 0 var(--interest-card-width);
  }

  .home-interest__head {
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
  }

  .home-interest__arrow {
    display: none;
  }

  .home-categories {
    --category-card-width: calc((100% - var(--category-card-gap)) / 1.38);
    --category-card-gap: 0.7rem;
  }

  .home-highlights__grid {
    gap: 0.75rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content {
    grid-column: 1;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    padding-right: 0;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: none;
  }

  .woocommerce-account .torpoco-account-navigation__mobile {
    display: block;
  }

  .woocommerce-account .torpoco-order-actions {
    justify-content: flex-start;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.55rem;
  }

  .woocommerce-account .torpoco-order-action {
    width: min(100%, 160px);
    min-width: 0;
  }

  .woocommerce-account .torpoco-orders-wrap {
    padding-inline: 0.5rem;
  }

  .woocommerce-account .torpoco-orders__row--head {
    display: none;
  }

  .woocommerce-account .torpoco-orders__row-inner {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .torpoco-orders__row--body {
    border-top: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .woocommerce-account .torpoco-orders__cell {
    display: grid;
    grid-template-columns: minmax(96px, 0.95fr) minmax(0, 1.35fr);
    gap: 0.9rem;
    align-items: center;
    padding: 0.95rem 1rem;
  }

  .woocommerce-account .torpoco-orders__cell::before {
    content: attr(data-label);
    font-size: var(--text-xs);
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #627085;
  }

  .woocommerce-account .torpoco-orders__cell--actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .woocommerce-account .torpoco-orders__cell--actions::before {
    align-self: start;
    padding-top: 0.25rem;
  }

  .woocommerce-account .torpoco-orders__cell--actions .torpoco-order-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 720px) {
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--two,
  .woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout > .torpoco-billing-row--three {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .woocommerce-MyAccount-content .torpoco-billing-layout .torpoco-billing-group--span-2 {
    grid-column: auto;
  }

  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="text"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="email"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="tel"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="number"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="password"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="search"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields input[type="url"],
  .woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields select {
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }

  .woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  .woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--first,
  .woocommerce-account .torpoco-account-form .woocommerce-address-fields__field-wrapper > .woocommerce-form-row--last,
  .woocommerce-account .torpoco-account-form .torpoco-account-form__email,
  .woocommerce-account .torpoco-account-form .torpoco-account-form__fieldset,
  .woocommerce-account .torpoco-account-form .torpoco-account-form__actions {
    grid-column: 1 / -1;
  }

  .product-card__title{
    font-size: var(--text-sm);
    min-height: calc(1em * 4);
  }
}

@media (max-width: 767px) {
  .product-single__related-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 0.8rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    grid-template-columns: none !important;
  }

  .product-single__related-grid > *,
  .product-single__related-grid .product-card,
  .product-single__related-grid .product-card--interest {
    flex: 0 0 calc((100% - 0.8rem) / 1.3) !important;
    width: calc((100% - 0.8rem) / 1.3) !important;
    max-width: calc((100% - 0.8rem) / 1.3) !important;
    min-width: calc((100% - 0.8rem) / 1.3) !important;
    scroll-snap-align: start;
  }
}
