/*
 * CITE — storefront skin
 * A quiet, editorial shoe-store system applied over every flexible module.
 */
:root {
  --shoe-ink: #1d1b19;
  --shoe-ink-soft: #625c56;
  --shoe-paper: #fbfaf7;
  --shoe-sand: #f0ece5;
  --shoe-clay: #b65336;
  --shoe-clay-dark: #8f3e28;
  --shoe-line: #ded8cf;
  --shoe-radius: 2px;
  --shoe-shadow: 0 14px 36px rgba(45, 36, 29, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--shoe-ink); background: var(--shoe-paper); font-family: "DM Sans", "Inter", sans-serif; }
body.menu-open { overflow: hidden; }
body :where(p, ul, ol) { line-height: 1.58; }
a { color: inherit; }
.container { width: min(100%, 1440px); padding-left: 32px; padding-right: 32px; }
.margen-1, .margen-2, .padding-espace { padding-top: clamp(58px, 7vw, 110px); padding-bottom: clamp(58px, 7vw, 110px); }
.margen-1 + .margen-1 { padding-top: clamp(58px, 7vw, 110px) !important; padding-bottom: clamp(58px, 7vw, 110px) !important; }

/* Header / footer */
.site-header { position: relative; z-index: 30; background: var(--shoe-paper); border-bottom: 1px solid var(--shoe-line); }
.site-header__notice { padding: 9px 16px; color: #fff; background: var(--shoe-ink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-align: center; text-transform: uppercase; }
.site-header__notice span { margin: 0 .55rem; color: #d8a08c; }
.site-header__main { min-height: 78px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.site-header__brand, .site-header__brand > a, .site-footer__brand { display: inline-flex; align-items: center; gap: 8px; width: fit-content; color: var(--shoe-ink); font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 800; letter-spacing: -.07em; line-height: 1; text-decoration: none; }
.site-header__brand-mark { color: var(--shoe-clay); font-size: 17px; }
.site-header__brand .custom-logo-link { display: block; line-height: 0; }
.site-header__brand .custom-logo { display: block; width: auto; max-width: 180px; max-height: 48px; }
.site-header__nav { justify-self: center; }
.site-header__menu, .site-footer__menu { display: flex; gap: 27px; padding: 0; margin: 0; list-style: none; }
.site-header__menu a { position: relative; display: block; padding: 8px 0; color: var(--shoe-ink); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.site-header__menu a::after { position: absolute; right: 0; bottom: 2px; left: 0; height: 1px; content: ""; background: var(--shoe-clay); transform: scaleX(0); transform-origin: right; transition: transform .25s ease; }
.site-header__menu a:hover::after, .site-header__menu .current-menu-item a::after { transform: scaleX(1); transform-origin: left; }
.site-header__actions { display: flex; justify-self: end; align-items: center; gap: 7px; }
.site-header__action { position: relative; display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid transparent; border-radius: 50%; text-decoration: none; transition: border-color .2s, background .2s; }
.site-header__action:hover { border-color: var(--shoe-line); background: #fff; }
.site-header__action .material-symbols-outlined { font-size: 21px; }
.site-header__cart-count { position: absolute; top: 0; right: -2px; display: grid; min-width: 16px; height: 16px; padding: 0 3px; place-items: center; color: #fff; background: var(--shoe-clay); border-radius: 50%; font-size: 9px; font-weight: 800; }
.site-header__menu-toggle { display: none; padding: 4px; border: 0; color: var(--shoe-ink); background: transparent; cursor: pointer; }
.site-header__menu-toggle > span:not(.screen-reader-text) { display: block; width: 22px; height: 1px; margin: 5px 0; background: currentColor; }

.site-footer { color: #f7f2eb; background: var(--shoe-ink); }
.site-footer__top { display: grid; grid-template-columns: 1.45fr 1fr 1fr auto; gap: 42px; padding-top: 66px; padding-bottom: 54px; }
.site-footer__brand { color: #fff; font-size: 31px; }
.site-footer__intro p { max-width: 290px; margin: 18px 0 0; color: #bdb6ae; font-size: 14px; }
.site-footer__title { margin: 4px 0 16px; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-footer__menu { display: grid; gap: 9px; }
.site-footer a { color: #c8c1b9; font-size: 13px; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.site-footer__service p:not(.site-footer__title) { margin: 8px 0; color: #aaa29a; font-size: 13px; }
.site-footer__widget .widget-footer > * { margin-top: 0; }
.site-footer__bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 18px; padding-bottom: 18px; border-top: 1px solid rgba(255,255,255,.13); color: #a9a198; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

/* Shared headings, copy and CTAs */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { font-family: "Playfair Display", Georgia, serif; font-weight: 700; letter-spacing: -.045em; }
.group-title { max-width: 720px; margin-bottom: 34px !important; }
.group-title h1, .group-title h2, .group-title h3, .group-title h4, .group-title h5, .group-title h6 { display: block; margin: 0; color: var(--module-color, var(--shoe-ink)); font-size: clamp(34px, 4vw, 58px) !important; line-height: .98; text-transform: none; }
.group-title h1::before, .group-title h2::before, .group-title h3::before, .group-title h4::before, .group-title h5::before, .group-title h6::before { display: none; }
.group-title p { max-width: 570px; margin: 13px 0 0; color: var(--module-color, var(--shoe-ink-soft)); font-family: "DM Sans", sans-serif; font-size: 16px !important; font-weight: 400; letter-spacing: 0; line-height: 1.5; }
.group-title.title-center, .group-title.text-center { margin-right: auto; margin-left: auto; }
.group-title.title-center p, .group-title.text-center p { margin-right: auto; margin-left: auto; }
.link-line, .btn-transparent { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 22px; color: #fff !important; background: var(--shoe-ink); border: 1px solid var(--shoe-ink) !important; border-radius: 0; font-size: 10px; font-weight: 800; letter-spacing: .13em; line-height: 1; text-decoration: none; text-transform: uppercase; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.link-line::before { display: none; }
.link-line:hover, .btn-transparent:hover { color: #fff !important; background: var(--shoe-clay); border-color: var(--shoe-clay) !important; transform: translateY(-2px); }
.content-standar-black { font-size: 16px; }
.content-standar-black h1:not([class]), .content-standar-black h2:not([class]), .content-standar-black h3:not([class]), .content-standar-black h4:not([class]) { font-family: "Playfair Display", Georgia, serif; line-height: 1.04; }
.content-standar-black p:not([class]) { line-height: 1.65; }

/* Hero */
.section-banner { background: var(--shoe-paper); }
.banner-slider .item { min-height: min(680px, 75vh); height: 680px; padding: 42px clamp(32px, 7vw, 115px); }
.banner-slider .item::before { opacity: .42; background: linear-gradient(90deg, rgba(22,18,16,.78), rgba(22,18,16,.28) 58%, rgba(22,18,16,.06)); }
.banner-slider .item .content-date { min-width: 0; max-width: 620px; }
.banner-slider .item .content-date .title-principal { max-width: 620px; margin: 0; color: #fff; font-family: "Playfair Display", Georgia, serif; font-size: clamp(44px, 6vw, 82px); font-weight: 700; letter-spacing: -.055em; line-height: .92; text-transform: none; }
.banner-slider .item .content-date .text { max-width: 460px; padding: 16px 0 23px; }
.banner-slider .item .content-date .text p { color: rgba(255,255,255,.92); font-size: 16px; line-height: 1.55; }
.banner-slider .item .content-date .label-text { padding: 7px 11px; color: var(--shoe-ink); background: #f3e7db; border-radius: 0; font-family: "DM Sans", sans-serif; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.banner-slider .item .content-date .btn-transparent { border-color: #fff !important; background: #fff; color: var(--shoe-ink) !important; }
.banner-slider .item .content-date .btn-transparent:hover { color: #fff !important; background: var(--shoe-clay); border-color: var(--shoe-clay) !important; }
.section-banner .slick-next, .section-banner .slick-prev { width: 44px; height: 44px; border-color: rgba(255,255,255,.8); background: rgba(29,27,25,.18) !important; }
.section-banner .slick-next:hover, .section-banner .slick-prev:hover { background: var(--shoe-clay) !important; border-color: var(--shoe-clay); }
.hc-slider-multimedia.hc-slider-fallback { visibility: visible; opacity: 1; }
.hc-slider-multimedia.hc-slider-fallback > li + li { margin-top: 12px; }

/* Editorial content and card modules */
.SectionContentSimple .content-standar-black { max-width: 820px; padding: 0; }
.SectionContentDuo, .SectionContentTrio, .ModuloDuo { background: var(--shoe-paper); }
.SectionContentDuo .box-img, .SectionContentTrio .box-img { border-radius: var(--shoe-radius); box-shadow: var(--shoe-shadow); }
.SectionContentDuo .box-center-x1 { padding: clamp(36px, 5vw, 90px); }
.SectionContentTrio .box-center-x1 { padding: clamp(26px, 3vw, 58px); }
.ModuloDuo .items { overflow: hidden; background: #eee8df; }
.ModuloDuo .columna-left, .ModuloDuo .columna-right { width: 50%; }
.ModuloDuo .content-imagen { position: relative; min-height: 570px; overflow: hidden; }
.ModuloDuo .box-center-x1 { min-height: 570px; padding: clamp(42px, 6vw, 108px); flex-direction: column; justify-content: center; }
.section-hc-tarjetas { background: var(--shoe-paper); }
.hc-mosaico-grid { gap: 16px !important; }
.hc-mosaico-item { border-radius: var(--shoe-radius) !important; box-shadow: none; }
.hc-mosaico-item:hover { box-shadow: var(--shoe-shadow); }
.hc-mosaico-item > img { transition: transform .55s ease !important; }
.hc-mosaico-item:hover > img { transform: scale(1.045) !important; }
.hc-mosaico-overlay { background: linear-gradient(0deg, rgba(29,27,25,.68), rgba(29,27,25,.04) 68%) !important; }
.hc-tarjeta-content { padding: clamp(20px, 3vw, 38px) !important; }
.hc-tarjeta-content h3 { font-family: "Playfair Display", Georgia, serif !important; font-size: clamp(25px, 3.1vw, 47px) !important; font-weight: 700 !important; letter-spacing: -.05em !important; line-height: .98 !important; text-transform: none !important; }
.hc-tarjeta-content span { border-radius: 0 !important; font-family: "DM Sans", sans-serif !important; font-size: 10px !important; letter-spacing: .12em; }

/* Categories and brands */
.colecciones-x1 { background: var(--shoe-sand); }
.item-coleccion-x2 { overflow: hidden; background: #fff; }
.item-coleccion-x2 .box-img { background: #e3ddd4; }
.item-coleccion-x2 .box-img::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(29,27,25,.55), transparent 57%); pointer-events: none; }
.item-coleccion-x2 .img-cover { transition: transform .45s ease; }
.item-coleccion-x2 a:hover .img-cover { transform: scale(1.06); }
.item-coleccion-x2 .content-x2 { padding: 18px; }
.item-coleccion-x2 .content-x2 .title { color: #fff !important; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 800; letter-spacing: .1em; }
.hc-slider-circle-mini .item-coleccion-x2 { overflow: visible; background: transparent; }
.hc-slider-circle-mini .item-coleccion-x2 .box-img { width: 116px; max-width: 116px; height: 116px; margin: 0 auto 12px; padding: 16px; background: #fff; border: 1px solid var(--shoe-line); box-shadow: 0 6px 16px rgba(45,36,29,.04); }
.hc-slider-circle-mini .item-coleccion-x2 .box-img::after { display: none; }
.hc-slider-circle-mini .item-coleccion-x2 .content-x2 .title { color: var(--shoe-ink) !important; font-size: 11px; }
.section-marca { background: #fff; border-top: 1px solid var(--shoe-line); border-bottom: 1px solid var(--shoe-line); }
.section-marca h2 { color: var(--shoe-ink) !important; font-family: "Playfair Display", Georgia, serif; font-size: 31px !important; font-weight: 700; letter-spacing: -.04em; text-transform: none; }
.section-marca h2 span { width: 28px !important; height: 2px !important; background: var(--shoe-clay) !important; }
.hc-brands__item { background: var(--shoe-paper) !important; border-color: var(--shoe-line) !important; border-radius: 0 !important; }
.hc-brands__item:hover { border-color: var(--shoe-clay) !important; box-shadow: none !important; }

/* Product modules */
.ListProduct, .hc-offers-grid { gap: 18px !important; }
.itemProductH, .hc-offer-card { min-width: 0; padding: 0 !important; overflow: hidden; color: var(--shoe-ink) !important; background: #fff !important; border: 1px solid var(--shoe-line) !important; border-radius: var(--shoe-radius) !important; box-shadow: none !important; transition: transform .25s ease, box-shadow .25s ease !important; }
.itemProductH:hover, .hc-offer-card:hover { box-shadow: var(--shoe-shadow) !important; transform: translateY(-4px); }
.itemProductH > a:first-child { display: block; padding: 10px 10px 0; }
.itemProductH > a:first-child > div { margin-bottom: 0 !important; background: #f5f2ed !important; border-radius: 0 !important; }
.itemProductH > div { padding: 15px 15px 16px; }
.itemProductH img { mix-blend-mode: multiply; transition: transform .45s ease !important; }
.itemProductH:hover img { transform: scale(1.055) !important; }
.itemProductH .lista-badges { gap: 4px; padding: 0; overflow: hidden; border: 0 !important; border-radius: 0 !important; background: transparent !important; }
.itemProductH .lista-badges span { padding: 6px 8px; color: #fff !important; background: var(--shoe-ink); font-size: 9px !important; letter-spacing: .08em; }
.itemProductH .lista-badges .badge-descuento { color: #fff !important; background: var(--shoe-clay); }
.itemProductH .hc-wishlist-btn { border-color: transparent !important; border-radius: 0 !important; background: rgba(255,255,255,.92) !important; }
.itemProductH .text-slate-400 { color: #807871 !important; font-size: 10px !important; letter-spacing: .12em; }
.itemProductH h3 { color: var(--shoe-ink); font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 700; line-height: 1.3; }
.hc-price, .hc-offer-price, .itemProductH .woocommerce-Price-amount { color: var(--shoe-ink); font-family: "DM Sans", sans-serif; font-size: 17px; font-weight: 800; }
.hc-price del, .hc-offer-price del { margin-right: 5px; color: #999087; font-size: 12px; font-weight: 500; }
.hc-price ins, .hc-offer-price ins { color: var(--shoe-clay); text-decoration: none; }
.itemProductH .add_to_cart_button { min-height: 42px; background: var(--shoe-ink) !important; border-radius: 0 !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; }
.itemProductH .add_to_cart_button:hover { background: var(--shoe-clay) !important; }
.hc-products-slider__nav, .hc-offers-nav { width: 42px !important; height: 42px !important; color: var(--shoe-ink) !important; border-color: var(--shoe-line) !important; border-radius: 0 !important; background: #fff !important; box-shadow: var(--shoe-shadow) !important; }
.hc-products-slider__nav:hover, .hc-offers-nav:hover { color: #fff !important; background: var(--shoe-clay) !important; border-color: var(--shoe-clay) !important; }
.section-ofertas { background: var(--shoe-paper); }
.section-ofertas > .container > div { padding: clamp(26px, 4vw, 45px) !important; background: var(--shoe-ink) !important; border-radius: var(--shoe-radius) !important; box-shadow: var(--shoe-shadow); }
.section-ofertas h2 { font-family: "Playfair Display", Georgia, serif; font-size: clamp(30px, 3vw, 46px) !important; font-weight: 700; letter-spacing: -.045em; }
.section-ofertas .text-red-100 { color: #ded4cb !important; }
.section-ofertas .bg-white\/20 { border: 1px solid rgba(255,255,255,.2); border-radius: 0 !important; background: rgba(255,255,255,.08) !important; }
.hc-offer-card { border: 0 !important; border-radius: 0 !important; }
.hc-offer-card > a:first-of-type { padding: 10px 10px 0; }
.hc-offer-card > a:first-of-type > div { border-radius: 0 !important; background: #f3efe8 !important; }
.hc-offer-card > :not(a:first-of-type) { margin-right: 14px; margin-left: 14px; }
.hc-offer-card .hc-offer-add { background: var(--shoe-ink) !important; border-radius: 0 !important; }
.hc-offer-card .hc-offer-add:hover { background: var(--shoe-clay) !important; }
.section-img-lateral { background: var(--shoe-sand); }
.section-img-lateral .container > div { border: 1px solid var(--shoe-line) !important; border-radius: var(--shoe-radius) !important; box-shadow: var(--shoe-shadow); }
.section-img-lateral .hc-lateral-aside { background: var(--shoe-ink) !important; }
.section-img-lateral .hc-lateral-aside .text-yellow-400 { color: #f3e3d7 !important; font-family: "Playfair Display", Georgia, serif; letter-spacing: -.04em; text-transform: none; }
.section-img-lateral .hc-lateral-aside a { border-radius: 0 !important; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.section-img-lateral .hc-lateral-content { background: #fff; }

/* Information, contact, accordion and reels */
.section-datos { padding-top: 48px !important; padding-bottom: 48px !important; background: #fff; }
.ItemDatos { gap: 14px !important; }
.ItemDatos > div { padding: 21px !important; background: var(--shoe-paper) !important; border-color: var(--shoe-line) !important; border-radius: var(--shoe-radius) !important; }
.ItemDatos .text-primary { color: var(--shoe-clay) !important; }
.ItemDatos h4 { color: var(--shoe-ink); font-family: "DM Sans", sans-serif; font-size: 11px !important; letter-spacing: .1em; }
.ItemDatos .text-slate-500 { color: var(--shoe-ink-soft) !important; }
.hc-mensaje { padding: clamp(32px, 5vw, 58px); border: 1px solid var(--shoe-line); border-radius: var(--shoe-radius); box-shadow: var(--shoe-shadow); }
.hc-mensaje__text { max-width: 900px; margin: 0; font-family: "Playfair Display", Georgia, serif; font-size: clamp(26px, 4vw, 49px); font-weight: 700; letter-spacing: -.045em; line-height: 1.05; }
.hc-contact { background: var(--shoe-sand); }
.hc-contact-header { max-width: 680px; margin-bottom: 35px; }
.hc-contact-title { color: inherit; font-family: "Playfair Display", Georgia, serif; font-size: clamp(37px, 5vw, 62px); font-weight: 700; letter-spacing: -.055em; line-height: .98; }
.hc-contact-subtitle { color: inherit; opacity: .72; }
.hc-card, .hc-map-card { border: 1px solid color-mix(in srgb, var(--shoe-ink) 14%, transparent) !important; border-radius: var(--shoe-radius) !important; box-shadow: none !important; }
.hc-card { background: rgba(255,255,255,.72) !important; }
.hc-card-icon { color: var(--shoe-clay) !important; }
.hc-form-card input, .hc-form-card textarea, .hc-form-card select { border: 1px solid var(--shoe-line) !important; border-radius: 0 !important; background: #fff !important; }
.hc-contact button, .hc-contact input[type="submit"] { color: #fff !important; background: var(--shoe-ink) !important; border-radius: 0 !important; font-size: 10px !important; font-weight: 800 !important; letter-spacing: .1em; text-transform: uppercase; }
.hc-contact button:hover, .hc-contact input[type="submit"]:hover { background: var(--shoe-clay) !important; }
.section-accordion { background: #fff; }
.section-accordion .rounded-xl { border-color: var(--shoe-line) !important; border-radius: var(--shoe-radius) !important; background: var(--shoe-paper) !important; }
.section-accordion .rounded-xl button { color: var(--shoe-ink) !important; background: transparent !important; border-bottom: 1px solid var(--shoe-line); font-family: "DM Sans", sans-serif; font-size: 13px; letter-spacing: .01em; }
.section-accordion .rounded-xl button:hover { color: var(--shoe-clay) !important; background: #fff !important; }
.section-accordion [data-hc-accordion-panel] > div { background: #fff !important; }
.hc-video-reels { background: var(--shoe-ink); }
.hc-video-reels .group-title h1, .hc-video-reels .group-title h2, .hc-video-reels .group-title h3, .hc-video-reels .group-title p { color: var(--module-color, #fff) !important; }
.hc-reel-video-wrap { border-radius: var(--shoe-radius) !important; }
.hc-reel-product { border-radius: 0 !important; background: #fff !important; }
.hc-reel-product-title { color: var(--shoe-ink) !important; font-family: "DM Sans", sans-serif; }
.hc-reel-product-price { color: var(--shoe-clay) !important; }
.TitlePrincipal { padding: 44px 0 34px; background: var(--shoe-sand) !important; }
.hc-breadcrumb { color: #817a72 !important; font-family: "DM Sans", sans-serif; font-size: 10px !important; }
.TitlePrincipal .group-title h2 { font-size: clamp(38px, 5vw, 64px) !important; }
.section-barra { padding: 12px 0 !important; background: var(--shoe-ink); }
.fila-barra .item-barra p { color: #eee7de !important; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.fila-barra .item-barra img { filter: brightness(0) invert(1); opacity: .9; }

@media (max-width: 900px) {
  .site-header__main { grid-template-columns: auto 1fr auto; }
  .site-header__menu-toggle { display: block; }
  .site-header__brand { justify-self: center; }
  .site-header__nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 12px 32px 24px; background: var(--shoe-paper); border-bottom: 1px solid var(--shoe-line); box-shadow: 0 15px 28px rgba(34,29,25,.09); }
  .site-header__nav.is-open { display: block; }
  .site-header__menu { display: grid; gap: 0; }
  .site-header__menu a { padding: 15px 0; border-bottom: 1px solid var(--shoe-line); }
  .site-footer__top { grid-template-columns: 1.4fr 1fr; }
  .ModuloDuo .columna-left, .ModuloDuo .columna-right { width: 100%; }
  .ModuloDuo .content-imagen, .ModuloDuo .box-center-x1 { min-height: 420px; }
}
@media (max-width: 680px) {
  .container { padding-left: 18px; padding-right: 18px; }
  .site-header__main { min-height: 65px; gap: 12px; }
  .site-header__brand { font-size: 23px; }
  .site-header__notice { font-size: 8px; letter-spacing: .08em; }
  .site-header__action { width: 33px; height: 33px; }
  .site-header__action:first-child { display: none; }
  .site-header__nav { padding-right: 18px; padding-left: 18px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 28px; padding-top: 45px; }
  .site-footer__bottom { display: grid; gap: 8px; }
  .banner-slider .item { min-height: 520px; height: 72vh; padding: 30px 23px 64px; }
  .banner-slider .item .content-date .title-principal { font-size: clamp(39px, 12vw, 58px); }
  .banner-slider .item .content-date .text p { font-size: 14px; }
  .SectionContentDuo .box-center-x1 { padding: 38px 8px 10px; }
  .SectionContentTrio .container { padding-right: 18px; padding-left: 18px; }
  .SectionContentTrio .box-center-x1 { padding: 26px 4px; }
  .ModuloDuo .content-imagen { min-height: 330px; }
  .ModuloDuo .box-center-x1 { min-height: 0; padding: 48px 20px; }
  .item-coleccion-x2 .content-x2 { padding: 13px 10px; }
  .hc-slider-circle-mini .item-coleccion-x2 .content-x2 { padding: 5px 4px; }
  .section-ofertas > .container > div { padding: 22px 16px !important; }
  .section-ofertas .flex.items-center.gap-2 { width: 100%; justify-content: center; }
  .ListProduct, .hc-offers-grid { gap: 10px !important; }
  .itemProductH > div { padding: 12px; }
  .itemProductH h3 { font-size: 13px; }
  .itemProductH .add_to_cart_button { min-height: 38px; padding: 7px !important; font-size: 9px !important; }
  .hc-mosaico-grid { gap: 10px !important; }
  .hc-tarjeta-content { padding: 19px !important; }
}
