:root {
  --inservibles-color-charcoal-rgb: 17, 17, 17;
  --inservibles-color-white-rgb: 248, 248, 248;
  --inservibles-shadow: 0 0 0 2px var(--wp--preset--color--teal);
  --inservibles-border-soft: 1px solid rgba(var(--inservibles-color-white-rgb), 0.24);
  --inservibles-surface: rgba(var(--inservibles-color-charcoal-rgb), 0.9);
}

.site-header,
.site-footer {
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.96);
}

.site-header__inner {
  display: flex;
  justify-content: space-between;
  gap: 0.9rem;
  flex-wrap: nowrap !important;
  align-items: center;
  width: 100%;
}

.site-header__brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.site-header__actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  align-items: center;
}

.site-header__action-link,
.site-header__action-icon {
  margin: 0;
}

.site-header__action-link a,
.site-header__action-icon a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.site-header__action-link a {
  font-size: 0.92rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.site-header__action-icon a {
  width: 36px;
  height: 36px;
  justify-content: center;
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.28);
  border-radius: 999px;
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.76);
  position: relative;
}

.site-header__action-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header__action-link a:hover,
.site-header__action-icon a:hover {
  color: var(--wp--preset--color--yellow);
}

.site-header__cart-count {
  position: absolute;
  right: -6px;
  bottom: -5px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.85);
  background: #080808;
  color: var(--wp--preset--color--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  line-height: 1;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.2) inset;
}

.brand-logo {
  margin: 0;
}

.brand-logo img {
  width: clamp(120px, 30vw, 176px);
  height: auto;
  display: block;
}

.site-header__nav {
  flex: 1 1 auto;
  justify-content: flex-end;
  min-width: 0;
}

.site-header__nav .wp-block-navigation__container {
  gap: 0.9rem;
  flex-wrap: nowrap;
}

.site-header__cart {
  margin: 0;
  white-space: nowrap;
  flex: 0 0 auto;
}

.site-header__cart a {
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

@supports (backdrop-filter: blur(4px)) {
  .site-header,
  .site-footer {
    backdrop-filter: blur(4px);
    background: rgba(var(--inservibles-color-charcoal-rgb), 0.78);
  }
}

@media (max-width: 781px) {
  .site-header__inner {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .site-header__brand {
    grid-column: 1 / 2;
  }

  .site-header__actions {
    grid-column: 2 / 3;
    justify-self: end;
  }

  .site-header__action-link {
    display: none;
  }
}

.site-header .wp-block-search,
.site-header [class*="wc-block-mini-cart"],
.site-header .wc-block-mini-cart,
.site-header .wc-block-customer-account,
.site-header__nav,
.site-header__cart {
  display: none !important;
}

@media (min-width: 782px) {
  .site-header {
    padding-left: clamp(20px, 4vw, 48px) !important;
    padding-right: clamp(20px, 4vw, 48px) !important;
  }
}

.footer-brand-fancy {
  display: inline-block;
  margin: 0 0 0.7rem;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.22);
  border-radius: var(--wp--custom--radius--md);
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 214, 10, 0.16), transparent 64%),
    rgba(var(--inservibles-color-charcoal-rgb), 0.88);
  box-shadow:
    0 0 0 1px rgba(var(--inservibles-color-white-rgb), 0.06) inset,
    0 0 24px rgba(255, 214, 10, 0.12);
}

.footer-brand-logo {
  margin: 0;
}

.footer-brand-logo img {
  width: clamp(130px, 18vw, 180px);
  height: auto;
  display: block;
  filter: drop-shadow(0 2px 10px rgba(0, 0, 0, 0.35));
}

@media (hover: hover) {
  .footer-brand-fancy {
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .footer-brand-fancy:hover {
    border-color: rgba(255, 214, 10, 0.45);
    box-shadow:
      0 0 0 1px rgba(255, 214, 10, 0.22) inset,
      0 0 32px rgba(255, 214, 10, 0.2);
  }
}

.wp-block-button__link {
  min-height: 44px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

a:focus-visible,
button:focus-visible,
.wc-block-components-button:focus-visible,
.wp-block-button__link:focus-visible,
.wp-block-navigation a:focus-visible {
  outline: 2px solid var(--wp--preset--color--yellow);
  outline-offset: 2px;
  box-shadow: var(--inservibles-shadow);
}

.drop-hero-section h1 {
  max-width: 12ch;
}

.drops-grid-section,
.about-brand-section,
.newsletter-section {
  border-top: 1px solid rgba(var(--inservibles-color-white-rgb), 0.2);
}

.woocommerce ul.products li.product,
.wc-block-grid__product {
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.2);
  border-radius: var(--wp--custom--radius--md);
  padding: 1rem;
}

.woocommerce div.product form.cart .button,
.wc-block-cart .wc-block-components-button,
.wc-block-checkout .wc-block-components-button {
  border-radius: var(--wp--custom--radius--pill);
}

.shop-archive .wc-block-product-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.shop-product-card {
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.28);
  border-radius: var(--wp--custom--radius--md);
  padding: 0.75rem;
  background: var(--inservibles-surface);
  position: relative;
}

.shop-product-card__badge {
  display: inline-block;
  margin: 0 0 0.55rem;
  padding: 0.2rem 0.5rem;
  border-radius: var(--wp--custom--radius--pill);
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--charcoal);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 700;
}

.shop-product-card__swatches {
  margin: 0.2rem 0 0.65rem;
  gap: 0.35rem;
}

.shop-archive .shop-product-card > .wp-block-group:first-child {
  display: none;
}

.shop-archive .shop-product-card .shop-product-card__swatches {
  display: none;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced,
.post-type-archive-product ul.products li.product.shop-card-enhanced,
.tax-product_cat ul.products li.product.shop-card-enhanced {
  position: relative;
  overflow: hidden;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .price,
.post-type-archive-product ul.products li.product.shop-card-enhanced .price,
.tax-product_cat ul.products li.product.shop-card-enhanced .price {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  padding: 0.28rem 0.62rem;
  border-radius: var(--wp--custom--radius--pill);
  border: 1px solid rgba(255, 214, 10, 0.72);
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.95) 0%, rgba(10, 10, 10, 0.92) 100%);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 214, 10, 0.12) inset;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .price ins,
.post-type-archive-product ul.products li.product.shop-card-enhanced .price ins,
.tax-product_cat ul.products li.product.shop-card-enhanced .price ins {
  order: 1;
  text-decoration: none;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .price del,
.post-type-archive-product ul.products li.product.shop-card-enhanced .price del,
.tax-product_cat ul.products li.product.shop-card-enhanced .price del {
  order: 2;
  font-size: 0.78rem;
  opacity: 0.78;
  color: rgba(var(--inservibles-color-white-rgb), 0.86);
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .onsale,
.post-type-archive-product ul.products li.product.shop-card-enhanced .onsale,
.tax-product_cat ul.products li.product.shop-card-enhanced .onsale {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 4;
  width: clamp(56px, 11vw, 86px);
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: url("/wp-content/themes/inservibles/assets/images/logo/oferta-label.png") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .featured-sale-percent,
.post-type-archive-product ul.products li.product.shop-card-enhanced .featured-sale-percent,
.tax-product_cat ul.products li.product.shop-card-enhanced .featured-sale-percent {
  position: absolute;
  top: calc(0.85rem + clamp(56px, 11vw, 86px) + 0.14rem);
  left: calc(0.85rem + (clamp(56px, 11vw, 86px) / 2));
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 22px;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.76);
  background: rgba(9, 9, 9, 0.94);
  color: var(--wp--preset--color--yellow);
  font-family: var(--wp--preset--font-family--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: translateX(-50%);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 214, 10, 0.18) inset;
  pointer-events: none;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack {
  width: auto;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(-6px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.66);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(165deg, #313131 0%, #141414 48%, #050505 100%);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.52),
    0 0 0 2px rgba(255, 214, 10, 0.18) inset,
    0 -4px 10px rgba(255, 255, 255, 0.11) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: visible;
  position: relative;
  text-decoration: none;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a::before,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a::before,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a::before {
  content: "";
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-cart-icon-btn::before,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-cart-icon-btn::before,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-cart-icon-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2.2 3h2.8l2.2 11.4h10.7l2-8.2H6.1'/%3E%3C/svg%3E");
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-view-icon-btn::before,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-view-icon-btn::before,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a.featured-view-icon-btn::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.8-6 10-6 10 6 10 6-3.8 6-10 6-10-6-10-6z'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3C/svg%3E");
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count {
  position: absolute;
  right: -5px;
  bottom: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.85);
  background: #080808;
  color: var(--wp--preset--color--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.22) inset;
}

.woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count.is-empty,
.post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count.is-empty,
.tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack > a .featured-cart-count.is-empty {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .woocommerce-shop ul.products li.product.shop-card-enhanced:hover .shop-card-action-stack,
  .post-type-archive-product ul.products li.product.shop-card-enhanced:hover .shop-card-action-stack,
  .tax-product_cat ul.products li.product.shop-card-enhanced:hover .shop-card-action-stack {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .woocommerce-shop ul.products li.product.shop-card-enhanced img,
  .post-type-archive-product ul.products li.product.shop-card-enhanced img,
  .tax-product_cat ul.products li.product.shop-card-enhanced img {
    transition: transform 0.28s ease;
    transform-origin: center center;
    will-change: transform;
  }

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

@media (hover: none), (pointer: coarse) {
  .woocommerce-shop ul.products li.product.shop-card-enhanced .shop-card-action-stack,
  .post-type-archive-product ul.products li.product.shop-card-enhanced .shop-card-action-stack,
  .tax-product_cat ul.products li.product.shop-card-enhanced .shop-card-action-stack {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

.swatch {
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.5);
}

.swatch--charcoal {
  background: var(--wp--preset--color--charcoal);
}

.swatch--white {
  background: var(--wp--preset--color--white);
}

.swatch--teal {
  background: var(--wp--preset--color--teal);
}

.shop-mobile-toolbar {
  position: sticky;
  bottom: 0;
  z-index: 20;
  gap: 0.5rem;
  padding: 0.6rem;
  margin: 0.2rem 0 1rem;
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.25);
  border-radius: var(--wp--custom--radius--md);
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.95);
  backdrop-filter: blur(6px);
}

.shop-mobile-toolbar .wp-block-button,
.shop-mobile-toolbar .wp-block-button__link {
  width: 100%;
}

.shop-mobile-toolbar .wp-block-button__link {
  text-align: center;
}

@media (min-width: 782px) {
  .shop-mobile-toolbar {
    display: none;
  }

  .shop-archive .wc-block-product-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1200px) {
  .shop-archive .wc-block-product-template {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.1rem;
  }
}

.single-product-page .buy-box {
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.92);
}

.buy-box__badges {
  gap: 0.45rem;
}

.buy-box .variations {
  margin: 0 0 0.4rem;
}

.buy-box .variations select {
  width: 100%;
  min-height: 46px;
  border-radius: var(--wp--custom--radius--sm);
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.35);
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.92);
  color: var(--wp--preset--color--white);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.buy-box .variations select.is-selected {
  border-color: var(--wp--preset--color--yellow);
  box-shadow:
    0 0 0 1px rgba(255, 214, 10, 0.25) inset,
    0 0 12px rgba(255, 214, 10, 0.16);
}

.buy-box .variations select option {
  color: #111;
  background: #f3f3f3;
}

.buy-box .variations select option:disabled {
  color: #6c6c6c;
}

.buy-box .variations .reset_variations {
  color: var(--wp--preset--color--white);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.selected-variation-summary {
  margin: 0.35rem 0 0.6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  align-items: center;
}

.selected-variation-summary__title {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(var(--inservibles-color-white-rgb), 0.88);
}

.selected-variation-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  padding: 0.22rem 0.48rem;
  border-radius: var(--wp--custom--radius--pill);
  border: 1px solid rgba(255, 214, 10, 0.7);
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.95);
  color: var(--wp--preset--color--yellow);
  font-size: 0.72rem;
  font-family: var(--wp--preset--font-family--display);
  letter-spacing: 0.04em;
}

.selected-variation-chip__label {
  opacity: 0.82;
}

.pill-badge {
  display: inline-block;
  margin: 0;
  padding: 0.2rem 0.55rem;
  border-radius: var(--wp--custom--radius--pill);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.pill-badge--yellow {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--charcoal);
}

.pill-badge--teal {
  background: var(--wp--preset--color--teal);
  color: var(--wp--preset--color--charcoal);
}

.product-shot-placeholders .wp-block-gallery {
  margin-top: 0.35rem;
}

.product-shot-placeholders .wp-element-caption {
  margin-top: 0.4rem;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.size-guide-link a {
  text-decoration: underline;
}

.size-guide-panel {
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.86);
}

.product-accordion {
  border: var(--inservibles-border-soft);
  border-radius: var(--wp--custom--radius--sm);
  padding: 0.8rem 0.9rem;
  margin-top: 0.65rem;
}

.product-accordion summary {
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.product-sticky-atc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  padding: 0.6rem 0.75rem;
  padding-bottom: calc(0.6rem + env(safe-area-inset-bottom, 0px));
  background: rgba(var(--inservibles-color-charcoal-rgb), 0.96);
  border-top: 1px solid rgba(var(--inservibles-color-white-rgb), 0.25);
  transform: translateY(120%);
  transition: transform 0.2s ease;
  will-change: transform;
}

.product-sticky-atc.is-visible {
  transform: translateY(0);
}

.product-sticky-atc__meta {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.product-sticky-atc__title {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: 0.72rem;
}

.product-sticky-atc__price {
  font-size: 0.92rem;
  font-weight: 700;
}

.product-sticky-atc__btn {
  min-width: 54%;
}

.product-sticky-atc .wp-block-button__link {
  width: 100%;
  text-align: center;
}

@media (min-width: 782px) {
  .single-product-page {
    padding-bottom: 2.5rem !important;
  }

  .product-sticky-atc {
    display: none;
  }
}

.woocommerce-checkout form.checkout {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.woocommerce-checkout .col2-set,
.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 100%;
  float: none;
}

.woocommerce-checkout .col2-set .col-1,
.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
  float: none;
  margin: 0;
}

.woocommerce-checkout .form-row {
  width: 100%;
  float: none;
  margin-bottom: 0.8rem;
}

.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout #order_review,
.woocommerce-checkout .checkout-order-intro {
  border: var(--inservibles-border-soft);
  border-radius: var(--wp--custom--radius--md);
  padding: 0.95rem;
  background: var(--inservibles-surface);
}

.woocommerce-checkout .checkout-order-intro {
  margin-bottom: 0.8rem;
}

.woocommerce-checkout .checkout-order-intro h3 {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.woocommerce-checkout .checkout-order-intro p {
  margin: 0;
  font-size: 0.92rem;
}

.woocommerce-checkout .shop_table th,
.woocommerce-checkout .shop_table td {
  padding: 0.55rem 0.3rem;
}

.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

.woocommerce-checkout .button#place_order {
  width: 100%;
  margin-top: 0.75rem;
}

.woocommerce-checkout .checkout-trust {
  margin-top: 0.8rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(var(--inservibles-color-white-rgb), 0.2);
}

.woocommerce-checkout .checkout-trust__item {
  margin: 0.3rem 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .woocommerce-checkout form.checkout {
    gap: 1.25rem;
  }
}

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

.wc-block-checkout .wc-block-components-main,
.wc-block-checkout .wc-block-components-sidebar {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.wc-block-checkout .wc-block-components-checkout-step,
.wc-block-checkout .wc-block-components-totals-wrapper,
.wc-block-checkout .wc-block-components-order-summary {
  border: var(--inservibles-border-soft);
  border-radius: var(--wp--custom--radius--md);
  padding: 0.9rem;
  background: var(--inservibles-surface);
  margin-bottom: 0.8rem;
}

.wc-block-checkout .wc-block-components-order-summary-item__description,
.wc-block-checkout .wc-block-components-checkout-step__description {
  font-size: 0.92rem;
}

.wc-block-checkout .wc-block-components-checkout-place-order-button {
  width: 100%;
}

.wc-block-checkout .wc-block-components-text-input input::placeholder,
.wc-block-checkout .wc-block-components-text-input textarea::placeholder,
.wc-block-checkout input::placeholder,
.wc-block-checkout textarea::placeholder,
.woocommerce-checkout input::placeholder,
.woocommerce-checkout textarea::placeholder {
  color: rgba(20, 20, 20, 0.8) !important;
  opacity: 1;
  font-weight: 600;
}

.wc-block-checkout .wc-block-components-text-input input,
.wc-block-checkout .wc-block-components-text-input textarea,
.woocommerce-checkout input,
.woocommerce-checkout textarea {
  color: #111 !important;
}

.wc-block-checkout .wc-block-components-text-input input::-webkit-input-placeholder,
.wc-block-checkout .wc-block-components-text-input textarea::-webkit-input-placeholder,
.wc-block-checkout input::-webkit-input-placeholder,
.wc-block-checkout textarea::-webkit-input-placeholder {
  color: rgba(20, 20, 20, 0.8) !important;
}

.wc-block-checkout .wc-block-components-text-input > label {
  display: none !important;
}

.wc-block-checkout .wc-block-components-address-form__country,
.wc-block-checkout .wc-block-components-country-input {
  display: none !important;
}

.inservibles-place-order-slot {
  margin-top: 0.9rem;
}

.inservibles-place-order-slot .inservibles-place-order-proxy {
  width: 100%;
}

.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button-container,
.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
  display: none !important;
}

.inservibles-place-order-slot .wc-block-components-checkout-place-order-button-container {
  width: 100%;
}

.inservibles-order-item-name-wrap {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.inservibles-order-item-thumb {
  width: 54px;
  height: 54px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid rgba(var(--inservibles-color-white-rgb), 0.2);
  background: rgba(255, 255, 255, 0.04);
  flex: 0 0 54px;
}

.inservibles-checkout-block-trust {
  margin-top: 0.9rem;
  padding: 0.8rem 0.9rem;
  border: var(--inservibles-border-soft);
  border-radius: var(--wp--custom--radius--md);
  background: var(--inservibles-surface);
}

.inservibles-checkout-block-trust__item {
  margin: 0.25rem 0;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (prefers-reduced-motion: reduce) {
  .wp-block-button__link,
  .product-sticky-atc {
    transition: none;
  }
}

.home-featured-carousel .wc-block-product-template {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.2rem 0.1rem 0.7rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
  touch-action: pan-y;
}

.home-featured-section {
  width: min(80vw, 1600px);
  margin-left: auto;
  margin-right: auto;
}

.home-featured-section.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
  max-width: min(80vw, 1600px) !important;
}

.home-featured-carousel .wc-block-product-template::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.home-featured-section__head {
  margin-bottom: 0.45rem;
  align-items: center;
}

.home-featured-section__head h2 {
  margin: 0;
}

.home-featured-carousel-shell {
  position: relative;
}

.home-featured-nav__btn {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 214, 10, 0.72);
  border-radius: 999px;
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.32), rgba(255, 255, 255, 0) 42%),
    radial-gradient(circle at 72% 76%, rgba(12, 240, 217, 0.22), rgba(12, 240, 217, 0) 52%),
    linear-gradient(165deg, #313131 0%, #141414 48%, #050505 100%);
  color: var(--wp--preset--color--yellow);
  cursor: pointer;
  box-shadow:
    0 16px 26px rgba(0, 0, 0, 0.56),
    0 0 0 2px rgba(255, 214, 10, 0.14) inset,
    0 -4px 10px rgba(255, 255, 255, 0.11) inset,
    0 0 16px rgba(255, 214, 10, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.home-featured-nav__btn::before {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid currentColor;
  border-right: 3px solid currentColor;
  transform: rotate(45deg);
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.home-featured-nav__btn--side {
  position: absolute;
  top: 50%;
  z-index: 4;
  transform: translateY(-52%);
}

.home-featured-nav__btn--prev {
  left: -28px;
}

.home-featured-nav__btn--next {
  right: -28px;
}

.home-featured-nav__btn--prev::before {
  transform: rotate(-135deg);
}

.home-featured-nav__btn:hover {
  color: #fff6cb;
  border-color: var(--wp--preset--color--yellow);
  box-shadow:
    0 20px 30px rgba(0, 0, 0, 0.58),
    0 0 0 2px rgba(255, 214, 10, 0.3) inset,
    0 -7px 12px rgba(255, 255, 255, 0.16) inset,
    0 0 26px rgba(255, 214, 10, 0.4);
}

.home-featured-nav__btn:active {
  transform: translateY(-50%);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.5),
    0 0 0 2px rgba(255, 214, 10, 0.24) inset,
    0 0 12px rgba(255, 214, 10, 0.28);
}

.home-featured-nav__btn:disabled {
  opacity: 0.42;
  cursor: not-allowed;
  box-shadow:
    0 8px 14px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(var(--inservibles-color-white-rgb), 0.08) inset;
}

.home-featured-carousel .wc-block-product {
  flex: 0 0 clamp(220px, 72vw, 290px);
  min-width: 0;
  scroll-snap-align: start;
  border: var(--inservibles-border-soft);
  border-radius: var(--wp--custom--radius--md);
  padding: 0.75rem;
  background: var(--inservibles-surface);
  position: relative;
}

.home-featured-carousel .wc-block-components-product-title {
  margin-top: 0.6rem;
}

.home-featured-carousel .wc-block-components-product-price {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  padding: 0.28rem 0.62rem;
  border-radius: var(--wp--custom--radius--pill);
  border: 1px solid rgba(255, 214, 10, 0.72);
  background:
    linear-gradient(180deg, rgba(28, 28, 28, 0.95) 0%, rgba(10, 10, 10, 0.92) 100%);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.12) inset;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
}

.home-featured-carousel .wc-block-components-product-price * {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.home-featured-carousel .wc-block-product .wc-block-components-product-sale-badge,
.home-featured-carousel .wc-block-product .wc-block-grid__product-onsale,
.home-featured-carousel .wc-block-product .onsale {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 4;
  width: clamp(56px, 11vw, 86px);
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: url("/wp-content/themes/inservibles/assets/images/logo/oferta-label.png") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}

.home-featured-carousel .wc-block-product .featured-sale-percent {
  position: absolute;
  top: calc(0.85rem + clamp(56px, 11vw, 86px) + 0.14rem);
  left: calc(0.85rem + (clamp(56px, 11vw, 86px) / 2));
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 22px;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.76);
  background: rgba(9, 9, 9, 0.94);
  color: var(--wp--preset--color--yellow);
  font-family: var(--wp--preset--font-family--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: translateX(-50%);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 214, 10, 0.18) inset;
  pointer-events: none;
}

.home-featured-carousel .wc-block-components-product-price ins {
  order: 1;
  text-decoration: none;
}

.home-featured-carousel .wc-block-components-product-price del {
  order: 2;
  font-size: 0.78rem;
  opacity: 0.78;
  color: rgba(var(--inservibles-color-white-rgb), 0.86);
}

.home-featured-carousel .wc-block-components-product-button {
  width: auto;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(-6px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.home-featured-carousel .wc-block-components-product-button .wp-element-button,
.home-featured-carousel .wc-block-components-product-button .featured-view-icon-btn {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.66);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(165deg, #313131 0%, #141414 48%, #050505 100%);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.52),
    0 0 0 2px rgba(255, 214, 10, 0.18) inset,
    0 -4px 10px rgba(255, 255, 255, 0.11) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: visible;
  position: relative;
  text-decoration: none;
}

.home-featured-carousel .wc-block-components-product-button .wp-element-button::before {
  content: "";
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2.2 3h2.8l2.2 11.4h10.7l2-8.2H6.1'/%3E%3C/svg%3E");
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.home-featured-carousel .wc-block-components-product-button .featured-view-icon-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.8-6 10-6 10 6 10 6-3.8 6-10 6-10-6-10-6z'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3C/svg%3E");
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.home-featured-carousel .wc-block-components-product-button .featured-view-icon-btn:hover {
  border-color: var(--wp--preset--color--yellow);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.56),
    0 0 0 2px rgba(255, 214, 10, 0.24) inset,
    0 -5px 11px rgba(255, 255, 255, 0.12) inset,
    0 0 20px rgba(255, 214, 10, 0.32);
}

.home-featured-carousel .wc-block-components-product-button .wp-element-button .featured-cart-count {
  position: absolute;
  right: -5px;
  bottom: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.85);
  background: #080808;
  color: var(--wp--preset--color--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.22) inset;
}

.home-featured-carousel .wc-block-components-product-button .wp-element-button .featured-cart-count.is-empty {
  display: none;
}

@media (hover: hover) and (pointer: fine) {
  .home-featured-carousel .wc-block-product:hover .wc-block-components-product-button {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }
}

@media (hover: none), (pointer: coarse) {
  .home-featured-carousel .wc-block-components-product-button {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (hover: hover) and (pointer: fine) {
  .home-featured-carousel .wc-block-product img {
    transition: transform 0.28s ease;
    transform-origin: center center;
    will-change: transform;
  }

  .home-featured-carousel .wc-block-product:hover img {
    transform: scale(1.035);
  }
}

.shop-archive .shop-product-card .wc-block-components-product-price {
  position: absolute;
  top: 0.95rem;
  left: 50%;
  z-index: 2;
  margin: 0;
  transform: translateX(-50%);
  padding: 0.28rem 0.62rem;
  border-radius: var(--wp--custom--radius--pill);
  border: 1px solid rgba(255, 214, 10, 0.72);
  background:
    linear-gradient(180deg, rgba(28, 28, 28, 0.95) 0%, rgba(10, 10, 10, 0.92) 100%);
  box-shadow:
    0 8px 16px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.12) inset;
  color: var(--wp--preset--color--white);
  font-family: var(--wp--preset--font-family--display);
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
  white-space: nowrap;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.14rem;
}

.shop-archive .shop-product-card .wc-block-components-product-price * {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

.shop-archive .shop-product-card .wc-block-components-product-price ins {
  order: 1;
  text-decoration: none;
}

.shop-archive .shop-product-card .wc-block-components-product-price del {
  order: 2;
  font-size: 0.78rem;
  opacity: 0.78;
  color: rgba(var(--inservibles-color-white-rgb), 0.86);
}

.shop-archive .shop-product-card .wc-block-components-product-sale-badge,
.shop-archive .shop-product-card .wc-block-grid__product-onsale,
.shop-archive .shop-product-card .onsale {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 4;
  width: clamp(56px, 11vw, 86px);
  aspect-ratio: 1 / 1;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: url("/wp-content/themes/inservibles/assets/images/logo/oferta-label.png") center / contain no-repeat;
  box-shadow: none;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: hidden;
  pointer-events: none;
}

.shop-archive .shop-product-card .featured-sale-percent {
  position: absolute;
  top: calc(0.85rem + clamp(56px, 11vw, 86px) + 0.14rem);
  left: calc(0.85rem + (clamp(56px, 11vw, 86px) / 2));
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 22px;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.76);
  background: rgba(9, 9, 9, 0.94);
  color: var(--wp--preset--color--yellow);
  font-family: var(--wp--preset--font-family--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: translateX(-50%);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 214, 10, 0.18) inset;
  pointer-events: none;
}

.shop-archive .shop-product-card .wc-block-components-product-button {
  width: auto;
  position: absolute;
  top: 0.9rem;
  right: 0.9rem;
  z-index: 3;
  margin: 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  opacity: 0;
  transform: translateY(-6px) scale(0.92);
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.shop-archive .shop-product-card .wc-block-components-product-button .wp-element-button,
.shop-archive .shop-product-card .wc-block-components-product-button .featured-view-icon-btn {
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.66);
  background:
    radial-gradient(circle at 30% 24%, rgba(255, 255, 255, 0.34), rgba(255, 255, 255, 0) 42%),
    linear-gradient(165deg, #313131 0%, #141414 48%, #050505 100%);
  box-shadow:
    0 14px 24px rgba(0, 0, 0, 0.52),
    0 0 0 2px rgba(255, 214, 10, 0.18) inset,
    0 -4px 10px rgba(255, 255, 255, 0.11) inset;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
  overflow: visible;
  position: relative;
  text-decoration: none;
}

.shop-archive .shop-product-card .wc-block-components-product-button .wp-element-button::before {
  content: "";
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='20' r='1.6'/%3E%3Ccircle cx='18' cy='20' r='1.6'/%3E%3Cpath d='M2.2 3h2.8l2.2 11.4h10.7l2-8.2H6.1'/%3E%3C/svg%3E");
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.shop-archive .shop-product-card .wc-block-components-product-button .featured-view-icon-btn::before {
  content: "";
  width: 24px;
  height: 24px;
  text-indent: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23FFD60A' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2 12s3.8-6 10-6 10 6 10 6-3.8 6-10 6-10-6-10-6z'/%3E%3Ccircle cx='12' cy='12' r='2.6'/%3E%3C/svg%3E");
  filter:
    drop-shadow(0 1px 0 rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 6px rgba(255, 214, 10, 0.35));
}

.shop-archive .shop-product-card .wc-block-components-product-button .featured-view-icon-btn:hover {
  border-color: var(--wp--preset--color--yellow);
  box-shadow:
    0 16px 28px rgba(0, 0, 0, 0.56),
    0 0 0 2px rgba(255, 214, 10, 0.24) inset,
    0 -5px 11px rgba(255, 255, 255, 0.12) inset,
    0 0 20px rgba(255, 214, 10, 0.32);
}

.shop-archive .shop-product-card .wc-block-components-product-button .wp-element-button .featured-cart-count {
  position: absolute;
  right: -5px;
  bottom: -5px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.85);
  background: #080808;
  color: var(--wp--preset--color--yellow);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  text-indent: 0;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(255, 214, 10, 0.22) inset;
}

.shop-archive .shop-product-card .wc-block-components-product-button .wp-element-button .featured-cart-count.is-empty {
  display: none;
}

.single-product .woocommerce div.product div.images,
.single-product-page .woocommerce-product-gallery {
  position: relative;
}

.single-product .woocommerce span.onsale,
.single-product-page .woocommerce-product-gallery .onsale,
.single-product-page .wc-block-components-product-sale-badge,
.single-product-page .wc-block-grid__product-onsale {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 4;
  width: clamp(56px, 11vw, 86px);
  aspect-ratio: 1 / 1;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: url("/wp-content/themes/inservibles/assets/images/logo/oferta-label.png") center / contain no-repeat;
  box-shadow: none !important;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
  overflow: hidden;
  pointer-events: none;
  min-height: auto !important;
  min-width: auto !important;
  padding: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
}

.single-product-page .single-sale-percent {
  position: absolute;
  top: calc(0.85rem + clamp(56px, 11vw, 86px) + 0.14rem);
  left: calc(0.85rem + (clamp(56px, 11vw, 86px) / 2));
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 22px;
  padding: 0 0.45rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 214, 10, 0.76);
  background: rgba(9, 9, 9, 0.94);
  color: var(--wp--preset--color--yellow);
  font-family: var(--wp--preset--font-family--display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  transform: translateX(-50%);
  box-shadow:
    0 6px 12px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 214, 10, 0.18) inset;
  pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
  .shop-archive .shop-product-card:hover .wc-block-components-product-button {
    opacity: 1;
    transform: translateY(0) scale(1);
    pointer-events: auto;
  }

  .shop-archive .shop-product-card img {
    transition: transform 0.28s ease;
    transform-origin: center center;
    will-change: transform;
  }

  .shop-archive .shop-product-card:hover img {
    transform: scale(1.035);
  }
}

@media (hover: none), (pointer: coarse) {
  .shop-archive .shop-product-card .wc-block-components-product-button {
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }
}

@media (min-width: 1024px) {
  .home-featured-carousel .wc-block-product {
    flex-basis: clamp(240px, 24vw, 320px);
  }
}

@media (max-width: 781px) {
  .home-featured-section {
    width: 100%;
  }

  .home-featured-carousel .wc-block-components-product-price {
    top: 0.8rem;
    font-size: 0.94rem;
    padding: 0.24rem 0.52rem;
  }

  .shop-archive .shop-product-card .wc-block-components-product-price {
    top: 0.8rem;
    font-size: 0.94rem;
    padding: 0.24rem 0.52rem;
  }

  .woocommerce-shop ul.products li.product.shop-card-enhanced .price,
  .post-type-archive-product ul.products li.product.shop-card-enhanced .price,
  .tax-product_cat ul.products li.product.shop-card-enhanced .price {
    top: 0.8rem;
    font-size: 0.94rem;
    padding: 0.24rem 0.52rem;
  }

  .home-featured-nav__btn {
    width: 46px;
    height: 46px;
  }

  .home-featured-nav__btn--prev {
    left: -12px;
  }

  .home-featured-nav__btn--next {
    right: -12px;
  }
}
