@charset "UTF-8";
/*!
Theme Name: Doppio v13
Theme URI: https://doppio.com.ar
Author: Doppio Pasta
Description: Theme custom para Doppio - Moldes para Pasta
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: GNU General Public License v2 or later
Text Domain: doppio
Tags: woocommerce, custom
*/
/* ============================================
   VARIABLES & RESET
   ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,600&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

h1 {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
}

h2 {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
}

h3 {
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}

h4 {
  font-size: 1.15rem;
  font-weight: 700;
}

p {
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

/* ============================================
   LAYOUT HELPERS
   ============================================ */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.section {
  padding: 5rem 0;
}
.section--warm {
  background: #FFF5F5;
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgb(221, 47, 56);
  border-bottom: 1px solid #F0E0E0;
  transition: box-shadow 0.3s ease;
}
.site-header.scrolled {
  box-shadow: 0 1px 4px rgba(221, 47, 56, 0.07);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
  gap: 2rem;
}

.site-logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
}
.site-logo img {
  height: 36px;
  width: auto;
}
.site-logo__img {
  height: 36px;
  width: auto;
  display: block;
}
.site-logo__text {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.site-nav a {
  padding: 0.4rem 0.85rem;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 6px;
  transition: color 0.2s, background 0.2s;
}
.site-nav a:hover, .site-nav a.active {
  color: #1A1A1A;
  background: #FFF5F5;
}
.site-nav .has-dropdown {
  position: relative;
}
.site-nav .dropdown {
  display: none;
  position: absolute;
  left: 0;
  min-width: 180px;
  background: #FFFFFF;
  border: 1px solid #F0E0E0;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(221, 47, 56, 0.1);
  padding: 0.5rem;
  z-index: 200;
}
.site-nav .has-dropdown:hover .dropdown {
  display: block;
}
.site-nav .dropdown a {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  white-space: nowrap;
  color: #1A1A1A;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

/* Cart icon */
.cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #FFF5F5;
  border-radius: 6px;
  color: #1A1A1A;
  transition: background 0.2s;
}
.cart-link:hover {
  background: #FFF5F5;
}
.cart-link svg {
  width: 22px;
  height: 22px;
}

.cart-count {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  background: rgb(221, 47, 56);
  color: #fff;
  font-size: 0.65rem;
  font-weight: 600;
  border-radius: 99px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* Mobile menu toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.mobile-toggle span {
  display: block;
  height: 1.5px;
  background: #1A1A1A;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* Mobile menu */
@media (max-width: 900px) {
  .site-nav {
    display: none;
  }
  .mobile-toggle {
    display: flex;
  }
  .site-nav.open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    background: #FFFFFF;
    border-bottom: 1px solid #F0E0E0;
    padding: 1rem 1.5rem;
    gap: 0;
    box-shadow: 0 4px 16px rgba(221, 47, 56, 0.1);
  }
  .site-nav.open a {
    padding: 0.75rem 0.5rem;
    border-bottom: 1px solid #F0E0E0;
  }
  .site-nav .dropdown {
    position: static;
    box-shadow: none;
    border: none;
    background: #FFF5F5;
    margin-top: 0.25rem;
    border-radius: 6px;
  }
}
/* ============================================
   FOOTER
   ============================================ */
.site-footer {
  background: #1A1A1A;
  color: rgba(255, 255, 255, 0.7);
  padding: 3.5rem 0 2rem;
  margin-top: 5rem;
}
.site-footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 2.5rem;
}
.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.35);
}

.footer-brand .site-logo__text {
  color: #fff;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.75rem;
}
.footer-brand p {
  font-size: 0.9rem;
  line-height: 1.6;
}

.footer-col h4 {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 1rem;
}
.footer-col ul li {
  margin-bottom: 0.5rem;
}
.footer-col ul li a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
  transition: color 0.2s;
}
.footer-col ul li a:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .site-footer__bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
}
/* ============================================
   BUTTONS
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.75rem;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.btn--primary {
  background: rgb(221, 47, 56);
  color: #fff;
}
.btn--primary:hover {
  background: rgb(237, 90, 98);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(221, 47, 56, 0.1);
}
.btn--outline {
  background: transparent;
  color: rgb(221, 47, 56);
  border: 1.5px solid rgb(221, 47, 56);
}
.btn--outline:hover {
  background: rgb(221, 47, 56);
  color: #fff;
}
.btn--ghost {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.btn--ghost:hover {
  background: rgba(255, 255, 255, 0.25);
}
.btn--ghost-dark {
  background: transparent;
  color: #666666;
  border: 1.5px solid #F0E0E0;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.65rem 1.25rem;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 6px;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn--ghost-dark:hover {
  border-color: #1A1A1A;
  color: #1A1A1A;
}

/* ============================================
   PRODUCT CARDS & GRID
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1.75rem;
}

.product-card {
  background: #FFFFFF;
  border: 1px solid #F0E0E0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(221, 47, 56, 0.13);
}
.product-card__image {
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
  background: #FFF5F5;
}
.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card__image img {
  transform: scale(1.04);
}
.product-card__body {
  padding: 1.1rem 1.25rem 1.25rem;
}
.product-card__dims {
  font-size: 0.75rem;
  color: #666666;
  letter-spacing: 0.03em;
  margin-bottom: 0.3rem;
}
.product-card__name {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  color: #1A1A1A;
}
.product-card__price {
  font-size: 1rem;
  font-weight: 500;
  color: rgb(221, 47, 56);
  margin-bottom: 1rem;
}
.product-card .btn {
  width: 100%;
  justify-content: center;
}

/* WooCommerce product loop overrides */
.woocommerce ul.products,
ul.products {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 1.75rem !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
  list-style: none !important;
}
.woocommerce ul.products li.product,
ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  background: #FFFFFF;
  border: 1px solid #F0E0E0;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.woocommerce ul.products li.product:hover,
ul.products li.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(221, 47, 56, 0.13);
}
.woocommerce ul.products li.product .woocommerce-loop-product__link,
.woocommerce ul.products li.product .woocommerce-loop-product__link,
ul.products li.product .woocommerce-loop-product__link,
ul.products li.product .woocommerce-loop-product__link {
  display: block !important;
  overflow: hidden !important;
  background: #fff !important;
  line-height: 0 !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
.woocommerce ul.products li.product .woocommerce-loop-product__link img,
ul.products li.product .woocommerce-loop-product__link img,
ul.products li.product .woocommerce-loop-product__link img {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
  margin: 0 !important;
  transition: transform 0.4s ease !important;
}
.woocommerce ul.products li.product:hover .woocommerce-loop-product__link img,
ul.products li.product:hover .woocommerce-loop-product__link img {
  transform: scale(1.04) !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .woocommerce-loop-product__title {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  padding: 1rem 1.25rem 0.25rem !important;
  color: #1A1A1A !important;
  line-height: 1.3 !important;
}
.woocommerce ul.products li.product .price,
ul.products li.product .price {
  color: rgb(221, 47, 56) !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  padding: 0 1.25rem 0.75rem !important;
  display: block !important;
  line-height: normal !important;
}
.woocommerce ul.products li.product .button,
ul.products li.product .button {
  margin: 0 1.25rem 1.25rem !important;
  width: calc(100% - 2.5rem) !important;
  display: block !important;
  text-align: center !important;
  background: rgb(221, 47, 56) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0.7rem 1rem !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  transition: background 0.2s, transform 0.2s !important;
}
.woocommerce ul.products li.product .button:hover,
ul.products li.product .button:hover {
  background: rgb(185, 30, 38) !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 600px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .woocommerce ul.products,
  ul.products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem !important;
  }
}
/* ============================================
   HERO SECTION
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.hero {
  min-height: 88vh;
  background: #FFF5F5;
}
.hero .container {
  display: grid;
  padding: 100px 0;
  grid-template-columns: 3fr 2fr;
  gap: 5rem;
  align-items: center;
}
.hero__eyebrow {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgb(221, 47, 56);
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hero__eyebrow::before {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background: rgb(221, 47, 56);
}
.hero h1 {
  font-weight: 300;
  margin-bottom: 1.5rem;
  color: #1A1A1A;
}
.hero h1 em {
  font-style: italic;
  color: rgb(221, 47, 56);
  font-weight: 800;
}
.hero p {
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 2.5rem;
  max-width: 460px;
}
.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .hero {
    min-height: 70vh;
  }
}
/* ============================================
   CATEGORY TABS & SECTION HEADERS
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.cat-tabs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.cat-tab {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1.5px solid #F0E0E0;
  border-radius: 99px;
  background: transparent;
  color: #666666;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.cat-tab:hover, .cat-tab.active {
  border-color: rgb(221, 47, 56);
  color: rgb(221, 47, 56);
  background: rgba(221, 47, 56, 0.07);
}

.section-header {
  margin-bottom: 3rem;
}
.section-header--center {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.section-header p {
  color: #666666;
  font-size: 1.05rem;
  margin-top: 0.75rem;
}

.section-eyebrow {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgb(221, 47, 56);
  margin-bottom: 0.75rem;
}

/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.about-grid {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 5rem;
  align-items: center;
}
.about-grid img {
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(221, 47, 56, 0.13);
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.about-content .section-eyebrow {
  margin-bottom: 1rem;
}
.about-content h2 {
  margin-bottom: 1.5rem;
}
.about-content p {
  color: #666666;
  margin-bottom: 1.25rem;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.feature-item {
  padding: 1.5rem;
  background: #FFFFFF;
  border: 1px solid #F0E0E0;
  border-radius: 10px;
}
.feature-item i {
  color: rgb(221, 47, 56);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.feature-item h4 {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.feature-item p {
  font-size: 0.95rem;
  color: #666666;
  margin: 0;
}

@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .about-grid img {
    aspect-ratio: 3/2;
  }
  .features-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.customs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
.customs-grid img {
  border-radius: 18px;
  box-shadow: 0 12px 40px rgba(221, 47, 56, 0.13);
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
}
.customs-grid p {
  color: var(--color-text-soft);
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}

/* ============================================
   WOOCOMMERCE GENERAL STYLES & OVERRIDES
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.woocommerce .woocommerce-breadcrumb {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 2rem;
  padding-top: 1.5rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #666666;
  transition: color 0.2s;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: rgb(221, 47, 56);
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border-radius: 10px !important;
  border-top: none !important;
  border-left: 3px solid rgb(221, 47, 56) !important;
  background: rgba(221, 47, 56, 0.07) !important;
  color: #1A1A1A !important;
  padding: 1rem 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.9rem !important;
}

.woocommerce table.cart,
.woocommerce-cart table.cart {
  border-collapse: collapse;
  width: 100%;
}
.woocommerce table.cart th, .woocommerce table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid #F0E0E0;
  font-size: 0.9rem;
}
.woocommerce table.cart th,
.woocommerce-cart table.cart th {
  font-weight: 500;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #666666;
}

.woocommerce .cart-collaterals .cart_totals {
  background: #FFF5F5;
  border-radius: 10px;
  padding: 2rem;
  border: 1px solid #F0E0E0;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 1.5rem !important;
  margin-bottom: 1.5rem;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: rgb(221, 47, 56) !important;
  color: #fff !important;
  border-radius: 6px !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  transition: background 0.2s !important;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: rgb(237, 90, 98) !important;
}

.woocommerce div.product {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
  padding-top: 3rem;
}
.woocommerce div.product .woocommerce-product-gallery {
  position: sticky;
  top: 90px;
}
.woocommerce div.product .woocommerce-product-gallery__image img {
  border-radius: 18px;
  box-shadow: 0 4px 16px rgba(221, 47, 56, 0.1);
  aspect-ratio: 1/1;
}
.woocommerce div.product .product_title {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 400 !important;
  margin-bottom: 0.5rem !important;
}
.woocommerce div.product .price {
  font-size: 1.5rem !important;
  color: rgb(221, 47, 56) !important;
  margin: 1rem 0 1.5rem !important;
}
.woocommerce div.product .woocommerce-product-details__short-description {
  color: #666666;
  font-size: 0.95rem;
  margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1.5rem;
}
.woocommerce div.product form.cart .qty {
  width: 70px;
  padding: 0.7rem;
  border: 1.5px solid #F0E0E0;
  border-radius: 6px;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  text-align: center;
}
.woocommerce div.product form.cart .single_add_to_cart_button {
  flex: 1;
  background: rgb(221, 47, 56) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 0.85rem 1.5rem !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s !important;
}
.woocommerce div.product form.cart .single_add_to_cart_button:hover {
  background: rgb(237, 90, 98) !important;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .woocommerce div.product .woocommerce-product-gallery {
    position: static;
  }
}
/* ============================================
   WOOCOMMERCE BLOCKS (Gutenberg / WC Blocks)
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.wp-block-woocommerce-cart {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 2rem 1.5rem 5rem !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block h2,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-totals-block h2 {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
  margin-bottom: 1rem !important;
}

.wc-block-cart-items__header {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #666666 !important;
  border-bottom: 2px solid #F0E0E0 !important;
}

.wc-block-cart-item__image img {
  border-radius: 6px !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}

.wc-block-cart-item__product a {
  font-weight: 600 !important;
  color: #1A1A1A !important;
  transition: color 0.2s !important;
}
.wc-block-cart-item__product a:hover {
  color: rgb(221, 47, 56) !important;
}

.wc-block-cart-item__prices .price {
  font-weight: 700 !important;
  color: rgb(221, 47, 56) !important;
}

.wc-block-cart-item__remove-link {
  color: #666666 !important;
  font-size: 0.8rem !important;
  transition: color 0.2s !important;
}
.wc-block-cart-item__remove-link:hover {
  color: rgb(221, 47, 56) !important;
}

.wc-block-components-quantity-selector {
  border: 1.5px solid #F0E0E0 !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}
.wc-block-components-quantity-selector__value {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 600 !important;
  color: #1A1A1A !important;
}
.wc-block-components-quantity-selector__button {
  background: #FFF5F5 !important;
  color: #1A1A1A !important;
  transition: background 0.2s !important;
}
.wc-block-components-quantity-selector__button:hover {
  background: #F0E0E0 !important;
}

.wp-block-woocommerce-cart-totals-block {
  background: #FFF5F5 !important;
  border: 1px solid #F0E0E0 !important;
  border-radius: 18px !important;
  padding: 1.75rem !important;
}

.wc-block-components-totals-wrapper,
.wc-block-components-totals-item {
  border-color: #F0E0E0 !important;
}

.wc-block-components-totals-item__label {
  color: #666666 !important;
  font-size: 0.9rem !important;
}

.wc-block-components-totals-item__value {
  font-weight: 600 !important;
  color: #1A1A1A !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-weight: 800 !important;
  color: #1A1A1A !important;
  font-size: 1rem !important;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 1.4rem !important;
  color: rgb(221, 47, 56) !important;
  font-weight: 700 !important;
}

.wc-block-components-totals-coupon__button,
.wc-block-components-totals-coupon details summary {
  color: rgb(221, 47, 56) !important;
  font-weight: 600 !important;
  font-size: 0.85rem !important;
}

.wc-block-components-totals-coupon__input .wc-block-components-text-input input {
  border: 1.5px solid #F0E0E0 !important;
  border-radius: 6px !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  padding: 0.6rem 0.9rem !important;
}
.wc-block-components-totals-coupon__input .wc-block-components-text-input input:focus {
  border-color: rgb(221, 47, 56) !important;
  outline: none !important;
  box-shadow: none !important;
}

.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a,
.wc-block-components-checkout-place-order-button {
  background: rgb(221, 47, 56) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  padding: 0.9rem 1.5rem !important;
  width: 100% !important;
  text-align: center !important;
  cursor: pointer !important;
  transition: background 0.2s, transform 0.2s !important;
}
.wc-block-cart__submit-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block a:hover,
.wc-block-components-checkout-place-order-button:hover {
  background: rgb(185, 30, 38) !important;
  transform: translateY(-1px) !important;
  color: #fff !important;
}

.wc-block-cart__empty-cart__title {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 800 !important;
  color: #1A1A1A !important;
}

.wc-block-cart .wc-block-cart__empty-cart__ .wc-block-cart__empty-cart__title + p {
  color: #666666 !important;
}

.wc-block-components-notice-banner {
  border-radius: 10px !important;
  border-left: 3px solid rgb(221, 47, 56) !important;
  background: rgba(221, 47, 56, 0.07) !important;
  font-size: 0.9rem !important;
}

/* ============================================
   FRONT PAGE / HOME SPECIFIC STYLES
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

/* ============================================
   ARCHIVE / SHOP PAGE SPECIFIC STYLES  
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.archive-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
}

.archive-header {
  margin-bottom: 3rem;
}
.archive-header h1 {
  margin-bottom: 0.5rem;
}
.archive-header p {
  color: #666666;
  font-size: 1.05rem;
}

.archive-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.archive-sorting {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.archive-sorting select {
  padding: 0.5rem 0.75rem;
  border: 1.5px solid #F0E0E0;
  border-radius: 6px;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
  background: #fff;
}

/* ============================================
   PAGE GENERIC STYLES
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.page-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
}

.entry-header {
  margin-bottom: 2rem;
}
.entry-header h1 {
  margin-bottom: 1rem;
}
.entry-header .entry-meta {
  color: #666666;
  font-size: 0.9rem;
}

.entry-content {
  max-width: 800px;
  margin: 0 auto;
}
.entry-content > * + * {
  margin-top: 1.5rem;
}
.entry-content p {
  color: #666666;
  line-height: 1.8;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.entry-content ul, .entry-content ol {
  padding-left: 2rem;
  list-style: revert;
}
.entry-content ul li, .entry-content ol li {
  margin-bottom: 0.5rem;
}
.entry-content a {
  color: rgb(221, 47, 56);
  transition: color 0.2s;
}
.entry-content a:hover {
  opacity: 0.8;
}
.entry-content blockquote {
  padding-left: 1.5rem;
  border-left: 3px solid rgb(221, 47, 56);
  color: #666666;
  font-style: italic;
  margin: 1.5rem 0;
}
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5rem 0;
}

/* ============================================
   CUidados page styles
   ============================================ */
.page-content--cuidados {
  max-width: 840px;
  margin: 0 auto;
  padding: 3rem 0 2rem;
}

.cuidados-grid {
  display: inline-grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-row-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  margin-bottom: 3rem;
}

.cuidados-card {
  padding: 2rem;
  background: #ffffff;
  border-radius: 1rem;
  border: 1px solid rgba(221, 47, 56, 0.12);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.05);
  width: 100%;
  height: 100%;
}
.cuidados-card h4 {
  font-size: 1.55rem;
  margin-bottom: 1rem;
}
.cuidados-card p {
  color: #6c6c6c;
  line-height: 1.8;
  text-align: left;
}
.cuidados-card i {
  color: white;
  font-size: 32px;
  margin-bottom: 30px;
  background: rgb(221, 47, 56);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  transition: 0.3s;
}

.cuidados-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 3rem;
  border: 1px solid rgba(221, 47, 56, 0.16);
  border-radius: 1rem;
  background: rgba(255, 244, 239, 0.85);
}

.cuidados-cta h2 {
  margin: 0 0 1rem;
}

.cuidados-cta p {
  color: #6c6c6c;
  max-width: 620px;
}

@media (max-width: 900px) {
  .cuidados-grid {
    grid-template-columns: 1fr;
  }
  .cuidados-cta {
    flex-direction: column;
    text-align: center;
  }
}
/* ============================================
   SINGLE PRODUCT PAGE STYLES
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.sp-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem 1.5rem 5rem;
}

.sp-breadcrumb {
  font-size: 0.8rem;
  color: #666666;
  margin-bottom: 2rem;
}
.sp-breadcrumb a {
  color: #666666;
  transition: color 0.2s;
}
.sp-breadcrumb a:hover {
  color: rgb(221, 47, 56);
}
.sp-breadcrumb .sep {
  margin: 0 0.4rem;
  opacity: 0.4;
}

.sp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.sp-gallery {
  position: sticky;
  top: 90px;
}

.sp-gallery__main {
  position: relative;
  aspect-ratio: 1/1;
  background: #FFF5F5;
  border-radius: 18px;
  overflow: hidden;
  cursor: zoom-in;
  margin-bottom: 0.75rem;
}
.sp-gallery__main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.2s ease;
  display: block;
}
.sp-gallery__main img.fade {
  opacity: 0;
}
.sp-gallery__main:hover img {
  transform: scale(1.03);
}

.sp-gallery__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgb(221, 47, 56);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 99px;
  z-index: 2;
}

.sp-gallery__thumbs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.sp-gallery__thumb {
  width: 72px;
  height: 72px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.2s, transform 0.2s;
  background: #FFF5F5;
  flex-shrink: 0;
}
.sp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sp-gallery__thumb:hover {
  transform: translateY(-2px);
}
.sp-gallery__thumb.active {
  border-color: rgb(221, 47, 56);
}

.sp-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.92);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.sp-lightbox.open {
  display: flex;
}

.sp-lightbox__img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 10px;
  transition: opacity 0.2s;
}

.sp-lightbox__close {
  position: absolute;
  top: 1.25rem;
  right: 1.5rem;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  opacity: 0.7;
  transition: opacity 0.2s;
}
.sp-lightbox__close:hover {
  opacity: 1;
}

.sp-lightbox__prev,
.sp-lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.12);
  border: none;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 1.4rem;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-lightbox__prev:hover,
.sp-lightbox__next:hover {
  background: rgba(255, 255, 255, 0.25);
}

.sp-lightbox__prev {
  left: 1.5rem;
}

.sp-lightbox__next {
  right: 1.5rem;
}

.sp-info__cat {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgb(221, 47, 56);
  margin-bottom: 0.6rem;
}

.sp-info__title {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 1rem;
  color: #1A1A1A;
}

.sp-info__price {
  display: flex;
  align-items: baseline;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.sp-info__price .current {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(221, 47, 56);
}
.sp-info__price .original {
  font-size: 1.1rem;
  color: #666666;
  text-decoration: line-through;
}
.sp-info__price .saving {
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  background: rgb(221, 47, 56);
  padding: 0.2rem 0.6rem;
  border-radius: 99px;
}

.sp-info__desc {
  color: #666666;
  font-size: 0.95rem;
  line-height: 1.75;
  margin-bottom: 1.75rem;
  padding-bottom: 1.75rem;
  border-bottom: 1px solid #F0E0E0;
}
.sp-info__desc p {
  margin-bottom: 0.75rem;
}
.sp-info__desc p:last-child {
  margin-bottom: 0;
}
.sp-info__desc ul {
  list-style: none;
  padding: 0;
  margin: 0.5rem 0 0;
}
.sp-info__desc ul li {
  padding-left: 1.2rem;
  position: relative;
  margin-bottom: 0.3rem;
  font-size: 0.9rem;
}
.sp-info__desc ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: rgb(221, 47, 56);
  font-weight: 700;
}

.sp-cart-form {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin-bottom: 1.5rem;
}

.sp-qty {
  display: flex;
  align-items: center;
  border: 1.5px solid #F0E0E0;
  border-radius: 6px;
  overflow: hidden;
}
.sp-qty__btn {
  width: 38px;
  height: 48px;
  background: #FFF5F5;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  color: #1A1A1A;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp-qty__btn:hover {
  background: #F0E0E0;
}
.sp-qty__input {
  width: 48px;
  height: 48px;
  border: none;
  text-align: center;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #1A1A1A;
  background: #fff;
  -moz-appearance: textfield;
}
.sp-qty__input::-webkit-inner-spin-button, .sp-qty__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.sp-atc-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0 1.5rem;
  height: 48px;
  background: rgb(221, 47, 56);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}
.sp-atc-btn:hover {
  background: rgb(185, 30, 38);
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(221, 47, 56, 0.1);
}
.sp-atc-btn svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.sp-trust {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 1.25rem;
  background: #FFF5F5;
  border-radius: 10px;
  margin-bottom: 1.5rem;
}
.sp-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #666666;
  font-weight: 500;
}
.sp-trust__item svg {
  width: 18px;
  height: 18px;
  color: rgb(221, 47, 56);
  flex-shrink: 0;
}

.sp-meta {
  font-size: 0.8rem;
  color: #666666;
}
.sp-meta span {
  margin-right: 1.5rem;
}
.sp-meta strong {
  color: #1A1A1A;
}

.sp-related {
  border-top: 1px solid #F0E0E0;
  margin-top: 4rem;
  padding-top: 3rem;
}
.sp-related h2 {
  font-size: 1.5rem;
  margin-bottom: 1.75rem;
}

@media (max-width: 768px) {
  .sp-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  .sp-gallery {
    position: static;
  }
  .sp-lightbox__prev {
    left: 0.5rem;
  }
  .sp-lightbox__next {
    right: 0.5rem;
  }
}
/* ============================================
   CART PAGE STYLES
   ============================================ */
/* ============================================
   VARIABLES & RESET
   ============================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #1A1A1A;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
}

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

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

ul, ol {
  list-style: none;
}

.cart-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 5rem;
}

.cart-empty {
  text-align: center;
  padding: 5rem 1rem;
}
.cart-empty__icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: #FFF5F5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.cart-empty__icon svg {
  width: 40px;
  height: 40px;
}
.cart-empty h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.cart-empty p {
  color: #666666;
  margin-bottom: 2rem;
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 2.5rem;
  align-items: start;
}

.cart-items__header {
  padding-bottom: 1rem;
  border-bottom: 2px solid #F0E0E0;
  margin-bottom: 0;
}
.cart-items__header h2 {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cart-items__count {
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  color: #666666;
  background: #FFF5F5;
  padding: 0.25rem 0.75rem;
  border-radius: 99px;
}

.cart-item {
  display: grid;
  grid-template-columns: 80px 1fr auto auto auto;
  gap: 1rem;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid #F0E0E0;
}
.cart-item__image {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  overflow: hidden;
  background: #FFF5F5;
  flex-shrink: 0;
}
.cart-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cart-item__name a {
  font-weight: 600;
  font-size: 1rem;
  color: #1A1A1A;
  transition: color 0.2s;
}
.cart-item__name a:hover {
  color: rgb(221, 47, 56);
}
.cart-item__sku {
  font-size: 0.75rem;
  color: #666666;
  margin-top: 0.2rem;
}
.cart-item__price-mobile {
  display: none;
}
.cart-item__qty .quantity {
  display: flex;
  align-items: center;
}
.cart-item__qty .quantity input[type=number] {
  width: 60px;
  padding: 0.4rem 0.5rem;
  text-align: center;
  border: 1.5px solid #F0E0E0;
  border-radius: 6px;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1A1A1A;
  -moz-appearance: textfield;
}
.cart-item__qty .quantity input[type=number]::-webkit-inner-spin-button, .cart-item__qty .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.cart-item__qty .quantity input[type=number]:focus {
  outline: none;
  border-color: rgb(221, 47, 56);
}
.cart-item__subtotal {
  font-weight: 700;
  font-size: 1rem;
  color: #1A1A1A;
  text-align: right;
  white-space: nowrap;
}
.cart-item__remove-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #666666;
  transition: background 0.2s, color 0.2s;
}
.cart-item__remove-btn svg {
  width: 16px;
  height: 16px;
}
.cart-item__remove-btn:hover {
  background: rgba(221, 47, 56, 0.1);
  color: rgb(221, 47, 56);
}

.cart-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  flex-wrap: wrap;
}

.cart-coupon {
  display: flex;
  gap: 0.5rem;
  flex: 1;
  min-width: 240px;
}
.cart-coupon__input {
  flex: 1;
  padding: 0.65rem 1rem;
  border: 1.5px solid #F0E0E0;
  border-radius: 6px;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem;
  color: #1A1A1A;
  transition: border-color 0.2s;
}
.cart-coupon__input:focus {
  outline: none;
  border-color: rgb(221, 47, 56);
}
.cart-coupon__input::placeholder {
  color: #666666;
}

.cart-summary {
  position: sticky;
  top: 90px;
  background: #FFF5F5;
  border: 1px solid #F0E0E0;
  border-radius: 18px;
  padding: 1.75rem;
}
.cart-summary__title {
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F0E0E0;
}

.cart-totals {
  margin-bottom: 1.5rem;
}
.cart-totals__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 0.65rem 0;
  font-size: 0.9rem;
  border-bottom: 1px solid #F0E0E0;
  gap: 1rem;
}
.cart-totals__row:last-child {
  border-bottom: none;
}
.cart-totals__row span:first-child {
  color: #666666;
}
.cart-totals__row span:last-child {
  font-weight: 600;
  text-align: right;
}
.cart-totals__row--total {
  padding-top: 1rem;
  font-size: 1.05rem;
}
.cart-totals__row--total span:first-child {
  color: #1A1A1A;
  font-weight: 700;
}
.cart-totals__row--total span:last-child {
  font-size: 1.3rem;
  color: rgb(221, 47, 56);
}
.cart-totals__row--coupon small {
  display: block;
  font-size: 0.75rem;
  opacity: 0.7;
}
.cart-totals__remove-coupon {
  display: block;
  font-size: 0.75rem;
  color: rgb(221, 47, 56);
  margin-top: 0.15rem;
}
.cart-totals__discount {
  color: rgb(221, 47, 56);
}

.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  display: block !important;
  width: 100% !important;
  text-align: center !important;
  background: rgb(221, 47, 56) !important;
  color: #fff !important;
  padding: 0.9rem 1.5rem !important;
  border-radius: 6px !important;
  font-family: "Nunito", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  border: none !important;
  cursor: pointer;
  transition: background 0.2s, transform 0.2s !important;
  margin-bottom: 0.75rem !important;
}
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background: rgb(185, 30, 38) !important;
  transform: translateY(-1px) !important;
}

.cart-continue {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 1.5rem;
  transition: color 0.2s;
}
.cart-continue:hover {
  color: rgb(221, 47, 56);
}

.cart-trust {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding-top: 1.25rem;
  border-top: 1px solid #F0E0E0;
}
.cart-trust__item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #666666;
  font-weight: 500;
}
.cart-trust__item svg {
  width: 16px;
  height: 16px;
  color: rgb(221, 47, 56);
  flex-shrink: 0;
}

@media (max-width: 900px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .cart-summary {
    position: static;
  }
}
@media (max-width: 600px) {
  .cart-item {
    grid-template-columns: 64px 1fr auto;
    grid-template-rows: auto auto;
    gap: 0.5rem 0.75rem;
  }
  .cart-item__image {
    width: 64px;
    height: 64px;
  }
  .cart-item__info {
    grid-column: 2;
    grid-row: 1;
  }
  .cart-item__qty {
    grid-column: 2;
    grid-row: 2;
  }
  .cart-item__subtotal {
    grid-column: 3;
    grid-row: 1;
    font-size: 0.9rem;
  }
  .cart-item__remove {
    grid-column: 3;
    grid-row: 2;
    justify-self: end;
  }
  .cart-item__price-mobile {
    display: block;
    font-size: 0.8rem;
    color: #666666;
  }
  .cart-coupon {
    min-width: 0;
  }
}

/*# sourceMappingURL=style.css.map */
