@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

body {
  line-height: 1.5em;
  /* font-family: "Afacad", sans-serif; */
  font-family: "Montserrat", sans-serif;
}

:root {
  --pt-green-main: #6FB23E;
  --pt-green-hover: #5A9733;
  --pt-green-soft: #EAF4E2;

  --pt-brown-main: #6B4423;
  --pt-brown-hover: #55361C;
  --pt-brown-soft: #F2EDE7;

  --pt-bg-main: #F7F5F2;
  --pt-bg-card: #FFFFFF;
  --pt-border: #E2DED7;

  --pt-text-main: #2F2F2F;
  --pt-text-muted: #6F6A63;

  --pt-blue-muted: #5E6F84;
  --pt-blue-border: #C9D3DD;
  --pt-blue-hover-bg: #EEF3F7;

  --pt-accent: #E2A93B;

  --pt-btn-radius: 14px;
  --pt-btn-radius-compact: 10px;
  --pt-btn-height-sm: 40px;
  --pt-btn-height-md: 46px;
  --pt-btn-height-lg: 52px;
  --pt-btn-padding-x-sm: 1rem;
  --pt-btn-padding-x-md: 1.2rem;
  --pt-btn-padding-x-lg: 1.5rem;
  --pt-btn-shadow-hover: 0 10px 22px rgba(47, 47, 47, 0.12);

  --ptk-green: #8cc640;
  --ptk-light-blue: #90cbf7;
  --ptk-blue: #254d93;
  --ptk-brown: #5a3f17;
  --ptk-neutral: #f2f0ea;
  --ptk-white: #ffffff;
  --ptk-text: #1c1c1c;
}

.ptk-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ptk-header {
  background: #90cbf7;
  position: relative;
}

.ptk-top-header {
  padding: 0.25rem 0.5rem;
  background: #593e16;
}

.ptk-top-header__inner,
.ptk-main-nav__inner {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
}

.ptk-top-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}

.ptk-logo-wrap {
  min-width: 0;
}

.ptk-header--checkout .ptk-top-header {
  padding: 0.5rem 0.75rem;
}

.ptk-checkout-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  margin-top: 0.45rem;
  padding: 0.28rem 0.62rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #f6f1e6;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1;
}

.ptk-logo-title {
  margin: 0;
}

.ptk-logo-wrap img {
  max-height: 80px;
  width: auto;
}

.ptk-top-icons {
  display: flex;
  align-items: center;
  gap: 0.45rem;
}

.ptk-header--checkout .ptk-top-icons {
  gap: 0.55rem;
}

.ptk-mobile-menu-toggle {
  display: none;
}

.ptk-mobile-burger {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  background: #402b0d;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  cursor: pointer;
}

.ptk-mobile-burger:hover,
.ptk-mobile-burger:focus {
  background: #ee7b00;
  border-color: #ee7b00;
}

.ptk-mobile-burger__line {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.ptk-account-tools {
  display: inline-flex;
  align-items: center;
  gap: 0;
}

.ptk-account-pill {
  min-height: 40px;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  background: transparent;
  display: inline-flex;
  align-items: stretch;
  white-space: nowrap;
  position: relative;
}

.ptk-account-pill:hover,
.ptk-account-pill:focus-within,
.ptk-account-dropdown.is-open {
  background: #6b4a20;
  border-color: #6b4a20;
}

.ptk-account-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.45rem;
  min-height: 40px;
  padding: 0 0.65rem;
  border: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  color: #000 !important;
  text-decoration: none;
  font: inherit;
  line-height: 1;
  white-space: nowrap;
}

.ptk-account-toggle:focus {
  outline: none;
}

.ptk-account-toggle:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
  border-radius: 10px;
}

.ptk-account-toggle-label {
  max-width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.88rem;
  font-weight: 600;
}

.ptk-account-caret {
  font-size: 0.78rem;
  line-height: 1;
  transform-origin: center;
  transition: transform 0.18s ease, opacity 0.18s ease;
}

.ptk-account-dropdown.is-open .ptk-account-caret {
  transform: rotate(180deg);
}

.ptk-account-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}

.ptk-account-icon svg {
  width: 18px;
  height: 18px;
}

.ptk-account-link {
  font-weight: 700;
  text-decoration: none;
  color: #000 !important;
}

.ptk-account-link:hover {
  color: #5a3f17 !important;
}

.ptk-account-menu {
  position: absolute;
  top: calc(100% + 0.35rem);
  right: 0;
  min-width: 180px;
  padding: 0.3rem;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  background: #402b0d;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.16);
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transform-origin: top right;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

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

.ptk-account-menu__link {
  display: block;
  padding: 0.55rem 0.75rem;
  border-radius: 8px;
  color: #fff !important;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 600;
}

.ptk-account-menu__link:hover,
.ptk-account-menu__link:focus {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  text-decoration: none;
}

.ptk-lang-selector .language-selector {
  position: relative;
  min-width: 76px;
  font-size: 0.87rem;
  color: #000 !important;
}

.ptk-lang-selector .language-selector > span,
.ptk-lang-selector .ptk-lang-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  height: 40px;
  padding: 0 0.6rem;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  background: transparent;
  line-height: 1;
}

.ptk-lang-selector .ptk-lang-trigger {
  cursor: pointer;
  box-shadow: none;
  font: inherit;
  text-decoration: none;
  font-weight: 600;
}

.ptk-lang-selector .ptk-lang-trigger:focus {
  outline: none;
}

.ptk-lang-selector .ptk-lang-trigger:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.28);
}

.ptk-lang-selector .ptk-lang-trigger:hover,
.ptk-lang-selector .ptk-lang-trigger:focus,
.ptk-lang-selector .language-selector.is-open .ptk-lang-trigger {
  background: #6b4a20;
  border-color: #6b4a20;
}

.ptk-lang-selector .ptk-lang-flag {
  font-size: 1rem;
  line-height: 1;
}

.ptk-lang-selector .ptk-lang-label {
  line-height: 1;
  font-weight: 600;
}

.ptk-lang-selector .ptk-lang-chevron {
  font-size: 1.05rem;
  line-height: 1;
}

.ptk-lang-selector .language-selector ul {
  list-style: none;
  padding: 0.2rem;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #402b0d;
  border: 1px solid rgba(28, 28, 28, 0.18);
  border-radius: 10px;
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px);
  transform-origin: top right;
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
}

.ptk-lang-selector .language-selector.is-open ul {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.ptk-lang-selector .language-selector.is-open .ptk-lang-chevron {
  transform: rotate(180deg);
}

.ptk-lang-selector .ptk-lang-chevron {
  transition: transform 0.18s ease;
}

.ptk-lang-selector .language-selector li {
  margin: 0;
}

.ptk-lang-selector .language-selector a {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.42rem 0.5rem;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
}

.ptk-lang-selector .language-selector li.current a,
.ptk-lang-selector .language-selector a:hover {
  background: rgba(255, 255, 255, 0.5);
}

.ptk-icon-link {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(28, 28, 28, 0.18);
  color: var(--ptk-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.ptk-cart-slot,
.ptk-cart-slot #_desktop_cart,
.ptk-cart-slot .blockcart,
.ptk-cart-slot .header {
  display: inline-flex;
  align-items: center;
}

.ptk-cart-slot .blockcart {
  margin: 0;
  background: transparent;
}

.ptk-cart-slot .blockcart .header {
  margin: 0;
}

.ptk-cart-slot .blockcart a {
  text-decoration: none;
}

.ptk-cart-link {
  position: relative;
  overflow: visible;
}

.ptk-cart-badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 999px;
  background: #d61f1f;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18);
}

.ptk-cart-badge.is-bump {
  animation: ptk-cart-bump .34s ease, ptk-cart-pulse 1.1s ease;
}

.ptk-cart-hint {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  padding: 0.32rem 0.6rem;
  border-radius: 999px;
  background: rgba(77, 33, 12, 0.92);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
  z-index: 6;
}

.ptk-cart-hint.is-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

@keyframes ptk-cart-pulse {
  0% { box-shadow: 0 0 0 0 rgba(211, 25, 25, 0.35); }
  70% { box-shadow: 0 0 0 10px rgba(211, 25, 25, 0); }
  100% { box-shadow: 0 0 0 0 rgba(211, 25, 25, 0); }
}

.ptk-cart-fly-image {
  position: fixed;
  z-index: 9999;
  pointer-events: none;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
  transition: transform .7s cubic-bezier(.2,.7,.2,1), opacity .7s ease;
  will-change: transform, opacity;
}

.ptk-cart-fly-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes ptk-cart-bump {
  0% { transform: scale(1); }
  45% { transform: scale(1.18); }
  100% { transform: scale(1); }
}

.ptk-icon-link svg {
  width: 19px;
  height: 19px;
}

.ptk-icon-link:hover,
.ptk-icon-link:focus {
  background: #6b4a20;
  border-color: #6b4a20;
  color: #fff !important;
}

@media (max-width: 768px) {
  .ptk-mobile-menu-toggle {
    display: inline-flex;
    order: 99;
  }

  .ptk-account-toggle-label {
    max-width: 86px;
    font-size: 0.82rem;
  }

  .ptk-account-toggle {
    padding: 0 0.55rem;
  }

  .ptk-account-menu {
    right: 0;
    left: auto;
    min-width: 170px;
  }

  .ptk-main-nav {
    display: none;
  }

  .ptk-mobile-top-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 80;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  }

  .ptk-lang-selector .language-selector-wrapper > .ptk-lang-mobile-label {
    display: none !important;
  }

  .ptk-lang-selector .language-selector {
    position: relative;
    min-width: 60px;
  }

  .ptk-lang-selector .ptk-lang-current {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    height: 40px;
    padding: 0 0.6rem;
    border: 1px solid rgba(28, 28, 28, 0.18);
    border-radius: 10px;
    background: transparent;
    color: #fff !important;
    line-height: 1;
    pointer-events: none;
  }

  .ptk-lang-selector .ptk-lang-native {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
  }

  .ptk-lang-selector .language-selector ul,
  .ptk-lang-selector .language-selector > span.hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ptk-lang-selector .ptk-lang-current .ptk-lang-label {
    display: none;
  }

  .ptk-lang-selector .ptk-lang-current {
    min-width: 40px;
    justify-content: center;
    padding: 0 0.45rem;
  }
}

@media (max-width: 490px) {
  .ptk-top-header {
    padding: 0.2rem 0.35rem;
  }

  .ptk-top-header__inner {
    gap: 0.45rem;
  }

  .ptk-top-icons {
    gap: 0.25rem;
  }

  .ptk-logo-wrap img {
    max-height: 72px;
  }

  .ptk-mobile-burger,
  .ptk-icon-link,
  .ptk-account-pill,
  .ptk-lang-selector .ptk-lang-current {
    height: 34px;
    min-height: 34px;
    border-radius: 8px;
  }

  .ptk-mobile-burger,
  .ptk-icon-link {
    width: 34px;
  }

  .ptk-mobile-burger__line {
    width: 15px;
  }

  .ptk-icon-link svg,
  .ptk-account-icon svg {
    width: 16px;
    height: 16px;
  }

  .ptk-account-toggle {
    padding: 0 0.45rem;
    gap: 0.35rem;
  }

  .ptk-account-toggle,
  .ptk-account-link,
  .ptk-account-toggle-label,
  .ptk-lang-selector .ptk-lang-label,
  .ptk-lang-selector .ptk-lang-chevron {
    font-size: 0.78rem;
  }

  .ptk-lang-selector .ptk-lang-current {
    padding: 0 0.45rem;
  }

  .ptk-lang-selector .ptk-lang-flag {
    font-size: 0.88rem;
  }
}

@media (max-width: 467px) {
  .ptk-account-toggle-label {
    max-width: 64px;
    font-size: 12px;
    display: none;
  }
}

.ptk-main-nav {
  background: #8cc640;
  color: var(--ptk-white);
  padding: 0.08rem 0;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

.ptk-finder-cta {
  background: linear-gradient(180deg, #f3efe6 0%, #e9e2d3 100%);
  border-bottom: 1px solid rgba(89, 62, 22, 0.12);
  position: relative;
  z-index: 10;
  box-shadow: 0 6px 14px rgba(89, 62, 22, 0.04);
}

.ptk-finder-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0) 24%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.22) 0%, rgba(255, 255, 255, 0) 58%);
  pointer-events: none;
}

.ptk-finder-cta__inner {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
  padding: 0.56rem 0.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9rem;
  position: relative;
}

.ptk-finder-cta__text {
  margin: 0;
  color: #593e16;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ptk-finder-cta__text::before {
  content: "";
  width: 15px;
  height: 15px;
  background: url("../img/icons/path_icon.png") center / contain no-repeat;
  opacity: 0.82;
  filter: saturate(0.82) brightness(0.94);
  flex: 0 0 auto;
}

.ptk-finder-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 1rem;
  border: 1px solid rgba(106, 151, 51, 0.9);
  border-radius: 11px;
  background: var(--pt-green-main);
  color: #fff !important;
  text-decoration: none !important;
  font-size: 0.89rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 5px 12px rgba(111, 178, 62, 0.12);
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}

.ptk-finder-cta__button:hover,
.ptk-finder-cta__button:focus {
  background: var(--pt-green-hover);
  border-color: var(--pt-green-hover);
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(111, 178, 62, 0.16);
  filter: saturate(1.04);
}

.ptk-finder-cta__button:focus-visible {
  outline: 2px solid rgba(37, 77, 147, 0.24);
  outline-offset: 2px;
}

.ptk-lang-selector .language-selector ul,
.ptk-account-menu {
  z-index: 9999;
}

.ptk-main-nav__desktop {
  display: none;
}

.ptk-main-nav__mobile {
  display: block;
}

.ptk-mobile-top-menu {
  background: #8cc640 !important;
  border-top: 1px solid rgba(28, 28, 28, 0.08);
}

.ptk-mobile-top-menu__inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0.4rem 0.75rem 0.8rem;
}

.ptk-mobile-top-menu .top-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ptk-mobile-top-menu .top-menu > li > a {
  display: block;
  padding: 0.55rem 0;
  color: #fff !important;
  font-weight: 600;
  text-decoration: none;
}

.ptk-mobile-top-menu .top-menu .sub-menu,
.ptk-mobile-top-menu .top-menu .collapse {
  padding-left: 0.75rem;
  background: #8cc640;
}

.ptk-mobile-top-menu .top-menu .popover,
.ptk-mobile-top-menu .top-menu .sub-menu {
  background: #8cc640;
}
#mobile_top_menu_wrapper .top-menu .sub-menu {background: #6fb23e;}

.ptk-burger {
  list-style: none;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ptk-white);
  cursor: pointer;
}

.ptk-burger::-webkit-details-marker {
  display: none;
}

.ptk-burger svg {
  width: 21px;
  height: 21px;
}

.ptk-main-nav__panel {
  display: flex;
  flex-direction: column;
  padding: 0 0 0.75rem;
}

.ptk-main-nav__panel a,
.ptk-main-nav__desktop a {
  color: var(--ptk-white);
  text-decoration: none;
  font-weight: 600;
}

.ptk-main-nav__panel a {
  padding: 0.5rem 0;
}

.ptk-home {
  color: var(--ptk-text);
  margin: 0;
  padding-bottom: 3rem;
}

.ptk-hero {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  min-height: 680px;
  overflow: hidden;
}

.ptk-hero__media {
  position: absolute;
  inset: 0;
}

.ptk-hero__media > * {
  height: 100%;
}

.ptk-hero__media .carousel,
.ptk-hero__media .carousel-inner,
.ptk-hero__media .carousel-item,
.ptk-hero__media .carousel-item a,
.ptk-hero__media .carousel-item figure {
  height: 100%;
}

.ptk-hero__media .carousel {
  width: 100%;
  left: 0;
  margin-left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  background: transparent;
  box-shadow: none;
}

.ptk-hero__media .carousel-item a,
.ptk-hero__media .carousel-item figure {
  display: block;
  width: 100%;
  margin: 0;
}

.ptk-hero__media .container,
.ptk-hero__media .homeslider-container {
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
}

.ptk-hero__media img {
  width: 100%;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.ptk-hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.ptk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}

.ptk-btn--primary {
  background: #5a3f17;
  color: var(--ptk-white);
  padding: 0.78rem 1.5rem;
  min-width: 215px;
}

.ptk-btn--small {
  background: var(--ptk-green);
  color: var(--ptk-text);
  padding: 0.58rem 1rem;
  width: 100%;
}

.ptk-trust,
.ptk-trails,
.ptk-numbers,
.ptk-help,
.ptk-final-cta {
  max-width: 1160px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.ptk-trust {
  display: none;
  margin-top: -25px;
  position: relative;
  z-index: 2;
  gap: 0.85rem;
}

.ptk-trust__card {
  border: 1px solid rgba(28, 28, 28, 0.1);
  padding: 1rem;
}

.ptk-trust__card h2 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.3rem;
  margin: 0 0 0.35rem;
}

.ptk-trust__icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex: 0 0 22px;
}

.ptk-trust__card p {
  margin: 0;
  font-size: 0.98rem;
}

.ptk-trails {
  display: none;
  margin-top: 2rem;
  padding: 2rem;
  border-radius: 10px;
  border: 1px solid #e8eadd;
  background: #f6f7f2;
}

.ptk-trails h2,
.ptk-numbers h2,
.ptk-help h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 5vw, 2.25rem);
}

.ptk-trails .featured-products {
  margin: 0;
}

.ptk-trails__carousel {
  position: relative;
  padding: 0 2.1rem;
}

.ptk-trails__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid rgba(28, 28, 28, 0.2);
  border-radius: 999px;
  background: var(--ptk-white);
  color: var(--ptk-text);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 3;
}

.ptk-trails__arrow--prev {
  left: 0;
}

.ptk-trails__arrow--next {
  right: 0;
}

.ptk-trails__arrow:disabled {
  opacity: 0.35;
  cursor: default;
}

.ptk-trails--no-overflow .ptk-trails__arrow {
  display: none;
}

.ptk-trails .featured-products .products-section-title,
.ptk-trails .featured-products .all-product-link {
  display: none;
}

.ptk-trails .featured-products .products.row {
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.9rem;
  overflow-x: auto;
  padding: 0 0 0.25rem;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.ptk-trails .featured-products .products.row::-webkit-scrollbar {
  display: none;
}

.ptk-trails .featured-products .products.row > .js-product {
  scroll-snap-align: start;
  flex: 0 0 83%;
  max-width: 83%;
  width: auto;
  padding: 0;
  float: none;
}


.ptk-trails .featured-products .product-miniature,
.ptk-trails .featured-products .thumbnail-container {
  height: 100%;
}

.ptk-trails .featured-products .thumbnail-container {
  border: 1px solid rgba(28, 28, 28, 0.1);
  overflow: hidden;
  background: var(--ptk-white);
  display: flex;
  flex-direction: column;
}

.ptk-trails .featured-products .product-thumbnail img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.ptk-trails .featured-products .highlighted-informations,
.ptk-trails .featured-products .product-flags,
.ptk-trails .featured-products .product-price-and-shipping,
.ptk-trails .featured-products .quick-view,
.ptk-trails .featured-products .variant-links {
  display: none !important;
}

.ptk-trails .featured-products .product-description {
  padding: 0.9rem;
  flex: 1;
}

.ptk-trails .featured-products .product-title {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.2;
}

.ptk-trails .featured-products .product-title a {
  color: var(--ptk-text);
  text-decoration: none;
}

.ptk-trails .featured-products .product-title a:hover {
  color: var(--ptk-text);
}

.ptk-numbers {
  margin-top: 2.3rem;
}

.ptk-numbers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.ptk-number-box {
  background: var(--ptk-white);
  border: 1px solid rgba(28, 28, 28, 0.1);
  border-radius: 10px;
  padding: 1rem 0.7rem;
  text-align: center;
}

.ptk-number-box__value {
  margin: 0;
  font-size: clamp(1.8rem, 5.2vw, 2.25rem);
  font-weight: 700;
  color: var(--ptk-brown);
  line-height: 1.1;
}

.ptk-number-box__label {
  margin: 0.25rem 0 0;
  font-size: 0.95rem;
}

.ptk-help {
  margin-top: 2.3rem;
  display: grid;
  gap: 1rem;
  align-items: center;
}

.ptk-help__media {
  border-radius: 10px;
  overflow: hidden;
}

.ptk-help__media img {
  width: 100%;
  display: block;
  object-fit: cover;
  min-height: 220px;
}

.ptk-help__content h2 {
  margin-bottom: 0.9rem;
}

.ptk-final-cta {
  margin-top: 2.5rem;
  text-align: center;
}

.ptk-final-cta p {
  margin: 0 0 1rem;
  font-size: clamp(1.7rem, 5vw, 2.45rem);
  line-height: 1.2;
}

@media (min-width: 768px) {
  .ptk-main-nav {
    position: relative;
    background: var(--ptk-green);
    z-index: 1000;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li {
    position: static;
    margin: 0;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > a {
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 0 0.6rem;
    color: #fff;
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li:hover > a,
  #_desktop_top_menu .top-menu[data-depth="0"] > li.current > a,
  #_desktop_top_menu .top-menu[data-depth="0"] > li:focus-within > a {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li.ptk-mainmenu-planner-cta {
    margin-left: auto;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li.ptk-mainmenu-planner-cta > a {
    padding: 0 1.08rem;
    background: rgba(25, 66, 79, 0.22);
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.045em;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li.ptk-mainmenu-planner-cta:hover > a,
  #_desktop_top_menu .top-menu[data-depth="0"] > li.ptk-mainmenu-planner-cta:focus-within > a {
    background: rgba(255, 255, 255, 0.28);
    color: #fff;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > .popover.sub-menu {
    position: absolute;
    top: 100%;
    left: 50% !important;
    right: auto;
    z-index: 2000;
    width: 100vw;
    max-width: none;
    min-width: 100vw;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    transform: translateX(-50%) translateY(-10px);
    background: rgba(0, 0, 0, 0.6);
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform 0.24s ease, opacity 0.24s ease, visibility 0s linear 0.24s;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li:hover > .popover.sub-menu,
  #_desktop_top_menu .top-menu[data-depth="0"] > li:focus-within > .popover.sub-menu {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform 0.24s ease, opacity 0.24s ease;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > .popover.sub-menu::before,
  #_desktop_top_menu .top-menu[data-depth="0"] > li > .popover.sub-menu::after {
    display: none;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > .popover.sub-menu > .top-menu[data-depth="1"] {
    max-width: 1160px;
    margin: 0 auto;
    padding: 1.35rem 1.25rem 1.55rem;
    column-count: 3;
    column-gap: 3.5rem;
    list-style: none;
  }

  #_desktop_top_menu .top-menu[data-depth="0"] > li > .popover.sub-menu > .top-menu[data-depth="1"] > li {
    break-inside: avoid;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] a {
    display: inline-block;
    padding: 0.5rem 0 0.5rem 0.5rem;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-decoration: none;
    white-space: normal;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] a:hover,
  #_desktop_top_menu .top-menu[data-depth="1"] a:focus {
    color: #5a3f17;
    background: #8cc640;
    text-decoration: none;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] .top-menu[data-depth="2"] {
    margin: 0.2rem 0 0.5rem;
    padding: 0;
    list-style: none;
  }

  #_desktop_top_menu .top-menu[data-depth="1"] .top-menu[data-depth="2"] a {
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-transform: none;
  }

  .ptk-main-nav__desktop {
    display: flex;
    align-items: center;
    gap: 1.35rem;
    min-height: 44px;
  }

  .ptk-main-nav__mobile {
    display: none;
  }

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

  .ptk-trails .featured-products .products.row > .js-product {
    flex-basis: 46%;
    max-width: 46%;
  }

  .ptk-help {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .ptk-numbers__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  .ptk-trails__arrow {
    width: 2.55rem;
    height: 2.55rem;
    font-size: 1.7rem;
  }

  .ptk-hero {
    min-height: 600px;
  }

  .ptk-trails .featured-products .products.row {
    overflow-x: auto;
  }

  .ptk-trails .featured-products .products.row > .js-product {
    flex: 0 0 calc((100% - 1.8rem) / 3);
    max-width: calc((100% - 1.8rem) / 3);
  }
}

.ptk-search-trigger {
  padding: 0;
}

.ptk-search-overlay {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.26s ease, visibility 0s linear 0.26s;
  z-index: 1200;
}

.ptk-search-overlay:target {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.26s ease;
}

.ptk-search-overlay__backdrop {
  position: absolute;
  inset: 0;
  display: block;
  background:
    radial-gradient(circle at 50% 18%, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(20, 24, 18, 0.64);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 0;
  padding: 0;
  opacity: 0;
  transition: opacity 0.26s ease;
}

.ptk-search-overlay:target .ptk-search-overlay__backdrop {
  opacity: 1;
}

.ptk-search-overlay__panel {
  position: relative;
  width: min(740px, calc(100vw - 1.4rem));
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid rgba(47, 61, 42, 0.1);
  box-shadow: 0 34px 80px rgba(16, 22, 14, 0.3), 0 1px 0 rgba(255, 255, 255, 0.88) inset;
  padding: 3.15rem 1.15rem 1.15rem;
  transform: translateY(18px) scale(0.97);
  opacity: 0;
  overflow: visible;
}

.ptk-search-overlay:target .ptk-search-overlay__panel {
  animation: ptk-search-bounce 0.52s cubic-bezier(0.2, 0.9, 0.2, 1) forwards;
}

.ptk-search-overlay__panel::before {
  content: none;
}

@keyframes ptk-search-bounce {
  0% {
    transform: translateY(18px) scale(0.97);
    opacity: 0;
  }

  70% {
    transform: translateY(-3px) scale(1.003);
    opacity: 1;
  }

  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}

.ptk-search-overlay__close {
  position: absolute;
  right: 1rem;
  top: 0.9rem;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(47, 61, 42, 0.12);
  background: #f4f3ef;
  color: #263024;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(16, 22, 14, 0.08);
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.ptk-search-overlay__close:hover,
.ptk-search-overlay__close:focus-visible {
  background: #e8ece2;
  color: #172015;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(16, 22, 14, 0.12);
}

.ptk-search-overlay__content {
  width: 100%;
}

.ptk-search-overlay #search_widget {
  width: 100%;
  margin: 0;
  overflow: visible;
}

.ptk-search-overlay #search_widget form {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  border: 1px solid rgba(47, 61, 42, 0.16);
  border-radius: 18px;
  background: var(--ptk-white);
  padding: 0.72rem 0.82rem;
  box-shadow: 0 12px 28px rgba(16, 22, 14, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.ptk-search-overlay #search_widget form:focus-within {
  border-color: rgba(107, 175, 69, 0.52);
  background: #fffefb;
  box-shadow: 0 0 0 4px rgba(107, 175, 69, 0.13), 0 16px 34px rgba(16, 22, 14, 0.1);
}

.ptk-search-overlay #search_widget .search {
  position: static;
  padding: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #eef5e9;
  color: #557c36;
  font-size: 1.15rem;
  flex: 0 0 auto;
}

.ptk-search-overlay #search_widget input[name='s'] {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: 0;
  font-size: 1.06rem;
  line-height: 1.35;
  color: #20251f;
  background: transparent;
}

.ptk-search-overlay #search_widget input[name='s']::placeholder {
  color: rgba(32, 37, 31, 0.5);
}

.ptk-search-overlay #search_widget .clear {
  position: static;
  padding: 0;
  width: 1.95rem;
  height: 1.95rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #f0efe9;
  cursor: pointer;
  font-size: 1.05rem;
  color: rgba(32, 37, 31, 0.64);
  transition: background 0.18s ease, color 0.18s ease;
}

.ptk-search-overlay #search_widget .clear:hover {
  background: #e4e8dc;
  color: #1e261d;
}

.ptk-search-overlay__hint {
  margin: 0.78rem 0 0;
  color: rgba(32, 37, 31, 0.62);
  font-size: 0.92rem;
  line-height: 1.45;
  text-align: center;
}

.ptk-search-overlay .ui-autocomplete.searchbar-autocomplete,
.ui-autocomplete.searchbar-autocomplete {
  z-index: 1305;
  margin-top: 0.65rem;
  padding: 0.45rem;
  border: 1px solid rgba(47, 61, 42, 0.1);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(16, 22, 14, 0.16);
  overflow: hidden;
}

.ui-autocomplete.searchbar-autocomplete li a,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 58px;
  padding: 0.68rem 0.75rem;
  border: 0;
  border-radius: 13px;
  background: transparent;
  color: #252b24;
  line-height: 1.35;
}

.ui-autocomplete.searchbar-autocomplete li a:hover,
.ui-autocomplete.searchbar-autocomplete li a.ui-state-focus {
  background: #f5f7f1;
  color: #1d251c;
  cursor: pointer;
}

.ui-autocomplete.searchbar-autocomplete li a .autocomplete-thumbnail {
  float: none;
  width: 52px;
  height: 38px;
  margin: 0;
  border-radius: 9px;
  object-fit: cover;
  flex: 0 0 52px;
}

@media (min-width: 768px) {
  .ptk-search-overlay__panel {
    padding: 3.35rem 1.55rem 1.35rem;
  }

  .ptk-search-overlay #search_widget input[name='s'] {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .ptk-search-overlay {
    align-items: flex-start;
    padding-top: 5.5rem;
  }

  .ptk-search-overlay__panel {
    border-radius: 20px;
    padding: 3rem 0.92rem 1.05rem;
  }

  .ptk-search-overlay #search_widget form {
    border-radius: 16px;
    padding: 0.62rem 0.7rem;
  }

  .ptk-search-overlay__hint {
    font-size: 0.86rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ptk-search-overlay,
  .ptk-search-overlay__backdrop {
    transition: none;
  }

  .ptk-search-overlay:target .ptk-search-overlay__panel {
    animation: none;
    transform: none;
    opacity: 1;
  }
}


#index #wrapper {
  padding-top: 0;
}

#wrapper {
  background-color: #f4f7f0;
  background-image: url('../img/background.png');
  background-repeat: repeat;
}


#header a {
  color: #fff;
}

#header a:hover {
  color: #fdf2b9;
}

.ptk-lang-selector a {
  color: #000 !important;
}

.ptk-icon-link {
  background: transparent;
}

#header .top-menu a[data-depth="0"]:hover, a:hover {
  color: #fff;
}

.ptk-trails h2 {
  font-size: 2rem;
}

#footer {
  padding-top: 8rem;
  background: #f4f7f0 url('../img/bg-footer-before.png') no-repeat 50% 7%;
}

#footer,
#footer p,
#footer li,
#footer span,
#footer div,
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6,
#footer a {
  color: #fff;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #f39c12;
}

#block_myaccount_infos .myaccount-title a {
  color: #fff;
}


.map-supporter {
  background: linear-gradient(180deg, rgba(144,203,247,.10), rgba(140,198,64,.06));
}

button,
.btn,
a.btn,
input[type='button'],
input[type='submit'],
input[type='reset'],
.ptk-btn {
  border-radius: 5px !important;
}

.footer-container {
  margin-top: .25rem;
  padding-top: 3rem;
  box-shadow: none;
  background: linear-gradient(0deg, #3a270b 20%, #5a3f17 100%);
}

body#checkout #footer {
  margin-top: 0;
  padding-top: 8rem;
  padding-left: 0;
  padding-right: 0;
  background: #f4f7f0 url('../img/bg-footer-before.png') no-repeat 50% 7%;
}

body#checkout #footer .footer-container {
  margin-top: .25rem;
  padding-top: 3rem;
  box-shadow: none;
  background: linear-gradient(0deg, #3a270b 20%, #5a3f17 100%);
}

body#checkout #footer .footer-container--checkout-simple {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ptk-checkout-footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem 0.7rem;
  margin: 0 0 0.9rem;
  text-align: center;
}

.ptk-checkout-footer-links__link,
.ptk-checkout-footer-links__link a {
  color: #fff;
  font-size: 0.92rem;
  line-height: 1.45;
}

.ptk-checkout-footer-links__link a {
  text-decoration: none;
}

.ptk-checkout-footer-links__link a:hover,
.ptk-checkout-footer-links__link a:focus,
.ptk-checkout-footer-links__link:hover,
.ptk-checkout-footer-links__link:focus {
  color: #f39c12;
  text-decoration: none;
}

.ptk-checkout-footer-links__separator {
  color: rgba(255, 255, 255, 0.45);
}

.copy--checkout-simple {
  margin-bottom: 0;
}

#checkout .copy {
  background: none;
}

.ptk-trust__card,
.ptk-trails .featured-products .thumbnail-container {
  border-radius: 5px;
}

.ptk-trust__card {
  background: #f9f5ee;
}

.ptk-trust__card p {
  color: #5a3f17;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1535px;
    width: 100%;
  }
}

#js-product-list-header .ptk-category-header .block-category-inner {
  display: block;
}

#js-product-list-header .ptk-category-header .category-cover {
  display: block !important;
  width: 100%;
  margin: 0 0 1rem;
}

#js-product-list-header .ptk-category-header .category-cover img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}

#js-product-list-header .ptk-category-header #category-description {
  margin-top: 0;
  color: #5a3f17;
}

.block-category .block-category-inner #category-description strong {
  color: #000;
  font-weight: 700;
}

.block-category h1 {
  font-size: 1.4rem;
}

.block-category .block-category-inner #category-description .page-content.page-cms ul,
.block-category .block-category-inner #category-description p,
.page-content.page-cms .block-category .block-category-inner #category-description ul {
  line-height: 24px;
}

.card-block {
  background: rgba(255, 255, 255, 0.4);
}

.page-content.page-cms ul,
.page-content.page-cms p {
  color: #333;
  line-height: 26px;
  font-weight: 500;
  font-size: 1rem;
}


/* PortofinoTrek – Confronto piani (cards + gruppi + tooltip + FAQ) */
.pt-plans{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;color:#1b1b1b}
.pt-wrap{max-width:1100px;margin:0 auto;padding:18px}

/* Hero: SOLO verdi (no blu) */
.pt-hero{
  padding:16px 14px;border-radius:18px;
  background:linear-gradient(135deg,#8cc640 0%, #2c5b18 100%);
  color:#fff
}
.pt-hero h1{margin:0 0 8px;font-size:1.55rem;line-height:1.15}
.pt-hero p{margin:0;opacity:.92;font-size:1rem}
.pt-note{margin-top:10px;font-size:.93rem;opacity:.92}

/* Grid */
.pt-grid{display:grid;gap:14px;margin-top:16px}
@media(min-width:900px){.pt-grid{grid-template-columns:repeat(3,1fr)}}

/* Card
   IMPORTANT: overflow deve essere visibile altrimenti i tooltip vengono tagliati */
.pt-card{
  background:#fff;
  border:1px solid rgba(37,77,147,.14);
  border-radius:18px;
  overflow:visible;
  box-shadow:0 6px 18px rgba(0,0,0,.06);
  position:relative;
  z-index:1;
}
.pt-top{padding:14px 14px 12px;border-bottom:1px solid rgba(37,77,147,.10);border-radius:18px 18px 0 0;min-height:175px}
.pt-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;font-size:.82rem;background:rgba(37,77,147,.08);color:#254d93}
.pt-badge{
  display:inline-flex;align-items:center;
  padding:4px 9px;border-radius:999px;
  font-size:.72rem;font-weight:750;
  background:rgba(140,198,64,.18);border:1px solid rgba(140,198,64,.35);
  color:#2c5b18
}
.pt-title{margin:10px 0 6px;font-size:1.12rem}
.pt-price{margin:0;font-weight:800;font-size:1.18rem}
.pt-sub{margin:6px 0 0;font-size:.93rem;opacity:.85}

.pt-body{padding:12px 14px 14px}

/* Column soft backgrounds */
.pt-card--free{background:linear-gradient(180deg, rgba(140,198,64,.07) 0%, #fff 52%)}
.pt-card--supporter{border-color:rgba(140,198,64,.45);background:linear-gradient(180deg, rgba(140,198,64,.12) 0%, #fff 52%)}
.pt-card--supporter .pt-pill{background:rgba(140,198,64,.18);color:#2c5b18}
.pt-card--plus{border-color:rgba(90,63,23,.28);background:linear-gradient(180deg, rgba(90,63,23,.08) 0%, #fff 52%)}
.pt-card--plus .pt-pill{background:rgba(90,63,23,.12);color:#5a3f17}

/* Groups */
.pt-group{margin-top:10px}
.pt-group:first-child{margin-top:0}
.pt-group-title{
  font-size:.78rem;text-transform:uppercase;letter-spacing:.06em;
  opacity:.75;margin:10px 0 8px
}
.pt-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}
.pt-li{display:flex;gap:10px;align-items:flex-start;line-height:1.25}

/* Icons */
.pt-ico{width:18px;height:18px;flex:0 0 18px;margin-top:2px}
.pt-yes{color:#2c5b18}

/* Info icon (la “i”) */
.pt-info{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:18px;height:18px;
  margin-left:8px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  line-height:1;
  background:rgba(37,77,147,.10);
  border:1px solid rgba(37,77,147,.18);
  color:#254d93;
  vertical-align:middle;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  padding:0;
}

/* Tooltip (solo CSS) */
.pt-tip{
  position:relative;
  cursor:help;
}
.pt-tip::after{
  content:attr(data-tip);
  position:absolute;
  left:0;
  top:120%;
  min-width:240px;
  max-width:320px;
  padding:9px 10px;
  background:#fff;color:#111;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  box-shadow:0 12px 26px rgba(0,0,0,.12);
  opacity:0;
  transform:translateY(-6px);
  pointer-events:none;
  transition:opacity .15s ease, transform .15s ease;
  z-index:9999;
}
.pt-tip::before{
  content:"";
  position:absolute;left:14px;top:112%;
  width:10px;height:10px;
  background:#fff;
  border-left:1px solid rgba(0,0,0,.12);
  border-top:1px solid rgba(0,0,0,.12);
  transform:rotate(45deg);
  opacity:0;
  transition:opacity .15s ease;
  z-index:10000;
}
.pt-tip:hover::after,.pt-tip:hover::before{opacity:1;transform:translateY(0)}

/* CTA */
.pt-cta{display:flex;flex-direction:column;gap:10px;margin-top:14px}
.pt-btn{
  display:inline-flex;justify-content:center;align-items:center;
  text-decoration:none;border-radius:14px;padding:12px 14px;font-weight:800
}
.pt-btn--pri{background:#254d93;color:#fff}
.pt-btn--sec{background:rgba(37,77,147,.08);color:#254d93;border:1px solid rgba(37,77,147,.18)}
.pt-btn--plus{background:#5a3f17;color:#fff}

/* Divider + FAQ */
.pt-divider{height:1px;background:rgba(0,0,0,.08);margin:18px 0}
.pt-qa h2{font-size:1.05rem;margin:0 0 10px}
.pt-qa details{border:1px solid rgba(0,0,0,.10);border-radius:14px;padding:10px 12px;background:#fff}
.pt-qa details+details{margin-top:10px}
.pt-qa summary{cursor:pointer;font-weight:800}
.pt-qa p{margin:8px 0 0;opacity:.9}
.page-content.page-cms {
  background: rgba(255,255,255,.4);
  border-radius: 15px;
}

.pt-btn.pt-btn--sec {
  background: #fff;
}

.pt-no {
  color: rgba(211, 25, 25, 0.55);
}

.pt-btn.pt-btn--sec:hover {background: #7fa836;}

.pt-card--plus {background: linear-gradient(180deg, rgba(255, 179, 0, 0.21) 0%, #fff 52%)}
.pt-card--supporter {background: linear-gradient(180deg, rgba(140, 208, 51, 0.21) 0%, #fff 52%)}
.pt-card--free {background: linear-gradient(180deg, rgba(64, 173, 198, 0.11) 0%, #fff 52%)}

/* Tooltip apribile via tap (mobile) */
.pt-tip.pt-open::after,
.pt-tip.pt-open::before{
  opacity:1 !important;
  transform:translateY(0) !important;
}



.pt-btn.pt-btn--pri:hover {background:#0a2e66}
.pt-btn.pt-btn--plus:hover {background:#4d210c }
#cms .pt-btn.pt-btn--plus:hover, #cms .pt-btn.pt-btn--pri:hover {color:#fff!important;}

.tax-shipping-delivery-label {display:none !important;}

/* PortofinoTrek – short description (scoped) */
.pt-sdesc *{box-sizing:border-box}
.pt-sdesc .pt-kicker{font-size:.85rem;opacity:.85;margin:0 0 6px}
.pt-sdesc .pt-title{font-size:1.05rem;font-weight:700;margin:0 0 8px;line-height:1.2}
.pt-sdesc .pt-sub{margin:0 0 10px;color:#2b2b2b;line-height:1.35}
.pt-sdesc .pt-box{background:rgba(140,198,64,.10);border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:10px 12px;margin:10px 0}
.pt-sdesc .pt-row{display:flex;align-items:flex-start;gap:8px;margin:6px 0}
.pt-sdesc .pt-dot{width:8px;height:8px;border-radius:99px;margin-top:6px;flex:0 0 8px;background:#8cc640}
.pt-sdesc .pt-dot.gold{background:#c9a34f}
.pt-sdesc .pt-row b{font-weight:700}
.pt-sdesc .pt-ul{margin:6px 0 0;padding:0 0 0 0;list-style:none}
.pt-sdesc .pt-li{display:flex;gap:8px;align-items:flex-start;margin:6px 0;line-height:1.25}
.pt-sdesc .pt-check{width:18px;height:18px;flex:0 0 18px;margin-top:2px;color:#2e7d32}
.pt-sdesc .pt-muted{color:#556;opacity:.9}
.pt-sdesc .pt-note{margin:10px 0 0;font-size:.9rem;color:#244;opacity:.92}
.pt-sdesc .pt-note b{font-weight:700}
.pt-sdesc .pt-hr{height:1px;background:rgba(0,0,0,.10);margin:10px 0}
@media(min-width:768px){
  .pt-sdesc .pt-box{padding:12px 14px}
}
#product-description-short ol li, #product-description-short ul li, .product-information .product-description ol li, .product-information .product-description ul li {color:#533202;}
/* ===========================
   PortofinoTrek – Long description (Elementor)
   Scoped: .pt-long
=========================== */
.pt-long {
  color: #1b1b1b;
  line-height: 26px;
}
.pt-long *{box-sizing:border-box}
.pt-long .pt-section{margin:26px 0}
.pt-long .pt-h2{font-size:1.55rem;line-height:1.15;margin:0 0 10px;color:#0f2a1a}
.pt-long .pt-h3{font-size:1.15rem;line-height:1.2;margin:0 0 10px}
.pt-long .pt-p{margin:0 0 10px;line-height:1.55;color:#2a2a2a}
.pt-long .pt-muted{opacity:.82}

.pt-long .pt-card{
  border:1px solid rgba(0,0,0,.10);
  border-radius:16px;
  padding:14px;
  background:#fff;
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}

/* sfondo tenue, NON verde “forte” */
/* varianti leggere per sezioni */
.pt-long .pt-card--soft{background:rgba(140,198,64,.08)}
.pt-long .pt-card--plus{background:rgba(144,203,247,.14); border-color:rgba(37,77,147,.18)}

.pt-long .pt-grid{display:grid;gap:12px}
@media(min-width:900px){
  .pt-long .pt-grid--2{grid-template-columns:1fr 1fr}
}
.pt-long .pt-align-center{align-items:center}

.pt-long .pt-list{list-style:none;padding:0;margin:10px 0 0}
.pt-long .pt-li{display:flex;gap:10px;align-items:flex-start;margin:9px 0;line-height:1.35}
.pt-long .pt-ico{width:18px;height:18px;flex:0 0 18px;margin-top:2px;color:#2e7d32}

.pt-long .pt-badge{
  display:inline-block;
  font-size:.78rem;
  padding:3px 8px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:rgba(255,255,255,.8);
  margin-left:8px;
  vertical-align:middle;
}
.pt-long .pt-badge--plus{border-color:rgba(201,163,79,.55)}

.pt-long .pt-note{margin-top:12px}
.pt-long .pt-alert{color:#b42318;text-decoration:underline;font-weight:800}

.pt-sdesc .pt-alert{color:#b42318;text-decoration:underline;font-weight:800}

.pt-long .pt-step {
  background: #eff9fb;
  padding: 20px;
  width: 33%;
  margin: 0 5px;
  border: 1px solid #ccc;
  border-radius: 15px;
}
.tabs {
  padding: 1.25rem 1.875rem;
  margin-top: 2rem;
  margin-bottom: 3rem;
  background: rgba(255,255,255,.5);
  border-radius: 10px;
}

#product #description .product-description {
  background: none;
  border: 0;
  border-radius: 0 0 14px 14px;
  padding: 1rem 1.1rem;
  color: #593e16;
  font-size: 1rem;
  line-height: 26px;
}

#product #description .product-description > :first-child {
  margin-top: 0;
}

#product #description .product-description > :last-child {
  margin-bottom: 0;
}

#product #description .product-description p {
  margin: 0 0 0.85rem;
  color: #593e16;
  line-height: 26px;
}

#product #description .product-description p + p {
  margin-top: 0.1rem;
}

#product #description .product-description p:first-of-type {
  border-left: 3px solid #1f5b3a;
  padding-left: 0.9rem;
  margin-bottom: 1.15rem;
  font-weight: 600;
}

#product #description .product-description strong {
  color: #184a30;
  font-weight: 700;
}

#product #description .product-description a,
#product #description .product-description a:visited {
  color: #1f5b3a;
  text-decoration: none;
}

#product #description .product-description a:hover,
#product #description .product-description a:focus {
  color: #1f5b3a;
  text-decoration: underline;
}

@media (max-width: 768px) {
  #product #description .product-description,
  #product #description .product-description p {
    line-height: 24px;
  }

  #product #description .product-description p {
    margin-bottom: 0.75rem;
  }

  #product #description .product-description p:first-of-type {
    border-left-width: 2px;
    padding-left: 0.6rem;
    margin-bottom: 0.9rem;
  }
}

.btn-primary {
  background-color: #5a3f17;
  border-color: #5a3f17;
}

.btn-primary:hover {
  background-color: #8cc540;
  border-color: #8cc540;
}
.product-container.js-product-container {
  background: rgba(255,255,255,.5);
  border-radius: 10px;
  padding: 20px 0;
}
#product #content {
  max-width: none;
}
.product-price {
  color: #ff5807;
}
#product .product-price {
  font-size: 1.8rem;
  letter-spacing: -2px;
  font-style: italic;
  font-weight: 700;
}
.pt-ok {
  color: green;
}

.pt-ticks li {list-style:none}
.pt-steps {
  display: flex;
}
.pt-long .pt-cta{
  margin-top:14px;
  padding:14px;
  border-radius:16px;
  border:1px solid rgba(0,0,0,.10);
  background:rgba(140,198,64,.10);
}
.pt-long .pt-cta b{color:#0f2a1a}
/* ===========================
   PortofinoTrek – FAQ accordion (details/summary)
=========================== */

.pt-long details{
  border:1px solid rgba(0,0,0,.10);
  border-radius:14px;
  background:#fff;
  padding:10px 12px;
  margin:10px 0;
  box-shadow:0 6px 18px rgba(0,0,0,.05);
}

/* summary */
.pt-long details > summary{
  cursor:pointer;
  font-weight:700;
  list-style:none;
  position:relative;
  padding-right:26px;
  line-height:1.35;
}

/* rimuove freccia default */
.pt-long details > summary::-webkit-details-marker{
  display:none;
}

/* freccia custom */
.pt-long details > summary::after{
  content:"▾";
  position:absolute;
  right:0;
  top:0;
  font-size:1.1rem;
  line-height:1;
  opacity:.6;
  transition:transform .2s ease;
}

/* stato aperto */
.pt-long details[open] > summary::after{
  transform:rotate(180deg);
}

/* testo interno */
.pt-long details p{
  margin:10px 0 0;
  line-height:1.55;
  color:#2a2a2a;
}

/* hover leggero */
.pt-long details > summary:hover{
  color:#0f2a1a;
}

/* mobile comfort */
@media (max-width: 768px){
  .pt-long details{
    padding:12px 14px;
  }
}
.carousel .carousel-item .caption {
  position: absolute;
  bottom: 25px;
  left: 0;
  max-width: 100%;
  text-align: center;
  width: 100%;
}
.carousel .carousel-item .caption .caption-description h3 {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 28px;
}

/* Product gallery UX */
#product .images-container {
  display: flex;
  flex-direction: column;
}

#product .images-container .product-cover {
  order: 1;
}

#product .images-container .js-qv-mask.mask {
  order: 2;
  width: 100%;
  margin-top: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  cursor: grab;
}

#product .images-container .js-qv-mask.mask.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
}

#product .images-container {
  position: relative;
}

#product .images-container .js-qv-product-images {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
  overflow-x: auto;
  scrollbar-width: thin;
}

#product .images-container .js-qv-product-images .thumb-container {
  list-style: none;
  flex: 0 0 auto;
  margin: 0;
}

#product .images-container .js-qv-product-images .thumb {
  width: 82px;
  height: 82px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}

#product .images-container .js-qv-product-images .thumb.selected {
  border-color: #5a3f17;
}

#product .images-container .js-qv-product-images {
  touch-action: pan-y;
}

#product .scroll-box-arrows {
  position: absolute;
  left: 0.55rem;
  right: 0.55rem;
  bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  pointer-events: none;
  margin-top: 0;
  z-index: 3;
}

#product .scroll-box-arrows.is-hidden {
  display: none;
}

#product .scroll-box-arrows .material-icons {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 999px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.95);
  color: #5a3f17;
  cursor: pointer;
  user-select: none;
}

#product .scroll-box-arrows .material-icons.is-disabled {
  opacity: 0.35;
  cursor: default;
}

#product-modal .image-caption {
  display: none !important;
}

#product-modal .modal-body {
  display: flex;
  flex-direction: column;
}

#product-modal figure {
  position: relative;
  margin: 0;
}

#product-modal #thumbnails {
  width: 100%;
  margin-top: 0.8rem;
}

#product-modal .js-modal-mask.mask {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

#product-modal .product-images.js-modal-product-images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

#product-modal .product-images.js-modal-product-images .thumb-container {
  list-style: none;
  flex: 0 0 auto;
}

#product-modal .product-images.js-modal-product-images .thumb {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 6px;
}

#product-modal .js-modal-arrows {
  display: none !important;
}

#product-modal .ptk-modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #1c1c1c;
  font-size: 1.8rem;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 20;
}

#product-modal .ptk-modal-nav--prev {
  left: 0.8rem;
}

#product-modal .ptk-modal-nav--next {
  right: 0.8rem;
}

a:hover {
  color: #5d3b1c !important;
}

a.gps {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

a.gps::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url('../img/icons/path_icon.png') no-repeat center center;
  background-size: contain;
  flex: 0 0 16px;
}

.short_description_block {background:#fff; padding:1rem 2rem; }
#table-short-desc tr td {
    border-bottom: 1px solid #E6E2C5;
    vertical-align: middle;
    color: #5f2506;
    font-size: 1.2em;
    text-align: left;
    margin-left: 1em;
    padding: .5em;
}

.product-information {
  margin-top: 2rem;
}

#product .product-accessories {
  display: none;
}

#product #content h1 {text-transform:none; padding:0.5rem 0;}

.ptk-lang-selector .language-selector > span,
.ptk-lang-selector .language-selector > span a,
.ptk-lang-selector .ptk-lang-label,
.ptk-lang-selector .ptk-lang-chevron {
  color: #fff !important;
}

.ptk-account-toggle,
.ptk-account-toggle:hover,
.ptk-account-icon,
.ptk-account-toggle-label,
.ptk-account-caret,
.ptk-account-link,
.ptk-account-link:hover,
.ptk-account-menu__link,
.ptk-account-menu__link:hover {
  color: #fff !important;
}

.ptk-hidden-blockcart {
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.modal-header h5, .modal-header span, .modal-header p, .wishlist-modal .modal-text {
  color: #000 !important;
}

.block-contact,
.footer-container li a {
  font-weight: 600;
  font-size: .9rem;
}

#footer a:hover,
#footer a:focus,
#footer a:active {
  color: #b0d402 !important;
}

.product-miniature .thumbnail-container .product-thumbnail {
  background: #e8eee0;
}

.territory-cta {
  display: inline-block;
  margin-top: 14px;
  font-weight: 600;
  color: #6aa12f;
}

.territory-cta:hover {
  text-decoration: underline;
}


body.ptk-wishlist-disabled .wishlist-button-add,
body.ptk-wishlist-disabled .wishlist-button-product,
body.ptk-wishlist-disabled .wishlist-add-to,
body.ptk-wishlist-disabled .wishlist-modal,
body.ptk-wishlist-disabled #blockwishlist-extra,
body.ptk-wishlist-disabled #blockwishlist-myaccount,
body.ptk-wishlist-disabled a[href*="module/blockwishlist"],
body.ptk-wishlist-disabled a[href*="wishlist"] {
  display: none !important;
}

.page-my-account #content .links a span.link-item {
  background: #e1ead5;
  border: 2px solid #8cc640;
}

.product-miniature .product-title a {
  font-size: .9rem;
  color: #5a3f17;
  font-weight: 600;
}

.products article .wishlist-button-add {
  border-radius: 100% !important;
}

/* Product/trail cards: make blockwishlist heart button quieter and editorial. */
.products article .product-miniature .thumbnail-container {
  position: relative;
}

.products article .product-miniature .wishlist-button-add {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(60, 60, 60, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11) !important;
  color: rgba(60, 60, 60, 0.62) !important;
  cursor: pointer;
  opacity: 1 !important;
  transform: translateY(0);
  transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

.products article .product-miniature .wishlist-button-add:hover,
.products article .product-miniature .wishlist-button-add:focus {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(90, 63, 23, 0.16) !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;
  transform: translateY(-1px);
  outline: none;
}

.products article .product-miniature .wishlist-button-add:active {
  transform: translateY(0) scale(0.96);
}

.products article .product-miniature .wishlist-button-add i,
.products article .product-miniature .wishlist-button-add svg,
.products article .product-miniature .wishlist-button-add .material-icons {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  line-height: 18px !important;
  color: rgba(60, 60, 60, 0.62) !important;
  text-align: center;
}

.products article .product-miniature .wishlist-button-add:hover i,
.products article .product-miniature .wishlist-button-add:hover svg,
.products article .product-miniature .wishlist-button-add:hover .material-icons,
.products article .product-miniature .wishlist-button-add:focus i,
.products article .product-miniature .wishlist-button-add:focus svg,
.products article .product-miniature .wishlist-button-add:focus .material-icons {
  color: rgba(90, 63, 23, 0.78) !important;
}

.products article .product-miniature .wishlist-button-add.active i,
.products article .product-miniature .wishlist-button-add.added i,
.products article .product-miniature .wishlist-button-add.active svg,
.products article .product-miniature .wishlist-button-add.added svg,
.products article .product-miniature .wishlist-button-add.active .material-icons,
.products article .product-miniature .wishlist-button-add.added .material-icons {
  color: #8f3f35 !important;
}

.page-my-account #content.page-content {
  background: rgba(242, 233, 225, 0.35);
  border: 1px solid rgba(90, 63, 23, 0.08);
  border-radius: 30px;
  padding: 1.6rem;
  box-shadow: 0 22px 44px rgba(90, 63, 23, 0.08);
}

.page-my-account .ptk-account-dashboard {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-my-account .ptk-account-dashboard__hero {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.5rem 1.6rem;
  border-radius: 26px;
  background:
    linear-gradient(135deg, rgba(191, 205, 172, 0.28), rgba(242, 240, 234, 0.96)),
    #f8f5ec;
  border: 1px solid rgba(90, 63, 23, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.page-my-account .ptk-account-dashboard__intro,
.page-my-account .ptk-account-dashboard__meta {
  display: flex;
  flex-direction: column;
}

.page-my-account .ptk-account-dashboard__intro {
  gap: 0.45rem;
  max-width: 42rem;
}

.page-my-account .ptk-account-dashboard__meta {
  align-items: flex-end;
  justify-content: space-between;
  gap: 0.9rem;
}

.page-my-account .ptk-account-dashboard__eyebrow {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(37, 77, 147, 0.72);
  font-weight: 700;
}

.page-my-account .ptk-account-dashboard__title {
  margin: 0;
  font-size: clamp(1.9rem, 2vw, 2.45rem);
  line-height: 1.05;
  color: #3f2d12;
  font-weight: 700;
}

.page-my-account .ptk-account-dashboard__subtitle,
.page-my-account .ptk-account-dashboard__welcome {
  margin: 0;
  color: rgba(60, 43, 20, 0.78);
}

.page-my-account .ptk-account-dashboard__subtitle {
  font-size: 0.99rem;
  max-width: 38rem;
}

.page-my-account .ptk-account-dashboard__welcome {
  font-size: 0.92rem;
  font-weight: 600;
}

.page-my-account .ptk-account-dashboard__signout {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(90, 63, 23, 0.08);
  border: 1px solid rgba(90, 63, 23, 0.16);
  color: #5a3f17;
  font-weight: 700;
  text-decoration: none;
}

.page-my-account .ptk-account-dashboard__signout:hover {
  background: rgba(140, 198, 64, 0.18);
  border-color: rgba(140, 198, 64, 0.4);
  color: #3f2d12;
}

.page-my-account .ptk-account-grid {
  display: block !important;
  column-count: 3 !important;
  column-gap: 1.25rem;
}

.page-my-account .ptk-account-card {
  break-inside: avoid;
  margin-bottom: 1.25rem;
  min-width: 0;
  color: inherit;
  text-decoration: none;
  width: 100%;
  grid-column: auto !important;
}

.page-my-account .ptk-account-card .link-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  height: 100%;
  min-height: 188px;
  padding: 1.55rem 1.35rem 1.3rem;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(252, 248, 240, 0.98)),
    rgba(255, 252, 246, 0.96);
  border: 1px solid rgba(90, 63, 23, 0.08);
  box-shadow: 0 18px 30px rgba(90, 63, 23, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  position: relative;
  overflow: hidden;
}

.page-my-account #content .ptk-account-grid > .ptk-account-card .link-item,
.page-my-account #content .ptk-account-grid > #supporter-status-card .link-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(252, 248, 240, 0.96)),
    rgba(255, 252, 246, 0.95);
  border: 1px solid rgba(90, 63, 23, 0.08);
}

.page-my-account .ptk-account-card .link-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.15rem;
  right: 1.15rem;
  height: 4px;
  border-radius: 999px;
  background: rgba(90, 63, 23, 0.14);
}

.page-my-account .ptk-account-card:hover .link-item {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(90, 63, 23, 0.12);
  border-color: rgba(90, 63, 23, 0.15);
}

.page-my-account .ptk-account-card__icon {
  flex: 0 0 auto;
  width: 2.35rem;
  height: 2.35rem;
  color: #6d7e44;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.page-my-account .ptk-account-card__icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.page-my-account .ptk-account-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.46rem;
  min-width: 0;
  width: 100%;
  text-align: center;
}

.page-my-account .ptk-account-card__eyebrow {
  margin: 0;
  font-size: 0.74rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(74, 51, 18, 0.52);
  font-weight: 700;
}

.page-my-account .ptk-account-card__title {
  display: block;
  color: #4a3312;
  font-size: 1.04rem;
  line-height: 1.25;
  font-weight: 700;
}

.page-my-account .ptk-account-card__text {
  color: rgba(74, 51, 18, 0.72);
  font-size: 0.9rem;
  line-height: 1.45;
  max-width: 24rem;
}

.page-my-account .ptk-account-card--hero {
  grid-column: span 12;
}

.page-my-account .ptk-account-card--hero .link-item {
  min-height: 234px;
  padding: 2rem 1.8rem 1.8rem;
  background:
    radial-gradient(circle at top right, rgba(37, 77, 147, 0.09), transparent 32%),
    linear-gradient(135deg, rgba(220, 230, 212, 0.86), rgba(255, 251, 245, 0.98) 58%),
    #fbf7ee;
  border-color: rgba(59, 93, 52, 0.2);
  box-shadow: 0 24px 40px rgba(70, 74, 42, 0.14);
}

.page-my-account .ptk-account-card--hero .link-item::before {
  background: linear-gradient(90deg, #315f7e, #7a9650);
}

.page-my-account .ptk-account-card--hero .ptk-account-card__icon {
  color: #315f7e;
  width: 2.8rem;
  height: 2.8rem;
}

.page-my-account .ptk-account-card--hero .ptk-account-card__title {
  font-size: 1.28rem;
}

.page-my-account .ptk-account-card--hero .ptk-account-card__text {
  color: rgba(74, 51, 18, 0.78);
  max-width: 42rem;
}

.page-my-account .ptk-account-card--supporter {
  grid-column: span 6;
}

.page-my-account .ptk-account-card--supporter .link-item {
  min-height: 188px;
  padding: 1.35rem 1.1rem 1.2rem;
  border-color: rgba(90, 63, 23, 0.11);
  box-shadow: 0 15px 24px rgba(90, 63, 23, 0.1);
  background:
    linear-gradient(180deg, rgba(241, 247, 233, 0.92), rgba(255, 251, 245, 0.98)),
    #fbf7ee;
}

.page-my-account .ptk-account-card--supporter .ptk-account-card__icon {
  color: #5f9a34;
}

.page-my-account .ptk-account-card--supporter .link-item::before {
  background: linear-gradient(90deg, #6ea43b, #9abf5a);
}

.page-my-account .ptk-account-card--supporter .ptk-account-card__title,
.page-my-account .ptk-account-card--supporter .ptk-account-card__text,
.page-my-account .ptk-account-card--supporter .ptk-account-card__meta {
  color: #284214;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__content {
  padding: 1.2rem 1.25rem;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(230, 244, 229, 0.9), rgba(255, 251, 245, 0.95));
  box-shadow: 0 14px 24px rgba(66, 97, 52, 0.12);
  position: relative;
  text-align: center;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__title {
  font-size: 1.15rem;
  font-weight: 800;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__text,
.page-my-account .ptk-account-card--upgrade .ptk-account-card__meta {
  font-size: 0.95rem;
  line-height: 1.5;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 1.15rem;
  right: 1.15rem;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #4d9f3f, #7fbe5a);
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__icon {
  margin-bottom: 0.4rem;
  color: #5f9a34;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__list-wrapper {
  width: min(22rem, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__list li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.45rem;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 1.05rem;
  height: 1.05rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #2f8a45;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn {
  width: 100%;
  min-height: 48px;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn.btn-primary {
  color: #fff !important;
  background: #6aa84f;
  border-color: #6aa84f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1;
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn.btn-primary:hover,
.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn.btn-primary:focus,
.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn.btn-primary:active {
  color: #fff !important;
  background: #5f9f44;
  border-color: #5f9f44;
  transform: translateY(-1px);
}

.page-my-account .ptk-account-card--upgrade .ptk-account-card__actions .btn.btn-primary:focus {
  box-shadow: 0 0 0 3px rgba(106, 168, 79, 0.25);
}

.ptk-account-card__actions a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}

.page-my-account .ptk-account-card__meta {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-top: 0.32rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.34rem 0.64rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #4a3312;
  font-size: 0.82rem;
  font-weight: 700;
}

.page-my-account .ptk-account-card--secondary .ptk-account-card__icon {
  color: #7a6240;
}

.page-my-account .ptk-account-card--large {
  grid-column: span 8;
}

.page-my-account .ptk-account-card--compact {
  grid-column: span 4;
}

.page-my-account .ptk-account-card--compact .link-item {
  min-height: 188px;
}

.page-my-account #identity-link .link-item,
.page-my-account #history-link .link-item {
  min-height: 160px;
}

.page-my-account #supporter-status-card .link-item {
  min-height: 210px;
}

.page-my-account .ptk-account-card {
  align-self: start;
}

.page-my-account #identity-link .ptk-account-card__icon,
.page-my-account #history-link .ptk-account-card__icon {
  color: #5f6f3b;
}

.page-my-account #identity-link .link-item::before,
.page-my-account #history-link .link-item::before {
  background: linear-gradient(90deg, #6f8646, #a6b67a);
}

.page-my-account #wishlist-link .ptk-account-card__icon {
  color: #8a6a26;
}

.page-my-account #wishlist-link .link-item::before {
  background: linear-gradient(90deg, #b4892f, #e2c46d);
}

.page-my-account #addresses-link .link-item::before,
.page-my-account #address-link .link-item::before {
  background: linear-gradient(90deg, #b07a55, #e0b28a);
}

.page-my-account #privacy-link .ptk-account-card__icon {
  color: #4c6576;
}

.page-my-account #privacy-link .link-item::before {
  background: linear-gradient(90deg, #4f6b7d, #8fa6bb);
}

.page-my-account #supporter-status-card .ptk-account-card__icon {
  color: #2f7d5a;
}

.page-my-account #supporter-status-card .link-item::before {
  background: linear-gradient(90deg, #2d8f67, #6fb48a);
}


.page-my-account #portofinotrek-itinerarybuilder-link {
  order: 50;
}

.page-my-account .ptk-account-card--upgrade {
  display: inline-block;
  width: 100%;
}

.page-my-account #supporter-status-card {
  display: inline-block;
  width: 100%;
}

.page-my-account #identity-link {
  display: inline-block;
  width: 100%;
}

.page-my-account #history-link {
  order: 20;
}

.page-my-account #wishlist-link {
  order: 30;
}

.page-my-account #addresses-link,
.page-my-account #address-link {
  order: 40;
}

.page-my-account #privacy-link {
  order: 50;
}

.page-my-account .account-link {
  display: none;
}

@media (max-width: 991px) {
  .page-my-account .ptk-account-dashboard__hero {
    flex-direction: column;
  }

  .page-my-account .ptk-account-dashboard__meta {
    align-items: flex-start;
  }

  .page-my-account .ptk-account-grid {
    display: block !important;
    column-count: 2 !important;
  }

  .page-my-account .ptk-account-card,
  .page-my-account .ptk-account-card--large,
  .page-my-account .ptk-account-card--hero,
  .page-my-account .ptk-account-card--supporter,
  .page-my-account .ptk-account-card--compact,
  .page-my-account .ptk-account-card--secondary {
    grid-column: span 6;
  }

  .page-my-account .ptk-account-card--hero .link-item {
    min-height: 190px;
  }
}

@media (max-width: 767px) {
  .ptk-header--checkout .ptk-top-header {
    padding: 0.45rem 0.55rem;
  }

  .ptk-checkout-badge {
    margin-top: 0.35rem;
    font-size: 0.7rem;
  }
}

@media (max-width: 767px) {
  .page-my-account #content.page-content {
    padding: 1rem;
    border-radius: 22px;
  }

  .page-my-account .ptk-account-dashboard__hero {
    padding: 1.1rem;
    border-radius: 20px;
  }

  .page-my-account .ptk-account-grid {
    display: block !important;
    column-count: 1 !important;
  }

  .page-my-account .ptk-account-card,
  .page-my-account .ptk-account-card--large,
  .page-my-account .ptk-account-card--hero,
  .page-my-account .ptk-account-card--supporter,
  .page-my-account .ptk-account-card--compact,
  .page-my-account .ptk-account-card--secondary {
    grid-column: auto;
  }

  .page-my-account .ptk-account-card .link-item {
    min-height: 0;
  }

  .page-my-account #supporter-status-card {
    grid-column: 1 / -1;
    width: 100%;
  }
}

.product-miniature h2.product-title {
  line-height: 1.25;
  min-height: 45px;
}

.pagination > div:first-child,
#js-product-list-top {
  display: none;
}

@media (min-width: 768px) {
  .offset-md-2 {
    margin-left: 0;
    width: 100%;
  }
}

.pagination .current a {
  font-size: 1.25rem;
  color: #8cc640;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #ccc;
  background: #4d3512;
}

.pagination a {
  font-weight: 600;
  color: #000;
  display: inline-block;
  padding: 2px 8px;
}

.modal-footer,
.modal-body .product-actions {
  display: none;
}

.product-miniature .product-description {
  padding: .2rem .2rem;
  background: #e8eee0;
  min-height: 70px;
}
.product-miniature .highlighted-informations {background:#bfcdac;}
.product-miniature .highlighted-informations .quick-view {color:#5a3f17;}

.copy {
  color: #f89329;
  text-align: center;
  margin-bottom: 0;
  padding: 1rem 0;
  background: #3a270b;
  border-top: 1px solid #261a07;
  margin-top: 1rem;
  font-size: .9rem;
}

.modal-body .ptm-product-media__tabs {display:none; }

.pagination .current a {color:#fff; }
.pagination a:hover {
  color: #f39c12!important;
}

#product-modal .modal-dialog {
  margin-left: auto;
  margin-right: auto;
}

#product-modal .modal-content {
  margin-left: auto;
  margin-right: auto;
}

#product-modal .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#product-modal figure,
#product-modal .thumbnails,
#product-modal .js-modal-mask.mask {
  margin-left: auto;
  margin-right: auto;
}

#product-modal .modal-content .modal-body {
  margin-left: 0 !important;
  justify-content: center;
}

#product-modal .modal-content .modal-body .product-images {
  margin-left: 0 !important;
  justify-content: center;
}

#product-modal .modal-content .modal-body .mask {
  margin-left: auto;
  margin-right: auto;
}

#product-modal .modal-dialog {
  width: fit-content;
  max-width: calc(100vw - 2rem);
  margin: 1.75rem auto;
}

#product-modal .modal-content {
  width: fit-content;
  max-width: 100%;
}

#product-modal .modal-content .modal-body {
  width: fit-content;
  max-width: 100%;
  margin: 0 auto !important;
  padding-left: 0;
  padding-right: 0;
}

#product-modal #thumbnails,
#product-modal .js-modal-mask.mask {
  width: fit-content;
  max-width: 100%;
}

/* Product image modal: keep the enlarged view clean on trail/product pages. */
body#product #product-modal .modal-content {
  position: relative;
}

body#product #product-modal #thumbnails,
body#product #product-modal .thumbnails,
body#product #product-modal .js-modal-mask.mask,
body#product #product-modal .product-images.js-modal-product-images {
  display: none !important;
}

body#product #product-modal .ptk-product-modal-close {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 40;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50px !important;
  background: #fff;
  color: #000;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

body#product #product-modal .ptk-product-modal-close:hover,
body#product #product-modal .ptk-product-modal-close:focus {
  background: #fff;
  color: #000;
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.34);
}

body#product #product-modal .ptk-product-modal-close span {
  display: block;
  transform: translateY(-1px);
}

.ptk-main-nav {
  padding: 0;
}

.page-content.page-cms ul, p {
  font-size: 1rem;
  font-weight: 500;
  color: #593e16;
  line-height:26px;
}

body#category.category-id-21 #left-column,
body#category.category-id-21 #right-column {
  display: none;
}

@media (min-width: 768px) {
  body#category.category-id-21 #content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  body#category.category-id-21 #content-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}

body#category.category-id-21 .product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
}

.input-radio:checked + span {background:#abd300;}
.input-radio:hover + span, .input-color:hover + span {background:#f8dc11; }

/* PortofinoTrek button system */
.btn,
a.btn,
button,
input[type='button'],
input[type='submit'],
input[type='reset'],
.ptk-btn,
.pt-btn {
  font-family: inherit;
}

.btn-brand,
.btn-primary,
.btn-secondary,
.btn-outline,
.btn-utility,
.ptk-btn,
.pt-btn,
.ptm-product-conversion__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  min-height: var(--pt-btn-height-md);
  padding: 0.72rem var(--pt-btn-padding-x-md);
  border: 1px solid transparent;
  border-radius: var(--pt-btn-radius) !important;
  font-size: 0.95rem;
  line-height: 1.2;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-brand:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-outline:hover,
.btn-utility:hover,
.ptk-btn:hover,
.pt-btn:hover,
.ptm-product-conversion__cta:hover {
  box-shadow: var(--pt-btn-shadow-hover);
  transform: translateY(-1px);
  text-decoration: none;
}

.btn-brand:focus,
.btn-primary:focus,
.btn-secondary:focus,
.btn-outline:focus,
.btn-utility:focus,
.ptk-btn:focus,
.pt-btn:focus,
.ptm-product-conversion__cta:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 178, 62, 0.18);
}

.btn-sm,
.btn-size-sm {
  min-height: var(--pt-btn-height-sm);
  padding: 0.58rem var(--pt-btn-padding-x-sm);
  font-size: 0.86rem;
}

.btn-md,
.btn-size-md {
  min-height: var(--pt-btn-height-md);
}

.btn-lg,
.btn-size-lg {
  min-height: var(--pt-btn-height-lg);
  padding: 0.92rem var(--pt-btn-padding-x-lg);
  font-size: 1rem;
}

.btn-brand,
.ptk-btn--primary,
.pt-btn--plus {
  background: var(--pt-brown-main);
  border-color: var(--pt-brown-main);
  color: #fff;
}

a.btn-brand,
a.btn-brand:visited {
  color: #fff;
}

.btn-brand:hover,
.btn-brand:focus,
.ptk-btn--primary:hover,
.ptk-btn--primary:focus,
.pt-btn--plus:hover,
.pt-btn--plus:focus {
  background: var(--pt-brown-hover);
  border-color: var(--pt-brown-hover);
  color: #fff;
}

.btn-primary,
.btn.btn-primary,
.ptk-btn--small,
.pt-btn--pri {
  background: var(--pt-green-main);
  border-color: var(--pt-green-main);
  color: #fff;
}

a.btn-primary,
a.btn-primary:visited,
a.btn.btn-primary,
a.btn.btn-primary:visited,
a.ptm-product-conversion__cta--primary,
a.ptm-product-conversion__cta--primary:visited {
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn.btn-primary:hover,
a.btn.btn-primary:focus,
.ptk-btn--small:hover,
.ptk-btn--small:focus,
.pt-btn--pri:hover,
.pt-btn--pri:focus {
  background: var(--pt-green-hover);
  border-color: var(--pt-green-hover);
  color: #fff;
  text-decoration: none;
}

.btn-outline,
.btn-secondary,
.btn.btn-secondary,
.pt-btn--sec {
  background: var(--pt-bg-card);
  border-color: var(--pt-blue-border);
  color: var(--pt-blue-muted);
}

a.btn-outline,
a.btn-outline:visited,
a.btn-secondary,
a.btn-secondary:visited,
a.btn.btn-secondary,
a.btn.btn-secondary:visited,
a.ptm-product-conversion__cta--secondary,
a.ptm-product-conversion__cta--secondary:visited {
  color: var(--pt-blue-muted);
}

.btn-outline:hover,
.btn-outline:focus,
.btn-secondary:hover,
.btn-secondary:focus,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.pt-btn--sec:hover,
.pt-btn--sec:focus {
  background: var(--pt-blue-hover-bg);
  border-color: var(--pt-blue-muted);
  color: var(--pt-text-main);
}

.btn-utility {
  background: var(--pt-bg-card);
  border-color: var(--pt-border);
  color: var(--pt-text-main);
}

.btn-utility:hover,
.btn-utility:focus {
  background: var(--pt-brown-soft);
  border-color: #d3c7b8;
  color: var(--pt-text-main);
}

.ptm-field-use__actions .ptm-product-conversion__cta--secondary {
  background: var(--pt-bg-card);
  border-color: var(--pt-border);
  color: var(--pt-text-main);
}

.ptm-field-use__actions .ptm-product-conversion__cta--secondary:hover,
.ptm-field-use__actions .ptm-product-conversion__cta--secondary:focus {
  background: var(--pt-brown-soft);
  border-color: #d3c7b8;
  color: var(--pt-text-main);
}

.ptm-product-conversion__actions:not(.ptm-field-use__actions) .ptm-product-conversion__cta--secondary {
  background: var(--pt-bg-card);
  border-color: var(--pt-blue-border);
  color: var(--pt-blue-muted);
}

.ptm-product-conversion__actions:not(.ptm-field-use__actions) .ptm-product-conversion__cta--secondary:hover,
.ptm-product-conversion__actions:not(.ptm-field-use__actions) .ptm-product-conversion__cta--secondary:focus {
  background: var(--pt-blue-hover-bg);
  border-color: var(--pt-blue-muted);
  color: var(--pt-text-main);
}

.ptm-product-conversion__cta--primary {
  background: var(--pt-green-main);
  border-color: var(--pt-green-main);
  color: #fff;
}

.ptm-product-conversion__cta--primary:hover,
.ptm-product-conversion__cta--primary:focus {
  background: var(--pt-green-hover);
  border-color: var(--pt-green-hover);
  color: #fff;
}

.ptm-product-conversion__cta--locked {
  background: rgba(255, 255, 255, 0.58);
  border-color: var(--pt-border);
  color: var(--pt-text-muted);
  box-shadow: none;
  transform: none;
}

.product-add-to-cart .product-quantity {
  display: flex;
  align-items: stretch;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.product-add-to-cart .qty #quantity_wanted {
  min-height: var(--pt-btn-height-lg);
  border-radius: var(--pt-btn-radius-compact);
  border: 1px solid var(--pt-border);
  padding: 0.72rem 0.85rem;
  color: var(--pt-text-main);
}

.product-add-to-cart .add .add-to-cart.btn-primary {
  min-height: var(--pt-btn-height-lg);
  padding: 0.82rem 1.4rem;
  border-radius: var(--pt-btn-radius-compact) !important;
  background: var(--pt-green-main);
  border-color: var(--pt-green-main);
  color: #fff;
}

.product-add-to-cart .add .add-to-cart.btn-primary:hover,
.product-add-to-cart .add .add-to-cart.btn-primary:focus {
  background: var(--pt-green-hover);
  border-color: var(--pt-green-hover);
  color: #fff;
}

.product-add-to-cart .add .add-to-cart .material-icons {
  font-size: 20px;
}

@media (max-width: 767px) {
  .btn-brand,
  .btn-primary,
  .btn-secondary,
  .btn-outline,
  .btn-utility,
  .ptk-btn,
  .pt-btn {
    width: 100%;
  }

  .product-add-to-cart .add {
    width: 100%;
  }

  .product-add-to-cart .add .add-to-cart.btn-primary {
    width: 100%;
  }
}

/* Structured trail descriptions */
.pt137-long-refined,
.pt-trail-description {
  color: #593e16;
}

.pt137-long-refined p,
.pt-trail-description p {
  margin: 0 0 0.85rem;
  line-height: 1.62;
}

.pt137-long-refined p + p,
.pt-trail-description p + p {
  margin-top: 0.15rem;
}

.pt137-long-refined__section-title,
.pt-trail-description__section-title {
  display: inline-block;
  margin: 0 0 0.28rem;
  color: #2F5E3F;
  font-weight: 700;
  line-height: 1.3;
}

.pt137-long-refined__section-title--key,
.pt-trail-description__section-title--key {
  font-size: 1.02em;
  font-weight: 700;
}

.pt137-long-refined__summary,
.pt-trail-description__summary {
  margin: 0 0 1rem;
  padding: 10px 12px;
  background: #F4F7F3;
  border-left: 4px solid #6AA84F;
  border-radius: 6px;
}

.pt137-long-refined__summary .pt137-long-refined__section-title,
.pt137-long-refined__summary .pt-trail-description__section-title,
.pt-trail-description__summary .pt137-long-refined__section-title,
.pt-trail-description__summary .pt-trail-description__section-title {
  margin-bottom: 0.38rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.pt137-long-refined .pt-underline,
.pt-trail-description .pt-underline {
  text-decoration: underline;
  text-decoration-color: #6aa84f;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.12em;
}

@media (max-width: 767.98px) {
  .ptk-finder-cta {
    position: sticky;
    top: 0;
    z-index: 24;
  }

  .ptk-finder-cta__inner {
    padding: 0.62rem 0.75rem;
    flex-direction: column;
    align-items: stretch;
    gap: 0.7rem;
  }

  .ptk-finder-cta__text {
    font-size: 0.92rem;
    text-align: center;
    justify-content: center;
  }

  .ptk-finder-cta__button {
    width: 100%;
    min-height: 40px;
  }
}

.product-cover .layer:hover {
  opacity: .2;
}

.radio-label {
  background: #eee;
}

.page-product .product-actions .ptma-product-purchase-flow {
  margin-top: 0.9rem;
}

.page-product .product-actions .ptma-product-purchase-flow__variants {
  margin-bottom: 0.72rem;
}

.page-product .product-actions .ptma-product-purchase-flow__variants .product-variants {
  margin-bottom: 0;
  padding: 0.95rem 1rem;
  border: 1px solid #e7dece;
  border-radius: 16px;
  background: #faf7f1;
}

.page-product .product-actions .ptma-product-purchase-flow__variants .product-variants-item {
  margin-bottom: 0.8rem;
}

.page-product .product-actions .ptma-product-purchase-flow__variants .product-variants-item:last-child {
  margin-bottom: 0;
}

.page-product .product-actions .ptma-product-purchase-flow__variants .control-label {
  display: block;
  margin-bottom: 0.42rem;
  font-size: 0.92rem;
  font-weight: 700;
  color: #4d3f28;
}

.page-product .product-actions .ptma-product-purchase-card {
  padding: 1rem 1rem 1.05rem;
  border: 1px solid #e6dece;
  border-radius: 16px;
  background: linear-gradient(180deg, #fcfaf5 0%, #f3ecdf 100%);
  box-shadow: 0 10px 24px rgba(74, 55, 22, 0.05);
}

.page-product .product-actions .ptma-product-purchase-card .product-prices {
  margin-top: 0.35rem;
  margin-bottom: 0.9rem;
  padding-bottom: 0.88rem;
  border-bottom: 1px solid rgba(123, 84, 22, 0.08);
}

.page-product .product-actions .ptma-product-purchase-card .product-discounts {
  margin-bottom: 0.72rem;
}

.page-product .product-actions .ptma-product-purchase-card .current-price-value {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  color: #ff7800;
}

#product .product-price {
  letter-spacing: -1px;
}

.product-prices {
  margin-top: 0.25rem;
}

.product-prices div {
  margin-bottom: 0.2rem;
}

.page-product .product-actions .ptma-product-purchase-card .tax-shipping-delivery-label {
  margin-top: 0.35rem;
  font-size: 0.89rem;
  line-height: 1.42;
  color: #6c5e48;
}

.page-product .product-actions .ptma-map-access-field {
  margin: 0.04rem 0 0.8rem;
  padding: 0.74rem 0.88rem 0.78rem;
  border: 1px solid #e9dfd1;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.58);
}

.page-product .product-actions .ptma-map-access-field.ptma-map-access-field--hidden {
  display: none !important;
}

.page-product .product-actions .ptma-map-access-field__label {
  margin-bottom: 0.3rem;
}

.page-product .product-actions .ptma-map-access-field__help {
  margin-bottom: 0.42rem;
  font-size: 0.87rem;
  line-height: 1.42;
  color: #5f513e;
}

.page-product .product-actions .ptma-map-access-field__note {
  margin: 0 0 0.52rem;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.28;
  color: #7a6a50;
}

.page-product .product-actions .product-add-to-cart .control-label {
  display: block;
  margin-bottom: 0.38rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: #6a5a44;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.page-product .product-actions .product-add-to-cart .product-quantity {
  display: flex;
  align-items: flex-end;
  gap: 0.72rem;
}

.page-product .product-actions .product-add-to-cart .qty {
  flex: 0 0 104px;
  min-width: 104px;
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.page-product .product-actions .product-add-to-cart .qty .input-group-btn-vertical {
  width: 42px;
}

.page-product .product-actions .product-add-to-cart .qty .input-group-btn-vertical > .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-height: 24px;
  padding: 0;
  border-color: #d8ccb5;
  background: #f4f4f4;
  color: #5e4a28;
  border-radius: 0 5px 5px 0 !important;
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin-up {
  border-top-right-radius: 12px;
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin-down {
  border-bottom-right-radius: 12px;
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin input,
.page-product .product-actions .product-add-to-cart .qty #quantity_wanted {
  height: 46px;
  min-height: 46px;
  padding: 0 0.8rem;
  border: 1px solid #d8ccb5;
  border-radius: 12px 0 0 12px;
  background: #fffdfa;
  text-align: center;
  box-shadow: none;
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin input:focus,
.page-product .product-actions .product-add-to-cart .qty #quantity_wanted:focus {
  border-color: #c7a15a;
  box-shadow: inset 0 0 0 1px rgba(199, 161, 90, 0.15);
}

.page-product .product-actions .product-add-to-cart .qty .bootstrap-touchspin .input-group-btn-vertical i {
  position: static;
  font-size: 14px;
}

.page-product .product-actions .product-add-to-cart .add {
  flex: 1 1 auto;
}

.page-product .product-actions .product-add-to-cart .add-to-cart {
  width: 100%;
  min-height: 48px;
  padding: 0.72rem 1.25rem;
  border-radius: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  box-shadow: 0 12px 24px rgba(69, 108, 53, 0.14);
}

.page-product .product-actions .product-add-to-cart .add-to-cart:hover,
.page-product .product-actions .product-add-to-cart .add-to-cart:focus {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(69, 108, 53, 0.18);
}

.page-product .product-actions .product-add-to-cart .product-minimal-quantity {
  margin-top: 0.45rem;
  font-size: 0.84rem;
  color: #6c5e48;
}

@media (max-width: 767px) {
  .page-product .product-actions .ptma-product-purchase-flow__variants .product-variants {
    padding: 0.82rem 0.9rem;
    border-radius: 14px;
  }

  .page-product .product-actions .ptma-product-purchase-card {
    padding: 0.9rem 0.9rem 1rem;
    border-radius: 14px;
  }

  .page-product .product-actions .ptma-product-purchase-card .current-price-value {
    font-size: 1.8rem;
  }

  .page-product .product-actions .product-add-to-cart .product-quantity {
    flex-direction: column;
    align-items: stretch;
    gap: 0.68rem;
  }

  .page-product .product-actions .product-add-to-cart .qty {
    flex: 1 1 auto;
    min-width: 0;
    width: 100%;
  }
}

.page-product .product-variants .input-container .input-radio:checked + .radio-label,
.page-product .product-variants-item .input-radio:checked + .radio-label {
  border: 2px solid #959595;
  color: #333;
}
#subcategories {
  display: none;
}

body#product nav.breadcrumb ol li:last-child {
  display: none;
}

.page-header h1.h1 {
  padding: 0 10px;
}

.product-information {
  margin-top: 0;
}

.login-form {
  margin-bottom: 0;
}

.ptk-login-no-account {
  margin-top: 2.35rem;
  padding-top: 1.35rem;
  text-align: center;
}

.ptk-login-no-account__text {
  margin: 0 0 0.75rem;
  color: var(--pt-text-muted);
  font-size: 1rem;
  font-weight: 600;
}

.ptk-login-no-account__link,
.ptk-login-no-account__link:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0.35rem 0.55rem;
  color: var(--pt-brown-main);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 0.2rem;
  border-radius: 10px;
}

.ptk-login-no-account__link:hover,
.ptk-login-no-account__link:focus,
.ptk-login-no-account__link:active {
  color: var(--pt-brown-hover);
  text-decoration: underline;
  background: rgba(90, 63, 23, 0.06);
}

.product-id-98 .product-description,
.product-id-78 .product-description,
.product-id-130 .product-description {
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
}

.cart-detailed-actions a.btn.btn-primary:hover,
.cart-detailed-actions a.btn.btn-primary:focus,
.cart-detailed-actions a.btn.btn-primary:active {
  color: #fff !important;
  text-decoration: none !important;
}

.register-form p a {
  font-weight: 700;
  color: #12442a;
}

.product-flags {
  display: none;
}

.pt-upgrade-landing {
  max-width: 760px;
  line-height: 1.65;
}

.pt-upgrade-landing h2 {
  margin-bottom: 0.8rem;
}

.pt-upgrade-landing h3 {
  margin: 1.4rem 0 0.8rem;
}

.pt-upgrade-box {
  background: #f5f1e6;
  border: 1px solid rgba(120, 95, 55, 0.12);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 1rem 0 1.2rem;
}

.pt-upgrade-benefits {
  margin: 0.5rem 0 1.2rem;
  padding-left: 1.2rem;
}

.pt-upgrade-benefits li {
  margin-bottom: 0.35rem;
}

.pt-upgrade-benefits li::before {
  content: '✓';
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.1rem;
  height: 1.1rem;
  margin-right: 0.5rem;
  border-radius: 999px;
  background: #2f8a45;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  transform: translateY(-1px);
}
.pt-upgrade-highlight {
  background: #eef6ec;
  border: 1px solid rgba(90, 130, 85, 0.14);
  border-radius: 10px;
  padding: 14px 16px;
  font-weight: 500;
}

.ptk-account-card__actions a {
  display: inline-flex;
}

.pt-upgrade-summary {
  display: grid;
  gap: 0.9rem;
}

.pt-upgrade-summary__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #3b2f1c;
}

.pt-upgrade-summary__rows {
  display: grid;
  gap: 0.5rem;
}

.pt-upgrade-summary__row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.8rem;
  font-size: 0.98rem;
}

.pt-upgrade-summary__label {
  color: #6a5a44;
}

.pt-upgrade-summary__value {
  font-weight: 600;
  color: #3c2e1a;
}

.pt-upgrade-summary__row--price .pt-upgrade-summary__label {
  font-weight: 700;
  color: #4a3a24;
}

.pt-upgrade-summary__price {
  font-size: 1.5rem;
  font-weight: 800;
  color: #2f8a45;
}

.pt-upgrade-summary__note {
  margin: 0;
}

.pt-upgrade-summary__note--instant {
  margin-top: 0.5rem;
  font-size: 0.95rem;
  color: #4c3b25;
}

body#product.product-id-247 .product-add-to-cart .control-label,
body#product.product-id-247 .product-add-to-cart .qty {
  display: none;
}

body#product.product-id-247 .product-add-to-cart .product-quantity {
  align-items: center;
}

body#product.product-id-247 .pt-upgrade-cta-note {
  font-size: 0.9rem;
  font-weight: 600;
  color: #4c3b25;
}

.ptm-product-media:not(.has-tabs) {
  margin-bottom: 1rem;
}

body#product.product-id-247 .images-container .js-qv-mask.mask {
  display: none;
}

body#product.product-id-247 .product-cover {
  margin-bottom: 0;
}

body#product.product-id-247 .wishlist-button-add,
body#product.product-id-247 .wishlist-button-product,
body#product.product-id-247 .wishlist-add-to,
body#product.product-id-247 #blockwishlist-extra {
  display: none !important;
}



.pt-upgrade-landing {
  max-width: 760px;
  line-height: 1.65;
}

.pt-upgrade-landing h2 {
  margin-bottom: 0.8rem;
}

.pt-upgrade-landing h3 {
  margin: 1.4rem 0 0.8rem;
}

.pt-upgrade-box {
  background: #f5f1e6;
  border: 1px solid rgba(120, 95, 55, 0.12);
  border-radius: 10px;
  padding: 14px 16px;
  margin: 1rem 0 1.2rem;
}

.pt-upgrade-benefits {
  margin: 0.5rem 0 1.2rem;
  padding-left: 1.2rem;
}

.pt-upgrade-benefits li {
  margin-bottom: 0.35rem;
}

.pt-upgrade-highlight {
  background: #eef6ec;
  border: 1px solid rgba(90, 130, 85, 0.14);
  border-radius: 10px;
  padding: 14px 16px;
  font-weight: 500;
}


.pt-upgrade {
  max-width: 700px;
  line-height: 1.6;
}

.pt-box {
  background: #f5f2e8;
  padding: 12px 16px;
  border-radius: 8px;
  margin: 15px 0;
}

.pt-benefits {
  margin: 10px 0 20px;
  padding-left: 0;
  list-style: none;
}

.pt-benefits li {
  margin: 6px 0;
}

.pt-highlight {
  background: #eef6ec;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: 500;
}

/* Homepage hero slider: visual-only restyle for the standard PrestaShop imageslider. */
#index #carousel.carousel {
  position: relative;
  width: 100vw;
  min-height: 85vh;
  margin: 0 0 3rem calc(50% - 50vw);
  overflow: hidden;
  background: #172414;
  box-shadow: none;
}

#index #carousel .carousel-inner,
#index #carousel .carousel-item,
#index #carousel .carousel-item > a,
#index #carousel .carousel-item figure {
  height: 85vh;
  min-height: 620px;
}

#index #carousel .carousel-item > a,
#index #carousel .carousel-item figure {
  display: block;
  width: 100%;
  margin: 0;
}

#index #carousel .carousel-item figure {
  position: relative;
  overflow: hidden;
}

#index #carousel .carousel-item figure::before,
#index #carousel .carousel-item figure::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

#index #carousel .carousel-item figure::before {
  background:
    linear-gradient(180deg, rgba(18, 26, 14, 0.18) 0%, rgba(18, 26, 14, 0.08) 38%, rgba(18, 26, 14, 0.64) 100%),
    radial-gradient(circle at 50% 62%, rgba(18, 26, 14, 0.08) 0%, rgba(18, 26, 14, 0.42) 82%);
}

#index #carousel .carousel-item figure::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0) 24%, rgba(0, 0, 0, 0) 76%, rgba(0, 0, 0, 0.2) 100%);
}

#index #carousel .carousel-item img {
  width: 100%;
  height: 100% !important;
  max-height: none;
  object-fit: cover;
  object-position: center;
  display: block;
  filter: saturate(1.03) contrast(1.04);
}

#index #carousel .carousel-item .caption {
  position: absolute;
  left: 50%;
  right: auto;
  bottom: clamp(5rem, 12vh, 8rem);
  z-index: 2;
  width: min(920px, calc(100vw - 40px));
  max-width: none;
  padding: 0 1.25rem;
  transform: translateX(-50%);
  text-align: center;
  color: #fff;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.55);
}

#index #carousel .carousel-item .caption h2,
#index #carousel .carousel-item .caption .display-1 {
  margin: 0 auto 1rem;
  color: #fff;
  font-size: clamp(2.45rem, 5vw, 5.8rem);
  line-height: 0.95;
  letter-spacing: 0.015em;
  font-weight: 800;
  text-transform: uppercase;
}

#index #carousel .carousel-item .caption .caption-description {
  max-width: 720px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(1rem, 1.65vw, 1.32rem);
  line-height: 1.55;
  font-weight: 500;
}

#index #carousel .carousel-item .caption .caption-description p {
  margin: 0 0 1rem;
}

#index #carousel .carousel-item .caption .caption-description a,
#index #carousel .carousel-item .caption a,
#index #carousel .carousel-item .caption .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin: 1rem 0.35rem 0;
  padding: 0.78rem 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: #6baf45;
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.1;
  text-decoration: none !important;
  text-shadow: none;
  box-shadow: 0 14px 32px rgba(22, 54, 22, 0.32);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

#index #carousel .carousel-item .caption .caption-description a:nth-of-type(2),
#index #carousel .carousel-item .caption a:nth-of-type(2) {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(6px);
}

#index #carousel .carousel-item .caption .caption-description a:hover,
#index #carousel .carousel-item .caption a:hover,
#index #carousel .carousel-item .caption .btn:hover {
  background: #5a9c3a;
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(22, 54, 22, 0.38);
}

#index #carousel .direction .carousel-control {
  z-index: 4;
  width: 64px;
  opacity: 1;
  background: transparent;
}

#index #carousel .direction .icon-prev,
#index #carousel .direction .icon-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.82);
  color: #2d2a20;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#index #carousel .carousel-indicators {
  z-index: 4;
  bottom: 2rem;
  margin-bottom: 0;
}

#index #carousel .carousel-indicators li {
  width: 34px;
  height: 4px;
  border: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.46);
}

#index #carousel .carousel-indicators .active {
  background: #fff;
}

#index #carousel::after {
  content: "Scroll";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  z-index: 5;
  transform: translateX(-50%);
  padding-bottom: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

#index #carousel::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0.72rem;
  z-index: 5;
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255, 255, 255, 0.86);
  border-bottom: 2px solid rgba(255, 255, 255, 0.86);
  transform: translateX(-50%) rotate(45deg);
  animation: ptkHeroScrollHint 1.7s ease-in-out infinite;
}

@keyframes ptkHeroScrollHint {
  0%, 100% { transform: translate(-50%, -2px) rotate(45deg); opacity: 0.55; }
  50% { transform: translate(-50%, 4px) rotate(45deg); opacity: 1; }
}

@media (max-width: 1199px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure {
    height: 74vh;
    min-height: 540px;
  }

  #index #carousel .carousel-item .caption {
    bottom: clamp(4.5rem, 10vh, 6.5rem);
  }
}

@media (max-width: 767px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure {
    height: 62vh;
    min-height: 420px;
    max-height: 560px;
  }

  #index #carousel.carousel {
    margin-bottom: 1.8rem;
  }

  #index #carousel .carousel-item figure::before {
    background: linear-gradient(180deg, rgba(18, 26, 14, 0.12) 0%, rgba(18, 26, 14, 0.18) 35%, rgba(18, 26, 14, 0.78) 100%);
  }

  #index #carousel .carousel-item .caption {
    bottom: 3.4rem;
    width: calc(100vw - 24px);
    padding: 0 0.75rem;
  }

  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1 {
    margin-bottom: 0.6rem;
    font-size: clamp(1.75rem, 9vw, 2.65rem);
    line-height: 1;
  }

  #index #carousel .carousel-item .caption .caption-description {
    font-size: 0.95rem;
    line-height: 1.4;
  }

  #index #carousel .carousel-item .caption .caption-description p {
    margin-bottom: 0.6rem;
  }

  #index #carousel .carousel-item .caption .caption-description a,
  #index #carousel .carousel-item .caption a,
  #index #carousel .carousel-item .caption .btn {
    min-height: 40px;
    margin-top: 0.65rem;
    padding: 0.65rem 1rem;
    font-size: 0.86rem;
  }

  #index #carousel .direction .carousel-control {
    width: 42px;
  }

  #index #carousel .direction .icon-prev,
  #index #carousel .direction .icon-next {
    width: 34px;
    height: 34px;
  }

  #index #carousel .carousel-indicators {
    bottom: 1.2rem;
  }

  #index #carousel::before,
  #index #carousel::after {
    display: none;
  }
}

/* Homepage slider final override: taller hero, no global dark overlay. */
#index #carousel.carousel {
  left: auto !important;
  width: 100vw !important;
  height: 84vh !important;
  min-height: 660px !important;
  max-height: none !important;
  margin: 0 0 3rem calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: transparent !important;
  box-shadow: none !important;
}

#index #carousel .carousel-inner,
#index #carousel .carousel-item,
#index #carousel .carousel-item.active,
#index #carousel .carousel-item > a,
#index #carousel .carousel-item figure {
  width: 100% !important;
  height: 84vh !important;
  min-height: 660px !important;
  max-height: none !important;
}

#index #carousel .carousel-inner {
  overflow: hidden !important;
}

#index #carousel .carousel-item > a,
#index #carousel .carousel-item figure {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

#index #carousel .carousel-item figure {
  position: relative !important;
}

#index #carousel .carousel-item figure::before,
#index #carousel .carousel-item figure::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

#index #carousel .carousel-item img {
  width: 100% !important;
  height: 100% !important;
  min-height: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  filter: none !important;
  opacity: 1 !important;
}

#index #carousel .carousel-item .caption {
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  bottom: clamp(8.75rem, 10vh, 7.5rem) !important;
  z-index: 3 !important;
  width: min(860px, calc(100vw - 44px)) !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 1rem 1.35rem !important;
  transform: translateX(-50%) !important;
  text-align: center !important;
  background: rgba(25, 28, 20, 0.24) !important;
  border: 1px solid rgba(255, 255, 255, 0.18) !important;
  border-radius: 18px !important;
  color: #fff !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.56) !important;
  backdrop-filter: blur(2px) !important;
  -webkit-backdrop-filter: blur(2px) !important;
}

#index #carousel .carousel-item .caption h2,
#index #carousel .carousel-item .caption .display-1 {
  color: #fff !important;
}

#index #carousel .carousel-item .caption .caption-description,
#index #carousel .carousel-item .caption .caption-description p,
#index #carousel .carousel-item .caption .caption-description h3 {
  color: rgba(255, 255, 255, 0.94) !important;
}

@media (max-width: 1199px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item.active,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure {
    height: 72vh !important;
    min-height: 560px !important;
  }
}

@media (max-width: 767px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item.active,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure {
    height: 60vh !important;
    min-height: 430px !important;
    max-height: 560px !important;
  }

  #index #carousel .carousel-item .caption {
    bottom: 2.8rem !important;
    width: calc(100vw - 28px) !important;
    padding: 0.8rem 0.95rem !important;
    border-radius: 14px !important;
    background: rgba(25, 28, 20, 0.28) !important;
  }
}

/* Homepage slider responsive typography tuning. */
@media (max-width: 991px) {
  #index #carousel .carousel-item .caption {
    padding: 0.78rem 1rem !important;
  }

  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1 {
    margin-bottom: 0.55rem !important;
    font-size: clamp(1.75rem, 5.4vw, 3rem) !important;
    line-height: 1.02 !important;
    letter-spacing: 0.01em !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: clamp(0.9rem, 1.9vw, 1.05rem) !important;
    line-height: 1.38 !important;
  }

  #index #carousel .carousel-item .caption .caption-description p {
    margin-bottom: 0.55rem !important;
  }

  #index #carousel .carousel-item .caption .caption-description a,
  #index #carousel .carousel-item .caption a,
  #index #carousel .carousel-item .caption .btn {
    min-height: 40px !important;
    margin-top: 0.55rem !important;
    padding: 0.62rem 1rem !important;
    font-size: 0.84rem !important;
  }
}

@media (max-width: 767px) {
  #index #carousel .carousel-item .caption {
    bottom: 2.4rem !important;
    width: calc(100vw - 24px) !important;
    padding: 0.68rem 0.82rem !important;
  }

  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1 {
    margin-bottom: 0.42rem !important;
    font-size: clamp(1.32rem, 6.2vw, 2rem) !important;
    line-height: 1.04 !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: 0.82rem !important;
    line-height: 1.32 !important;
  }

  #index #carousel .carousel-item .caption .caption-description p {
    margin-bottom: 0.42rem !important;
  }

  #index #carousel .carousel-item .caption .caption-description a,
  #index #carousel .carousel-item .caption a,
  #index #carousel .carousel-item .caption .btn {
    min-height: 36px !important;
    margin-top: 0.42rem !important;
    padding: 0.52rem 0.82rem !important;
    font-size: 0.76rem !important;
  }
}

/* Homepage slider caption final tuning: title is rendered as caption-description h3. */
#index #carousel .carousel-inner::before,
#index #carousel .carousel-inner::after,
#index #carousel .carousel-item::before,
#index #carousel .carousel-item::after,
#index #carousel .carousel-item > a::before,
#index #carousel .carousel-item > a::after {
  content: none !important;
  display: none !important;
  background: transparent !important;
}

#index #carousel .carousel-item img {
  filter: none !important;
}

@media (min-width: 992px) {
  #index #carousel .carousel-item .caption {
    width: min(760px, calc(100vw - 56px)) !important;
    padding: 0.85rem 1.15rem !important;
  }

  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1,
  #index #carousel .carousel-item .caption .caption-description h3 {
    margin: 0 auto 0.55rem !important;
    font-size: clamp(1.7rem, 2.65vw, 3.15rem) !important;
    line-height: 1.04 !important;
    letter-spacing: 0.01em !important;
    color: #fff !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p {
    font-size: clamp(0.94rem, 1.15vw, 1.12rem) !important;
    line-height: 1.42 !important;
  }
}

@media (max-width: 991px) {
  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: clamp(1.45rem, 4.4vw, 2.35rem) !important;
    line-height: 1.05 !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p {
    font-size: clamp(0.86rem, 1.65vw, 0.98rem) !important;
    line-height: 1.35 !important;
  }
}

@media (max-width: 767px) {
  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: clamp(1.15rem, 5.3vw, 1.65rem) !important;
    line-height: 1.06 !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p {
    font-size: 0.78rem !important;
    line-height: 1.3 !important;
  }
}

/* Homepage slider caption compact typography override. */
#index #carousel .carousel-item .caption h2,
#index #carousel .carousel-item .caption .display-1,
#index #carousel .carousel-item .caption .caption-description h3 {
  font-size: clamp(1.15rem, 1.65vw, 1.75rem) !important;
  line-height: 1.08 !important;
  margin-bottom: 0.35rem !important;
}

#index #carousel .carousel-item .caption .caption-description,
#index #carousel .carousel-item .caption .caption-description p {
  font-size: clamp(0.78rem, 0.9vw, 0.92rem) !important;
  line-height: 1.3 !important;
}

#index #carousel .carousel-item .caption {
  width: min(620px, calc(100vw - 56px)) !important;
  padding: 0.65rem 0.9rem !important;
}

@media (max-width: 991px) {
  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: clamp(1.05rem, 3.4vw, 1.55rem) !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p {
    font-size: 0.76rem !important;
  }
}

@media (max-width: 767px) {
  #index #carousel .carousel-item .caption h2,
  #index #carousel .carousel-item .caption .display-1,
  #index #carousel .carousel-item .caption .caption-description h3 {
    font-size: clamp(0.98rem, 4.4vw, 1.28rem) !important;
  }

  #index #carousel .carousel-item .caption .caption-description,
  #index #carousel .carousel-item .caption .caption-description p {
    font-size: 0.72rem !important;
  }
}

/* Homepage slider desktop image: avoid vertical crop on tall panoramic uploads. */
@media (min-width: 992px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item.active,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }

  #index #carousel .carousel-item img {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    object-fit: contain !important;
    object-position: center center !important;
  }
}

/* Homepage slider: ignore legacy hardcoded image ratio. */
#index #carousel .carousel-item img {
  aspect-ratio: auto !important;
}

/* Homepage slider: fullscreen hero mode. */
#index #carousel.carousel {
  width: 100vw !important;
  height: calc(100vh - 0px) !important;
  min-height: 720px !important;
  max-height: none !important;
  margin: 0 0 3rem calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

#index #carousel .carousel-inner,
#index #carousel .carousel-item,
#index #carousel .carousel-item.active,
#index #carousel .carousel-item > a,
#index #carousel .carousel-item figure {
  width: 100% !important;
  height: 100% !important;
  min-height: 720px !important;
  max-height: none !important;
  overflow: hidden !important;
}

#index #carousel .carousel-item img {
  display: block !important;
  width: 100vw !important;
  height: 100% !important;
  min-height: 720px !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: center center !important;
  aspect-ratio: auto !important;
}

@media (max-width: 991px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item.active,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure,
  #index #carousel .carousel-item img {
    height: 72vh !important;
    min-height: 560px !important;
  }
}

@media (max-width: 767px) {
  #index #carousel.carousel,
  #index #carousel .carousel-inner,
  #index #carousel .carousel-item,
  #index #carousel .carousel-item.active,
  #index #carousel .carousel-item > a,
  #index #carousel .carousel-item figure,
  #index #carousel .carousel-item img {
    height: 62vh !important;
    min-height: 430px !important;
    max-height: 560px !important;
  }
}

/* Homepage ptk hero container: let the slider really use fullscreen height. */
#index .ptk-hero,
.ptk-home .ptk-hero {
  min-height: 100vh !important;
  height: 100vh !important;
}

#index .ptk-hero__media,
.ptk-home .ptk-hero__media {
  height: 100% !important;
}

#index .ptk-hero__media img,
.ptk-home .ptk-hero__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 991px) {
  #index .ptk-hero,
  .ptk-home .ptk-hero {
    min-height: 72vh !important;
    height: 72vh !important;
  }
}

@media (max-width: 767px) {
  #index .ptk-hero,
  .ptk-home .ptk-hero {
    min-height: 62vh !important;
    height: 62vh !important;
  }
}

/* Homepage slider: scroll hint lives inside caption, below CTA. */
#index #carousel::before,
#index #carousel::after {
  content: none !important;
  display: none !important;
}

#index #carousel .ptk-hero-scroll-hint {
  position: relative !important;
  z-index: 4 !important;
  display: none !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.28rem !important;
  margin-top: 0.72rem !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 0.66rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.16em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.42) !important;
  pointer-events: none !important;
}

#index #carousel .ptk-hero-scroll-hint::after {
  content: "" !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  border-right: 2px solid rgba(255, 255, 255, 0.88) !important;
  border-bottom: 2px solid rgba(255, 255, 255, 0.88) !important;
  transform: rotate(45deg) !important;
  animation: ptkHeroScrollHintInner 1.7s ease-in-out infinite !important;
}

@keyframes ptkHeroScrollHintInner {
  0%, 100% { transform: translateY(-2px) rotate(45deg); opacity: 0.55; }
  50% { transform: translateY(4px) rotate(45deg); opacity: 1; }
}

@media (max-width: 767px) {
  #index #carousel .ptk-hero-scroll-hint {
    display: none !important;
  }
}

/* Trail listing meta icons: keep inline SVG details compact. */
.product-miniature .ptm-product-list-meta {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0 !important;
  padding: 3px 5px !important;
  font-weight: 600 !important;
  background: #593e16 !important;
  color: #fff !important;
  line-height: 1.1 !important;
}

.product-miniature .ptm-product-list-meta__item {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 33% !important;
  gap: 0.25rem !important;
  color: #fff !important;
  white-space: nowrap !important;
}

.product-miniature .ptm-product-list-meta__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  width: 18px !important;
  height: 18px !important;
  color: #fff !important;
}

.product-miniature .ptm-product-list-meta__icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  color: #fff !important;
  stroke: currentColor !important;
}

.product-miniature .ptm-product-list-meta__value {
  color: #fff !important;
  font-size: 0.82rem !important;
}

/* CTA SLIDER FIX PORTOFINOTREK */

#homepage-slider .btn,
#carousel .btn,
#homepage-slider .caption a,
#carousel .caption a {
  border-radius: 30px !important;
  padding: 12px 26px !important;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: none;
  box-shadow: none !important;
}

/* PRIMARY (verde bello, non bootstrap brutto) */
#homepage-slider .btn-primary,
#carousel .btn-primary,
#homepage-slider .caption a:first-of-type,
#carousel .caption a:first-of-type {
  background-color: #6fbf4b !important;
  border: none !important;
  color: #fff !important;
}

#homepage-slider .btn-primary:hover,
#carousel .btn-primary:hover,
#homepage-slider .caption a:first-of-type:hover,
#carousel .caption a:first-of-type:hover {
  background-color: #5da63f !important;
}

/* OUTLINE LIGHT (quello che ora ti diventa verde brutto) */
#homepage-slider .btn-outline-light,
#carousel .btn-outline-light,
#homepage-slider .caption a:nth-of-type(2),
#carousel .caption a:nth-of-type(2) {
  background-color: rgba(255,255,255,0.15) !important;
  border: 1px solid rgba(255,255,255,0.6) !important;
  color: #fff !important;
  backdrop-filter: blur(6px);
}

#homepage-slider .btn-outline-light:hover,
#carousel .btn-outline-light:hover,
#homepage-slider .caption a:nth-of-type(2):hover,
#carousel .caption a:nth-of-type(2):hover {
  background-color: rgba(255,255,255,0.3) !important;
  border-color: #fff !important;
  color: #fff !important;
}

/* PortofinoTrek 404 page */
.error-404 {
  position: relative;
  left: 50%;
  width: 100vw;
  min-height: calc(100vh - 170px);
  margin-left: -50vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 90px 24px;
  overflow: hidden;
  background: #203918 url('../img/404-desktop.jpg') center center / cover no-repeat;
  color: #fff;
  text-align: center;
}

.error-404-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(31, 23, 10, 0.70), rgba(31, 23, 10, 0.28) 52%, rgba(31, 23, 10, 0.55));
  pointer-events: none;
}

.error-404-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  padding: 34px 38px;
  border-radius: 28px;
  background: rgba(36, 25, 10, 0.44);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(5px);
}

.error-404-kicker {
  margin: 0 0 10px;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #8fd044;
}

.error-404 .title {
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.3rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 0.96;
  text-shadow: 0 4px 22px rgba(0, 0, 0, 0.36);
}

.error-404 .text {
  max-width: 640px;
  margin: 0 auto 28px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.05rem;
  line-height: 1.65;
}

.error-404 .actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.error-404 .actions .btn {
  border-radius: 999px;
  padding: 12px 24px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: none;
}

.error-404 .actions .primary {
  background: #6fbf4b;
  border: 1px solid #6fbf4b;
  color: #fff;
}

.error-404 .actions .primary:hover {
  background: #5da63f;
  border-color: #5da63f;
  color: #fff;
}

.error-404 .actions .secondary {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.66);
  color: #fff;
}

.error-404 .actions .secondary:hover {
  background: rgba(255, 255, 255, 0.28);
  color: #fff;
}

@media (max-width: 767px) {
  .error-404 {
    min-height: calc(100vh - 120px);
    padding: 70px 18px;
    background-image: url('../img/404-mobile.jpg');
  }

  .error-404-content {
    padding: 28px 22px;
    border-radius: 22px;
  }

  .error-404 .text {
    font-size: 0.96rem;
  }

  .error-404 .actions {
    flex-direction: column;
  }
}


/* Trail editorial content: keep inline waymark images aligned without DB inline styles. */
.ptm-trail-description-content img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}


/* Trail facts: start point is a normal label/value row with a subtle map link. */
.ptm-trail-facts-table__start-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #593e16;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(89, 62, 22, 0.24);
  transition: color .18s ease, border-color .18s ease;
}
.ptm-trail-facts-table__start-link:hover,
.ptm-trail-facts-table__start-link:focus {
  color: #6bae3b;
  text-decoration: none;
  border-color: rgba(107, 174, 59, 0.55);
}
.ptm-trail-facts-table__start-link-icon {
  font-size: 0.9rem;
  line-height: 1;
  opacity: 0.9;
}


/* Product 78 and 273: hide thumbnail strip, keep main image layout intact. */
#product .ptm-product-media--hide-thumbs .images-container .js-qv-mask.mask {
  display: none;
}

/* Product 78 and 273: remove bottom gap below the main cover image. */
body#product.product-id-78 .images-container .product-cover,
body#product.product-id-273 .images-container .product-cover {
  margin-bottom: 0;
}

/* Product 273 is a single extra-itinerary pack: keep qty fixed but hide selector. */
body#product.product-id-273 .product-add-to-cart .pt-product-qty--hidden {
  display: none !important;
}


/* Product 273: hide wishlist block on the extra-itinerary pack page. */
body#product.product-id-273 .wishlist-button {
  display: none !important;
}

/* Footer social follow: modern, scoped styling for ps_socialfollow icons. */
#footer .footer-container #social.block-social .h3 {
  margin-bottom: 0.85rem;
}

#footer .footer-container #social.block-social ul {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
}

#footer .footer-container #social.block-social ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0;
  border-radius: 50%;
  background-color: rgba(255, 248, 232, 0.14);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px 20px;
  border: 1px solid rgba(255, 248, 232, 0.22);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
  opacity: 0.92;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, opacity .2s ease, transform .2s ease;
}

#footer .footer-container #social.block-social ul li:hover,
#footer .footer-container #social.block-social ul li:focus-within {
  background-color: #6bae3b;
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 14px 28px rgba(20, 32, 8, 0.24);
  opacity: 1;
  transform: translateY(-2px);
}

#footer .footer-container #social.block-social ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border-radius: inherit;
  color: transparent;
  text-decoration: none;
}

#footer .footer-container #social.block-social ul li a:hover,
#footer .footer-container #social.block-social ul li a:focus {
  color: transparent !important;
  text-decoration: none;
  outline: none;
}

@media (max-width: 767px) {
  #footer .footer-container #social.block-social ul {
    justify-content: center;
  }

  #footer .footer-container #social.block-social .h3 {
    text-align: left;
    padding: .625rem;
  }

  .footer-container .links ul {
    background-color: #754f18;
  }
}

/* Product 130: hide purchase variant selector. */
body#product.product-id-130 .ptma-product-purchase-flow__variants {
  display: none;
}

/* Final scoped wishlist-card override: covers standard and Creative Elements product miniatures. */
.product-miniature .wishlist-button-add,
.js-product-miniature .wishlist-button-add,
.elementor-product-miniature .wishlist-button-add,
.products article .wishlist-button-add {
  position: absolute !important;
  top: 8px !important;
  right: 8px !important;
  z-index: 10 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 34px !important;
  height: 34px !important;
  min-width: 34px !important;
  min-height: 34px !important;
  padding: 0 !important;
  border: 1px solid rgba(60, 60, 60, 0.12) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.84) !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.11) !important;
  color: rgba(60, 60, 60, 0.62) !important;
  opacity: 1 !important;
  transform: translateY(0);
}

.product-miniature .wishlist-button-add:hover,
.product-miniature .wishlist-button-add:focus,
.js-product-miniature .wishlist-button-add:hover,
.js-product-miniature .wishlist-button-add:focus,
.elementor-product-miniature .wishlist-button-add:hover,
.elementor-product-miniature .wishlist-button-add:focus,
.products article .wishlist-button-add:hover,
.products article .wishlist-button-add:focus {
  background: rgba(255, 255, 255, 0.96) !important;
  border-color: rgba(90, 63, 23, 0.16) !important;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15) !important;
  opacity: 1 !important;
  transform: translateY(-1px);
  outline: none;
}

.product-miniature .wishlist-button-add i,
.product-miniature .wishlist-button-add svg,
.product-miniature .wishlist-button-add .material-icons,
.js-product-miniature .wishlist-button-add i,
.js-product-miniature .wishlist-button-add svg,
.js-product-miniature .wishlist-button-add .material-icons,
.elementor-product-miniature .wishlist-button-add i,
.elementor-product-miniature .wishlist-button-add svg,
.elementor-product-miniature .wishlist-button-add .material-icons,
.products article .wishlist-button-add i,
.products article .wishlist-button-add svg,
.products article .wishlist-button-add .material-icons {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  font-size: 18px !important;
  line-height: 18px !important;
  color: rgba(60, 60, 60, 0.62) !important;
  text-align: center;
}

.product-miniature .wishlist-button-add:hover i,
.product-miniature .wishlist-button-add:hover svg,
.product-miniature .wishlist-button-add:hover .material-icons,
.js-product-miniature .wishlist-button-add:hover i,
.js-product-miniature .wishlist-button-add:hover svg,
.js-product-miniature .wishlist-button-add:hover .material-icons,
.elementor-product-miniature .wishlist-button-add:hover i,
.elementor-product-miniature .wishlist-button-add:hover svg,
.elementor-product-miniature .wishlist-button-add:hover .material-icons,
.products article .wishlist-button-add:hover i,
.products article .wishlist-button-add:hover svg,
.products article .wishlist-button-add:hover .material-icons {
  color: rgba(90, 63, 23, 0.78) !important;
}

/* Minimal PWA install toast: mobile only, no overlay/backdrop. */
.ptk-pwa-install-toast {
  position: fixed;
  left: 50%;
  bottom: calc(0.9rem + env(safe-area-inset-bottom, 0px));
  z-index: 1060;
  display: grid;
  gap: 0.7rem;
  width: min(380px, calc(100vw - 28px));
  max-width: 420px;
  padding: 0.85rem;
  border: 1px solid rgba(88, 70, 39, 0.12);
  border-radius: 18px;
  background: #c8d96b;
  box-shadow: 0 14px 34px rgba(35, 45, 29, 0.18);
  color: #25321f;
  opacity: 0;
  transform: translate3d(-50%, 18px, 0);
  transition: opacity 0.22s ease, transform 0.22s ease;
  box-sizing: border-box;
  pointer-events: auto;
}

.ptk-pwa-install-toast.is-visible {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
}

.ptk-pwa-install-toast__copy {
  min-width: 0;
}

.ptk-pwa-install-toast__title,
.ptk-pwa-install-toast__text {
  display: block;
}

.ptk-pwa-install-toast__title {
  margin: 0 0 0.18rem;
  color: #25321f;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

.ptk-pwa-install-toast__text {
  color: rgba(37, 50, 31, 0.82);
  font-size: 0.82rem;
  line-height: 1.35;
}

.ptk-pwa-install-toast__actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
}

.ptk-pwa-install-toast__actions button {
  min-height: 34px;
  padding: 0.5rem 0.78rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.ptk-pwa-install-toast__add {
  background: #5f9e34;
  color: #ffffff;
  box-shadow: 0 8px 17px rgba(95, 158, 52, 0.22);
}

.ptk-pwa-install-toast__close {
  background: transparent;
  color: rgba(37, 50, 31, 0.7);
  border-color: rgba(88, 70, 39, 0.14);
}

.ptk-pwa-install-toast__actions button:hover,
.ptk-pwa-install-toast__actions button:focus {
  transform: translateY(-1px);
  outline: none;
}

.ptk-pwa-install-toast__add:hover,
.ptk-pwa-install-toast__add:focus {
  background: #548e2f;
  box-shadow: 0 10px 20px rgba(84, 142, 47, 0.26);
}

.ptk-pwa-install-toast__close:hover,
.ptk-pwa-install-toast__close:focus {
  background: #f7f4e8;
  color: #25321f;
}

@media (max-width: 360px) {
  .ptk-pwa-install-toast {
    width: calc(100vw - 20px);
    padding: 0.78rem;
  }

  .ptk-pwa-install-toast__actions {
    justify-content: stretch;
  }

  .ptk-pwa-install-toast__actions button {
    flex: 1 1 auto;
  }
}


/* Trail facts: explicit BO start-point link markup for new trails. */
#table-short-desc .trail-start-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #593e16;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(89, 62, 22, 0.24);
  transition: color .18s ease, border-color .18s ease;
}

#table-short-desc .trail-start-link::after {
  content: "↗";
  font-size: 11px;
  line-height: 1;
  opacity: .65;
  transform: translateY(-1px);
  transition: opacity .2s ease;
}

#table-short-desc .trail-start-link:hover,
#table-short-desc .trail-start-link:focus {
  color: #6bae3b;
  text-decoration: none;
  border-color: rgba(107, 174, 59, 0.55);
  outline: none;
}

#table-short-desc .trail-start-link:hover::after,
#table-short-desc .trail-start-link:focus::after {
  opacity: 1;
}

/* Breadcrumb visibility: keep it only on category and product pages. */
nav.breadcrumb {
  display: none;
}

body#category nav.breadcrumb,
body#product nav.breadcrumb {
  display: block;
}

/* CMS pages inside category 2: remove top spacing for the CMS content area. */
body#cms.cms-category-id-2 #wrapper,
body#cms.cms-category-id-2 section.page-content.page-cms {
  padding-top: 0;
}


.block-promo .promo-name .cart-summary-line span {
  color: #ff5807;
}

#footer #modal,
#footer #modal p,
#footer #modal li,
#footer #modal span,
#footer #modal div,
#footer #modal h1,
#footer #modal h2,
#footer #modal h3,
#footer #modal h4,
#footer #modal h5,
#footer #modal h6 {
  color: #2f281c !important;
}

#footer #modal a {
  color: #34209e !important;
}

#footer #modal a:hover,
#footer #modal a:focus {
  color: #6dac37 !important;
}

#module-portofinotrekfinder-finder .page-header h1 {display:none;}

@media (min-width: 768px) {
  .category-id-21 .col-md-8, .col-md-9 {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .category-id-21 .col-sm-6, .category-id-21 .col-sm-7 {
    float: left;
    width: 33%;
  }
}

@media (max-width: 991px) {
  .col-md-6, .col-md-7 {
    float: left;
    width: 100%;
  }

  #footer .col-md-6, #footer .col-md-7 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  #footer .col-md-6, #footer .col-md-7 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .footer-container .wrapper {
    float: left;
    width: 100%;
  }
}

/* Category description read-more */
#js-product-list-header .ptk-category-description {
  position: relative;
  margin-top: 0;
}

#js-product-list-header .ptk-category-description__content {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  transition: max-height .28s ease;
}

#js-product-list-header .ptk-category-description.is-collapsible.is-collapsed .ptk-category-description__content::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5.5rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.92));
}

#js-product-list-header .ptk-category-description.is-expanded .ptk-category-description__content {
  max-height: none;
}

#js-product-list-header .ptk-category-description.is-expanded .ptk-category-description__content::after {
  display: none;
}

#js-product-list-header .ptk-category-description__toggle {
  display: inline-flex;
  align-items: center;
  margin-top: .45rem;
  margin-bottom: .45rem;
  padding: 0;
  border: 0;
  background: transparent;
  color: #6c4001;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

#js-product-list-header .ptk-category-description__toggle:hover,
#js-product-list-header .ptk-category-description__toggle:focus {
  color: #198195;
}

@media (max-width: 767px) {
  #js-product-list-header .ptk-category-description__content {
    max-height: 300px;
  }

  #js-product-list-header .ptk-category-description.is-collapsible.is-collapsed .ptk-category-description__content::after {
    height: 4.5rem;
  }
}


@media (max-width: 990px) {
  body#category #left-column {
    display: none;
  }

  body#category #content-wrapper {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

body#category.category-id-21 .wishlist-button-add,
body#category.category-id-21 .wishlist-button,
body#category.category-id-21 .wishlist-button-product,
body#category.category-id-21 .wishlist-add-to,
body#category.category-id-21 [data-button-action="add-to-wishlist"] {
  display: none !important;
}


.ptk-account-menu__link--planner {
  font-weight: 800;
  color: #bada8f !important;
}

.ptk-account-menu__link--planner::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.42rem;
  border-radius: 999px;
  background: #bada8f;
  vertical-align: 0.05em;
}

/* Supporter+ mobile Planner CTA */
.ptk-mobile-planner-cta {
  display: none;
}

@media (max-width: 768px) {
  body:has(.ptk-mobile-planner-cta) {
    padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  }

  body#module-portofinotrek-itinerarybuilder {
    padding-bottom: 0;
  }

  .ptk-mobile-planner-cta {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: max(6px, env(safe-area-inset-bottom, 0px));
    z-index: 998;
    min-height: 52px;
    padding: 0.55rem 0.9rem;
    border-radius: 16px 16px 14px 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.48rem;
    box-sizing: border-box;
    background: linear-gradient(135deg, #215a6d 0%, #163f4f 100%);
    color: #fff;
    box-shadow: 0 12px 26px rgba(20, 52, 64, 0.24);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-decoration: none;
    line-height: 1.1;
    max-width: calc(100vw - 20px);
  }

  .ptk-mobile-planner-cta:hover,
  .ptk-mobile-planner-cta:focus {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(135deg, #25677c 0%, #194a5c 100%);
  }

  .ptk-mobile-planner-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
  }

  .ptk-mobile-planner-cta__icon svg {
    display: block;
    width: 17px;
    height: 17px;
    fill: currentColor;
  }

  .ptk-mobile-planner-cta__text {
    min-width: 0;
  }

  body#module-portofinotrek-itinerarybuilder .ptk-mobile-planner-cta {
    display: none;
  }
}

.ptk-mobile-planner-cta:hover {
  color: #fff !important;
  background: #1f5468;
}

@media (max-width: 579px) {
  .ptk-header-contact-link {
    display: none !important;
  }
}
