/** Shopify CDN: Minification failed

Line 4666:0 Unexpected "}"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:article-mykotheke (INDEX:2) */
/* ================= ARTICLE – MYKOTHEKE ================= */

.article-mykotheke,
.article-mykotheke * {
  font-family: 'Dosis', sans-serif;
}

/* ================= HERO ================= */

.article-hero {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.article-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.6),
    rgba(0,0,0,.35),
    rgba(0,0,0,.1)
  );
}

.article-hero__content {
  position: absolute;
  left: 64px;
  bottom: 56px;
  color: #fff;
  max-width: 720px;
}

.article-hero__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  opacity: .9;
  margin-bottom: 12px;
}

.article-hero__title {
  font-size: 46px;
  font-weight: 800;
  line-height: 1.2;
  color:#fff;
  margin-top:unset;
  margin-bottom:unset;
}

/* ================= LAYOUT ================= */

.article-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 64px 40px 100px;
  display: grid;
  grid-template-columns: 63% 35%;
  gap: 2%;
}

@media (max-width: 1024px) {
  .article-layout {
    grid-template-columns: 1fr;
  }
}

/* ================= CONTENT ================= */

.article-content-box {
  background: #fff;
  border: 1px solid #e6eee8;
  border-radius: 18px;
  padding: 40px;
}

/* TYPOGRAPHY – WP MATCH */

.article-content-box h2,
.article-content-box h3 {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 36px 0 18px;
}
.article-content-box h2:first-child{
  margin-top:unset !important;
}

.article-content-box p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 18px;
  color: #000;
}

.article-content-box strong {
  font-weight: 800;
}

/* BLOCKQUOTE */

.article-content-box blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: #f3f7f3;
  border-left: 4px solid #c8e86a;
  font-size: 15px;
  line-height: 1.6;
}

/* ================= SIDEBAR ================= */

.article-sidebar {
  
  align-self: flex-start;
}

/* MAP CARD */

.article-map-card {
  position: relative;
  background-image: url("/cdn/shop/files/location.webp?v=1768228960");
  background-size: cover;
  background-position: center;
  padding: 28px;
  border-radius: 18px;
}

.article-map-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.article-map-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.article-map-info svg path {
  transition: stroke .15s ease;
}

.article-map-info:hover svg path {
  stroke: #c8e86a;
}

/* CTA – WP STYLE */

.article-map-cta {
  margin-top: 18px;
  display: inline-block;

  background: #c8e86a;
  color: #000;

  padding: 8px 18px;
  border-radius: 0;
  border: 1px solid #c8e86a;

  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;

  transition: background .15s ease, color .15s ease;
}

.article-map-cta:hover {
  background: #000;
  color: #c8e86a;
  border-color: #000;
}
/* END_SECTION:article-mykotheke */

/* START_SECTION:blog-mykotheke (INDEX:3) */
/* ================= BLOG – MYKOTHEKE ================= */

.blog-mykotheke,
.blog-mykotheke * {
  font-family: 'Dosis', sans-serif;
}

/* ================= HERO ================= */

.blog-hero {
  position: relative;
  height: 320px;
  overflow: hidden;
}

.blog-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55),
    rgba(0,0,0,.3),
    rgba(0,0,0,0)
  );
}

.blog-hero__pill {
  position: absolute;
  left: 48px;
  bottom: 48px;
  background: #c8e86a;
  border-radius: 999px;
  padding: 30px 30px;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.blog-hero__pill svg {
  width: 40px;
  height: 40px;
}

.blog-hero__title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0;
}

/* ================= LAYOUT ================= */

.blog-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 56px 40px 80px;
  display: grid;
  grid-template-columns: 35% 60%;
  gap: 5%;
}

@media (max-width: 1024px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }
}

/* ================= LEFT ================= */

.blog-sidebar {
  
  align-self: flex-start;
}

.blog-info-box {
  background: #eef5ef;
  padding: 28px 30px;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 28px;
}

/* MAP CARD */

.blog-map-card {
  background-image: url("/cdn/shop/files/location.webp?v=1768228960");
  background-size: cover;
  background-position: center;
  padding: 28px;
}

.blog-map-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.blog-map-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.blog-map-info svg path {
  transition: stroke .15s ease;
}

.blog-map-info:hover svg path {
  stroke: #c8e86a;
}

.blog-map-cta {
  margin-top: 20px;
  display: block;
  text-align: center;
  background: #000;
  color: #fff !important;
  padding: 14px 0;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.blog-map-cta:hover {
  background: #c8e86a;
  color: #000 !important;
}

/* ================= RIGHT / ARTICLES ================= */

.blog-articles {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ARTICLE CARD – WP STYLE */

.blog-article {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 0px;
  padding: 0px;
  background: #fff;
      border: 1px solid #ebebeb;
  transition: border-color .15s ease;
  border-radius:10px;
}

.blog-article:hover {
 
      border: 1px solid #ebebeb;
}

@media (max-width: 1024px) {
  .blog-article {
    grid-template-columns: 1fr;
  }
  .blog-info-box{
    padding:20px 20px !important;
  }
}

/* IMAGE */

.blog-article__image {
  border-bottom-left-radius: 10px !important;
  border-top-left-radius: 10px !important;
  overflow: hidden;
  height:250px !important;
}

.blog-article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  height:250px !important;
}

/* CONTENT */

.blog-article__content {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog-article__date {
  font-size: 13px;
  font-weight: 600;
  color: #7a7a7a;
  margin-bottom: 6px;
}

.blog-article__title {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.3;
}

/* CTA – NA DNU */

.blog-article__cta {
  margin-top: auto;
  align-self: flex-start;

  background: #c8e86a;   /* WP green */
  color: #000;

  padding: 8px 18px;     /* TANJI */
  border-radius: 0;      /* KLJUČNO – nema pill */

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius:62.5rem;
  border: 1px solid #c8e86a;
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

/* WP hover – samo invert */
.blog-article__cta:hover {
  background: #000;
  color: #c8e86a;
  border-color: #000;
}

.blog-map-cta {
  margin-top: 18px;
  display: inline-block;

  background: #c8e86a;   /* WP green */
  color: #fff !important;
 background: #000;

  padding: 8px 18px;
  border-radius: 0;      /* KLJUČNO */

  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: none;
  border-radius:62.5rem;
  width:100%;
 
  transition: background .15s ease, color .15s ease, border-color .15s ease;
}

/* WP hover – samo invert */
.blog-map-cta:hover {
 
  border-color: #000;
    background: #c8e86a;   /* WP green */
  color: #000;
   border: 1px solid #c8e86a;
}
.content-blog{
  flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1.8rem 2rem;
}
@media(max-width:1024px){
  
  .blog-layout{
grid-template-columns:100% !important;
gap:0 !important;
padding:40px 20px 40px !important;
  }
  .blog-article__image{
    border-radius:unset !important;
  }
  .hide-on-mobile{
    display:none;
  }
  .content-blog{
    min-height:180px !important;
  }
  .hide-on-desktop{
    margin-top:20px;
  }
  
}
@media(min-width:1025px){
  .hide-on-desktop{
    display:none;
  }
}
/* END_SECTION:blog-mykotheke */

/* START_SECTION:collection-mykotheke (INDEX:13) */
/* ================= COLLECTION – MYKOTHEKE ================= */

.collection-mykotheke,
.collection-mykotheke * {
  font-family: 'Dosis', sans-serif;
}

@media (min-width: 769px) {
  .collection-mykotheke--no-hero {
    padding-top: 125px;
  }
}

/* ================= HERO ================= */

.collection-hero {
  position: relative;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  margin: 40px auto 56px;
  max-width: 1440px;
}

.collection-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collection-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55),
    rgba(0,0,0,.25),
    rgba(0,0,0,0)
  );
}

.collection-hero__pill {
  position: absolute;
  left: 48px;
  bottom: 48px;
  background: #c8e86a;
  border-radius: 999px;
  padding: 20px 36px;
}

.collection-hero__title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0;
}

/* ================= LAYOUT ================= */

.collection-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px 80px;
  display: grid;
  grid-template-columns: 31% 67%;
  gap: 2%;
}

@media (max-width: 1024px) {
  .collection-layout {
    grid-template-columns: 1fr;
  }
}

/* ================= SIDEBAR ================= */

.collection-sidebar {
  position: relative;
  
  align-self: flex-start;

  padding: 10px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e6eee8;
}

.collection-sidebar__menu {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* PARENT */
.collection-sidebar__item {
  display: block;
  padding: 10px 20px;
  border-radius: 6px;

  font-size: 22px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;

  color: #000;
  background: #eef5ef;
  text-decoration: none;
  transition: background .2s ease;
}

.collection-sidebar__item:hover {
  background: #c8e86a;
}

.collection-sidebar__item.is-active {
  background: #c8e86a;
}

/* CHILDREN */
.collection-sidebar__children {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.collection-sidebar__child {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;

  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 2px solid #e6eee8;

  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;

  color: #000;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease;
}

.collection-sidebar__child::before {
  content: "↳";
  font-weight: 900;
}

.collection-sidebar__child:hover {
  background: #eef5ef;
}

.collection-sidebar__child.is-active {
  background: #eef5ef;
  border-color: #c8e86a;
}

.collection-sidebar__grandchildren {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 8px 0 4px 24px;
}

.collection-sidebar__grandchildren[hidden] {
  display: none;
}

.collection-sidebar__grandchild {
  display: block;
  padding: 10px 14px;
  border-radius: 10px;
  color: #000;
  background: #fff;
  border: 1px solid #e6eee8;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.collection-sidebar__grandchild:hover,
.collection-sidebar__grandchild.is-active {
  background: #eef5ef;
  border-color: #c8e86a;
}

/* ================= PRODUCTS ================= */

.collection-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0px;
}

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

@media (max-width: 640px) {
  .collection-products {
    grid-template-columns: 1fr;
  }
}

/* CARD */
.collection-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
  cursor:pointer;
}

.collection-card:hover .collection-card__image {
 transform:scale(1.05);
   transition: transform .25s ease, box-shadow .25s ease;
   overflow:hidden;
       border: 1px solid #d0d0d0;

}
.collection-card__image img {
 
  width: auto;
  transition: transform 0.35s ease; /* ⬅ smooth animation */
  width:100%;
  height:100%;
  object-fit:cover;
  transition: cubic-bezier(0.175, 0.885, 0.32, 1.275) all 0.3s;
  height:280px;
}

.collection-card__image {

  border-radius: 7px;

  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
}

.collection-card__image img {
 
  
}

.collection-card__title {
 
  
  color: #000;
    font-size: 1.9rem;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height:2.1rem;
}

.collection-card__price {
  font-size: 18px;
  font-weight: 800;
  margin-top: auto;
  margin-bottom: 14px;
  color:black;
}

.collection-card__cta-wrap,
.collection-card__cta-form {
  display: block;
  width: 100%;
  margin: 0;
}

.collection-card > .vergriffen {
  margin: 0 !important;
}

.collection-card__cta {
  display: block;
  width: 100%;
  padding: 8px 0;
  border-radius: 999px;
  background: #c8e86a;
  color: #000;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: background .2s ease, transform .15s ease;
  cursor:pointer;
}

.collection-card__cta:hover {
      background: #000 !important;
   color:#bfe350 !important;
  transform: translateY(0);
}
.collection-card__cta:hover  svg path {
 stroke: #bfe350 !important;

}

/* ================= PAGINATION ================= */

.pagination {
  display: flex;
  gap: 8px;
  margin-top: 48px;
}

.pagination a,
.pagination span {
  padding: 10px 14px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}

.pagination .current {
  background: #c8e86a;
  color: #000;
}
.flex-kategorie{
  display:flex;
  flex-direction:column;

}
.flex-kategorie p{
      color: #000;
    font-family: "Dosis", sans-serif;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    margin-bottom:unset;
    margin-top:unset;
}
.collection-card__cta{
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    vertical-align: middle;
}
@media(max-width:768px){
  .collection-mykotheke {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
  }

  .collection-layout{
    width: 100%;
    max-width: 100%;
    grid-template-columns: minmax(0, 1fr);
    gap: 24px !important;
    padding: 0 20px 80px !important;
  }

  .collection-sidebar,
  .collection-layout > main,
  .collection-products {
    min-width: 0;
    max-width: 100%;
  }

  .collection-sidebar {
    width: 100%;
  }

  .collection-sidebar__item{
    font-size:20px !important;
    overflow-wrap: anywhere;
  }
}
.vergriffen{
  color:red !important;
  font-size:20px;
  text-transform:uppercase !important;
  margin-top:10px !important;
}

.collection-card__cta{
  border:unset !important;
}
/* END_SECTION:collection-mykotheke */

/* START_SECTION:contact-mykotheke (INDEX:15) */
/* ================= CONTACT PAGE – MYKOTHEKE ================= */

.page-mykotheke,
.page-mykotheke * {
  font-family: 'Dosis', sans-serif;
}

/* ================= HERO ================= */

.page-hero {
  position: relative;
  height: 320px;
  border-radius: 24px;
  overflow: hidden;
  margin: 40px auto 56px;
  max-width: 1440px;
}

.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55),
    rgba(0,0,0,.3),
    rgba(0,0,0,0)
  );
}

.page-hero__pill {
  position: absolute;
  left: 48px;
  bottom: 48px;
  background: #c8e86a;
  border-radius: 999px;
  padding: 20px 36px;
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.page-hero__icon svg {
  width: 34px;
  height: 34px;
}

.page-hero__icon svg circle {
  fill: #000;
}

.page-hero__icon svg path {
  stroke: #fff;
}

.page-hero__title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0;
}

/* ================= LAYOUT ================= */

.page-layout {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px 80px;
  display: grid;
  grid-template-columns: 65% 35%;
  gap: 48px;
}

@media (max-width: 1024px) {
  .page-layout {
    grid-template-columns: 1fr;
  }
}

/* ================= LEFT – CONTACT FORM ================= */

.contact-box {
  background: #fff;
  border: 1px solid #e6eee8;
  border-radius: 20px;
  padding: 40px;
}

.contact-box h2 {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 24px !important;
  margin-top:12px !important;
}

/* FORM */
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.contact-form__full {
  grid-column: 1 / -1;
}

.contact-form label {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  display: block;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 12px;
  border: 1px solid #dfe6df;
  font-size: 15px;
  font-family: 'Dosis', sans-serif;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #c8e86a;
}

.contact-form__submit {
  grid-column: 1 / -1;
  margin-top: 16px;
}

.contact-form__submit button {
  width: 100%;
  padding: 16px 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.contact-form__submit button:hover {
  background: #c8e86a;
  color: #000;
}

/* SUCCESS */
.form-success {
  padding: 16px 20px;
  background: #eef5ef;
  border-radius: 12px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* ================= RIGHT – MAP SIDEBAR ================= */

.page-sidebar {
 
  align-self: flex-start;
}

.page-map-card {
  position: relative;
  background-image: url("/cdn/shop/files/location.webp?v=1768228960");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 28px;
  overflow: hidden;
}

.page-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.page-map-card > * {
  position: relative;
  z-index: 1;
}

.page-map-title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.page-map-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
}

.page-map-info:hover svg path {
  stroke: #c8e86a;
}

.page-map-cta {
  margin-top: 24px;
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 14px 0;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.page-map-cta:hover {
  background: #c8e86a;
  color: #000;
}


/* ================= CONTACT FORM – WP MATCH ================= */

.contact-box h2 {
  font-size: 34px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.contact-box .contact-subtitle {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-bottom: 8px;
  color:#000 !important;

}

/* GRID */
.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

/* FULL WIDTH */
.contact-form__full {
  grid-column: 1 / -1;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 18px 20px;
  border-radius: 14px;
  border: none;
  background: #eef5ef; /* WP light green */
  font-size: 15px;
  font-weight: 700;
  color: #000;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9fa6a0;
  text-transform: uppercase;
  font-weight: 800;
}

.contact-form textarea {
  min-height: 220px;
  resize: vertical;
}

/* FOCUS */
.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  background: #e6f0e6;
}

/* GDPR */
.contact-form__gdpr {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 0px;
  font-size: 14px;
  font-weight: 700;
}

.contact-form__gdpr input {
  width: 22px;
  height: 22px;
  accent-color: #c8e86a;
  cursor: pointer;
}

.contact-form__gdpr a {
  color: #000;
  text-decoration: underline;
}

/* SUBMIT */
.contact-form__submit {
  grid-column: 1 / -1;
  margin-top: 20px;
}

.contact-form__submit button {
  width: 100%;
  padding: 20px 0;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
}

.contact-form__submit button:hover {
  background: #c8e86a;
  color: #000;
}

/* SUCCESS */
.form-success {
  background: #eef5ef;
  border-radius: 14px;
  padding: 16px 20px;
  font-weight: 700;
  margin-bottom: 24px;
}

/* MOBILE */
@media (max-width: 768px) {
  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-box h2 {
    font-size: 26px;
  }
  .contact-box{
   padding:10px !important;
   margin-left:10px !important;
   margin-right:10px !important;

  }
  .contact-form{
    justify-content:space-between !important;
  }

}

/* WP-style width for form */
.contact-box__inner {
  max-width: 720px; /* ovo je WP realna širina */
}
.contact-form{
  display:flex;
  flex-wrap:wrap;
}
.contact-form input{
  width:48% !important;
}
.submit-form{
  width:100% !important;
}
@media(max-width:768px){
    .contact-form input{
    width:46% !important;
  }
}
/* END_SECTION:contact-mykotheke */

/* START_SECTION:header-floating (INDEX:22) */
/* ===== RESET SVIH BORDERA - GLOBALNO ===== */
* {
  box-sizing: border-box;
}

#header__main *,
#header__main *::before,
#header__main *::after,
.mobile-header *,
.mobile-header *::before,
.mobile-header *::after {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Vraćamo shadow samo gde nam treba */
#header__main .logo__elem {
  box-shadow: none !important;
}

#header__main nav.header__nav, .mobile-header__search input {
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06) !important;
}
/* ===== DESKTOP ONLY (WP @include touch => hide on <=768px) ===== */
@media (max-width: 768px) {
  #header__main { display: none !important; }
}

/* ===== HEADER (overlay + sticky) ===== */
#header__main {
  position: absolute;              /* overlay preko bannera */
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 33px;               /* WP crem(33px) -> 33px */
  padding-bottom: 33px;
  z-index: 100;
  font-family: 'Dosis', sans-serif;
  pointer-events: none; 
  position:fixed;           /* klik samo na inner */
}

body.scrolled #header__main {
  position: fixed;                 /* sticky */
  top: 0;
}

#header__main .container {
  max-width: 1340px;
  margin: 0 auto;
  padding: 0 20px;
  pointer-events: auto;
}

#header__main .main__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:15px;
}

/* ===== LEFT SIDE ===== */
#header__main .logo__nav {
  display: flex;
  gap: 16px;
  align-items: center;
}

#header__main .logo__elem {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 248px;                    /* 15.5rem ~ 248px */
  height: 59px;                    /* 3.6875rem ~ 59px */
  border-radius: 1000px;
  background: #000 !important;
  padding: 0 18px;
  box-sizing: border-box;
}

#header__main .logo__elem img {
  display: block;
  max-height: 32px;
  width: auto;
}

/* ===== NAV PILL ===== */
#header__main nav.header__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59px;
  border-radius: 1000px;
  background: #fff;
  gap: 12px;
 padding:0 30px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
}

/* links */
#header__main nav.header__nav a,
#header__main nav.header__nav button {
  color: #000 !important;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: color .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-decoration: none;
}

#header__main nav.header__nav a.is-active,
#header__main nav.header__nav a:hover,
#header__main nav.header__nav button:hover {
  color: #000;
}

/* ===== DROPDOWN (WP is-hoverable) ===== */
.header__dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 59px;
}

.header__dropdown-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.header__dropdown-trigger svg path {
  transition: stroke .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  stroke: #787878;
}

.header__dropdown:hover .header__dropdown-trigger svg path {
  stroke: #000;
}


.header__dropdown-menu {
  position: absolute;
  top: calc(100% - 9px);
  left: 50%;
  transform: translateX(-50%);
  min-width: 260px;                 /* WP je malo širi */
  background: #fff;
  border-radius: 0px;              /* veći radius */
  padding: 8px;                     /* unutrašnji padding */
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  transition: all .25s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 200;
}

.header__dropdown-item {
  position: relative;
}

.header__dropdown-item > a {
  justify-content: space-between;
  gap: 14px;
}

.header__dropdown-item-arrow {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  font-size: 16px;
  line-height: 1;
}

.header__dropdown-submenu {
  position: absolute;
  top: -8px;
  left: 100%;
  margin-left: 12px;
  min-width: 240px;
  background: #fff;
  border-radius: 0;
  padding: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 210;
}

.header__dropdown-submenu::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -12px;
  width: 12px;
}

.header__dropdown-item--has-children:hover > .header__dropdown-submenu,
.header__dropdown-item--has-children:focus-within > .header__dropdown-submenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.header__dropdown-menu a:hover {
  background: #f2f2f2;
  transform: none; /* čisto, bez pomjeranja */
}
.header__dropdown-trigger .icon{
  display:flex;
  align-items:center;

}



.header__dropdown:hover .header__dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.header__dropdown-menu a {
  display: flex;
  align-items: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 0px;
  font-family: 'Dosis', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  transition: background .2s ease, transform .15s ease;
  text-transform:none !important;
}
.header__dropdown-menu a:hover{
  text-decoration:underline !important;
}


.header__dropdown-menu a:hover {

}

/* ===== RIGHT SIDE ===== */
#header__main .right__side {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 13px;
}

/* Search box (WP hidden until button) */
#header__main .search__box {
  display: block;
}

#header__main .search__box.is-visible {
  display: block;
}

#header__main .search__box input {
  border-radius: 1000px;
  background: #fff;
  height: 59px;
  padding-left: 24px;
  padding-right: 24px;
  border: 0;
  outline: none;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

/* Circle buttons (Search/Cart/Lang) */
#header__main .circle-btn {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background: transparent;
  display: inline-flex;
  border-radius: 1000px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
}

#header__main .circle-btn svg circle,
#header__main .circle-btn svg path {
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Cart count badge */
#header__main .cart__action {
  position: relative;
  display: inline-flex;
}

#header__main .items__elem {
  position: absolute;
  bottom: -8px;                    /* WP bottom:-0.5rem */
  left: 50%;
  transform: translateX(-50%);
  background-color: #000;
  width: 22px;
  height: 22px;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Language dropdown align right */
.lang-dropdown {
  position: relative;
  display: inline-flex;
}

.lang-dropdown__menu {
  position: absolute;
  right: 0;
  top: calc(100% + 14px);
  min-width: 180px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: all .2s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: 200;
}

.lang-dropdown:hover .lang-dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.lang-dropdown__menu a {
  display: block;
  padding: 12px 18px;
  font-family: 'Dosis', sans-serif;
  font-weight: 700;
  color: #000 !important;
  text-decoration: none;
}

.lang-dropdown__menu a:hover {
  background: rgba(0,0,0,0.04);
}



/* HIDE DESKTOP */
@media (max-width: 768px) {
  #header__main { display: none; }
}

/* MOBILE HEADER */
.mobile-header {
  padding: 16px;
  background: #fff;
}

.mobile-header__logo {
  display: inline-block;
  background: #000;
  border-radius: 999px;
  padding: 10px 25px;
}

.mobile-header__logo img {
  height: 32px;
}

/* ACTIONS */
.mobile-header__actions {
  display: flex;
  gap: 16px;
  margin-top: 16px;
}

.mobile-header__burger,
.mobile-header__cart {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}

/* SEARCH */
.mobile-header__search {
  margin-top: 16px;
}

.mobile-header__search input {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #ccc !important;
  padding: 0 18px;
  font-size: 16px;
}
.mobile-menu {
  position: fixed;
  inset: 16px;
  max-height: calc(100dvh - 32px);
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  z-index: 9999;
  display: none;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu.is-open {
  display: block;
}

body.mobile-menu-open {
  overflow: hidden;
  touch-action: none;
}

.mobile-menu__close {
  background: #000;
  color: #fff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  font-size: 24px;
}

.mobile-menu__nav {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.mobile-menu__nav a {
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}

.mobile-menu__nav .mobile-menu__child {
  font-size: 20px;
  font-weight: 700;
  padding-left: 18px;
}

.mobile-menu__submenu {
  padding-left: 18px;
}

.mobile-menu__submenu summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
}

.mobile-menu__submenu summary::-webkit-details-marker {
  display: none;
}

.mobile-menu__submenu-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform .2s ease;
}

.mobile-menu__submenu[open] .mobile-menu__submenu-arrow {
  transform: rotate(90deg);
}

.mobile-menu__submenu-items {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding-top: 16px;
}

.mobile-menu__nav .mobile-menu__grandchild {
  font-size: 17px;
  font-weight: 600;
  padding-left: 18px;
  color: #333;
}


/* MOBILE HEADER – hide on desktop */
@media (min-width: 769px) {
  .mobile-header,
  .mobile-menu {
    display: none !important;
  }
}

/* DESKTOP HEADER – hide on mobile */
@media (max-width: 768px) {
  #header__main {
    display: none !important;
  }
}

.mobile-menu {
  border-radius: 22px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
  height: auto;
}
.mobile-menu__nav{
  margin-top:10px;
}
.mobile-menu__nav{
  gap:0px;
}
.mobile-header__logo{
  display:flex;
  align-items:center;
  width:fit-content;
  }
  .mobile-header__cart svg circle{
    color:black !important;
    fill:black !important;
  }
 .mobile-header__cart  svg path{

  color:white !important;
  fill:white !important;
 }

#header__main nav.header__nav a,
#header__main nav.header__nav button {
  letter-spacing: .6px;
}

/* Search box styling */
#header__main .template-search__search .search__input {
  border-radius: 999px;
  background: #fff;
  height: 59px;
  width: 240px;
  max-width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  border: 0 !important;
  outline: none !important;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

#header__main .template-search__search .search__input::placeholder {
  color: #000;
  opacity: 1;
}

#header__main .template-search__search .field__label,
#header__main .template-search__search .reset__button {
  display: none !important;
}

#header__main .template-search__search .search__button {
  display: flex !important;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-48%);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  padding: 0;
}

#header__main .template-search__search .search__button .icon {
  width: 2rem;
  height: 2rem;
  color: #000;
}

#header__main .template-search__search .search__input {
  padding-right: 62px !important;
}
@media (max-width: 1200px) {
  #header__main .template-search__search .search__input {
    width: 220px;
  }
}

/* 1024px - Tablets landscape */
@media (max-width: 1024px) {
  #header__main .container {
    padding: 0 16px;
  }
  
  #header__main .logo__nav {
    gap: 12px;
  }
  
  #header__main .logo__elem {
    width: 200px;
  }
  
  #header__main nav.header__nav {
    padding: 0 20px;
    gap: 8px;
  }
  

  
  #header__main .right__side {
    gap: 6px;
  }
}

@media (max-width: 900px) {
  #header__main .template-search__search .search__input {
    width: 200px;
  }
}

@media (max-width: 820px) {
  #header__main .template-search__search .search__input {
    width: 160px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
#header__main .template-search__search .field {
  margin: 0 !important;
}

#header__main .template-search__search .search__input,
#header__main .template-search__search .search__input:focus {
  height: 59px !important;
  line-height: 59px !important;
  margin: 0 !important;
  padding: 0 62px 0 24px !important;
}


/* Minimal fix - samo ukloni margin/padding koji pomera layout */
#header__main .template-search__search .field {
  margin: 0 !important;
}

/* Ukloni border/outline SAMO sa input fielda */
#header__main .template-search__search .search__input {
  border: 0 !important;
  outline: 0 !important;
}

#header__main .template-search__search .search__input:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06) !important;
}

/* Responsive */
@media (max-width: 1024px) {
  #header__main .template-search__search .search__input {
    width: 220px;
  }
}

@media (max-width: 768px) {
  #header__main .template-search__search {
    display: none;
  }
}
#header__main .container {
  width: 100%;
}
#header__main .predictive-search__results-groups-wrapper {
  width: max-content;
  min-width: 300px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  padding: 16px;
}
/* Predictive search results - potpuno rešenje */
#header__main .template-search__search {
  position: relative; /* parent mora biti relative */
}

#header__main .predictive-search {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 300;
  width: auto !important;
  min-width: 400px; /* minimalna širina */
  max-width: 1000px; /* maksimalna širina */
}

#header__main .predictive-search__results-groups-wrapper {
  width: 100% !important;
  max-width: none !important;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  padding: 16px;
  overflow-x: visible !important;
  overflow-y: auto;
  max-height: 80vh; /* da ne bude previše visok */
}

/* Resetuj sve inner elemente */
#header__main .predictive-search * {
  box-sizing: border-box;
}

/* Ako ima grid unutra */
#header__main .predictive-search .grid {
  display: block !important;
  width: 100% !important;
}

#header__main .predictive-search .predictive-search__item {
  width: 100% !important;
  max-width: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
  #header__main .predictive-search {
    min-width: 350px;
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  #header__main .predictive-search {
    min-width: 300px;
    max-width: 90vw;
  }
}
#header__main .predictive-search__results-groups-wrapper{
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  grid-template-columns: 1fr !important;
}

#header__main .predictive-search__item {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
.mobile-header__search {
  margin-top: 16px;
  position: relative;
}

.mobile-header__search .mobile-search__input {
  width: 100%;
  height: 56px;
  border-radius: 10px;
  border: 1px solid #ccc !important;
  padding: 0 18px;
  font-size: 16px;
}

.mobile-header__search .field {
  margin: 0 !important;
}

.mobile-header__search .predictive-search {
  position: absolute !important;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 300;
  width: 100% !important;
}

.mobile-header__search .predictive-search__results-groups-wrapper {
  width: 100% !important;
  max-width: none !important;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12) !important;
  padding: 16px;
  overflow-x: visible !important;
  overflow-y: auto;
  max-height: 70vh;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
}

.mobile-header__search .predictive-search .grid {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  grid-template-columns: 1fr !important;
}

.mobile-header__search .predictive-search__item {
  width: 100% !important;
  max-width: none !important;
  flex: 0 0 100% !important;
}
.mobile-header__search .field__label {
  display: none !important;
}

.mobile-header__search .mobile-search__input {
  width: 100% !important;
  height: 56px !important;
  border-radius: 10px !important;
  border: 1px solid #ccc !important;
  padding: 0 58px 0 18px !important;
  font-size: 16px !important;
  line-height: 56px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.mobile-header__search .search__button {
  display: flex !important;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0;
  color: #000;
}

.mobile-header__search .search__button .icon {
  width: 2rem;
  height: 2rem;
}

.mobile-header__search .mobile-search__input::placeholder {
  color: #999;
  opacity: 1;
  line-height: 56px !important;
}

.mobile-header__search .mobile-search__input:focus {
  outline: none !important;
  border: 1px solid #ccc !important;
  border-radius: 10px !important;
}
/* Suggestions */
/* Pages */
h2#predictive-search-pages-desktop,
#predictive-search-results-pages-list-desktop,
h2#predictive-search-pages-mobile,
#predictive-search-results-pages-list-mobile,
.predictive-search__pages-wrapper {
  display: none !important;
}

/* Search button */
#predictive-search-option-search-keywords,
.predictive-search__search-for-button {
  display: none !important;
}

/* Force show collections & products */
.predictive-search__list-item[id*="predictive-search-option-collection-"],
.predictive-search__list-item[id*="predictive-search-option-product-"],
h2#predictive-search-products,
#predictive-search-results-products-list {
  display: block !important;
}
.predictive-search__result-group:has(.predictive-search__pages-wrapper) {
  margin: 0 !important;
  padding: 0 !important;
}

.predictive-search__result-group > div {
  margin: 0 !important;
  padding: 0 !important;
}
.predictive-search__result-group:first-child {
  padding: 0 !important;
  margin: 0 !important;
}

.predictive-search__result-group:first-child > div {
  padding: 0 !important;
  margin: 0 !important;
}
.predictive-search__results-groups-wrapper {
  gap: 12px !important;
}
#header__main .predictive-search{
  border-radius: 20px;
}
.predictive-search__result-group:first-child{
  flex: 1 1 auto !important;
}

.predictive-search__fuzzy {
  width: 100%;
  flex: 1 1 100% !important;
}

.predictive-search__fuzzy .predictive-search__item-heading {
  margin: 0;
}

.predictive-search__fuzzy .predictive-search__image {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.predictive-search__fuzzy-label {
  font-size: 1.2rem;
  opacity: .65;
}
.mobile-header{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
}
.mobile-header__actions{
  margin-top:unset;
  gap:4px;

}
.mobile-header__search{
  width:100%;
  margin-top:10px;
}

@media (max-width: 768px) {
  .mobile-header {
    width: 100%;
    max-width: 100%;
  }

  .mobile-header__top {
    flex: 1 1 0;
    min-width: 0;
  }

  .mobile-header__logo {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding-right: 16px;
    padding-left: 16px;
    overflow: hidden;
  }

  .mobile-header__logo img {
    width: 100%;
    max-width: 100%;
    height: 32px;
    object-fit: contain;
  }

  .mobile-header__actions {
    flex: 0 0 auto;
  }
}
/* END_SECTION:header-floating */

/* START_SECTION:hero-mykotheke (INDEX:24) */
/* ================= HERO – MYKOTHEKE ================= */

.hero-mykotheke {
  position: relative;
  color: #fff;
  display: flex;
  align-items: stretch;
  background: #000;
  overflow: hidden;
  min-height: 100vh;
  flex-direction: column;
  justify-content: flex-end;
  font-family: 'Dosis', sans-serif;
}

/* BACKGROUND IMAGE */
.hero-mykotheke__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-mykotheke__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTENT */
.hero-mykotheke__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 40px 40px 0;
}

/* TEXT */
.hero-title {
  font-size: 56px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.05;
  margin-bottom: 24px;
  max-width: 520px;
  letter-spacing: 0.8px;
  color: white;
}

.hero-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px;
  max-width: 520px;
  padding-bottom: 80px;
}

.hero-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
}

.hero-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}

/* ================= HERO BONUS ================= */

.hero-bonus {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255,255,255,0.18);
  border-bottom: 1px solid rgba(255,255,255,0.18);
  border-left: 1px solid rgba(255,255,255,0.18);
  border-right: 1px solid rgba(255,255,255,0.18);
  backdrop-filter: blur(2px);
  position: relative;
  margin-top: auto;
}

.hero-bonus__track {
  display: contents;
}

.hero-bonus__item {
  display: flex;
  gap: 32px;
  padding: 32px;
  align-items: flex-start;
  position: relative;
}

.hero-bonus__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background: rgba(255,255,255,0.18);
}

.hero-bonus__circle {
  min-width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #b6e24b;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-weight: 800;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-bonus__content strong {
  display: block;
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
  line-height: 1.1em;
}

.hero-bonus__content p {
  font-size: 14px;
  line-height: 130%;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.hero-bonus__arrow {
  display: none;
}
/* 1024px */
@media (max-width: 1024px) {
  .hero-title{
    font-size: 42px;
    max-width: 390px;
    line-height: 110%;
    letter-spacing: 0%;
  }
  .hero-list li{
    font-size: 17px;
    max-width: 390px;
  }
  .hero-bonus__content p{
    font-size: 11px;
  }
  .hero-bonus__content strong{
    font-size: 17px;
  }
  .hero-bonus__item{
    padding: 24px;
    gap: 12px;
  }

 }
/* TABLET*/
@media (max-width: 768px) {
  .hero-mykotheke {
    min-height: 75vh;
  }

  .hero-mykotheke__content {
    padding: 40px 20px 0;
  }

  .hero-title {
    font-size: 34px;
  }

  .hero-bonus {
    display: block;
    border: none;
    padding: 16px;
    position: relative;
  }

  .hero-bonus__track {
    display: block;
  }

  .hero-bonus__item {
    border-radius: 14px;
    background: rgba(0,0,0,0.45);
    padding: 20px 18px;
    display: flex !important;
    gap: 32px;
    align-items: flex-start;
  }

  .hero-bonus__item::after {
    display: none;
  }

  .hero-bonus__arrow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.4);
    background: rgba(0,0,0,0.35);
    backdrop-filter: blur(2px);
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
  }

  .hero-bonus__arrow--prev {
    left: 8px;
  }

  .hero-bonus__arrow--next {
    right: 8px;
  }

  .hero-bonus .slick-prev,
  .hero-bonus .slick-next {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .hero-bonus__track {
    scrollbar-width: none; /* Firefox */
  }

  .hero-bonus__track::-webkit-scrollbar {
    display: none; /* Chrome / Safari */
  }
  .slick-slide{
       border-width: 1px;
    border-style: solid;
    border-color: rgb(191, 227, 80);
    border-top: 2px solid rgb(191, 227, 80);
    border-bottom:2px solid rgb(191, 227, 80);
  }
}
/* MOBILE */
@media (max-width: 500px) {
  .hero-mykotheke {
    min-height: 50vh;
  }

  .hero-mykotheke__content {
    padding: 40px 20px 20px;
  }

  .hero-title {
    font-size: 49px;
  }
  .hero-list {
    font-size: 19px;
  }
  .slick-slide{
    min-height: 180px;
  }
  .hero-bonus__content p{
    font-size: 14px;
  }
  .hero-bonus__content strong{
    font-size: 22px;
  }
}
/* END_SECTION:hero-mykotheke */

/* START_SECTION:home-events-mykotheke (INDEX:25) */
.home-events {
  padding: 64px 40px 80px;
  background: #fff;
  color: #000;
  font-family: 'Dosis', sans-serif;
}

.home-events__inner {
  max-width: 1440px;
  margin: 0 auto;
}

.home-events__title {
  margin: 0 0 32px;
  font-family: 'Dosis', sans-serif;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.home-events__grid {
  display: grid;
  grid-template-columns: repeat(var(--events-columns), minmax(0, 1fr));
  gap: 24px;
}

.home-events__card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.home-events__image {
  display: block;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #eef5ef;
}

.home-events__image img,
.home-events__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.home-events__card:hover .home-events__image img {
  transform: scale(1.03);
}

.home-events__date {
  margin-bottom: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, .6);
}

.home-events__card-title {
  margin: 0;
  height: 2.5em;
  font-family: 'Dosis', sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.home-events__card-title a {
  color: inherit;
  text-decoration: none;
}

.home-events__card-title a:hover {
  text-decoration: underline;
}

.home-events__excerpt {
  margin: 12px 0 0;
  height: 6.4em;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: rgba(0, 0, 0, .75);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.home-events__footer {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.home-events__button {
  display: inline-flex;
  min-width: 220px;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 32px;
  border-radius: 999px;
  background: #c8e86a;
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease;
}

.home-events__button:hover {
  background: #000;
  color: #c8e86a;
}

.home-events__empty {
  padding: 28px;
  border: 1px dashed rgba(0, 0, 0, .25);
  border-radius: 16px;
  font-family: 'Inter', sans-serif;
  text-align: center;
}

@media (max-width: 1024px) {
  .home-events__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .home-events {
    padding: 48px 20px 60px;
  }

  .home-events__title {
    margin-bottom: 24px;
    font-size: 33.25px;
  }

  .home-events__grid {
    display: flex;
    gap: 16px;
    margin-right: -20px;
    padding-right: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .home-events__grid::-webkit-scrollbar {
    display: none;
  }

  .home-events__card {
    flex: 0 0 82%;
    scroll-snap-align: start;
  }

  .home-events__card-title {
    font-size: 22px;
  }
}
/* END_SECTION:home-events-mykotheke */

/* START_SECTION:home-products-mykotheke (INDEX:26) */
/* ================= HOME PRODUCTS – MYKOTHEKE ================= */
.home-products {
  padding: 40px 40px;
  background: #fff;
  font-family: 'Dosis', sans-serif;
  border-top: 2px solid #ebebeb;
}

.home-products__layout {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 32px;
}

@media (max-width: 768px) {
  .home-products__layout {
    grid-template-columns: 1fr;
  }
  .home-products{
    padding-left:20px !important;
    padding-right:20px !important;
    padding-top:30px !important;
    padding-bottom:30px !important; 
  }
  .product-grid__icon{
    width:40px !important;
    height:40px !important;
  }
 
}

/* ================= LEFT ================= */
.home-products__left {
  min-width: 0;
  overflow: hidden;
}

.home-products__left > * + * {
  margin-top: 48px;
}

/* FEATURED PRODUCT */
.featured-product {
  background: #edf4ea;
  overflow: hidden;
}

.featured-product__media {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.featured-product__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .35s ease;
}

.featured-product:hover .featured-product__media img {
  transform: scale(1.02);
}

.featured-product__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .4px;
  text-transform: uppercase;
}

.featured-product__content {
  padding: 32px;
  padding-top: 28px;
  padding-right: 56px;
}

.featured-product__title {
  font-family: 'Dosis', sans-serif;
  font-size: 38px;
  font-weight: 800;
  letter-spacing: .4px;
  margin-bottom: 18px;
  line-height: 1.2;
}

.featured-product__title a {
  color: inherit;
  text-decoration: none;
  font: inherit;
}

.featured-product__title a:hover {
  text-decoration: underline;
}

.featured-product__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  color: #000000;
  margin-bottom: 22px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0em;
}

.featured-product__footer {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.featured-product__price {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}

.featured-product__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #b6e24b;
  color: #000;
  padding: 14px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.featured-product__cta:hover {
  background: #a6d93b;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,.18);
}

/* ================= RIGHT ================= */
.home-products__right {
  min-width: 0;
}

.home-products__right > * + * {
  margin-top: 24px;
}

/* PRODUCT SLIDER */
.product-slider {
  border: 1px solid #ebebeb;
  border-radius: 20px;
  padding: 24px;
  position: relative;
}

.product-slider__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.product-slider__title-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}

.product-slider__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-slider__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.product-slider__icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.product-slider__title {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #000;
  line-height: 1.2;
}

.product-slider__more {
  display: flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  transition: gap .2s ease;
}

.product-slider__more:hover {
  gap: 10px;
}

.product-slider__more svg {
  width: 6px;
  height: 11px;
}

.product-slider__track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.product-slider__track::-webkit-scrollbar {
  display: none;
}

/* SLIDER ARROWS */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #000;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: background .2s ease, transform .2s ease;
}

.slider-arrow:hover {
  background: #b6e24b;
  transform: translateY(-50%) scale(1.1);
}

.slider-arrow svg {
  width: 8px;
  height: 16px;
  fill: #fff;
}

.slider-arrow:hover svg {
  fill: #000;
}

.slider-arrow--prev {
  left: -24px;
}

.slider-arrow--next {
  right: -24px;
}

.slider-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slider-arrow:disabled:hover {
  background: #000;
  transform: translateY(-50%);
}

/* PRODUCT CARD */
.product-card {
  min-width: 100%;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  margin-right: 16px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  font-family: 'Dosis', sans-serif;
  transition: transform .25s ease, box-shadow .25s ease;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.14);
}

.product-card__badge {
  position: absolute;
  top: 32px;
  left: 32px;
  background: #000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 12px;
  border-radius: 999px;
  letter-spacing: .4px;
  text-transform: uppercase;
  z-index: 10;
}

.product-card__badge--sold {
  background: #b6e24b;
  color: #000;
}

.product-card__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}

.product-card__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease;
}

.product-card:hover .product-card__image img {
  transform: scale(1.05);
}

.product-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 auto 0;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: 'Dosis', sans-serif;
}

.product-card__price {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 8px;
}

.product-card__cta {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
  text-align: center;
  padding: 10px 0;
  border-radius: 999px;
  background: #b6e24b;
  color: #000;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
  display: block;
}

.product-card__cta:hover {
  background: #b6e24b;
  color: #000;
  transform: translateY(-1px);
}


/* PRICE STYLING */
.price--compare {
  text-decoration: line-through;
  color: #999;
  font-size: 24px;
  margin-right: 8px;
}

.price--current {
  color: #000;
  font-weight: 800;
  font-size:24px;
}

/* ================= PRODUCT GRID (LEFT) ================= */
.product-grid {
  font-family: 'Dosis', sans-serif;
  margin-top: 24px;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.product-grid__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.product-grid__icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.product-grid__icon svg {
  width: 34px;
  height: 34px;
  stroke: #fff;
}

.product-grid__title {
  position: relative;
  flex: 1;
  padding-bottom: 12px;
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  min-width: 0;
  word-wrap: break-word;
  color: #000;
}

.product-grid__title::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}

/* LEFT GRID – default (grid mode) */
.product-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  width: 100%;
  grid-auto-rows: 1fr;
}

/* SLIDER MODE for left grid */
.product-grid__items.is-slider {
  display: flex;
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
}

.product-grid__items.is-slider::-webkit-scrollbar {
  display: none;
}

.product-grid__items.is-slider .product-grid__card {
  flex: 0 0 calc(33.333% - 16px);
  scroll-snap-align: start;
}

/* CARD */
.product-grid__card {
  background: #fff;
  border-radius: 18px;
  padding: 18px;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  height: 100%;
}

.product-grid__card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,.12);
}

.product-grid__image {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  margin-bottom: 14px;
}

.product-grid__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-grid__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  margin-top: 6px;
  margin-bottom: 6px;
  color: black;
  letter-spacing: 0em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 85px;
}

.product-grid__price {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #000000;
  margin-top: auto;
}

.product-grid__cta {
  width: 100%;
  max-width: 225px;
  margin: 0 auto;
  margin-top: auto;
  text-align: center;
  padding: 12px 0;
  border-radius: 999px;
  background: #b6e24b;
  color: #000;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
  display: block;
}

.product-grid__cta:hover {
  background: #a6d93b;
  transform: translateY(-1px);
}

/* DOTS for grid slider */
.product-grid__dots {
  display: none !important;
}

.product-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.product-slider__dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0,0,0,.25);
  cursor: pointer;
  transition: background .2s ease;
}

.product-slider__dots span.is-active {
  background: #000;
}

/* ================= CATEGORY DROPDOWN ================= */
.category-dropdown {
  max-width: 1440px;
  margin: 0 auto;
  padding: 58px 40px;
  background: #fff;
  position: static;
  font-family: 'Dosis', sans-serif;
}

.category-dropdown__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.category-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
}
.category-dropdown__panel {
  position: absolute;
  top: calc(70%);
  left: 0;
  right: 0;
  max-width: 600px;
}

.category-dropdown__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.category-dropdown__icon svg {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.category-dropdown__label {
  font-size: 29px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  color: #000000;
}

.category-dropdown__chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  transition: transform .25s ease;
}

.category-dropdown.is-open .category-dropdown__chevron {
  transform: rotate(180deg);
}

.category-dropdown__search {
  flex-shrink: 0;
  position: relative;
}

.category-dropdown__search form {
  position: relative;
}

.category-dropdown__search input {
  height: 56px;
  width: 660px;
  max-width: 100%;
  border-radius: 999px;
  background: #fff;
  border: 0;
  padding: 0 64px 0 24px;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 600;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.10), 0px 1px 2px rgba(0,0,0,0.06);
  outline: none;
}

.category-dropdown__search predictive-search {
  display: block;
}

.category-dropdown__search .predictive-search {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 320;
  display: none;
  width: 100%;
  min-width: 320px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
  overflow-y: auto;
  max-height: 70vh;
}

.category-dropdown__search predictive-search[open] .predictive-search,
.category-dropdown__search predictive-search[loading] .predictive-search {
  display: block;
}

.category-dropdown__search .predictive-search__results-groups-wrapper {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px;
  width: 100% !important;
  padding: 16px;
  box-sizing: border-box;
}

.category-dropdown__search .predictive-search__results-list {
  margin: 0;
  padding: 0;
}

.category-dropdown__search .predictive-search__list-item {
  list-style: none;
}

.category-dropdown__search .predictive-search__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  color: #000;
  text-decoration: none;
}

.category-dropdown__search .predictive-search__item:hover {
  background: #f2f2f2;
}

.category-dropdown__search .predictive-search__item-heading {
  margin: 0;
}

.category-dropdown__search .predictive-search__image {
  width: 44px;
  height: 44px;
  object-fit: cover;
}

.category-dropdown__search .predictive-search__fuzzy-label {
  font-size: 1.2rem;
  opacity: .65;
}

.category-dropdown__search .reset__button {
  display: none;
}

.category-dropdown__search .search__button {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  color: #000;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transform: translateY(-50%);
}

.category-dropdown__search .search__button .icon {
  width: 2rem;
  height: 2rem;
}

.category-dropdown__panel {
  position: absolute;
  left: 40px;
  right: 40px;
  top: calc(100% + 150px);
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  padding: 32px;
  display: none;
  z-index: 50;
}

.category-dropdown.is-open .category-dropdown__panel {
  display: block;
}

.category-dropdown__menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.category-dropdown__menu a {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
  transition: color .2s ease;
}

.category-dropdown__menu a:hover {
  color: #b6e24b;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {
  
  .product-grid__items.is-slider .product-grid__card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 768px) {
  .category-dropdown {
    padding: 20px;
  }

  .category-dropdown__top {
    flex-direction: column;
    align-items: stretch;
  }

  .category-dropdown__label {
    font-size: 22px;
  }

  .category-dropdown__search input {
    width: 100%;
  }

  .category-dropdown__panel {
    left: 20px;
    right: 20px;
    padding: 24px;
  }

  .category-dropdown__menu a {
    font-size: 20px;
  }

  
  .product-grid__items.is-slider .product-grid__card {
    flex: 0 0 80%;
  }
}

@media (max-width: 640px) {
  .product-grid__card {
    flex: 0 0 100% !important;
  }
}

/* Additional utility classes */
span.product-slider__more_text {
  font-size: 16px;
}

.featured-product__text ul {
  list-style: none;
  padding-left: 0;
}

.featured-product__text li {
  position: relative;
  padding-left: 32px;
}

.featured-product__text li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #000000;
  font-weight: 900;
  margin-left: 16px;
}
.home-products__right .slider-arrow {
  display: none !important;
}
.product-grid .slider-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.product-grid .slider-arrow--prev {
  left: 12px;
}

.product-grid .slider-arrow--next {
  right: 12px;
}
/* LEFT GRID – align prices vertically */
.product-grid__name {
  margin-bottom: auto;
}

.product-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
}

.product-card__price {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
}

.product-card__cta {
  width: auto;
  max-width: none;
  min-width: 160px;
  margin: 0;
  text-align: center;
  padding: 10px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  transition: background .2s ease, transform .2s ease;
  display: block;
  white-space: nowrap;
}

.product-card__sold-out {
  width: auto;
  max-width: none;
  min-width: 160px;
  margin: 0;
  text-align: center;
  padding: 10px 20px;
  color: #e2401c;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  display: block;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

@media (max-width: 1024px) {
  .category-dropdown__toggle {
    min-width: 0;
    flex: 1;
  }
  .category-dropdown__panel{
    top: calc(100% + 130px);
  }

  .category-dropdown__label {
    white-space: nowrap;
    font-size: 26px;
  }
  .category-dropdown__search input{
    width: 300px;
  }
  .product-slider__title{
    font-size: 22px;
  }
  .product-card__sold-out{
    font-size: 12px;
  }
  .price--current{
    font-size: 18px;
  }
    .product-card__cta {
    min-width: 0;
    white-space: normal;
  }
    .product-card__footer {
    flex-wrap: nowrap;
    margin-top: 1rem;
  }
  .product-card__cta {
    min-width: 0;        
    max-width: 100%;
    white-space: normal;   
    line-height: 1.2;
    text-align: center;
  }
  .price--compare{
    font-size: 18px;
  }

}
@media (max-width: 1024px) {
  .category-dropdown__toggle {
    min-width: 0;
    flex: 1;
  }

  .category-dropdown__label {
    white-space: nowrap;
    font-size: 26px;
  }
  
  .category-dropdown__search input{
    width: 300px;
  }
  
  .product-slider__header {
    gap: 8px;
    flex-wrap: nowrap;
  }
  
  .product-slider__title-wrap {
    gap: 8px;
    min-width: 0;
    flex: 1;
  }
  
  .product-slider__icon {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
  }
  
  .product-slider__icon svg {
    width: 18px;
    height: 18px;
  }
  
  .product-slider__title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }
  
  .product-slider__more {
    flex-shrink: 0;
    white-space: nowrap;
    gap: 4px;
  }
  
  span.product-slider__more_text {
    font-size: 14px;
  }
  
  .product-slider__more svg {
    width: 5px;
    height: 10px;
  }
  
  .product-card__sold-out {
    font-size: 12px;
  }
  
  .product-card__title{
  font-size: 18px;
  }

  .product-card{
    padding: 0px;
  }
  .featured-product__content{
  padding: 1.75rem 3.5rem 2.31rem 3.75rem;
  }
  .featured-product__text{
    font-size: 12px;}
  .featured-product__price{ 
    font-size: 22px;}
  .featured-product__cta, .product-grid__cta{ 
    font-size: 12px;}
  .product-grid__title {
    font-size: 26px; 
  }
  .product-grid__name, .product-grid__price{
    font-size: 16px;
  }
}

/* Desktop + tablet (including 768px) */
.product-grid__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.product-grid__items.is-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.product-grid__items.is-slider::-webkit-scrollbar {
  display: none;
}
.product-grid__items.is-slider ~ .slider-arrow {
  display: flex;
}

.product-grid__items:not(.is-slider) ~ .slider-arrow {
  display: none;
}



.product-grid__items.is-slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.product-grid__items.is-slider .product-grid__card {
  flex: 0 0 calc(33.333% - 16px);
}

.category-dropdown {
  position: relative;
}

.category-dropdown__toggle {
  position: relative;
}

.category-dropdown__panel {
  position: absolute;
  top: calc(70%);
  left: 40px;
  right: 40px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 16px 40px rgba(0,0,0,.12);
  padding: 32px;
  display: none;
  z-index: 50;
}

.category-dropdown.is-open .category-dropdown__panel {
  display: block;
}
@media (max-width: 768px) {
  .category-dropdown__panel {
    position: absolute;  
      top: calc(50%);
   /* ← key change */
    display: none;
    margin-top: 16px;
    box-shadow: none;
    padding: 16px 0 0;
  }

  .category-dropdown.is-open .category-dropdown__panel {
    display: block;
  }

.home-products__left {
  overflow: hidden;
}

.product-grid.is-slider {
  overflow: visible;
}
.product-grid {
  position: relative;
}

}
.product-grid .slider-arrow {
  display: none;
}

.product-grid.is-slider .slider-arrow {
  display: flex;
}

.product-grid .slider-arrow {
  display: none;
}

.product-grid.is-slider .slider-arrow {
  display: flex;
}
@media (max-width: 768px) {
  .featured-product__title {
    font-size: 33.25px;
    margin-top: 0;
  }

  .category-dropdown__top {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}


@media (max-width: 500px){
  .category-dropdown__label{
    font-size:12px;
  }
  .featured-product__text, .visit-us__cta a{
    font-size: 14px;
  }
  .product-grid__title{
    font-size: 24px;
    line-height:130%;
  }
  .product-grid__cta {
  margin-left: 0;
  margin-right: auto;
}
.product-card__footer{
  margin-top: 1rem;
}
.product-card__price,
.product-card__cta {
  min-width: 0;
}

.product-card__cta {
  white-space: normal;
}

}

@media (max-width: 768px) {
  .category-dropdown__toggle,
  .category-dropdown__search {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .category-dropdown__search input {
    width: 100%;
    box-sizing: border-box;
  }
}
/* END_SECTION:home-products-mykotheke */

/* START_SECTION:mykotheke-footer (INDEX:52) */
/* ================= FOOTER – MYKOTHEKE ================= */

.footer-mykotheke {
  background: #000;
  color: #fff;
  padding: 80px 40px 40px;
}

.footer-mykotheke__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px;
}

/* LEFT */
.footer-logo {
  max-width: 260px;
  margin-bottom: 24px;
}

.footer-text {
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 32px;
  max-width: 410px;
}
.footer-text p{
  font-size: 16px;
  font-family: 'Dosis', sans-serif;
}
.footer-badges {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.footer-badges img {
  max-height: 70px;
}

/* HEADINGS */
.footer-col h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Dosis', sans-serif;
}

/* LINKS */
.footer-links,
.footer-links-grid {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Dosis', sans-serif;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 15px;
  row-gap: 4px;
}

.footer-mykotheke a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  opacity: 0.9;
}

.footer-mykotheke a:hover {
  opacity: 1;
}

/* BOTTOM */
.footer-mykotheke__bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  margin-top: 60px;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  opacity: 0.8;
}

.footer-socials {
  display: flex;
  gap: 12px;
}

.footer-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-socials .icon-tiktok {
  width: 20px;
  height: 20px;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer-mykotheke {
    
  }

  .footer-mykotheke__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, auto) !important;
  }

  .footer-mykotheke__bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer-col h4{
  color:white;
  
}
.footer-payment {
  grid-column: 1 / -1; /* preko cijelog footera */
  display: flex;
  justify-content: center;
  margin-bottom: 48px;
}

.footer-payment img {
  max-width: 520px;
  width: 100%;
  height: auto;
}

.footer-col--right h4{
  margin-top:10px;
}
.footer-links-grid a {
      color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 150%;
    transition: cubic-bezier(0.19, 1, 0.22, 1) color 0.2s;
}
.footer-links-grid a:hover{
      color: #bfe350 !important;
}
.footer-links a {
      color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 130%;
    transition: cubic-bezier(0.19, 1, 0.22, 1) color 0.2s;
    letter-spacing: 0em;
}
.footer-links a:hover{
      color: #bfe350 !important;
}
@media (max-width: 1024px){
  .footer-badges img {
  max-height: 48px;
  width: auto;
}
.footer-mykotheke a{
  font-size: 12px;
  line-height: 150%;
}

}
@media(max-width:768px){
  .footer-payment{
    max-width:300px;
  }
  .footer-payment img{
    width:300px !important;
  }
}
/* END_SECTION:mykotheke-footer */

/* START_SECTION:page-mykotheke (INDEX:54) */
/* ================= PAGE – MYKOTHEKE ================= */

.page-mykotheke,
.page-mykotheke * {
  font-family: 'Dosis', sans-serif;
}

/* ================= HERO ================= */

.page-hero {
  position: relative;
  height: 320px;
  
  overflow: hidden;
 margin-bottom:20px;
 margin-top:unset;

 
}

.page-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55),
    rgba(0,0,0,.3),
    rgba(0,0,0,0)
  );
}

.page-hero__pill {
  position: absolute;
  left: 48px;
  bottom: 48px;
  background: #c8e86a;
  border-radius: 999px;
  padding: 20px 36px;
}

.page-hero__title {
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .6px;
  text-transform: uppercase;
  margin: 0;
}

/* ================= LAYOUT ================= */

.page-layout {
  
  margin: 0 auto;
  padding: 0 40px 80px;
  display: grid;
  grid-template-columns: 60% 35%;
  gap: 5%;
}

@media (max-width: 1024px) {
  .page-layout {
    grid-template-columns: 1fr;
    display:flex;
    flex-direction:column;
  }
  .page-content-box a{
    font-size:12px;
  }
  .page-content-box{
    padding:15px !important;
    margin-left:15px;
    margin-right:15px;

  }
  .page-sidebar{
    margin-left:15px !important;
    margin-right:15px !important;
    margin-top:15px !important;
    margin-bottom:15px !important;
  }
  
  .page-layout{
    padding:unset !important;
  }
  .page-map-cta{
    padding-left:20px !important;
    padding-right:20px !important;
    font-size:11px !important;
  }
  .page-hero__pill{
    left:0 !important;
  }
  .page-hero__icon{
    width:67px !important; 
    height:67px !important;
  }
  .page-hero__icon svg{
    width:67px !important; 
    height:67px !important;
  }
  .page-hero__title{
    font-size:2.125rem !important;
  }
  .page-content-box a{
    font-size:10px !important;
  }
}

/* ================= LEFT CONTENT ================= */

.page-content-box {
  background: #fff;
  border: 1px solid #e6eee8;
  border-radius: 20px;
  padding: 20px;
}

/* TYPOGRAPHY */
.page-content-box h2,
.page-content-box h3 {
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 32px;
}

.page-content-box p {
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 16px;
}

/* LIST */
.page-content-box ul {
  padding-left: 20px;
  margin-bottom: 24px;
}

.page-content-box li {
  margin-bottom: 0px;
}

/* LINKS SPECIAL */
.page-content-box a {
  display: inline-block;
  background: #000;
  color: #c8e86a;
  padding: 6px 14px;
  border-radius: 999px;
  font-weight: 800;
  text-decoration: none;
  margin: 0 4px;
}

.page-content-box a:hover {
  background: #c8e86a;
  color: #000;
}

/* ================= RIGHT SIDEBAR ================= */

.page-sidebar {
  
  align-self: flex-start;
}

/* MAP CARD */


/* MAP IMAGE */
.page-map {
  position: relative;
  height: 260px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 24px;
}

.page-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* TITLE */
.page-map-title {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
}

/* INFO ROW */
.page-map-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: 700;
}



/* CTA */
.page-map-cta {
  margin-top: 24px;
  display: block;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 14px 0;
  border-radius: 999px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
}

.page-map-cta:hover {
  background: #c8e86a;
  color: #000;
}

/* MAP AS BACKGROUND */
.page-map-card {
  position: relative;
  background-image: url("/cdn/shop/files/location.webp?v=1768228960");
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  padding: 28px;
  overflow: hidden;
}

/* overlay za čitljivost */
.page-map-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}

/* content iznad overlaya */
.page-map-card > * {
  position: relative;
  z-index: 1;
}


/* ================= ICON LINKS HOVER ================= */

/* ================= ICON LINKS HOVER (SVG ONLY) ================= */

.page-map-info {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  transition: transform .2s ease;
}


/* wrapper – bez pozadine */
.page-map-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG default stanje */
.page-map-icon svg path {
  transition: stroke .2s ease, fill .2s ease;
}

/* HOVER: mijenja se SAMO ikona unutar SVG-a */
.page-map-info:hover svg path {
  stroke: #c8e86a;
}

/* ako neka ikona koristi fill umjesto stroke */
.page-map-info:hover svg circle {
  fill: #000; /* krug ostaje crn */
}
.page-hero__title {
  font-size: 32px;        /* ⬅ WP match */
  font-weight: 800;
  letter-spacing: 0.5px; /* ⬅ WP match */
  text-transform: uppercase;
}
.page-content-box h2,
.page-content-box h3 {
  font-size: 22px;     /* ⬅ umjesto default */
  font-weight: 800;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.page-content-box a {
  background: #000;
  color: #c8e86a;
  padding: 4px 12px;     /* ⬅ manje */
  border-radius: 999px;
  font-weight: 700;      /* ⬅ ne 800 */
  font-size: 12px;
}
.page-map-title {
  font-size: 22px;   /* ⬅ WP match */
  font-weight: 800;
  letter-spacing: 0.5px;
}
.page-map-info {
  font-size: 15px;   /* ⬅ manji */
  font-weight: 600;  /* ⬅ ne 700 */
  line-height: 1.4;
}
.page-map-cta {
  padding: 12px 0;    /* ⬅ manje */
  font-size: 14px;
  font-weight: 800;
}

.page-hero__pill {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.page-hero__icon {
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* SVG sizing */
.page-hero__icon svg {
  width: 100%;
  height: 100%;
}

/* default boje (kao WP) */
.page-hero__icon svg circle {
  fill: #000;
}

.page-hero__icon svg path {
  stroke: #fff;
}
.page-hero{
  max-width:100%;
  border-radius:unset;
}
.page-hero__title{
  color: #000;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
    font-family: 'Dosis';
}
.page-hero__pill{
  padding:2.75rem !important;
}
.page-hero__icon{
  width:67px;
  height:67px;
}
.wp-block-heading{
  color: #363636;
    font-weight: 600;
    line-height: 1.125;
    font-size: 1.7em;
}
.wp-block-heading:first-child{
  margin-top:unset !important;
}
.wp-block-list{
  margin-bottom:20px;
}
.page-content-box h2, .page-content-box h3{
  font-size:30px;
  text-transform:none;
}

  
}
/* END_SECTION:page-mykotheke */

/* START_SECTION:pdp-collection-products (INDEX:56) */
.pdp-related__header--collection {
  grid-template-columns: auto minmax(0, 1fr) auto;
}

.pdp-related__more {
  color: #000;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}

.pdp-related__more:hover {
  text-decoration: underline;
}

.pdp-related__footer {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pdp-related.pdp-related--collection {
  padding-bottom: 40px;
}

.pdp-related__see-all {
  display: inline-flex;
  min-width: 220px;
  min-height: 48px;
  padding: 12px 32px;
  align-items: center;
  justify-content: center;
  color: #000;
  background: #c8e86a;
  border-radius: 999px;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -1px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, transform .2s ease;
}

.pdp-related__see-all:hover {
  color: #c8e86a;
  background: #000;
  transform: translateY(-2px);
}

.pdp-related__header--collection .pdp-related__icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.pdp-related__header--collection .pdp-related__icon img {
  display: block;
  width: 54px !important;
  height: 54px !important;
  max-width: none;
  object-fit: cover;
}

@media (max-width: 768px) {
  .pdp-related__header--collection {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .pdp-related__header--collection .pdp-related__more {
    grid-column: 2;
    justify-self: start;
  }

  .pdp-related__footer {
    margin-top: 28px;
  }

  .pdp-related.pdp-related--collection {
    padding-bottom: 28px;
  }

  .pdp-related__see-all {
    width: 100%;
    max-width: 420px;
  }
}
/* END_SECTION:pdp-collection-products */

/* START_SECTION:pdp-comparison-table (INDEX:57) */
.pdp-compare__inner {
  box-sizing: border-box;
  max-width: 1320px;
}

.pdp-compare__table {
  table-layout: fixed;
}

.pdp-compare__table col:first-child {
  width: 32%;
}

.pdp-compare__table col:nth-child(2),
.pdp-compare__table col:nth-child(3) {
  width: 34%;
}

.pdp-compare__table th:not(:first-child),
.pdp-compare__table td:not(:first-child) {
  text-align: center;
}

.pdp-compare__table th,
.pdp-compare__table td {
  vertical-align: middle;
  overflow-wrap: anywhere;
}

.pdp-compare__product {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.pdp-compare__product-image {
  box-sizing: border-box;
  width: 100%;
  max-width: 150px;
  height: 110px;
  padding: 8px;
  border-radius: 10px;
  background: var(--pdp-white);
}

.pdp-compare__product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pdp-compare__feature {
  color: var(--pdp-body);
  font-weight: 500;
}

.pdp-compare__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.pdp-compare__status svg {
  display: block;
  width: 22px;
  height: 22px;
}

.pdp-compare__status--check {
  color: var(--pdp-black);
  background: var(--pdp-lime);
  border-radius: 50%;
}

.pdp-compare__status--check svg {
  width: 17px;
  height: 17px;
}

.pdp-compare__status--cross {
  color: var(--pdp-red);
}

.pdp-compare__footnote {
  margin: 18px 0 0;
  font-family: var(--pdp-font-body);
  font-size: 11.5px;
  line-height: 1.5;
  color: var(--pdp-muted);
}

@media (max-width: 749px) {
  .pdp-compare__inner {
    max-width: none;
  }

  .pdp-compare__heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.15;
  }

  .pdp-compare__wrap {
    overflow: hidden !important;
    overflow-x: hidden !important;
    border-radius: 12px;
  }

  .pdp-compare__wrap .pdp-sec__table.pdp-compare__table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    font-size: 12px !important;
  }

  .pdp-compare__table col:first-child {
    width: 31%;
  }

  .pdp-compare__table col:nth-child(2),
  .pdp-compare__table col:nth-child(3) {
    width: 34.5%;
  }

  .pdp-compare__wrap .pdp-compare__table th,
  .pdp-compare__wrap .pdp-compare__table td {
    min-width: 0 !important;
    padding: 14px 8px !important;
    line-height: 1.4;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .pdp-compare__wrap .pdp-compare__table thead th {
    font-size: 10px !important;
    letter-spacing: 0.35px;
  }

  .pdp-compare__product {
    gap: 8px;
  }

  .pdp-compare__product-image {
    height: 74px;
    padding: 5px;
    border-radius: 7px;
  }

  .pdp-compare__feature,
  .pdp-compare__table td.pdp-sec__table-us {
    font-size: 12px;
  }

  .pdp-compare__status {
    width: 26px;
    height: 26px;
  }

  .pdp-compare__status svg {
    width: 19px;
    height: 19px;
  }

  .pdp-compare__status--check svg {
    width: 15px;
    height: 15px;
  }

  .pdp-compare__footnote {
    margin-top: 14px;
    font-size: 10.5px;
  }
}
/* END_SECTION:pdp-comparison-table */

/* START_SECTION:pdp-graph-explainer (INDEX:60) */
.pdp-explainer__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.pdp-explainer__layout--image-right {
  direction: rtl;
}

.pdp-explainer__layout--image-right > * {
  direction: ltr;
}

.pdp-explainer__media {
  height: 380px;
}

.pdp-explainer__points {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 8px;
}

.pdp-explainer__point {
  display: flex;
  gap: 14px;
  align-items: baseline;
}

.pdp-explainer__point-index {
  font-family: var(--pdp-font-body);
  font-size: 12px;
  color: var(--pdp-muted);
  min-width: 22px;
}

.pdp-explainer__point-text {
  font-size: 14px;
}

@media (max-width: 989px) {
  .pdp-explainer__layout,
  .pdp-explainer__layout--image-right {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .pdp-explainer__media {
    height: 220px;
  }
}
/* END_SECTION:pdp-graph-explainer */

/* START_SECTION:pdp-icon-benefit-grid (INDEX:61) */
.pdp-benefits__inner {
  box-sizing: border-box;
  max-width: var(--pdp-benefits-max-width);
}

.pdp-benefits__head {
  max-width: 720px;
  margin-bottom: 36px;
}

.pdp-benefits__description {
  margin-top: 14px;
  font-family: var(--pdp-font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--pdp-body);
}

.pdp-benefits__head .pdp-sec__heading {
  margin-bottom: 0;
}

.pdp-benefits__description > *:first-child {
  margin-top: 0;
}

.pdp-benefits__description > *:last-child {
  margin-bottom: 0;
}

.pdp-benefits__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.pdp-benefits__card {
  display: flex;
  flex-direction: row;
  min-width: 0;
  min-height: 220px;
  padding: 0;
  overflow: hidden;
  background: var(--pdp-mint);
}

.pdp-sec--light .pdp-benefits__card {
  background: var(--pdp-white);
}

.pdp-benefits__media {
  position: relative;
  flex: 0 0 92px;
  align-self: stretch;
  width: 92px;
  min-height: 100%;
  overflow: hidden;
  background: var(--pdp-mint-border);
}

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

.pdp-benefits__media--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pdp-benefits__media--fallback svg {
  width: 28px;
  height: 28px;
}

.pdp-benefits__content {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 28px 30px;
}

.pdp-benefits__title {
  font-family: var(--pdp-font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--pdp-black);
  margin: 0;
}

.pdp-benefits__text {
  font-size: 14px;
  line-height: 1.55;
  color: var(--pdp-body);
  margin: 0;
}

.pdp-sec--dark .pdp-benefits__description,
.pdp-sec--dark .pdp-benefits__text {
  color: var(--pdp-mint);
}

.pdp-sec--dark .pdp-benefits__title {
  color: var(--pdp-white);
}

.pdp-sec--dark .pdp-benefits__card {
  background: var(--pdp-dark);
  border-color: rgba(233, 242, 234, 0.18);
}

.pdp-sec--dark .pdp-benefits__media {
  background: rgba(233, 242, 234, 0.12);
}

@media (max-width: 749px) {
  .pdp-benefits__inner {
    max-width: none;
  }

  .pdp-benefits__head {
    max-width: none;
    margin-bottom: 28px;
    text-align: left;
  }

  .pdp-benefits__description {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.55;
  }

  .pdp-benefits__grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .pdp-benefits__card {
    width: 100%;
    min-width: 0;
    min-height: 164px;
  }

  .pdp-benefits__media {
    flex-basis: 72px;
    width: 72px;
  }

  .pdp-benefits__content {
    justify-content: center;
    padding: 20px;
  }

  .pdp-benefits__title {
    font-size: 20px;
    line-height: 1.2;
  }

  .pdp-benefits__text {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* END_SECTION:pdp-icon-benefit-grid */

/* START_SECTION:pdp-image-spotlight-banner (INDEX:62) */
.pdp-spotlight__frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: var(--pdp-spotlight-height-desktop);
  min-height: 360px;
}

.pdp-spotlight__media {
  position: absolute;
  inset: 0;
}

.pdp-spotlight__media .pdp-sec__media {
  height: 100%;
  border-radius: 0;
}

.pdp-spotlight__media--mobile {
  display: none;
}

.pdp-spotlight__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: min(100%, 1440px);
  padding: 40px;
  transform: translateX(-50%);
  pointer-events: none;
}

.pdp-spotlight__frame--align-right .pdp-spotlight__content {
  justify-content: flex-end;
}

.pdp-spotlight__panel {
  width: min(100%, 480px);
  padding: clamp(24px, 3vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  color: var(--pdp-spotlight-text-color);
  background-color: var(--pdp-spotlight-panel-background);
  border-radius: 16px;
  pointer-events: auto;
}

.pdp-spotlight__eyebrow {
  font-family: var(--pdp-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--pdp-spotlight-accent-color);
}

.pdp-spotlight__heading {
  font-family: var(--pdp-font-display);
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
  color: inherit;
  margin: 0;
}

.pdp-spotlight__text {
  font-size: 15px;
  line-height: 1.65;
  color: inherit;
}

.pdp-spotlight__text > *:first-child {
  margin-top: 0;
}

.pdp-spotlight__text > *:last-child {
  margin-bottom: 0;
}

.pdp-spotlight__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding-bottom: 3px;
  font-family: var(--pdp-font-display);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.4px;
  line-height: 1.2;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid var(--pdp-spotlight-accent-color);
}

.pdp-spotlight__link:hover {
  color: var(--pdp-spotlight-accent-color);
}

@media (max-width: 749px) {
  .pdp-spotlight__frame {
    height: auto;
    min-height: 0;
  }

  .pdp-spotlight__media--desktop {
    display: none;
  }

  .pdp-spotlight__media--mobile {
    display: block;
    position: relative;
    inset: auto;
    height: var(--pdp-spotlight-height-mobile);
  }

  .pdp-spotlight__content {
    position: relative;
    inset: auto;
    display: block;
    width: 100%;
    padding: 0;
    transform: none;
  }

  .pdp-spotlight__panel {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    padding: 40px 24px;
    align-items: center;
    gap: 12px;
    text-align: center;
    border-radius: 0;
  }

  .pdp-spotlight__heading {
    font-size: 26px;
  }
}
/* END_SECTION:pdp-image-spotlight-banner */

/* START_SECTION:pdp-ingredient-icon-grid (INDEX:63) */
.pdp-ingredients__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.pdp-ingredients__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdp-ingredients__media {
  aspect-ratio: 1 / 1;
  border-radius: 14px;
}

.pdp-ingredients__name {
  font-family: var(--pdp-font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--pdp-black);
}

.pdp-ingredients__latin {
  font-size: 11.5px;
  font-style: italic;
  color: var(--pdp-muted);
}

@media (max-width: 749px) {
  .pdp-ingredients__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
/* END_SECTION:pdp-ingredient-icon-grid */

/* START_SECTION:pdp-step-guide (INDEX:64) */
.pdp-steps__item {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pdp-steps__media {
  height: 130px;
  border-radius: 14px;
}

.pdp-steps__number {
  font-family: var(--pdp-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--pdp-lime-dark);
}

.pdp-sec--dark .pdp-steps__number {
  color: var(--pdp-lime);
}

.pdp-sec--white .pdp-steps__number,
.pdp-sec--light .pdp-steps__number {
  color: var(--pdp-dark);
}

.pdp-steps__title {
  font-family: var(--pdp-font-display);
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: var(--pdp-black);
}

.pdp-sec--dark .pdp-steps__title {
  color: var(--pdp-white);
}

.pdp-steps__text {
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  color: var(--pdp-body);
}

.pdp-sec--dark .pdp-steps__text {
  color: var(--pdp-mint);
}
/* END_SECTION:pdp-step-guide */

/* START_SECTION:pdp-testimonials (INDEX:65) */
.pdp-testimonials__summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 32px;
}

.pdp-testimonials__summary-copy {
  max-width: 760px;
}

.pdp-testimonials__rating {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border: 1px solid var(--pdp-mint-border);
  border-radius: 16px;
  background: var(--pdp-white);
}

.pdp-testimonials__rating-value {
  font-family: var(--pdp-font-display);
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: var(--pdp-black);
}

.pdp-testimonials__rating-meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 12px;
  color: var(--pdp-muted);
}

.pdp-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(var(--pdp-testimonial-columns), minmax(0, 1fr));
  gap: 20px;
}

.pdp-testimonials__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 260px;
  padding: 28px;
  overflow: hidden;
}

.pdp-testimonials__card::before {
  content: '';
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 5px;
  background: var(--pdp-lime);
}

.pdp-testimonials__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}

.pdp-testimonials__quote-mark {
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 0.7;
  color: var(--pdp-lime-dark);
}

.pdp-testimonials__title {
  font-family: var(--pdp-font-display);
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  color: var(--pdp-black);
  margin: 0 0 10px;
}

.pdp-testimonials__quote {
  font-size: 14px;
  line-height: 1.65;
  color: var(--pdp-body);
  margin: 0 0 24px;
}

.pdp-testimonials__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 18px;
  margin-top: auto;
  border-top: 1px solid var(--pdp-mint-border);
}

.pdp-testimonials__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.pdp-testimonials__initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--pdp-mint);
  font-family: var(--pdp-font-display);
  font-weight: 800;
  color: var(--pdp-black);
}

.pdp-testimonials__author-copy {
  min-width: 0;
}

.pdp-testimonials__name {
  display: block;
  font-family: var(--pdp-font-display);
  font-size: 15px;
  font-weight: 700;
  color: var(--pdp-black);
}

.pdp-testimonials__details {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 10px;
  margin-top: 2px;
  font-size: 11px;
  color: var(--pdp-muted);
}

.pdp-testimonials__verified {
  color: var(--pdp-dark);
  font-weight: 600;
}

.pdp-testimonials__verified::before {
  content: '\2713';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
  margin-right: 4px;
  border-radius: 50%;
  background: var(--pdp-lime);
  color: var(--pdp-black);
  font-size: 9px;
}

.pdp-sec--dark .pdp-testimonials__rating,
.pdp-sec--dark .pdp-testimonials__card {
  background: var(--pdp-dark);
  border-color: rgba(233, 242, 234, 0.2);
}

.pdp-sec--dark .pdp-testimonials__rating-value,
.pdp-sec--dark .pdp-testimonials__title,
.pdp-sec--dark .pdp-testimonials__name {
  color: var(--pdp-white);
}

.pdp-sec--dark .pdp-testimonials__quote,
.pdp-sec--dark .pdp-testimonials__verified {
  color: var(--pdp-mint);
}

.pdp-sec--dark .pdp-testimonials__author {
  border-top-color: rgba(233, 242, 234, 0.2);
}

@media (max-width: 989px) {
  .pdp-testimonials__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 749px) {
  .pdp-testimonials__summary {
    align-items: flex-start;
    flex-direction: column;
  }

  .pdp-testimonials__rating {
    width: 100%;
    box-sizing: border-box;
  }

  .pdp-testimonials__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: 520px;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 6px;
    scrollbar-color: var(--pdp-muted) transparent;
    scrollbar-width: thin;
  }

  .pdp-testimonials__card {
    min-height: 245px;
    padding: 24px;
  }
}
/* END_SECTION:pdp-testimonials */

/* START_SECTION:pdp-trust-strip (INDEX:67) */
.pdp-trust__bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  row-gap: 14px;
}

.pdp-trust__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--pdp-font-body);
  font-size: 14px;
  white-space: nowrap;
}

.pdp-trust__rating-value {
  font-family: var(--pdp-font-display);
  font-weight: 700;
}

.pdp-trust__marquee {
  overflow: hidden;
}

.pdp-trust__track {
  display: flex;
}

.pdp-trust__track .pdp-trust__bar:last-child {
  display: none;
}

@media (max-width: 749px) {
  .pdp-trust__bar {
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 16px;
  }

  .pdp-trust__divider {
    display: none;
  }

  .pdp-trust__track {
    width: max-content;
    animation: pdp-trust-marquee 18s linear infinite;
  }

  .pdp-trust__track .pdp-trust__bar {
    padding-right: 16px;
  }

  .pdp-trust__track .pdp-trust__bar:last-child {
    display: flex;
  }

  .pdp-trust__marquee:hover .pdp-trust__track {
    animation-play-state: paused;
  }
}

@keyframes pdp-trust-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pdp-trust__track {
    animation: none;
  }
}
/* END_SECTION:pdp-trust-strip */

/* START_SECTION:pdp-value-stack (INDEX:68) */
.pdp-valuestack__layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
}

.pdp-valuestack__rows {
  margin: 20px 0 0;
}

.pdp-valuestack__panel {
  background: var(--pdp-black);
  color: var(--pdp-mint);
  border-radius: 18px;
  padding: 44px 42px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pdp-valuestack__panel-eyebrow {
  font-family: var(--pdp-font-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--pdp-lime);
}

.pdp-valuestack__panel-title {
  font-family: var(--pdp-font-display);
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--pdp-white);
  margin: 0;
  line-height: 1.1;
}

.pdp-valuestack__panel-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  color: var(--pdp-mint);
  margin: 0;
  padding: 0;
  list-style: none;
}

.pdp-valuestack__panel-price-row {
  display: flex;
  align-items: baseline;
  gap: 14px;
  padding-top: 6px;
}

.pdp-valuestack__panel-price {
  font-family: var(--pdp-font-display);
  font-size: 48px;
  font-weight: 800;
  color: var(--pdp-white);
  line-height: 1;
}

.pdp-valuestack__panel-compare {
  font-size: 13px;
  color: rgba(233, 242, 234, 0.65);
}

@media (max-width: 989px) {
  .pdp-valuestack__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 749px) {
  .pdp-valuestack__panel-price {
    font-size: 32px;
  }
}
/* END_SECTION:pdp-value-stack */

/* START_SECTION:pdp-variant-guide-cards (INDEX:69) */
.pdp-vguide__card {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pdp-vguide__card--featured {
  outline: 2px solid var(--pdp-lime);
}

.pdp-vguide__badge {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 100%;
  background: var(--pdp-lime);
  color: var(--pdp-black);
  font-family: var(--pdp-font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 7px 14px;
  border-radius: 999px;
  line-height: 1.2;
  white-space: normal;
  overflow-wrap: anywhere;
}

.pdp-vguide__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 14px;
  min-width: 0;
}

.pdp-vguide__media {
  height: 190px;
  border-radius: 0;
}

.pdp-vguide__body {
  padding: 24px 24px 26px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.pdp-vguide__title {
  flex: 1 1 auto;
  min-width: 0;
  font-family: var(--pdp-font-display);
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--pdp-black);
  margin: 0;
}

.pdp-vguide__attrs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13.5px;
}

.pdp-vguide__attr-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid var(--pdp-mint-border);
  padding-bottom: 7px;
}

.pdp-vguide__attr-label {
  color: var(--pdp-muted);
}

.pdp-vguide__price {
  font-family: var(--pdp-font-display);
  font-size: 21px;
  font-weight: 700;
  color: var(--pdp-black);
}
/* END_SECTION:pdp-variant-guide-cards */

/* START_SECTION:visit-us-mykotheke (INDEX:78) */
/* ================= VISIT US – MYKOTHEKE ================= */

.visit-us {
  position: relative !important;
  padding: 100px 40px;
  overflow: hidden;
  background: #eef3ec;
}

/* MAP BACKGROUND */
.visit-us__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.visit-us__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* LIGHT OVERLAY (kao WP) */
.visit-us__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(238,243,236,0.95) 0%,
    rgba(238,243,236,0.9) 40%,
    rgba(238,243,236,0.6) 65%,
    rgba(238,243,236,0.2) 100%
  );
  z-index: 1;
}

/* CONTENT */
.visit-us__inner {
  position: relative;
  z-index: 2;
  max-width: 1440px;
  margin: 0 auto;
}

/* LEFT CONTENT */
.visit-us__content {
  max-width: 520px;
}

.visit-us__title {
  font-family: 'Dosis', sans-serif;
  font-size: 40px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #000;
}

.visit-us__item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-family: 'Dosis', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}






/* CTA */
.visit-us__cta {
  margin-top: 32px;
}

.visit-us__cta a {
  display: inline-block;
  padding: 18px 28px;
  border-radius: 999px;
  background: #000;
  color: #fff;
  font-family: 'Dosis', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .visit-us {
    padding: 80px 20px;
  }

  .visit-us__title {
    font-size: 32px;
  }

  .visit-us__overlay {
    background: rgba(238,243,236,0.92);
  }
  .visit-us__cta a{
    font-size:12px !important;
  }
}

    /* CLICKABLE ICONS */
.visit-us__item--link {
  text-decoration: none;
  color: inherit;
  transition: opacity .2s ease;
}

.visit-us__item--link:hover {
  opacity: 0.9;
}

/* ICON HOVER */
.visit-us__icon {
  transition: background .25s ease, transform .25s ease;
}





/* TEXT HOVER (suptilno) */
.visit-us__item--link span {
  transition: color .2s ease;
}

.visit-us__item--link:hover span {
  color: #000;
}

/* CTA HOVER */
.visit-us__cta a {
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
}

.visit-us__cta a:hover {
  background: #b6e24b;        /* Mykotheke green */
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}
@media (min-width: 769px) {
  .visit-us {
    min-height: 520px;
    padding: 120px 40px;
  }
}
@media (max-width: 768px) {
  .visit-us {
    min-height: auto;
    padding: 80px 20px;
  }
}
.visit-us__bg,
.visit-us__bg img {
  width: 100%;
  height: 100%;
}

/* SVG ICON HOVER – samo unutarnji krug */
.visit-us__item--link svg circle {
  transition: fill .25s ease;
}

.visit-us__item--link svg path {
  transition: stroke .25s ease;
}



.visit-us__item--link:hover svg path {
  stroke: #000;
}


/* HOVER: samo ikonica, krug ostaje crn */
.visit-us__item--link:hover svg path {
  stroke: #b6e24b; /* Mykotheke green */
}
.visit-us{
        max-width: 1140px;
    object-fit: cover;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 500px;
    padding-top: unset;
}


/* BG image switch */
.visit-us__bg--mobile {
  display: none;
}

@media (max-width: 768px) {
  .visit-us__bg--desktop {
    display: none;
  }

  .visit-us__bg--mobile {
    display: block;
  }
}
.visit-us{
  position:relative !important;
}
/* END_SECTION:visit-us-mykotheke */