/* === TYPOGRAPHY === */
html,
body {
  min-height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: 'Montserrat', sans-serif;
  color: #111;
  background: #fff;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.section-title {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: .5px;
}

/* === GLOBAL === */
.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Prevent float-based layouts (Woo / legacy) from collapsing containers */
.woocommerce::after,
.woocommerce-page::after,
.woocommerce div.product::after,
.woocommerce .products::after {
  content: "";
  display: block;
  clear: both;
}

.section {
  padding: 90px 0;
}

.section--beige {
  background: #e8ded3;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
}
 /** MENU LOCCO **/
 
   .top-bar {
    background-color: #B36251;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  .custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 30px;
    background-color: #fff;
  }

  .custom-header-left,
  .custom-header-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .custom-header-center {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Primary nav spacing – fix “sklejone” menu */
  #site-navigation ul,
  #site-navigation ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  #site-navigation li { margin: 0; padding: 0; }
  #site-navigation a { display: inline-block; padding: 6px 0; }

  .site-branding-locco .custom-logo {
    max-height: 44px;
    width: auto;
    display: block;
  }

  .custom-header .menu {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .custom-header .menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
  }

  .custom-header img.icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
  }

  .custom-button {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #B36251;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 16px;
    font-size: 14px;
    text-decoration: none;
    border-radius: 2px;
    transition: background-color 0.3s;
  }

  .custom-button:hover {
    background-color: #9a4e3f;
  }

  .custom-button img.icon {
    width: 20px;
    height: 20px;
  }

  /* Desktop / mobile nav toggle */
  .menu-toggle { display: none; }
  @media (max-width: 980px) {
    .custom-header { padding: 14px 16px; }
    .menu-toggle { display: inline-flex; }
    #site-navigation ul#primary-menu { display: none; }
    #site-navigation.toggled ul#primary-menu {
      display: flex;
      flex-direction: column;
      gap: 14px;
      padding: 16px 0;
    }
  }

  /* Ensure logo stays left like in makieta */
  .custom-header-left { min-width: 180px; }
/* === LOCCO: TOP BAR === */
.top-bar-locco {
  background-color: #bd6e5e;
  color: white;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  z-index: 9999;
  position: relative;
}

/* === PROPOZYCJE === */
.featured-products-locco {
  padding: 80px 0;
  background-color: #fff;
}

.products-header-with-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.products-header-with-arrows .section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.glide-arrows-top-right {
  display: flex;
  gap: 12px;
}

.glide-arrows-top-right .glide__arrow {
  background: transparent;
  border: none;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  padding: 6px 10px;
  transition: color 0.3s ease;
  color: #333;
}

.glide-arrows-top-right .glide__arrow:hover {
  color: #bd6e5e;
}

.glide__slides {
  display: flex;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.glide__slide.product {
  width: 240px;
  flex-shrink: 0;
  text-align: center;
}

.product-thumb img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 12px;
}

.product-title {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 4px;
  color: #111;
}

.price {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  color: #bd6e5e;
}

/* =============================
   FOOTER (makieta)
============================= */
.locco-footer { padding: 70px 0; }
.locco-footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 60px; }
.locco-footer-title {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  letter-spacing: .8px;
  text-transform: uppercase;
  margin: 0 0 18px;
}
.locco-footer-menu { list-style: none; margin: 0; padding: 0; }
.locco-footer-menu li { margin: 0 0 10px; }
.locco-footer-menu a { color: #111; text-decoration: none; font-size: 13px; }
.locco-footer-menu a:hover { text-decoration: underline; }
.locco-footer-rightbox { display: flex; flex-direction: column; gap: 14px; }
.locco-footer-lang select {
  padding: 8px 10px;
  border: 1px solid rgba(0,0,0,.18);
  background: #fff;
  font-size: 13px;
}
.locco-footer-social { display: flex; gap: 14px; align-items: center; }
.locco-footer-social a { color: #111; text-decoration: none; font-weight: 600; font-size: 12px; }
.locco-footer-bottom {
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(0,0,0,.12);
  font-size: 12px;
  color: rgba(0,0,0,.75);
}
@media (max-width: 980px) {
  .locco-footer-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
}

/* =============================
   WOOCOMMERCE
============================= */
.woocommerce div.product { margin-top: 30px; }
.woocommerce div.product .product_title { font-family: 'Oswald', sans-serif; text-transform: uppercase; }
.woocommerce div.product form.cart .button { background: #b36251; border-radius: 40px; }

/* Single product: stabilize layout (no huge whitespace, no footer overlap) */
.single-product .woocommerce-breadcrumb {
  font-size: 12px;
  margin: 18px 0 26px;
  color: #6b6b6b;
}
.single-product .woocommerce-breadcrumb a { color: #6b6b6b; text-decoration: none; }
.single-product .woocommerce-breadcrumb a:hover { text-decoration: underline; }

/* Replace float-based gallery/summary with flex */
.single-product div.product {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.single-product div.product .woocommerce-product-gallery {
  flex: 0 0 520px;
  max-width: 520px;
}
.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  height: auto;
  display: block;
}
.single-product div.product .summary {
  flex: 1 1 420px;
  max-width: 560px;
}
.single-product .product_title {
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.1;
}
.single-product .price { color: #b36251; font-weight: 700; margin: 0 0 10px; }
.single-product form.cart { margin-top: 16px; display: flex; gap: 12px; align-items: center; flex-wrap: wrap; }
.single-product .quantity input.qty { width: 64px; height: 44px; border-radius: 10px; border: 1px solid #e6e1db; padding: 6px 10px; }
.single-product .single_add_to_cart_button { border-radius: 999px; padding: 12px 22px; line-height: 1; white-space: nowrap; }

/* Tabs */
.single-product .woocommerce-tabs { width: 100%; margin-top: 48px; }
.single-product .woocommerce-tabs ul.tabs {
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  gap: 22px;
  border-bottom: 1px solid #eee7de;
}
.single-product .woocommerce-tabs ul.tabs li { list-style: none; margin: 0; padding: 0 0 12px; border: 0; background: transparent; }
.single-product .woocommerce-tabs ul.tabs li a { text-decoration: none; color: #111; font-weight: 600; font-size: 13px; }
.single-product .woocommerce-tabs ul.tabs li.active a { color: #b36251; }

/* Related products: force white section and grid */
.single-product .related {
  width: 500px;
  clear: both;
  margin-top: 56px;
  padding: 56px 0 30px;
  background: #fff;
}
.single-product .related > h2 { font-size: 18px; margin: 0 0 22px; }
.single-product .related .products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 0;
}
.single-product .related .products li.product,
.single-product .related .products li.product-card { margin: 0 !important; }

@media (max-width: 980px) {
  .single-product div.product { gap: 36px; }
  .single-product div.product .woocommerce-product-gallery { flex-basis: 100%; max-width: 680px; }
  .single-product div.product .summary { max-width: 100%; }
  .single-product .related .products { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
  .single-product .related .products { grid-template-columns: 1fr; }
}

.woocommerce-checkout .woocommerce { margin-top: 30px; }
.woocommerce-checkout form.checkout {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 60px;
  align-items: start;
}
.woocommerce-checkout #order_review {
  background: #f7f7f7;
  padding: 26px;
  border-radius: 12px;
}
@media (max-width: 980px) {
  .woocommerce-checkout form.checkout { grid-template-columns: 1fr; }
}

/* === HERO === */
.hero-locco {
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  color: white;
}

.hero-content-left {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hero-title {
  font-family: 'Oswald', sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: left;
}

.hero-buttons-vertical {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.hero-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  border: none;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  max-width: 320px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn.primary {
  background-color: #bd6e5e;
  color: white;
}

.hero-btn.secondary {
  background-color: white;
  color: #111;
}

.hero-btn .icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

/** === HOWTO (JAK ZAPROJEKTOWAĆ)  === */
.howto-locco {
  background: none;
  padding: 0;
}

.howto-box {
  background-color: #f5eee8;
  overflow: hidden;
}

.howto-top-image {
  width: 100%;
  margin: 0 auto;
}

.howto-top-image img {
  display: block;
  width: 100%;
  height: auto;
}

.howto-bottom-box {
  padding: 60px 0;
}

.howto-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.howto-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
}

.howto-text-block {
  flex: 1;
  width: 50%;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.howto-text-block .section-title {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-family: 'Oswald', sans-serif;
  text-align: left;
  color: #111;
}

.howto-description {
  font-size: 15px;
  margin-bottom: 28px;
  color: #111;
  font-family: 'Oswald', sans-serif;
  max-width: 520px;
  line-height: 1.6;
}

.btn-howto {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #bd6e5e;
  color: white;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 14px 28px;
  border: none;
  text-decoration: none;
  transition: background 0.3s ease;
  max-width: max-content;
  margin-top: 16px;
  font-family: 'Oswald', sans-serif;
}

.btn-howto:hover {
  background-color: #a55447;
}

.btn-howto .icon img {
  width: 18px;
  height: 18px;
}

.howto-steps-icons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  flex: 1;
  gap: 20px;
  float: right;
  margin-top: -186px;
}

.howto-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 100%;
  flex: 1;
}

.howto-step img {
  height: 56px;
  width: 56px;
  object-fit: contain;
  filter: brightness(0);
  margin-bottom: 12px;
}

.step-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  color: #111;
  margin-bottom: 6px;
}

.step-desc {
  font-size: 14px;
  color: #333;
  font-family: 'Oswald', sans-serif;
  line-height: 1.5;
  max-width: 100%;
  word-break: break-word;
}

/** === CHARMSY SECTION – GLIDE SLIDER 4x2 === */
..section-charmsy {
  padding: 80px 0;
  background: #fff;
}

.section-charmsy .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-charmsy .section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}

.charmsy-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.charmsy-photo {
  flex: 0 0 320px;
}

.charmsy-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.charmsy-glide {
  flex: 1;
  position: relative;
  min-height: 360px;
}

.charmsy-glide .glide__track {
  overflow: hidden;
}

.charmsy-glide .glide__slides {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}

.charmsy-glide .glide__slide {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 190px;
}

.charmsy-glide .glide__slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.charmsy-glide img {
  max-height: 60px;
  margin: 0 auto 10px;
  object-fit: contain;
}

.charmsy-glide .product-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}

.charmsy-glide .price {
  font-size: 14px;
  color: #bd6e5e;
}

.charmsy-see-all {
  text-align: right;
  margin-top: 24px;
}

.charmsy-see-all a {
  font-size: 14px;
  color: #bd6e5e;
  font-family: 'Oswald', sans-serif;
  text-decoration: underline;
}

.glide-arrows {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}

.glide-arrows .glide__arrow {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #111;
  padding: 5px 10px;
  transition: color 0.2s;
}

.glide-arrows .glide__arrow:hover {
  color: #bd6e5e;
}

/** OPINIE LOCCO **/
.opinie-locco {
  background-color: #f8f0e7;
  padding: 120px 60px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
.opinie-locco .container {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
}
.opinie-locco .opinie-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.opinie-locco .section-title {
  font-size: 40px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0;
  color: #1a1a1a;
  letter-spacing: 0.5px;
}
.opinie-locco .glide__arrows {
  display: flex;
  gap: 10px;
}
.opinie-locco .glide__arrows button {
  width: 36px;
  height: 36px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  opacity: 0.8;
}
.opinie-locco .glide__arrows button:hover {
  opacity: 1;
}
.opinie-locco .glide__slide {
  display: flex;
  justify-content: center;
}
.opinie-locco .opinia {
  background: transparent;
  text-align: center;
  padding: 0 25px;
  max-width: 340px;
}
.opinie-locco .stars {
  color: #a8573b;
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 5px;
}
.opinie-locco .text {
  font-size: 17px;
  color: #1f1f1f;
  margin-bottom: 20px;
  line-height: 1.6;
}
.opinie-locco .author {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}

/** WSTAZKI LOCCO **/
.section-wstazki {
  padding: 80px 0;
  background: #fff;
}
.section-wstazki .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-wstazki .section-title {
  font-family: 'Oswald', sans-serif;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-align: left;
}
.wstazki-wrapper {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.wstazki-photo {
  flex: 0 0 320px;
}
.wstazki-photo img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}
.wstazki-glide {
  flex: 1;
  position: relative;
  min-height: 360px;
}
.wstazki-glide .glide__track {
  overflow: hidden;
}
.wstazki-glide .glide__slides {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: stretch;
}
.wstazki-glide .glide__slide {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
  background: #f7f7f7;
  padding: 16px;
  text-align: center;
  border-radius: 12px;
  font-family: 'Oswald', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-height: 190px;
}
.wstazki-glide .glide__slide:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
.wstazki-glide img {
  max-height: 60px;
  margin: 0 auto 10px;
  object-fit: contain;
}
.wstazki-glide .product-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #000;
}
.wstazki-glide .price {
  font-size: 14px;
  color: #bd6e5e;
}
.wstazki-see-all {
  text-align: right;
  margin-top: 24px;
}
.wstazki-see-all a {
  font-size: 14px;
  color: #bd6e5e;
  font-family: 'Oswald', sans-serif;
  text-decoration: underline;
}
.glide-arrows {
  position: absolute;
  top: -60px;
  right: 0;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.glide-arrows .glide__arrow {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #111;
  padding: 5px 10px;
  transition: color 0.2s;
}
.glide-arrows .glide__arrow:hover {
  color: #bd6e5e;
}

/** KARTA PODARUNKOWA LOCCO **/
.voucher-locco {
  background-color: #f8f0e7;
  padding: 100px 0;
  font-family: 'Roboto', sans-serif;
}
.voucher-locco .container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 30px;
}
.voucher-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}
.voucher-text {
  flex: 1;
  max-width: 560px;
}
.voucher-text .section-title {
  font-size: 32px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 24px;
  line-height: 1.4;
}
.voucher-text .desc {
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
  max-width: 460px;
}
.voucher-btn {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  color: #bd6e5e;
  border-bottom: 1px solid #bd6e5e;
  padding-bottom: 1px;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}
.voucher-btn:hover {
  color: #8b4137;
  border-color: #8b4137;
}
.voucher-btn .icon {
  display: inline-flex;
  margin-left: 8px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 1px;
}
.voucher-btn .icon img {
  max-width: 100%;
  height: auto;
  display: block;
}
.voucher-image {
  flex: 1;
  text-align: right;
}
.voucher-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}
@media (max-width: 768px) {
  .voucher-inner {
    flex-direction: column;
    text-align: center;
  }
  .voucher-text, .voucher-image {
    max-width: 100%;
  }
  .voucher-image {
    text-align: center;
  }
}

/** NEWSLETTER LOCCO **/
.newsletter-locco {
  background-color: #f8f0e7;
  padding: 80px 0;
  font-family: 'Roboto', sans-serif;
}
.newsletter-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.newsletter-image {
  flex: 1;
}
.newsletter-image img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.newsletter-content {
  flex: 1;
  max-width: 540px;
}
.newsletter-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  line-height: 1.4;
  color: #1a1a1a;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.newsletter-title strong {
  font-weight: 700;
}
.newsletter-desc {
  font-size: 14px;
  color: #444;
  margin-bottom: 20px;
}
.newsletter-form {
  display: flex;
  align-items: center;
  gap: 12px;
}
.newsletter-form input[type="email"] {
  flex: 1;
  padding: 12px 16px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.newsletter-form button {
  background-color: #bd6e5e;
  color: white;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.3s;
}
.newsletter-form button:hover {
  background-color: #a35447;
}
.newsletter-form span {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  position: relative;
  top: 1px;
}
@media (max-width: 768px) {
  .newsletter-inner {
    flex-direction: column;
    text-align: center;
  }
  .newsletter-content, .newsletter-image {
    max-width: 100%;
  }
  .newsletter-form {
    flex-direction: column;
  }
  .newsletter-form input[type="email"], .newsletter-form button {
    width: 100%;
  }
}

/** IKONY LOCCO **/
.icons-locco {
  padding: 80px 0;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.icons-locco .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}
.icons-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}
.icon-box {
  flex: 1 1 30%;
  max-width: 320px;
  margin: 0 auto;
}
.icon-box img {
  width: 60px;
  height: auto;
  margin-bottom: 20px;
}
.icon-box h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.icon-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .icons-grid {
    flex-direction: column;
    align-items: center;
  }
  .icon-box {
    max-width: 100%;
  }
.how-to{position: absolute;}
.howto-steps-icons {margin-top:-357px;}

}


/** POZNAJ LOCCO **/

.poznaj-locco {
  background: #f8f0e7;
  padding: 100px 0;
  font-family: 'Roboto', sans-serif;
}
.poznaj-locco .section-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 28px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.poznaj-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.poznaj-row {
  display: flex;
  gap: 20px;
  align-items: stretch;
}
.poznaj-left img {
  width: 100%;
  max-width: 260px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}
.poznaj-middle {
  flex: 1;
  padding: 10px 0;
}
.poznaj-middle h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  margin-bottom: 10px;
}
.poznaj-middle p {
  font-size: 14px;
  margin-bottom: 12px;
  color: #333;
}
.poznaj-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.poznaj-links a {
  font-size: 14px;
  color: #bd6e5e;
  text-decoration: underline;
}
.poznaj-right {
  display: flex;
  gap: 20px;
}
.product-box {
  width: 120px;
  text-align: left;
}
.product-box img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.product-box .product-title {
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
  color: #111;
}
.product-box .price {
  font-size: 13px;
  color: #555;
}
@media (max-width: 768px) {
  .poznaj-row {
    flex-direction: column;
  }
  .poznaj-right {
    justify-content: flex-start;
  }
}

/** INSTAGRAM LOCCO **/

.instagram-locco {
  background: #fff;
  padding: 80px 0;
  font-family: 'Roboto', sans-serif;
}
.instagram-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.instagram-header h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
.insta-link {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #bd6e5e;
  text-decoration: none;
  gap: 6px;
}
.insta-link img {
  width: 16px;
  height: 16px;
}
.instagram-gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.insta-photo img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
}
@media (max-width: 768px) {
  .instagram-gallery {
    grid-template-columns: repeat(2, 1fr);
  }
  .instagram-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/** WARTOSCI LOCCO **/

.wartosci-locco {
  background: #fff;
  padding: 80px 0;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.wartosci-grid {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}
.wartosc {
  max-width: 220px;
}
.wartosc img {
  width: 48px;
  height: auto;
  margin-bottom: 20px;
}
.wartosc h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.wartosc p {
  font-size: 14px;
  color: #555;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .wartosci-grid {
    flex-direction: column;
    align-items: center;
  }
}

/** Z MILOSCI DO KLAPEK LOCCO **/

.zmilosci-locco {
  position: relative;
  width: 100%;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
}
.zmilosci-locco .bg-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
.zmilosci-locco img {
  width: 100%;
  height: auto;
  display: block;
}
.zmilosci-locco .overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.zmilosci-locco .overlay-text p {
  font-size: 14px;
  margin: 0;
  color: #fff;
}
.zmilosci-locco .overlay-text h2 {
  font-size: 32px;
  margin: 8px 0 0;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #fff;
}


/* === MOBILNY WIDOK FINALNY: SIATKI, CENTROWANIE, BEZ ZAOKRAGLEŃ, FULLWIDTH, HOWTO FIX === */
@media (max-width: 768px) {

  /* RESETUJEMY ZAOKRAGLENIA PRODUKTÓW */
  .charmsy-glide .glide__slide,
  .wstazki-glide .glide__slide {
    border-radius: 0 !important;
  }

  /* CENTROWANIE IKON wszędzie */
  .howto-step,
  .wartosc,
  .icon-box,
  .step-title,
  .step-desc,
  .wartosc img,
  .icon-box img {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block !important;
  }

  /* CHARMSY i WSTAZKI */
  .charmsy-wrapper,
  .wstazki-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .charmsy-photo,
  .wstazki-photo {
    width: 100%;
  }

  .charmsy-glide,
  .wstazki-glide {
    width: 100%;
  }

  .charmsy-glide .glide__slides,
  .wstazki-glide .glide__slides {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
    gap: 16px;
    padding: 0 16px;
    list-style: none;
  }

  .charmsy-glide .glide__slide,
  .wstazki-glide .glide__slide {
    background: #f9f9f9;
    padding: 12px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .charmsy-glide .glide__slide img,
  .wstazki-glide .glide__slide img {
    max-height: 60px;
    margin-bottom: 8px;
    object-fit: contain;
  }

  .charmsy-glide .product-title,
  .wstazki-glide .product-title {
    font-size: 13px;
    font-weight: 600;
    margin: 4px 0;
  }

  .charmsy-glide .price,
  .wstazki-glide .price {
    font-size: 13px;
    color: #bd6e5e;
  }

  .glide-arrows {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 16px;
  }

  .glide-arrows .glide__arrow {
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: #333;
  }

  /* OPINIE - wersja pionowa jak w makiecie */
   .opinie-locco {
    background-color: #fef7f2;
    padding: 40px 20px;
    font-family: 'Roboto', sans-serif;
  }

  .opinie-locco .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .opinie-locco .opinie-header {
    display: block;
    text-align: left;
    margin-bottom: 24px;
  }

  .opinie-locco .section-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.2;
  }

  .opinie-locco .glide__arrows {
    display: none;
  }

  .opinie-locco .glide__track {
    overflow: visible !important;
  }

  .opinie-locco .glide__slides {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px;
  }

  .opinie-locco .glide__slide {
    flex: none;
    width: 100%;
    border-bottom: 1px solid #e8d9d0;
    padding-bottom: 24px;
    justify-content: left !important;
  }

  .opinie-locco .opinia {
    max-width: 100%;
    text-align: left;
  }

  .opinie-locco .stars {
    font-size: 18px;
    color: #a8573b;
    letter-spacing: 4px;
    margin-bottom: 12px;
  }

  .opinie-locco .text {
    font-size: 14px;
    color: #1f1f1f;
    margin-bottom: 10px;
    line-height: 1.6;
  }

  .opinie-locco .author {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
  }

  /* SEKCJA POZNAJ TAKŻE */
  .poznaj-row {
    flex-direction: column !important;
    gap: 16px;
    text-align: center !important;
    padding: 0 16px;
  }

  .poznaj-left img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .poznaj-middle {
    padding: 0;
  }

  .poznaj-middle h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 6px;
  }

  .poznaj-middle p {
    font-size: 13px;
    color: #444;
  }

  .poznaj-links {
    justify-content: center !important;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 13px;
  }

  /* HOWTO: układ poziomy, pełna szerokość, mniejsze ikonki */
  .howto-box,
  .howto-bottom-box,
  .howto-inner,
  .howto-content-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
  }

  .howto-content-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: center;
    padding: 0 !important;
  }

  .howto-text-block {
    padding: 0 16px !important;
    width: 100% !important;
  }

  .howto-text-block .section-title {
    font-size: 20px !important;
    margin-bottom: 12px;
  }

  .howto-description {
    font-size: 14px !important;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .btn-howto {
    font-size: 13px !important;
    padding: 12px 18px !important;
    width: auto;
  }

  .howto-steps-icons {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around !important;
    align-items: flex-start !important;
    width: 100% !important;
    margin-top: 24px;
    gap: 0;
    padding: 0 8px !important;
  }

  .howto-step {
    flex: 1;
    max-width: 33%;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start;
    text-align: center !important;
    gap: 4px;
  }

  .howto-step img {
    width: 28px !important;
    height: 28px !important;
    margin-bottom: 4px;
    object-fit: contain !important;
  }

  .step-title {
    font-size: 12px !important;
    font-weight: 700;
    margin-bottom: 2px !important;
    line-height: 1.2;
  }

  .step-desc {
    font-size: 11px !important;
    line-height: 1.3;
    color: #444;
    padding: 0 4px;
  }
}

/* === LOCCO SITE OVERRIDES === */
.site-content {
  overflow: hidden;
}

.locco-site {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

#page.locco-site {
  flex: 1 0 auto;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

#content.site-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
}

.site-content > .site-main,
#content.site-content > #primary.site-main,
#content.site-content > #main.site-main {
  flex: 1 0 auto;
}

.site-main {
  width: 100%;
}

.loccoFooter {
  margin-top: auto;
}

body.page:not(.home) .loccoFooter,
body.single .loccoFooter,
body.woocommerce-page .loccoFooter,
body.post-type-archive-product .loccoFooter,
body.tax-product_cat .loccoFooter {
  margin-top: 0;
  margin-bottom: -28px !important;
}

body.page,
body.single,
body.woocommerce-page {
  min-height: 100vh;
  min-height: 100dvh;
}

.loccoHeader {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
  border-bottom: 1px solid #efe3dc;
}

.loccoHeader__topbar {
  background: #bd6e5e;
  color: #fff;
  text-align: center;
  padding: 9px 16px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.loccoHeader__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 72px;
  max-width: 1290px !important;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

.loccoHeader__toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
  width: 28px;
}

.loccoHeader__toggle span {
  display: block;
  width: 28px;
  height: 2px;
  background: #111;
  margin: 5px 0;
}

.loccoHeader__nav {
  justify-self: start;
}

.loccoMenu {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.loccoMenu__item {
  position: relative;
}

.loccoMenu__item > a,
.loccoHeader__contact {
  color: #1d1d1d;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.loccoMenu__dropdown {
  position: absolute;
  left: -20px;
  top: calc(100% + 18px);
  min-width: 260px;
  background: #fff;
  border: 1px solid #ead9d0;
  box-shadow: 0 24px 50px rgba(28, 18, 12, 0.08);
  padding: 16px 18px;
  display: grid;
  gap: 10px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.loccoMenu__dropdown a {
  color: #222;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.35;
}

.loccoMenu__item:hover .loccoMenu__dropdown,
.loccoMenu__item:focus-within .loccoMenu__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.loccoHeader__brand {
  justify-self: center;
}

.loccoHeader__brand .custom-logo {
  max-height: 42px;
  width: auto;
  display: block;
}

.loccoHeader__brandText {
  font-size: 44px;
  line-height: 1;
  color: #131313;
  font-weight: 700;
}

.loccoHeader__actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}

.loccoHeader__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6e6e6e;
  font-size: 11px;
  text-transform: uppercase;
}

.loccoHeader__langSwitch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.loccoHeader__lang {
  color: inherit;
  text-decoration: none;
  opacity: 0.58;
  transition: opacity 0.18s ease, color 0.18s ease;
}

.loccoHeader__lang:hover,
.loccoHeader__lang.is-active {
  opacity: 1;
  color: #1d1d1d;
}

.loccoHeader__icon img {
  width: 16px;
  height: 16px;
  display: block;
}

.loccoHeader__icon--cart {
  position: relative;
}

.loccoHeader__cartCount {
  position: absolute;
  right: -7px;
  top: -7px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 4px;
  background: #c77864;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.loccoHeader__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 14px;
  background: #bd6e5e;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.loccoHeader__cta img {
  width: 18px;
  height: 18px;
}

.loccoMobileMenu {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1001;
  border-top: 1px solid #efe3dc;
  background: #fff;
  box-shadow: 0 18px 40px rgba(28, 18, 12, 0.08);
}

.loccoMobileMenu__group {
  padding: 16px 0;
  border-bottom: 1px solid #f0e4dd;
}

.loccoMobileMenu__parent {
  display: block;
  color: #161616;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.loccoMobileMenu__children {
  display: grid;
  gap: 10px;
  padding-top: 12px;
}

.loccoMobileMenu__children a {
  color: #595959;
  text-decoration: none;
  font-size: 14px;
}

.featured-products-locco,
.howto-locco,
.section-charmsy,
.section-wstazki,
.voucher-locco,
.newsletter-locco,
.wartosci-locco,
.poznaj-locco {
  padding-top: 96px;
  padding-bottom: 96px;
}

.hero-locco {
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 120px 0 90px;
}

.hero-content-left {
  padding: 30px 0 40px;
}

.hero-title {
  font-size: 78px;
  line-height: 0.96;
  margin-bottom: 36px;
  max-width: 420px;
}

.hero-buttons-vertical {
  max-width: 330px;
}

.featured-products-locco .glide__slide.product {
  width: 210px;
}

.featured-products-locco .product-title {
  text-transform: uppercase;
  font-size: 15px;
}

.howto-box {
  background: #f7efe8;
}

.howto-bottom-box {
  padding: 48px 60px 60px;
}

.howto-steps-icons {
  float: none;
  margin-top: 0;
  width: 48%;
}

.charmsy-wrapper,
.wstazki-wrapper {
  display: grid;
  grid-template-columns: minmax(300px, 360px) 1fr;
  gap: 48px;
  align-items: start;
}

.charmsy-glide .glide__slide,
.wstazki-glide .glide__slide {
  border: 1px solid #efe5dd;
  border-radius: 0;
  background: #fff;
}

.charmsy-glide .glide__slide img,
.wstazki-glide .glide__slide img {
  max-height: 74px;
}

.voucher-inner,
.newsletter-inner {
  align-items: center;
}

.newsletter-locco {
  background: #fff;
}

.newsletter-inner {
  background: #f7efe8;
  padding: 24px;
}

.newsletter-title,
.voucher-text .section-title,
.poznaj-locco .section-title,
.opinie-locco .section-title {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
}

.wartosci-locco {
  border-top: 1px solid #efe3dc;
  border-bottom: 1px solid #efe3dc;
}

.wartosci-grid {
  justify-content: space-between;
  gap: 28px;
}

.wartosc {
  max-width: 320px;
}

.wartosc h3 {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
}

.wartosc p {
  max-width: 250px;
  margin: 0 auto;
}

.poznaj-locco {
  background: #fff;
}

.poznaj-grid {
  gap: 56px;
}

.poznaj-row {
  display: grid;
  grid-template-columns: 290px minmax(240px, 1fr) 280px;
  gap: 28px;
  padding-bottom: 36px;
  border-bottom: 1px solid #eee2da;
}

.poznaj-row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.poznaj-left img {
  max-width: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.poznaj-right {
  justify-content: space-between;
}

.product-box {
  width: 128px;
}

.locco-staticPage {
  background: #fff;
  flex: 1 0 auto;
  width: 100vw;
  max-width: none !important;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.locco-staticHero {
  position: relative;
  padding: 96px 0 36px;
  background: transparent;
  width: 100%;
  overflow: hidden;
}

.locco-staticHero::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background: #f7efe8;
  z-index: 0;
}

.locco-staticHero > .container {
  position: relative;
  z-index: 1;
}

.locco-staticHero__eyebrow {
  margin: 0 0 14px;
  color: #bd6e5e;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.locco-staticHero h1 {
  margin: 0;
  font-size: 58px;
  line-height: 0.98;
  text-transform: uppercase;
}

.locco-staticHero__lead {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 1.6;
}

.locco-staticContent {
  padding: 72px 0 96px;
  width: 100%;
}

.locco-staticContent .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 48px;
}

.locco-staticContent__copy p {
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.75;
}

.locco-staticAside {
  border: 1px solid #eee1da;
  padding: 24px;
  align-self: start;
  background: #fcf8f5;
}

.locco-staticAside h2 {
  margin: 0 0 18px;
  font-size: 22px;
  text-transform: uppercase;
}

.locco-staticAside ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.locco-staticAside a {
  color: #bd6e5e;
  text-decoration: none;
}

.loccoFooter {
  background: #f7efe4;
  color: #232323;
  margin-top: auto;
}

.loccoFooter__inner {
  max-width: 1240px;
  padding: 56px 40px 0;
}

.loccoFooter__main {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 72px;
  align-items: start;
}

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

.loccoFooter__column h2 {
  margin: 0 0 18px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.loccoFooter__column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 11px;
}

.loccoFooter__column a {
  color: #2b2b2b;
  text-decoration: none;
  font-size: 13px;
  line-height: 1.55;
}

.loccoFooter__aside {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 100%;
  gap: 48px;
}

.loccoFooter__asideBottom {
  display: grid;
  justify-items: end;
  gap: 16px;
}

.loccoFooter__locale {
  min-width: 154px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d9c7b6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #3a312a;
  background: transparent;
}

.loccoFooter__localeCaret {
  font-size: 16px;
  line-height: 1;
  transform: translateY(-2px);
}

.loccoFooter__socials {
  display: flex;
  gap: 20px;
}

.loccoFooter__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #1f1f1f;
  text-decoration: none;
  font-size: 0;
}

.loccoFooter__socials a svg {
  width: 14px;
  height: 14px;
  display: block;
}

.loccoFooter__devLink,
.loccoFooter__devLink:visited {
  color: #2b2b2b;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}

.loccoFooter__legal {
  margin-top: 44px;
  padding: 18px 0 14px;
  border-top: 1px solid #dccaba;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.loccoFooter__legal p {
  margin: 0;
  color: #6f6256;
  font-size: 10px;
  line-height: 1.6;
}

.loccoFooter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 12px 34px;
  width: 100%;
  box-sizing: border-box;
  background: #f7efe4;
  border-top: 1px solid #dccaba;
  color: #6e6256;
  font-size: 10px;
  line-height: 1.5;
}

.loccoFooter__bottom p {
  margin: 0;
}

.loccoFooter__cookieClose {
  border: 0;
  background: transparent;
  color: #423932;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .loccoHeader__inner {
    grid-template-columns: auto 1fr auto;
    gap: 16px;
  }

  .loccoHeader__nav {
    display: none;
  }

  .loccoHeader__toggle {
    display: block;
  }

  .loccoMobileMenu {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .loccoMobileMenu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .locco-staticContent .container,
  .poznaj-row,
  .charmsy-wrapper,
  .wstazki-wrapper {
    grid-template-columns: 1fr;
  }

  .loccoFooter__brandRow {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .loccoHeader__actions {
    gap: 12px;
  }

  .loccoHeader__meta,
  .loccoHeader__contact {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero-locco {
    min-height: 480px;
    padding: 78px 0 54px;
    background-position: center top;
  }

  .hero-title {
    font-size: 50px;
    max-width: 280px;
  }

  .featured-products-locco,
  .howto-locco,
  .section-charmsy,
  .section-wstazki,
  .voucher-locco,
  .newsletter-locco,
  .wartosci-locco,
  .poznaj-locco {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .howto-bottom-box {
    padding: 32px 20px 36px;
  }

  .newsletter-inner {
    padding: 18px;
  }

  .loccoFooter__inner {
    padding-top: 40px;
  }

  .loccoFooter__columns {
    grid-template-columns: 1fr;
  }

  .loccoHeader__brand .custom-logo {
    max-height: 36px;
  }

  .loccoHeader__cta {
    display: none;
  }

  .locco-staticContent .container {
    gap: 24px;
  }

  .locco-staticHero h1 {
    font-size: 38px;
  }

  .locco-staticHero__lead,
  .locco-staticContent__copy p {
    font-size: 15px;
  }
}



/* =============================
   WOOCOMMERCE – LOCCO
   ============================= */

.locco-page-title {
  font-size: 42px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 0 0 30px;
}

.locco-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0;
  padding: 0;
}

/* WYŁĄCZ domyślne floaty z woocommerce.css (underscore) */
.locco-products-grid > li.product,
.locco-products-grid > li.locco-product-card {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  .locco-products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .locco-products-grid { grid-template-columns: 1fr; gap: 22px; }
}

.locco-product-card {
  list-style: none;
  text-align: center;
}

.locco-product-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.locco-product-thumb {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 12px;
  transition: transform .25s ease, box-shadow .25s ease;
  width: 170px;
}

/* Ikonki/charmsy są często małe PNG – wymuszamy czytelny rozmiar w kaflu */
.locco-product-thumb img {
  width: 100% !important;
  height: 210px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 560px) {
  .locco-product-thumb img { height: 180px; }
}

.locco-product-card:hover .locco-product-thumb {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.locco-product-title {
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  margin: 16px 0 6px;
  text-transform: uppercase;
}

.locco-product-price {
  color: #b36251;
  font-weight: 700;
}

.locco-product-actions {
  margin-top: 12px;
}

/* Przycisk add-to-cart – nie może się zwijać do „kółka” */
.locco-product-actions .button,
.locco-product-actions a.button,
.locco-product-actions button.button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 170px;
  white-space: nowrap;
  line-height: 1;
}

/* Pasek nad gridem (wynik + sortowanie) */
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  float: none;
  margin: 0;
}

.woocommerce .woocommerce-before-shop-loop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 26px;
}

@media (max-width: 768px) {
  .woocommerce .woocommerce-before-shop-loop {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Pagination jak w standardowym sklepie (bez kropek) */
.woocommerce nav.woocommerce-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  border: none;
  margin: 30px 0 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  height: 38px;
  border-radius: 999px;
  padding: 0 12px;
  text-decoration: none;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #222;
  background: #f2f0ee;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #b36251;
  color: #fff;
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: #b36251;
  color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Oswald', sans-serif;
  border: none;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #9a4e3f;
  color: #fff;
}

/* My Account */
.woocommerce-account .woocommerce {
  padding: 40px 0;
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: auto;
}

.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
}

@media (max-width: 900px) {
  .woocommerce-account .woocommerce { grid-template-columns: 1fr; gap: 26px; }
}

.locco-myaccount-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.locco-myaccount-nav a {
  display: block;
  padding: 10px 0;
  text-decoration: none;
  color: #111;
  font-weight: 600;
}

.locco-myaccount-nav .is-active a {
  color: #b36251;
}

/* =============================
   FOOTER – LOCCO
   ============================= */

.locco-footer {
  padding: 70px 0 40px;
}

.locco-footer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px;
}

@media (max-width: 900px) {
  .locco-footer-grid { grid-template-columns: repeat(2, 1fr); gap: 34px; }
}

@media (max-width: 560px) {
  .locco-footer-grid { grid-template-columns: 1fr; }
}

.locco-footer-title {
  font-size: 16px;
  margin: 0 0 14px;
}

.locco-footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.locco-footer-menu a {
  display: block;
  text-decoration: none;
  color: #111;
  padding: 6px 0;
  font-weight: 500;
}

.locco-footer-muted {
  margin: 0 0 16px;
}

.locco-footer-lang select {
  width: 100%;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,.15);
  background: #fff;
}

.locco-footer-social {
  margin-top: 14px;
  display: flex;
  gap: 14px;
}

.locco-footer-social a {
  text-decoration: none;
  font-weight: 700;
  color: #111;
}

.locco-footer-bottom {
  margin-top: 40px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.12);
  font-size: 13px;
}

/* Homepage rebuild */
body.home .site-main {
  overflow: hidden;
}

body.home .section-title,
body.home .product-title,
body.home .step-title,
body.home .newsletter-title,
body.home .wartosc h3,
body.home .instagram-header h2,
body.home .poznaj-middle h3,
body.home .author {
  font-family: 'Oswald', sans-serif;
}

body.home .hero-locco {
  min-height: 500px;
  padding: 82px 0 70px;
  background-position: center center;
}

body.home .hero-content-left {
  max-width: 280px;
  padding-left: 18px;
  padding-top: 4px;
}

body.home .hero-title {
  font-size: 47px;
  line-height: 0.94;
  margin: 0 0 22px;
}

body.home .hero-buttons-vertical {
  max-width: 212px;
  gap: 10px;
}

body.home .hero-btn {
  max-width: 212px;
  padding: 12px 14px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

body.home .featured-products-locco,
body.home .howto-locco,
body.home .section-charmsy,
body.home .opinie-locco,
body.home .section-wstazki,
body.home .voucher-locco,
body.home .newsletter-locco,
body.home .wartosci-locco,
body.home .poznaj-locco,
body.home .instagram-locco {
  padding: 68px 0;
}

body.home .products-header-with-arrows {
  margin-bottom: 20px;
}

body.home .products-header-with-arrows .section-title,
body.home .section-charmsy .section-title,
body.home .section-wstazki .section-title,
body.home .opinie-locco .section-title,
body.home .poznaj-locco .section-title {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.08em;
  margin: 0;
  text-align: left;
}

body.home .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

body.home .product-card {
  text-align: center;
}

body.home .product-card a {
  color: inherit;
  text-decoration: none;
}

body.home .product-card .product-thumb {
  margin-bottom: 8px;
}

body.home .product-card .product-thumb img {
  width: 100%;
  height: 158px;
  object-fit: contain;
  margin: 0;
}

body.home .product-card .product-title,
body.home .charmsy-item .product-title,
body.home .wstazki-item .product-title,
body.home .product-box .product-title {
  font-size: 11px;
  margin: 0 0 2px;
}

body.home .product-card .price,
body.home .charmsy-item .price,
body.home .wstazki-item .price,
body.home .product-box .price {
  font-size: 11px;
  color: #816d65;
}

body.home .howto-box,
body.home .voucher-locco,
body.home .poznaj-locco,
body.home .opinie-locco,
body.home .newsletter-locco {
  background: #f4ebe2;
}

body.home .howto-top-image img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

body.home .howto-bottom-box {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 34px;
  padding: 24px 34px 24px;
}

body.home .howto-text-block {
  width: auto;
}

body.home .howto-text-block .section-title {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}

body.home .howto-description {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 410px;
}

body.home .howto-text-block .hero-btn {
  max-width: 196px;
}

body.home .howto-steps-icons {
  width: auto;
  margin: 0;
  float: none;
  gap: 20px;
}

body.home .howto-step img {
  width: 34px;
  height: 34px;
  margin-bottom: 10px;
}

body.home .step-title {
  font-size: 11px;
  margin-bottom: 4px;
}

body.home .step-desc {
  font-size: 11px;
  line-height: 1.5;
}

body.home .charmsy-wrapper,
body.home .wstazki-wrapper {
  display: grid;
  grid-template-columns: 200px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

body.home .charmsy-photo img,
body.home .wstazki-photo img {
  width: 100%;
  border-radius: 0;
}

body.home .charmsy-grid,
body.home .wstazki-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

body.home .charmsy-item,
body.home .wstazki-item {
  text-align: center;
}

body.home .charmsy-item a,
body.home .wstazki-item a {
  color: inherit;
  text-decoration: none;
}

body.home .charmsy-item__media,
body.home .wstazki-item__media {
  margin-bottom: 8px;
}

body.home .charmsy-item__media img,
body.home .wstazki-item__media img {
  width: 100%;
  height: 92px;
  object-fit: contain;
}

body.home .charmsy-see-all,
body.home .wstazki-see-all {
  margin-top: 12px;
  text-align: right;
}

body.home .charmsy-see-all a,
body.home .wstazki-see-all a,
body.home .poznaj-links a,
body.home .voucher-btn,
body.home .insta-link {
  font-size: 11px;
  color: #bb715b;
  text-decoration: none;
  border-bottom: 1px solid rgba(187, 113, 91, 0.45);
  padding-bottom: 1px;
}

body.home .opinie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px;
}

body.home .opinia {
  max-width: none;
  padding: 0;
}

body.home .opinia .stars {
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 3px;
}

body.home .opinia .text {
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 12px;
}

body.home .opinia .author {
  font-size: 10px;
  letter-spacing: 0.08em;
}

body.home .voucher-inner,
body.home .newsletter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
}

body.home .voucher-text .section-title,
body.home .newsletter-title {
  font-size: 18px;
  line-height: 1.28;
  text-align: left;
  margin-bottom: 10px;
}

body.home .voucher-text .desc,
body.home .newsletter-desc {
  font-size: 12px;
  line-height: 1.65;
  max-width: 390px;
}

body.home .newsletter-form {
  gap: 0;
  max-width: 360px;
}

body.home .newsletter-form input[type="email"] {
  border-radius: 0;
  border-right: 0;
  height: 40px;
  font-size: 12px;
}

body.home .newsletter-form button {
  border-radius: 0;
  height: 40px;
  padding: 0 18px;
  font-size: 11px;
  letter-spacing: 0.05em;
}

body.home .wartosci-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px;
}

body.home .wartosc img {
  width: 28px;
  margin-bottom: 12px;
}

body.home .wartosc h3 {
  font-size: 12px;
  margin-bottom: 8px;
}

body.home .wartosc p {
  font-size: 11px;
  line-height: 1.7;
}

body.home .poznaj-grid {
  gap: 24px;
}

body.home .poznaj-row {
  display: grid;
  grid-template-columns: 220px minmax(220px, 1fr) 250px;
  gap: 18px;
}

body.home .poznaj-left img {
  width: 100%;
  max-width: none;
  height: 170px;
  object-fit: cover;
  border-radius: 0;
}

body.home .poznaj-middle h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

body.home .poznaj-middle p {
  font-size: 12px;
  line-height: 1.65;
  margin-bottom: 12px;
  max-width: 280px;
}

body.home .poznaj-links {
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

body.home .poznaj-right {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

body.home .product-box {
  width: auto;
}

body.home .product-box img {
  width: 100%;
  height: 110px;
  object-fit: contain;
  border-radius: 0;
}

body.home .instagram-header {
  margin-bottom: 14px;
}

body.home .instagram-header h2 {
  font-size: 15px;
  letter-spacing: 0.08em;
}

body.home .instagram-gallery {
  gap: 14px;
}

body.home .insta-photo img {
  border-radius: 0;
}

body.home .zmilosci-locco img {
  min-height: 260px;
  object-fit: cover;
}

body.home .zmilosci-locco .overlay-text p {
  font-size: 12px;
}

body.home .zmilosci-locco .overlay-text h2 {
  font-size: 24px;
  letter-spacing: 0.08em;
}

body.home .loccoFooter {
  background: #16242e;
}

body.home .loccoFooter__inner {
  padding: 42px 20px 26px;
}

body.home .loccoFooter__brand .custom-logo {
  max-height: 34px;
}

body.home .loccoFooter__columns {
  gap: 28px;
}

body.home .loccoFooter__column h2 {
  font-size: 11px;
}

body.home .loccoFooter__column a {
  font-size: 11px;
  line-height: 1.45;
}

body.home .loccoFooter__bottom {
  font-size: 9px;
}

@media (max-width: 900px) {
  body.home .products-grid,
  body.home .charmsy-grid,
  body.home .wstazki-grid,
  body.home .wartosci-grid,
  body.home .opinie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .howto-bottom-box,
  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper,
  body.home .voucher-inner,
  body.home .newsletter-inner,
  body.home .poznaj-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body.home .hero-locco {
    min-height: 300px;
    padding: 34px 0 30px;
  }

  body.home .hero-content-left {
    max-width: 185px;
    padding-left: 8px;
  }

  body.home .hero-title {
    font-size: 29px;
    margin-bottom: 14px;
  }

  body.home .hero-buttons-vertical,
  body.home .hero-btn {
    max-width: 136px;
  }

  body.home .hero-btn {
    font-size: 9px;
    padding: 8px 10px;
  }

  body.home .featured-products-locco,
  body.home .howto-locco,
  body.home .section-charmsy,
  body.home .opinie-locco,
  body.home .section-wstazki,
  body.home .voucher-locco,
  body.home .newsletter-locco,
  body.home .wartosci-locco,
  body.home .poznaj-locco,
  body.home .instagram-locco {
    padding: 34px 0;
  }

  body.home .products-grid,
  body.home .charmsy-grid,
  body.home .wstazki-grid,
  body.home .wartosci-grid,
  body.home .opinie-grid,
  body.home .instagram-gallery,
  body.home .poznaj-right {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  body.home .howto-bottom-box {
    padding: 18px;
    gap: 18px;
  }

  body.home .section-charmsy .section-title,
  body.home .section-wstazki .section-title,
  body.home .products-header-with-arrows .section-title,
  body.home .opinie-locco .section-title,
  body.home .poznaj-locco .section-title,
  body.home .voucher-text .section-title,
  body.home .newsletter-title {
    font-size: 15px;
  }

  body.home .newsletter-form {
    display: grid;
    max-width: none;
  }

  body.home .newsletter-form input[type="email"] {
    border-right: 1px solid #ccc;
  }

  body.home .newsletter-form button {
    width: 100%;
  }
}

/* Homepage alignment pass */
body.home {
  background: #fcf6ef;
  color: #222;
  overflow-x: hidden;
}

body.home .container,
body.home .loccoHeader__inner,
body.home .loccoFooter__inner {
  max-width: var(--locco-shell-width) !important;
}

body.home .loccoHeader__topbar {
  background: #c9816e;
  color: #fff;
  padding: 10px 0;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .loccoHeader {
  background: #fff;
  border-bottom: 1px solid #eee2d8;
}

body.home .loccoHeader__inner {
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 36px;
  min-height: 72px;
  padding-top: 0;
  padding-bottom: 0;
}

body.home .loccoMenu {
  gap: 32px;
}

body.home .loccoMenu a,
body.home .loccoHeader__contact {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home .loccoHeader__brand .custom-logo {
  max-height: 52px;
}

body.home .loccoHeader__brand {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .loccoHeader__actions {
  gap: 16px;
}

body.home .loccoHeader__meta {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

body.home .loccoHeader__icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.home .loccoHeader__icon img {
  width: 18px;
  height: 18px;
}

body.home .loccoHeader__cta {
  background: #c9816e;
  color: #fff;
  min-height: 56px;
  padding: 14px 22px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home .hero-locco {
  min-height: 500px;
  padding: 92px 0 84px;
  background-position: center;
}

body.home .hero-content-left {
  max-width: 334px;
  padding-left: 48px;
}

body.home .hero-title {
  font-size: 64px;
  line-height: 0.95;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

body.home .hero-buttons-vertical {
  gap: 10px;
  max-width: 178px;
}

body.home .hero-btn {
  min-height: 42px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.home .featured-products-locco,
body.home .howto-locco,
body.home .section-charmsy,
body.home .opinie-locco,
body.home .section-wstazki,
body.home .voucher-locco,
body.home .newsletter-locco,
body.home .wartosci-locco,
body.home .poznaj-locco,
body.home .instagram-locco {
  padding: 78px 0;
}

body.home .products-header-with-arrows,
body.home .loccoSectionHead,
body.home .opinie-header,
body.home .instagram-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 26px;
}

body.home .products-header-with-arrows .section-title,
body.home .loccoSectionHead .section-title,
body.home .opinie-header .section-title,
body.home .poznaj-locco .section-title,
body.home .voucher-text .section-title {
  font-size: 21px;
  letter-spacing: 0.09em;
  line-height: 1.1;
}

body.home .loccoSectionLink,
body.home .insta-link {
  color: #c9816e;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.home .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
}

body.home .product-card {
  text-align: center;
}

body.home .product-thumb {
  aspect-ratio: 1 / 1;
  margin-bottom: 16px;
}

body.home .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home .product-title,
body.home .charmsy-item .product-title,
body.home .wstazki-item .product-title {
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

body.home .price,
body.home .charmsy-item .price,
body.home .wstazki-item .price {
  font-size: 11px;
  line-height: 1.4;
}

body.home .howto-box {
  background: transparent;
}

body.home .howto-top-image img {
  display: block;
  width: 100%;
  height: 286px;
  object-fit: cover;
}

body.home .howto-bottom-box {
  background: #f4e8da;
  padding: 38px 40px;
  grid-template-columns: 1.15fr 1fr;
  gap: 34px;
}

body.home .howto-text-block .section-title {
  font-size: 18px;
  letter-spacing: 0.08em;
  margin-bottom: 16px;
}

body.home .howto-description,
body.home .voucher-text .desc,
body.home .newsletter-desc {
  font-size: 12px;
  line-height: 1.8;
}

body.home .howto-steps-icons {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body.home .howto-step img {
  width: 30px;
  margin-bottom: 12px;
}

body.home .step-title {
  font-size: 12px;
  letter-spacing: 0.06em;
  margin-bottom: 8px;
}

body.home .step-desc {
  font-size: 11px;
  line-height: 1.6;
}

body.home .charmsy-wrapper,
body.home .wstazki-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

body.home .charmsy-photo img,
body.home .wstazki-photo img {
  width: 100%;
  height: 356px;
  object-fit: cover;
}

body.home .charmsy-grid,
body.home .wstazki-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
}

body.home .charmsy-item,
body.home .wstazki-item {
  text-align: center;
}

body.home .charmsy-item__media,
body.home .wstazki-item__media {
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
}

body.home .charmsy-item__media img,
body.home .wstazki-item__media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home .opinie-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

body.home .opinia {
  text-align: center;
}

body.home .stars {
  color: #c9816e;
  font-size: 16px;
  margin-bottom: 16px;
}

body.home .opinia .text {
  font-size: 12px;
  line-height: 1.8;
  margin: 0 auto 18px;
  max-width: 280px;
}

body.home .opinia .author {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

body.home .voucher-inner,
body.home .newsletter-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1fr;
  gap: 36px;
  align-items: center;
}

body.home .voucher-image img,
body.home .newsletter-image img {
  width: 100%;
  height: 266px;
  object-fit: cover;
}

body.home .voucher-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 42px;
  background: #c9816e;
  color: #fff;
  padding: 0 18px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.home .newsletter-title {
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

body.home .newsletter-form {
  display: flex;
  max-width: 410px;
}

body.home .newsletter-form input[type="email"] {
  flex: 1;
  border: 1px solid #d0c2b3;
  height: 44px;
  padding: 0 14px;
  font-size: 12px;
  background: #fff;
}

body.home .newsletter-form button {
  border: 0;
  background: #c9816e;
  color: #fff;
  padding: 0 20px;
  height: 44px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.home .wartosci-grid {
  gap: 52px;
}

body.home .wartosc {
  text-align: center;
}

body.home .wartosc img {
  width: 26px;
  margin-bottom: 14px;
}

body.home .wartosc h3 {
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

body.home .wartosc p {
  font-size: 11px;
  line-height: 1.8;
}

body.home .poznaj-layout {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 42px;
}

body.home .poznaj-editorial {
  display: grid;
  gap: 22px;
}

body.home .poznaj-story a {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  align-items: center;
  color: inherit;
}

body.home .poznaj-story img {
  width: 140px;
  height: 98px;
  object-fit: cover;
}

body.home .poznaj-story__body h3 {
  font-size: 12px;
  margin: 0 0 8px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.home .poznaj-story__body p {
  font-size: 11px;
  line-height: 1.7;
  margin: 0;
}

body.home .poznaj-categories {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

body.home .poznaj-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 154px;
  background: #fff;
  border: 1px solid #ece0d3;
  padding: 16px;
  color: inherit;
  text-align: center;
}

body.home .poznaj-card img {
  width: 82px;
  height: 82px;
  object-fit: contain;
  margin-bottom: 12px;
}

body.home .poznaj-card span {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

body.home .instagram-header h2 {
  font-size: 15px;
  letter-spacing: 0.08em;
}

body.home .instagram-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home .insta-photo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

body.home .zmilosci-locco .bg-wrapper {
  position: relative;
  overflow: hidden;
}

body.home .zmilosci-locco img {
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

body.home .zmilosci-locco .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 0 24px;
}

body.home .zmilosci-locco .overlay-text p {
  font-size: 13px;
  letter-spacing: 0.03em;
}

body.home .zmilosci-locco .overlay-text h2 {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin: 6px 0 0;
  max-width: 100%;
  white-space: nowrap;
}

body.home .loccoFooter {
  background: #f7efe4;
  color: #232323;
}

body.home .loccoFooter__inner {
  max-width: 1240px;
  padding: 56px 40px 0;
}

body.home .loccoFooter__main {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 72px;
  align-items: start;
}

body.home .loccoFooter__columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 42px;
}

body.home .loccoFooter__column h2 {
  margin: 0 0 18px;
  color: #2a2a2a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

body.home .loccoFooter__column ul {
  display: grid;
  gap: 11px;
}

body.home .loccoFooter__column a {
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.55;
  text-decoration: none;
}

body.home .loccoFooter__aside {
  display: grid;
  justify-items: end;
  gap: 122px;
  padding-top: 0;
}

body.home .loccoFooter__locale {
  min-width: 154px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid #d9c7b6;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  color: #3a312a;
  background: transparent;
}

body.home .loccoFooter__localeCaret {
  font-size: 16px;
  line-height: 1;
  transform: translateY(-2px);
}

body.home .loccoFooter__socials {
  display: flex;
  gap: 20px;
}

body.home .loccoFooter__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 50%;
  background: #1f1f1f;
  border: 0;
  font-size: 0;
}

body.home .loccoFooter__socials a svg {
  width: 14px;
  height: 14px;
  display: block;
}

body.home .loccoFooter__legal {
  margin-top: 44px;
  padding: 18px 0 14px;
  border-top: 1px solid #dccaba;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

body.home .loccoFooter__legal p {
  margin: 0;
  color: #6f6256;
  font-size: 10px;
  line-height: 1.6;
}

body.home .loccoFooter__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0;
  padding: 12px 34px;
  background: #f7efe4;
  border-top: 1px solid #dccaba;
  color: #6e6256;
  font-size: 10px;
  line-height: 1.5;
  width: 100%;
  box-sizing: border-box;
}

body.home .loccoFooter__bottom p {
  margin: 0;
}

body.home .loccoFooter__cookieClose {
  border: 0;
  background: transparent;
  color: #423932;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

@media (max-width: 900px) {
  body.home .hero-locco {
    min-height: 340px;
    padding: 54px 0;
  }

  body.home .hero-content-left {
    max-width: 230px;
    padding-left: 20px;
  }

  body.home .hero-title {
    font-size: 40px;
  }

  body.home .products-grid,
  body.home .charmsy-grid,
  body.home .wstazki-grid,
  body.home .opinie-grid,
  body.home .instagram-gallery,
  body.home .poznaj-categories,
  body.home .howto-bottom-box,
  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper,
  body.home .voucher-inner,
  body.home .newsletter-inner,
  body.home .poznaj-layout {
    grid-template-columns: 1fr;
  }

  body.home .loccoFooter__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  body.home .loccoFooter__aside {
    justify-items: start;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  body.home .featured-products-locco,
  body.home .howto-locco,
  body.home .section-charmsy,
  body.home .opinie-locco,
  body.home .section-wstazki,
  body.home .voucher-locco,
  body.home .newsletter-locco,
  body.home .wartosci-locco,
  body.home .poznaj-locco,
  body.home .instagram-locco {
    padding: 38px 0;
  }

  body.home .products-grid,
  body.home .wartosci-grid,
  body.home .instagram-gallery,
  body.home .poznaj-categories {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  body.home .charmsy-grid,
  body.home .wstazki-grid,
  body.home .opinie-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }

  body.home .newsletter-title {
    font-size: 18px;
  }

  body.home .poznaj-story a {
    grid-template-columns: 112px 1fr;
  }

  body.home .poznaj-story img {
    width: 112px;
    height: 84px;
  }

  body.home .loccoFooter__columns {
    grid-template-columns: 1fr 1fr;
  }

  body.home .loccoFooter__bottom {
    padding: 12px 18px;
    align-items: flex-start;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    white-space: normal;
    font-size: 24px;
  }
}

/* Hero + featured products alignment pass */
body.home .hero-locco {
  min-height: 545px;
  padding: 52px 0 40px;
  background-position: center center;
  background-size: cover;
}

body.home .hero-locco .container {
  max-width: none;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

body.home .hero-content-left {
  max-width: 310px;
  padding-left: 74px;
  padding-top: 80px;
}

body.home .hero-title {
  margin: 0 0 28px;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home .hero-buttons-vertical {
  max-width: 166px;
  gap: 10px;
}

body.home .hero-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 166px;
  min-height: 46px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
}

body.home .hero-btn.primary {
  background: #c97f68;
  color: #fff;
}

body.home .hero-btn.secondary {
  background: rgba(255,255,255,0.94);
  color: #b56f5d;
  border: 1px solid #ead9d0;
}

body.home .hero-btn .icon {
  display: inline-flex;
  align-items: center;
}

body.home .hero-btn .icon img {
  width: 15px;
  height: 15px;
}

body.home .featured-products-locco {
  padding: 54px 0 44px;
  background: #fff;
}

body.home .featured-products-locco .container {
  max-width: 1290px;
  padding-left: 74px;
  padding-right: 74px;
}

body.home .products-header-with-arrows {
  margin-bottom: 18px;
}

body.home .products-header-with-arrows .section-title {
  margin: 0;
  color: #2b2b2b;
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #e9e5df;
}

body.home .product-card {
  background: #f6f5f2;
  text-align: left;
  min-height: 0;
}

body.home .product-card a {
  display: block;
  padding: 18px 14px 14px;
  color: inherit;
  text-decoration: none;
}

body.home .product-thumb {
  height: 265px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

body.home .product-thumb img {
  width: 84%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  transform: scale(1.22);
  transform-origin: center bottom;
}

body.home .product-meta {
  min-height: 56px;
  padding-top: 10px;
  border-top: 1px solid #ece8e2;
}

body.home .product-title {
  margin: 0 0 5px;
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

body.home .price {
  color: #816d65;
  font-size: 13px;
  line-height: 1.35;
}

body.home .products-footer-link {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

body.home .products-footer-link a {
  color: #c97f68;
  font-size: 13px;
  text-decoration: none;
}

@media (max-width: 900px) {
  body.home .hero-locco {
    min-height: 400px;
    padding: 28px 0;
  }

  body.home .hero-content-left {
    padding-left: 24px;
    padding-top: 28px;
    max-width: 220px;
  }

  body.home .hero-title {
    font-size: 38px;
  }

  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .featured-products-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 640px) {
  body.home .hero-content-left {
    padding-left: 18px;
  }

  body.home .hero-title {
    font-size: 30px;
  }

  body.home .hero-btn {
    width: 156px;
  }

  body.home .products-header-with-arrows .section-title {
    font-size: 27px;
  }

  body.home .product-thumb {
    height: 190px;
  }

  body.home .product-thumb img {
    width: 88%;
    transform: scale(1.14);
  }
}

/* Howto + charms final alignment pass */
body.home .howto-locco {
  padding: 54px 0 78px;
  background: #fff;
}

body.home .howto-locco .container {
  max-width: 1290px;
  padding-left: 74px;
  padding-right: 74px;
}

body.home .howto-box {
  background: transparent;
}

body.home .howto-top-image {
  margin: 0;
}

body.home .howto-top-image img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
}

body.home .howto-bottom-box {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 34px;
  padding: 40px 38px 34px;
  background: #f7ebdc;
}

body.home .howto-text-block .section-title {
  margin: 0 0 24px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.home .howto-description {
  max-width: 470px;
  margin: 0 0 24px;
  color: #2e2a28;
  font-size: 14px;
  line-height: 1.9;
}

body.home .howto-text-block .hero-btn {
  width: 158px;
  min-height: 44px;
  font-size: 12px;
}

body.home .howto-steps-icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
  margin: 0;
}

body.home .howto-step {
  text-align: center;
}

body.home .howto-step img {
  width: 38px;
  height: 38px;
  margin: 0 auto 16px;
}

body.home .step-title {
  margin-bottom: 10px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.home .step-desc {
  color: #3a3531;
  font-size: 13px;
  line-height: 1.65;
}

body.home .section-charmsy {
  padding: 78px 0 68px;
  background: #fcf6ef;
}

body.home .section-charmsy .container {
  max-width: 1290px;
  padding-left: 58px;
  padding-right: 58px;
}

body.home .loccoSectionHead {
  margin-bottom: 26px;
}

body.home .charmsyHead__actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

body.home .charmsyHead__arrows {
  display: inline-flex;
  align-items: center;
  gap: 18px;
}

body.home .charmsyHead__arrow {
  border: 0;
  background: transparent;
  color: #2f2f2f;
  font-size: 34px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
}

body.home .section-charmsy .section-title {
  color: #13263a;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .loccoSectionLink {
  color: #db9a89;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: none;
}

body.home .charmsy-wrapper {
  display: grid;
  grid-template-columns: 382px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

body.home .charmsy-glide,
body.home .wstazki-glide {
  min-width: 0;
}

body.home .charmsy-glide .glide__track,
body.home .wstazki-glide .glide__track {
  overflow: hidden;
}

body.home .charmsy-glide .glide__slide,
body.home .wstazki-glide .glide__slide {
  list-style: none;
}

body.home .charmsy-photo img {
  width: 382px;
  height: 485px;
  object-fit: cover;
  display: block;
}

body.home .charmsy-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  background: #ece8e2;
}

body.home .charmsy-item {
  text-align: left;
  background: #f5f5f3;
}

body.home .charmsy-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 242px;
  padding: 18px 16px 14px;
}

body.home .charmsy-item__media {
  height: 138px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .charmsy-item__media img {
  max-width: 88px;
  max-height: 108px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.home .charmsy-item__meta {
  border-top: 1px solid #e7e2db;
  padding-top: 14px;
}

body.home .charmsy-item .product-title {
  margin: 0 0 6px;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

body.home .charmsy-item .price {
  color: #816d65;
  font-size: 12px;
  line-height: 1.3;
}

body.home .section-wstazki {
  padding: 78px 0 68px;
  background: #fcf6ef;
}

body.home .section-wstazki .container {
  max-width: 1290px;
  padding-left: 58px;
  padding-right: 58px;
}

body.home .section-wstazki .section-title {
  color: #13263a;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .wstazki-wrapper {
  display: grid;
  grid-template-columns: 382px minmax(0, 1fr);
  gap: 0;
  align-items: start;
}

body.home .wstazki-photo img {
  width: 382px;
  height: 485px;
  object-fit: cover;
  display: block;
}

body.home .wstazki-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  align-items: stretch;
  background: #ece8e2;
}

body.home .wstazki-item {
  text-align: left;
  background: #f5f5f3;
}

body.home .wstazki-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  min-height: 242px;
  padding: 18px 16px 14px;
}

body.home .wstazki-item__media {
  height: 138px;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .wstazki-item__media img {
  max-width: 120px;
  max-height: 108px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.home .wstazki-item .product-title {
  margin: 0 0 6px;
  color: #1f1f1f;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

body.home .wstazki-item .price {
  color: #816d65;
  font-size: 12px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  body.home .howto-locco .container,
  body.home .section-charmsy .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .howto-bottom-box,
  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper {
    grid-template-columns: 1fr;
  }

  body.home .charmsy-photo img {
    width: 100%;
    height: 320px;
  }

  body.home .wstazki-photo img {
    width: 100%;
    height: 320px;
  }

  body.home .charmsy-grid {
    margin-top: 16px;
  }

  body.home .wstazki-grid {
    margin-top: 16px;
  }
}

@media (max-width: 640px) {
  body.home .howto-text-block .section-title {
    font-size: 20px;
  }

  body.home .howto-description,
  body.home .step-desc {
    font-size: 12px;
  }

  body.home .charmsy-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  body.home .wstazki-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
  }

  body.home .section-charmsy .section-title {
    font-size: 24px;
  }

  body.home .section-wstazki .section-title {
    font-size: 24px;
  }

  body.home .charmsyHead__actions {
    gap: 14px;
  }

  body.home .charmsyHead__arrows {
    font-size: 22px;
    gap: 12px;
  }
}

/* Opinie final alignment pass */
body.home .opinie-locco {
  padding: 52px 0 42px;
  background: #fcf6ef;
}

body.home .opinie-locco .container {
  max-width: 1290px;
  padding-left: 32px;
  padding-right: 32px;
}

body.home .opinie-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 42px;
}

body.home .opinie-header .section-title {
  margin: 0;
  color: #202020;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .opinie-arrows {
  display: inline-flex;
  gap: 18px;
}

body.home .opinie-arrow {
  border: 0;
  background: transparent;
  color: #343434;
  font-size: 36px;
  line-height: 1;
  padding: 0;
}

body.home .opinie-stage {
  position: relative;
}

body.home .opinie-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 110px;
}

body.home .opinia {
  text-align: left;
}

body.home .stars {
  color: #c97f68;
  font-size: 18px;
  letter-spacing: 0.16em;
  margin-bottom: 28px;
}

body.home .opinia .text {
  max-width: 380px;
  margin: 0 0 34px;
  color: #414141;
  font-size: 18px;
  line-height: 1.55;
}

body.home .opinia .author {
  color: #111;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.home .opinie-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .opinie-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  body.home .opinie-header .section-title {
    font-size: 32px;
  }

  body.home .opinia .text {
    font-size: 16px;
    max-width: 100%;
  }
}

@media (max-width: 640px) {
  body.home .opinie-header .section-title {
    font-size: 28px;
  }

  body.home .opinie-arrow {
    font-size: 28px;
  }

  body.home .opinia .text {
    font-size: 14px;
  }

  body.home .opinia .author {
    font-size: 16px;
  }
}

/* Bottom half rebuild pass */
body.home .section-wstazki {
  padding: 64px 0 56px;
}

body.home .section-wstazki .container,
body.home .instagram-locco .container {
  max-width: 1290px;
  padding-left: 58px;
  padding-right: 58px;
}

body.home .section-wstazki .section-title {
  font-size: 40px;
  font-weight: 300;
}

body.home .wstazki-wrapper {
  grid-template-columns: 382px minmax(0, 1fr);
}

body.home .wstazki-glide {
  min-width: 0;
}

body.home .wstazki-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .wstazki-item a {
  min-height: 232px;
}

body.home .wstazki-item__media {
  height: 124px;
}

body.home .wstazki-item__meta,
body.home .charmsy-item__meta {
  border-top: 1px solid #e7e2db;
  padding-top: 12px;
}

body.home .instagram-locco {
  padding: 32px 0 38px;
  background: #fff;
}

body.home .instagram-header {
  margin-bottom: 18px;
}

body.home .instagram-header h2 {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

body.home .insta-link {
  font-size: 12px;
  font-weight: 600;
}

body.home .instagram-gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

body.home .insta-photo img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
}

body.home .loccoFooter__inner {
  max-width: 1240px;
}

@media (max-width: 900px) {
  body.home .section-wstazki .container,
  body.home .instagram-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .instagram-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  body.home .section-wstazki .section-title {
    font-size: 28px;
  }

  body.home .instagram-gallery {
    gap: 12px;
  }

  body.home .insta-photo img {
    height: 170px;
  }
}

/* Poznaj final alignment pass */
body.home .poznaj-locco {
  padding: 58px 0 66px;
  background: #fcf6ef;
}

body.home .poznaj-locco .container {
  max-width: 1290px;
  padding-left: 32px;
  padding-right: 32px;
}

body.home .poznaj-locco .section-title {
  margin: 0 0 18px;
  color: #202020;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .poznajRows {
  display: grid;
  gap: 1px;
  background: #ece8e2;
}

body.home .poznajRow {
  display: grid;
  grid-template-columns: 1.25fr 1.05fr 1.3fr;
  background: #fff;
}

body.home .poznajRow__image img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  display: block;
}

body.home .poznajRow__content,
body.home .poznajRow__products {
  background: #fff;
}

body.home .poznajRow__content {
  padding: 34px 34px 30px;
  border-left: 1px solid #ece8e2;
}

body.home .poznajRow__content h3 {
  margin: 0 0 18px;
  color: #2b2b2b;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.05;
  text-transform: uppercase;
}

body.home .poznajRow__content p {
  margin: 0 0 34px;
  color: #4a4640;
  font-size: 15px;
  line-height: 1.55;
}

body.home .poznajRow__links {
  display: flex;
  gap: 38px;
  flex-wrap: wrap;
}

body.home .poznajRow__links a {
  color: #db9a89;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 8px;
}

body.home .poznajRow__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-left: 1px solid #ece8e2;
}

body.home .poznajProduct {
  min-width: 0;
  border-left: 1px solid #ece8e2;
}

body.home .poznajProduct:first-child {
  border-left: 0;
}

body.home .poznajProduct a {
  display: block;
  padding: 26px 26px 22px;
  text-decoration: none;
  color: inherit;
}

body.home .poznajProduct__image {
  height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

body.home .poznajProduct__image img {
  max-width: 100%;
  max-height: 136px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.home .poznajProduct__title {
  margin: 0 0 6px;
  color: #2b2b2b;
  font-size: 13px;
  line-height: 1.35;
}

body.home .poznajProduct__price {
  color: #6b645d;
  font-size: 13px;
  line-height: 1.3;
}

@media (max-width: 900px) {
  body.home .poznaj-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .poznajRow {
    grid-template-columns: 1fr;
  }

  body.home .poznajRow__content,
  body.home .poznajRow__products {
    border-left: 0;
    border-top: 1px solid #ece8e2;
  }
}

@media (max-width: 640px) {
  body.home .poznaj-locco .section-title {
    font-size: 30px;
  }

  body.home .poznajRow__products {
    grid-template-columns: 1fr 1fr;
  }

  body.home .poznajRow__content {
    padding: 24px;
  }

  body.home .poznajRow__content h3 {
    font-size: 22px;
  }

  body.home .poznajRow__content p,
  body.home .poznajProduct__title,
  body.home .poznajProduct__price {
    font-size: 12px;
  }
}

/* Wartosci + hashtag final alignment pass */
body.home .wartosci-locco {
  padding: 58px 0 48px;
  background: #fff;
}

body.home .wartosci-locco .container {
  max-width: 1290px;
  padding-left: 120px;
  padding-right: 120px;
}

body.home .wartosci-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 120px;
}

body.home .wartosc {
  text-align: left;
}

body.home .wartosc img {
  width: 54px;
  height: 54px;
  margin: 0 0 24px;
  object-fit: contain;
}

body.home .wartosc h3 {
  margin: 0 0 16px;
  color: #1e1e1e;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.home .wartosc p {
  margin: 0;
  color: #44403b;
  font-size: 14px;
  line-height: 1.55;
  max-width: 280px;
}

body.home .zmilosci-locco {
  padding: 0;
  background: #fcf6ef;
}

body.home .zmilosci-locco .bg-wrapper {
  position: relative;
  overflow: hidden;
}

body.home .zmilosci-locco img {
  display: block;
  width: 100%;
  height: 392px;
  object-fit: cover;
}

body.home .zmilosci-locco .overlay-text {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

body.home .zmilosci-locco .overlay-text p {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.3;
}

body.home .zmilosci-locco .overlay-text h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 58px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.home .wartosci-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .wartosci-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  body.home .zmilosci-locco img {
    height: 320px;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    font-size: 40px;
  }
}

@media (max-width: 640px) {
  body.home .wartosc h3 {
    font-size: 18px;
  }

  body.home .wartosc p,
  body.home .zmilosci-locco .overlay-text p {
    font-size: 12px;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    font-size: 30px;
    white-space: normal;
  }
}

/* Homepage rebuild pass */
body.home .loccoHeader__topbar {
  padding: 9px 0;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.home .loccoHeader__inner {
  max-width: var(--locco-shell-width) !important;
  min-height: 72px;
  gap: 34px;
}

body.home .loccoMenu a,
body.home .loccoHeader__contact {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

body.home .loccoHeader__brand .custom-logo {
  max-height: 54px;
}

body.home .loccoHeader__cta {
  min-height: 46px;
  padding: 10px 16px;
  font-size: 11px;
  letter-spacing: 0.04em;
}

body.home .hero-locco {
  min-height: 448px;
  padding: 0;
  background-position: center center;
  background-size: cover;
}

body.home .hero-locco .container {
  max-width: 1440px;
  height: 448px;
  padding-left: 74px;
  padding-right: 74px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

body.home .hero-content-left {
  width: 220px;
  max-width: 220px;
  padding: 0;
  margin-top: -8px;
}

body.home .hero-title {
  margin: 0 0 20px;
  font-family: "Oswald", sans-serif;
  font-size: 53px;
  font-weight: 300;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home .hero-buttons-vertical {
  max-width: 150px;
  gap: 10px;
}

body.home .hero-btn {
  width: 150px;
  min-height: 40px;
  padding: 0 12px;
  font-size: 10px;
  font-weight: 600;
}

body.home .featured-products-locco {
  padding: 34px 0 40px;
}

body.home .featured-products-locco .container {
  max-width: 1240px;
  padding-left: 74px;
  padding-right: 74px;
}

body.home .products-header-with-arrows .section-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
}

body.home .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #ebe7e2;
}

body.home .product-card {
  background: #f6f5f2;
}

body.home .product-card a {
  padding: 16px 14px 12px;
}

body.home .product-thumb {
  height: 216px;
  margin-bottom: 10px;
}

body.home .product-thumb img {
  width: 96%;
  transform: none;
  max-height: 100%;
}

body.home .product-meta {
  min-height: 54px;
  padding-top: 10px;
  border-top: 1px solid #e7e2db;
}

body.home .product-title {
  font-size: 12px;
  line-height: 1.35;
}

body.home .price {
  font-size: 12px;
}

body.home .products-footer-link {
  margin-top: 10px;
}

body.home .products-footer-link a {
  font-size: 12px;
}

body.home .instagram-locco {
  padding-bottom: 26px;
}

body.home .zmilosci-locco .bg-wrapper {
  position: relative;
  overflow: hidden;
}

body.home .zmilosci-locco img {
  width: 100%;
  height: 384px;
  object-fit: cover;
  object-position: center center;
}

body.home .zmilosci-locco .overlay-text {
  position: absolute;
  inset: 0;
  padding: 0 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

body.home .zmilosci-locco .overlay-text p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.3;
}

body.home .zmilosci-locco .overlay-text h2 {
  max-width: 100%;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  body.home .hero-locco .container,
  body.home .featured-products-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .hero-locco {
    min-height: 360px;
  }

  body.home .hero-locco .container {
    height: 360px;
  }

  body.home .hero-content-left {
    width: 180px;
    max-width: 180px;
  }

  body.home .hero-title {
    font-size: 40px;
  }

  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .zmilosci-locco img {
    height: 300px;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    font-size: 38px;
    white-space: normal;
  }
}

@media (max-width: 640px) {
  body.home .hero-content-left {
    width: 150px;
    max-width: 150px;
  }

  body.home .hero-title {
    font-size: 30px;
  }

  body.home .hero-btn {
    width: 142px;
  }

  body.home .products-header-with-arrows .section-title {
    font-size: 20px;
  }

  body.home .product-thumb {
    height: 174px;
  }

  body.home .zmilosci-locco .overlay-text p {
    font-size: 12px;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    font-size: 28px;
  }
}

/* Voucher + newsletter rebuild pass */
body.home .voucher-locco,
body.home .newsletter-locco {
  padding: 56px 0 0;
  background: #fcf6ef;
}

body.home .voucher-locco .container,
body.home .newsletter-locco .container {
  max-width: 1290px;
  padding-left: 58px;
  padding-right: 58px;
}

body.home .voucher-inner,
body.home .newsletter-inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

body.home .voucher-text,
body.home .newsletter-content {
  background: #fbf6ef;
  padding: 46px 46px 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

body.home .voucher-image img,
body.home .newsletter-image img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  display: block;
}

body.home .voucher-text .section-title,
body.home .newsletter-title {
  margin: 0 0 24px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

body.home .voucher-text .desc,
body.home .newsletter-desc {
  max-width: 420px;
  margin: 0 0 28px;
  color: #4b4742;
  font-size: 14px;
  line-height: 1.7;
}

body.home .voucher-actionRow {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
}

body.home .voucher-link {
  color: #c97f68;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 8px;
}

body.home .voucher-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

body.home .newsletter-content {
  position: relative;
}

body.home .newsletter-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 142px;
  max-width: 470px;
  gap: 14px;
}

body.home .newsletter-form input[type="email"] {
  height: 42px;
  padding: 0 14px;
  border: 1px solid #e2d8cf;
  background: #fff;
  font-size: 13px;
}

body.home .newsletter-form button {
  height: 42px;
  border: 0;
  background: #c97f68;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: none;
}

@media (max-width: 900px) {
  body.home .voucher-locco .container,
  body.home .newsletter-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .voucher-inner,
  body.home .newsletter-inner {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  body.home .voucher-text,
  body.home .newsletter-content {
    padding: 28px 24px;
  }

  body.home .voucher-text .section-title,
  body.home .newsletter-title {
    font-size: 22px;
  }

  body.home .newsletter-form {
    grid-template-columns: 1fr;
  }
}

/* Final full-page proportion pass */
body.home .hero-locco {
  min-height: 530px;
  background-position: 58% top;
}

body.home .hero-locco .container {
  max-width: 1440px;
  height: 530px;
  padding-left: 78px;
  padding-right: 78px;
  align-items: center;
}

body.home .hero-content-left {
  width: 172px;
  max-width: 172px;
  margin-top: 2px;
}

body.home .hero-title {
  margin-bottom: 20px;
  font-size: 66px;
  line-height: 0.92;
  font-weight: 300;
  letter-spacing: 0;
}

body.home .hero-buttons-vertical {
  max-width: 156px;
  gap: 10px;
}

body.home .hero-btn {
  width: 156px;
  min-height: 40px;
  font-size: 11px;
  letter-spacing: 0.03em;
}

body.home .featured-products-locco {
  padding: 32px 0 48px;
}

body.home .featured-products-locco .container {
  max-width: 1210px;
  padding-left: 60px;
  padding-right: 60px;
}

body.home .products-header-with-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

body.home .products-header-with-arrows .section-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

body.home .products-glide,
body.home .products-glide .glide__track,
body.home .products-glide .glide__slides,
body.home .products-glide .glide__slide {
  width: 100%;
}

body.home .products-grid {
  display: grid;
  gap: 28px;
  background: transparent;
  align-items: start;
}

body.home .product-card {
  background: transparent;
}

body.home .product-card a {
  padding: 0;
}

body.home .product-thumb {
  height: 176px;
  margin-bottom: 12px;
  background: #f6f5f2;
  padding: 8px 10px;
}

body.home .product-thumb img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}

body.home .product-meta {
  min-height: auto;
  padding-top: 0;
  border-top: 0;
}

body.home .product-title {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

body.home .price {
  font-size: 12px;
  color: #7d756d;
}

body.home .products-footer-link {
  margin-top: 10px;
  text-align: right;
}

body.home .products-footer-link a {
  font-size: 10px;
  letter-spacing: 0.04em;
}

body.home .howto-locco {
  padding: 40px 0 54px;
}

body.home .howto-locco .container {
  max-width: 1210px;
  padding-left: 60px;
  padding-right: 60px;
}

body.home .howto-box {
  max-width: none;
  margin: 0;
}

body.home .howto-top-image img {
  height: 218px;
}

body.home .howto-bottom-box {
  grid-template-columns: 1.1fr 1fr;
  padding: 36px 46px 32px;
}

body.home .howto-text-block .section-title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 18px;
}

body.home .howto-description {
  max-width: 318px;
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 18px;
}

body.home .howto-text-block .hero-btn {
  width: 170px;
  min-height: 42px;
}

body.home .howto-steps-icons {
  gap: 18px;
  align-items: start;
}

body.home .howto-step img {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
}

body.home .howto-step .step-title {
  font-size: 13px;
  font-weight: 600;
}

body.home .howto-step .step-desc {
  font-size: 12px;
  line-height: 1.5;
}

body.home .section-charmsy,
body.home .section-wstazki {
  padding: 48px 0 50px;
}

body.home .section-charmsy .container,
body.home .section-wstazki .container,
body.home .voucher-locco .container,
body.home .newsletter-locco .container,
body.home .poznaj-locco .container,
body.home .instagram-locco .container {
  max-width: 1210px;
  padding-left: 60px;
  padding-right: 60px;
}

body.home .loccoSectionHead {
  margin-bottom: 22px;
  align-items: center;
}

body.home .loccoSectionHead .section-title,
body.home .section-wstazki .section-title,
body.home .opinie-header .section-title,
body.home .poznaj-locco .section-title,
body.home .voucher-text .section-title,
body.home .newsletter-title {
  font-weight: 300;
  letter-spacing: 0;
  color: #202020;
}

body.home .loccoSectionHead .section-title,
body.home .section-wstazki .section-title,
body.home .poznaj-locco .section-title {
  font-size: 26px;
}

body.home .charmsyHead__arrow,
body.home .opinie-arrow {
  font-size: 24px;
}

body.home .loccoSectionLink,
body.home .products-footer-link a,
body.home .insta-link {
  color: #d1907f;
  text-decoration: underline;
  text-underline-offset: 6px;
}

body.home .charmsy-wrapper,
body.home .wstazki-wrapper {
  display: grid;
  grid-template-columns: 284px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

body.home .charmsy-photo,
body.home .wstazki-photo,
body.home .charmsy-glide,
body.home .wstazki-glide,
body.home .charmsy-glide .glide__track,
body.home .wstazki-glide .glide__track,
body.home .charmsy-glide .glide__slides,
body.home .wstazki-glide .glide__slides,
body.home .charmsy-glide .glide__slide,
body.home .wstazki-glide .glide__slide {
  height: 100%;
}

body.home .charmsy-photo img,
body.home .wstazki-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

body.home .charmsy-grid,
body.home .wstazki-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #ece8e2;
  align-content: stretch;
}

body.home .charmsy-item,
body.home .wstazki-item {
  background: #fff;
}

body.home .charmsy-item a,
body.home .wstazki-item a {
  min-height: 176px;
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-decoration: none;
  color: inherit;
}

body.home .charmsy-item__media,
body.home .wstazki-item__media {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.home .charmsy-item__media img,
body.home .wstazki-item__media img {
  max-width: 88px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

body.home .charmsy-item__meta,
body.home .wstazki-item .charmsy-item__meta {
  margin-top: auto;
  border-top: 0;
  padding-top: 14px;
}

body.home .charmsy-item .product-title,
body.home .wstazki-item .product-title {
  font-size: 12px;
  line-height: 1.25;
  font-weight: 500;
}

body.home .charmsy-item .price,
body.home .wstazki-item .price {
  font-size: 12px;
  color: #7d756d;
}

body.home .opinie-locco {
  padding: 48px 0 50px;
}

body.home .opinie-locco .container {
  max-width: 1210px;
  padding-left: 60px;
  padding-right: 60px;
}

body.home .opinie-header {
  margin-bottom: 16px;
}

body.home .opinie-header .section-title {
  font-size: 26px;
}

body.home .opinie-grid {
  gap: 82px;
}

body.home .stars {
  margin-bottom: 16px;
  font-size: 14px;
}

body.home .opinia .text {
  max-width: 292px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.65;
}

body.home .opinia .author {
  font-size: 13px;
  letter-spacing: 0.06em;
}

body.home .voucher-locco,
body.home .newsletter-locco {
  padding-top: 48px;
}

body.home .voucher-inner,
body.home .newsletter-inner {
  grid-template-columns: 1fr 1fr;
}

body.home .voucher-text,
body.home .newsletter-content {
  padding: 38px 38px 34px;
}

body.home .voucher-image img,
body.home .newsletter-image img {
  height: 278px;
}

body.home .voucher-text .section-title,
body.home .newsletter-title {
  font-size: 24px;
  line-height: 1.15;
  margin-bottom: 14px;
}

body.home .voucher-text .desc,
body.home .newsletter-desc {
  max-width: 320px;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 20px;
}

body.home .voucher-link {
  font-size: 12px;
}

body.home .voucher-icon img {
  width: 38px;
  height: 38px;
}

body.home .newsletter-form {
  max-width: 350px;
  grid-template-columns: minmax(0, 1fr) 116px;
  gap: 10px;
}

body.home .newsletter-form input[type="email"],
body.home .newsletter-form button {
  height: 40px;
  font-size: 13px;
}

body.home .wartosci-locco {
  padding: 50px 0 42px;
}

body.home .wartosci-locco .container {
  max-width: 1210px;
  padding-left: 58px;
  padding-right: 58px;
}

body.home .wartosci-grid {
  gap: 78px;
}

body.home .wartosc {
  text-align: center;
}

body.home .wartosc img {
  width: 38px;
  height: 38px;
  margin: 0 auto 16px;
}

body.home .wartosc h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

body.home .wartosc p {
  max-width: 250px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.6;
}

body.home .poznaj-locco {
  padding: 48px 0 46px;
}

body.home .poznaj-locco .section-title {
  margin-bottom: 14px;
  font-size: 26px;
}

body.home .poznajRow {
  grid-template-columns: 1.18fr 1.08fr 1.16fr;
}

body.home .poznajRow__image img {
  height: 226px;
}

body.home .poznajRow__content {
  padding: 24px 24px 20px;
}

body.home .poznajRow__content h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

body.home .poznajRow__content p {
  margin-bottom: 22px;
  font-size: 13px;
  line-height: 1.55;
}

body.home .poznajRow__links {
  gap: 22px;
}

body.home .poznajRow__links a {
  font-size: 13px;
}

body.home .poznajProduct a {
  padding: 20px 18px 16px;
}

body.home .poznajProduct__image {
  height: 104px;
  margin-bottom: 12px;
}

body.home .poznajProduct__image img {
  max-height: 104px;
}

body.home .poznajProduct__title,
body.home .poznajProduct__price {
  font-size: 13px;
  line-height: 1.35;
}

body.home .instagram-locco {
  padding: 28px 0 34px;
  background: #fff;
}

body.home .instagram-header {
  margin-bottom: 10px;
}

body.home .instagram-header h2 {
  font-size: 14px;
  letter-spacing: 0.05em;
}

body.home .insta-link {
  font-size: 11px;
}

body.home .instagram-gallery {
  gap: 10px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .insta-photo img {
  height: 182px;
}

body.home .zmilosci-locco img {
  height: 372px;
  object-position: center center;
}

body.home .zmilosci-locco .overlay-text p {
  margin-bottom: 8px;
  font-size: 14px;
}

body.home .zmilosci-locco .overlay-text h2 {
  font-size: 50px;
  white-space: nowrap;
}

body.home .loccoFooter {
  background: #fbf6ef;
}

body.home .loccoFooter__inner {
  max-width: 1210px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 38px;
}

body.home .loccoFooter__main {
  gap: 36px;
  align-items: flex-start;
}

body.home .loccoFooter__columns {
  gap: 68px;
}

body.home .loccoFooter__column h2 {
  font-size: 14px;
  font-weight: 500;
}

body.home .loccoFooter__column a,
body.home .loccoFooter__legal p,
body.home .loccoFooter__bottom p {
  font-size: 12px;
  line-height: 1.55;
}

body.home .loccoFooter__aside {
  min-width: 170px;
}

body.home .loccoFooter__locale {
  min-height: 38px;
  padding: 0 14px;
  font-size: 11px;
}

body.home .loccoFooter__socials a {
  width: 28px;
  height: 28px;
  font-size: 11px;
}

body.home .loccoFooter__bottom {
  padding: 12px 0 14px;
}

@media (max-width: 900px) {
  body.home .hero-locco .container,
  body.home .featured-products-locco .container,
  body.home .howto-locco .container,
  body.home .section-charmsy .container,
  body.home .section-wstazki .container,
  body.home .opinie-locco .container,
  body.home .voucher-locco .container,
  body.home .newsletter-locco .container,
  body.home .wartosci-locco .container,
  body.home .poznaj-locco .container,
  body.home .instagram-locco .container,
  body.home .loccoFooter__inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .hero-locco,
  body.home .hero-locco .container {
    min-height: 360px;
    height: 360px;
  }

  body.home .products-grid,
  body.home .charmsy-grid,
  body.home .wstazki-grid,
  body.home .wartosci-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper,
  body.home .voucher-inner,
  body.home .newsletter-inner,
  body.home .poznajRow,
  body.home .howto-bottom-box {
    grid-template-columns: 1fr;
  }

  body.home .newsletter-form {
    grid-template-columns: 1fr;
    max-width: none;
  }

  body.home .zmilosci-locco .overlay-text h2 {
    white-space: normal;
  }
}

/* End-of-day alignment pass */
body.home .hero-content-left {
  width: 172px;
  max-width: 172px;
  margin-top: 2px;
}

body.home .hero-title {
  font-size: 66px;
}

body.home .products-header-with-arrows {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.home .products-glide,
body.home .products-glide .glide__track,
body.home .products-glide .glide__slides,
body.home .products-glide .glide__slide {
  width: 100%;
}

body.home .products-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.home .howto-box {
  max-width: none;
  margin: 0;
}

body.home .zmilosci-locco .overlay-text {
  position: absolute;
  left: 50%;
  top: 50%;
  inset: auto;
  width: min(100%, 900px);
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 48px;
  z-index: 2;
  pointer-events: none;
}

body.home .zmilosci-locco .overlay-text p,
body.home .zmilosci-locco .overlay-text h2 {
  width: 100%;
  text-align: center;
}

body.home .zmilosci-locco .overlay-text h2 {
  margin-left: 0;
  margin-right: 0;
}

/* Final rebuild: #zmiloscidoklapek */
body.home .zmilosci-locco {
  padding: 0;
  background: #fbf6ef;
}

body.home .zmilosci-locco__media {
  position: relative;
  min-height: 372px;
  overflow: hidden;
}

body.home .zmilosci-locco__media img {
  display: block;
  width: 100%;
  height: 372px;
  object-fit: cover;
  object-position: center center;
}

body.home .zmilosci-locco__content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(100%, 920px);
  transform: translate(-50%, -50%);
  padding: 0 40px;
  text-align: center;
  color: #fff;
  z-index: 3;
}

body.home .zmilosci-locco__eyebrow {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.3;
}

body.home .zmilosci-locco__title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  body.home .zmilosci-locco__media,
  body.home .zmilosci-locco__media img {
    min-height: 300px;
    height: 300px;
  }

  body.home .zmilosci-locco__title {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  body.home .zmilosci-locco__content {
    padding: 0 24px;
  }

  body.home .zmilosci-locco__eyebrow {
    font-size: 12px;
  }

body.home .zmilosci-locco__title {
  font-size: 28px;
  }
}

/* Hero rebuild */
body.home .hero-locco {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #ddd;
}

body.home .hero-locco__media {
  position: absolute;
  inset: 0;
}

body.home .hero-locco__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
}

body.home .hero-locco__inner {
  position: relative;
  z-index: 2;
  max-width: 1210px;
  min-height: 430px;
  padding-left: 58px;
  padding-right: 58px;
  display: flex;
  align-items: center;
}

body.home .hero-locco__panel {
  width: 150px;
  margin-top: 6px;
}

body.home .hero-title {
  margin: 0 0 18px;
  font-size: 54px;
  font-weight: 300;
  line-height: 0.9;
  letter-spacing: 0;
}

body.home .hero-buttons-vertical {
  max-width: 144px;
  display: grid;
  gap: 8px;
}

body.home .hero-btn {
  width: 144px;
  min-height: 36px;
  padding: 0 10px;
  font-size: 10px;
}

@media (max-width: 900px) {
  body.home .hero-locco {
    min-height: 340px;
  }

  body.home .hero-locco__inner {
    min-height: 340px;
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .hero-locco__panel {
    width: 132px;
  }

  body.home .hero-title {
    font-size: 42px;
  }
}

/* Top section 1:1 pass */
body.home .hero-locco {
  min-height: 500px;
}

body.home .hero-locco__inner {
  max-width: 1360px;
  min-height: 500px;
  padding-left: 86px;
  padding-right: 86px;
}

body.home .hero-locco__panel {
  width: 215px;
  margin-top: -6px;
}

body.home .hero-title {
  margin: 0 0 22px;
  font-size: 78px;
  line-height: 0.9;
  font-weight: 300;
  letter-spacing: 0;
}

body.home .hero-buttons-vertical {
  max-width: 210px;
  gap: 10px;
}

body.home .hero-btn {
  width: 210px;
  min-height: 40px;
  padding: 0 16px;
  font-size: 12px;
}

body.home .featured-products-locco {
  padding: 48px 0 54px;
}

body.home .featured-products-locco .container {
  max-width: 1360px;
  padding-left: 86px;
  padding-right: 86px;
}

body.home .products-header-with-arrows {
  margin-bottom: 28px;
}

body.home .products-header-with-arrows .section-title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0;
}

body.home .products-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  background: #ece9e3;
}

body.home .product-card {
  background: #f7f6f3;
  border-right: 1px solid #ece9e3;
}

body.home .product-card:last-child {
  border-right: 0;
}

body.home .product-card a {
  padding: 18px 18px 16px;
}

body.home .product-thumb {
  height: 238px;
  margin-bottom: 14px;
  background: #f7f6f3;
  padding: 10px 14px;
}

body.home .product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.home .product-meta {
  border-top: 1px solid #e5e0d8;
  padding-top: 12px;
}

body.home .product-title {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
}

body.home .price {
  font-size: 14px;
}

body.home .products-footer-link {
  margin-top: 14px;
}

body.home .products-footer-link a {
  font-size: 13px;
}

@media (max-width: 900px) {
  body.home .hero-locco {
    min-height: 380px;
  }

  body.home .hero-locco__inner {
    min-height: 380px;
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .hero-locco__panel {
    width: 160px;
  }

  body.home .hero-title {
    font-size: 50px;
  }

  body.home .hero-buttons-vertical,
  body.home .hero-btn {
    max-width: 160px;
    width: 160px;
  }

  body.home .featured-products-locco .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  body.home .products-header-with-arrows .section-title {
    font-size: 24px;
  }

  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.home .product-thumb {
    height: 180px;
  }
}

/* Single product rebuild */
.single-product #primary.site-main > .container.section {
  max-width: 1210px;
  padding: 32px 60px 64px;
}

/* Top section hard override */
body.home .hero-locco {
  min-height: 520px !important;
}

body.home .hero-locco__inner {
  max-width: var(--locco-shell-width) !important;
  min-height: 520px !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

body.home .hero-locco__panel {
  width: 236px !important;
}

body.home .hero-title {
  font-size: 82px !important;
  line-height: 0.9 !important;
  margin-bottom: 24px !important;
}

body.home .hero-buttons-vertical {
  max-width: 214px !important;
  gap: 10px !important;
}

body.home .hero-btn {
  width: 214px !important;
  min-height: 42px !important;
  font-size: 12px !important;
  padding: 0 16px !important;
}

body.home .featured-products-locco {
  padding: 52px 0 60px !important;
}

body.home .featured-products-locco .container {
  max-width: var(--locco-shell-width) !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

body.home .products-header-with-arrows {
  margin-bottom: 30px !important;
}

body.home .products-header-with-arrows .section-title {
  font-size: 36px !important;
  font-weight: 300 !important;
  letter-spacing: 0 !important;
}

body.home .products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  background: #ece9e3 !important;
}

body.home .product-card {
  background: #f7f6f3 !important;
  border-right: 1px solid #ece9e3;
}

body.home .product-card a {
  padding: 22px 20px 18px !important;
}

body.home .product-thumb {
  height: 270px !important;
  margin-bottom: 16px !important;
  padding: 8px !important;
  background: #f7f6f3 !important;
}

body.home .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.home .product-meta {
  border-top: 1px solid #e5e0d8 !important;
  padding-top: 14px !important;
}

body.home .product-title {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

body.home .price {
  font-size: 14px !important;
}

body.home .products-footer-link {
  margin-top: 16px !important;
}

body.home .products-footer-link a {
  font-size: 13px !important;
}

.single-product #primary.site-main > .container.section > .site-main {
  width: 100%;
}

.single-product .woocommerce-breadcrumb {
  margin: 0 0 22px;
  font-size: 11px;
  color: #9a9188;
}

.single-product div.product {
  display: grid;
  grid-template-columns: minmax(320px, 470px) minmax(280px, 420px);
  gap: 52px;
  align-items: start;
}

.single-product div.product .woocommerce-product-gallery {
  flex: none;
  max-width: none;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  background: #fff;
}

.single-product div.product .woocommerce-product-gallery img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.single-product div.product .summary {
  flex: none;
  max-width: none;
  padding-top: 6px;
}

.single-product .product_title {
  margin: 0 0 8px;
  color: #1d1d1d;
  font-family: "Oswald", sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.single-product .price {
  margin: 0 0 10px;
  color: #c77864;
  font-size: 18px;
  font-weight: 600;
}

.single-product p.stock {
  margin: 0 0 14px;
  color: #6b9f69;
  font-size: 12px;
  font-weight: 500;
}

.single-product form.cart {
  margin: 0 0 14px;
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: nowrap;
}

.single-product .quantity input.qty {
  width: 58px;
  height: 34px;
  border: 1px solid #ddd1c4;
  border-radius: 0;
  padding: 4px 8px;
  font-size: 13px;
}

.single-product .single_add_to_cart_button {
  min-height: 34px;
  padding: 0 14px;
  border-radius: 18px;
  background: #c77864;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.single-product .product_meta {
  color: #8a8178;
  font-size: 11px;
  line-height: 1.6;
}

.single-product .product_meta a,
.single-product .product_meta .sku {
  color: #8a8178;
}

.single-product .woocommerce-tabs {
  margin-top: 34px;
}

.single-product .woocommerce-tabs ul.tabs {
  gap: 18px;
  margin-bottom: 18px;
}

.single-product .woocommerce-tabs ul.tabs li a {
  font-size: 11px;
  font-weight: 600;
  text-transform: none;
}

.single-product .woocommerce-Tabs-panel {
  color: #413b35;
  font-size: 12px;
  line-height: 1.75;
}

.single-product .woocommerce-Tabs-panel h2 {
  margin: 0 0 18px;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product .related {
  margin-top: 44px;
  padding: 0;
  background: transparent;
}

.single-product .related > h2 {
  margin: 0 0 18px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.single-product .related .products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin: 0;
  padding: 0;
}

.single-product .related .products li.product {
  list-style: none;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  text-align: center;
}

.single-product .related .products li.product a {
  text-decoration: none;
  color: inherit;
}

.single-product .related .products li.product img {
  width: 100% !important;
  height: 170px !important;
  object-fit: contain;
  display: block;
  background: #f6f5f2;
  margin: 0 0 12px !important;
  padding: 22px 18px;
  box-sizing: border-box;
}

.single-product .related .products li.product .woocommerce-loop-product__title {
  margin: 0 0 6px;
  color: #1c1c1c;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.single-product .related .products li.product .price {
  display: block;
  margin: 0 0 10px;
  color: #c77864;
  font-size: 12px;
  font-weight: 600;
}

.single-product .related .products li.product .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 16px;
  background: #c77864;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

@media (max-width: 980px) {
  .single-product #primary.site-main > .container.section {
    padding: 24px 24px 48px;
  }

  .single-product div.product {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .single-product .product_title {
    font-size: 28px;
  }

  .single-product .related .products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 560px) {
  .single-product #primary.site-main > .container.section {
    padding: 18px 18px 40px;
  }

  .single-product .woocommerce-breadcrumb {
    font-size: 10px;
    margin-bottom: 16px;
  }

  .single-product .product_title {
    font-size: 24px;
  }

  .single-product .price {
    font-size: 16px;
  }

  .single-product form.cart {
    flex-wrap: wrap;
  }

  .single-product .single_add_to_cart_button {
    width: auto;
  }

  .single-product .woocommerce-tabs ul.tabs {
    gap: 12px;
    flex-wrap: wrap;
  }

  .single-product .woocommerce-Tabs-panel {
    font-size: 11px;
  }

  .single-product .related .products {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .single-product .related .products li.product img {
    height: 150px !important;
    padding: 18px 16px;
  }
}

/* Global width unification */
:root {
  --locco-shell-width: 1240px;
  --locco-shell-pad: 24px;
}

.container,
.locco-staticContent .container,
.loccoHeader__inner,
.loccoFooter__inner,
.single-product #primary.site-main > .container.section,
.woocommerce.archive #primary.site-main > .container.section,
.woocommerce-page #primary.site-main > .container.section {
  max-width: var(--locco-shell-width) !important;
}

.container,
.locco-staticContent .container,
.loccoHeader__inner,
.loccoFooter__inner,
.single-product #primary.site-main > .container.section,
.woocommerce.archive #primary.site-main > .container.section,
.woocommerce-page #primary.site-main > .container.section {
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

.loccoFooter__inner {
  padding-top: 38px !important;
}

@media (max-width: 900px) {
  :root {
    --locco-shell-pad: 24px;
  }
}

/* Final global polish: links + homepage top sections */
a,
a:visited,
.site a,
.site a:visited,
.woocommerce a,
.woocommerce a:visited {
  text-decoration: none;
}

.site a,
.site a:visited,
.woocommerce a,
.woocommerce a:visited {
  color: inherit;
}

.loccoMenu__item > a:visited,
.loccoMenu__dropdown a:visited,
.loccoHeader__cta:visited,
.loccoFooter a:visited,
.products-footer-link a:visited,
.charmsyHead__link:visited {
  color: inherit;
}

body.home .featured-products-locco .container,
body.home .howto-locco .container,
body.home .section-charmsy .container,
body.home .section-wstazki .container,
body.home .poznaj-locco .container,
body.home .newsletter-locco .container,
body.home .voucher-locco .container {
  max-width: var(--locco-shell-width) !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

body.home .products-header-with-arrows {
  align-items: end !important;
  margin: 0 0 22px !important;
}

body.home .featured-products-locco .section-title {
  font-size: 34px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.home .products-glide {
  overflow: hidden !important;
}

body.home .products-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 0 !important;
  background: #f5f3ee !important;
  border: 1px solid #ede6de !important;
}

body.home .product-card {
  min-width: 0 !important;
  background: #f8f6f1 !important;
  border-right: 1px solid #ede6de !important;
}

body.home .product-card:last-child {
  border-right: 0 !important;
}

body.home .product-card a {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 326px !important;
  padding: 18px 24px 20px !important;
}

body.home .product-thumb {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 210px !important;
  margin: 0 0 16px !important;
}

body.home .product-thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.home .product-meta {
  padding-top: 16px !important;
  border-top: 1px solid #eee7df !important;
}

body.home .product-title {
  margin: 0 0 6px !important;
  color: #222 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 1.05 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

body.home .price,
body.home .price .amount {
  color: #333 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}

body.home .products-footer-link {
  margin-top: 16px !important;
}

body.home .products-footer-link a {
  color: #d79a8b !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
}

body.home .howto-locco {
  padding: 62px 0 66px !important;
}

body.home .howto-box {
  max-width: 100% !important;
}

body.home .howto-top-image {
  width: 100% !important;
  overflow: hidden !important;
}

body.home .howto-top-image img {
  display: block !important;
  width: 100% !important;
  height: 238px !important;
  object-fit: cover !important;
  object-position: center center !important;
}

body.home .howto-bottom-box {
  display: grid !important;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(120px, 1fr)) !important;
  gap: 32px !important;
  align-items: start !important;
  padding: 28px 40px 30px !important;
}

body.home .howto-text-block {
  max-width: 410px !important;
}

body.home .howto-text-block .section-title {
  margin: 0 0 18px !important;
  font-size: 32px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}

body.home .howto-description {
  margin: 0 0 24px !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

body.home .howto-steps-icons {
  display: contents !important;
}

body.home .howto-step {
  text-align: center !important;
}

body.home .howto-step img {
  width: 34px !important;
  height: 34px !important;
  margin: 0 auto 12px !important;
}

body.home .howto-step .step-title {
  font-size: 18px !important;
  line-height: 1 !important;
}

body.home .howto-step .step-desc {
  font-size: 13px !important;
  line-height: 1.5 !important;
}

@media (max-width: 980px) {
  body.home .products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.home .product-card:nth-child(2n) {
    border-right: 0 !important;
  }

  body.home .howto-bottom-box {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  body.home .howto-steps-icons {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 20px !important;
  }
}

@media (max-width: 640px) {
  body.home .featured-products-locco .section-title {
    font-size: 28px !important;
  }

  body.home .products-grid {
    grid-template-columns: 1fr !important;
  }

  body.home .product-card {
    border-right: 0 !important;
    border-bottom: 1px solid #ede6de !important;
  }

  body.home .product-card:last-child {
    border-bottom: 0 !important;
  }

  body.home .product-card a {
    min-height: 280px !important;
    padding: 16px 18px !important;
  }

  body.home .howto-top-image img {
    height: 180px !important;
  }

  body.home .howto-bottom-box {
    padding: 22px 22px 24px !important;
  }

  body.home .howto-steps-icons {
    grid-template-columns: 1fr !important;
  }
}

/* Final voucher/newsletter + poznaj cleanup */
body.home .voucher-locco,
body.home .newsletter-locco {
  background: #fcf6ef !important;
  padding-top: 40px !important;
  padding-bottom: 0 !important;
}

body.home .voucher-inner,
body.home .newsletter-inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  gap: 44px !important;
}

body.home .voucher-text,
body.home .newsletter-content {
  background: transparent !important;
  padding: 0 !important;
}

body.home .voucher-image,
body.home .newsletter-image {
  background: transparent !important;
}

body.home .voucher-image img,
body.home .newsletter-image img {
  display: block !important;
  width: 100% !important;
  height: 286px !important;
  object-fit: cover !important;
}

body.home .voucher-actionRow {
  margin-top: 42px !important;
}

body.home .newsletter-locco {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

body.home .newsletter-inner {
  align-items: stretch !important;
}

body.home .newsletter-content {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

body.home .newsletter-title {
  max-width: 430px !important;
}

body.home .newsletter-desc {
  max-width: 370px !important;
}

body.home .poznajRow__products {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

body.home .poznajProduct__image {
  background: #fff !important;
}

body.home .poznajProduct__image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

@media (max-width: 900px) {
  body.home .voucher-inner,
  body.home .newsletter-inner {
    gap: 24px !important;
  }

  body.home .voucher-image img,
  body.home .newsletter-image img {
    height: 220px !important;
  }
}

/* Shop archive rebuild */
.loccoShopPage {
  background: #fff;
}

.loccoShopPage__shell {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 42px;
  padding-top: 36px;
  padding-bottom: 36px;
}

.loccoShopPage__sidebar {
  align-self: start;
  position: sticky;
  top: 116px;
}

.loccoShopPage__breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
  color: #8f857b;
  font-size: 12px;
}

.loccoShopPage__breadcrumbs a,
.loccoShopPage__breadcrumbs a:visited {
  color: #8f857b;
}

.loccoShopPage__title {
  margin: 0 0 26px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.loccoShopPage__filterGroup + .loccoShopPage__filterGroup {
  margin-top: 26px;
}

.loccoShopPage__filterGroup h2 {
  margin: 0 0 10px;
  color: #1f1f1f;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.loccoShopPage__filterList {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.loccoShopPage__filterList a,
.loccoShopPage__filterList a:visited {
  color: #6d655d;
  font-size: 15px;
  line-height: 1.35;
}

.loccoShopPage__filterList a.is-active {
  color: #1f1f1f;
}

.loccoShopPage__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 14px;
}

.loccoShopPage__count .woocommerce-result-count {
  color: #7b736b;
  font-size: 12px;
}

.loccoShopPage__ordering .woocommerce-ordering {
  margin: 0;
}

.loccoShopPage__ordering select {
  min-width: 160px;
  height: 38px;
  border: 1px solid #e8ddd4;
  background: #fff;
  color: #3c352e;
  font-size: 12px;
  padding: 0 36px 0 12px;
}

.loccoShopGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.loccoShopPromoCard,
.loccoShopCard {
  background: #fff;
}

.loccoShopPromoCard__media,
.loccoShopCard__media {
  background: #f7f5f1;
}

.loccoShopPromoCard__media img,
.loccoShopCard__media img {
  display: block;
  width: 100%;
}

.loccoShopPromoCard__media {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.loccoShopPromoCard__media img {
  height: 100%;
  object-fit: cover;
}

.loccoShopPromoCard__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 0 0;
}

.loccoShopPromoCard__content h2 {
  margin: 0;
  color: #1e1e1e;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
}

.loccoShopPromoCard__content a,
.loccoShopPromoCard__content a:visited {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #d08e7d;
  font-size: 13px;
}

.loccoShopCard__link {
  display: block;
}

.loccoShopCard__media {
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.loccoShopCard__media img {
  height: 100%;
  object-fit: contain;
}

.loccoShopCard__meta {
  padding: 12px 0 0;
}

.loccoShopCard__title {
  margin: 0 0 5px;
  color: #232323;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.loccoShopCard__price,
.loccoShopCard__price .amount {
  color: #5a534c;
  font-size: 13px;
  line-height: 1.2;
}

.loccoShopPage__pagination {
  margin-top: 30px;
}

.post-type-archive-product .voucher-locco,
.tax-product_cat .voucher-locco,
.post-type-archive-product .newsletter-locco,
.tax-product_cat .newsletter-locco {
  background: #fcf6ef;
}

.post-type-archive-product .voucher-inner,
.tax-product_cat .voucher-inner,
.post-type-archive-product .newsletter-inner,
.tax-product_cat .newsletter-inner {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.post-type-archive-product .voucher-text,
.tax-product_cat .voucher-text,
.post-type-archive-product .newsletter-content,
.tax-product_cat .newsletter-content {
  padding: 0;
  background: transparent;
}

.post-type-archive-product .voucher-image img,
.tax-product_cat .voucher-image img,
.post-type-archive-product .newsletter-image img,
.tax-product_cat .newsletter-image img {
  height: 280px;
  object-fit: cover;
}

@media (max-width: 1100px) {
  .loccoShopPage__shell {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .loccoShopPage__sidebar {
    position: static;
  }

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

@media (max-width: 820px) {
  .loccoShopGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .loccoShopPage__toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .loccoShopPage__shell {
    padding-top: 24px;
    padding-bottom: 26px;
  }

  .loccoShopPage__title {
    font-size: 36px;
    margin-bottom: 18px;
  }

  .loccoShopGrid {
    grid-template-columns: 1fr;
  }
}

/* Global subpage layout cleanup */
.site .loccoHeader__cta,
.site .loccoHeader__cta:visited,
.site .loccoHeader__cta:hover,
.site .loccoHeader__cta:focus {
  color: #fff !important;
}

.page #primary.site-main,
.single #primary.site-main,
.woocommerce-page #primary.site-main,
.post-type-archive-product #primary.site-main,
.tax-product_cat #primary.site-main {
  max-width: var(--locco-shell-width) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

.page .site-content,
.single .site-content,
.woocommerce-page .site-content,
.post-type-archive-product .site-content,
.tax-product_cat .site-content {
  overflow: visible;
}

.page #secondary,
.single #secondary,
.woocommerce-page #secondary,
.page .widget-area,
.single .widget-area,
.woocommerce-page .widget-area,
.page aside.widget,
.single aside.widget,
.woocommerce-page aside.widget {
  display: none !important;
}

.page .content-area,
.single .content-area,
.woocommerce-page .content-area {
  width: 100% !important;
  margin: 0 !important;
  float: none !important;
}

.woocommerce-page .entry-content > .widget,
.woocommerce-page .entry-content > section.widget,
.woocommerce-page .site-main > .widget,
.woocommerce-page .site-main > section.widget {
  display: none !important;
}

.edit-link,
.post-edit-link {
  display: none !important;
}

/* Final shop/single polish */
.post-type-archive-product #primary.site-main,
.tax-product_cat #primary.site-main {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.loccoShopPage__pagination {
  margin-top: 24px !important;
}

.loccoShopPage__pagination .woocommerce-pagination {
  display: flex;
  justify-content: center;
}

.loccoShopPage__pagination nav.woocommerce-pagination ul {
  gap: 8px !important;
  margin: 0 !important;
}

.loccoShopPage__pagination nav.woocommerce-pagination ul li a,
.loccoShopPage__pagination nav.woocommerce-pagination ul li span {
  min-width: 26px !important;
  height: 26px !important;
  padding: 0 7px !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #7e7368 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.loccoShopPage__pagination nav.woocommerce-pagination ul li span.current {
  background: #c77864 !important;
  color: #fff !important;
}

.post-type-archive-product .voucher-locco,
.post-type-archive-product .newsletter-locco,
.post-type-archive-product .wartosci-locco,
.post-type-archive-product .zmilosci-locco,
.tax-product_cat .voucher-locco,
.tax-product_cat .newsletter-locco,
.tax-product_cat .wartosci-locco,
.tax-product_cat .zmilosci-locco {
  width: 100% !important;
}

.post-type-archive-product .voucher-locco .container,
.post-type-archive-product .newsletter-locco .container,
.post-type-archive-product .wartosci-locco .container,
.tax-product_cat .voucher-locco .container,
.tax-product_cat .newsletter-locco .container,
.tax-product_cat .wartosci-locco .container {
  max-width: var(--locco-shell-width) !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

.post-type-archive-product .voucher-locco,
.post-type-archive-product .newsletter-locco,
.tax-product_cat .voucher-locco,
.tax-product_cat .newsletter-locco {
  background: #fcf6ef !important;
}

.post-type-archive-product .voucher-inner,
.post-type-archive-product .newsletter-inner,
.tax-product_cat .voucher-inner,
.tax-product_cat .newsletter-inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.post-type-archive-product .voucher-text,
.post-type-archive-product .newsletter-content,
.tax-product_cat .voucher-text,
.tax-product_cat .newsletter-content {
  padding: 0 !important;
  background: transparent !important;
}

.post-type-archive-product .voucher-image img,
.post-type-archive-product .newsletter-image img,
.tax-product_cat .voucher-image img,
.tax-product_cat .newsletter-image img {
  height: 280px !important;
  object-fit: cover !important;
}

.post-type-archive-product .wartosci-locco,
.tax-product_cat .wartosci-locco {
  background: #fff !important;
  padding-top: 44px !important;
  padding-bottom: 40px !important;
}

.post-type-archive-product .zmilosci-locco,
.tax-product_cat .zmilosci-locco {
  padding: 0 !important;
  background: #fcf6ef !important;
}

.post-type-archive-product .zmilosci-locco__media,
.tax-product_cat .zmilosci-locco__media {
  min-height: 356px !important;
}

.post-type-archive-product .zmilosci-locco__media img,
.tax-product_cat .zmilosci-locco__media img {
  width: 100% !important;
  height: 356px !important;
  object-fit: cover !important;
}

.post-type-archive-product .zmilosci-locco__content,
.tax-product_cat .zmilosci-locco__content {
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: min(100%, 920px) !important;
  padding: 0 40px !important;
  text-align: center !important;
  color: #fff !important;
}

.post-type-archive-product .zmilosci-locco__eyebrow,
.tax-product_cat .zmilosci-locco__eyebrow {
  margin: 0 0 10px !important;
  font-size: 14px !important;
}

.post-type-archive-product .zmilosci-locco__title,
.tax-product_cat .zmilosci-locco__title {
  margin: 0 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 50px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.single-product #primary.site-main > .container.section {
  max-width: 1280px !important;
  padding: 28px 60px 44px !important;
}

.single-product div.product {
  grid-template-columns: minmax(240px, 420px) minmax(300px, 420px) !important;
  gap: 48px !important;
}

.single-product div.product .woocommerce-product-gallery__wrapper {
  background: transparent !important;
  min-height: 340px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.single-product div.product .woocommerce-product-gallery img {
  max-height: 360px !important;
  object-fit: contain !important;
}

.single-product div.product .summary {
  padding-top: 2px !important;
}

.single-product .product_title {
  font-size: 38px !important;
  font-weight: 400 !important;
}

.single-product .price {
  font-size: 20px !important;
}

.single-product .woocommerce-tabs {
  margin-top: 28px !important;
}

.single-product .related {
  margin-top: 30px !important;
}

.single-product .related .products {
  gap: 24px !important;
}

.single-product .related .products li.product img {
  height: 150px !important;
  margin-bottom: 10px !important;
  padding: 18px 16px !important;
}

.single-product .related .products li.product .woocommerce-loop-product__title {
  font-size: 13px !important;
  font-weight: 500 !important;
}

.single-product .voucher-locco,
.single-product .newsletter-locco,
.single-product .wartosci-locco,
.single-product .zmilosci-locco {
  width: 100% !important;
}

.single-product .voucher-locco .container,
.single-product .newsletter-locco .container,
.single-product .wartosci-locco .container {
  max-width: var(--locco-shell-width) !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

/* Restore homepage howto block */
body.home .howto-locco {
  padding: 54px 0 78px !important;
  background: #fff !important;
}

body.home .howto-locco .container {
  max-width: 1290px !important;
  padding-left: 74px !important;
  padding-right: 74px !important;
}

body.home .howto-box {
  background: transparent !important;
}

body.home .howto-top-image {
  margin: 0 !important;
  width: 100% !important;
  overflow: hidden !important;
}

body.home .howto-top-image img {
  width: 100% !important;
  height: 270px !important;
  object-fit: cover !important;
  display: block !important;
}

body.home .howto-bottom-box {
  display: grid !important;
  grid-template-columns: 1.05fr 1fr !important;
  gap: 34px !important;
  padding: 40px 38px 34px !important;
  background: #f7ebdc !important;
  align-items: start !important;
}

body.home .howto-text-block {
  max-width: none !important;
}

body.home .howto-text-block .section-title {
  margin: 0 0 24px !important;
  color: #1f1f1f !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.home .howto-description {
  max-width: 470px !important;
  margin: 0 0 24px !important;
  color: #2e2a28 !important;
  font-size: 14px !important;
  line-height: 1.9 !important;
}

body.home .howto-text-block .hero-btn {
  width: 158px !important;
  min-height: 44px !important;
  font-size: 12px !important;
}

body.home .howto-steps-icons {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 22px !important;
  align-items: start !important;
  margin: 0 !important;
}

body.home .howto-step {
  text-align: center !important;
}

body.home .howto-step img {
  width: 38px !important;
  height: 38px !important;
  margin: 0 auto 16px !important;
}

body.home .howto-step .step-title {
  margin-bottom: 10px !important;
  color: #1f1f1f !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
}

body.home .howto-step .step-desc {
  color: #3a3531 !important;
  font-size: 13px !important;
  line-height: 1.65 !important;
}

@media (max-width: 980px) {
  body.home .howto-bottom-box {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  body.home .howto-top-image img {
    height: 180px !important;
  }

  body.home .howto-bottom-box {
    padding: 24px 22px !important;
  }

  body.home .howto-steps-icons {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

/* Final footer + single product cleanup */
.loccoFooter__asideBottom {
  width: 100%;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
}

.loccoFooter__socials {
  width: 100%;
  justify-content: flex-end;
}

.single-product .woocommerce-notices-wrapper {
  margin: 0 0 18px !important;
}

.single-product .woocommerce-message {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  padding: 10px 14px !important;
  border: 1px solid #c77864 !important;
  background: #f5fbf7 !important;
  color: #2f4f3a !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.single-product .woocommerce-message::before {
  display: none !important;
}

.single-product .woocommerce-message .button,
.single-product .woocommerce-message .button:visited {
  order: 2;
  min-height: 30px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
  background: #c77864 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.single-product .related > h2 {
  margin-bottom: 14px !important;
}

.single-product .related .products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 18px !important;
}

.single-product .related .products li.product {
  text-align: left !important;
}

.single-product .related .products li.product a {
  display: block !important;
  width: 143px !important;
  
}

.single-product .related .products li.product img {
  height: 132px !important;
  margin-bottom: 8px !important;
  padding: 16px 14px !important;
  background: #f7f5f1 !important;
}

.single-product .related .products li.product .woocommerce-loop-product__title {
  min-height: 32px;
  margin-bottom: 4px !important;
  font-size: 12px !important;
  line-height: 1.25 !important;
}

.single-product .related .products li.product .price {
  margin-bottom: 8px !important;
  font-size: 11px !important;
}

.single-product .related .products li.product .button {
  min-height: 24px !important;
  padding: 0 10px !important;
  font-size: 9px !important;
  border-radius: 14px !important;
}

@media (max-width: 900px) {
  .loccoFooter__legal {
    flex-direction: column;
    align-items: flex-start;
  }

  .loccoFooter__devLink,
  .loccoFooter__devLink:visited {
    text-align: left;
  }

  .single-product .woocommerce-message {
    flex-direction: column !important;
    align-items: flex-start !important;
  }

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

@media (max-width: 640px) {
  .loccoFooter__socials {
    justify-content: flex-start;
  }

  .single-product .related .products {
    grid-template-columns: 1fr !important;
  }
}

/* Final shop / product / footer / checkout pass */
.loccoFooter__socials {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  width: 100% !important;
}

.loccoFooter__socials a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
  background: #1f1f1f !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.loccoFooter__socials a svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  fill: currentColor !important;
}

.loccoFooter__socials a svg,
.loccoFooter__socials a svg path {
  color: #fff !important;
  fill: #fff !important;
}

.loccoShopGrid {
  gap: 0 !important;
  border-top: 1px solid #eee7df;
  border-left: 1px solid #eee7df;
}

.loccoShopPromoCard,
.loccoShopCard {
  position: relative;
  min-height: 0;
  border-right: 1px solid #eee7df;
  border-bottom: 1px solid #eee7df;
  background: #fff !important;
}

.loccoShopPromoCard__media,
.loccoShopCard__media {
  position: relative;
  aspect-ratio: 1 / 1;
  min-height: 320px;
  padding: 0 !important;
  overflow: hidden;
  background: #f7f5f1 !important;
}

.loccoShopCard__media {
  display: block !important;
}

.loccoShopPromoCard__media img,
.loccoShopCard__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center !important;
  display: block !important;
}

.loccoShopPromoCard__media img {
  object-fit: cover !important;
}

.loccoShopPromoCard__content {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  z-index: 2;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 18px !important;
  padding: 0 !important;
}

.loccoShopPromoCard__content h2 {
  max-width: 260px;
  margin: 0 !important;
  color: #2a2521 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 28px !important;
  font-weight: 300 !important;
  line-height: 0.98 !important;
  text-transform: uppercase !important;
}

.loccoShopPromoCard__button,
.loccoShopPromoCard__button:visited {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  min-width: 220px;
  min-height: 50px;
  padding: 0 16px 0 18px !important;
  background: #c77864 !important;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  text-transform: none !important;
}

.loccoShopPromoCard__button img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
}

.loccoShopCard__link {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  text-decoration: none !important;
}

.loccoShopCard__meta {
  padding: 14px 18px 18px !important;
}

.loccoShopCard__title {
  margin: 0 0 8px !important;
  color: #24211e !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1.05 !important;
}

.loccoShopCard__price,
.loccoShopCard__price .amount {
  color: #66605a !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
}

.loccoShopCard__price del,
.loccoShopCard__price del .amount {
  color: #aaa29a !important;
}

.loccoShopCard__price ins,
.loccoShopCard__price ins .amount {
  color: #d24b43 !important;
  text-decoration: none !important;
}

.loccoShopCard__badge {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  background: #1f1f1f;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: none;
}

.loccoShopCard__badge--sale {
  background: #ef3d3d;
}

.loccoShopPage__pagination {
  margin-top: 28px !important;
}

.loccoShopPage__pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 28px;
  height: 28px;
  margin: 0 4px !important;
  border-radius: 50% !important;
  color: #4d4640 !important;
  text-decoration: none !important;
  font-size: 12px !important;
}

.loccoShopPage__pagination .page-numbers.current {
  background: #c77864 !important;
  color: #fff !important;
}

.single-product .woocommerce-notices-wrapper {
  margin: 0 0 26px !important;
}

.single-product .woocommerce-message {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 14px !important;
  padding: 12px 16px !important;
  border: 1px solid #c77864 !important;
  background: #f2fbf3 !important;
  color: #25633d !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.single-product .woocommerce-message .button,
.single-product .woocommerce-message .button:visited {
  margin-left: auto !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 18px !important;
  background: #c77864 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.single-product .related {
  margin-top: 44px !important;
}

.single-product .related > h2 {
  margin: 0 0 18px !important;
  color: #23201d !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 20px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
}

.single-product .related .products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
}

.single-product .related .products li.product {
  margin: 0 !important;
  text-align: left !important;
}

.single-product .related .products li.product a {
  display: block !important;
  color: inherit !important;
  text-decoration: none !important;
}

.single-product .related .products li.product img {
  width: 100% !important;
  height: 180px !important;
  margin: 0 0 12px !important;
  padding: 18px !important;
  background: #f7f5f1 !important;
  object-fit: contain !important;
}

.single-product .related .products li.product .woocommerce-loop-product__title {
  min-height: 42px !important;
  margin: 0 0 6px !important;
  color: #201d1a !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.1 !important;
}

.single-product .related .products li.product .price {
  min-height: 26px;
  margin: 0 0 10px !important;
  color: #6d665f !important;
  font-size: 13px !important;
}

.single-product .related .products li.product .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  border-radius: 16px !important;
  background: #c77864 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

@media (max-width: 1100px) {
  .loccoShopGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .loccoShopGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

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

@media (max-width: 640px) {
  .loccoShopGrid {
    grid-template-columns: 1fr !important;
  }

  .loccoShopPromoCard__media,
  .loccoShopCard__media {
    min-height: 260px;
  }

  .loccoShopPromoCard__content {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .loccoShopPromoCard__button,
  .loccoShopPromoCard__button:visited {
    min-width: 0;
    width: 100%;
  }

  .single-product .related .products {
    grid-template-columns: 1fr !important;
  }

  .loccoFooter__socials {
    justify-content: flex-start !important;
  }
}

@media (max-width: 1180px) {
  .woocommerce-cart #primary.site-main,
  .woocommerce-checkout #primary.site-main {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
}

.loccoFooter,
.loccoFooter__bottom,
body.home .loccoFooter,
body.home .loccoFooter__bottom {
  background: #f7efe4 !important;
}

.loccoFooter__bottom[hidden] {
  display: none !important;
}

/* Checkout final styling based on Locco-koszyk mockup */
.woocommerce-checkout article.page > .entry-header,
.woocommerce-checkout .entry-content > h1,
.woocommerce-checkout .entry-content > h2,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle {
  display: none !important;
}

.woocommerce-checkout #primary.site-main {
  max-width: 1180px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.woocommerce-checkout .woocommerce {
  margin-top: 0 !important;
}

.woocommerce-checkout form.checkout {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) 360px !important;
  gap: 46px !important;
  align-items: start !important;
}

.woocommerce-checkout .col2-set {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr) !important;
  gap: 40px !important;
  float: none !important;
  width: 100% !important;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
}

.woocommerce-checkout .col-2 {
  display: flex;
  flex-direction: column;
  gap: 34px;
}

.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-shipping-fields > h3,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout .col-2 h3 {
  margin: 0 0 18px !important;
  color: #1f1f1f !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 26px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.woocommerce-checkout .form-row {
  margin-bottom: 12px !important;
}

.woocommerce-checkout .form-row label {
  font-size: 12px !important;
  color: #5e5650 !important;
}

.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  min-height: 44px !important;
  border: 1px solid #e5ddd4 !important;
  border-radius: 0 !important;
  padding: 10px 12px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.woocommerce-checkout textarea {
  min-height: 110px !important;
}

.woocommerce-checkout #ship-to-different-address {
  margin: 0 0 14px !important;
}

.woocommerce-checkout #order_review {
  background: #fff !important;
  border: 1px solid #e5ddd4 !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #order_review .shop_table,
.woocommerce-checkout #order_review table {
  margin: 0 !important;
  border: 0 !important;
}

.woocommerce-checkout #order_review th,
.woocommerce-checkout #order_review td {
  padding: 16px 18px !important;
  border-bottom: 1px solid #eee4da !important;
  vertical-align: top !important;
}

.woocommerce-checkout #order_review .product-name {
  font-size: 14px !important;
  line-height: 1.45 !important;
}

.woocommerce-checkout #order_review .product-total,
.woocommerce-checkout #order_review .order-total .amount {
  font-family: "Oswald", sans-serif !important;
  font-size: 18px !important;
}

.woocommerce-checkout .wc_payment_methods,
.woocommerce-checkout .woocommerce-checkout-payment {
  border: 0 !important;
  background: transparent !important;
}

.woocommerce-checkout .wc_payment_method,
.woocommerce-checkout .woocommerce-shipping-methods li {
  padding: 10px 0 !important;
  border-bottom: 1px solid #eee4da !important;
  list-style: none !important;
}

.woocommerce-checkout .woocommerce-shipping-methods {
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce-checkout #payment {
  background: transparent !important;
}

.woocommerce-checkout #place_order,
.woocommerce-checkout .button.alt {
  width: 100% !important;
  min-height: 48px !important;
  border-radius: 0 !important;
  background: #c77864 !important;
  color: #fff !important;
  border: 0 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
}

.woocommerce-checkout #place_order:hover,
.woocommerce-checkout .button.alt:hover {
  background: #b56a57 !important;
}

@media (max-width: 980px) {
  .woocommerce-checkout #primary.site-main {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .woocommerce-checkout form.checkout {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .woocommerce-checkout .col2-set {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .woocommerce-checkout .woocommerce-billing-fields > h3,
  .woocommerce-checkout .woocommerce-shipping-fields > h3,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout .col-2 h3 {
    font-size: 22px !important;
  }

  .woocommerce-checkout #order_review th,
  .woocommerce-checkout #order_review td {
    padding: 14px 14px !important;
  }
}

/* Final header/footer language dropdowns */
.loccoHeader__langSelect,
.loccoFooter__localeSelect {
  position: relative;
}

.loccoHeader__langSelect summary,
.loccoFooter__localeSelect summary {
  list-style: none;
  cursor: pointer;
}

.loccoHeader__langSelect summary::-webkit-details-marker,
.loccoFooter__localeSelect summary::-webkit-details-marker {
  display: none;
}

.loccoHeader__langSummary {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 22px;
}

.loccoHeader__langSummary::after {
  content: "⌄";
  font-size: 13px;
  line-height: 1;
}

.loccoHeader__langMenu,
.loccoFooter__localeMenu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 68px;
  border: 1px solid #d9c7b6;
  background: #fff;
  box-shadow: 0 12px 24px rgba(25, 20, 17, 0.08);
  padding: 6px 0;
  z-index: 40;
}

.loccoHeader__langMenu {
  min-width: 54px;
}

.loccoHeader__lang,
.loccoFooter__localeLink {
  display: block;
  padding: 7px 12px;
  color: #2d2723;
  text-decoration: none;
  font-size: 12px;
  line-height: 1.2;
}

.loccoHeader__lang:hover,
.loccoHeader__lang.is-active,
.loccoFooter__localeLink:hover,
.loccoFooter__localeLink.is-active {
  background: #f7efe4;
  color: #111;
  opacity: 1;
}

/* Final homepage layout reset */
body.home .howto-locco .container,
body.home .section-charmsy .container,
body.home .section-wstazki .container {
  max-width: var(--locco-shell-width) !important;
  padding-left: var(--locco-shell-pad) !important;
  padding-right: var(--locco-shell-pad) !important;
}

body.home .howto-box {
  max-width: none !important;
}

/* Mobile polish pass: header search, footer parity, homepage stacking */
.loccoHeader__searchToggle {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.loccoSearchModal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}

.loccoSearchModal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.loccoSearchModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(24, 18, 14, 0.44);
}

.loccoSearchModal__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 760px);
  margin-top: 6vh;
  padding: 38px 42px 34px;
  background: #f7efe4;
  border: 1px solid #ddcdbf;
  box-shadow: 0 24px 80px rgba(32, 23, 17, 0.18);
}

.loccoSearchModal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  border: 0;
  padding: 0;
  background: transparent;
  color: #3c322c;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.loccoSearchModal__eyebrow {
  margin: 0 0 10px;
  color: #9a7b68;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.loccoSearchModal__title {
  margin: 0 0 22px;
  color: #241f1b;
  font-family: "Oswald", sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 0.98;
  text-transform: uppercase;
}

.loccoSearchModal__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
}

.loccoSearchModal__input {
  min-height: 58px;
  border: 1px solid #d5c4b3;
  background: #fffdf9;
  padding: 0 18px;
  color: #241f1b;
  font-size: 16px;
}

.loccoSearchModal__input::placeholder {
  color: #8a7b72;
}

.loccoSearchModal__submit {
  min-width: 154px;
  min-height: 58px;
  border: 0;
  padding: 0 24px;
  background: #c77864;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  cursor: pointer;
}

body.locco-searchOpen {
  overflow: hidden;
}

.loccoFooter,
body.home .loccoFooter {
  background: #f7efe4 !important;
  color: #232323 !important;
  margin-bottom: -28px !important;
}

.loccoFooter__inner,
body.home .loccoFooter__inner {
  max-width: 1210px !important;
  padding: 38px 60px 0 !important;
}

.loccoFooter__main,
body.home .loccoFooter__main {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 170px !important;
  gap: 36px !important;
  align-items: flex-start !important;
}

.loccoFooter__columns,
body.home .loccoFooter__columns {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 68px !important;
}

.loccoFooter__column h2,
body.home .loccoFooter__column h2 {
  font-size: 14px !important;
  font-weight: 500 !important;
}

.loccoFooter__column a,
.loccoFooter__legal p,
.loccoFooter__bottom p,
body.home .loccoFooter__column a,
body.home .loccoFooter__legal p,
body.home .loccoFooter__bottom p {
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.loccoFooter__aside,
body.home .loccoFooter__aside {
  min-width: 170px !important;
  gap: 40px !important;
}

.loccoFooter__asideBottom,
body.home .loccoFooter__asideBottom {
  align-items: flex-end !important;
}

.loccoFooter__locale,
body.home .loccoFooter__locale {
  min-height: 38px !important;
  padding: 0 14px !important;
  font-size: 11px !important;
}

.loccoFooter__socials a,
body.home .loccoFooter__socials a {
  width: 28px !important;
  height: 28px !important;
}

.loccoFooter__bottom,
body.home .loccoFooter__bottom {
  padding: 12px 0 14px !important;
  background: #f7efe4 !important;
}

@media (max-width: 900px) {
  .loccoHeader__brand .custom-logo,
  body.home .loccoHeader__brand .custom-logo {
    max-height: 34px !important;
  }

  .loccoFooter__inner,
  body.home .loccoFooter__inner {
    padding: 34px 24px 0 !important;
  }

  .loccoFooter__main,
  body.home .loccoFooter__main {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }

  .loccoFooter__columns,
  body.home .loccoFooter__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
  }

  .loccoFooter__aside,
  .loccoFooter__asideBottom,
  body.home .loccoFooter__aside,
  body.home .loccoFooter__asideBottom {
    justify-items: start !important;
    align-items: flex-start !important;
  }

  .loccoFooter__bottom,
  body.home .loccoFooter__bottom {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.home .howto-box {
    background: #f4ebe2 !important;
  }

  body.home .howto-top-image img {
    height: 220px !important;
  }

  body.home .howto-bottom-box {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 24px 20px 26px !important;
  }

  body.home .howto-steps-icons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home .howto-step {
    display: grid !important;
    grid-template-columns: 52px minmax(0, 1fr) !important;
    column-gap: 14px !important;
    row-gap: 4px !important;
    align-items: start !important;
    text-align: left !important;
  }

  body.home .howto-step img {
    grid-row: span 2;
    width: 44px !important;
    height: 44px !important;
    margin: 0 !important;
  }

  body.home .howto-step .step-title,
  body.home .howto-step .step-desc {
    margin: 0 !important;
  }

  body.home .poznajRow {
    grid-template-columns: 1fr !important;
  }

  body.home .poznajRow__products {
    grid-template-columns: 1fr 1fr !important;
  }

  body.home .wartosci-locco .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.home .wartosci-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  body.home .wartosc {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
  }

  body.home .wartosc img {
    width: 46px !important;
    height: 46px !important;
    margin: 0 0 14px !important;
  }

  body.home .wartosc h3 {
    margin: 0 0 10px !important;
  }

  body.home .wartosc p {
    max-width: none !important;
  }
}

@media (max-width: 640px) {
  .loccoHeader__inner {
    grid-template-columns: auto minmax(0, 1fr) auto !important;
    gap: 8px !important;
  }

  .loccoHeader__brand .custom-logo,
  body.home .loccoHeader__brand .custom-logo {
    max-height: 28px !important;
  }

  .loccoHeader__brand a,
  body.home .loccoHeader__brand a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
  }

  .loccoSearchModal {
    padding: 14px;
    align-items: flex-start;
  }

  .loccoSearchModal__dialog {
    width: 100%;
    margin-top: 10vh;
    padding: 32px 18px 20px;
  }

  .loccoSearchModal__title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .loccoSearchModal__form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .loccoSearchModal__input,
  .loccoSearchModal__submit {
    min-height: 50px;
  }

  .loccoFooter__columns,
  body.home .loccoFooter__columns {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .loccoFooter__bottom,
  body.home .loccoFooter__bottom {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  body.home .howto-step {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
  }

  body.home .howto-step img {
    grid-row: auto;
  }

  body.home .poznajRow__content {
    padding: 22px 18px !important;
  }

  body.home .poznajRow__products {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .loccoHeader__inner {
    gap: 10px !important;
  }

  .loccoHeader__actions {
    gap: 8px !important;
  }

  .loccoHeader__icon img {
    width: 18px !important;
    height: 18px !important;
  }
}

body.home .howto-top-image {
  width: 100% !important;
  margin: 0 !important;
}

body.home .howto-top-image img {
  width: 100% !important;
  display: block !important;
  height: 320px !important;
}

body.home .howto-bottom-box {
  grid-template-columns: minmax(320px, 1.05fr) minmax(540px, 1fr) !important;
  gap: 42px !important;
  padding: 34px 36px !important;
}

body.home .howto-description {
  max-width: 560px !important;
}

body.home .howto-steps-icons {
  grid-template-columns: repeat(3, minmax(140px, 1fr)) !important;
  gap: 28px !important;
}

body.home .loccoSectionHead {
  align-items: center !important;
  gap: 24px !important;
}

body.home .charmsyHead__actions {
  gap: 12px !important;
}

body.home .charmsy-wrapper,
body.home .wstazki-wrapper {
  grid-template-columns: minmax(360px, 0.88fr) minmax(0, 1.12fr) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.home .charmsy-photo img,
body.home .wstazki-photo img {
  min-height: 520px !important;
}

body.home .charmsy-grid,
body.home .wstazki-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

body.home .charmsy-item a,
body.home .wstazki-item a {
  padding: 12px 10px !important;
}

@media (max-width: 980px) {
  body.home .howto-locco .container,
  body.home .section-charmsy .container,
  body.home .section-wstazki .container {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  body.home .howto-top-image img {
    height: 220px !important;
  }

  body.home .howto-bottom-box {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 24px 22px !important;
  }

  body.home .howto-steps-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px !important;
  }

  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  body.home .charmsy-photo img,
  body.home .wstazki-photo img {
    min-height: 360px !important;
  }
}

@media (max-width: 640px) {
  .loccoHeader__meta > span:first-child {
    display: none !important;
  }

  .loccoFooter__locale {
    min-width: 70px !important;
    padding: 0 10px !important;
  }

  body.home .howto-top-image img {
    height: 180px !important;
  }

  body.home .howto-bottom-box {
    padding: 20px 18px !important;
  }

  body.home .howto-steps-icons {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  body.home .howto-step .step-title {
    font-size: 12px !important;
  }

  body.home .howto-step .step-desc {
    font-size: 10px !important;
    line-height: 1.5 !important;
  }

  body.home .loccoSectionHead {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
  }

  body.home .charmsyHead__actions {
    width: auto !important;
    justify-content: flex-end !important;
    gap: 8px !important;
  }

  body.home .loccoSectionLink {
    font-size: 12px !important;
    white-space: nowrap !important;
  }

  body.home .charmsy-photo img,
  body.home .wstazki-photo img {
    min-height: 300px !important;
  }

  body.home .charmsy-grid,
  body.home .wstazki-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
}

/* Homepage charms/ribbons final lock */
body.home .section-charmsy .container,
body.home .section-wstazki .container {
  max-width: 1290px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
}

body.home .section-charmsy,
body.home .section-wstazki,
body.home .charmsy-grid,
body.home .wstazki-grid {
  background: #fff !important;
}

body.home .section-charmsy .loccoSectionHead,
body.home .section-wstazki .loccoSectionHead {
  margin-bottom: 18px !important;
}

body.home .section-charmsy .charmsyHead__actions,
body.home .section-wstazki .charmsyHead__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 14px !important;
}

body.home .section-charmsy .loccoSectionLink,
body.home .section-charmsy .loccoSectionLink:visited,
body.home .section-charmsy .loccoSectionLink:hover,
body.home .section-wstazki .loccoSectionLink,
body.home .section-wstazki .loccoSectionLink:visited,
body.home .section-wstazki .loccoSectionLink:hover {
  color: #c78973 !important;
  text-decoration: underline !important;
  text-underline-offset: 6px !important;
  text-decoration-thickness: 1px !important;
}

body.home .charmsy-wrapper,
body.home .wstazki-wrapper {
  display: grid !important;
  grid-template-columns: minmax(470px, 0.95fr) minmax(0, 1.2fr) !important;
  gap: 20px !important;
  align-items: stretch !important;
}

body.home .charmsy-photo,
body.home .wstazki-photo {
  min-width: 0 !important;
}

body.home .charmsy-glide,
body.home .wstazki-glide,
body.home .charmsy-glide .glide__track,
body.home .wstazki-glide .glide__track {
  min-width: 0 !important;
  height: 100% !important;
}

body.home .charmsy-glide .glide__slides,
body.home .wstazki-glide .glide__slides {
  display: flex !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 100% !important;
  gap: 0 !important;
}

body.home .charmsy-glide .glide__slide,
body.home .wstazki-glide .glide__slide {
  height: auto !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  min-width: 100% !important;
}

body.home .charmsy-photo img,
body.home .wstazki-photo img {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1.04 !important;
  object-fit: cover !important;
}

body.home .charmsy-grid,
body.home .wstazki-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  grid-template-rows: repeat(2, 1fr) !important;
  gap: 14px !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  border: 0 !important;
}

body.home .charmsy-item,
body.home .wstazki-item {
  background: #f3f1ed !important;
  min-width: 0 !important;
  border: 0 !important;
}

body.home .charmsy-item a,
body.home .wstazki-item a {
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 18px 16px 16px !important;
  background: #f3f1ed !important;
}

body.home .charmsy-item__media,
body.home .wstazki-item__media {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 84px !important;
  margin: 63px 0 14px !important;
}

body.home .charmsy-item__media img,
body.home .wstazki-item__media img {
  max-width: 142px !important;
  max-height: 134px !important;
  width: auto !important;
  height: auto !important;
}

body.home .charmsy-item__meta,
body.home .wstazki-item .charmsy-item__meta,
body.home .wstazki-item__meta {
  margin-top: auto !important;
}

body.home .charmsy-item .product-title,
body.home .wstazki-item .product-title {
  font-family: "Oswald", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.15 !important;
  color: #232323 !important;
  margin-bottom: 6px !important;
}

body.home .charmsy-item .price,
body.home .wstazki-item .price {
  font-family: "Oswald", sans-serif !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  color: #232323 !important;
}

body.home .charmsy-item .price *,
body.home .wstazki-item .price * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

body.home .section-charmsy .loccoSectionFooterLink,
body.home .section-wstazki .loccoSectionFooterLink {
  display: none !important;
}

@media (max-width: 767px) {
  body.home .section-charmsy .container,
  body.home .section-wstazki .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.home .section-charmsy .charmsyHead__actions,
  body.home .section-wstazki .charmsyHead__actions {
    display: none !important;
  }

  body.home .charmsy-wrapper,
  body.home .wstazki-wrapper {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.home .charmsy-photo img,
  body.home .wstazki-photo img {
    aspect-ratio: 1 / 1 !important;
    height: auto !important;
  }

  body.home .charmsy-grid,
  body.home .wstazki-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-rows: none !important;
    gap: 10px !important;
    margin-top: 0 !important;
  }

  body.home .charmsy-glide .glide__slides,
  body.home .wstazki-glide .glide__slides {
    transform: none !important;
    width: 100% !important;
    display: block !important;
  }

  body.home .charmsy-glide .glide__slide,
  body.home .wstazki-glide .glide__slide {
    width: 100% !important;
    display: none !important;
  }

  body.home .charmsy-glide .glide__slide:first-child,
  body.home .wstazki-glide .glide__slide:first-child {
    display: block !important;
  }

  body.home .charmsy-item a,
  body.home .wstazki-item a {
    min-height: 184px !important;
    padding: 16px 12px 14px !important;
  }

  body.home .charmsy-item__media,
  body.home .wstazki-item__media {
    height: 78px !important;
    margin: 8px 0 12px !important;
  }

  body.home .charmsy-item__media img,
  body.home .wstazki-item__media img {
    max-width: 112px !important;
    max-height: 92px !important;
  }

  body.home .charmsy-item .product-title,
  body.home .wstazki-item .product-title {
    font-size: 12px !important;
    margin-bottom: 5px !important;
  }

  body.home .charmsy-item .price,
  body.home .wstazki-item .price {
    font-size: 12px !important;
  }

  body.home .section-charmsy .loccoSectionFooterLink,
  body.home .section-wstazki .loccoSectionFooterLink {
    display: flex !important;
    justify-content: center !important;
    margin-top: 18px !important;
  }
}

.loccoHeader__brand .custom-logo,
body.home .loccoHeader__brand .custom-logo {
  max-height: 43px !important;
}

/* Cart redesign */
.woocommerce-cart #content.site-content {
  background: #f5f3ef !important;
}

/* Restore homepage layout from approved mock: no boxed shell on home */
:root {
  --locco-shell-width: 1200px;
  --locco-shell-pad: 20px;
}

body.home .site-content,
body.home #content.site-content,
body.home .content-area,
body.home #primary.site-main,
body.home #main.site-main {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff !important;
}

body.home .hero-locco,
body.home .featured-products-locco,
body.home .howto-locco,
body.home .section-charmsy,
body.home .opinie-locco,
body.home .section-wstazki,
body.home .voucher-locco,
body.home .newsletter-locco,
body.home .wartosci-locco,
body.home .poznaj-locco,
body.home .instagram-locco,
body.home .zmilosci-locco {
  width: 100% !important;
  margin: 0 !important;
}

body.home .hero-locco__inner,
body.home .featured-products-locco .container,
body.home .howto-locco .container,
body.home .section-charmsy .container,
body.home .section-wstazki .container,
body.home .voucher-locco .container,
body.home .newsletter-locco .container,
body.home .wartosci-locco .container,
body.home .poznaj-locco .container,
body.home .instagram-locco .container,
body.home .zmilosci-locco .container {
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.home .hero-locco {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 900px) {
  body.home .hero-locco__inner,
  body.home .featured-products-locco .container,
  body.home .howto-locco .container,
  body.home .section-charmsy .container,
  body.home .section-wstazki .container,
  body.home .voucher-locco .container,
  body.home .newsletter-locco .container,
  body.home .wartosci-locco .container,
  body.home .poznaj-locco .container,
  body.home .instagram-locco .container,
  body.home .zmilosci-locco .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

.woocommerce-cart #primary.site-main,
.woocommerce-checkout #primary.site-main,
.woocommerce-account #primary.site-main {
  padding-top: 32px !important;
  padding-bottom: 42px !important;
}

.woocommerce-cart #primary.site-main {
  background: #f5f3ef !important;
  padding-bottom: 12px !important;
}

.woocommerce-cart .entry-header,
.woocommerce-cart .entry-title,
.woocommerce-cart .entry-content > h2,
.woocommerce-cart .entry-content > .woocommerce > h2,
.woocommerce-cart .woocommerce > h2,
.woocommerce-cart form.woocommerce-cart-form + h2 {
  display: none !important;
}

.woocommerce-cart .cart-section {
  padding: 26px 0 90px !important;
}

.woocommerce-cart .locco-cartLayout {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 400px !important;
  gap: 40px !important;
  align-items: start !important;
}

.woocommerce-cart .locco-cartForm {
  min-width: 0 !important;
  width: 100% !important;
  margin: 0 !important;
}

.woocommerce-cart .locco-cartItems {
  background: #fff !important;
  border: 1px solid #e8dfd6 !important;
  padding: 8px 32px 14px !important;
}

.woocommerce-cart .locco-cartItem {
  display: grid !important;
  grid-template-columns: 152px minmax(0, 1fr) 56px !important;
  gap: 32px !important;
  align-items: start !important;
  padding: 28px 0 !important;
  border-bottom: 1px solid #ece4db !important;
}

.woocommerce-cart .locco-cartItem:last-child {
  border-bottom: 0 !important;
}

.woocommerce-cart .locco-cartItem__thumb {
  background: #fff !important;
  border: 1px solid #d9c6b8 !important;
  padding: 0 !important;
}

.woocommerce-cart .locco-cartItem__thumb a,
.woocommerce-cart .locco-cartItem__thumb img {
  display: block !important;
}

.woocommerce-cart .locco-cartItem__thumb img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  object-fit: contain !important;
}

.woocommerce-cart .locco-cartItem__content {
  min-width: 0 !important;
}

.woocommerce-cart .locco-cartItem__top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 32px !important;
}

.woocommerce-cart .locco-cartItem__title,
.woocommerce-cart .locco-cartItem__title:visited {
  display: inline-block !important;
  color: #232323 !important;
  text-decoration: none !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 30px !important;
  line-height: 0.96 !important;
  text-transform: uppercase !important;
  max-width: 520px !important;
}

.woocommerce-cart .locco-cartItem__price {
  white-space: nowrap !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px !important;
  line-height: 1 !important;
  color: #232323 !important;
}

.woocommerce-cart .locco-cartItem__divider {
  width: 100% !important;
  height: 1px !important;
  background: #c77864 !important;
  margin: 18px 0 16px !important;
}

.woocommerce-cart .locco-cartItem__meta {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
}

.woocommerce-cart .locco-cartItem__metaRow {
  display: grid !important;
  grid-template-columns: 128px minmax(0, 1fr) !important;
  gap: 12px !important;
  align-items: start !important;
}

.woocommerce-cart .locco-cartItem__metaLabel,
.woocommerce-cart .locco-cartItem__metaValue {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.woocommerce-cart .locco-cartItem__metaLabel {
  color: #24201d !important;
  font-family: "Oswald", sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
}

.woocommerce-cart .locco-cartItem__metaValue {
  color: #6b625b !important;
  min-width: 0 !important;
  overflow-wrap: anywhere !important;
}

.woocommerce-cart .locco-cartItem__remove {
  display: flex !important;
  justify-content: flex-end !important;
  align-self: start !important;
  padding-top: 2px !important;
}

.woocommerce-cart .locco-cartItem__remove .remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 46px !important;
  min-height: 46px !important;
  padding: 0 10px !important;
  background: #c77864 !important;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
}

.woocommerce-cart .locco-cartItem__remove .remove span {
  transform: translateY(-1px);
}

.woocommerce-cart .locco-cartActions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: center !important;
  padding-top: 22px !important;
}

.woocommerce-cart .locco-cartActions .coupon {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  align-items: center !important;
}

.woocommerce-cart .locco-cartActions .input-text {
  min-width: 220px !important;
  height: 46px !important;
  border: 1px solid #ddd3c8 !important;
  padding: 0 14px !important;
  background: #fff !important;
}

.woocommerce-cart .locco-cartActions .button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 48px !important;
  border-radius: 0 !important;
  background: #c77864 !important;
  color: #fff !important;
  border: 0 !important;
  padding: 0 22px !important;
  font-size: 11px !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  box-shadow: none !important;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  width: 100% !important;
  text-align: center !important;
  justify-content: center !important;
  margin: 0 !important;
}

.woocommerce-cart .cart-collaterals {
  margin: 0 !important;
  width: 400px !important;
  max-width: 100% !important;
  justify-self: end !important;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  position: sticky !important;
  top: 24px !important;
  margin: 0 !important;
  float: none !important;
  width: 100% !important;
  background: #fff !important;
  border: 1px solid #e8dfd6 !important;
  padding: 30px !important;
  box-shadow: none !important;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
  margin: 0 0 22px !important;
  color: #232323 !important;
  font-family: "Oswald", sans-serif !important;
  font-size: 24px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.woocommerce-cart .cart-collaterals .shop_table,
.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  border: 0 !important;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
  padding: 12px 0 !important;
  vertical-align: top !important;
}

.woocommerce-cart .cart-collaterals .shop_table tr + tr th,
.woocommerce-cart .cart-collaterals .shop_table tr + tr td {
  border-top: 1px solid #ece4db !important;
}

.woocommerce-cart .cart-collaterals .shop_table th {
  color: #5e5650 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.woocommerce-cart .cart-collaterals .shop_table td {
  color: #232323 !important;
  font-size: 14px !important;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods li {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr) !important;
  gap: 8px !important;
  align-items: start !important;
  margin-left: 10px !important;
}

.woocommerce-cart .cart-collaterals input.shipping_method[type="radio"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 14px !important;
  height: 14px !important;
  margin: 2px 0 0 !important;
  border: 1px solid #c77864 !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: inset 0 0 0 2px #fff !important;
}

.woocommerce-cart .cart-collaterals input.shipping_method[type="radio"]:checked {
  background: #c77864 !important;
}

.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods label {
  display: block !important;
  min-width: 0 !important;
}

.woocommerce-cart .cart-collaterals .order-total th,
.woocommerce-cart .cart-collaterals .order-total td,
.woocommerce-cart .cart-collaterals .order-total .amount {
  font-family: "Oswald", sans-serif !important;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 0 !important;
  margin-right: 0 !important;
}

.woocommerce-cart .cart-collaterals .order-total .amount bdi {
  margin-left: 10px !important;
}

.woocommerce-cart .cart-collaterals ul,
.woocommerce-cart .cart-collaterals li,
.woocommerce-cart .cart-collaterals .woocommerce-shipping-methods {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-button {
  color: #c77864 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

@media (max-width: 980px) {
  .woocommerce-cart .locco-cartLayout {
    grid-template-columns: 1fr !important;
  }

  .woocommerce-cart .cart-collaterals {
    width: 100% !important;
  }

  .woocommerce-cart .cart-collaterals .cart_totals {
    position: static !important;
  }
}

@media (max-width: 767px) {
  .woocommerce-cart .cart-section {
    padding: 18px 0 64px !important;
  }

  .woocommerce-cart .locco-cartItems {
    padding: 0 18px 14px !important;
  }

  .woocommerce-cart .locco-cartItem {
    grid-template-columns: 88px minmax(0, 1fr) 34px !important;
    gap: 14px !important;
    padding: 20px 0 !important;
  }

  .woocommerce-cart .locco-cartItem__thumb {
    padding: 0 !important;
  }

  .woocommerce-cart .locco-cartItem__top {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .woocommerce-cart .locco-cartItem__title,
  .woocommerce-cart .locco-cartItem__title:visited {
    font-size: 22px !important;
    max-width: none !important;
  }

  .woocommerce-cart .locco-cartItem__price {
    font-size: 18px !important;
  }

  .woocommerce-cart .locco-cartItem__metaRow {
    grid-template-columns: 1fr !important;
    gap: 2px !important;
  }

  .woocommerce-cart .locco-cartItem__metaLabel,
  .woocommerce-cart .locco-cartItem__metaValue {
    font-size: 13px !important;
  }

  .woocommerce-cart .locco-cartItem__remove .remove {
    min-width: 34px !important;
    min-height: 34px !important;
    font-size: 22px !important;
  }

  .woocommerce-cart .locco-cartActions,
  .woocommerce-cart .locco-cartActions .coupon {
    width: 100% !important;
  }

  .woocommerce-cart .locco-cartActions .coupon > *,
  .woocommerce-cart .locco-cartActions > .button {
    width: 100% !important;
  }
}

/* Final EOF mobile override */
.loccoHeader__searchToggle {
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.loccoHeader__mobileLangSelect {
  display: none;
  position: relative;
}

.loccoHeader__mobileLangSelect summary {
  list-style: none;
  cursor: pointer;
}

.loccoHeader__mobileLangSelect summary::-webkit-details-marker {
  display: none;
}

@media (max-width: 900px) {
  .loccoHeader__brand .custom-logo,
  body.home .loccoHeader__brand .custom-logo {
    max-height: 34px !important;
  }

  .loccoFooter,
  body.home .loccoFooter {
    margin-bottom: -28px !important;
  }

  .loccoFooter__inner,
  body.home .loccoFooter__inner {
    max-width: 1210px !important;
    padding: 34px 24px 0 !important;
  }

  .loccoFooter__main,
  body.home .loccoFooter__main {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    align-items: flex-start !important;
  }

  .loccoFooter__columns,
  body.home .loccoFooter__columns {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 28px 22px !important;
  }

  .loccoFooter__aside,
  .loccoFooter__asideBottom,
  body.home .loccoFooter__aside,
  body.home .loccoFooter__asideBottom {
    justify-items: start !important;
    align-items: flex-start !important;
  }

  .loccoFooter__locale,
  body.home .loccoFooter__locale {
    width: 100% !important;
    max-width: 160px !important;
  }

  .loccoFooter__localeSelect,
  body.home .loccoFooter__localeSelect {
    width: 100% !important;
  }

  .loccoFooter__localeSummary,
  body.home .loccoFooter__localeSummary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 38px !important;
    width: 100% !important;
    padding: 0 14px !important;
    border: 1px solid #d9c7b6 !important;
    background: #f7efe4 !important;
  }

  .loccoFooter__localeMenu,
  body.home .loccoFooter__localeMenu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    min-width: 0 !important;
    width: 100% !important;
    margin-top: 8px !important;
    border: 1px solid #d9c7b6 !important;
    box-shadow: none !important;
    background: #fffaf4 !important;
  }

  .loccoFooter__localeLink,
  body.home .loccoFooter__localeLink {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  .loccoFooter__bottom,
  body.home .loccoFooter__bottom {
    padding-left: 24px !important;
    padding-right: 24px !important;
    background: #f7efe4 !important;
  }

  body.home .howto-top-image img {
    height: 220px !important;
  }

  body.home .howto-bottom-box {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 24px 20px 26px !important;
  }

  body.home .howto-text-block .hero-btn {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 56px !important;
  }

  body.home .howto-steps-icons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    width: 100% !important;
  }

  body.home .howto-step {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px !important;
    text-align: center !important;
    width: 100% !important;
  }

  body.home .howto-step img {
    grid-row: auto;
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
  }

  body.home .howto-step .step-title,
  body.home .howto-step .step-desc {
    margin: 0 !important;
    text-align: center !important;
    max-width: 220px !important;
  }

  body.home .howto-step .step-title {
    font-size: 20px !important;
    line-height: 1.05 !important;
  }

  body.home .howto-step .step-desc {
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  body.home .poznajRow {
    grid-template-columns: 1fr !important;
  }

  body.home .poznajRow__products {
    grid-template-columns: 1fr 1fr !important;
  }

  body.home .wartosci-locco .container {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }

  body.home .wartosci-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  body.home .wartosc {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  body.home .wartosc img {
    width: 46px !important;
    height: 46px !important;
    margin: 0 0 14px !important;
  }

  body.home .wartosc h3,
  body.home .wartosc p {
    text-align: center !important;
  }
}

@media (max-width: 640px) {
  .loccoHeader__brand .custom-logo,
  body.home .loccoHeader__brand .custom-logo {
    max-height: 28px !important;
  }

  .loccoSearchModal {
    padding: 14px;
    align-items: flex-start;
  }

  .loccoSearchModal__dialog {
    width: 100%;
    margin-top: 10vh;
    padding: 32px 18px 20px;
  }

  .loccoSearchModal__title {
    margin-bottom: 18px;
    font-size: 28px;
  }

  .loccoSearchModal__form {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .loccoSearchModal__input,
  .loccoSearchModal__submit {
    min-height: 50px;
  }

  .loccoHeader__mobileLangSelect {
    display: block !important;
  }

  .loccoHeader__mobileLangSummary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 38px !important;
    min-height: 28px !important;
    padding: 0 8px !important;
    border: 1px solid #dccaba !important;
    background: #fff !important;
    color: #2e2824 !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-transform: uppercase !important;
  }

  .loccoHeader__mobileLangSummary::after {
    content: "⌄";
    margin-left: 4px;
    font-size: 11px;
    line-height: 1;
  }

  .loccoHeader__mobileLangMenu {
    position: absolute !important;
    top: calc(100% + 6px) !important;
    right: 0 !important;
    min-width: 52px !important;
    border: 1px solid #dccaba !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(25, 20, 17, 0.08) !important;
    z-index: 60 !important;
  }

  .loccoHeader__mobileLang {
    display: block !important;
    padding: 8px 10px !important;
    color: #2e2824 !important;
    font-size: 11px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
  }

  .loccoHeader__mobileLang.is-active,
  .loccoHeader__mobileLang:hover {
    background: #f7efe4 !important;
  }

  .loccoFooter__locale,
  body.home .loccoFooter__locale {
    max-width: 160px !important;
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }

  .loccoFooter__localeSelect,
  body.home .loccoFooter__localeSelect {
    width: 100% !important;
  }

  .loccoFooter__localeSummary,
  body.home .loccoFooter__localeSummary {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    min-height: 38px !important;
    width: 100% !important;
    padding: 0 14px !important;
    border: 1px solid #d9c7b6 !important;
    background: #f7efe4 !important;
    box-sizing: border-box !important;
  }

  .loccoFooter__localeMenu,
  body.home .loccoFooter__localeMenu {
    position: static !important;
    top: auto !important;
    right: auto !important;
    width: 100% !important;
    min-width: 0 !important;
    margin-top: 8px !important;
    border: 1px solid #d9c7b6 !important;
    background: #fffaf4 !important;
    box-shadow: none !important;
  }

  .loccoFooter__bottom,
  body.home .loccoFooter__bottom {
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 14px !important;
  }

  body.home .howto-step {
    gap: 10px !important;
  }

  body.home .howto-step img {
    width: 68px !important;
    height: 68px !important;
  }

  body.home .howto-step .step-title {
    font-size: 18px !important;
  }

  body.home .howto-step .step-desc {
    max-width: 240px !important;
    font-size: 14px !important;
  }

  body.home .poznajRow__content {
    padding: 22px 18px !important;
  }

  body.home .poznajRow__products {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 420px) {
  .loccoHeader__inner {
    gap: 10px !important;
  }

  .loccoHeader__actions {
    gap: 8px !important;
  }

  .loccoHeader__icon img {
    width: 18px !important;
    height: 18px !important;
  }
}
