/*
Theme Name:   Shoptimizer Child
Theme URI:    https://www.commercegurus.com/wordpress-themes/shoptimizer
Description:  Shoptimizer Child Theme - Les Petites Fesses style
Author:       Gemini CLI
Template:     shoptimizer
Version:      1.0.0
Text Domain:  shoptimizer-child
*/

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/rubik/rubik_n5.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/rubik/rubik_n6.woff2") format("woff2");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/rubik/rubik_n7.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/work_sans/worksans_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("assets/fonts/work_sans/worksans_n5.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/work_sans/worksans_i4.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/space_mono/spacemono_n4.woff2") format("woff2");
}

@font-face {
  font-family: "Space Mono";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/space_mono/spacemono_n7.woff2") format("woff2");
}

:root {
  --lpf-black: #0b0b0b;
  --lpf-white: #ffffff;
  --lpf-peach: #fff7f2;
  --lpf-red: #de5757;
  --lpf-accent-red: #d43747;
  --lpf-border: 1px solid #0b0b0b;
  --lpf-promo-h: 32px;
  --lpf-header-h: 64px;
  --lpf-trust-h: 29px;
  --lpf-drawer-w: 400px;
  --lpf-gutter: 48px;
  --lpf-mobile-gutter: 20px;
  --font-body: "Work Sans", sans-serif;
  --font-nav: "Rubik", sans-serif;
  --font-mono: "Space Mono", monospace;
}

body {
  padding-top: 0;
}

.lpf-promo,
.lpf-promo *,
.site-header.lpf-header,
.site-header.lpf-header *,
.lpf-trustbar,
.lpf-trustbar *,
.lpf-mobile-drawer,
.lpf-mobile-drawer * {
  box-sizing: border-box;
}

.lpf-promo {
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--lpf-promo-h);
  background: var(--lpf-peach);
  color: var(--lpf-black);
  border-bottom: var(--lpf-border);
  overflow: hidden;
}

.lpf-promo__track {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  white-space: nowrap;
  animation: lpfTicker 34s linear infinite;
}

.lpf-promo__group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-shrink: 0;
  min-width: 100%;
  height: 100%;
}

.lpf-promo:hover .lpf-promo__track,
.lpf-promo:focus-within .lpf-promo__track {
  animation-play-state: paused;
}

.lpf-promo__track span {
  flex: 0 0 auto;
  padding: 0 30px;
  color: var(--lpf-black);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-transform: uppercase;
}

@keyframes lpfTicker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.site-header.lpf-header {
  position: relative;
  top: auto;
  left: auto;
  z-index: 1000;
  width: 100%;
  height: var(--lpf-header-h);
  min-height: var(--lpf-header-h);
  padding: 0;
  margin: 0;
  background: var(--lpf-white);
  color: var(--lpf-black);
  border-top: 0;
  border-right: 0;
  border-bottom: var(--lpf-border);
  border-left: 0;
  overflow-anchor: none;
  overflow: visible;
}

.site-header.lpf-header.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1005;
}

.lpf-header-spacer {
  display: none;
  width: 100%;
  height: 0;
  overflow-anchor: none;
}

.lpf-header-spacer.is-active {
  display: block;
}

.lpf-header__inner {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0 var(--lpf-gutter);
  margin: 0 auto;
}

.lpf-header__left,
.lpf-header__right {
  display: flex;
  align-items: center;
  min-width: 0;
}

.lpf-header__left {
  justify-content: flex-start;
  gap: 14px;
}

.lpf-header__right {
  justify-content: flex-end;
  gap: 2px;
}

.lpf-logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  color: var(--lpf-black);
  text-decoration: none;
}

.lpf-logo img {
  display: block;
  width: 84px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
}

.lpf-nav {
  display: flex;
  justify-content: center;
  height: 100%;
  min-width: 0;
}

.lpf-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lpf-nav__list > li {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}

.lpf-nav__list > li > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 15px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lpf-nav__list > li > a::before,
.lpf-nav__list > li > a::after {
  content: "";
  position: absolute;
  right: 15px;
  bottom: 17px;
  left: 15px;
  height: 1px;
  background: currentColor;
  display: block;
  pointer-events: none;
  transition: none;
}

.lpf-nav__list > li > a::before {
  transform: scaleX(0);
  transform-origin: left center;
}

.lpf-nav__list > li > a::after {
  opacity: 0;
  transform: scaleX(1);
  transform-origin: right center;
}

.lpf-nav__list > li:hover > a::before,
.lpf-nav__list > li:focus-within > a::before {
  transform: scaleX(1);
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}

.lpf-nav__list > li:hover > a::after,
.lpf-nav__list > li:focus-within > a::after {
  opacity: 1;
  transform: scaleX(0);
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.lpf-nav__list > li.current-menu-item > a::before,
.lpf-nav__list > li.current-menu-ancestor > a::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.lpf-nav__list .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1002;
  display: none;
  min-width: 220px;
  padding: 14px 0;
  margin: 0;
  list-style: none;
  background: var(--lpf-white);
  border: var(--lpf-border);
  transform: translateX(-50%);
}

.lpf-nav__list > li:hover > .sub-menu,
.lpf-nav__list > li:focus-within > .sub-menu {
  display: block;
}

.lpf-nav__list .sub-menu li {
  margin: 0;
}

.lpf-nav__list .sub-menu a {
  display: block;
  padding: 10px 18px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.lpf-nav__list .sub-menu a:hover {
  background: var(--lpf-peach);
}

.lpf-icon-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  color: var(--lpf-black);
  background: transparent;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.lpf-icon-btn:hover,
.lpf-icon-btn:focus {
  color: var(--lpf-black);
  opacity: 0.7;
}

.lpf-icon-btn svg {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
  pointer-events: none;
}

.lpf-search-toggle svg,
.lpf-account-btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2px;
}

.lpf-cart-btn svg {
  width: 20px;
  height: 22px;
}

.lpf-cart-btn .Icon--cart path {
  stroke: currentColor;
  stroke-width: 0.65px;
  stroke-linejoin: miter;
}

.lpf-cart-count {
  position: absolute;
  top: 0;
  right: -4px;
  display: none;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  color: var(--lpf-white);
  background: var(--lpf-black);
  border-radius: 999px;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
}

.lpf-cart-count.is-visible {
  display: block;
}

.lpf-hamburger {
  display: none;
}

.lpf-search-drawer {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1001;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border-bottom: var(--lpf-border);
  transition: max-height 0.3s ease, visibility 0.3s ease;
  visibility: hidden;
}

.lpf-search-drawer.is-open {
  max-height: 104px;
  visibility: visible;
}

.lpf-search-drawer__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-height: 76px;
  padding: 0 var(--lpf-gutter);
}

.lpf-search-drawer .search-form {
  display: flex;
  flex: 1;
  gap: 16px;
  align-items: center;
  margin: 0;
}

.lpf-search-drawer .search-form label {
  display: block;
  flex: 1;
  margin: 0;
}

.lpf-search-drawer .search-field {
  width: 100%;
  height: 48px;
  padding: 0 0 0 36px;
  color: var(--lpf-black);
  background: transparent;
  border: 0;
  border-bottom: var(--lpf-border);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 18px;
  outline: none;
}

.lpf-search-drawer .search-field::placeholder {
  color: rgba(11, 11, 11, 0.45);
}

.lpf-search-drawer .search-submit {
  display: none;
}

.lpf-trustbar {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: var(--lpf-trust-h);
  min-height: var(--lpf-trust-h);
  padding: 0 var(--lpf-mobile-gutter);
  color: var(--lpf-black);
  background: var(--lpf-peach);
  border-bottom: var(--lpf-border);
}

.lpf-trustbar__text {
  margin: 0;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
}

.lpf-front-page,
.lpf-front-page *,
.lpf-site-footer,
.lpf-site-footer * {
  box-sizing: border-box;
}

body.home .site-content {
  display: none;
}

.lpf-front-page {
  display: block;
  width: 100%;
  margin: 0;
  background: var(--lpf-white);
}

.lpf-front-hero {
  --lpf-hero-height: 650px;
  --lpf-hero-content-width: 80%;
  --lpf-hero-gutter: 60px;

  position: relative;
  width: 100%;
  margin: 0;
  color: var(--lpf-white);
  background: var(--lpf-black);
  font-family: var(--font-body);
  overflow: hidden;
}

.lpf-front-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  height: var(--lpf-hero-height);
  min-height: var(--lpf-hero-height);
  text-align: center;
  overflow: hidden;
}

.lpf-front-hero__image,
.lpf-front-hero__text-container {
  grid-row-start: 1;
  grid-column-start: 1;
  min-height: 100%;
}

.lpf-front-hero__image {
  position: relative;
  overflow: hidden;
}

.lpf-front-hero__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  min-height: 0;
  object-fit: cover;
  object-position: 50% 50%;
}

.lpf-front-hero__text-container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--lpf-white);
}

.lpf-front-hero__text-wrapper {
  width: 100%;
  max-width: var(--lpf-hero-content-width);
  padding: var(--lpf-hero-gutter);
  color: inherit;
  text-align: center;
}

.lpf-front-hero__subheading {
  margin: 0;
  color: inherit;
  font-family: var(--font-mono);
  font-size: 11.2px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-transform: uppercase;
}

.lpf-front-hero__heading {
  max-width: none;
  margin: 0 0 10px;
  color: inherit;
  font-family: var(--font-nav);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: uppercase;
}

.lpf-front-hero__content {
  margin: 0 0 16px;
  color: inherit;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.lpf-front-hero__content p {
  margin: 0;
  color: inherit;
}

.lpf-front-hero__content strong {
  font-weight: 700;
}

.lpf-front-hero__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 251px;
  min-height: 45.625px;
  padding: 10.8px 18px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border: 1px solid var(--lpf-black);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.53;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease, background 0s linear 0.3s;
}

.lpf-front-hero__button::before,
.lpf-front-hero__button::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: #f3f3f3;
  opacity: 0.3;
  will-change: transform;
  transition: transform 0.3s ease;
}

.lpf-front-hero__button::before {
  transform: scaleY(0);
}

.lpf-front-hero__button::after {
  transform: scaleX(0);
}

.lpf-front-hero__button:hover,
.lpf-front-hero__button:focus {
  color: var(--lpf-black);
  border-color: var(--lpf-black);
  background: var(--lpf-white);
  transition: color 0.3s ease, border-color 0.3s ease, background 0s linear 0s;
}

.lpf-front-hero__button:hover::before,
.lpf-front-hero__button:focus::before,
.lpf-front-hero__button:hover::after,
.lpf-front-hero__button:focus::after {
  transform: none;
}

.lpf-front-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

.lpf-section-heading {
  margin: 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 33.6px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1;
  text-transform: uppercase;
}

.lpf-section-button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 14px 24px;
  color: var(--lpf-white);
  background: var(--lpf-black);
  border: 1px solid var(--lpf-black);
  border-radius: 8px;
  font-family: var(--font-body);
  font-size: 14.4px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.53;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: color 0.3s ease, border-color 0.3s ease, background 0s linear 0.3s;
}

.lpf-section-button::before,
.lpf-section-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.24);
  will-change: transform;
  transition: transform 0.3s ease;
}

.lpf-section-button::before {
  transform: scaleY(0);
}

.lpf-section-button::after {
  transform: scaleX(0);
}

.lpf-section-button:hover,
.lpf-section-button:focus {
  color: var(--lpf-white);
  border-color: var(--lpf-black);
  background: var(--lpf-black);
  transition: color 0.3s ease, border-color 0.3s ease, background 0s linear 0s;
}

.lpf-section-button:hover::before,
.lpf-section-button:focus::before,
.lpf-section-button:hover::after,
.lpf-section-button:focus::after {
  transform: none;
}

.lpf-featured-collection {
  padding: 80px 0 100px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  font-family: var(--font-body);
}

.lpf-featured-collection__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 0 30px;
}

.lpf-featured-collection__heading-link {
  color: var(--lpf-black);
  text-decoration: none;
}

.lpf-featured-collection__heading-link:hover,
.lpf-featured-collection__heading-link:focus {
  color: var(--lpf-black);
}

.lpf-featured-collection__button--mobile {
  display: none;
}

.lpf-product-carousel-shell {
  --lpf-carousel-peek: 0px;

  position: relative;
  width: 100%;
}

.lpf-product-carousel,
.lpf-category-carousel {
  display: flex;
  gap: 20px;
  width: calc(100% + var(--lpf-carousel-peek));
  margin: 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-padding: 0 60px;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.lpf-product-carousel,
.lpf-category-carousel {
  overflow-x: hidden;
  scroll-padding: 0;
}

.lpf-product-carousel::-webkit-scrollbar,
.lpf-category-carousel::-webkit-scrollbar {
  display: none;
}

.lpf-carousel-arrow {
  position: absolute;
  top: 37%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.92);
  transition: opacity 0.2s ease, transform 0.25s ease;
}

.lpf-product-carousel-shell:hover .lpf-carousel-arrow:not(.is-hidden),
.lpf-product-carousel-shell:focus-within .lpf-carousel-arrow:not(.is-hidden) {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

.lpf-carousel-arrow--prev {
  left: 15px;
}

.lpf-carousel-arrow--next {
  right: 15px;
}

.lpf-category-carousel-shell .lpf-carousel-arrow {
  top: 42%;
}

.lpf-carousel-arrow.is-hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-50%) scale(0);
}

.lpf-carousel-arrow svg {
  width: 18px;
  height: 18px;
}

.lpf-product-card {
  flex: 0 0 calc((100% - 60px - var(--lpf-carousel-peek)) / 4);
  min-width: 220px;
  max-width: none;
  color: var(--lpf-black);
  scroll-snap-align: start;
}

.lpf-product-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2246 / 2919;
  color: var(--lpf-black);
  background: #f7f4ef;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
}

.lpf-product-card__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 12px;
}

.lpf-product-card__media-link {
  position: absolute;
  inset: 0;
  display: block;
  color: inherit;
  text-decoration: none;
}

.lpf-product-card__wishlist {
  display: none !important;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border-radius: 999px;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
}

.lpf-product-card__quick {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7.39px;
  width: auto;
  min-width: 35.7969px;
  height: 35.7969px;
  padding: 0 0 0 7.39px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.07);
  opacity: 0;
  overflow: hidden;
  transform: translate(25px, 25px) scale(0);
  transform-origin: right bottom;
  transition: transform 0.3s ease, opacity 0.15s ease;
}

.lpf-product-card__media .button.lpf-product-card__quick {
  color: var(--lpf-black) !important;
  background: var(--lpf-white) !important;
  border: 0 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.07) !important;
  min-height: 35.7969px;
  line-height: 1;
}

.lpf-product-card__media:hover .lpf-product-card__quick,
.lpf-product-card__media:focus .lpf-product-card__quick,
.lpf-product-card__media:focus-within .lpf-product-card__quick {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.lpf-product-card__quick svg {
  flex: 0 0 auto;
  width: 21px;
  height: 25.0156px;
  stroke-width: 8px;
}

.lpf-product-card__quick path[stroke] {
  stroke-width: 8px;
}

.lpf-product-card__quick circle {
  fill: var(--lpf-peach);
}

.lpf-product-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  background: var(--lpf-white);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.lpf-product-card__quick-text {
  display: inline-block;
  max-width: 0;
  padding-right: 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 12.96px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 20.25px;
  opacity: 0;
  overflow: hidden;
  text-transform: uppercase;
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.15s ease, padding-right 0.3s ease;
}

.lpf-product-card__quick:hover .lpf-product-card__quick-text,
.lpf-product-card__quick:focus .lpf-product-card__quick-text {
  max-width: 120px;
  padding-right: 10.8px;
  opacity: 1;
  transition: max-width 0.3s ease, opacity 0.3s ease, padding-right 0.3s ease;
}

.lpf-product-card__info {
  padding: 15px 0 0;
  text-align: center;
}

.lpf-product-card__title {
  display: block;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 13.68px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.lpf-product-card__title:hover,
.lpf-product-card__title:focus {
  color: var(--lpf-black);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lpf-product-card__price {
  margin: 20.75px 0 5px;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 11.52px;
  font-weight: 500;
  line-height: 1;
}

.lpf-product-card__swatches {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 32px;
  color: var(--lpf-black);
}

.lpf-product-card__swatch {
  display: none;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(11, 11, 11, 0.25);
  border-radius: 999px;
}

.lpf-product-card__swatch--plain {
  background: #ffffff;
}

.lpf-product-card__swatch--wood {
  background: linear-gradient(135deg, #e4c8a2, #b88b58);
}

.lpf-product-card__swatch--black {
  background: #111111;
}

.lpf-product-card__swatch-count {
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 9.6px;
  line-height: 10px;
}

.lpf-popular-heading {
  padding: 50px 0 0;
  color: var(--lpf-black);
  background: var(--lpf-white);
  text-align: center;
}

.lpf-popular-heading__subheading {
  margin: 0 0 10px;
  color: var(--lpf-black);
  font-family: var(--font-mono);
  font-size: 11.2px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  text-transform: uppercase;
}

.lpf-popular-heading__title {
  line-height: 1.25;
}

.lpf-popular-categories {
  padding: 60px 0;
  color: var(--lpf-black);
  background: var(--lpf-white);
}

.lpf-category-card {
  flex: 0 0 calc((100% - 60px - var(--lpf-carousel-peek)) / 4);
  min-width: 220px;
  max-width: none;
  scroll-snap-align: start;
  text-align: center;
}

.lpf-category-card__link {
  display: block;
  color: var(--lpf-black);
  text-decoration: none;
}

.lpf-category-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  background: #f7f4ef;
  border-radius: 50%;
  overflow: hidden;
}

.lpf-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.lpf-category-card__link:hover .lpf-category-card__image img,
.lpf-category-card__link:focus .lpf-category-card__image img {
  transform: scale(1.045);
}

.lpf-category-card__title {
  display: block;
  margin: 20px auto 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 14.56px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.25;
  text-transform: uppercase;
}

.lpf-service-strip {
  position: relative;
  padding: 61px 0 91px;
  color: #333333;
  background: #f4f3f1;
  font-family: var(--font-body);
  overflow: hidden;
}

.lpf-service-strip::after {
  content: "";
  position: absolute;
  right: -8%;
  bottom: -73px;
  left: -8%;
  height: 112px;
  background: var(--lpf-white);
  border-radius: 50% 50% 0 0 / 100% 100% 0 0;
}

.lpf-service-strip__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 303.75px));
  justify-content: center;
  gap: 30px;
  width: min(1425px, calc(100% - 120px));
  margin: 0 auto;
  padding: 0 60px;
}

.lpf-service-item {
  color: #333333;
  text-align: center;
}

.lpf-service-item__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 0 20px;
  color: #333333;
}

.lpf-service-item__icon svg {
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: butt;
  stroke-linejoin: miter;
}

.lpf-service-item h3 {
  margin: 0;
  color: #333333;
  font-family: var(--font-nav);
  font-size: 18.48px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 23.1px;
  text-transform: uppercase;
}

.lpf-service-item p {
  max-width: 303.75px;
  margin: 6px auto 0;
  color: #666666;
  font-family: var(--font-body);
  font-size: 14.4px;
  font-weight: 400;
  line-height: 22.5px;
}

.lpf-site-footer {
  position: relative;
  content-visibility: visible !important;
  min-height: 0;
  margin: 0;
  padding: 0 0 4px;
  color: #000000;
  background: var(--lpf-white);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 25px;
}

.lpf-footer-mini-nav a {
  color: #000000;
  text-decoration: none;
}

.lpf-footer-mini-nav a:hover,
.lpf-footer-mini-nav a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lpf-footer-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 30px 20px;
  color: #000000;
  text-align: center;
}

@media (min-width: 1200px) {
  .lpf-footer-bottom {
    display: grid;
    grid-template-columns: 1.1fr auto 1.1fr;
    min-height: 92px;
    padding: 0 60px;
    gap: 24px;
  }
}

.lpf-footer-bottom__content {
  justify-self: center;
  width: 631px;
  max-width: 100%;
  color: #000000;
}

.lpf-footer-copyright {
  color: #000000;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 18.75px;
}

.lpf-footer-mini-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 10px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
}

.lpf-footer-left {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media (min-width: 1200px) {
  .lpf-footer-left {
    justify-self: start;
  }
}

.lpf-footer-social {
  display: flex;
  align-items: center;
}

.lpf-footer-logo-link {
  display: block;
  width: 84px;
  height: 60px;
}

.lpf-footer-logo {
  display: block;
  width: 100%;
  height: 100%;
}

.lpf-footer-logo path {
  stroke: none;
}

/* Contact Info Styling */
.lpf-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 3px;
  color: #555555;
  font-family: var(--font-body);
  font-size: 11px;
  line-height: 15px;
  text-align: left;
}

.lpf-footer-contact a {
  color: #555555;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

.lpf-footer-contact a:hover,
.lpf-footer-contact a:focus {
  color: #000000;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lpf-footer-contact__phones {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 1px;
}

.lpf-footer-contact__phone-link {
  display: flex;
  align-items: center;
  gap: 4px;
}

.lpf-footer-contact svg.icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
  transition: color 0.2s ease;
}

.lpf-footer-contact svg.icon-whatsapp {
  color: #25d366;
}

.lpf-footer-contact a:hover svg.icon-whatsapp {
  color: #128c7e;
}

.lpf-footer-contact svg.icon-phone {
  color: #555555;
}

.lpf-footer-contact a:hover svg.icon-phone {
  color: #000000;
}

.lpf-footer-payments {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}

@media (min-width: 1200px) {
  .lpf-footer-payments {
    justify-self: end;
  }
}

.lpf-footer-payments.icon__securitypay svg {
  height: 48px;
  width: auto;
  display: block;
}

.lpf-footer-payments.icon__securitypay .st0 {
  fill: currentColor;
}

@media (max-width: 767px) {
  .lpf-front-hero {
    --lpf-hero-height: 450px;
    --lpf-hero-content-width: 100%;
    --lpf-hero-gutter: 20px;
  }

  .lpf-front-hero__heading {
    font-size: 24px;
  }

  .lpf-front-hero__content {
    font-size: 14px;
    line-height: 21px;
  }

  .lpf-front-hero__button {
    min-width: min(251px, calc(100vw - 40px));
  }

  .lpf-front-wrapper {
    padding: 0 20px;
  }

  .lpf-section-heading {
    font-size: 23.52px;
    line-height: 1;
  }

  .lpf-featured-collection {
    padding: 56px 0 70px;
  }

  .lpf-featured-collection__header {
    display: block;
    margin-bottom: 24px;
  }

  .lpf-featured-collection__button--desktop {
    display: none;
  }

  .lpf-featured-collection__button--mobile {
    display: flex;
    width: max-content;
    min-width: 0;
    min-height: 45px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    padding: 12px 14px;
    border-radius: 6px;
    font-size: 10.5px;
    letter-spacing: 0.05em;
  }

  .lpf-product-carousel,
  .lpf-category-carousel {
    width: 100%;
    gap: 20px;
    margin-right: -20px;
    padding-right: 20px;
    scroll-padding: 0 20px;
  }

  .lpf-product-carousel,
  .lpf-category-carousel {
    overflow-x: auto;
  }

  .lpf-carousel-arrow {
    display: none;
  }

  .lpf-product-card,
  .lpf-category-card {
    flex-basis: calc((100% - 55px) / 2);
    min-width: 0;
    max-width: none;
  }

  .lpf-product-card__wishlist {
    top: 7px;
    right: 7px;
    width: 34px;
    height: 34px;
  }

  .lpf-product-card__quick {
    right: 10px;
    bottom: 10px;
    display: inline-flex;
    gap: 0;
    width: 35.7969px;
    min-width: 35.7969px;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .lpf-product-card__quick-text {
    display: none;
  }

  .lpf-product-card__title {
    font-size: 16.72px;
    font-weight: 600;
    line-height: 1;
  }

  .lpf-product-card__price {
    margin: 13px 0 12px;
    font-size: 14.08px;
    font-weight: 500;
    line-height: 1.4;
  }

  .lpf-product-card__swatches {
    gap: 0;
    min-height: 22px;
  }

  .lpf-product-card__swatch {
    width: 16px;
    height: 16px;
  }

  .lpf-product-card__swatch-count {
    font-size: 12.16px;
    line-height: 1.2;
  }

  .lpf-popular-heading {
    padding-top: 34px;
  }

  .lpf-popular-categories {
    padding: 40px 0 54px;
  }

  .lpf-category-card__title {
    margin-top: 20px;
    font-size: 14.56px;
    font-weight: 500;
    line-height: 1.24;
  }

  .lpf-service-strip {
    padding: 42px 0 72px;
  }

  .lpf-service-strip__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 34px 20px;
    width: calc(100% - 40px);
    padding: 0;
  }

  .lpf-service-item h3 {
    font-size: 15px;
    line-height: 19px;
  }

  .lpf-service-item p {
    font-size: 13px;
    line-height: 19px;
  }

  .lpf-site-footer {
    min-height: 0;
    padding-top: 0;
  }

  .lpf-footer-bottom {
    min-height: 170px;
    padding: 28px 20px 24px;
  }

  .lpf-footer-mini-nav {
    flex-wrap: wrap;
    gap: 8px 12px;
  }

  .lpf-footer-left,
  .lpf-footer-social,
  .lpf-footer-payments {
    position: static;
    justify-content: center;
    margin-top: 10px;
  }

  .lpf-footer-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
  }

  .lpf-footer-contact {
    align-items: center;
    text-align: center;
  }

  .lpf-footer-contact__phones {
    justify-content: center;
  }

  .lpf-footer-payments {
    flex-wrap: wrap;
    gap: 6px;
  }
}

.lpf-mobile-drawer {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  visibility: hidden;
}

.lpf-mobile-drawer.is-open {
  pointer-events: auto;
  visibility: visible;
}

.lpf-mobile-drawer__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 11, 11, 0.25);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.lpf-mobile-drawer.is-open .lpf-mobile-drawer__overlay {
  opacity: 1;
}

.lpf-mobile-drawer__panel {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: min(var(--lpf-drawer-w), 92vw);
  height: 100%;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border-right: var(--lpf-border);
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);
}

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

.lpf-mobile-drawer__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 18px;
  border-bottom: var(--lpf-border);
}

.lpf-mobile-drawer__head .lpf-logo img {
  width: 56px;
  height: auto;
  max-height: 40px;
  object-fit: contain;
}

.lpf-mobile-menu {
  padding: 10px 0 24px;
  margin: 0;
  list-style: none;
}

.lpf-mobile-menu li {
  margin: 0;
}

.lpf-mobile-menu a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 24px;
  color: var(--lpf-black);
  border-bottom: 1px solid rgba(11, 11, 11, 0.08);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

.lpf-mobile-menu a:hover {
  background: var(--lpf-peach);
}

.lpf-mobile-menu .sub-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  background: var(--lpf-peach);
}

.lpf-mobile-menu .sub-menu a {
  min-height: 42px;
  padding-left: 40px;
  font-size: 11px;
}

/*
Cart Drawer
===========
Skin Shoptimizer's native WooCommerce drawer to match the Shopify reference.
*/
.shoptimizer-mini-cart-wrap {
  right: -400px;
  z-index: 3000;
  display: flex;
  flex-direction: column;
  width: 400px;
  max-width: 100vw;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border-left: var(--lpf-border);
  font-family: var(--font-body);
  overflow: hidden;
  transition: right 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer-open .shoptimizer-mini-cart-wrap {
  right: 0;
}

@media (min-width: 993px) {
  .drawer-open::before {
    position: fixed;
    z-index: 2990;
    background: rgba(11, 11, 11, 0.38);
  }
}

.shoptimizer-mini-cart-wrap::before {
  content: "Envío a domicilio gratis desde 35000$ a toda la RM\A Envío a domicilio gratis desde 65000$ a Regiones";
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 80px;
  min-height: 80px;
  padding: 0 18px;
  color: var(--lpf-black);
  background: var(--lpf-peach);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  white-space: pre-line;
}

.shoptimizer-mini-cart-wrap::after {
  content: "";
  position: absolute;
  top: 156px;
  left: 0;
  z-index: 30;
  width: 100%;
  height: 4px;
  background: rgba(11, 11, 11, 0.06);
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.shoptimizer-mini-cart-wrap.is-updating-quantity::after {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.shoptimizer-mini-cart-wrap.is-updating-quantity #ajax-loading {
  display: none !important;
}

.shoptimizer-mini-cart-wrap .cart-drawer-heading {
  position: absolute;
  top: 80px;
  right: 0;
  left: 0;
  min-height: 77px;
  margin: 0;
  padding: 11px 56px 12px 18px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border-bottom: var(--lpf-border);
  font-family: var(--font-nav);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.01em;
  line-height: 1.18;
  text-transform: uppercase;
}

.shoptimizer-mini-cart-wrap .cart-drawer-heading::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: -35%;
  z-index: 31;
  width: 100%;
  height: 4px;
  background: var(--lpf-black);
  opacity: 0;
  visibility: hidden;
  transform: translateX(0) scaleX(0.35);
  transform-origin: left center;
  pointer-events: none;
}

.shoptimizer-mini-cart-wrap.is-updating-quantity .cart-drawer-heading::after {
  opacity: 1;
  visibility: visible;
  animation: lpfCartIndeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

@keyframes lpfCartIndeterminate {
  0% {
    transform: translateX(0) scaleX(0.35);
  }

  60% {
    transform: translateX(50%) scaleX(0.9);
  }

  100% {
    transform: translateX(100%) scaleX(0.9);
  }
}

.shoptimizer-mini-cart-wrap .cart-drawer-heading span {
  display: inline-block;
  margin-left: 4px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
  vertical-align: middle;
}

.shoptimizer-mini-cart-wrap .close-drawer {
  top: 96px;
  right: 17px;
  width: 24px;
  height: 24px;
  color: var(--lpf-black);
  background: transparent;
}

.shoptimizer-mini-cart-wrap .close-drawer span,
.shoptimizer-mini-cart-wrap .close-drawer svg {
  width: 24px;
  height: 24px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart {
  display: flex;
  flex: 1 1 auto;
  height: calc(100% - 157px);
  margin: 77px 0 0;
  padding: 0;
  overflow: hidden;
  background: var(--lpf-white);
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.lpf-cart-degressive-progress {
  padding: 12px 20px 8px;
  color: var(--lpf-black);
  font-family: var(--font-body);
}

.lpf-cart-degressive-progress__track {
  position: relative;
  height: 19px;
  margin: 0 17px 1px;
}

.lpf-cart-degressive-progress__track::before,
.lpf-cart-degressive-progress__fill {
  position: absolute;
  top: 8px;
  left: 0;
  height: 4px;
  border-radius: 999px;
  content: "";
}

.lpf-cart-degressive-progress__track::before {
  right: 0;
  background: #d6d6d6;
}

.lpf-cart-degressive-progress__fill {
  width: 0;
  background: #26a646;
  transition: width 0.25s ease;
}

.lpf-cart-degressive-progress--tier-1 .lpf-cart-degressive-progress__fill {
  width: 50%;
}

.lpf-cart-degressive-progress--tier-2 .lpf-cart-degressive-progress__fill {
  width: 100%;
}

.lpf-cart-degressive-progress__marker {
  position: absolute;
  top: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  color: #b9b9b9;
  background: var(--lpf-white);
  border: 2px solid #d6d6d6;
  border-radius: 50%;
}

.lpf-cart-degressive-progress__marker.is-active {
  color: var(--lpf-white);
  background: #26a646;
  border-color: #26a646;
}

.lpf-cart-degressive-progress__marker svg {
  display: block;
  width: 11px;
  height: 11px;
}

.lpf-cart-degressive-progress__marker--one {
  left: 50%;
  transform: translateX(-50%);
}

.lpf-cart-degressive-progress__marker--two {
  right: 0;
  transform: translateX(50%);
}

.lpf-cart-degressive-progress__labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  color: rgba(11, 11, 11, 0.62);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
}

.lpf-cart-degressive-progress__labels .is-active {
  color: var(--lpf-black);
}

.lpf-cart-shipping-progress {
  padding: 13px 18px 14px;
  border-top: var(--lpf-border);
  border-bottom: var(--lpf-border);
  text-align: center;
}

.lpf-cart-shipping-progress p {
  margin: 0 0 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.2;
}

.lpf-cart-shipping-progress__bar {
  display: block;
  width: 100%;
  height: 7px;
  overflow: hidden;
  background: #e8e8e8;
  border-radius: 999px;
}

.lpf-cart-shipping-progress__bar::before {
  display: block;
  width: var(--lpf-cart-shipping-progress, 0%);
  height: 100%;
  background: #26a646;
  border-radius: inherit;
  content: "";
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget {
  flex: 1 1 auto;
  width: 100%;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart.cart_list::before {
  display: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item {
  position: relative;
  min-height: 142px;
  margin: 0;
  padding: 19px 20px 19px 138px;
  border: 0;
  color: var(--lpf-black);
  font-size: 13px;
  line-height: 1.4;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item > a:not(.remove) {
  display: block;
  max-width: 145px;
  margin: 0 72px 8px 0;
  color: var(--lpf-black);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
}

.shoptimizer-mini-cart-wrap .product_list_widget img {
  position: absolute;
  top: 20px;
  left: 18px;
  float: none;
  width: 96px;
  height: 100px;
  max-width: none;
  margin: 0;
  border-radius: 7px;
  object-fit: cover;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation {
  max-width: 150px;
  margin: 0;
  color: var(--lpf-black);
  font-size: 12px;
  line-height: 1.55;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation dt,
.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation dd,
.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation p {
  display: inline;
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart li.mini_cart_item dl.variation dd::after {
  content: "";
  display: block;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li a.remove {
  top: 80px;
  right: 20px;
  left: auto;
  width: auto;
  height: auto;
  color: rgba(11, 11, 11, 0.58) !important;
  font-size: 0;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li a.remove::before {
  display: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li a.remove::after {
  content: "Eliminar";
  font-size: 12px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .quantity,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .shoptimizer-custom-quantity-mini-cart_container {
  display: block;
  margin-top: 9px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li.mini_cart_item > .amount,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li.mini_cart_item > .woocommerce-Price-amount,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .quantity > .amount,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .quantity del,
.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .quantity ins {
  position: absolute;
  top: 19px;
  right: 20px;
  color: var(--lpf-black);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  text-decoration: none;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart .product_list_widget li .quantity del {
  top: 38px;
  color: rgba(11, 11, 11, 0.7);
  text-decoration: line-through;
}

.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart {
  display: inline-flex;
  align-items: center;
  height: 29px;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  overflow: hidden;
}

.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart_button,
.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart_input {
  width: 28px;
  height: 27px;
  padding: 0;
  color: var(--lpf-black);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
}

.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart_input {
  width: 32px;
  border-right: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  -moz-appearance: textfield;
}

.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart_input::-webkit-inner-spin-button,
.shoptimizer-mini-cart-wrap .shoptimizer-custom-quantity-mini-cart_input::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.lpf-cart-saving {
  display: block;
  min-height: 34px;
  margin: 38px 0 0 -120px;
  padding: 8px 11px;
  color: #1ca447 !important;
  background: #e8f8ec;
  border-radius: 5px;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
}

.lpf-cart-saving::before {
  content: "\25C7";
  display: inline-block;
  margin-right: 7px;
  font-size: 13px;
  vertical-align: -1px;
}

.lpf-cart-saving .woocommerce-Price-amount,
.lpf-cart-saving .woocommerce-Price-currencySymbol,
.lpf-cart-saving bdi {
  position: static !important;
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.lpf-cart-saving .woocommerce-Price-amount {
  margin: 0 3px;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart p.total {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: 1fr auto;
  row-gap: 12px;
  margin: 0;
  padding: 28px 19px 12px;
  color: var(--lpf-black);
  border-top: var(--lpf-border);
  font-size: 13px;
  font-weight: 400;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart p.total strong {
  float: none;
  align-self: center;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.34em;
  text-transform: uppercase;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart p.total .lpf-cart-total-amount,
.shoptimizer-mini-cart-wrap .widget_shopping_cart p.total .lpf-cart-total-amount .woocommerce-Price-amount {
  float: none;
  align-self: center;
  justify-self: end;
  font-size: 13px;
  font-weight: 700;
}

.lpf-cart-footer-discount {
  display: inline-flex;
  grid-column: 1 / 2;
  align-items: center;
  gap: 6px;
  justify-self: start;
  min-height: 44px;
  padding: 0 17px;
  color: #1ca447;
  background: #e8f8ec;
  border: 1px solid #b9edc7;
  border-radius: 9px;
  font-size: 12px;
}

.lpf-cart-footer-discount .woocommerce-Price-amount {
  font-size: inherit;
  font-weight: inherit;
}

.lpf-cart-footer-discount .woocommerce-Price-amount,
.lpf-cart-footer-discount .woocommerce-Price-currencySymbol,
.lpf-cart-footer-discount bdi {
  color: inherit !important;
}

.lpf-cart-footer-promo {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr) auto auto 18px;
  align-items: center;
  gap: 7px;
  min-height: 51px;
  margin: 8px 19px 16px;
  padding: 0 14px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.15;
}

.lpf-cart-footer-promo strong {
  font-weight: 800;
  letter-spacing: -0.01em;
}

.lpf-cart-footer-promo svg {
  display: block;
  width: 18px;
  height: 18px;
}

.lpf-cart-footer-promo__gift,
.lpf-cart-footer-promo__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.lpf-cart-footer-promo__emoji {
  font-size: 17px;
  line-height: 1;
}

.lpf-cart-footer-promo__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  color: var(--lpf-white);
  background: #26a646;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.lpf-cart-footer-promo:not(.is-unlocked) .lpf-cart-footer-promo__chevron {
  grid-column: 5;
}

.shoptimizer-mini-cart-wrap .widget_shopping_cart p.buttons {
  flex: 0 0 auto;
  margin: 0;
  padding: 0 19px 29px;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 10px !important;
  color: var(--lpf-white) !important;
  background: var(--lpf-black) !important;
  border: 0 !important;
  border-radius: 6px;
  box-shadow: none !important;
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.045em;
  line-height: 1;
  text-align: center;
  text-indent: 0 !important;
  text-transform: uppercase !important;
  outline: none;
}

.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  text-align: center;
  white-space: nowrap;
}

.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button span *,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button .woocommerce-Price-amount,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button .woocommerce-Price-currencySymbol {
  display: inline !important;
  white-space: nowrap !important;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a::before,
.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a::after,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button::before,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button::after {
  display: none !important;
  content: none !important;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__buttons a:hover,
.shoptimizer-mini-cart-wrap .lpf-cart-checkout-button:hover {
  color: var(--lpf-white) !important;
  background: var(--lpf-black) !important;
  opacity: 0.9;
}

.shoptimizer-mini-cart-wrap .cart-drawer-below {
  display: none;
}

.shoptimizer-mini-cart-wrap .woocommerce-mini-cart__empty-message {
  display: none;
}

.lpf-empty-cart {
  flex: 1 1 auto;
  padding: 25px 20px 20px;
  overflow-y: auto;
  text-align: center;
}

.lpf-empty-cart__eyebrow {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
}

.lpf-empty-cart h2 {
  max-width: 330px;
  margin: 0 auto 38px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: uppercase;
}

.lpf-empty-cart__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 10px;
  text-align: left;
}

.lpf-empty-cart__card {
  display: block;
  color: var(--lpf-black);
  text-decoration: none;
}

.lpf-empty-cart__card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 7px;
  object-fit: cover;
}

.lpf-empty-cart__card span {
  display: block;
  margin-top: 10px;
  font-family: var(--font-nav);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.18;
  text-transform: uppercase;
}

.lpf-empty-cart-footer {
  flex: 0 0 auto;
  padding: 26px 20px 28px;
  border-top: var(--lpf-border);
  text-align: center;
}

.lpf-empty-cart-footer p {
  margin: 18px 0 0;
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .shoptimizer-mini-cart-wrap {
    right: -100%;
    width: 100%;
    border-left: 0;
  }

  .lpf-empty-cart__grid {
    gap: 28px 10px;
  }
}

@media (max-width: 1180px) {
  .lpf-header__inner {
    padding: 0 34px;
  }

  .lpf-nav__list > li > a {
    padding: 0 9px;
    font-size: 9.5px;
  }

  .lpf-nav__list > li > a::before,
  .lpf-nav__list > li > a::after {
    right: 9px;
    left: 9px;
  }
}

@media (max-width: 900px) {
  :root {
    --lpf-promo-h: 30px;
    --lpf-header-h: 54px;
    --lpf-trust-h: 30px;
  }

  .lpf-promo__track span {
    padding: 0 28px;
    font-size: 10px;
  }

  .lpf-header__inner {
    display: flex;
    justify-content: space-between;
    padding: 0 var(--lpf-mobile-gutter);
  }

  .lpf-header__left {
    gap: 10px;
  }

  .lpf-logo img {
    width: 70px;
    max-height: 50px;
  }

  .lpf-hamburger {
    display: inline-flex;
    width: 42px;
    margin-left: -10px;
  }

  .lpf-nav {
    display: none;
  }

  .lpf-account-btn {
    display: none;
  }

  .lpf-header__right {
    gap: 0;
    margin-right: -10px;
  }

  .lpf-icon-btn {
    width: 42px;
    height: 42px;
  }

  .lpf-search-drawer__inner {
    min-height: 76px;
    padding: 0 var(--lpf-mobile-gutter);
  }

  .lpf-search-drawer .search-field {
    height: 44px;
    padding-left: 0;
    font-size: 16px;
  }
}

body.lpf-product-route {
  --lpf-promo-h: 40px;
  --lpf-header-h: 64px;
  background: var(--lpf-white);
  color: var(--lpf-black);
  font-family: var(--font-body);
  overflow-x: hidden;
}

body.lpf-product-route .lpf-trustbar,
body.lpf-product-route .archive-header {
  display: none;
}

body.lpf-product-route .lpf-logo img {
  width: 84px;
}

body.lpf-product-route .site-content {
  padding: 0;
  margin: 0;
  background: var(--lpf-white);
}

body.lpf-product-route .site-content > .shoptimizer-archive > .col-full {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body.lpf-archive-route .archive-header,
body.lpf-archive-route .woocommerce-breadcrumb,
body.lpf-archive-route .shoptimizer-breadcrumb {
  display: none;
}

body.lpf-archive-route .site-content {
  padding: 0;
  margin: 0;
  background: var(--lpf-white);
}

body.lpf-archive-route .site-content > .shoptimizer-archive > .col-full {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
}

body.lpf-archive-route #primary.lpf-archive-content,
body.lpf-archive-route.left-woocommerce-sidebar #primary.lpf-archive-content,
body.lpf-archive-route.right-woocommerce-sidebar #primary.lpf-archive-content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

body.lpf-archive-route #secondary {
  display: none;
}

.lpf-archive,
.lpf-archive * {
  box-sizing: border-box;
}

.lpf-archive {
  --lpf-archive-gutter: 60px;

  width: 100%;
  padding: 40px var(--lpf-archive-gutter) 88px;
  color: var(--lpf-black);
  background: var(--lpf-white);
}

.lpf-archive a {
  color: inherit;
}

.lpf-archive-hero {
  width: 100%;
  text-align: center;
}

.lpf-archive-hero h1 {
  margin: 0 0 14px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 35px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 44px;
  text-transform: uppercase;
}

.lpf-archive-hero p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.lpf-archive-category-rail {
  display: flex;
  gap: 20px;
  width: calc(100% + var(--lpf-archive-gutter));
  padding: 38px var(--lpf-archive-gutter) 38px 0;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.lpf-archive-category-rail::-webkit-scrollbar {
  display: none;
}

.lpf-archive-category-card {
  position: relative;
  display: block;
  flex: 0 0 calc((100% - var(--lpf-archive-gutter) - 60px) / 4);
  min-width: 270px;
  max-width: 470px;
  overflow: visible;
  color: var(--lpf-black);
  background: transparent;
  border: 0;
  scroll-snap-align: start;
  text-decoration: none;
}

.lpf-archive-category-card.is-active .lpf-archive-category-card__image {
  outline: 1px solid rgba(11, 11, 11, 0.35);
  outline-offset: -1px;
}

.lpf-archive-category-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  padding: 0;
  background: #fbf7fb;
  border-radius: 8px;
}

.lpf-archive-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpf-archive-category-card__image img.lpf-archive-category-card__placeholder {
  object-fit: contain;
  padding: 26%;
  opacity: 0.48;
}

.lpf-archive-category-card__title {
  display: block;
  min-height: 0;
  padding: 18px 8px 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
}

.lpf-archive-shop {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  width: 100%;
}

.lpf-archive-filters {
  position: sticky;
  top: calc(var(--lpf-header-h) + 24px);
  width: 300px;
  height: calc(100vh - var(--lpf-header-h) - 24px);
  padding-top: 0;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  transition: mask-position 0.3s, -webkit-mask-position 0.3s;
}

.lpf-archive-filters::-webkit-scrollbar {
  display: none;
}

.lpf-archive-filter-group {
  position: relative;
  padding: 0 0 20px;
  margin: 0;
}

.lpf-archive-filter-title {
  position: relative;
  display: block;
  width: 100%;
  min-height: 38px;
  padding: 6px 40px 6px 0;
  margin: 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
}

.lpf-archive-filter-title:hover,
.lpf-archive-filter-title:focus {
  color: var(--lpf-black);
  background: transparent;
}

.lpf-archive-filter-title svg {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 14px;
  height: 38px;
  margin: 0 3px;
  overflow: hidden;
  fill: none;
  stroke-width: 12px;
  transition: opacity 0.3s, transform 0.3s;
}

.lpf-archive-filter-title .icon-toggle-plus {
  opacity: 1;
  transform: none;
}

.lpf-archive-filter-title .icon-toggle-minus {
  opacity: 0;
  transform: none;
}

.lpf-archive-filter-title.is-expanded .icon-toggle-plus {
  opacity: 0;
  transform: rotate(180deg);
}

.lpf-archive-filter-title.is-expanded .icon-toggle-minus {
  opacity: 1;
  transform: rotate(180deg);
}

.lpf-archive-filter-options {
  position: relative;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, height 0.3s, visibility 0s 0.3s;
}

.lpf-archive-filter-options.is-expanded {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s, height 0.5s, visibility 0s;
}

.lpf-archive-filter-options ul {
  display: grid;
  gap: 4px;
  padding: 5px 5px 2px 0;
  margin: 0;
  list-style: none;
  transition: transform 0.5s;
}

.lpf-archive-filter-group li {
  min-height: 20px;
  margin: 0 0 4px;
}

.lpf-archive-filter-group a {
  position: relative;
  display: block;
  min-height: 20px;
  padding: 0 0 0 22px;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 12.8px;
  line-height: 20px;
  text-decoration: none;
}

.lpf-archive-filter-group a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 1px solid var(--lpf-black);
  border-radius: 4px;
}

.lpf-archive-filter-group a.is-active::before {
  background: var(--lpf-black);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M3.2 7.1 5.8 9.7 10.9 4.4' fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.lpf-archive-filter-group a:hover,
.lpf-archive-filter-group a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.lpf-archive-filter-group a.is-active {
  text-decoration: none;
}

.lpf-archive .woocommerce-ordering {
  float: none;
  display: block;
  width: auto;
  margin: 0;
}

.lpf-archive .woocommerce-ordering select {
  width: auto;
  height: 24px;
  padding: 0 22px 0 0;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 14px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.lpf-archive-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 24px;
  margin: 0 0 12px;
}

.lpf-archive-loading-bar {
  position: relative;
  width: 100%;
  height: 4px;
  margin: 0 0 16px;
  overflow: hidden;
  visibility: hidden;
  background: rgba(11, 11, 11, 0.08);
  opacity: 0;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.lpf-archive.is-filter-loading .lpf-archive-loading-bar {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s;
}

.lpf-archive-loading-bar__track,
.lpf-archive-loading-bar__track::before,
.lpf-archive-loading-bar__track::after {
  position: absolute;
  inset: 0 auto 0 0;
  display: block;
  width: 100%;
  height: 100%;
}

.lpf-archive-loading-bar__track::before,
.lpf-archive-loading-bar__track::after {
  content: "";
  background: var(--lpf-black);
}

.lpf-archive.is-filter-loading .lpf-archive-loading-bar__track::before {
  animation: lpf-archive-indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.lpf-archive.is-filter-loading .lpf-archive-loading-bar__track::after {
  animation: lpf-archive-indeterminate-short 2.1s 1.15s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
}

@keyframes lpf-archive-indeterminate {
  0% {
    left: -35%;
    width: 35%;
  }

  60% {
    left: 100%;
    width: 100%;
  }

  100% {
    left: 100%;
    width: 100%;
  }
}

@keyframes lpf-archive-indeterminate-short {
  0% {
    left: -200%;
    width: 100%;
  }

  60% {
    left: 107%;
    width: 10%;
  }

  100% {
    left: 107%;
    width: 10%;
  }
}

.lpf-archive-filter-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 15px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--lpf-white);
  border: 1px solid var(--lpf-black);
  border-radius: 999px;
}

.lpf-archive-count {
  margin: 0 0 0 auto;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
}

.lpf-archive-products ul.products {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lpf-archive-products ul.products::before,
.lpf-archive-products ul.products::after {
  display: none;
}

.lpf-archive-products ul.products li.product.lpf-archive-card {
  float: none !important;
  clear: none !important;
  width: auto !important;
  min-width: 0;
  max-width: none;
  flex: initial;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--lpf-black);
  text-align: center;
  background: transparent;
}

.lpf-archive-products ul.products li.product.lpf-product-card,
.lpf-archive-products ul.products li.product.lpf-product-card:hover,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media:hover,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media:focus-within {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card:hover {
  height: auto !important;
  min-height: 0 !important;
  overflow: visible !important;
  transform: none !important;
}

body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card::before,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card::after,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media::before,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media::after,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media-link::before,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media-link::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}

.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__info,
.lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__info,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__title,
.lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__title,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__price,
.lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__price {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  transition: none !important;
}

body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__info,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__info,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__title,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__title,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__price,
body.lpf-archive-route .lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__price {
  position: static !important;
  display: block !important;
  height: auto !important;
  max-height: none !important;
  color: var(--lpf-black) !important;
  background: transparent !important;
  clip: auto !important;
  clip-path: none !important;
  overflow: visible !important;
  pointer-events: auto !important;
}

.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media img,
.lpf-archive-products ul.products li.product.lpf-product-card:hover .lpf-product-card__media img,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media:hover img,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media:focus-within img {
  transform: none !important;
  transition: none !important;
}

.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media .button.lpf-product-card__quick {
  position: absolute !important;
  right: 15px !important;
  bottom: 15px !important;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 7.39px;
  width: auto !important;
  min-width: 35.7969px !important;
  height: 35.7969px !important;
  min-height: 0 !important;
  padding: 0 0 0 7.39px !important;
  margin: 0 !important;
  color: var(--lpf-black) !important;
  background: var(--lpf-white) !important;
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.07) !important;
  line-height: 24px !important;
  text-indent: 0 !important;
  overflow: hidden;
}

.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media .button.lpf-product-card__quick::before,
.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media .button.lpf-product-card__quick::after {
  display: none !important;
  content: none !important;
}

.lpf-archive-products ul.products li.product.lpf-product-card .lpf-product-card__media .button.lpf-product-card__quick svg {
  width: 21px;
  height: 25.0156px;
  margin: 0;
}

.lpf-archive-card__media {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 2246 / 2919;
  overflow: hidden;
  background: #fbf7fb;
  border-radius: 2px;
}

.lpf-archive-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 11%;
}

.lpf-archive-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 10px 14px rgba(0, 0, 0, 0.11));
}

.lpf-archive-card__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  padding: 7px 10px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
  background: var(--lpf-white);
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}

.lpf-archive-card__quick,
.lpf-archive-card__media .button.lpf-archive-card__quick {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 36px;
  min-height: 36px;
  padding: 0 12px 0 9px;
  color: var(--lpf-black) !important;
  font-family: var(--font-nav);
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  background: var(--lpf-white) !important;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.11), 0 1px 3px rgba(0, 0, 0, 0.07);
  opacity: 0;
  transform: translate(25px, 25px) scale(0);
  transform-origin: right bottom;
  transition: transform 0.3s ease, opacity 0.2s ease;
}

.lpf-archive-card__media:hover .lpf-archive-card__quick,
.lpf-archive-card__media:focus-within .lpf-archive-card__quick {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.lpf-archive-card__quick svg {
  flex: 0 0 auto;
  width: 15px;
  height: 18px;
}

.lpf-archive-card__info {
  padding: 15px 4px 0;
  text-align: center;
}

.lpf-archive-card__brand {
  display: block;
  margin: 0 0 8px;
  color: #777;
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 14px;
  text-transform: uppercase;
}

.lpf-archive-card__title {
  display: block;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 13.68px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

.lpf-archive-card__title:hover,
.lpf-archive-card__title:focus {
  color: var(--lpf-black);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.lpf-archive-card__price {
  margin: 16px 0 0;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.lpf-archive-card__price del {
  color: #777;
  opacity: 1;
}

.lpf-archive-card__price ins {
  color: var(--lpf-black);
  font-weight: 600;
  text-decoration: none;
}

.lpf-archive .woocommerce-pagination {
  margin: 48px 0 0;
  text-align: center;
}

.lpf-archive .woocommerce-pagination ul {
  display: inline-flex;
  gap: 8px;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 0;
}

.lpf-archive .woocommerce-pagination li {
  border: 0;
}

.lpf-archive .woocommerce-pagination a,
.lpf-archive .woocommerce-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  color: var(--lpf-black);
  border: 1px solid #ddd;
  border-radius: 999px;
}

.lpf-archive .woocommerce-pagination span.current {
  color: var(--lpf-white);
  background: var(--lpf-black);
  border-color: var(--lpf-black);
}

.lpf-archive-empty {
  padding: 42px 0 80px;
  font-size: 16px;
}

.lpf-pdp,
.lpf-pdp * {
  box-sizing: border-box;
}

.lpf-pdp {
  width: 100%;
  padding: 0;
  background: var(--lpf-white);
  color: var(--lpf-black);
}

.lpf-pdp::after {
  display: block;
  width: 100vw;
  margin: 72px auto 0;
  border-top: var(--lpf-border);
  content: "";
}

.lpf-pdp a {
  color: inherit;
  text-decoration: none;
}

.lpf-pdp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  height: 25px;
  padding: 0 0 0 clamp(24px, 17.8vw, 365px);
  margin: 0;
  border-bottom: var(--lpf-border);
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 25px;
}

.lpf-pdp-breadcrumbs svg {
  display: block;
  width: 15px;
  height: 15px;
}

.lpf-pdp-breadcrumbs span {
  font-size: 16px;
  line-height: 1;
}

.lpf-pdp-hero {
  display: grid;
  grid-template-columns: minmax(620px, 934px) 460px;
  gap: clamp(90px, 14.5vw, 297px);
  align-items: start;
  width: calc(100% - 120px);
  max-width: 1928px;
  margin: 0 auto;
}

.lpf-pdp-gallery {
  min-width: 0;
}

.lpf-pdp-gallery__stage {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  aspect-ratio: 0.748;
  min-height: 720px;
  padding: 0;
  background: #fff8ff;
  overflow: visible;
}

.lpf-pdp-gallery__image {
  display: block;
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  box-shadow: none;
}

.lpf-pdp-gallery__image--contain {
  padding: clamp(52px, 6.4vw, 132px) clamp(48px, 7.8vw, 160px);
  object-fit: contain;
  background: #fff8ff;
}

.lpf-pdp-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  color: rgb(11, 11, 11);
  background: rgb(255, 255, 255);
  border: 0;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.08) 0 1px 1px 0, rgba(0, 0, 0, 0.06) 0 1px 5px 0;
  cursor: pointer;
  transform: translateY(-50%);
}

.lpf-pdp-gallery__nav--prev {
  left: -20px;
}

.lpf-pdp-gallery__nav--next {
  right: -20px;
}

.lpf-pdp-gallery__nav .flickity-button-icon {
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
}

.lpf-pdp-gallery__nav .arrow {
  fill: currentColor;
}

.lpf-pdp-thumbs {
  display: flex;
  justify-content: center;
  gap: 12px;
  padding: 12px 0 0;
}

.lpf-pdp-thumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  padding: 0;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
}

.lpf-pdp-thumb.is-active {
  border-color: var(--lpf-black);
}

.lpf-pdp-thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lpf-pdp-summary {
  position: sticky;
  top: 78px;
  width: 460px;
  padding: 1px 0 0;
  background: var(--lpf-white);
}

.lpf-pdp-summary h1 {
  margin: 0 0 16px;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 35px;
  text-transform: uppercase;
}

.lpf-pdp-price {
  margin: 0 0 24px;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 24.64px;
  font-weight: 400;
  line-height: 38.5px;
}

.lpf-pdp-divider {
  width: 100%;
  height: 1px;
  margin: 0 0 15px;
  background: var(--lpf-black);
}

.lpf-pdp-form {
  margin: 0;
}

.lpf-pdp-quantity > label {
  display: block;
  width: auto;
  padding: 0;
  margin: 0 0 11px;
  color: var(--lpf-black);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 15px;
  text-transform: uppercase;
}

.lpf-pdp-quantity {
  margin: 0 0 44px;
}

.lpf-pdp-qty {
  display: grid;
  grid-template-columns: 36px 48px 36px;
  align-items: center;
  width: 120px;
  height: 40px;
  overflow: hidden;
  border: 1px solid var(--lpf-black);
  border-radius: 8px;
}

.lpf-pdp-qty button,
.lpf-pdp-qty input {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: var(--lpf-white);
  border: 0;
  box-shadow: none;
}

.lpf-pdp-qty button {
  cursor: pointer;
}

.lpf-pdp-qty input::-webkit-inner-spin-button,
.lpf-pdp-qty input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.lpf-pdp-stock {
  margin: 9px 0 0;
  color: #656565;
  font-family: var(--font-body);
  font-size: 13px;
  line-height: 18px;
}

.lpf-pdp-add-to-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 46px;
  padding: 0 19px;
  margin: 0;
  color: var(--lpf-white);
  font-family: var(--font-body);
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 22px;
  text-transform: uppercase;
  background: var(--lpf-black);
  border: 0;
  border-radius: 8px;
  cursor: pointer;
}

.lpf-product-route .lpf-pdp-add-to-cart,
.lpf-product-route .lpf-pdp-add-to-cart.single_add_to_cart_button {
  color: var(--lpf-white) !important;
  background: var(--lpf-black) !important;
}

.lpf-pdp-add-to-cart:hover,
.lpf-pdp-add-to-cart:focus {
  background: #000 !important;
}

.lpf-pdp-add-to-cart:disabled,
.lpf-pdp-add-to-cart.is-loading {
  cursor: default;
  opacity: 0.68;
}

.lpf-pdp-mini-payments {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 21px 0 31px;
}

.lpf-pdp-mini-payments img,
.lpf-pdp-mini-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 24px;
  color: #5f6368;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background: var(--lpf-white);
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}

.lpf-pdp-native-cart {
  margin: 0 0 26px;
}

.lpf-pdp-native-cart .cart {
  margin: 0;
}

.lpf-pdp-native-cart table.variations {
  width: 100%;
  margin: 0 0 16px;
  border: 0;
}

.lpf-pdp-native-cart table.variations th,
.lpf-pdp-native-cart table.variations td {
  display: block;
  padding: 0 0 8px;
  border: 0;
}

.lpf-pdp-native-cart table.variations label {
  color: var(--lpf-black);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lpf-pdp-native-cart select {
  width: 100%;
  height: 42px;
  padding: 0 12px;
  color: var(--lpf-black);
  background: var(--lpf-white);
  border: 1px solid #b9b9b9;
  border-radius: 8px;
}

.lpf-pdp-native-cart .single_add_to_cart_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  color: var(--lpf-white);
  font-family: var(--font-body);
  font-size: 14.4px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: var(--lpf-black);
  border-radius: 8px;
}

.lpf-pdp-proof {
  margin: 0 0 20px;
}

.lpf-pdp-service-list {
  display: grid;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.lpf-pdp-service-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--lpf-black);
  font-size: 16px;
  line-height: 21px;
}

.lpf-pdp-service-list svg {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
}

.lpf-pdp-accordions {
  margin-top: 25px;
  border-bottom: var(--lpf-border);
}

.lpf-pdp-accordions details {
  border-top: var(--lpf-border);
}

.lpf-pdp-accordions summary {
  position: relative;
  display: block;
  padding: 15px 42px 15px 0;
  color: var(--lpf-black);
  font-family: var(--font-nav);
  font-size: 14.4px;
  font-weight: 600;
  line-height: 26px;
  text-transform: uppercase;
  cursor: pointer;
}

.lpf-pdp-accordions summary::-webkit-details-marker {
  display: none;
}

.lpf-pdp-accordions summary::after {
  position: absolute;
  top: 50%;
  right: 5px;
  font-family: var(--font-body);
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-50%);
  content: "+";
}

.lpf-pdp-accordions details[open] summary::after {
  content: "-";
}

.lpf-pdp-accordions details > div {
  padding: 0 0 22px;
  font-size: 14px;
  line-height: 22px;
}

.lpf-pdp-accordion-description {
  color: var(--lpf-black);
}

.lpf-pdp-accordions p,
.lpf-pdp-accordions ul,
.lpf-pdp-accordion-description > * {
  margin: 0 0 12px;
}

.lpf-pdp-accordion-description > :last-child {
  margin-bottom: 0;
}

.lpf-pdp-description {
  width: calc(100% - 120px);
  max-width: 1928px;
  margin: 42px auto 0;
  font-size: 16px;
  line-height: 26px;
}

.lpf-pdp-description p {
  max-width: 760px;
  margin: 0 0 4px;
}

.lpf-pdp-related {
  width: calc(100% - 120px);
  max-width: 1928px;
  margin: 96px auto 0;
}

.lpf-pdp-related h2 {
  margin: 0 0 30px;
  font-family: var(--font-nav);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 30px;
  text-transform: uppercase;
}

.lpf-pdp-related__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  overflow: visible;
  padding: 0;
}

.lpf-pdp-related__grid .lpf-product-card {
  flex: none;
  width: auto;
}

@media (max-width: 1380px) {
  .lpf-pdp-hero {
    grid-template-columns: minmax(560px, 1fr) 440px;
    gap: 60px;
  }

  .lpf-pdp-summary {
    width: 440px;
  }
}

@media (max-width: 1080px) {
  .lpf-archive {
    --lpf-archive-gutter: var(--lpf-mobile-gutter);
  }

  .lpf-archive-category-rail {
    width: calc(100% + var(--lpf-archive-gutter));
    padding-right: var(--lpf-archive-gutter);
  }

  .lpf-archive-category-card {
    flex-basis: calc((100% - var(--lpf-archive-gutter) - 20px) / 2);
    height: auto;
  }

  .lpf-archive-shop {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lpf-archive-filters {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    height: auto;
    padding: 0;
    overflow: visible;
  }

  .lpf-archive-filter-group {
    margin: 0;
  }

  .lpf-archive-filter-toggle {
    display: inline-flex;
  }

  .lpf-archive-products ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lpf-pdp-hero {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 34px;
    margin-top: 20px;
  }

  .lpf-pdp-summary {
    position: relative;
    top: auto;
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
  }

  .lpf-pdp-gallery__stage {
    min-height: 0;
  }

  .lpf-pdp-description,
  .lpf-pdp-related {
    width: calc(100% - 40px);
  }

  .lpf-pdp-related__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  body.lpf-product-route {
    --lpf-promo-h: 30px;
    --lpf-header-h: 54px;
  }

  .lpf-pdp-breadcrumbs {
    height: auto;
    min-height: 33px;
    padding: 5px var(--lpf-mobile-gutter);
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px) {
  .lpf-archive {
    padding-top: 28px;
    padding-bottom: 60px;
  }

  .lpf-archive-hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  .lpf-archive-hero p {
    font-size: 14px;
    line-height: 22px;
  }

  .lpf-archive-category-rail {
    gap: 14px;
    padding-top: 26px;
    padding-bottom: 30px;
  }

  .lpf-archive-category-card {
    flex-basis: 76%;
    min-width: 250px;
    height: auto;
  }

  .lpf-archive-category-card__image {
    padding: 0;
  }

  .lpf-archive-filters {
    grid-template-columns: 1fr;
  }

  .lpf-archive-products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 14px;
  }

  .lpf-archive-card__quick,
  .lpf-archive-card__media .button.lpf-archive-card__quick {
    right: 10px;
    bottom: 10px;
    min-width: 36px;
    padding: 0;
    opacity: 1;
    transform: none;
  }

  .lpf-archive-card__quick span {
    display: none;
  }

  .lpf-archive-card__brand {
    font-size: 9px;
  }

  .lpf-archive-card__title {
    font-size: 13px;
    line-height: 16px;
  }

  .lpf-archive-card__price {
    margin-top: 10px;
    font-size: 12px;
  }

  .lpf-pdp {
    padding-bottom: 0;
  }

  .lpf-pdp::after {
    margin-top: 64px;
  }

  .lpf-pdp-hero,
  .lpf-pdp-description,
  .lpf-pdp-related {
    width: 100%;
  }

  .lpf-pdp-hero {
    margin-top: 0;
  }

  .lpf-pdp-gallery__stage {
    overflow: hidden;
    aspect-ratio: 0.82;
  }

  .lpf-pdp-gallery__image {
    width: 76%;
    max-height: 88%;
  }

  .lpf-pdp-gallery__image--contain {
    width: 100%;
    max-height: none;
    padding: 34px 54px;
  }

  .lpf-pdp-gallery__nav {
    width: 36px;
    height: 36px;
  }

  .lpf-pdp-gallery__nav--prev {
    left: 12px;
  }

  .lpf-pdp-gallery__nav--next {
    right: 12px;
  }

  .lpf-pdp-thumbs {
    padding-right: 20px;
    padding-left: 20px;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .lpf-pdp-summary,
  .lpf-pdp-description,
  .lpf-pdp-related {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lpf-pdp-summary h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .lpf-pdp-add-to-cart {
    font-size: 12.5px;
  }

  .lpf-pdp-related {
    margin-top: 64px;
  }

  .lpf-pdp-related__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

.shoptimizer-mini-cart-wrap {
  right: 0;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.46, 0.01, 0.32, 1);
}

.drawer-open .shoptimizer-mini-cart-wrap {
  right: 0;
  transform: translateX(0);
}

@media (max-width: 767px) {
  .lpf-footer-bottom {
    overflow: hidden;
  }

  .lpf-footer-bottom__content,
  .lpf-footer-left,
  .lpf-footer-social,
  .lpf-footer-payments {
    width: 100%;
    max-width: 100%;
  }
}

/* AJAX Quick-Add Loading Spinner Styles */
@keyframes lpf-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.lpf-product-card__loader {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.lpf-svg-loader {
  width: 18px;
  height: 18px;
  display: block;
}

.lpf-svg-loader circle:last-child {
  stroke-dasharray: 33 11 !important;
  stroke-dashoffset: 44 !important;
  transform-origin: 9px 9px !important;
  animation: lpf-spin 1s linear infinite !important;
}

/* When the loading class is automatically added by WooCommerce AJAX script */
.lpf-product-card__quick.loading {
  pointer-events: none;
}

.lpf-product-card__quick.loading svg:not(.lpf-svg-loader) {
  opacity: 0;
}

.lpf-product-card__quick.loading .lpf-product-card__quick-text {
  opacity: 0;
}

.lpf-product-card__quick.loading .lpf-product-card__loader {
  opacity: 1;
}

/* Hide dynamically generated WooCommerce "Ver carrito" button */
.added_to_cart {
  display: none !important;
}

/* Custom variation pills */
.lpf-variation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
  margin-bottom: 12px;
}

.lpf-variation-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  height: 42px;
  padding: 0 16px;
  color: var(--lpf-black);
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 500;
  background: var(--lpf-white);
  border: 1px solid #d9d9d9;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lpf-variation-pill:hover {
  border-color: var(--lpf-black);
}

.lpf-variation-pill.is-selected {
  color: var(--lpf-white);
  background: var(--lpf-black);
  border-color: var(--lpf-black);
}

/* Fix variable product PDP summary layout */
.lpf-pdp-native-cart {
  clear: both;
}

.lpf-pdp-native-cart .woocommerce-variation-add-to-cart {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: auto !important;
  margin-top: 15px;
}

.lpf-pdp-native-cart .quantity {
  margin: 0 !important;
  float: none !important;
  display: block !important;
}

.lpf-pdp-native-cart .quantity label.lpf-qty-label {
  display: block;
  margin-bottom: 8px;
  color: var(--lpf-black);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lpf-pdp-native-cart .single_add_to_cart_button {
  float: none !important;
  margin: 0 !important;
}

/* Hide parent theme's absolute positioned quantity up/down nav inside lpf-pdp-native-cart */
.lpf-pdp-native-cart .quantity-nav,
.lpf-pdp-native-cart .quantity-button {
  display: none !important;
}

/* Hide duplicate WooCommerce variation price under pills */
.lpf-pdp-native-cart .woocommerce-variation-price {
  display: none !important;
}



