:root {
  --sa-ink: #151515;
  --sa-muted: #5f6572;
  --sa-soft: #f6f1e4;
  --sa-paper: #fffdf7;
  --sa-line: #e7dfcf;
  --sa-yellow: #f5c400;
  --sa-red: #f1402f;
  --sa-green: #21a66b;
  --sa-blue: #168bd1;
  --sa-pink: #ed2f83;
  --sa-shadow: 0 18px 55px rgba(21, 21, 21, .12);
}

html,
body {
  background: var(--sa-paper);
  color: var(--sa-ink);
}

body.shopapunts-modern {
  font-family: Inter, Manrope, Arial, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

body.shopapunts-modern::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(245, 196, 0, .11) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 196, 0, .11) 1px, transparent 1px),
    radial-gradient(circle at 12% 18%, rgba(33, 166, 107, .10), transparent 32%),
    radial-gradient(circle at 88% 8%, rgba(22, 139, 209, .10), transparent 28%),
    var(--sa-paper);
  background-size: 44px 44px, 44px 44px, auto, auto, auto;
}

#page-container {
  background: transparent;
}

#main-header {
  border-bottom: 1px solid rgba(21, 21, 21, .08);
  box-shadow: 0 8px 30px rgba(21, 21, 21, .05) !important;
  backdrop-filter: blur(16px);
}

#main-header,
#top-header {
  background-color: rgba(255, 253, 247, .94) !important;
}

.logo_container img,
#logo {
  max-height: 64px !important;
  width: 118px !important;
  object-fit: contain;
}

#top-menu li a,
.et_mobile_menu li a {
  color: var(--sa-ink) !important;
  font-weight: 750;
  letter-spacing: 0;
}

#top-menu li.current-menu-item > a,
#top-menu li a:hover {
  color: #9b7600 !important;
}

.et_header_style_left #et-top-navigation nav > ul > li > a {
  padding-bottom: 28px;
}

.et_pb_section,
#main-content {
  background: transparent;
}

.shopapunts-hero {
  width: min(1180px, calc(100% - 40px));
  margin: 48px auto 28px;
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid var(--sa-line);
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 248, 220, .86));
  box-shadow: var(--sa-shadow);
}

.shopapunts-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
  color: #7a5a00;
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
}

.shopapunts-hero__label::before {
  content: "";
  width: 34px;
  height: 6px;
  border-radius: 999px;
  background: var(--sa-yellow);
}

.shopapunts-hero h1 {
  max-width: 790px;
  margin: 0 0 18px;
  color: var(--sa-ink);
  font-size: clamp(44px, 7vw, 92px);
  font-weight: 950;
  line-height: .93;
  letter-spacing: 0;
}

.shopapunts-hero p {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--sa-muted);
  font-size: clamp(18px, 2vw, 23px);
  line-height: 1.45;
}

.shopapunts-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shopapunts-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border-radius: 999px;
  color: var(--sa-ink);
  font-weight: 900;
}

.shopapunts-actions a:first-child {
  background: var(--sa-yellow);
  box-shadow: 0 12px 28px rgba(155, 118, 0, .23);
}

.shopapunts-actions a:last-child {
  border: 1px solid var(--sa-line);
  background: rgba(255, 255, 255, .72);
}

.shopapunts-home-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 46px;
}

.shopapunts-home-section h2 {
  margin: 0 0 16px;
  color: var(--sa-ink);
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 950;
}

.woocommerce-page #main-content,
.woocommerce #main-content {
  background: transparent;
}

.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  margin: 0 !important;
  float: none !important;
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--sa-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(21, 21, 21, .08);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 196, 0, .62);
  box-shadow: var(--sa-shadow);
}

.woocommerce ul.products li.product a img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border-bottom: 1px solid var(--sa-line);
  margin: 0 !important;
  padding: 18px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  min-height: 3.3em;
  padding: 18px 18px 4px;
  color: var(--sa-ink);
  font-size: 16px;
  font-weight: 850;
  line-height: 1.25;
}

.woocommerce ul.products li.product .price {
  padding: 0 18px 16px;
  color: #8a6800 !important;
  font-size: 15px;
  font-weight: 900;
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.et_pb_button {
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--sa-yellow) !important;
  color: var(--sa-ink) !important;
  font-weight: 900 !important;
  box-shadow: 0 10px 24px rgba(155, 118, 0, .22);
}

.woocommerce .button:hover,
.woocommerce-page .button:hover,
.et_pb_button:hover {
  background: #ffd84a !important;
  color: var(--sa-ink) !important;
  transform: translateY(-1px);
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper,
.woocommerce div.product .summary,
.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
  background: rgba(255, 255, 255, .88);
  border: 1px solid var(--sa-line);
  border-radius: 18px;
  box-shadow: 0 12px 34px rgba(21, 21, 21, .08);
  padding: 24px;
}

.woocommerce div.product .product_title,
.woocommerce-products-header__title,
h1.entry-title {
  color: var(--sa-ink);
  font-weight: 950;
  letter-spacing: 0;
}

.woocommerce .woocommerce-breadcrumb {
  color: var(--sa-muted);
  font-weight: 650;
}

.woocommerce span.onsale {
  min-height: auto;
  border-radius: 999px;
  background: var(--sa-red) !important;
  color: white !important;
  font-weight: 900;
}

.shopapunts-category-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 28px;
}

.shopapunts-category-strip a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 14px;
  border: 1px solid var(--sa-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--sa-ink);
  font-weight: 850;
  box-shadow: 0 8px 20px rgba(21, 21, 21, .06);
}

.shopapunts-category-strip a:nth-child(5n+1) { border-color: rgba(245, 196, 0, .65); }
.shopapunts-category-strip a:nth-child(5n+2) { border-color: rgba(33, 166, 107, .55); }
.shopapunts-category-strip a:nth-child(5n+3) { border-color: rgba(22, 139, 209, .50); }
.shopapunts-category-strip a:nth-child(5n+4) { border-color: rgba(237, 47, 131, .45); }
.shopapunts-category-strip a:nth-child(5n+5) { border-color: rgba(241, 64, 47, .45); }

@media (max-width: 980px) {
  .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 14px;
    min-height: 4em;
  }
}

/* Recovery pass: keep hero artwork and highlighted CTA sections visibly present. */
@media (min-width: 981px) {
  .shopapunts-fullscreen-heroes__viewport {
    min-height: clamp(560px, calc(100svh - 78px), 760px) !important;
  }

  .shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero.is-active,
  .shopapunts-fullscreen-hero {
    min-height: clamp(560px, calc(100svh - 78px), 760px) !important;
    aspect-ratio: auto !important;
    background-image: var(--sa-hero-image) !important;
    background-size: var(--sa-hero-size, cover) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .shopapunts-fullscreen-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(17,17,17,.06), rgba(17,17,17,.16) 58%, rgba(17,17,17,.42));
    pointer-events: none;
  }

  .shopapunts-fullscreen-hero__copy,
  .shopapunts-fullscreen-hero__rail {
    z-index: 1;
  }
}

.shopapunts-values-icons {
  border-top: 12px solid #111;
  background:
    linear-gradient(132deg, rgba(245,196,0,.24) 0 32%, rgba(33,166,107,.14) 32% 64%, rgba(255,255,255,.86) 64%),
    #efe9dc !important;
}

.shopapunts-values-icons article {
  border-top: 6px solid var(--sa-logo-yellow);
}

.shopapunts-values-icons .shopapunts-value-card:nth-child(2) article,
.shopapunts-values-icons .shopapunts-value-card:nth-child(3) article {
  border-top-color: var(--sa-logo-yellow);
}

.shopapunts-stores-feature {
  border-top: 12px solid var(--sa-logo-yellow);
  background:
    linear-gradient(90deg, #fff 0%, #fff 43%, #111 43%, #111 100%) !important;
}

.shopapunts-card-cta,
.shopapunts-stores-feature__actions a,
.shopapunts-fullscreen-hero__copy a {
  position: relative;
  z-index: 0;
  border-bottom: 4px solid var(--sa-logo-yellow) !important;
}

.shopapunts-card-cta::before,
.shopapunts-stores-feature__actions a::before,
.shopapunts-fullscreen-hero__copy a::before {
  z-index: -1;
}

@media (max-width: 980px) {
  .shopapunts-fullscreen-hero__image {
    display: block !important;
    min-height: 0 !important;
    aspect-ratio: 16 / 9 !important;
    background-image: var(--sa-hero-image) !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .shopapunts-values-icons {
    border-top-width: 8px;
  }

  .shopapunts-stores-feature {
    border-top: 8px solid var(--sa-logo-yellow);
    background: #111 !important;
  }
}

/* Desktop hero hardening: image is a real visible panel, never only a background on the slide. */
@media (min-width: 981px) {
  .shopapunts-fullscreen-heroes__viewport {
    min-height: clamp(560px, calc(100svh - 78px), 760px) !important;
  }

  .shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero.is-active {
    display: grid !important;
  }

  .shopapunts-fullscreen-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 32vw) 58px !important;
    min-height: clamp(560px, calc(100svh - 78px), 760px) !important;
    aspect-ratio: auto !important;
    background-image: none !important;
    background: #f7f5ef !important;
  }

  .shopapunts-fullscreen-hero::before {
    display: none !important;
  }

  .shopapunts-fullscreen-hero__image {
    display: block !important;
    grid-column: 1;
    min-height: clamp(560px, calc(100svh - 78px), 760px) !important;
    background-image: var(--sa-hero-image) !important;
    background-size: var(--sa-hero-size, cover) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }

  .shopapunts-fullscreen-hero__copy {
    position: static !important;
    grid-column: 2;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: clamp(34px, 4vw, 62px) clamp(28px, 3vw, 44px) !important;
    justify-content: center;
    background: #111 !important;
    color: #fff !important;
    box-shadow: none !important;
  }

  .shopapunts-fullscreen-hero__copy h1,
  .shopapunts-fullscreen-hero__copy p {
    color: inherit !important;
  }

  .shopapunts-fullscreen-hero__copy p {
    color: rgba(255,255,255,.82) !important;
  }

  .shopapunts-fullscreen-hero__rail {
    position: static !important;
    grid-column: 3;
    width: auto !important;
    background: #111 !important;
  }

  .shopapunts-fullscreen-heroes__dots {
    background: rgba(247,245,239,.86) !important;
    border-color: rgba(17,17,17,.14) !important;
  }
}

@media (max-width: 560px) {
  .shopapunts-hero,
  .shopapunts-home-section {
    width: min(100% - 24px, 1180px);
  }

  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
}

/* Shop Apunts final staging CSS 2026-05-29 */
#main-content .container::before,
#sidebar { display: none !important; }
#left-area,
.woocommerce-page #left-area { width: 100% !important; padding-right: 0 !important; }
.shopapunts-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(260px,.95fr); gap: 28px; align-items: center; margin-top: 34px; padding: clamp(28px,5vw,48px); border-radius: 8px; }
.shopapunts-hero h1 { font-size: clamp(34px,4.8vw,62px); line-height: 1.02; }
.shopapunts-product-mosaic { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.shopapunts-product-mosaic a { display: grid; gap: 8px; min-height: 190px; padding: 12px; border: 1px solid var(--sa-line); border-radius: 8px; background: #fff; color: var(--sa-ink); font-size: 13px; font-weight: 700; line-height: 1.25; box-shadow: 0 8px 18px rgba(21,21,21,.06); }
.shopapunts-product-mosaic img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; margin: 0; }
.shopapunts-grid,.shopapunts-info-grid,.shopapunts-category-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(210px,1fr)); gap: 16px; }
.shopapunts-card,.shopapunts-info-card,.shopapunts-category-card { border-radius: 8px; }
.shopapunts-card,.shopapunts-info-card { padding: 20px; }
.shopapunts-card h3,.shopapunts-info-card h3 { margin: 0 0 10px; font-size: 21px; font-weight: 850; }
.shopapunts-card p,.shopapunts-info-card p,.shopapunts-content-section p,.shopapunts-content-section li { color: var(--sa-muted); font-size: 16px; line-height: 1.6; }
.shopapunts-content-section { width: min(1180px,calc(100% - 40px)); margin: 36px auto 42px; }
.shopapunts-content-section h1,.shopapunts-content-section h2 { margin: 0 0 16px; color: var(--sa-ink); font-size: clamp(26px,3.4vw,42px); font-weight: 900; letter-spacing: 0; }
.shopapunts-lead { max-width: 760px; margin: 0 0 22px; color: var(--sa-muted); font-size: 18px; line-height: 1.55; }
.shopapunts-category-card { display: grid; gap: 8px; padding: 18px; color: var(--sa-ink); text-decoration: none; }
.shopapunts-category-card span { font-size: 18px; font-weight: 850; }
.shopapunts-category-card strong { color: var(--sa-blue); font-size: 30px; line-height: 1; }
.shopapunts-category-card em { color: var(--sa-muted); font-style: normal; }
.shopapunts-footer { margin-top: 56px; background: #171717; color: #fff; }
.shopapunts-footer__inner { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 24px; width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 44px 0 34px; }
.shopapunts-footer h2 { margin: 0 0 14px; color: #fff; font-size: 17px; font-weight: 850; }
.shopapunts-footer p,.shopapunts-footer a { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.55; }
.shopapunts-footer nav { display: grid; gap: 8px; }
.shopapunts-social { grid-template-columns: repeat(2,minmax(0,1fr)); }
.shopapunts-footer a:hover { color: var(--sa-yellow); }
.shopapunts-footer__newsletter { border-left: 1px solid rgba(255,255,255,.14); padding-left: 22px; }
.shopapunts-footer__bottom { display: flex; justify-content: space-between; gap: 14px; width: min(1180px,calc(100% - 40px)); margin: 0 auto; padding: 16px 0 22px; border-top: 1px solid rgba(255,255,255,.14); color: rgba(255,255,255,.72); font-size: 13px; }
#footer-bottom,#main-footer { background: transparent !important; }
.shopapunts-whatsapp { position: fixed; right: 20px; bottom: 18px; z-index: 9999; display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; border-radius: 8px; background: #20b65a; color: #fff !important; font-weight: 850; box-shadow: 0 10px 24px rgba(0,0,0,.18); }
.shopapunts-whatsapp::before { content: ""; width: 10px; height: 10px; margin-right: 10px; border-radius: 50%; background: #fff; }
.woocommerce div.product { width: min(1180px,calc(100% - 40px)); margin: 30px auto; }
.woocommerce table.shop_table,.woocommerce-checkout #payment { border-radius: 8px; border-color: var(--sa-line); background: #fff; }
@media (max-width:980px) { .shopapunts-hero { grid-template-columns: 1fr; margin-top: 24px; } .shopapunts-footer__inner { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width:640px) { .shopapunts-hero,.shopapunts-home-section,.shopapunts-content-section,.woocommerce div.product { width: min(100% - 24px,1180px); } .shopapunts-hero { padding: 22px; } .shopapunts-hero h1 { font-size: 34px; } .shopapunts-product-mosaic,.shopapunts-footer__inner,.shopapunts-social { grid-template-columns: 1fr; } .shopapunts-footer__newsletter { border-left: 0; padding-left: 0; } .shopapunts-footer__bottom { display: grid; } .shopapunts-whatsapp { right: 12px; bottom: 12px; max-width: calc(100% - 24px); } }


/* Shop Apunts modern redesign 2026-05-30 */
body.shopapunts-modern {
  background: #f8f7f1;
}

body.shopapunts-modern::before {
  background:
    linear-gradient(120deg, rgba(245,196,0,.16), transparent 34%),
    linear-gradient(240deg, rgba(33,166,107,.13), transparent 36%),
    #f8f7f1;
  background-size: auto;
}

#main-header {
  border-bottom: 1px solid rgba(18,18,18,.08);
  box-shadow: 0 10px 40px rgba(18,18,18,.06) !important;
}

.shopapunts-hero.shopapunts-hero--2026 {
  width: min(1240px, calc(100% - 48px));
  min-height: calc(100svh - 150px);
  margin: 28px auto 34px;
  padding: clamp(30px, 5.5vw, 72px);
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(360px, 1.08fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background:
    linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,255,255,.35)),
    linear-gradient(135deg, rgba(245,196,0,.20), rgba(33,166,107,.12));
  position: relative;
  overflow: hidden;
}

.shopapunts-hero.shopapunts-hero--2026::after {
  content: "";
  position: absolute;
  inset: auto -8% -22% 42%;
  height: 44%;
  background: linear-gradient(90deg, rgba(241,64,47,.16), rgba(237,47,131,.14), rgba(22,139,209,.14));
  transform: rotate(-6deg);
  pointer-events: none;
}

.shopapunts-hero__copy,
.shopapunts-hero__showcase {
  position: relative;
  z-index: 1;
}

.shopapunts-hero.shopapunts-hero--2026 h1 {
  max-width: 780px;
  font-size: clamp(44px, 6.8vw, 96px);
  line-height: .9;
  margin-bottom: 22px;
  text-wrap: balance;
}

.shopapunts-hero.shopapunts-hero--2026 p {
  max-width: 640px;
  font-size: clamp(18px, 1.65vw, 22px);
  color: #3f4651;
}

.shopapunts-eyebrow,
.shopapunts-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: #7a5a00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.shopapunts-eyebrow::before,
.shopapunts-hero__label::before {
  content: "";
  width: 38px;
  height: 5px;
  border-radius: 999px;
  background: var(--sa-yellow);
}

.shopapunts-actions {
  gap: 14px;
  margin-top: 8px;
}

.shopapunts-actions a {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;
  transition: transform .18s ease, box-shadow .18s ease;
}

.shopapunts-actions a:hover {
  transform: translateY(-2px);
}

.shopapunts-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.shopapunts-hero__meta span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 12px;
  border: 1px solid rgba(18,18,18,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.68);
  color: #2f343b;
  font-size: 13px;
  font-weight: 850;
}

.shopapunts-product-mosaic {
  display: grid;
  grid-template-columns: 1.05fr .85fr;
  grid-auto-rows: minmax(170px, auto);
  gap: 16px;
  align-items: stretch;
}

.shopapunts-product-mosaic a {
  min-height: 210px;
  padding: 18px;
  border: 1px solid rgba(18,18,18,.10);
  border-radius: 22px;
  background: rgba(255,255,255,.90);
  box-shadow: 0 20px 50px rgba(18,18,18,.12);
  transition: transform .18s ease, box-shadow .18s ease;
}

.shopapunts-product-mosaic a:hover {
  transform: translateY(-5px) rotate(-.6deg);
  box-shadow: 0 28px 70px rgba(18,18,18,.18);
}

.shopapunts-product-mosaic a:first-child {
  grid-row: span 2;
}

.shopapunts-product-mosaic a:nth-child(2) {
  margin-top: 38px;
}

.shopapunts-product-mosaic a:nth-child(3) {
  margin-bottom: 38px;
}

.shopapunts-product-mosaic img {
  aspect-ratio: 1 / .78;
}

.shopapunts-product-mosaic span {
  display: block;
  font-size: 14px;
  font-weight: 900;
}

.shopapunts-home-section {
  width: min(1240px, calc(100% - 48px));
  margin-bottom: 54px;
}

.shopapunts-band {
  padding: clamp(24px, 4vw, 44px) 0;
  border-top: 1px solid rgba(18,18,18,.08);
  border-bottom: 1px solid rgba(18,18,18,.08);
}

.shopapunts-home-section h2 {
  max-width: 890px;
  font-size: clamp(30px, 4.2vw, 58px);
  line-height: .98;
  text-wrap: balance;
}

.shopapunts-category-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.shopapunts-category-strip a {
  min-height: 86px;
  justify-content: flex-start;
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  color: var(--sa-ink);
  box-shadow: 0 12px 30px rgba(18,18,18,.07);
  position: relative;
  overflow: hidden;
}

.shopapunts-category-strip a::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 30px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
  opacity: .16;
}

.shopapunts-category-strip a:nth-child(5n+1) { color: #7b5d00; }
.shopapunts-category-strip a:nth-child(5n+2) { color: #087455; }
.shopapunts-category-strip a:nth-child(5n+3) { color: #126b9f; }
.shopapunts-category-strip a:nth-child(5n+4) { color: #a91f62; }
.shopapunts-category-strip a:nth-child(5n+5) { color: #a52d22; }

.shopapunts-grid--features {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.shopapunts-card,
.shopapunts-info-card {
  border: 1px solid rgba(18,18,18,.10);
  background: rgba(255,255,255,.88);
  box-shadow: 0 14px 36px rgba(18,18,18,.07);
}

.shopapunts-card span {
  display: inline-flex;
  margin-bottom: 22px;
  color: var(--sa-yellow);
  font-size: 32px;
  font-weight: 950;
  line-height: 1;
}

.shopapunts-products-block ul.products li.product {
  border-radius: 20px;
}

.shopapunts-footer {
  background: #111311;
}

.shopapunts-whatsapp {
  border-radius: 999px;
}

@media (max-width: 980px) {
  .shopapunts-hero.shopapunts-hero--2026 {
    min-height: auto;
    grid-template-columns: 1fr;
    width: min(100% - 28px, 1240px);
  }

  .shopapunts-product-mosaic,
  .shopapunts-category-strip,
  .shopapunts-grid--features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopapunts-product-mosaic a:first-child {
    grid-row: auto;
  }

  .shopapunts-product-mosaic a:nth-child(2),
  .shopapunts-product-mosaic a:nth-child(3) {
    margin: 0;
  }
}

@media (max-width: 640px) {
  .shopapunts-hero.shopapunts-hero--2026,
  .shopapunts-home-section {
    width: min(100% - 24px, 1240px);
  }

  .shopapunts-hero.shopapunts-hero--2026 {
    padding: 28px 22px;
  }

  .shopapunts-hero.shopapunts-hero--2026 h1 {
    font-size: clamp(38px, 12vw, 52px);
  }

  .shopapunts-product-mosaic,
  .shopapunts-category-strip,
  .shopapunts-grid--features {
    grid-template-columns: 1fr;
  }

  .shopapunts-product-mosaic a:nth-child(n+3) {
    display: none;
  }
}


/* Mobile WhatsApp compact control 2026-05-30 */
@media (max-width: 640px) {
  .shopapunts-whatsapp {
    width: 54px;
    min-width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .shopapunts-whatsapp span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .shopapunts-whatsapp::before {
    width: 14px;
    height: 14px;
    margin: 0;
  }

  .shopapunts-whatsapp::after {
    content: "?";
    margin-left: 4px;
    color: #fff;
    font-size: 19px;
    font-weight: 950;
    line-height: 1;
  }
}


/* Desktop headline scale correction 2026-05-30 */
@media (min-width: 981px) {
  .shopapunts-hero.shopapunts-hero--2026 h1 {
    max-width: 700px;
    font-size: clamp(44px, 4.35vw, 64px);
    line-height: 1.02;
  }

  .shopapunts-home-section h2 {
    max-width: 820px;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.03;
  }
}


/* Flatsome-inspired fullscreen shop layout in Divi 5 child theme 2026-05-30 */
#main-footer,
#footer-bottom,
#footer-widgets {
  display: none !important;
}

.shopapunts-fashion-hero {
  width: 100%;
  min-height: calc(100svh - 76px);
  display: grid;
  grid-template-columns: minmax(320px, .9fr) minmax(420px, 1.1fr) 58px;
  align-items: stretch;
  gap: 0;
  margin: 0;
  background: #f6f4ec;
  color: #111;
  overflow: hidden;
}

.shopapunts-fashion-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(42px, 7vw, 100px) clamp(28px, 6vw, 96px);
}

.shopapunts-fashion-hero__copy h1 {
  max-width: 620px;
  margin: 0 0 22px;
  color: #111;
  font-size: clamp(42px, 5vw, 72px);
  line-height: .98;
  font-weight: 950;
  text-wrap: balance;
}

.shopapunts-fashion-hero__copy p {
  max-width: 560px;
  color: #3f443f;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.52;
}

.shopapunts-fashion-hero__visual {
  display: flex;
  align-items: center;
  padding: clamp(28px, 5vw, 74px) clamp(22px, 4vw, 60px);
  background: linear-gradient(140deg, rgba(255,255,255,.2), rgba(255,255,255,.74));
}

.shopapunts-fashion-hero .shopapunts-product-mosaic {
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: minmax(190px, 1fr);
}

.shopapunts-fashion-hero .shopapunts-product-mosaic a {
  border-radius: 0;
  border: 0;
  background: #fff;
  min-height: 240px;
  box-shadow: 0 18px 60px rgba(17,17,17,.12);
}

.shopapunts-fashion-hero .shopapunts-product-mosaic a:first-child {
  grid-row: span 2;
}

.shopapunts-fashion-hero__rail {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 22px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
}

.shopapunts-fashion-intro,
.shopapunts-fashion-split {
  width: min(1220px, calc(100% - 48px));
  margin: 70px auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, .65fr);
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.shopapunts-fashion-intro h2,
.shopapunts-fashion-newsletter h2,
.shopapunts-instagram h2 {
  max-width: 780px;
  color: #111;
  font-size: clamp(30px, 3.4vw, 48px);
  line-height: 1.04;
  font-weight: 950;
  text-wrap: balance;
}

.shopapunts-fashion-intro p,
.shopapunts-instagram p {
  color: #4d524e;
  font-size: 17px;
  line-height: 1.6;
}

.shopapunts-fashion-cats .shopapunts-category-strip {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.shopapunts-fashion-cats .shopapunts-category-strip a {
  min-height: 118px;
  border-radius: 0;
  border: 1px solid #ded8c8;
  box-shadow: none;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.shopapunts-fashion-products ul.products li.product {
  border-radius: 0 !important;
  box-shadow: none !important;
}

.shopapunts-fashion-split {
  grid-template-columns: minmax(320px, .75fr) minmax(0, 1.25fr);
  align-items: stretch;
  padding: 0;
}

.shopapunts-fashion-newsletter,
.shopapunts-instagram {
  background: #fff;
  border: 1px solid #e3dece;
  padding: clamp(26px, 4vw, 46px);
}

.shopapunts-fashion-newsletter form.mailpoet_form input[type="email"],
.shopapunts-fashion-newsletter form.mailpoet_form input[type="text"] {
  width: 100% !important;
  min-height: 46px;
}

.shopapunts-mailpoet-consent,
.mailpoet_checkbox_label {
  color: #3f443f;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.shopapunts-instagram {
  display: grid;
  grid-template-columns: minmax(220px, .65fr) minmax(0, 1fr);
  gap: 24px;
}

.shopapunts-instagram__button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 16px;
  background: #111;
  color: #fff !important;
  font-weight: 900;
  margin-top: 14px;
}

.shopapunts-instagram__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.shopapunts-instagram__grid a {
  display: block;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #efede4;
}

.shopapunts-instagram__grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .2s ease;
}

.shopapunts-instagram__grid a:hover img {
  transform: scale(1.05);
}

.shopapunts-footer__bottom,
.shopapunts-credit {
  display: none !important;
}

@media (max-width: 980px) {
  .shopapunts-fashion-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .shopapunts-fashion-hero__rail {
    display: none;
  }

  .shopapunts-fashion-hero__copy {
    padding: 44px 24px 26px;
  }

  .shopapunts-fashion-hero__visual {
    padding: 10px 24px 40px;
  }

  .shopapunts-fashion-intro,
  .shopapunts-fashion-split,
  .shopapunts-instagram {
    grid-template-columns: 1fr;
  }

  .shopapunts-fashion-cats .shopapunts-category-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .shopapunts-fashion-hero__copy h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .shopapunts-fashion-hero .shopapunts-product-mosaic,
  .shopapunts-fashion-cats .shopapunts-category-strip,
  .shopapunts-instagram__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .shopapunts-fashion-intro,
  .shopapunts-fashion-split {
    width: min(100% - 24px, 1220px);
    margin: 44px auto;
  }
}


/* Fullscreen legacy campaign heroes, inspired by the provided Flatsome reference. */
.home #main-content .entry-content {
  background: #f7f5ef;
}

.shopapunts-fullscreen-heroes {
  position: relative;
  background: #f7f5ef;
  overflow: hidden;
  isolation: isolate;
}

.shopapunts-fullscreen-hero {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 31vw) 62px;
  align-items: stretch;
  border-bottom: 1px solid rgba(17, 17, 17, .1);
  background: #f7f5ef;
  max-width: 100vw;
  overflow: hidden;
}

.shopapunts-fullscreen-hero__image {
  min-height: 620px;
  background-image: var(--sa-hero-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: var(--sa-hero-size, cover);
}

.shopapunts-fullscreen-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 72px);
  background: #f7f5ef;
  box-sizing: border-box;
  max-width: 100vw;
}

.shopapunts-fullscreen-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
  color: #7b5d00;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shopapunts-fullscreen-hero__label::before {
  content: "";
  width: 46px;
  height: 4px;
  background: var(--sa-yellow);
}

.shopapunts-fullscreen-hero h1 {
  max-width: 520px;
  margin: 0 0 18px;
  color: #111;
  font-size: clamp(42px, 4.2vw, 68px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.shopapunts-fullscreen-hero p {
  max-width: 500px;
  margin: 0 0 28px;
  color: #424640;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.58;
}

.shopapunts-fullscreen-hero a {
  display: inline-flex;
  width: fit-content;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #111;
  background: #111;
  color: #fff !important;
  font-weight: 900;
  text-decoration: none;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.shopapunts-fullscreen-hero a:hover {
  background: transparent;
  color: #111 !important;
  transform: translateY(-2px);
}

.shopapunts-fullscreen-hero__rail {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 24px;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shopapunts-fullscreen-hero__rail span:last-child {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, .68);
}

.shopapunts-storefront-after-heroes {
  padding: 64px 0 0;
}

.shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero {
  display: none;
}

.shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero.is-active {
  display: grid;
  animation: shopapuntsHeroFade .42s ease both;
}

.shopapunts-fullscreen-heroes__viewport {
  position: relative;
  min-height: calc(100svh - 78px);
  background: #f7f5ef;
}

.shopapunts-fullscreen-heroes__controls {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
}

.shopapunts-fullscreen-heroes__arrow,
.shopapunts-fullscreen-heroes__dots button {
  pointer-events: auto;
  border: 0;
  cursor: pointer;
}

.shopapunts-fullscreen-heroes__arrow {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  background: rgba(17, 17, 17, .82);
  color: #fff;
  font-size: 30px;
  line-height: 1;
  transform: translateY(-50%);
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.shopapunts-fullscreen-heroes__arrow:hover,
.shopapunts-fullscreen-heroes__arrow:focus-visible {
  background: var(--sa-yellow);
  color: #111;
  transform: translateY(-50%) scale(1.04);
}

.shopapunts-fullscreen-heroes__arrow[data-shopapunts-prev] {
  left: clamp(14px, 2vw, 30px);
}

.shopapunts-fullscreen-heroes__arrow[data-shopapunts-next] {
  right: 7px;
}

.shopapunts-fullscreen-heroes__dots {
  position: absolute;
  left: 50%;
  bottom: clamp(18px, 3vw, 34px);
  display: flex;
  align-items: center;
  gap: 8px;
  transform: translateX(-50%);
}

.shopapunts-fullscreen-heroes__dots button {
  width: 28px;
  height: 4px;
  padding: 0;
  background: rgba(17, 17, 17, .28);
  transition: background .18s ease, width .18s ease;
}

.shopapunts-fullscreen-heroes__dots button.is-active {
  width: 44px;
  background: #111;
}

@keyframes shopapuntsHeroFade {
  from { opacity: .2; }
  to { opacity: 1; }
}

.shopapunts-storefront-after-heroes .shopapunts-fashion-intro {
  margin-top: 0;
}

.shopapunts-storefront-after-heroes .shopapunts-fashion-intro,
.shopapunts-storefront-after-heroes .shopapunts-fashion-split,
.shopapunts-storefront-after-heroes .shopapunts-home-section {
  width: min(1240px, calc(100% - 48px));
}

@media (max-width: 1180px) {
  .shopapunts-fullscreen-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .shopapunts-fullscreen-hero__image {
    min-height: 54vw;
    order: 1;
  }

  .shopapunts-fullscreen-hero__copy {
    order: 2;
    padding: 34px 24px 42px;
  }

  .shopapunts-fullscreen-hero__rail {
    display: none;
  }
}

@media (max-width: 640px) {
  .shopapunts-fullscreen-hero {
    width: 100vw !important;
  }

  .shopapunts-fullscreen-hero__copy {
    padding-right: 24px;
    width: 100vw !important;
    max-width: 100vw !important;
  }

  .shopapunts-fullscreen-hero__image {
    min-height: 72vw;
    background-size: cover;
  }

  .shopapunts-fullscreen-hero h1 {
    font-size: clamp(36px, 10vw, 48px);
  }

  .shopapunts-fullscreen-hero p,
  .shopapunts-fullscreen-hero__copy h1 {
    width: calc(100vw - 48px) !important;
    max-width: calc(100vw - 48px) !important;
    overflow-wrap: anywhere;
  }

  .shopapunts-storefront-after-heroes {
    padding-top: 42px;
  }

  .shopapunts-storefront-after-heroes .shopapunts-fashion-intro,
  .shopapunts-storefront-after-heroes .shopapunts-fashion-split,
  .shopapunts-storefront-after-heroes .shopapunts-home-section {
    width: min(100% - 24px, 1240px);
  }
}


/* Preserve original wide Shop Apunts hero artwork without heavy cropping. */
@media (min-width: 981px) {
  .shopapunts-fullscreen-hero {
    position: relative;
    display: block;
    min-height: 0;
    aspect-ratio: 2048 / 753;
    background-image: var(--sa-hero-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: var(--sa-hero-size, cover);
  }

  .shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero.is-active {
    display: block;
  }

  .shopapunts-fullscreen-hero__image {
    display: none;
  }

  .shopapunts-fullscreen-hero__copy {
    position: absolute;
    right: 82px;
    bottom: clamp(24px, 4vw, 56px);
    width: min(360px, calc(100% - 140px));
    padding: 22px 24px 24px;
    background: rgba(17, 17, 17, .88);
    color: #fff;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
  }

  .shopapunts-fullscreen-hero__copy h1 {
    max-width: none;
    margin-bottom: 10px;
    color: #fff;
    font-size: clamp(24px, 2.4vw, 36px);
    line-height: 1.02;
  }

  .shopapunts-fullscreen-hero__copy p {
    max-width: none;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    line-height: 1.48;
  }

  .shopapunts-fullscreen-hero__label {
    margin-bottom: 12px;
    color: var(--sa-yellow);
  }

  .shopapunts-fullscreen-hero__copy a {
    min-height: 42px;
    padding: 9px 16px;
    border-color: #fff;
    background: #fff;
    color: #111 !important;
  }

  .shopapunts-fullscreen-hero__copy a:hover {
    background: transparent;
    color: #fff !important;
  }

  .shopapunts-fullscreen-hero__rail {
    position: absolute;
    inset: 0 0 0 auto;
    width: 62px;
  }
}

@media (max-width: 980px) {
  .shopapunts-fullscreen-heroes__viewport {
    min-height: auto;
  }

  .shopapunts-fullscreen-heroes__controls {
    position: relative;
    inset: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 14px 0;
    background: #f7f5ef;
  }

  .shopapunts-fullscreen-heroes__arrow,
  .shopapunts-fullscreen-heroes__dots {
    position: static;
    transform: none;
  }

  .shopapunts-fullscreen-heroes__arrow[data-shopapunts-next],
  .shopapunts-fullscreen-heroes__arrow[data-shopapunts-prev] {
    left: auto;
    right: auto;
  }

  .shopapunts-fullscreen-heroes__arrow:hover,
  .shopapunts-fullscreen-heroes__arrow:focus-visible {
    transform: translateY(-2px);
  }

  .shopapunts-fullscreen-hero {
    background: #f7f5ef;
  }

  .shopapunts-fullscreen-hero__copy {
    width: 100%;
    min-width: 0;
  }

  .shopapunts-fullscreen-hero__copy h1,
  .shopapunts-fullscreen-hero__copy p {
    width: 100%;
    max-width: none !important;
  }

  .shopapunts-fullscreen-hero__image {
    min-height: 0;
    aspect-ratio: 2048 / 753;
    background-size: contain;
    background-color: #fff;
  }
}


@media (max-width: 640px) {
  .shopapunts-fullscreen-heroes__controls {
    gap: 10px;
    padding-top: 12px;
  }

  .shopapunts-fullscreen-heroes__arrow {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .shopapunts-fullscreen-heroes__dots {
    max-width: calc(100vw - 112px);
    overflow: hidden;
    gap: 6px;
  }

  .shopapunts-fullscreen-heroes__dots button {
    width: 14px;
  }

  .shopapunts-fullscreen-heroes__dots button.is-active {
    width: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .shopapunts-fullscreen-heroes[data-shopapunts-hero-slider] .shopapunts-fullscreen-hero.is-active {
    animation: none;
  }
}


/* Fullscreen fashion product pages. */
.single-product.shopapunts-modern #main-content {
  background: #f7f5ef;
}

.single-product.shopapunts-modern #main-content .container {
  width: 100%;
  max-width: none;
  padding: 0 !important;
}

.single-product.shopapunts-modern #main-content .container::before,
.single-product.shopapunts-modern #sidebar {
  display: none !important;
}

.single-product.shopapunts-modern #left-area {
  width: 100% !important;
  padding: 0 !important;
}

.single-product.shopapunts-modern .woocommerce-breadcrumb {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
  padding: 26px 0 10px;
  color: #6b6f68;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product.shopapunts-modern .woocommerce-notices-wrapper {
  width: min(1480px, calc(100% - 48px));
  margin: 0 auto;
}

.single-product.shopapunts-modern div.product {
  width: min(1480px, 100%);
  margin: 0 auto !important;
  padding: clamp(20px, 3vw, 42px) clamp(24px, 4vw, 64px) 72px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
  gap: clamp(34px, 5vw, 82px);
  align-items: start;
}

.single-product.shopapunts-modern div.product::after,
.single-product.shopapunts-modern div.product::before {
  content: none !important;
}

.single-product.shopapunts-modern div.product div.images,
.single-product.shopapunts-modern div.product div.summary {
  float: none !important;
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
}

.single-product.shopapunts-modern div.product div.images {
  grid-column: 1;
  grid-row: 1;
}

.single-product.shopapunts-modern div.product div.summary {
  grid-column: 2;
  grid-row: 1;
}

.single-product.shopapunts-modern div.product div.images .woocommerce-product-gallery__wrapper,
.single-product.shopapunts-modern div.product .summary {
  border-radius: 0;
  box-shadow: none;
}

.single-product.shopapunts-modern div.product div.images .woocommerce-product-gallery__wrapper {
  min-height: min(760px, calc(100svh - 172px));
  display: grid;
  place-items: center;
  padding: clamp(18px, 3vw, 42px);
  border: 0;
  background: #fff;
}

.single-product.shopapunts-modern div.product div.images img {
  width: 100%;
  max-height: min(720px, calc(100svh - 210px));
  object-fit: contain;
}

.single-product.shopapunts-modern div.product .summary {
  position: sticky;
  top: 110px;
  padding: clamp(28px, 4vw, 52px) 0;
  border: 0;
  background: transparent;
}

.single-product.shopapunts-modern div.product .product_title {
  max-width: 620px;
  margin: 0 0 16px;
  color: #111;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: 0;
  text-wrap: balance;
}

.single-product.shopapunts-modern div.product p.price,
.single-product.shopapunts-modern div.product span.price {
  margin: 0 0 22px;
  color: #8a6800 !important;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 950;
}

.single-product.shopapunts-modern .woocommerce-product-details__short-description {
  max-width: 560px;
  margin: 0 0 28px;
  color: #3f443e;
  font-size: 17px;
  line-height: 1.65;
}

.single-product.shopapunts-modern form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 12px;
  margin: 0 0 24px !important;
}

.single-product.shopapunts-modern div.quantity {
  margin: 0 !important;
}

.single-product.shopapunts-modern .quantity input.qty {
  width: 82px;
  min-height: 56px;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font-size: 17px;
  font-weight: 900;
}

.single-product.shopapunts-modern button.single_add_to_cart_button {
  min-height: 56px;
  padding: 0 30px !important;
  border-radius: 0 !important;
  background: #111 !important;
  color: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.single-product.shopapunts-modern button.single_add_to_cart_button:hover,
.single-product.shopapunts-modern button.single_add_to_cart_button:focus-visible {
  background: var(--sa-yellow) !important;
  color: #111 !important;
  transform: translateY(-2px);
}

.shopapunts-product-values {
  display: grid;
  gap: 10px;
  margin: 22px 0 24px;
}

.shopapunts-product-values span {
  display: flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 14px;
  border-left: 4px solid var(--sa-yellow);
  background: rgba(255, 255, 255, .72);
  color: #222;
  font-size: 14px;
  font-weight: 850;
}

.single-product.shopapunts-modern .product_meta {
  display: grid;
  gap: 8px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, .16);
  color: #676b64;
  font-size: 13px;
  font-weight: 750;
}

.single-product.shopapunts-modern .product_meta a {
  color: #111;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.single-product.shopapunts-modern .woocommerce-tabs,
.single-product.shopapunts-modern .related.products {
  grid-column: 1 / -1;
  width: min(1180px, 100%);
  margin: 0 auto !important;
}

.single-product.shopapunts-modern .woocommerce-tabs {
  padding-top: 34px;
}

.single-product.shopapunts-modern .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(17, 17, 17, .18);
}

.single-product.shopapunts-modern .woocommerce-tabs ul.tabs::before,
.single-product.shopapunts-modern .woocommerce-tabs ul.tabs li::before,
.single-product.shopapunts-modern .woocommerce-tabs ul.tabs li::after {
  display: none !important;
}

.single-product.shopapunts-modern .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.single-product.shopapunts-modern .woocommerce-tabs ul.tabs li a {
  padding: 16px 20px !important;
  color: #5d625b !important;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.single-product.shopapunts-modern .woocommerce-tabs ul.tabs li.active a {
  color: #111 !important;
  box-shadow: inset 0 -4px 0 var(--sa-yellow);
}

.single-product.shopapunts-modern .woocommerce-Tabs-panel {
  padding: clamp(24px, 4vw, 44px) 0 !important;
  color: #343832;
  font-size: 16px;
  line-height: 1.72;
}

.single-product.shopapunts-modern .related.products {
  padding-top: 28px;
}

.single-product.shopapunts-modern .related.products > h2 {
  margin: 0 0 24px;
  color: #111;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.05;
}

.single-product.shopapunts-modern .related.products ul.products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.single-product.shopapunts-modern .related.products ul.products li.product {
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 1080px) {
  .single-product.shopapunts-modern div.product {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-inline: 24px;
  }

  .single-product.shopapunts-modern div.product div.images,
  .single-product.shopapunts-modern div.product div.summary {
    grid-column: 1;
  }

  .single-product.shopapunts-modern div.product .summary {
    position: static;
    padding-top: 0;
  }

  .single-product.shopapunts-modern div.product div.images .woocommerce-product-gallery__wrapper {
    min-height: auto;
  }

  .single-product.shopapunts-modern .related.products ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .single-product.shopapunts-modern .woocommerce-breadcrumb,
  .single-product.shopapunts-modern .woocommerce-notices-wrapper {
    width: calc(100% - 24px);
  }

  .single-product.shopapunts-modern div.product {
    padding: 18px 12px 48px;
  }

  .single-product.shopapunts-modern div.product .product_title {
    font-size: clamp(32px, 10vw, 42px);
  }

  .single-product.shopapunts-modern form.cart {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
  }

  .single-product.shopapunts-modern button.single_add_to_cart_button {
    width: 100%;
    padding-inline: 14px !important;
  }
}

/* Product page Divi/WooCommerce wrapper override. */
@media (min-width: 1081px) {
  .single-product.shopapunts-modern div.product {
    display: block !important;
  }

  .single-product.shopapunts-modern div.product > .clearfix {
    display: grid !important;
    grid-template-columns: minmax(0, 1.25fr) minmax(360px, .75fr);
    gap: clamp(34px, 5vw, 82px);
    align-items: start;
  }

  .single-product.shopapunts-modern div.product > .clearfix::before,
  .single-product.shopapunts-modern div.product > .clearfix::after {
    content: none !important;
    display: none !important;
  }

  .single-product.shopapunts-modern div.product > .clearfix > div.images {
    grid-column: 1;
    grid-row: 1;
  }

  .single-product.shopapunts-modern div.product > .clearfix > div.summary {
    grid-column: 2;
    grid-row: 1;
  }
}

/* Keep product purchase actions visible on imported long descriptions. */
.single-product.shopapunts-modern .summary .woocommerce-product-details__short-description {
  max-height: 230px;
  overflow: auto;
  padding-right: 10px;
  scrollbar-width: thin;
}

.single-product.shopapunts-modern .summary .woocommerce-product-details__short-description p:last-child {
  margin-bottom: 0;
}


/* Shop stores standalone home module. */
.shopapunts-stores-feature {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: stretch;
  background: #111;
  color: #fff;
}

.shopapunts-stores-feature__media {
  min-height: 430px;
  background: #c9e8e7;
  overflow: hidden;
}

.shopapunts-stores-feature__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.shopapunts-stores-feature__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 64px);
}

.shopapunts-stores-feature__content .shopapunts-eyebrow {
  color: var(--sa-yellow);
}

.shopapunts-stores-feature__content h2 {
  max-width: 520px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(34px, 4vw, 56px);
  font-weight: 950;
  line-height: .98;
}

.shopapunts-stores-feature__content > p {
  max-width: 560px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, .82);
  font-size: 18px;
  line-height: 1.55;
}

.shopapunts-stores-feature__addresses {
  display: grid;
  gap: 12px;
  margin-bottom: 28px;
}

.shopapunts-stores-feature__addresses p {
  margin: 0;
  padding: 16px 0 16px 18px;
  border-left: 4px solid var(--sa-yellow);
  background: rgba(255, 255, 255, .08);
}

.shopapunts-stores-feature__addresses strong,
.shopapunts-stores-feature__addresses span {
  display: block;
}

.shopapunts-stores-feature__addresses strong {
  color: #fff;
  font-size: 18px;
  font-weight: 950;
}

.shopapunts-stores-feature__addresses span {
  margin-top: 4px;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
}

.shopapunts-stores-feature__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shopapunts-stores-feature__actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  background: #fff;
  color: #111 !important;
  font-weight: 950;
  text-decoration: none;
}

.shopapunts-stores-feature__actions a + a {
  background: transparent;
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .7);
}

@media (max-width: 980px) {
  .shopapunts-stores-feature {
    grid-template-columns: 1fr;
    width: min(100% - 24px, 1240px);
  }

  .shopapunts-stores-feature__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}


/* Home values module for legacy icon assets. */
.shopapunts-values-icons {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto 72px;
}

.shopapunts-values-icons__intro {
  max-width: 760px;
  margin-bottom: 24px;
}

.shopapunts-values-icons__intro h2 {
  margin: 0 0 12px;
  color: #111;
  font-size: clamp(30px, 3.4vw, 48px);
  font-weight: 950;
  line-height: 1.02;
}

.shopapunts-values-icons__intro p {
  margin: 0;
  color: #4b5049;
  font-size: 17px;
  line-height: 1.6;
}

.shopapunts-values-icons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.shopapunts-values-icons article {
  display: grid;
  grid-template-rows: auto 1fr;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .12);
}

.shopapunts-values-icons img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  background: #f7f5ef;
}

.shopapunts-values-icons article div {
  padding: 22px;
}

.shopapunts-values-icons article span {
  display: block;
  margin-bottom: 10px;
  color: #8a6800;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.shopapunts-values-icons article h3 {
  margin: 0 0 10px;
  color: #111;
  font-size: 22px;
  font-weight: 950;
  line-height: 1.1;
}

.shopapunts-values-icons article p {
  margin: 0;
  color: #454a43;
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .shopapunts-values-icons {
    width: min(100% - 24px, 1240px);
  }

  .shopapunts-values-icons__grid {
    grid-template-columns: 1fr;
  }
}
/* Shop Apunts WPO and CTA refinement 2026-05-30 */
:root {
  --sa-logo-yellow: #f5c400;
  --sa-logo-red: #ff5f61;
  --sa-logo-green: #21a66b;
  --sa-logo-blue: #168bd1;
  --sa-logo-pink: #ed2f83;
}

@media (min-width: 981px) {
  .shopapunts-fullscreen-heroes__viewport {
    min-height: 0;
  }

  .shopapunts-fullscreen-heroes__dots {
    bottom: clamp(14px, 1.8vw, 24px);
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,.42);
    border-radius: 999px;
    background: rgba(247,245,239,.74);
    box-shadow: 0 12px 30px rgba(17,17,17,.12);
    backdrop-filter: blur(10px);
  }
}

.shopapunts-fullscreen-hero__copy a,
.shopapunts-stores-feature__actions a,
.shopapunts-card-cta,
.shopapunts-instagram__button,
.shopapunts-actions a,
.woocommerce .button,
.woocommerce-page .button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 2px !important;
  letter-spacing: 0;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease, border-color .18s ease;
}

.shopapunts-fullscreen-hero__copy a::before,
.shopapunts-stores-feature__actions a::before,
.shopapunts-card-cta::before,
.shopapunts-instagram__button::before,
.shopapunts-actions a::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: var(--sa-logo-yellow);
  z-index: -1;
  transition: width .18s ease;
}

.shopapunts-fullscreen-hero__copy a:hover::before,
.shopapunts-stores-feature__actions a:hover::before,
.shopapunts-card-cta:hover::before,
.shopapunts-instagram__button:hover::before,
.shopapunts-actions a:hover::before,
.shopapunts-value-card:hover .shopapunts-card-cta::before {
  width: 100%;
}

.shopapunts-fullscreen-hero__copy a:hover,
.shopapunts-stores-feature__actions a:hover,
.shopapunts-card-cta:hover,
.shopapunts-instagram__button:hover,
.shopapunts-actions a:hover,
.shopapunts-value-card:hover .shopapunts-card-cta {
  color: #111 !important;
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(17,17,17,.18);
}

.shopapunts-stores-feature {
  grid-template-columns: minmax(280px, .48fr) minmax(0, .52fr);
}

.shopapunts-stores-feature__media {
  min-height: 600px;
  background: #111;
}

.shopapunts-stores-feature__media img {
  object-position: center;
  filter: saturate(1.04) contrast(1.03);
}

.shopapunts-value-card {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none !important;
}

.shopapunts-value-card article {
  height: 100%;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.shopapunts-value-card:hover article,
.shopapunts-value-card:focus-visible article {
  transform: translateY(-4px);
  border-color: rgba(245,196,0,.75);
  box-shadow: 0 18px 48px rgba(17,17,17,.12);
}

.shopapunts-values-icons article div {
  display: flex;
  flex-direction: column;
  min-height: 230px;
}

.shopapunts-values-icons article .shopapunts-card-cta {
  width: fit-content;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto 0 0;
  padding: 10px 16px;
  background: #111;
  color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: none;
}

@media (max-width: 980px) {
  .shopapunts-stores-feature {
    grid-template-columns: 1fr;
  }

  .shopapunts-stores-feature__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }
}

/* Header icon cleanup and Shop Apunts mega menu 2026-05-30 */
#top-menu .menu-item-has-children > a:first-child::after {
  content: "" !important;
  position: relative !important;
  display: inline-block;
  top: -2px !important;
  right: auto !important;
  width: 7px;
  height: 7px;
  margin-left: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  font-family: inherit !important;
}

#et_top_search {
  width: 23px;
  height: 23px;
  margin-top: 0;
}

#et_search_icon {
  width: 22px;
  height: 22px;
  display: block;
  border: 2px solid #111;
  border-radius: 999px;
}

#et_search_icon::before {
  content: "" !important;
  position: absolute;
  top: 15px !important;
  left: 16px !important;
  width: 9px;
  height: 2px;
  background: #111;
  transform: rotate(45deg);
  font-family: inherit !important;
}

.et-cart-info span::before {
  content: "" !important;
  display: inline-block;
  width: 17px;
  height: 13px;
  margin-right: 9px;
  border: 2px solid #111;
  border-top: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: inset 0 6px 0 rgba(245,196,0,.24);
  transform: translateY(2px);
  font-family: inherit !important;
}

.et-cart-info span::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 6px;
  margin-left: -28px;
  margin-top: -3px;
  border: 2px solid #111;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
}

#top-menu > li.shopapunts-mega-trigger {
  position: static;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu {
  left: 50% !important;
  right: auto !important;
  width: min(920px, calc(100vw - 64px));
  display: grid;
  grid-template-columns: minmax(250px, .86fr) repeat(2, minmax(180px, 1fr));
  gap: 14px;
  padding: 22px !important;
  border: 1px solid rgba(17,17,17,.12);
  border-top: 5px solid var(--sa-logo-yellow);
  background: #fffdf7 !important;
  box-shadow: 0 28px 80px rgba(17,17,17,.18);
  transform: translateX(-50%);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu::before {
  content: "Botiga Shop Apunts\A Productes amb valor social, personalització i recollida a Barcelona.";
  white-space: pre-line;
  grid-row: span 4;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 22px;
  color: #fff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 750;
  background:
    linear-gradient(180deg, rgba(17,17,17,.10), rgba(17,17,17,.78)),
    url('/wp-content/themes/shopapunts/assets/home-optimized/botiga-peru.webp') center / cover no-repeat;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li {
  width: auto !important;
  padding: 0 !important;
  display: block;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a {
  min-height: 86px;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  width: 100% !important;
  padding: 14px 16px 14px 20px !important;
  border-left: 5px solid var(--sa-logo-yellow);
  background: #f7f5ef;
  color: #111 !important;
  line-height: 1.2 !important;
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease, border-color .18s ease;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n + 1) > a { border-color: var(--sa-logo-red); }
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n + 2) > a { border-color: var(--sa-logo-blue); }
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n) > a { border-color: var(--sa-logo-green); }

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:hover,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:focus-visible {
  background: #111;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(17,17,17,.14);
  opacity: 1 !important;
}

.shopapunts-mega-card__title,
.shopapunts-mega-card__text {
  display: block;
}

.shopapunts-mega-card__title {
  font-size: 15px;
  font-weight: 950;
}

.shopapunts-mega-card__text {
  color: #646861;
  font-size: 12px;
  font-weight: 650;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:hover .shopapunts-mega-card__text,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:focus-visible .shopapunts-mega-card__text {
  color: rgba(255,255,255,.74);
}

#main-header .nav li ul.sub-menu {
  border-radius: 0;
}

@media (max-width: 980px) {
  #top-menu > li.shopapunts-mega-trigger > ul.sub-menu {
    width: auto;
    display: block;
    transform: none;
  }

  #top-menu > li.shopapunts-mega-trigger > ul.sub-menu::before {
    display: none;
  }
}

/* Editorial highlight refresh: quieter CTAs, stronger section backgrounds. */
.shopapunts-fullscreen-hero__copy a,
.shopapunts-stores-feature__actions a,
.shopapunts-card-cta,
.shopapunts-instagram__button,
.shopapunts-actions a,
.shopapunts-values-icons article .shopapunts-card-cta {
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(17,17,17,.18);
  background: #fff !important;
  color: #111 !important;
  box-shadow: 0 8px 18px rgba(17,17,17,.08);
}

.shopapunts-fullscreen-hero__copy a::before,
.shopapunts-stores-feature__actions a::before,
.shopapunts-card-cta::before,
.shopapunts-instagram__button::before,
.shopapunts-actions a::before {
  inset: auto 12px 8px 12px;
  width: auto;
  height: 4px;
  background: var(--sa-logo-yellow);
  border-radius: 999px;
  z-index: -1;
  opacity: .95;
  transition: inset .18s ease, height .18s ease, opacity .18s ease;
}

.shopapunts-fullscreen-hero__copy a:hover::before,
.shopapunts-stores-feature__actions a:hover::before,
.shopapunts-card-cta:hover::before,
.shopapunts-instagram__button:hover::before,
.shopapunts-actions a:hover::before,
.shopapunts-value-card:hover .shopapunts-card-cta::before {
  inset: 0;
  width: auto;
  height: auto;
  border-radius: 0;
  opacity: 1;
}

.shopapunts-fullscreen-hero__copy a:hover,
.shopapunts-stores-feature__actions a:hover,
.shopapunts-card-cta:hover,
.shopapunts-instagram__button:hover,
.shopapunts-actions a:hover,
.shopapunts-value-card:hover .shopapunts-card-cta {
  color: #111 !important;
  box-shadow: 0 14px 30px rgba(17,17,17,.14);
}

.shopapunts-values-icons {
  position: relative;
  padding: 52px clamp(18px, 4vw, 42px);
  background:
    linear-gradient(135deg, rgba(245,196,0,.16), rgba(33,166,107,.10) 46%, rgba(255,255,255,.86) 46%),
    #f5f1e8;
  box-shadow: 0 0 0 100vmax #f5f1e8;
  overflow: hidden;
}

.shopapunts-values-icons::before {
  content: "";
  position: absolute;
  top: 34px;
  right: clamp(18px, 5vw, 70px);
  width: min(230px, 32vw);
  height: 12px;
  background: var(--sa-logo-yellow);
}

.shopapunts-values-icons__intro {
  position: relative;
  z-index: 1;
  max-width: 840px;
}

.shopapunts-values-icons__intro h2 {
  max-width: 760px;
}

.shopapunts-values-icons__grid {
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.shopapunts-values-icons article {
  border: 0;
  background: #fff;
  box-shadow: 0 18px 40px rgba(17,17,17,.08);
}

.shopapunts-values-icons .shopapunts-value-card:nth-child(2) article {
  transform: translateY(24px);
}

.shopapunts-values-icons .shopapunts-value-card:nth-child(3) article {
  transform: translateY(8px);
}

.shopapunts-value-card:hover article,
.shopapunts-value-card:focus-visible article {
  border-color: transparent;
  box-shadow: 0 24px 54px rgba(17,17,17,.14);
}

.shopapunts-values-icons .shopapunts-value-card:nth-child(2):hover article,
.shopapunts-values-icons .shopapunts-value-card:nth-child(2):focus-visible article {
  transform: translateY(16px);
}

.shopapunts-values-icons .shopapunts-value-card:nth-child(3):hover article,
.shopapunts-values-icons .shopapunts-value-card:nth-child(3):focus-visible article {
  transform: translateY(0);
}

.shopapunts-values-icons img {
  background: #f7f5ef;
}

.shopapunts-stores-feature {
  width: min(1240px, calc(100% - 48px));
  padding: 24px;
  gap: 0;
  background:
    linear-gradient(90deg, rgba(17,17,17,0) 0%, rgba(17,17,17,0) 44%, #111 44%, #111 100%),
    #fff;
  box-shadow: 0 0 0 100vmax #f7f4ec;
  overflow: hidden;
}

.shopapunts-stores-feature__media {
  min-height: 560px;
}

.shopapunts-stores-feature__content {
  margin: 0;
  padding: clamp(42px, 5vw, 72px);
  background: #111;
  border-left: 8px solid var(--sa-logo-yellow);
}

.shopapunts-stores-feature__addresses p {
  background: rgba(255,255,255,.08);
  border-left-color: var(--sa-logo-yellow);
}

.shopapunts-stores-feature__actions a + a {
  border-color: rgba(255,255,255,.42);
  background: transparent !important;
  color: #fff !important;
}

.shopapunts-stores-feature__actions a + a:hover {
  color: #111 !important;
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu {
  grid-template-columns: minmax(270px, .9fr) repeat(2, minmax(190px, 1fr));
  gap: 16px;
  padding: 24px !important;
  border-top: 0;
  background: #f6f2ea !important;
  box-shadow: 0 30px 90px rgba(17,17,17,.20);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu::before {
  min-height: 310px;
  border-left: 7px solid var(--sa-logo-yellow);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a {
  border-left: 0;
  border-top: 4px solid var(--sa-logo-yellow);
  background: #fff;
  box-shadow: 0 10px 24px rgba(17,17,17,.06);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n + 1) > a,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n + 2) > a,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(3n) > a {
  border-color: var(--sa-logo-yellow);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a {
  transform: translateY(10px);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:hover,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li > a:focus-visible {
  background: #111;
  color: #fff !important;
  transform: translateY(-2px);
}

#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a:hover,
#top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a:focus-visible {
  transform: translateY(4px);
}

#et_mobile_nav_menu .mobile_menu_bar,
.mobile_menu_bar {
  width: 30px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#et_mobile_nav_menu .mobile_menu_bar:before,
#et_mobile_nav_menu .mobile_menu_bar::before,
.mobile_menu_bar:before,
.mobile_menu_bar::before {
  content: "" !important;
  position: static !important;
  width: 28px;
  height: 2px;
  display: block;
  background: #111;
  border-radius: 999px;
  box-shadow: 0 8px 0 #111, 0 -8px 0 #111;
  font-family: inherit !important;
  transform: none !important;
}

@media (max-width: 980px) {
  .shopapunts-values-icons {
    padding: 36px 18px;
  }

  .shopapunts-values-icons .shopapunts-value-card:nth-child(2) article,
  .shopapunts-values-icons .shopapunts-value-card:nth-child(3) article,
  .shopapunts-values-icons .shopapunts-value-card:nth-child(2):hover article,
  .shopapunts-values-icons .shopapunts-value-card:nth-child(3):hover article {
    transform: none;
  }

  .shopapunts-stores-feature {
    width: min(100% - 24px, 1240px);
    padding: 0;
    background: #111;
  }

  .shopapunts-stores-feature__media {
    min-height: 0;
    aspect-ratio: 4 / 3;
  }

  .shopapunts-stores-feature__content {
    padding: 30px 22px;
    justify-content: flex-start;
    border-left: 0;
    border-top: 7px solid var(--sa-logo-yellow);
  }

  #top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a,
  #top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a:hover,
  #top-menu > li.shopapunts-mega-trigger > ul.sub-menu > li:nth-child(even) > a:focus-visible {
    transform: none;
  }
}
