/* Sebiria custom styles - v7 */
  .product-page {
    --product-accent-color: var(--color-primary, #4FAFA7);
    --product-accent-hover: var(--color-primary-hover, #3f9b94);
    --product-focus-color: var(--color-secondary, #CB7225);
    padding-left: 38px;
    padding-right: 38px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
  }

  .product-page,
  .product-page * {
    box-sizing: border-box;
  }

  .product-page img {
    max-width: 100%;
    height: auto;
  }

  .product-page h1 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 8px;
    padding: 0 0 12px;
    border-bottom: 2px solid var(--product-accent-color);
  }

  .product-page h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 24px 0 10px;
    padding: 6px 0 6px 12px;
    border-left: 4px solid var(--product-accent-color);
    background: #f7fbfb;
  }

  .product-page h3 {
    font-size: 15px;
    line-height: 1.35;
    margin: 16px 0 7px;
    padding-bottom: 4px;
    border-bottom: 1px solid #e5e5e5;
  }

  .product-page p {
    margin: 0 0 7px;
  }

  .product-page strong {
    font-weight: 700;
  }

  .product-page a {
    color: var(--product-accent-color);
    text-decoration: underline;
  }

  .product-page .fragrance-params p {
    margin: 0;
  }

  .product-page .article-anchor-carousel {
    margin: 30px 0 28px;
    padding: 18px;
    background: #faf7f4;
    border-radius: 10px;
    overflow: hidden;
  }

  .product-page .article-anchor-carousel p {
    margin: 0 0 12px;
    font-weight: 700;
  }

  .product-page .article-anchor-track {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    padding-bottom: 25px;
  }

  .product-page .article-anchor-track::-webkit-scrollbar {
    height: 6px;
  }

  .product-page .article-anchor-track::-webkit-scrollbar-track {
    background: transparent;
    margin-right: 120px;
  }

  .product-page .article-anchor-track::-webkit-scrollbar-thumb {
    background: var(--product-accent-color);
    border-radius: 10px;
  }

  .product-page .article-anchor-btn,
  .product-page .article-anchor-btn:link,
  .product-page .article-anchor-btn:visited,
  .product-page .article-anchor-btn:active {
    flex: 0 0 auto;
    scroll-snap-align: start;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 16px;
    border-radius: 999px;
    background: var(--product-accent-color) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    border: 1px solid var(--product-accent-color) !important;
    white-space: nowrap;
  }

  .product-page .article-anchor-btn:hover,
  .product-page .article-anchor-btn:focus {
    background: var(--product-accent-hover) !important;
    color: #ffffff !important;
    border-color: var(--product-accent-hover) !important;
    text-decoration: none !important;
  }

  .product-page .article-anchor-btn:focus-visible,
  .blog-carousel-arrows button:focus-visible,
  .blog-carousel-card:focus-visible {
    outline: 2px solid var(--product-focus-color, #CB7225);
    outline-offset: 3px;
  }

  .product-content-wrapper.product-description-expanded,
  .product-content-wrapper.product-description-expanded .product-content {
    max-height: none !important;
    overflow: visible !important;
  }

  .product-content-wrapper.product-description-expanded::after {
    display: none !important;
  }

  .product-content-wrapper.product-description-expanded .show-more-btn,
  .product-content-wrapper.product-description-expanded + .show-more-btn,
  .product-content-wrapper.product-description-expanded ~ .show-more-btn {
    display: none !important;
  }

  .blog-carousel-wrapper {
    margin: 44px 0;
  }

  .blog-carousel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
  }

  .blog-carousel-header h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
    color: #111;
  }

  .blog-carousel-arrows {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
  }

  .blog-carousel-arrows button {
    width: 38px;
    height: 38px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
  }

  .blog-carousel-arrows button:hover {
    border-color: #111;
  }

  .blog-carousel-viewport {
    overflow: hidden;
  }

  .blog-carousel-track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #bd3f9a transparent;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 28px;
  }

  .blog-carousel-track::-webkit-scrollbar {
    height: 8px;
  }

  .blog-carousel-track::-webkit-scrollbar-track {
    background: transparent;
  }

  .blog-carousel-track::-webkit-scrollbar-thumb {
    background: #bd3f9a;
    border-radius: 999px;
  }

  .blog-carousel-card,
  .blog-carousel-card:link,
  .blog-carousel-card:visited,
  .blog-carousel-card:active {
    flex: 0 0 300px;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 705px;
    border: 1px solid #ececec;
    border-radius: 0;
    padding: 24px 24px 26px;
    background: #fff;
    color: #111 !important;
    text-align: center;
    text-decoration: none !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .blog-carousel-card:hover {
    border-color: #e1e1e1;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
  }

  .blog-carousel-image-wrap {
    width: 100%;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
  }

  .blog-carousel-card img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: contain;
    image-rendering: auto;
  }

  .blog-carousel-card h3 {
    width: 100%;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin: 0 0 18px;
    padding: 0 0 14px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
    color: #222;
    text-align: center;
    text-decoration: none;
  }

  .blog-carousel-price {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0 auto 22px;
    padding: 9px 18px;
    background: #ffc629;
    color: #111;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
  }

  .blog-carousel-description,
  .blog-carousel-card p:not(.blog-carousel-price) {
    width: 100%;
    min-height: 108px;
    margin: 0 0 12px;
    color: #111;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    text-align: center;
  }

  .blog-carousel-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 156px;
    min-height: 56px;
    margin-top: 0;
    padding: 14px 24px;
    border-radius: 0;
    background: #111;
    color: #fff !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none !important;
    border: 1px solid #111;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  }

  .blog-carousel-card:hover .blog-carousel-button,
  .blog-carousel-card:focus .blog-carousel-button {
    background: #000;
    border-color: #000;
    color: #fff !important;
    text-decoration: none !important;
  }

  @media (max-width: 767px) {
    .product-page {
      padding-left: 16px;
      padding-right: 16px;
      font-size: 14px;
      line-height: 1.55;
    }

    .product-page h1 {
      font-size: 22px;
    }

    .product-page h2 {
      font-size: 17px;
      margin: 20px 0 9px;
    }

    .product-page .article-anchor-carousel {
      margin: 20px 0 24px;
      padding: 14px;
      border-radius: 16px;
    }

    .product-page .article-anchor-track {
      gap: 8px;
      width: 100%;
      padding-bottom: 14px;
    }

    .product-page .article-anchor-track::-webkit-scrollbar-track {
      margin-right: 0;
    }

    .product-page .article-anchor-btn {
      max-width: 78vw;
      min-height: 40px;
      padding: 10px 14px;
      font-size: 13px;
      white-space: normal;
      text-align: center;
    }

    .blog-carousel-header {
      align-items: flex-start;
    }

    .blog-carousel-header h2 {
      font-size: 21px;
    }

    .blog-carousel-track {
      gap: 18px;
      padding-bottom: 22px;
    }

    .blog-carousel-card {
      flex-basis: 270px;
      min-height: 660px;
      padding: 20px 20px 24px;
    }

    .blog-carousel-image-wrap {
      height: 250px;
      margin-bottom: 12px;
    }

    .blog-carousel-card img {
      max-width: 230px;
    }

    .blog-carousel-card h3 {
      min-height: 62px;
      font-size: 19px;
      margin-bottom: 16px;
    }

    .blog-carousel-price {
      min-height: 40px;
      margin-bottom: 20px;
      padding: 8px 16px;
      font-size: 17px;
    }

    .blog-carousel-description,
    .blog-carousel-card p:not(.blog-carousel-price) {
      min-height: 104px;
      margin-bottom: 12px;
      font-size: 16px;
      line-height: 1.5;
    }

    .blog-carousel-button {
      min-width: 150px;
      min-height: 54px;
      padding: 13px 22px;
      font-size: 17px;
    }

    .blog-carousel-arrows button {
      width: 36px;
      height: 36px;
      font-size: 24px;
    }
  }

  /* Naposledy prezerané produkty */
  .sebiria-recent,
  .sebiria-recent * {
    box-sizing: border-box;
  }

  .sebiria-recent {
    width: 100%;
    margin: 58px 0 64px;
    position: relative;
    z-index: 2;
  }

  .sebiria-recent__header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
  }

  .sebiria-recent__heading h2 {
    margin: 0 0 6px;
    color: #111;
    font-size: 28px;
    line-height: 1.25;
    font-weight: 700;
  }

  .sebiria-recent__heading p {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
  }

  .sebiria-recent__arrows {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
  }

  .sebiria-recent__arrows button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #dcdcdc;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 27px;
    line-height: 1;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
  }

  .sebiria-recent__arrows button:hover {
    border-color: var(--color-primary, #4FAFA7);
    background: var(--color-primary, #4FAFA7);
    color: #fff;
  }

  .sebiria-recent__arrows button:focus-visible,
  .sebiria-recent-card a:focus-visible {
    outline: 2px solid var(--color-secondary-hover, #ed7402);
    outline-offset: 3px;
  }

  .sebiria-recent__viewport {
    overflow: hidden;
  }

  .sebiria-recent__track {
    display: flex;
    gap: 24px;
    overflow-x: auto;
    padding: 0 0 18px;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #bd4792 transparent;
    -webkit-overflow-scrolling: touch;
  }

  .sebiria-recent__track::-webkit-scrollbar {
    height: 7px;
  }

  .sebiria-recent__track::-webkit-scrollbar-track {
    background: transparent;
  }

  .sebiria-recent__track::-webkit-scrollbar-thumb {
    border-radius: 999px;
    background: #bd4792;
  }

  .sebiria-recent-card {
    flex: 0 0 calc((100% - 72px) / 4);
    min-width: 0;
    overflow: hidden;
    border: 1px solid #ececec;
    background: #fff;
    scroll-snap-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  }

  .sebiria-recent-card:hover {
    border-color: #dedede;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    transform: translateY(-2px);
  }

  .sebiria-recent-card__image-link,
  .sebiria-recent-card__image-link:link,
  .sebiria-recent-card__image-link:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 18px;
    background: #fff;
    color: inherit;
    text-decoration: none;
  }

  .sebiria-recent-card__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.25s ease;
  }

  .sebiria-recent-card:hover .sebiria-recent-card__image {
    transform: scale(1.025);
  }

  .sebiria-recent-card__image-placeholder {
    display: block;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
  }

  .sebiria-recent-card__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 188px;
    padding: 4px 18px 20px;
    text-align: center;
  }

  .sebiria-recent-card h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    margin: 0 0 10px;
    padding: 0;
    border: 0;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
  }

  .sebiria-recent-card h3 a,
  .sebiria-recent-card h3 a:link,
  .sebiria-recent-card h3 a:visited {
    color: #1f1f1f;
    text-decoration: none;
  }

  .sebiria-recent-card h3 a:hover {
    color: var(--color-primary, #4FAFA7);
    text-decoration: none;
  }

  .sebiria-recent-card__price {
    margin: 0 0 16px;
    color: #111;
    font-size: 17px;
    line-height: 1.3;
    font-weight: 700;
  }

  .sebiria-recent-card__button,
  .sebiria-recent-card__button:link,
  .sebiria-recent-card__button:visited,
  .sebiria-recent-card__button:active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: auto;
    padding: 11px 18px;
    border: 1px solid #111;
    background: #111;
    color: #fff !important;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s ease, border-color 0.2s ease;
  }

  .sebiria-recent-card__button:hover {
    border-color: var(--color-secondary-hover, #ed7402);
    background: var(--color-secondary-hover, #ed7402);
    color: #fff !important;
    text-decoration: none !important;
  }

  @media (max-width: 991px) {
    .sebiria-recent-card {
      flex-basis: calc((100% - 36px) / 3);
    }
  }

  @media (max-width: 767px) {
    .sebiria-recent {
      margin: 44px 0 50px;
    }

    .sebiria-recent__header {
      align-items: flex-start;
      gap: 14px;
      margin-bottom: 18px;
    }

    .sebiria-recent__heading h2 {
      font-size: 22px;
    }

    .sebiria-recent__heading p {
      font-size: 14px;
    }

    .sebiria-recent__arrows {
      display: none;
    }

    .sebiria-recent__viewport {
      margin-right: -15px;
    }

    .sebiria-recent__track {
      gap: 14px;
      padding-right: 15px;
      padding-bottom: 14px;
    }

    .sebiria-recent-card {
      flex-basis: 76%;
      max-width: 280px;
    }

    .sebiria-recent-card__image-link {
      padding: 16px;
    }

    .sebiria-recent-card__content {
      min-height: 180px;
      padding: 4px 16px 18px;
    }

    .sebiria-recent-card h3 {
      font-size: 15px;
    }
  }
.sebiria-recent__header {
  position: relative;
  justify-content: center;
}

.sebiria-recent__heading {
  width: 100%;
  padding: 0 100px;
  text-align: center;
}

.sebiria-recent__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (max-width: 767px) {
  .sebiria-recent__heading {
    padding: 0;
    text-align: center;
  }
}