:root {
  --pavi-forest: #14231f;
  --pavi-green: #457d56;
  --bs-primary: #457d56;
  --bs-primary-rgb: 69, 125, 86;
  --pavi-green-dark: #316542;
  --pavi-mint: #f2f7f6;
  --pavi-soft: #f8f8f8;
  --pavi-white: #ffffff;
  --pavi-border: rgba(20, 35, 31, 0.12);
  --pavi-muted: rgba(20, 35, 31, 0.68);
  --pavi-radius: 8px;
  --pavi-container: 1280px;
  --pavi-shadow: 0 18px 50px rgba(20, 35, 31, 0.08);
}

.wishlist-list-item:hover .wishlist-list-item-title {
  color: var(--pavi-green-dark) !important;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--pavi-white);
  color: var(--pavi-forest);
  font-family:
    "Outfit",
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
  letter-spacing: 0;
}

a {
  color: var(--pavi-green-dark);
}

a:hover,
a:focus {
  color: var(--pavi-forest);
}

.container {
  max-width: var(--pavi-container);
}

.btn,
button,
input,
select,
textarea {
  border-radius: var(--pavi-radius);
  font-family: inherit;
  letter-spacing: 0;
}

.btn-primary {
  --bs-btn-bg: var(--pavi-green-dark);
  --bs-btn-border-color: var(--pavi-green-dark);
  --bs-btn-hover-bg: var(--pavi-forest);
  --bs-btn-hover-border-color: var(--pavi-forest);
  --bs-btn-focus-shadow-rgb: 49, 101, 66;
  color: var(--pavi-white) !important;
}

.btn-outline-primary {
  --bs-btn-color: var(--pavi-green-dark);
  --bs-btn-border-color: var(--pavi-green-dark);
  --bs-btn-hover-bg: var(--pavi-green-dark);
  --bs-btn-hover-border-color: var(--pavi-green-dark);
}

.form-control,
.form-select {
  border-color: var(--pavi-border);
  min-height: 48px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--pavi-green);
  box-shadow: 0 0 0 0.2rem rgba(69, 125, 86, 0.16);
}

.header,
.header-top,
#header {
  background: var(--pavi-mint);
  box-shadow: none;
}

#header {
  position: sticky;
  top: 0;
  z-index: 1020;
}

#header .container {
  max-width: var(--pavi-container);
}

.pavi-free-shipping-bar {
  background: var(--pavi-forest);
  color: var(--pavi-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  padding: 11px 1rem;
  text-align: center;
}

.pavi-free-shipping-bar strong {
  color: #d8ecd2;
}

/* Header + main menu baseline (Hummingbird structure) */
.header-top {
  border-bottom: 1px solid var(--pavi-border);
  font-size: 0.9rem;
}

.header-bottom {
  background: var(--pavi-white);
  border-bottom: 1px solid var(--pavi-border);
  min-height: 100px;
}

.header-bottom__container {
  display: flex;
  align-items: stretch;
}

.header-bottom__row {
  width: 100%;
  min-height: 100px;
}

.header-bottom__logo .navbar-brand img {
  max-height: 46px;
  max-width: 210px;
  width: auto;
}

.pavi-logo {
  display: block;
  width: 210px;
}

.header-bottom .header-block__action-btn {
  align-items: center;
  color: var(--pavi-forest);
  display: inline-flex;
  justify-content: center;
  min-height: 40px;
  min-width: 40px;
}

.header-bottom .header-block__icon {
  font-size: 18px;
}

.ps-mainmenu--desktop,
.ps-mainmenu__desktop {
  height: 100%;
}

.ps-mainmenu__tree {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2.3rem;
}

.ps-mainmenu__tree-item {
  position: relative;
}

.ps-mainmenu__tree-item-wrapper {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.ps-mainmenu__tree-link {
  color: var(--pavi-forest);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 24px;
  padding: 0.35rem 0;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}

.ps-mainmenu__tree-link:hover,
.ps-mainmenu__tree-link:focus {
  color: var(--pavi-green-dark);
}

.ps-mainmenu__tree-dropdown-toggle {
  border: 0;
  background: transparent;
  width: 1.35rem;
  height: 1.35rem;
  padding: 0;
}

#_desktop_ps_searchbar .ps-searchbar {
  min-width: auto;
}

.header-bottom .ps-customersignin .header-block__title,
.header-bottom .ps-shoppingcart .header-block__title,
.header-bottom .blockwishlist .header-block__title {
  display: none !important;
}

.header-bottom #_desktop_ps_searchbar,
.header-bottom #_desktop_ps_customersignin,
.header-bottom #_desktop_ps_shoppingcart,
.header-bottom #_desktop_blockwishlist {
  align-items: center;
  display: flex;
}

.header-bottom #_desktop_ps_customersignin,
.header-bottom #_desktop_ps_shoppingcart,
.header-bottom #_desktop_blockwishlist {
  margin-left: 0.25rem;
}

.header-bottom #_desktop_ps_searchbar {
  margin-left: auto;
  max-width: 260px;
  padding-right: 0.5rem;
}

.header-bottom #_desktop_ps_customersignin {
  border-left: 1px solid var(--pavi-border);
  margin-left: 0;
  padding-left: 0.75rem;
}

.pavi-header-actions-native {
  gap: 0;
}

.pavi-header-nav {
  min-width: 0;
  padding-left: 1.25rem;
}

.pavi-header-nav .header-top {
  border: 0;
  background: transparent;
}

.pavi-header-nav .header-top > .container-md,
.pavi-header-nav .header-top > .container {
  max-width: none;
  padding: 0;
}

/* Services page */
.page-cms.cms-id-6 .columns-container--services {
  max-width: none;
  padding: 0;
}

.page-cms.cms-id-6 .columns-container--services > .row {
  margin: 0;
}

.page-cms.cms-id-6 .columns-container--services > .row > [class*="col-"] {
  padding: 0;
}

.page-cms.cms-id-6 #center-column.center-column {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-bottom: 0;
}

.page-content--services {
  padding: 0;
}

.pavi-services-hero {
  position: relative;
  height: 298px;
  overflow: hidden;
}

.pavi-services-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.pavi-services-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.pavi-services-hero__context {
  margin: 0 0 0.75rem;
  color: #95c8ad;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pavi-services-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.375rem);
  font-weight: 700;
}

.pavi-services-intro {
  background: var(--pavi-soft);
  padding: 4.7rem 0;
}

.pavi-services-intro__grid {
  display: grid;
  grid-template-columns: 1fr 692px;
  gap: 2.8rem;
  align-items: center;
}

.pavi-services-intro__copy {
  max-width: 543px;
}

.pavi-services-intro__eyebrow,
.pavi-services-feature__eyebrow,
.pavi-services-testimonials__eyebrow {
  margin: 0 0 0.75rem;
  color: var(--pavi-green);
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pavi-services-intro__copy h2,
.pavi-services-feature__copy h2,
.pavi-services-testimonials__header h2 {
  margin: 0 0 1.5rem;
  color: var(--pavi-forest);
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
}

.pavi-services-intro__copy p,
.pavi-services-feature__copy li,
.pavi-testimonial-card p {
  color: #434f58;
  font-size: 1rem;
  line-height: 1.5;
}

.pavi-services-cta {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  min-height: 53px;
  padding: 0.95rem 2.5rem;
  background: var(--pavi-green);
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.pavi-services-cta img {
  width: 14px;
  height: 14px;
}

.pavi-services-cta:hover,
.pavi-services-cta:focus {
  color: #fff;
  background: var(--pavi-green-dark);
}

.pavi-services-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem 1.9rem;
}

.pavi-services-card {
  background: #fff;
  border-radius: 8px;
  padding: 3.5rem 2rem;
  text-align: center;
}

.pavi-services-card img {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
}

.pavi-services-card h3 {
  margin: 0 0 1rem;
  color: var(--pavi-forest);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}

.pavi-services-card p {
  margin: 0;
  color: var(--pavi-forest);
  font-size: 1rem;
  line-height: 1.5;
}

.pavi-services-video {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.pavi-services-video__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.7);
}

.pavi-services-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  background: var(--pavi-green);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(20, 35, 31, 0.18);
  cursor: pointer;
  height: 80px;
  justify-content: center;
  padding: 0;
  transform: translate(-50%, -50%);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  width: 80px;
}

.pavi-services-video__play img {
  width: 80px;
  height: 80px;
}

.pavi-services-video__play:hover,
.pavi-services-video__play:focus-visible {
  background: var(--pavi-green-dark);
  box-shadow: 0 20px 40px rgba(20, 35, 31, 0.24);
  transform: translate(-50%, -50%) scale(1.04);
}

.pavi-services-video__play:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}

.pavi-video-modal .modal-content,
.pavi-services-video-modal .modal-content {
  background: #101816;
  border: 0;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}

.pavi-video-modal .modal-header,
.pavi-services-video-modal .modal-header {
  align-items: center;
  border: 0;
  padding: 1rem 1.25rem;
}

.pavi-video-modal .modal-title,
.pavi-services-video-modal .modal-title {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.pavi-video-modal .btn-close,
.pavi-services-video-modal .btn-close {
  filter: invert(1) grayscale(100%);
  opacity: 0.85;
}

.pavi-video-modal .modal-body,
.pavi-services-video-modal .modal-body {
  aspect-ratio: 16 / 9;
  background: #000;
  padding: 0;
}

.pavi-video-modal__media,
.pavi-services-video-modal__media {
  display: block;
  height: 100%;
  width: 100%;
}

.pavi-services-highlight {
  padding: 4rem 0;
}

.pavi-services-highlight .container {
  max-width: 900px;
}

.pavi-services-highlight__quote {
  margin: 0;
  color: var(--pavi-forest);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
}

.pavi-services-highlight__quote span {
  color: var(--pavi-green);
}

.pavi-services-feature {
  padding: 4.7rem 0;
}

.pavi-services-feature--soft {
  background: var(--pavi-mint);
}

.pavi-services-feature--soft .pavi-services-feature__layout {
  min-height: 746px;
}

.pavi-services-feature__layout {
  display: grid;
  grid-template-columns: 630px 1fr;
  gap: 5.5rem;
  align-items: center;
}

.pavi-services-feature__layout--reverse {
  grid-template-columns: 1fr 630px;
}

.pavi-services-feature__layout--reverse .pavi-services-feature__copy {
  order: 1;
}

.pavi-services-feature__layout--reverse .pavi-services-mosaic {
  order: 2;
}

.pavi-services-feature__copy {
  max-width: 500px;
}

.pavi-services-feature__copy ul {
  margin: 0 0 2rem 1.25rem;
  padding: 0;
}

.pavi-services-feature__copy li + li {
  margin-top: 0.45rem;
}

.pavi-services-mosaic {
  display: grid;
  grid-template-columns: 300px 300px;
  grid-template-rows: 300px 300px;
  gap: 30px;
  align-items: start;
}

.pavi-services-mosaic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.pavi-services-mosaic__a {
  grid-column: 1;
  grid-row: 1;
}

.pavi-services-mosaic__b {
  grid-column: 1;
  grid-row: 2;
}

.pavi-services-mosaic__c {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  height: 450px !important;
  margin-top: 90px;
}

.pavi-services-mosaic--production .pavi-services-mosaic__a {
  grid-column: 1;
  grid-row: 1 / span 2;
  height: 450px !important;
  margin-top: 90px;
}

.pavi-services-mosaic--production .pavi-services-mosaic__b {
  grid-column: 2;
  grid-row: 1;
}

.pavi-services-mosaic--production .pavi-services-mosaic__c {
  grid-column: 2;
  grid-row: 2;
  height: 300px !important;
  margin-top: 0;
}

.pavi-services-testimonials {
  background: var(--pavi-green-dark);
  padding: 4.7rem 0;
  overflow-x: hidden;
}

.pavi-services-testimonials__header {
  text-align: center;
  max-width: 815px;
  margin: 0 auto 3rem;
}

.pavi-services-testimonials__header h2,
.pavi-services-testimonials__eyebrow {
  color: #fff;
}

.page-content--services ul li {
  list-style: disc;
}

.pavi-services-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.5rem;
}

.pavi-testimonial-card {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 3rem;
  display: flex;
  flex-direction: column;
}

.pavi-testimonial-card__quote {
  width: 20px;
  height: 20px;
  margin-bottom: 1.25rem;
}

.pavi-testimonial-card p {
  color: #fff;
  margin: 0;
  flex: 1;
}

.pavi-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.75rem;
  color: #fff;
  font-weight: 700;
}

.pavi-testimonial-card__author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

/* About page */
.page-cms.cms-id-4 .columns-container--about {
  max-width: none;
  padding: 0;
}

.page-cms.cms-id-4 .columns-container--about > .row {
  margin: 0;
}

.page-cms.cms-id-4 .columns-container--about > .row > [class*="col-"] {
  padding: 0;
}

.page-cms.cms-id-4 #center-column.center-column {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-bottom: 0;
}

.page-content--about {
  padding: 0;
}

.pavi-about-hero {
  position: relative;
  height: 297px;
  overflow: hidden;
}

.pavi-about-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.pavi-about-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--pavi-white);
}

.pavi-about-hero__context {
  margin: 0 0 0.75rem;
  color: #95c8ad;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pavi-about-hero__title {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4vw, 3.375rem);
  font-weight: 700;
}

.pavi-about-story {
  background: var(--pavi-mint);
  padding: 65px 0;
}

.pavi-about-story__panel {
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: stretch;
  min-height: 532px;
}

.pavi-about-story__media img {
  width: 100%;
  height: 100%;
  min-height: 532px;
  object-fit: cover;
  display: block;
  border-radius: 8px 0 0 8px;
}

.pavi-about-story__content {
  background: var(--pavi-green-dark);
  background-image: url("../img/about/about-pattern-white.svg");
  background-size: 560px;
  background-position: center;
  color: #fff;
  padding: 74px 90px;
  border-radius: 0 8px 8px 0;
}

.pavi-about-story__content h2 {
  margin: 0 0 35px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
}

.pavi-about-story__content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 1rem;
  line-height: 1.5;
}

.pavi-about-story__content p + p {
  margin-top: 0.8rem;
}

.pavi-about-quote {
  padding: 4rem 0 3rem;
}

.pavi-about-quote .container {
  max-width: 900px;
}

.pavi-about-quote p {
  margin: 0;
  color: var(--pavi-forest);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
  text-align: center;
}

.pavi-about-quote span {
  color: var(--pavi-green);
}

.pavi-about-showcase {
  position: relative;
  padding-top: 2rem;
}

.pavi-about-showcase .container {
  position: relative;
  z-index: 2;
}

.pavi-about-showcase__video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 1280 / 830;
  max-width: 1280px;
  margin: 0 auto -210px;
}

.pavi-about-showcase__video::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 31, 0.32);
}

.pavi-about-showcase__video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pavi-about-showcase__play {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  background: var(--pavi-green);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 16px 32px rgba(20, 35, 31, 0.18);
  cursor: pointer;
  height: 80px;
  justify-content: center;
  left: 50%;
  padding: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  transition:
    background 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
  width: 80px;
}

.pavi-about-showcase__play img {
  width: 80px;
  height: 80px;
}

.pavi-about-showcase__play:hover,
.pavi-about-showcase__play:focus-visible {
  background: var(--pavi-green-dark);
  box-shadow: 0 20px 40px rgba(20, 35, 31, 0.24);
  transform: translate(-50%, -50%) scale(1.04);
}

.pavi-about-showcase__play:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.85);
  outline-offset: 4px;
}

.pavi-about-stats {
  position: relative;
  background: var(--pavi-green-dark);
  padding: 18rem 0 7.5rem;
  overflow: hidden;
}

.pavi-about-stats__pattern {
  position: absolute;
  inset: 0;
  background-image: url("../img/about/about-pattern-white.svg");
  background-size: 750px;
  background-repeat: repeat;
  opacity: 0.08;
  pointer-events: none;
}

.pavi-about-stats .container {
  position: relative;
  z-index: 1;
}

.pavi-about-stats__eyebrow {
  margin: 0 0 0.6rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.pavi-about-stats__title {
  margin: 0 0 3.5rem;
  color: #fff;
  font-size: clamp(2rem, 3vw, 2.5rem);
  font-weight: 700;
  text-align: center;
}

.pavi-about-stats__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.9rem;
}

.pavi-about-stat {
  background: var(--pavi-mint);
  border-radius: 8px;
  padding: 4rem 1.5rem 2.75rem;
  text-align: center;
}

.pavi-about-stat img {
  width: 40px;
  height: 40px;
  margin: 0 auto 1rem;
}

.pavi-about-stat strong {
  display: block;
  color: var(--pavi-green-dark);
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.1;
}

.pavi-about-stat span {
  display: block;
  color: var(--pavi-forest);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.05;
  margin-top: 0.6rem;
}

/* Contact page */
.page-contact .columns-container--contact {
  max-width: none;
  padding: 0;
}

.page-contact .columns-container--contact > .row {
  margin: 0;
}

.page-contact .columns-container--contact > .row > [class*="col-"] {
  padding: 0;
}

.page-contact #center-column.center-column {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-bottom: 0;
}

.page-contact #content {
  padding: 0;
}

.pavi-contact-hero {
  position: relative;
  height: 297px;
  overflow: hidden;
}

.pavi-contact-hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.55);
}

.pavi-contact-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--pavi-white);
}

.pavi-contact-hero__context {
  margin: 0 0 0.75rem;
  color: #95c8ad;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
}

.pavi-contact-hero__title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.375rem);
  color: var(--pavi-white);
  font-weight: 700;
}

.pavi-contact-cards {
  padding: 4.5rem 0;
}

.pavi-contact-card {
  background: var(--pavi-mint);
  border-radius: 8px;
  padding: 2rem;
  height: 100%;
}

.pavi-contact-card__title {
  margin: 0 0 1rem;
  color: var(--pavi-green);
  font-size: 1.25rem;
  font-weight: 700;
}

.pavi-contact-card__label {
  margin: 0.9rem 0 0.35rem;
  color: var(--pavi-forest);
  font-size: 1rem;
  font-weight: 700;
}

.pavi-contact-card__value,
.pavi-contact-card__muted {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.55;
}

.pavi-contact-card__value,
.pavi-contact-card__value a {
  color: var(--pavi-green-dark);
}

.pavi-contact-card__muted {
  color: var(--pavi-muted);
}

.pavi-contact-message {
  background: var(--pavi-mint);
  padding: 4.5rem 0;
}

.pavi-contact-message__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 8px;
  overflow: hidden;
}

.pavi-contact-message__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  min-height: 420px;
  aspect-ratio: 1/1;
}

.pavi-contact-message__form {
  background: var(--pavi-white);
  padding: 2.2rem 2.4rem;
  align-content: center;
}

.pavi-contact-message__title {
  margin: 0 0 1.3rem;
  font-size: clamp(1.5rem, 2vw, 1.875rem);
  font-weight: 700;
}

.pavi-contact-form .form-label {
  color: var(--pavi-forest);
  font-weight: 600;
  margin-bottom: 0.35rem;
}

.pavi-contact-form .form-control {
  border-radius: 8px;
  min-height: 40px;
  border-color: rgba(20, 35, 31, 0.14);
}

.pavi-contact-form textarea.form-control {
  min-height: 120px;
}

.pavi-contact-form__gdpr {
  font-size: 0.92rem;
}

.pavi-contact-form__submit {
  min-width: 124px;
  text-transform: none;
  font-weight: 600;
}

.pavi-contact-map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 991.98px) {
  .pavi-services-intro,
  .pavi-services-feature,
  .pavi-services-testimonials {
    padding: 3rem 0;
  }

  .pavi-services-intro__grid,
  .pavi-services-feature__layout,
  .pavi-services-feature__layout--reverse {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .pavi-services-feature--soft .pavi-services-feature__layout {
    min-height: 0;
  }

  .pavi-services-cards,
  .pavi-services-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .pavi-services-video {
    height: 420px;
  }

  .pavi-services-highlight__quote {
    font-size: 1.25rem;
  }

  .pavi-services-mosaic {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .pavi-services-mosaic__c,
  .pavi-services-mosaic--production .pavi-services-mosaic__a,
  .pavi-services-mosaic--production .pavi-services-mosaic__c {
    height: auto !important;
    margin-top: 0;
  }

  .pavi-services-mosaic__c {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .pavi-services-mosaic--production .pavi-services-mosaic__a {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .pavi-testimonial-card {
    min-height: auto;
    padding: 2rem;
  }

  .pavi-about-story {
    padding: 3rem 0;
  }

  .pavi-about-story__panel {
    grid-template-columns: 1fr;
  }

  .pavi-about-story__media img {
    min-height: 360px;
    border-radius: 8px 8px 0 0;
  }

  .pavi-about-story__content {
    border-radius: 0 0 8px 8px;
    padding: 2rem;
  }

  .pavi-about-quote {
    padding: 3rem 0 2rem;
  }

  .pavi-about-quote p {
    font-size: 1.25rem;
  }

  .pavi-about-showcase__video {
    margin-bottom: -120px;
  }

  .pavi-about-stats {
    padding: 11rem 0 4rem;
  }

  .pavi-about-stats__grid {
    grid-template-columns: 1fr;
  }

  .pavi-contact-cards,
  .pavi-contact-message {
    padding: 3rem 0;
  }

  .pavi-contact-message__grid {
    grid-template-columns: 1fr;
  }

  .pavi-contact-message__media img {
    min-height: 320px;
  }

  .pavi-contact-message__form {
    padding: 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .pavi-services-hero {
    height: 220px;
  }

  .pavi-services-video {
    height: 300px;
  }

  .pavi-services-highlight__quote {
    font-size: 1.1rem;
  }

  .pavi-services-card,
  .pavi-testimonial-card {
    padding: 1.5rem;
  }

  .pavi-services-feature__copy ul {
    margin-left: 1rem;
  }

  .pavi-about-hero {
    height: 220px;
  }

  .pavi-about-quote p {
    font-size: 1.1rem;
  }

  .pavi-about-showcase {
    padding-top: 1rem;
  }

  .pavi-about-showcase__video {
    margin-bottom: -80px;
  }

  .pavi-about-stats {
    padding-top: 8rem;
  }

  .pavi-about-stat {
    padding: 2rem 1rem;
  }

  .pavi-contact-hero {
    height: 220px;
  }

  .pavi-contact-hero__image {
    height: 100%;
  }

  .pavi-contact-card {
    padding: 1.25rem;
  }
}
.pavi-header-nav .header-top .row {
  margin: 0;
}

.pavi-header-nav .header-top [class*="col-"] {
  padding: 0;
}

.pavi-header-actions-native .header-top {
  border: 0;
  background: transparent;
}

.pavi-header-actions-native #_desktop_ps_customersignin,
.pavi-header-actions-native #_desktop_ps_shoppingcart,
.pavi-header-actions-native #_desktop_blockwishlist {
  margin-left: 0.15rem;
}

.pavi-header-actions-native #_desktop_ps_searchbar {
  max-width: 240px;
  margin-left: auto;
}

.header-bottom .ps-shoppingcart .header-block__badge {
  background: transparent;
  color: var(--pavi-forest);
  font-size: 12px;
  font-weight: 600;
  min-height: auto;
  min-width: auto;
  padding: 0;
  position: static;
}

.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 1px);
  min-width: min(980px, 85vw);
  background: #fff;
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  box-shadow: var(--pavi-shadow);
  z-index: 1040;
  padding: 1rem 0;
}

.ps-mainmenu__tree-item.is-open > .submenu {
  display: block !important;
}

.submenu__left {
  border-right: 1px solid var(--pavi-border);
}

.submenu__row--flat {
  display: block;
}

.submenu__flat {
  min-width: min(760px, 78vw);
}

.submenu__overview {
  border-bottom: 1px solid var(--pavi-border);
  color: var(--pavi-green);
  display: inline-flex;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 0.85rem;
  padding-bottom: 0.55rem;
  text-decoration: none;
}

.submenu__overview:hover,
.submenu__overview:focus {
  color: var(--pavi-green-dark);
}

.submenu__flat-list {
  display: grid;
  gap: 0.25rem 1.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu__flat-link {
  align-items: center;
  border-radius: 6px;
  color: var(--pavi-forest);
  display: flex;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  min-height: 36px;
  padding: 0.45rem 0.6rem;
  text-decoration: none;
}

.submenu__flat-link:hover,
.submenu__flat-link:focus {
  background: var(--pavi-mint);
  color: var(--pavi-green-dark);
}

.submenu__left-item {
  display: block;
  color: var(--pavi-forest);
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  font-weight: 600;
}

.submenu__right-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.25rem;
}

.submenu__right-items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-cms-page {
  padding: 3rem 0 4rem;
}

.pavi-cms-page__header {
  margin-bottom: 2rem;
}

.pavi-cms-page__content {
  background: var(--pavi-white);
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  box-shadow: 0 10px 30px rgba(20, 35, 31, 0.06);
  padding: 1.5rem;
}

.pavi-cms-page__content h2,
.pavi-cms-page__content h3 {
  color: var(--pavi-forest);
  margin-top: 1.5rem;
}

.pavi-cms-page__content p,
.pavi-cms-page__content li {
  color: var(--pavi-muted);
}

.submenu__right-items a {
  color: var(--pavi-forest);
  text-decoration: none;
}

.ps-mainmenu__mobile-toggle .menu-toggle {
  min-width: 44px;
  min-height: 44px;
}

.ps-mainmenu--mobile.offcanvas {
  max-width: 360px;
}

.menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu__link {
  display: block;
  padding: 0.75rem 0;
  color: var(--pavi-forest);
  text-decoration: none;
  font-weight: 600;
}

.pavi-section {
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.pavi-section--soft {
  background: var(--pavi-mint);
}

.pavi-section__eyebrow {
  color: var(--pavi-green-dark);
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem;
  text-transform: uppercase;
}

.pavi-section__title {
  color: var(--pavi-forest);
  font-size: clamp(2rem, 5vw, 4.6rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
  max-width: 900px;
}

.pavi-section__lead {
  color: var(--pavi-muted);
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.6;
  margin-top: 1.5rem;
  max-width: 680px;
}

.pavi-hero {
  background: linear-gradient(90deg, rgba(20, 35, 31, 0.92), rgba(20, 35, 31, 0.56)), var(--pavi-forest);
  color: var(--pavi-white);
  min-height: min(760px, calc(100vh - 100px));
  overflow: hidden;
  position: relative;
}

.pavi-hero::after {
  background: radial-gradient(circle at 15% 20%, rgba(69, 125, 86, 0.28), transparent 34%), radial-gradient(circle at 85% 45%, rgba(242, 247, 246, 0.18), transparent 30%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.pavi-hero__inner {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  min-height: inherit;
  padding: clamp(4rem, 8vw, 7rem) 0;
  position: relative;
  z-index: 1;
}

.pavi-hero__title {
  color: var(--pavi-white);
  font-size: clamp(3.5rem, 8vw, 7.4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  max-width: 820px;
}

.pavi-hero__text {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  line-height: 1.65;
  margin: 1.5rem 0 0;
  max-width: 650px;
}

.pavi-hero__actions,
.pavi-b2b-strip__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.pavi-hero__visual {
  aspect-ratio: 4 / 5;
  background: linear-gradient(155deg, #f2f7f6 0%, #d5e4dc 48%, #6d8b70 100%);
  border-radius: 8px;
  box-shadow: var(--pavi-shadow);
  min-height: 430px;
  overflow: hidden;
  position: relative;
}

.pavi-hero__visual::before {
  color: rgba(20, 35, 31, 0.24);
  content: "PAVIJARDIM";
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 800;
  left: 10%;
  line-height: 0.85;
  position: absolute;
  top: 12%;
  transform: rotate(-8deg);
  width: 70%;
}

.pavi-hero__visual::after {
  background: linear-gradient(135deg, rgba(49, 101, 66, 0.92), rgba(20, 35, 31, 0.88)), repeating-linear-gradient(45deg, transparent 0 18px, rgba(255, 255, 255, 0.12) 18px 20px);
  border-radius: 8px 8px 0 0;
  bottom: 0;
  content: "";
  height: 46%;
  left: 12%;
  position: absolute;
  right: 12%;
}

.pavi-category-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pavi-category-card,
.pavi-blog-card,
.pavi-service-card {
  background: var(--pavi-white);
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  color: var(--pavi-forest);
  display: flex;
  flex-direction: column;
  min-height: 180px;
  padding: 1.35rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.pavi-category-card:hover,
.pavi-category-card:focus,
.pavi-blog-card:hover,
.pavi-blog-card:focus {
  border-color: rgba(49, 101, 66, 0.4);
  box-shadow: var(--pavi-shadow);
  color: var(--pavi-forest);
  transform: translateY(-2px);
}

.pavi-category-card__title,
.pavi-blog-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.1;
}

.pavi-category-card__meta,
.pavi-blog-card__meta {
  color: var(--pavi-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  margin-top: auto;
  padding-top: 2rem;
}

.pavi-b2b-strip {
  align-items: center;
  background: var(--pavi-forest);
  border-radius: var(--pavi-radius);
  color: var(--pavi-white);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: clamp(2rem, 5vw, 4rem);
}

.pavi-b2b-strip h2 {
  color: var(--pavi-white);
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.pavi-b2b-strip p {
  color: rgba(255, 255, 255, 0.78);
  margin: 1rem 0 0;
  max-width: 680px;
}

.pavi-product-card {
  background: var(--pavi-white);
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  display: flex;
  flex-flow: column;
  height: 100%;
  width: 100%;
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.pavi-product-card:hover {
  border-color: rgba(49, 101, 66, 0.38);
  box-shadow: var(--pavi-shadow);
  transform: translateY(-2px);
}

.pavi-product-card__media {
  aspect-ratio: 1 / 1;
  background: var(--pavi-soft);
  overflow: hidden;
  position: relative;
}

.pavi-product-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-product-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 0;
  padding: 1rem 1rem 0;
}

.pavi-product-card__title {
  color: var(--pavi-forest);
  display: block;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.pavi-product-card__category {
  display: none;
}

.pavi-product-card__price-row {
  align-items: baseline;
  display: flex;
  gap: 0.65rem;
  margin-top: auto;
  justify-content: center;
}

.pavi-product-card__price {
  color: var(--pavi-green-dark);
  font-size: 1.1rem;
  font-weight: 800;
}

.pavi-product-card__regular-price {
  color: var(--pavi-muted);
  font-size: 0.92rem;
  text-decoration: line-through;
}

.pavi-product-card__add,
.pavi-product-card__details {
  min-height: 44px;
  width: 100%;
}

.product__container,
.product__bottom {
  gap: clamp(2rem, 5vw, 4rem);
  margin-left: auto;
  margin-right: auto;
  max-width: var(--pavi-container);
}

.product__name {
  color: var(--pavi-forest);
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 0.98;
}

.product__description-short {
  color: var(--pavi-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.page-product #wrapper {
  background: var(--pavi-white);
}

.page-product .columns-container.container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.pavi-product-page {
  background: var(--pavi-white);
}

.pavi-product-main.product__container {
  align-items: flex-start;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 620px) minmax(0, 620px);
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
  padding: 65px 0;
}

.pavi-product-main__media {
  min-width: 0;
  position: sticky;
  top: 120px;
}

.pavi-product-breadcrumb {
  align-items: center;
  color: #434f58;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1.45;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.pavi-product-breadcrumb a {
  color: var(--pavi-green);
  text-decoration: none;
}

.pavi-product-main .product__images {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.pavi-product-main .product__carousel,
.pavi-product-main .product__no-image {
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
}

.pavi-product-main .product__carousel .carousel-inner,
.pavi-product-main .product__carousel .carousel-item,
.pavi-product-main .product__carousel picture {
  height: 100%;
}

.pavi-product-main .product__carousel img,
.pavi-product-main .product__no-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-product-main .product__zoom {
  display: none;
}

.pavi-product-main .product__thumbnails-list {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-product .product__thumbnails {
  margin-block-start: 0;
}

.page-product .product__thumbnail.active .product__thumbnail-image {
  outline: 0.125rem solid var(--pavi-green);
}

#category .pavi-plp-row {
  margin-bottom: 5%;
}

.pavi-product-main .product__thumbnail {
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}

.pavi-product-main .product__thumbnail.active,
.pavi-product-main .product__thumbnail:focus-visible {
  border-color: var(--pavi-green);
}

.pavi-product-main .product__thumbnail img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-product-main__summary {
  min-width: 0;
  padding-top: 50px;
}

.pavi-product-summary__header {
  display: grid;
  gap: 12px;
}

.pavi-product-summary__categories {
  color: var(--pavi-forest);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.65px;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.pavi-product-summary__categories a {
  color: var(--pavi-forest);
  font-weight: 500;
  text-decoration: none;
}

.product__name.pavi-product-summary__title {
  color: var(--pavi-forest);
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.pavi-product-main .product__prices {
  margin: 0;
}

.pavi-product-main .product__prices-inline {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pavi-product-main .product__price {
  color: var(--pavi-green);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
}

.pavi-product-main .product__tax-infos {
  color: #434f58;
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  font-weight: 400;
  gap: 4px;
  line-height: 1.45;
  margin-top: 2px;
}

body .product-flags .badge.discount,
body .product-flags .badge:not(.discount) {
  --pavi-product-flag-bg: var(--pavi-green);
  --pavi-product-flag-color: var(--pavi-white);
  --bs-bg-opacity: 1;
  background: var(--pavi-product-flag-bg) !important;
  background-color: var(--pavi-product-flag-bg) !important;
  border: 1px solid var(--pavi-product-flag-bg) !important;
  color: var(--pavi-product-flag-color) !important;
}

/* Hummingbird defines product flag colors inside cascade layers with !important. */
@layer vendors {
  body .product-flags .badge.discount,
  body .product-flags .badge:not(.discount) {
    background-color: var(--pavi-green) !important;
    border-color: var(--pavi-green) !important;
    color: var(--pavi-white) !important;
  }
}

.pavi-product-main .product__tax-label {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 4px;
}

.pavi-product-summary__description {
  color: var(--pavi-forest);
  font-size: 1rem;
  line-height: 1.5;
  margin: 28px 0 0;
}

.pavi-product-summary__stock {
  color: var(--pavi-forest);
  font-size: 1rem;
  line-height: 1.45;
  margin: 16px 0 0;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}

.pavi-product-summary__actions {
  margin-top: 28px;
}

.pavi-product-main .product__variants {
  display: grid;
  gap: 28px;
  margin: 0 0 28px;
}

.pavi-product-main .product-variant {
  border: 0;
  margin: 0;
  padding: 0;
}

.pavi-product-main .product-variant__label {
  align-items: baseline;
  display: flex;
  gap: 0.35rem;
  margin-bottom: 16px;
}

.pavi-product-main .product-variant__legend {
  color: var(--pavi-forest);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.pavi-product-main .product-variant__selected {
  color: #434f58;
  font-size: 0.875rem;
}

.pavi-product-main .product-variant__radios {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pavi-product-main .product-variant__radio {
  margin: 0;
  padding: 0;
}

.pavi-product-main .product-variant__radio .form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pavi-product-main .product-variant__radio label {
  align-items: center;
  border: 1px solid var(--pavi-forest);
  border-radius: 8px;
  color: var(--pavi-forest);
  cursor: pointer;
  display: inline-flex;
  font-size: 0.9rem;
  font-weight: 500;
  justify-content: center;
  min-height: 56px;
  padding: 18px 30px;
}

.pavi-product-main .product-variant__radio .form-check-input:checked + label,
.pavi-product-main .product-variant__radio .form-check-input:focus-visible + label {
  border-color: var(--pavi-green);
  box-shadow: 0 0 0 2px rgb(69 125 86 / 16%);
}

.pavi-product-combine {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
}

.pavi-product-combine__title {
  color: var(--pavi-forest);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.05;
  margin: 0;
}

.pavi-product-combine__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.pavi-product-combine__item {
  color: var(--pavi-forest);
  cursor: pointer;
  display: grid;
  gap: 10px;
  width: 80px;
}

.pavi-product-combine__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.pavi-product-combine__media {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  height: 80px;
  justify-content: center;
  overflow: hidden;
  width: 80px;
}

.pavi-product-combine__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-product-combine__name {
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.28;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.pavi-product-combine__price {
  color: var(--pavi-green);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.28;
}

.pavi-product-combine__input:checked ~ .pavi-product-combine__media,
.pavi-product-combine__input:focus-visible ~ .pavi-product-combine__media {
  border-color: var(--pavi-green);
  box-shadow: 0 0 0 2px rgb(69 125 86 / 16%);
}

.pavi-product-main .product__actions-qty-add {
  align-items: center;
  display: grid;
  gap: 10px;
  grid-template-columns: 130px minmax(0, 1fr);
}

.pavi-product-main .quantity-button__group {
  border: 1px solid var(--pavi-green);
  border-radius: 8px;
  height: 55px;
  overflow: hidden;
}

.pavi-product-main .quantity-button__group .btn,
.pavi-product-main .quantity-button__group .form-control {
  border: 0;
  box-shadow: none;
  height: 55px;
}

.pavi-product-main .product__add-to-cart-button {
  background: var(--pavi-green);
  border-color: var(--pavi-green);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.64px;
  min-height: 55px;
  text-transform: uppercase;
  width: 100%;
}

.pavi-product-main .product__add-to-cart-button .material-icons {
  display: none;
}

.pavi-product-main .product__minimal-quantity {
  grid-column: 1 / -1;
}

.pavi-product-main .product__additional-info {
  margin-top: 34px;
}

.pavi-product-main .ps-sharebuttons {
  display: grid;
  gap: 15px;
}

.pavi-product-main .ps-sharebuttons__label {
  color: var(--pavi-forest);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

.pavi-product-main .ps-sharebuttons__list {
  align-items: center;
  display: flex;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-product-main .ps-sharebuttons__link {
  align-items: center;
  color: var(--pavi-forest);
  display: inline-flex;
  height: 15px;
  justify-content: center;
  width: 15px;
}

.pavi-product-main .ps-sharebuttons__link svg {
  height: 15px;
  width: 15px;
}

.pavi-product-cultivation {
  margin-top: 22px;
}

.pavi-product-cultivation__header,
.pavi-product-accordion .accordion-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--pavi-forest);
  color: var(--pavi-forest);
  display: flex;
  font-size: 0.9375rem;
  font-weight: 500;
  justify-content: space-between;
  line-height: 1;
  min-height: 72px;
  padding: 24px 8px;
  text-transform: uppercase;
  width: 100%;
  border-radius: 0;
}

.pavi-product-cultivation__header i,
.pavi-product-accordion .accordion-button::after {
  color: var(--pavi-forest);
}

.pavi-product-cultivation__list {
  display: grid;
  gap: 15px;
  padding-bottom: 40px;
}

.pavi-product-cultivation__item {
  align-items: center;
  background: #f2f7f6;
  border-radius: 8px;
  display: flex;
  gap: 18px;
  min-height: 100px;
  padding: 20px 30px;
}

.pavi-product-cultivation__item img {
  height: 48px;
  width: 48px;
}

.pavi-product-cultivation__item h3 {
  color: var(--pavi-green);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 5px;
}

.pavi-product-cultivation__item p {
  color: var(--pavi-forest);
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.pavi-product-accordion {
  border-bottom: 1px solid var(--pavi-forest);
}

.pavi-product-accordion .accordion-item {
  border: 0;
}

.pavi-product-accordion .accordion-button {
  box-shadow: none;
}

.pavi-product-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--pavi-forest);
}

.pavi-product-accordion .accordion-body {
  color: var(--pavi-forest);
  font-size: 1rem;
  line-height: 1.5;
  padding: 0 8px 32px;
}

.pavi-product-accordion .details__list {
  display: grid;
  gap: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-product-accordion .details__item {
  display: grid;
  gap: 1rem;
  grid-template-columns: 11rem minmax(0, 1fr);
}

.pavi-product-accordion .details__title {
  font-weight: 700;
}

.pavi-product-related {
  background: #f2f7f6;
  padding: 65px 0;
}

.pavi-product-related .module-products {
  max-width: 1280px;
}

.page-product .pavi-product-related .module-products.container {
  padding-left: var(--bs-gutter-x, 0.75rem);
  padding-right: var(--bs-gutter-x, 0.75rem);
}

.pavi-product-related .section-title,
.pavi-product-related .section-title__title {
  color: var(--pavi-forest);
  font-size: 31.104px;
  font-weight: 700;
  line-height: 1.24;
  margin-bottom: 36px;
  text-align: left;
}

.page-product .module-products .products {
  display: grid;
  gap: 29.333px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-left: 0;
  margin-right: 0;
}

.page-product .module-products .products > .col {
  padding-left: 0;
  padding-right: 0;
  width: auto;
}

.pavi-product-related .pavi-product-card {
  background: var(--pavi-white);
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  box-shadow: 0 0 18px -6px rgb(34 56 101 / 3%);
  flex-flow: column;
  transform: none;
}

.pavi-product-related .pavi-product-card:hover {
  border-color: rgb(25 44 39 / 18%);
  box-shadow: 0 10px 24px -16px rgb(25 44 39 / 22%);
  transform: none;
}

.pavi-product-related .pavi-product-card__media {
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  height: auto;
}

.pavi-product-related .pavi-product-card__media .thumbnail-container,
.pavi-product-related .pavi-product-card__media .pavi-product-card__image-link {
  display: block;
  height: 100%;
  width: 100%;
}

.pavi-product-related .pavi-product-card__media img {
  object-fit: contain;
}

.pavi-product-related .pavi-product-card .quick-view,
.pavi-product-related .pavi-product-card .js-quickview,
.pavi-product-related .pavi-product-card .product-list-reviews,
.pavi-product-related .pavi-product-card__variants {
  display: none !important;
}

.pavi-product-related .pavi-product-card__body {
  gap: 0;
  padding: 1.5625rem 0 0;
}

.pavi-product-related .pavi-product-card__title {
  color: var(--pavi-forest);
  display: -webkit-box;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto 1.25rem;
  min-height: unset;
  padding: 0 1.25rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.pavi-product-related .pavi-product-card__price-row {
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 5%);
  border-top: 1px solid rgb(0 0 0 / 5%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px auto;
  margin-top: auto;
  min-height: 58px;
  width: 100%;
}

.pavi-product-related .pavi-product-card__price {
  color: #192c27;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
}

.pavi-product-related .pavi-product-card__regular-price {
  font-size: 0.8rem;
}

.pavi-product-reassurance {
  background: var(--pavi-white);
  padding: 75px 0;
}

.pavi-product-reassurance .container {
  max-width: 1280px;
}

.pavi-product-reassurance .blockreassurance {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pavi-product-reassurance .reassurance {
  align-items: center;
  color: var(--pavi-forest);
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  text-decoration: none;
}

.pavi-product-reassurance .reassurance__image {
  align-items: center;
  display: flex;
  height: 56px;
  justify-content: center;
}

.pavi-product-reassurance .reassurance__image img {
  max-height: 56px;
  width: auto;
}

.pavi-product-reassurance .reassurance__image img.invisible {
  visibility: visible !important;
}

.pavi-product-reassurance .reassurance__image svg path {
  fill: #14231f;
}

.pavi-product-reassurance .reassurance__title {
  color: var(--pavi-green);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
}

.pavi-product-reassurance .reassurance__desc {
  color: var(--pavi-forest);
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 12px auto 0;
  max-width: 359px;
}

@media (max-width: 1199.98px) {
  .pavi-product-main.product__container {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .page-product .module-products .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pavi-product-main.product__container {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr);
    padding-top: 32px;
  }

  .pavi-product-main__media {
    position: static;
  }

  .pavi-product-main__summary {
    padding-top: 0;
  }

  .page-product .module-products .products,
  .pavi-product-reassurance .blockreassurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .pavi-product-main.product__container {
    padding-bottom: 48px;
  }

  .pavi-product-breadcrumb {
    font-size: 0.75rem;
  }

  .product__name.pavi-product-summary__title {
    font-size: 2rem;
  }

  .pavi-product-main .product__actions-qty-add {
    grid-template-columns: 1fr;
  }

  .pavi-product-main .product__variants,
  .pavi-product-combine__list {
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .pavi-product-main .product-variant__radios,
  .pavi-product-combine__list {
    flex-wrap: wrap;
  }

  .pavi-product-cultivation__item {
    padding: 18px;
  }

  .pavi-product-accordion .details__item,
  .page-product .module-products .products,
  .pavi-product-reassurance .blockreassurance {
    grid-template-columns: minmax(0, 1fr);
  }
}

.accordion-button {
  color: var(--pavi-forest);
  font-weight: 700;
}

.accordion-button:not(.collapsed) {
  background: var(--pavi-mint);
  color: var(--pavi-forest);
}

.pavi-footer-before {
  background: var(--pavi-mint);
  border-top: 1px solid var(--pavi-border);
  padding: 2rem 0;
}

.pavi-footer {
  background: var(--pavi-forest);
  color: rgba(255, 255, 255, 0.82);
  padding: clamp(3rem, 6vw, 5rem) 0 1.5rem;
}

.pavi-footer a {
  color: rgba(255, 255, 255, 0.88);
}

.pavi-footer a:hover,
.pavi-footer a:focus {
  color: var(--pavi-white);
}

.pavi-footer__grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(250px, 1.4fr) repeat(4, minmax(150px, 1fr));
}

.pavi-footer__logo img {
  max-height: 64px;
  width: auto;
}

.pavi-footer__brand p {
  line-height: 1.65;
  margin: 1.25rem 0 0;
  max-width: 360px;
}

.pavi-footer__flags {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.pavi-footer__menu h3,
.pavi-footer__social-col h3 {
  color: var(--pavi-white);
  font-size: 1rem;
  font-weight: 800;
  margin: 0 0 1rem;
}

.pavi-footer__menu {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.pavi-footer__menu a,
.pavi-footer__social-col p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0;
  text-decoration: none;
}

.pavi-footer__menu a:hover,
.pavi-footer__menu a:focus {
  color: var(--pavi-white);
}

.pavi-footer__social-col p {
  max-width: 230px;
}

.pavi-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.pavi-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.25rem;
}

.pavi-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.pagination .page-link {
  border-color: var(--pavi-border);
  color: var(--pavi-green-dark);
}

.pagination .active .page-link {
  background: var(--pavi-green-dark);
  border-color: var(--pavi-green-dark);
}

.breadcrumb {
  color: var(--pavi-muted);
  font-size: 0.92rem;
}

.facets,
.facet,
#search_filters {
  border-color: var(--pavi-border);
  border-radius: var(--pavi-radius);
}

.pavi-form-panel {
  background: var(--pavi-white);
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  box-shadow: var(--pavi-shadow);
  padding: clamp(1.5rem, 4vw, 3rem);
}

.page-customer-account .columns-container,
.page-customer-account #wrapper > .container[class*="container--limited"],
#my-account .columns-container,
.page-my-account .columns-container,
#module-blockwishlist-lists .columns-container {
  padding-top: clamp(2rem, 5vw, 4rem);
}

.pavi-alert {
  border-radius: var(--pavi-radius);
  padding: 1rem 1.25rem;
}

.pavi-alert--success {
  background: #e8f5ec;
  color: #174a2b;
}

.pavi-alert--error {
  background: #fff0ed;
  color: #8a2b1b;
}

#module-everpsblog-blog .everpsblog-blog-header,
#module-everpsblog-category .everpsblog-blog-header,
#module-everpsblog-tag .everpsblog-blog-header,
#module-everpsblog-author .everpsblog-blog-header,
#module-everpsblog-search .everpsblog-blog-header {
  background: var(--pavi-mint);
  color: var(--pavi-forest);
}

#module-everpsblog-blog .everpsblog-blog-header__title,
#module-everpsblog-category .everpsblog-blog-header__title,
#module-everpsblog-tag .everpsblog-blog-header__title,
#module-everpsblog-author .everpsblog-blog-header__title,
#module-everpsblog-search .everpsblog-blog-header__title,
#module-everpsblog-post .everpsblog-post-title {
  color: var(--pavi-forest);
  font-family: "Outfit", system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

#module-everpsblog-blog .everpsblog-listing-card,
#module-everpsblog-category .everpsblog-listing-card,
#module-everpsblog-tag .everpsblog-listing-card,
#module-everpsblog-author .everpsblog-listing-card,
#module-everpsblog-post .card {
  border: 1px solid var(--pavi-border);
  border-radius: var(--pavi-radius);
  box-shadow: none;
}

#module-everpsblog-blog .everpsblog-listing-card:hover,
#module-everpsblog-category .everpsblog-listing-card:hover,
#module-everpsblog-tag .everpsblog-listing-card:hover,
#module-everpsblog-author .everpsblog-listing-card:hover {
  border-color: rgba(49, 101, 66, 0.38);
  box-shadow: var(--pavi-shadow);
}

@media (max-width: 991.98px) {
  .pavi-hero__inner,
  .pavi-b2b-strip,
  .pavi-footer__grid {
    grid-template-columns: 1fr;
  }

  .pavi-hero {
    min-height: auto;
  }

  .pavi-hero__visual {
    min-height: 320px;
  }

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

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

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

@media (max-width: 575.98px) {
  .pavi-section {
    padding: 2.5rem 0;
  }

  .pavi-hero__title {
    font-size: clamp(3rem, 18vw, 4.5rem);
  }

  .pavi-category-grid,
  .pavi-footer__grid {
    grid-template-columns: 1fr;
  }

  .pavi-hero__actions,
  .pavi-b2b-strip__actions {
    flex-direction: column;
  }

  .pavi-hero__actions .btn,
  .pavi-b2b-strip__actions .btn {
    width: 100%;
  }
}

/* Header phase 1: Figma-aligned composition */
#header {
  background: var(--pavi-white);
  box-shadow: none;
}

#header .header-banner {
  background: var(--pavi-green);
}

.pavi-free-shipping-bar {
  align-items: center;
  background: var(--pavi-green);
  display: flex;
  gap: 0.35rem;
  justify-content: center;
  min-height: 41px;
  padding: 0.5rem 1rem;
}

.pavi-free-shipping-bar,
.pavi-free-shipping-bar__note {
  color: var(--pavi-white);
  font-size: 13px;
  font-weight: 500;
  line-height: 18.85px;
}

.pavi-free-shipping-bar strong {
  color: inherit;
  font-weight: 700;
}

.header-bottom.pavi-header {
  background: var(--pavi-white);
  border-bottom: 1px solid rgba(25, 44, 39, 0.1);
  min-height: 100px;
}

.header-bottom__container {
  align-items: stretch;
  display: flex;
  margin: 0 auto;
  max-width: var(--pavi-container);
  min-height: 100px;
  padding: 0;
  width: calc(100% - 48px);
}

.header-bottom__row {
  align-items: center;
  display: flex;
  gap: 20px;
  min-height: 100px;
  width: 100%;
}

.header-bottom__logo {
  align-items: center;
  display: flex;
  flex: 0 0 210px;
  min-width: 0;
  order: 0;
}

.header-bottom__h1 {
  line-height: 0;
}

.header-bottom__logo .navbar-brand {
  margin: 0;
  padding: 0;
}

.header-bottom__logo .navbar-brand img {
  display: block;
  height: 46px;
  max-height: 46px;
  max-width: 210px;
  width: 210px;
}

.pavi-logo {
  width: 210px;
}

.header-bottom .ps-mainmenu--desktop {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  height: 100px;
  justify-content: center;
  min-width: 0;
  order: 1;
}

.header-bottom .ps-mainmenu__desktop {
  height: 100%;
  min-width: 0;
}

.header-bottom .ps-mainmenu__tree {
  align-items: center;
  display: flex;
  gap: 37px;
  height: 100%;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0 25px;
  white-space: nowrap;
}

.header-bottom .ps-mainmenu__tree-item-wrapper {
  align-items: center;
  display: flex;
  gap: 0;
}

.header-bottom .ps-mainmenu__tree-link {
  align-items: center;
  color: var(--pavi-forest);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.header-bottom .ps-mainmenu__tree-link:hover,
.header-bottom .ps-mainmenu__tree-link:focus,
.header-bottom .ps-mainmenu__tree-item.current .ps-mainmenu__tree-link {
  color: var(--pavi-green);
}

.header-bottom .ps-mainmenu__tree-dropdown-toggle {
  background: transparent;
  border: 0;
  color: var(--pavi-forest);
  height: 18px;
  margin-left: 6px;
  padding: 0;
  width: 12px;
}

.header-bottom .ps-mainmenu__tree-dropdown-toggle::after {
  border-top-color: currentColor;
  margin-left: 0;
  vertical-align: 0.15em;
}

.header-bottom .submenu {
  top: 100%;
}

.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree > li .ps-mainmenu__tree-link:focus {
  outline: none;
}

.product-comments-wrapper {
  max-width: var(--pavi-container);
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  width: 100%;
}

@media (min-width: 1200px) {
  .header-bottom.pavi-header {
    position: relative;
  }

  .header-bottom .ps-mainmenu__tree-item {
    position: static;
  }

  .header-bottom .submenu {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
    left: 0;
    margin-top: 0;
    min-width: 0;
    right: 0;
    top: 100% !important;
    transform: none;
    width: 100vw;
  }

  .header-bottom .submenu::before {
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    right: 0;
    top: -16px;
  }
}

.pavi-header-actions-native {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 20px;
  height: 40px;
  order: 3;
}

.pavi-search-action {
  align-items: center;
  border-left: 1px solid rgba(25, 44, 39, 0.1);
  display: flex;
  flex: 0 0 auto;
  height: 40px;
  order: 2;
  padding-left: 20px;
}

.pavi-header-action,
.header-bottom .header-block__action-btn {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pavi-forest);
  display: inline-flex;
  gap: 8px;
  height: 24px;
  justify-content: center;
  line-height: 1;
  min-height: 24px;
  min-width: 18px;
  padding: 0;
  text-decoration: none;
}

.pavi-header-action:hover,
.pavi-header-action:focus,
.header-bottom .header-block__action-btn:hover,
.header-bottom .header-block__action-btn:focus {
  color: var(--pavi-green);
  outline: none;
}

.pavi-header-action:focus-visible,
.header-bottom .header-block__action-btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(69, 125, 86, 0.2);
  outline: 1px solid var(--pavi-green);
  outline-offset: 5px;
}

.pavi-header-icon {
  background-color: currentColor;
  display: inline-block;
  flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.pavi-header-icon--search {
  -webkit-mask: url("../img/header-icons/search.svg") center / contain no-repeat;
  mask: url("../img/header-icons/search.svg") center / contain no-repeat;
}

.pavi-header-icon--heart {
  -webkit-mask: url("../img/header-icons/heart.svg") center / contain no-repeat;
  mask: url("../img/header-icons/heart.svg") center / contain no-repeat;
}

.pavi-header-icon--user {
  -webkit-mask: url("../img/header-icons/user.svg") center / contain no-repeat;
  mask: url("../img/header-icons/user.svg") center / contain no-repeat;
}

.pavi-header-icon--cart {
  -webkit-mask: url("../img/header-icons/cart.svg") center / contain no-repeat;
  mask: url("../img/header-icons/cart.svg") center / contain no-repeat;
}

.header-bottom .ps-customersignin,
.header-bottom .ps-shoppingcart,
.header-bottom #_desktop_ps_customersignin,
.header-bottom #_desktop_ps_shoppingcart {
  align-items: center;
  display: flex;
}

.header-bottom #_desktop_ps_customersignin,
.header-bottom #_desktop_ps_shoppingcart,
.header-bottom #_desktop_blockwishlist {
  margin-left: 0;
}

.header-bottom #_desktop_ps_customersignin {
  border-left: 0;
  padding-left: 0;
}

.header-bottom .ps-shoppingcart .header-block__badge,
.header-bottom .ps-customersignin .header-block__title,
.header-bottom .ps-shoppingcart .header-block__title {
  display: none !important;
}

.pavi-header-cart-total {
  color: var(--pavi-forest);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17.4px;
  max-width: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pavi-header-action--cart:hover .pavi-header-cart-total,
.pavi-header-action--cart:focus .pavi-header-cart-total {
  color: var(--pavi-green);
}

.header-bottom .dropdown-toggle::after {
  display: none;
}

.pavi-search-canvas {
  border-bottom: 1px solid rgba(25, 44, 39, 0.1);
}

.pavi-search-canvas__inner {
  margin: 0 auto;
  max-width: 760px;
  padding: 26px 24px 30px;
  width: 100%;
}

.pavi-search-canvas__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.pavi-search-canvas__title {
  color: var(--pavi-forest);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.12px;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}

.pavi-search-canvas .ps-searchbar {
  position: relative;
  width: 100%;
}

.pavi-search-canvas .ps-searchbar__form {
  align-items: center;
  border: 1px solid rgba(25, 44, 39, 0.14);
  border-radius: 8px;
  display: flex;
  gap: 12px;
  min-height: 56px;
  padding: 0 16px;
}

.pavi-search-canvas .ps-searchbar__magnifier {
  color: var(--pavi-forest);
  left: auto;
  position: static;
  top: auto;
  transform: none;
}

.pavi-search-canvas .ps-searchbar__input {
  border: 0;
  box-shadow: none;
  color: var(--pavi-forest);
  flex: 1 1 auto;
  min-height: 54px;
  padding: 0;
}

.pavi-search-canvas .ps-searchbar__input:focus {
  box-shadow: none;
}

.pavi-search-canvas .ps-searchbar__dropdown {
  background: var(--pavi-white);
  border: 1px solid rgba(25, 44, 39, 0.12);
  border-radius: 8px;
  box-shadow: var(--pavi-shadow);
  margin-top: 8px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 1060;
}

.pavi-search-canvas .ps-searchbar__result-link {
  align-items: center;
  color: var(--pavi-forest);
  display: flex;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
}

.pavi-search-canvas .ps-searchbar__result-image {
  border-radius: 5px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

.pavi-search-canvas .ps-searchbar__result-name {
  margin: 0;
}

@media (max-width: 1399.98px) {
  .header-bottom__container {
    width: calc(100% - 36px);
  }

  .header-bottom .ps-mainmenu__tree {
    gap: clamp(18px, 2.1vw, 30px);
    padding: 0 12px;
  }
}

@media (max-width: 1199.98px) {
  .header-bottom__container,
  .header-bottom__row,
  .header-bottom.pavi-header {
    min-height: 76px;
  }

  .header-bottom .ps-mainmenu--desktop {
    flex: 0 0 auto;
    height: 76px;
    order: -1;
  }

  .header-bottom__logo {
    flex: 1 1 auto;
    justify-content: center;
  }

  .header-bottom__logo .navbar-brand img,
  .pavi-logo {
    height: 39px;
    width: 178px;
  }

  .pavi-header-actions-native {
    display: none !important;
  }

  .pavi-free-shipping-bar {
    flex-wrap: wrap;
    gap: 0.15rem 0.35rem;
    min-height: 38px;
  }
}

@media (max-width: 575.98px) {
  .pavi-free-shipping-bar,
  .pavi-free-shipping-bar__note {
    font-size: 11px;
    line-height: 15px;
  }

  .pavi-free-shipping-bar {
    padding: 0.4rem 0.75rem;
  }

  .header-bottom__container {
    width: calc(100% - 24px);
  }

  .header-bottom__row {
    gap: 12px;
  }

  .header-bottom__logo .navbar-brand img,
  .pavi-logo {
    height: 33px;
    width: 151px;
  }

  .pavi-header-action,
  .header-bottom .header-block__action-btn {
    min-width: 18px;
  }

  .pavi-search-canvas__inner {
    padding: 20px 16px 24px;
  }
}

/* Footer phase 2: Figma-aligned footer */
.pavi-footer-before {
  background: var(--pavi-white);
  border-top: 0;
  padding: 0;
}

.pavi-footer-before > .container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.pavi-footer {
  background: var(--pavi-mint);
  color: var(--pavi-forest);
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  position: relative;
  z-index: 1;
}

.pavi-footer a {
  color: var(--pavi-forest);
  text-decoration: none;
}

.pavi-footer a:hover,
.pavi-footer a:focus {
  color: var(--pavi-green);
}

.pavi-footer__main {
  max-width: 1280px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.pavi-footer__columns {
  align-items: flex-start;
  --bs-gutter-x: 65px;
  --bs-gutter-y: 36px;
  justify-content: center;
  margin-left: 0;
  margin-right: 0;
  padding: 90px 0;
}

.pavi-footer__brand {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 360px;
}

.pavi-footer__logo-mark {
  display: inline-flex;
  height: 31px;
  width: 45px;
}

.pavi-footer__logo-mark img {
  display: block;
  height: 31px;
  width: 45px;
}

.pavi-footer__brand p,
.pavi-footer__social-col p {
  color: var(--pavi-forest);
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
  margin: 0;
}

.pavi-footer__selectors {
  align-items: center;
  display: flex;
  gap: 20px;
}

.pavi-footer__selector {
  display: flex;
  flex-direction: column;
  gap: 11px;
  position: relative;
}

.pavi-footer__selector > span {
  color: var(--pavi-forest);
  font-size: 16px;
  font-weight: 400;
  line-height: 23.2px;
}

.pavi-footer__select-button {
  align-items: center;
  background: var(--pavi-white);
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #000;
  display: inline-flex;
  gap: 4px;
  height: 30px;
  min-width: 88px;
  padding: 4px 9px;
}

.pavi-footer__select-button:not(:disabled) {
  cursor: pointer;
}

.pavi-footer__select-button:not(:disabled)::after {
  border-bottom: 1px solid currentColor;
  border-right: 1px solid currentColor;
  content: "";
  display: block;
  height: 6px;
  margin-left: 4px;
  transform: translateY(-2px) rotate(45deg);
  width: 6px;
}

.pavi-footer__select-button[aria-expanded="true"]::after {
  transform: translateY(1px) rotate(-135deg);
}

.pavi-footer__select-button:disabled {
  opacity: 1;
}

.pavi-footer__select-button--language {
  min-width: 64px;
}

.pavi-footer__select-button img {
  border-radius: 2px;
  display: block;
  height: 20px;
  width: 20px;
}

.pavi-footer__select-button strong {
  color: #000;
  font-size: 10px;
  font-weight: 700;
  line-height: 10px;
}

.pavi-footer__select-menu {
  background: var(--pavi-white);
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgb(18 43 31 / 14%);
  display: grid;
  gap: 2px;
  left: 0;
  list-style: none;
  margin: 6px 0 0;
  min-width: 132px;
  padding: 6px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.pavi-footer__select-menu[hidden] {
  display: none;
}

.pavi-footer__select-menu a {
  align-items: center;
  border-radius: 3px;
  color: #000;
  display: flex;
  gap: 8px;
  min-height: 30px;
  padding: 6px 8px;
  text-decoration: none;
  white-space: nowrap;
}

.pavi-footer__select-menu a:hover,
.pavi-footer__select-menu a:focus,
.pavi-footer__select-menu a.is-current {
  background: var(--pavi-mint);
  color: var(--pavi-forest);
  outline: none;
}

.pavi-footer__select-menu small {
  color: inherit;
  font-size: 11px;
}

.pavi-footer__menu,
.pavi-footer__social-col {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
}

.pavi-footer__menu h3,
.pavi-footer__social-col h3 {
  color: var(--pavi-forest);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin: 0 0 17px;
}

.pavi-footer__menu a {
  color: var(--pavi-forest);
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.pavi-footer__social-col {
  flex: 0 0 190px;
  max-width: 190px;
}

.pavi-footer__social-strip {
  display: flex;
  margin-top: 13px;
}

.pavi-footer__social-strip img {
  display: block;
  height: 20px;
  width: 122px;
}

.pavi-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(25, 44, 39, 0.3);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin-top: 0;
  padding: 45px 0;
}

.pavi-footer__bottom p {
  color: var(--pavi-forest);
  font-size: 15px;
  font-weight: 400;
  line-height: 19.5px;
  margin: 0;
}

.pavi-footer__payments {
  display: block;
  height: auto;
  max-width: 350px;
  width: min(350px, 100%);
}

@media (max-width: 1199.98px) {
  .pavi-footer__main {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pavi-footer__columns {
    --bs-gutter-x: 32px;
  }

  .pavi-footer__brand {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .pavi-footer__columns {
    column-gap: 65px;
    display: grid;
    grid-template-columns: 360px 130px 120px 190px 190px;
    row-gap: 36px;
    --bs-gutter-x: 0;
  }

  .pavi-footer__columns > * {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .pavi-footer__columns {
    padding: 56px 0;
  }

  .pavi-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    padding: 32px 0;
  }
}

@media (max-width: 575.98px) {
  .pavi-footer__columns {
    --bs-gutter-y: 30px;
    padding: 44px 0;
  }

  .pavi-footer__brand p,
  .pavi-footer__social-col p,
  .pavi-footer__selector > span,
  .pavi-footer__menu a {
    font-size: 15px;
    line-height: 23px;
  }

  .pavi-footer__menu h3,
  .pavi-footer__social-col h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .pavi-footer__selectors {
    flex-wrap: wrap;
  }
}

/* Homepage: hero + benefits */
.pavi-home-hero {
  align-items: center;
  background: var(--pavi-forest);
  display: flex;
  min-height: 824px;
  overflow: hidden;
  position: relative;
}

.pavi-home-hero__slider,
.pavi-home-hero__slides,
.pavi-home-hero__slide {
  height: 100%;
  min-height: 824px;
  width: 100%;
}

.pavi-home-hero__slider {
  inset: 0;
  position: absolute;
}

.pavi-home-hero__slider.swiper {
  overflow: hidden;
}

.pavi-home-hero__slide {
  align-items: center;
  display: flex;
  position: relative;
}

.pavi-home-hero__media {
  inset: 0;
  position: absolute;
}

.pavi-home-hero__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.pavi-home-hero__inner {
  max-width: 1280px;
  position: relative;
  z-index: 1;
}

.pavi-home-hero__copy {
  max-width: 585px;
  padding: 199px 0;
}

.pavi-home-hero__title {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 54px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0 0 24px;
}

.pavi-home-hero__title span {
  display: block;
}

.pavi-home-hero__title strong {
  color: var(--pavi-green);
  font-weight: 700;
}

.pavi-home-hero__text {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  max-width: 478px;
}

.pavi-home-hero__text strong {
  font-weight: 700;
}

.pavi-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 40px;
}

.pavi-home-hero__btn {
  align-items: center;
  border-radius: 5px;
  display: inline-flex;
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 21px;
  min-height: 47px;
  padding: 13px 16px;
  text-decoration: none;
}

.pavi-home-hero__btn--primary {
  background: var(--pavi-green);
  border: 2px solid var(--pavi-green);
  color: var(--pavi-white);
}

.pavi-home-hero__btn--primary:hover,
.pavi-home-hero__btn--primary:focus {
  background: #3b6f4b;
  border-color: #3b6f4b;
  color: var(--pavi-white);
}

.pavi-home-hero__btn--outline {
  background: transparent;
  border: 2px solid var(--pavi-white);
  color: var(--pavi-white);
  min-width: 149px;
}

.pavi-home-hero__btn--outline:hover,
.pavi-home-hero__btn--outline:focus {
  background: var(--pavi-white);
  color: var(--pavi-forest);
}

.pavi-home-hero__nav {
  align-items: center;
  background: rgb(255 255 255 / 88%);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 8px 22px rgb(32 55 42 / 16%);
  color: var(--pavi-forest);
  display: flex;
  height: 42px;
  justify-content: center;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  transition:
    background 160ms ease,
    color 160ms ease,
    transform 160ms ease;
  width: 42px;
  z-index: 3;
}

.pavi-home-hero__nav::before {
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
  display: block;
  height: 10px;
  width: 10px;
}

.pavi-home-hero__nav--prev {
  left: 24px;
}

.pavi-home-hero__nav--prev::before {
  transform: rotate(-135deg);
}

.pavi-home-hero__nav--next {
  right: 24px;
}

.pavi-home-hero__nav--next::before {
  transform: rotate(45deg);
}

.pavi-home-hero__nav:hover,
.pavi-home-hero__nav:focus {
  background: var(--pavi-green);
  color: var(--pavi-white);
  outline: none;
  transform: translateY(-1px);
}

.pavi-home-hero__pagination.swiper-pagination {
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  z-index: 3;
}

.pavi-home-hero__pagination .swiper-pagination-bullet {
  background: rgb(255 255 255 / 80%);
  height: 10px;
  opacity: 1;
  width: 10px;
}

.pavi-home-hero__pagination .swiper-pagination-bullet-active {
  background: var(--pavi-green);
}

.pavi-home-features {
  align-items: center;
  background: var(--pavi-mint);
  display: flex;
  min-height: 185px;
}

.pavi-home-features__inner {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: center;
  max-width: 1280px;
}

.pavi-home-features__item {
  align-items: center;
  display: grid;
  gap: 19px;
  grid-template-columns: 45px auto;
  flex: 0 0 auto;
  min-width: 0;
}

.pavi-home-features__item img {
  display: block;
  height: 45px;
  width: 45px;
}

.pavi-home-features__item p {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  margin: 0;
}

.pavi-home-features__item:nth-child(1) p {
  width: 300px;
}

.pavi-home-features__item:nth-child(2) p {
  width: 320px;
}

.pavi-home-features__item:nth-child(3) p {
  width: 360px;
}

@media (max-width: 1199.98px) {
  .pavi-home-hero {
    min-height: 680px;
  }

  .pavi-home-hero__slider,
  .pavi-home-hero__slides,
  .pavi-home-hero__slide {
    min-height: 680px;
  }

  .pavi-home-hero__media img {
    object-position: 42% center;
  }

  .pavi-home-hero__copy {
    padding: 140px 0;
  }

  .pavi-home-hero__nav {
    display: none;
  }

  .pavi-home-features__inner {
    gap: 32px;
  }
}

@media (max-width: 991.98px) {
  .pavi-home-hero {
    min-height: 620px;
  }

  .pavi-home-hero__slider,
  .pavi-home-hero__slides,
  .pavi-home-hero__slide {
    min-height: 620px;
  }

  .pavi-home-hero__media {
    opacity: 0.82;
  }

  .pavi-home-hero__media img {
    object-position: 48% center;
  }

  .pavi-home-hero__copy {
    max-width: 520px;
    padding: 112px 0;
  }

  .pavi-home-hero__title {
    font-size: 44px;
  }

  .pavi-home-features {
    padding: 36px 0;
  }

  .pavi-home-features__inner {
    align-items: flex-start;
    flex-direction: column;
    max-width: 720px;
  }

  .pavi-home-features__item {
    flex: initial;
  }

  .pavi-home-features__item:nth-child(1) p,
  .pavi-home-features__item:nth-child(2) p,
  .pavi-home-features__item:nth-child(3) p {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .pavi-home-hero {
    align-items: flex-start;
    min-height: 620px;
  }

  .pavi-home-hero__slider,
  .pavi-home-hero__slides,
  .pavi-home-hero__slide {
    min-height: 620px;
  }

  .pavi-home-hero__slide {
    align-items: flex-start;
  }

  .pavi-home-hero__media {
    opacity: 0.72;
  }

  .pavi-home-hero__media img {
    object-position: 58% bottom;
  }

  .pavi-home-hero__copy {
    max-width: 340px;
    padding: 72px 0 260px;
  }

  .pavi-home-hero__title {
    font-size: 36px;
    line-height: 1.13;
    margin-bottom: 18px;
  }

  .pavi-home-hero__text {
    font-size: 15px;
    line-height: 1.45;
  }

  .pavi-home-hero__actions {
    gap: 10px;
    margin-top: 28px;
  }

  .pavi-home-hero__btn {
    font-size: 15px;
    min-height: 44px;
    padding: 10px 14px;
  }

  .pavi-home-hero__pagination.swiper-pagination {
    bottom: 18px;
  }

  .pavi-home-features {
    padding: 32px 0;
  }

  .pavi-home-features__inner {
    gap: 24px;
  }

  .pavi-home-features__item {
    gap: 16px;
  }

  .pavi-home-features__item p {
    font-size: 15px;
    line-height: 21px;
  }
}

/* Homepage: product sections */
.page-content--home .pavi-home-products {
  background: var(--pavi-white);
  padding: 75px 0;
}

.page-content--home .pavi-home-products .module-products {
  max-width: 1280px;
}

.pavi-home-section-heading {
  margin: 0 auto 50px;
  max-width: 904px;
  text-align: center;
}

.pavi-home-section-heading__eyebrow {
  color: var(--pavi-green);
  font-family: var(--pavi-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.pavi-home-section-heading__title {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.1;
  margin: 0;
}

.page-content--home .pavi-home-products .module-products__list {
  margin: 0;
}

.page-content--home .pavi-home-products .products {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(4, minmax(0, 298px));
  justify-content: center;
}

.page-content--home .pavi-home-products .pavi-product-card {
  background: var(--pavi-white);
  border: 1px solid rgba(25, 44, 39, 0.1);
  border-radius: 8px;
  box-shadow: 0 0 18px -6px rgba(34, 56, 101, 0.03);
  display: flex;
  flex-direction: column;
  min-height: 430px;
  overflow: hidden;
  transform: none;
}

.page-content--home .pavi-home-products .pavi-product-card:hover {
  border-color: rgba(25, 44, 39, 0.16);
  box-shadow: 0 8px 24px -14px rgba(18, 63, 82, 0.22);
  transform: none;
}

.page-content--home .pavi-home-products .pavi-product-card__media {
  aspect-ratio: auto;
  background: #f7f8f6;
  height: 297.5px;
  width: 297.5px;
}

/* PLP phase 1 */
.page-category #wrapper,
.page-search #wrapper,
.page-best-sales #wrapper,
.page-new-products #wrapper,
.page-prices-drop #wrapper {
  background: var(--pavi-white);
}

.page-category .main-breadcrumb {
  display: none;
}

.pavi-category-hero {
  background: #eff4ef;
  height: 293px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.pavi-category-hero picture,
.pavi-category-hero__image,
.pavi-category-hero__placeholder {
  display: block;
  height: 100%;
  width: 100%;
}

.pavi-category-hero__image {
  object-fit: cover;
}

.pavi-category-hero__placeholder {
  background: linear-gradient(180deg, #f2f6f2 0%, #e7efe9 100%);
}

.pavi-category-hero__overlay {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  left: 0;
  padding: 1.15rem var(--bs-gutter-x, 0.75rem);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.pavi-category-hero::before {
  background: rgb(8 32 24 / 62%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.breadcrumb__wrapper {
  display: none;
}

.pavi-category-hero__breadcrumb {
  margin-bottom: 0.35rem;
}

.pavi-category-hero__breadcrumb ol {
  color: #f2f7f6;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-category-hero__breadcrumb li {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}

.pavi-category-hero__breadcrumb li + li::before {
  color: rgba(242, 247, 246, 0.8);
  content: "/";
  margin-right: 0.35rem;
}

.pavi-category-hero__breadcrumb a {
  color: #f2f7f6;
  text-decoration: none;
}

.pavi-category-hero__breadcrumb span {
  color: rgba(242, 247, 246, 0.9);
}

.pavi-category-hero__title {
  color: #f2f7f6;
  font-family: var(--pavi-font-family);
  font-size: clamp(2rem, 4vw, 3.375rem);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.16;
  margin: 0;
}

.page-category .columns-container.container,
.page-search .columns-container.container,
.page-best-sales .columns-container.container,
.page-new-products .columns-container.container,
.page-prices-drop .columns-container.container {
  margin-top: 75px;
}

.pavi-listing-top {
  margin-bottom: 2.1875rem;
}

.pavi-listing-top__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.pavi-listing-top__count {
  color: var(--pavi-forest);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.55px;
  line-height: 1.45;
  text-transform: uppercase;
}

.pavi-listing-top .sort-by-row {
  margin: 0;
}

.pavi-listing-top .products__sort-label {
  display: none;
}

.pavi-listing-top .products__sort-dropdown {
  width: min(280px, 100%);
}

.pavi-listing-top .products-sort-order .select-title {
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
}

.pavi-listing-top .products__sort-dropdown-button {
  background: var(--pavi-white);
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  color: var(--pavi-forest);
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 40px;
  padding: 0.5rem 2.25rem 0.5rem 0.95rem;
  text-align: left;
  width: 100%;
}

.pavi-listing-top .products-sort-order .select-title span {
  font-size: 0.9rem;
}

.pavi-listing-top__controls {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

#products .products.row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  grid-template-columns: none;
  margin-bottom: 0;
  margin-top: 0;
}

#left-column .block-categories,
#left-column #search_filters,
#left-column #search-filters {
  background: var(--pavi-white);
  border: 1px solid #dedede;
  border-radius: 8px;
  box-shadow: none;
}

.pavi-category-filter {
  background: var(--pavi-white);
  border: 1px solid #dedede;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
}

.pavi-category-filter__title {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 0.75rem;
}

.pavi-category-filter__list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-category-filter__item a {
  color: #2f4d3a;
  display: block;
  font-size: 0.88rem;
  line-height: 1.35;
  padding: 0.25rem 0;
  text-decoration: none;
}

.pavi-category-filter__item.is-current a,
.pavi-category-filter__item a:hover,
.pavi-category-filter__item a:focus {
  color: var(--pavi-green-dark);
  font-weight: 700;
}

#left-column #search_filters,
#left-column #search-filters {
  overflow: hidden;
  padding: 0;
}

#left-column .block-categories {
  display: none;
}

#left-column .pavi-search-filters__header {
  align-items: center;
  background: #f2f7f6;
  border-radius: 8px 8px 0 0;
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  justify-content: space-between;
  letter-spacing: 0;
  min-height: 56px;
  padding: 0.875rem 1rem;
  text-transform: none;
}

#left-column .search-filters > .left-block__title {
  align-items: center;
  background: #f2f7f6;
  border-radius: 8px 8px 0 0;
  color: var(--pavi-forest);
  display: flex;
  font-family: var(--pavi-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 0;
  min-height: 56px;
  padding: 0.875rem 1rem;
  text-transform: none !important;
}

#left-column .pavi-search-filters__header .h6 {
  color: var(--pavi-forest);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-transform: none !important;
}

#left-column #_desktop_search_filters_clear_all {
  margin: 0;
  text-align: right;
}

#left-column #_desktop_search_filters_clear_all .btn,
#left-column .search-filters__clear .btn {
  border-bottom: 1px solid var(--pavi-forest);
  border-radius: 0;
  color: var(--pavi-forest);
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0;
}

.pavi-left-suggestions {
  background: transparent;
  border: 0;
  border-radius: 0;
  margin-top: 2.8125rem;
  padding: 0;
}

.pavi-left-suggestions__title {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.16;
  margin: 0 0 1.875rem;
}

.pavi-left-suggestions__list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-left-suggestions__item {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: 92px minmax(0, 1fr);
}

.pavi-left-suggestions__thumb {
  border: 1px solid #e2e6e2;
  display: block;
  height: 92px;
  overflow: hidden;
  width: 92px;
}

.pavi-left-suggestions__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-left-suggestions__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pavi-left-suggestions__name {
  color: var(--pavi-forest);
  display: -webkit-box;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.pavi-left-suggestions__price {
  color: var(--pavi-forest);
  font-size: 1rem;
  font-weight: 700;
}

.pavi-left-suggestions__empty {
  color: var(--pavi-muted);
  font-size: 0.88rem;
  margin: 0;
}

#left-column .facet .facet-title,
#left-column .facet .accordion-button,
#left-column .search-filters .accordion-button {
  align-items: center;
  background: var(--pavi-white);
  box-shadow: none;
  border-top: 1px solid rgb(20 35 31 / 10%);
  color: var(--pavi-forest);
  display: flex !important;
  font-size: 1.0625rem;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0;
  line-height: 1.42;
  margin: 0;
  min-height: 53px;
  padding: 0.875rem 1rem;
  width: 100%;
}

#left-column .facet .accordion-button::after,
#left-column .search-filters .accordion-button::after {
  background-image: none;
  color: #457d56;
  content: "\e313";
  font-family: "Material Icons";
  font-size: 1.25rem;
  height: auto;
  line-height: 1;
  margin-left: auto;
  transform: rotate(180deg);
  width: auto;
}

#left-column .facet .accordion-button.collapsed::after,
#left-column .search-filters .accordion-button.collapsed::after {
  transform: rotate(0);
}

#left-column .facet .facet-title i {
  color: #457d56;
  font-size: 1rem;
  line-height: 1;
}

#left-column .facet .facet-label,
#left-column .search-filters__item {
  font-size: 0.88rem;
}

#left-column .facet ul,
#left-column .facet .accordion-body,
#left-column .search-filters .accordion-body {
  list-style: none;
  margin: 0;
  padding: 0 1rem 1rem;
}

#left-column .facet li + li,
#left-column .search-filters .accordion-body li + li {
  margin-top: 0.625rem;
}

#left-column .facet .facet-label a,
#left-column .search-filters__link {
  color: #2f4d3a;
  text-decoration: none;
}

#left-column .facet .facet-label.active a,
#left-column .search-filters__item.active .search-filters__link {
  color: var(--pavi-green-dark);
  font-weight: 700;
}

#left-column .search-filters__form-check {
  align-items: flex-start;
  display: flex;
  gap: 0.625rem;
  min-height: 20px;
  padding-left: 0;
}

#left-column .search-filters__form-check .form-check-input {
  border-color: #cfd8cf;
  flex: 0 0 auto;
  margin: 0.1rem 0 0;
}

#left-column .search-filters__form-check .form-check-input:checked {
  background-color: var(--pavi-green);
  border-color: var(--pavi-green);
}

#left-column .search-filters__form-label {
  cursor: pointer;
  line-height: 1.35;
}

#left-column .search-filters__magnitude {
  color: var(--pavi-muted);
  font-size: 0.82rem;
  margin-left: 0.2rem;
}

#left-column .facet-dropdown {
  width: 100%;
}

#left-column .search-filters__dropdown-toggle {
  align-items: center;
  background: #f8f8f8;
  border: 1px solid #dedede;
  color: var(--pavi-forest);
  display: flex;
  font-size: 0.9rem;
  justify-content: space-between;
  min-height: 42px;
  padding: 0.65rem 0.75rem;
  text-align: left;
  width: 100%;
}

#left-column .search-filters__dropdown-menu {
  border-color: #dedede;
  border-radius: 8px;
  box-shadow: 0 12px 30px rgb(20 35 31 / 12%);
  padding: 0.35rem;
  width: 100%;
}

#left-column .search-filters__dropdown-menu .dropdown-item {
  border-radius: 6px;
  color: #2f4d3a;
  font-size: 0.9rem;
  padding: 0.55rem 0.65rem;
}

#left-column .search-filters__dropdown-menu .dropdown-item:hover,
#left-column .search-filters__dropdown-menu .dropdown-item:focus {
  background: #f2f7f6;
  color: var(--pavi-green-dark);
}

#left-column .pavi-facet-suggestions {
  border-top: 1px solid var(--pavi-border);
  margin-top: 1.25rem;
  padding-top: 1.25rem;
}

.pavi-facet-suggestions__title {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.pavi-facet-suggestions__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pavi-facet-suggestions__item {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 92px minmax(0, 1fr);
}

.pavi-facet-suggestions__thumb {
  border: 1px solid #e2e6e2;
  display: block;
  height: 92px;
  overflow: hidden;
  width: 92px;
}

.pavi-facet-suggestions__thumb img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pavi-facet-suggestions__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pavi-facet-suggestions__name {
  color: var(--pavi-forest);
  display: -webkit-box;
  font-size: 0.93rem;
  font-weight: 600;
  line-height: 1.28;
  margin-bottom: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-decoration: none;
}

.pavi-facet-suggestions__price {
  color: var(--pavi-forest);
  font-size: 1rem;
  font-weight: 700;
}

.pavi-facet-suggestions__empty {
  color: var(--pavi-muted);
  font-size: 0.88rem;
  margin: 0;
}

#js-active-search-filters.active_filters {
  background: var(--pavi-white);
  border: 1px solid #dedede;
  border-radius: 8px;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

#js-active-search-filters .filter-block {
  background: #f3f7f4;
  border-radius: 999px;
  color: var(--pavi-forest);
  font-size: 0.82rem;
  margin: 0.25rem 0.35rem 0.25rem 0;
  padding: 0.35rem 0.6rem;
}

.pavi-product-card__actions {
  margin-top: 0.6rem;
}

.page-category .pavi-product-card,
.page-search .pavi-product-card,
.page-best-sales .pavi-product-card,
.page-new-products .pavi-product-card,
.page-prices-drop .pavi-product-card {
  background: var(--pavi-white);
  border: 1px solid rgb(25 44 39 / 10%);
  border-radius: 8px;
  box-shadow: 0 0 18px -6px rgb(34 56 101 / 3%);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
}

.page-category .pavi-product-card:hover,
.page-search .pavi-product-card:hover,
.page-best-sales .pavi-product-card:hover,
.page-new-products .pavi-product-card:hover,
.page-prices-drop .pavi-product-card:hover {
  border-color: rgb(25 44 39 / 18%);
  box-shadow: 0 10px 24px -16px rgb(25 44 39 / 22%);
  transform: none;
}

.page-category .pavi-product-card__media,
.page-search .pavi-product-card__media,
.page-best-sales .pavi-product-card__media,
.page-new-products .pavi-product-card__media,
.page-prices-drop .pavi-product-card__media {
  aspect-ratio: 1 / 1;
  background: #f8f8f8;
  height: auto;
}

.page-category .pavi-product-card__media .thumbnail-container,
.page-search .pavi-product-card__media .thumbnail-container,
.page-best-sales .pavi-product-card__media .thumbnail-container,
.page-new-products .pavi-product-card__media .thumbnail-container,
.page-prices-drop .pavi-product-card__media .thumbnail-container,
.page-category .pavi-product-card__media .pavi-product-card__image-link,
.page-search .pavi-product-card__media .pavi-product-card__image-link,
.page-best-sales .pavi-product-card__media .pavi-product-card__image-link,
.page-new-products .pavi-product-card__media .pavi-product-card__image-link,
.page-prices-drop .pavi-product-card__media .pavi-product-card__image-link {
  display: block;
  height: 100%;
  width: 100%;
}

.page-category .pavi-product-card__media img,
.page-search .pavi-product-card__media img,
.page-best-sales .pavi-product-card__media img,
.page-new-products .pavi-product-card__media img,
.page-prices-drop .pavi-product-card__media img {
  object-fit: contain;
}

.page-category .pavi-product-card .product-flags,
.page-search .pavi-product-card .product-flags,
.page-best-sales .pavi-product-card .product-flags,
.page-new-products .pavi-product-card .product-flags,
.page-prices-drop .pavi-product-card .product-flags {
  left: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 15px;
  z-index: 2;
}

.page-category .pavi-product-card .product-flags .badge,
.page-search .pavi-product-card .product-flags .badge,
.page-best-sales .pavi-product-card .product-flags .badge,
.page-new-products .pavi-product-card .product-flags .badge,
.page-prices-drop .pavi-product-card .product-flags .badge {
  background: var(--pavi-product-flag-bg, var(--pavi-green)) !important;
  border-color: var(--pavi-product-flag-bg, var(--pavi-green));
  border-radius: 3px;
  color: var(--pavi-product-flag-color, var(--pavi-white));
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.4375rem 0.625rem;
}

.page-category .pavi-product-card .quick-view,
.page-search .pavi-product-card .quick-view,
.page-best-sales .pavi-product-card .quick-view,
.page-new-products .pavi-product-card .quick-view,
.page-prices-drop .pavi-product-card .quick-view,
.page-category .pavi-product-card .js-quickview,
.page-search .pavi-product-card .js-quickview,
.page-best-sales .pavi-product-card .js-quickview,
.page-new-products .pavi-product-card .js-quickview,
.page-prices-drop .pavi-product-card .js-quickview {
  display: none !important;
}

.pavi-product-card .wishlist-button,
.pavi-product-card .wishlist-button-add,
.pavi-product-card [data-button-action="add-to-wishlist"] {
  display: none !important;
}

.page-category .pavi-product-card__body,
.page-search .pavi-product-card__body,
.page-best-sales .pavi-product-card__body,
.page-new-products .pavi-product-card__body,
.page-prices-drop .pavi-product-card__body {
  gap: 0;
  min-height: unset;
  padding: 1.5625rem 0 0;
}

.page-category .pavi-product-card__title,
.page-search .pavi-product-card__title,
.page-best-sales .pavi-product-card__title,
.page-new-products .pavi-product-card__title,
.page-prices-drop .pavi-product-card__title {
  color: var(--pavi-forest);
  display: -webkit-box;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 auto 1.25rem;
  min-height: unset;
  padding: 0 1.25rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page-category .pavi-product-card .product-list-reviews,
.page-search .pavi-product-card .product-list-reviews,
.page-best-sales .pavi-product-card .product-list-reviews,
.page-new-products .pavi-product-card .product-list-reviews,
.page-prices-drop .pavi-product-card .product-list-reviews,
.page-category .pavi-product-card__variants,
.page-search .pavi-product-card__variants,
.page-best-sales .pavi-product-card__variants,
.page-new-products .pavi-product-card__variants,
.page-prices-drop .pavi-product-card__variants {
  display: none;
}

.page-category .pavi-product-card__price-row,
.page-search .pavi-product-card__price-row,
.page-best-sales .pavi-product-card__price-row,
.page-new-products .pavi-product-card__price-row,
.page-prices-drop .pavi-product-card__price-row {
  align-items: center;
  border-bottom: 1px solid rgb(0 0 0 / 5%);
  border-top: 1px solid rgb(0 0 0 / 5%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  margin-top: auto;
  min-height: 58px;
  width: 100%;
}

.pavi-product-card__price-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: center;
  min-height: 58px;
  padding: 0 0.5rem;
  text-align: center;
}

.page-category .pavi-product-card__price,
.page-search .pavi-product-card__price,
.page-best-sales .pavi-product-card__price,
.page-new-products .pavi-product-card__price,
.page-prices-drop .pavi-product-card__price {
  color: #192c27;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.45;
}

.page-category .pavi-product-card__regular-price,
.page-search .pavi-product-card__regular-price,
.page-best-sales .pavi-product-card__regular-price,
.page-new-products .pavi-product-card__regular-price,
.page-prices-drop .pavi-product-card__regular-price {
  font-size: 0.8rem;
}

.pavi-product-card__divider {
  background: rgb(0 0 0 / 5%);
  display: block;
  height: 30px;
  width: 1px;
  align-self: center;
}

.pavi-product-card__inline-form {
  margin: 0;
}

.pavi-product-card__inline-cta {
  align-items: center;
  background: transparent;
  border: 0;
  color: #192c27;
  display: inline-flex;
  font-size: 0.9375rem;
  font-weight: 400;
  justify-content: center;
  min-height: 58px;
  padding: 0 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.pavi-product-card__inline-cta:hover,
.pavi-product-card__inline-cta:focus {
  color: var(--pavi-green-dark);
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .page-category .pavi-product-card__price-row,
  .page-search .pavi-product-card__price-row,
  .page-best-sales .pavi-product-card__price-row,
  .page-new-products .pavi-product-card__price-row,
  .page-prices-drop .pavi-product-card__price-row,
  .pavi-product-card__price-row {
    gap: 0;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  }

  .pavi-product-card__price-wrap,
  .pavi-product-card__inline-form,
  .pavi-product-card__inline-cta {
    min-width: 0;
    width: 100%;
  }

  .pavi-product-card__inline-form {
    display: flex;
  }

  .pavi-product-card__inline-cta {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    text-align: center;
  }
}

.page-category .pavi-product-card__actions,
.page-search .pavi-product-card__actions,
.page-best-sales .pavi-product-card__actions,
.page-new-products .pavi-product-card__actions,
.page-prices-drop .pavi-product-card__actions {
  display: none;
}

.page-category .products__pagination,
.page-search .products__pagination,
.page-best-sales .products__pagination,
.page-new-products .products__pagination,
.page-prices-drop .products__pagination {
  margin-top: 2.2rem;
}

@media (min-width: 992px) {
  #left-column #search_filters,
  #left-column #search-filters {
    position: sticky;
    top: 120px;
  }
}

@media (max-width: 991.98px) {
  .pavi-category-hero {
    height: 180px;
  }

  .pavi-category-hero__overlay {
    padding: 0.85rem 1rem;
  }

  .pavi-category-hero__title {
    font-size: 2rem;
  }

  .pavi-listing-top {
    margin-bottom: 1.5rem;
  }

  .pavi-listing-top__inner {
    align-items: stretch;
    flex-direction: column;
  }

  .pavi-listing-top__controls {
    justify-content: space-between;
    width: 100%;
  }

  .pavi-listing-top .products__sort-dropdown {
    flex: 1 1 auto;
  }

  #left-column {
    display: block;
    flex: 0 0 0;
    margin: 0;
    max-width: 0;
    min-height: 0;
    overflow: visible;
    padding: 0;
    width: 0;
  }

  #left-column > :not(.ps-facetedsearch--mobile) {
    display: none !important;
  }

  .page-category .pavi-product-card__media,
  .page-search .pavi-product-card__media,
  .page-best-sales .pavi-product-card__media,
  .page-new-products .pavi-product-card__media,
  .page-prices-drop .pavi-product-card__media {
    height: auto;
  }
}

.page-content--home .pavi-home-products .pavi-product-card__media img {
  object-fit: cover;
}

.page-content--home .pavi-home-products .pavi-product-card__body {
  align-items: stretch;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0;
  min-height: 0;
  padding: 25px 0 0;
}

.page-content--home .pavi-home-products .pavi-product-card__title {
  color: var(--pavi-forest);
  display: block;
  font-family: var(--pavi-font-family);
  font-size: 17px;
  font-weight: 600;
  line-height: 23.8px;
  min-height: 24px;
  overflow: hidden;
  padding: 0 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-content--home .pavi-home-products .pavi-product-card__category,
.page-content--home .pavi-home-products .pavi-product-card__variants,
.page-content--home .pavi-home-products .product-list-reviews,
#category .pavi-product-card__category {
  display: none;
}

.page-content--home .pavi-home-products .pavi-product-card__price-row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  height: 59px;
  margin-top: auto;
  padding: 0;
  text-align: center;
}

.page-content--home .pavi-home-products .pavi-product-card__price {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 21.75px;
}

.page-content--home .pavi-home-products .pavi-product-card__regular-price {
  color: var(--pavi-muted);
  font-family: var(--pavi-font-family);
  font-size: 13px;
  font-weight: 500;
}

.page-content--home .pavi-home-products .pavi-product-card__actions {
  display: none;
}

.page-content--home .pavi-home-products .pavi-product-card__divider {
  align-self: center;
  background: rgba(0, 0, 0, 0.05);
  display: block;
  height: 30px;
  width: 1px;
}

.page-content--home .pavi-home-products .pavi-product-card__inline-cta {
  color: var(--pavi-forest);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  min-height: 57px;
  padding: 0 12px;
}

.page-content--home .pavi-home-products .module-products__buttons {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pavi-home-section-button {
  align-items: center;
  background: transparent;
  border: 2px solid var(--pavi-green);
  border-radius: 8px;
  color: var(--pavi-green);
  display: inline-flex;
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 23.2px;
  min-height: 53px;
  min-width: 268px;
  padding: 14px 40px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

.pavi-home-section-button:hover,
.pavi-home-section-button:focus {
  background: var(--pavi-green);
  border-color: var(--pavi-green);
  color: var(--pavi-white);
}

@media (max-width: 1199.98px) {
  .page-content--home .pavi-home-products .products {
    gap: 1.5rem;
    grid-template-columns: repeat(3, minmax(0, 298px));
  }
}

@media (max-width: 991.98px) {
  .pavi-home-section-heading__title {
    font-size: 34px;
  }

  .page-content--home .pavi-home-products .products {
    grid-template-columns: repeat(2, minmax(0, 298px));
  }
}

@media (max-width: 575.98px) {
  .page-content--home .pavi-home-products {
    padding: 56px 0;
  }

  .pavi-home-section-heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .pavi-home-section-heading__title {
    font-size: 30px;
  }

  .page-content--home .pavi-home-products .products {
    grid-template-columns: minmax(0, 1fr);
  }

  .page-content--home .pavi-home-products .pavi-product-card__media {
    height: auto;
    width: 100%;
  }
}

/* Homepage: remaining sections */
.page-content--home {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.page-content--home .pavi-home-hero {
  order: 10;
}

.page-content--home .pavi-home-features {
  order: 20;
}

.page-content--home .pavi-home-products--featured {
  order: 30;
}

.page-content--home .pavi-home-categories {
  order: 40;
}

.page-content--home .pavi-home-products--bestsellers,
.page-content--home .pavi-home-products--new,
.page-content--home .pavi-home-products--specials {
  order: 50;
}

.page-content--home .pavi-home-b2b {
  order: 60;
}

.page-content--home .pavi-home-blog {
  order: 70;
}

.page-content--home .pavi-home-newsletter {
  order: 80;
}

.pavi-footer-before {
  display: none;
}

.pavi-home-categories {
  background: var(--pavi-mint);
  padding: 75px 0;
}

.pavi-home-categories__inner {
  max-width: 1280px;
}

.pavi-home-categories__heading {
  margin-bottom: 50px;
  max-width: 1191px;
}

.pavi-home-categories__heading .pavi-home-section-heading__title {
  font-size: 44px;
  line-height: 1.1;
}

.pavi-home-categories__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pavi-home-categories__card {
  border-radius: 8px;
  color: var(--pavi-forest);
  display: block;
  min-height: 270px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.pavi-home-categories__card--large {
  grid-row: span 2;
  min-height: 570px;
}

.pavi-home-categories__card img {
  display: block;
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 260ms ease;
  width: 100%;
}

.pavi-home-categories__card::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 45%, rgba(242, 247, 246, 0.72) 100%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.pavi-home-categories__card:hover img,
.pavi-home-categories__card:focus img {
  transform: scale(1.035);
}

.pavi-home-categories__text {
  bottom: 34px;
  display: flex;
  flex-direction: column;
  left: 35px;
  position: absolute;
  z-index: 1;
}

.pavi-home-categories__text strong {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.pavi-home-categories__text small {
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 14px;
  font-weight: 500;
  line-height: 20.3px;
}

.pavi-home-b2b {
  align-items: center;
  background: #316542;
  color: var(--pavi-white);
  display: flex;
  min-height: 392px;
  overflow: hidden;
  padding: 52px;
  position: relative;
  box-shadow: 0 5px 30px -10px rgba(18, 63, 82, 0.3);
}

.pavi-home-b2b__background {
  background-image: linear-gradient(rgba(49, 101, 66, 0.9), rgba(49, 101, 66, 0.9)), url("../img/home/b2b-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  inset: 0;
  position: absolute;
}

.pavi-home-b2b__inner {
  align-items: center;
  display: flex;
  gap: 200px;
  justify-content: center;
  max-width: 1257px;
  position: relative;
  z-index: 1;
}

.pavi-home-b2b__copy {
  max-width: 640px;
}

.pavi-home-b2b__copy h2 {
  color: var(--pavi-white);
  font-family: var(--pavi-font-family);
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 14px;
}

.pavi-home-b2b__copy p {
  color: var(--pavi-white);
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 26px;
}

.pavi-home-b2b__button {
  align-items: center;
  background: var(--pavi-green);
  border: 2px solid var(--pavi-green);
  border-radius: 5px;
  color: var(--pavi-white);
  display: inline-flex;
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  line-height: 23.2px;
  min-height: 47px;
  padding: 11px 16px;
}

.pavi-home-b2b__button:hover,
.pavi-home-b2b__button:focus {
  background: #3b6f4b;
  border-color: #3b6f4b;
  color: var(--pavi-white);
}

.pavi-home-b2b__logo {
  display: block;
  height: 288px;
  width: 288px;
}

.pavi-home-newsletter {
  background: var(--pavi-white);
  padding: 75px 0;
}

.pavi-home-blog {
  background: var(--pavi-mint);
  padding: 75px 0;
}

.pavi-home-blog__inner {
  max-width: 1280px;
}

.pavi-home-blog__heading {
  margin-bottom: 50px;
  max-width: 1280px;
}

.pavi-home-blog__grid {
  display: grid;
  gap: 52px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pavi-home-blog__card {
  background: var(--pavi-white);
  border-radius: 8px;
  min-height: 517px;
  overflow: hidden;
}

.pavi-home-blog__media {
  background: var(--pavi-mint);
  display: block;
  height: 301px;
  overflow: hidden;
}

.pavi-home-blog__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
  width: 100%;
}

.pavi-home-blog__media:hover img,
.pavi-home-blog__media:focus img {
  transform: scale(1.035);
}

.pavi-home-blog__body {
  padding: 30px 40px;
}

.pavi-home-blog__body p {
  color: #1e1e1e;
  font-family: var(--pavi-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 16px;
  min-height: 120px;
}

.pavi-home-blog__body a {
  color: var(--pavi-green);
  font-family: var(--pavi-font-family);
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  text-decoration: none;
}

.pavi-home-blog__footer {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.pavi-home-newsletter__outer {
  max-width: 1280px;
}

.pavi-home-newsletter__panel {
  align-items: center;
  background: #101c18;
  border-radius: 8px;
  color: var(--pavi-white);
  display: flex;
  flex-direction: column;
  min-height: 529px;
  overflow: hidden;
  padding: 120px 290px;
  position: relative;
  text-align: center;
}

.pavi-home-newsletter__panel::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/home/newsletter-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  inset: 0;
  position: absolute;
}

.pavi-home-newsletter__content,
.pavi-home-newsletter__form {
  position: relative;
  z-index: 1;
}

.pavi-home-newsletter__content {
  max-width: 760px;
}

.pavi-home-newsletter__heading p {
  color: var(--pavi-green);
  font-family: var(--pavi-font-family);
  font-size: 14px;
  font-weight: 700;
  line-height: 20.3px;
  margin: 0 0 13px;
  text-transform: uppercase;
}

.pavi-home-newsletter__heading h2 {
  color: var(--pavi-white);
  font-family: var(--pavi-font-family);
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 56px;
  margin: 0;
}

.pavi-home-newsletter__subtitle {
  color: #e6f0ee;
  font-family: var(--pavi-font-family);
  font-size: 25px;
  font-weight: 400;
  line-height: 36.25px;
  margin: 18px 0 24px;
}

.pavi-home-newsletter__form {
  width: min(700px, 100%);
}

.pavi-home-newsletter__input-group {
  flex-wrap: nowrap;
}

.pavi-home-newsletter__input {
  border: 1px solid #e6f0ee;
  border-radius: 5px 0 0 5px;
  color: var(--pavi-forest);
  font-family: var(--pavi-font-family);
  font-size: 16px;
  height: 40px;
  padding: 10px 15px;
}

.pavi-home-newsletter__input::placeholder {
  color: rgba(67, 79, 88, 0.6);
}

.pavi-home-newsletter__submit {
  background: var(--pavi-green);
  border: 1px solid var(--pavi-green);
  border-radius: 0 5px 5px 0;
  color: var(--pavi-white);
  font-family: var(--pavi-font-family);
  font-size: 15px;
  font-weight: 400;
  height: 40px;
  min-width: 101px;
}

.pavi-home-newsletter__submit:hover,
.pavi-home-newsletter__submit:focus {
  background: #3b6f4b;
  border-color: #3b6f4b;
  color: var(--pavi-white);
}

.pavi-home-newsletter__alert {
  text-align: left;
}

.pavi-home-newsletter__legal {
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--pavi-font-family);
  font-size: 12px;
  line-height: 1.4;
  margin: 10px 0 0;
  text-align: left;
}

.ps-imageslider {
  display: none;
}

@media (max-width: 1199.98px) {
  .pavi-home-categories__grid {
    gap: 24px;
  }

  .pavi-home-b2b__inner {
    gap: 80px;
  }

  .pavi-home-newsletter__panel {
    padding-left: 120px;
    padding-right: 120px;
  }

  .pavi-home-blog__grid {
    gap: 32px;
  }

  .pavi-home-blog__body {
    padding: 28px 30px;
  }
}

@media (max-width: 991.98px) {
  .pavi-home-categories__heading .pavi-home-section-heading__title {
    font-size: 36px;
  }

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

  .pavi-home-categories__card--large {
    grid-row: span 1;
  }

  .pavi-home-categories__card,
  .pavi-home-categories__card--large {
    min-height: 320px;
  }

  .pavi-home-b2b {
    padding: 64px 0;
  }

  .pavi-home-b2b__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 40px;
  }

  .pavi-home-b2b__logo {
    height: 180px;
    width: 180px;
  }

  .pavi-home-newsletter__panel {
    min-height: 460px;
    padding: 96px 48px;
  }

  .pavi-home-newsletter__heading h2 {
    font-size: 34px;
    line-height: 1.25;
  }

  .pavi-home-blog__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pavi-home-blog__card {
    min-height: 0;
  }
}

@media (max-width: 575.98px) {
  .pavi-home-categories,
  .pavi-home-blog,
  .pavi-home-newsletter {
    padding: 56px 0;
  }

  .pavi-home-categories__heading {
    text-align: left;
  }

  .pavi-home-categories__heading .pavi-home-section-heading__title {
    font-size: 30px;
  }

  .pavi-home-categories__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pavi-home-categories__card,
  .pavi-home-categories__card--large {
    min-height: 300px;
  }

  .pavi-home-categories__text {
    bottom: 24px;
    left: 24px;
  }

  .pavi-home-b2b__copy h2 {
    font-size: 30px;
  }

  .pavi-home-b2b__copy p {
    font-size: 15px;
  }

  .pavi-home-newsletter__panel {
    align-items: stretch;
    min-height: 440px;
    padding: 72px 18px;
  }

  .pavi-home-newsletter__heading h2 {
    font-size: 27px;
  }

  .pavi-home-newsletter__subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .pavi-home-newsletter__input-group {
    flex-direction: column;
    gap: 10px;
  }

  .pavi-home-newsletter__input,
  .pavi-home-newsletter__submit {
    border-radius: 5px;
    width: 100%;
  }

  .pavi-home-blog__heading {
    text-align: left;
  }

  .pavi-home-blog__media {
    height: 240px;
  }

  .pavi-home-blog__body {
    padding: 24px;
  }

  .pavi-home-blog__body p {
    min-height: 0;
  }
}

/* Mobile swipers */
.pavi-mobile-swiper__pagination {
  display: none;
}

@media (max-width: 767.98px) {
  .pavi-mobile-swiper.swiper {
    overflow: hidden;
    padding-bottom: 34px;
    position: relative;
  }

  .pavi-mobile-swiper .swiper-wrapper {
    align-items: stretch;
  }

  .page-content--home .pavi-home-products .products.swiper-wrapper,
  .pavi-product-related .products.swiper-wrapper,
  .pavi-home-blog__grid.swiper-wrapper {
    display: flex;
    gap: 0;
    grid-template-columns: none;
    justify-content: flex-start;
    margin-left: 0;
    margin-right: 0;
    transform: none;
  }

  .page-content--home .pavi-home-products .products.swiper-wrapper,
  .pavi-product-related .products.swiper-wrapper {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }

  .page-content--home .pavi-home-products .products.swiper-wrapper > .swiper-slide,
  .pavi-product-related .products.swiper-wrapper > .swiper-slide {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .pavi-product-card-slider__slide.swiper-slide {
    display: flex;
    width: auto;
  }

  .page-content--home .pavi-home-products .swiper-slide .pavi-product-card,
  .pavi-product-related .swiper-slide .pavi-product-card,
  .page-content--home .pavi-home-products .pavi-product-card.swiper-slide,
  .pavi-product-related .pavi-product-card.swiper-slide {
    width: 100%;
  }

  .pavi-home-blog__grid > .swiper-slide {
    height: auto;
  }

  .pavi-mobile-swiper__pagination.swiper-pagination-bullets,
  .pavi-mobile-swiper__pagination.swiper-pagination-horizontal {
    align-items: center;
    bottom: 0;
    display: flex;
    gap: 8px;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
  }

  .pavi-mobile-swiper__pagination .swiper-pagination-bullet {
    background: rgba(69, 125, 86, 0.28);
    height: 8px;
    margin: 0 !important;
    opacity: 1;
    transition:
      background 180ms ease,
      transform 180ms ease,
      width 180ms ease;
    width: 8px;
  }

  .pavi-mobile-swiper__pagination .swiper-pagination-bullet-active {
    background: var(--pavi-green);
    border-radius: 999px;
    transform: none;
    width: 22px;
  }
}

@media (min-width: 768px) {
  .pavi-mobile-swiper.swiper {
    overflow: visible;
    padding-bottom: 0;
  }

  .pavi-mobile-swiper .swiper-wrapper {
    transform: none !important;
  }

  .pavi-mobile-swiper .swiper-slide {
    flex-shrink: 1;
    margin-right: 0 !important;
    width: auto !important;
  }

  .pavi-mobile-swiper__pagination {
    display: none !important;
  }
}

/* Reseller CMS page */
.page-cms .columns-container--reseller {
  max-width: none;
  padding: 0;
}

.page-cms .columns-container--reseller > .row,
.page-cms .columns-container--reseller > .row > [class*="col-"] {
  margin: 0;
  padding: 0;
}

.page-cms .columns-container--reseller #center-column.center-column {
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
  padding-bottom: 0;
}

.page-content--reseller {
  padding: 0;
}

.pavi-reseller-hero {
  position: relative;
  overflow: hidden;
}

.pavi-reseller-hero__image {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
  display: block;
  filter: brightness(0.62);
}

.pavi-reseller-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
}

.pavi-reseller-hero__context,
.pavi-reseller-benefits__eyebrow,
.pavi-reseller-requirements__eyebrow {
  color: #457d56;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
}

.pavi-reseller-hero__context {
  color: #95c8ad;
}

.pavi-reseller-hero__title {
  color: #fff;
  font-size: clamp(2.25rem, 4vw, 3.375rem);
  font-weight: 700;
  margin: 0;
}

.pavi-reseller-benefits {
  background: #f2f7f6;
  padding: 4.6875rem 0;
}

.pavi-reseller-benefits__layout {
  display: grid;
  grid-template-columns: minmax(0, 580px) minmax(0, 640px);
  gap: 3.75rem;
  align-items: start;
}

.pavi-reseller-benefits__copy h2,
.pavi-reseller-requirements__header h2,
.pavi-reseller-form-panel__intro h2 {
  color: #14231f;
  font-size: clamp(2rem, 3vw, 2.75rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}

.pavi-reseller-benefits__list {
  margin: 1.5rem 0 0;
  padding-left: 1.125rem;
  color: #14231f;
}

.pavi-reseller-benefits__list li {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.pavi-reseller-benefits__list strong {
  font-weight: 700;
}

.pavi-reseller-benefits__media img {
  width: 100%;
  height: 100%;
  min-height: 530px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.pavi-reseller-requirements {
  padding: 4.6875rem 0 0;
}

.pavi-reseller-requirements__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.pavi-reseller-requirements__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.875rem;
  margin-top: 3.125rem;
}

.pavi-reseller-requirement-card {
  background: #f2f7f6;
  border-radius: 8px;
  min-height: 100px;
  padding: 1.25rem 1.875rem;
}

.pavi-reseller-requirement-card h3 {
  color: #457d56;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 0.25rem;
}

.pavi-reseller-requirement-card p {
  color: #14231f;
  font-size: 0.875rem;
  line-height: 1.4;
  margin: 0;
}

.pavi-reseller-form-section {
  padding: 4.6875rem 0;
}

.pavi-reseller-form-panel {
  background: #f2f7f6;
  border-radius: 8px;
  padding: 5rem;
}

.pavi-reseller-form-panel__intro {
  margin-bottom: 2.125rem;
  max-width: 860px;
}

@media (max-width: 1199.98px) {
  .pavi-reseller-benefits__layout {
    grid-template-columns: 1fr;
  }

  .pavi-reseller-benefits__media img {
    min-height: 440px;
  }
}

@media (max-width: 991.98px) {
  .pavi-reseller-requirements__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pavi-reseller-form-panel {
    padding: 2rem;
  }
}

@media (max-width: 767.98px) {
  .pavi-reseller-hero__image {
    min-height: 220px;
  }

  .pavi-reseller-benefits,
  .pavi-reseller-requirements,
  .pavi-reseller-form-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .pavi-reseller-benefits__layout,
  .pavi-reseller-requirements__grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .pavi-reseller-benefits__media img {
    min-height: 320px;
  }

  .pavi-reseller-form-panel {
    padding: 1.5rem;
  }
}

#module-everpsblog-blog #wrapper,
#module-everpsblog-post #wrapper {
  background: #fff;
  padding-top: 0;
}

#module-everpsblog-blog #content-wrapper,
#module-everpsblog-post #content-wrapper {
  padding-top: 0;
}

#module-everpsblog-blog .columns-container,
#module-everpsblog-post .columns-container {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

#module-everpsblog-blog .columns-container > .row,
#module-everpsblog-post .columns-container > .row {
  margin-left: 0;
  margin-right: 0;
}

#module-everpsblog-blog .columns-container > .row > [class*="col-"],
#module-everpsblog-post .columns-container > .row > [class*="col-"],
.page-everblog .page--full-width {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0;
}

.pavi-blog-page {
  background: #fff;
}

.pavi-blog-hero {
  position: relative;
}

.pavi-blog-hero__image {
  display: block;
  height: 300px;
  min-height: 0;
  width: 100%;
  object-fit: cover;
}

.pavi-blog-hero__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: center;
}

.pavi-blog-hero__breadcrumb {
  align-items: center;
  color: #fff;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.5rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.pavi-blog-hero__breadcrumb a {
  color: #75c579;
  text-decoration: none;
}

.pavi-blog-hero__breadcrumb span {
  color: #fff;
}

.pavi-blog-hero__breadcrumb a:hover {
  color: #dceee1;
}

.pavi-blog-hero__title {
  color: #fff;
  font-size: clamp(2.5rem, 4vw, 3.375rem);
  font-weight: 700;
  line-height: 1.12;
  margin: 0;
}

.pavi-blog-listing {
  padding: 4.6875rem 0 5.625rem;
}

.pavi-blog-grid {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.page-everblog .pavi-blog-card {
  background: #fff;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 0 12.5px rgba(20, 35, 31, 0.12);
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  transform: none;
}

.page-everblog .pavi-blog-card:hover,
.page-everblog .pavi-blog-card:focus-within {
  box-shadow: 0 10px 30px rgba(20, 35, 31, 0.16);
  transform: translateY(-2px);
}

.pavi-blog-card__media {
  aspect-ratio: 297 / 223;
  background: #f2f7f6;
  display: block;
  overflow: hidden;
}

.pavi-blog-card__media img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.pavi-blog-card:hover .pavi-blog-card__media img {
  transform: scale(1.02);
}

.pavi-blog-card__placeholder {
  align-items: center;
  color: #457d56;
  display: flex;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.pavi-blog-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 0.625rem;
  padding: 1.25rem;
}

.pavi-blog-card__tag {
  color: #457d56;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.page-everblog .pavi-blog-card__title {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.24;
  margin: 0;
}

.pavi-blog-card__title a {
  color: #14231f;
  text-decoration: none;
}

.pavi-blog-card__title a:hover {
  color: #457d56;
}

.pavi-blog-card__excerpt {
  color: #14231f;
  display: -webkit-box;
  font-size: 1rem;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 1.45;
  margin: 0;
  overflow: hidden;
}

.pavi-blog-card__cta {
  color: #457d56;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  margin-top: auto;
  text-decoration: none;
}

.pavi-blog-card__cta:hover {
  color: #386647;
}

.pavi-blog-pagination {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}

.page-everblog .pavi-blog-pagination .pagination {
  align-items: center;
  gap: 0.5rem;
}

.page-everblog .pavi-blog-pagination .page-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.page-everblog .pavi-blog-pagination .page-item {
  list-style: none;
}

.page-everblog .pavi-blog-pagination .page-link,
.page-everblog .pavi-blog-pagination .js-search-link {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(20, 35, 31, 0.12);
  border-radius: 8px;
  color: #14231f;
  display: inline-flex;
  font-size: 0.75rem;
  font-weight: 700;
  justify-content: center;
  min-height: 1.875rem;
  min-width: 1.875rem;
  padding: 0.375rem 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
}

.page-everblog .pavi-blog-pagination .current .page-link,
.page-everblog .pavi-blog-pagination .page-link[aria-current="page"] {
  background: #457d56;
  border-color: #457d56;
  color: #fff;
}

.page-everblog .pavi-blog-pagination .page-link:hover,
.page-everblog .pavi-blog-pagination .js-search-link:hover {
  border-color: #457d56;
  color: #457d56;
}

.pavi-blog-empty {
  align-items: center;
  background: #f2f7f6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  min-height: 180px;
  padding: 2rem;
  text-align: center;
}

.pavi-blog-empty p {
  color: #14231f;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .pavi-blog-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991.98px) {
  .pavi-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pavi-blog-listing {
    padding: 3.5rem 0 4rem;
  }
}

@media (max-width: 767.98px) {
  .pavi-blog-hero__image {
    height: 220px;
  }

  .pavi-blog-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .page-everblog .pavi-blog-card__title {
    font-size: 1.75rem;
  }

  .pavi-blog-listing {
    padding: 2.5rem 0 3rem;
  }
}

.pavi-blog-post-page {
  background: #fff;
}

.pavi-blog-post-hero {
  background: #f2f7f6;
  padding: 6.25rem 0;
  text-align: center;
}

.pavi-blog-post-hero .container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 2.8125rem;
}

.pavi-blog-post-breadcrumb {
  align-items: center;
  color: #434f58;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.45;
  text-transform: uppercase;
}

.pavi-blog-post-breadcrumb a {
  color: #457d56;
  text-decoration: none;
}

.pavi-blog-post-breadcrumb a:hover {
  color: #386647;
}

.pavi-blog-post-title {
  color: #192c27;
  font-size: clamp(2.25rem, 4vw, 3.375rem);
  font-weight: 700;
  line-height: 1.16;
  margin: 0;
  max-width: 80rem;
}

.pavi-blog-post-meta {
  align-items: center;
  color: #434f58;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 700;
  gap: 0.5rem;
  justify-content: center;
  line-height: 1.45;
  text-transform: uppercase;
}

.pavi-blog-post-alerts {
  margin-top: 2rem;
}

.pavi-blog-post-alerts:empty {
  display: none;
}

.pavi-blog-post-layout {
  align-items: start;
  display: grid;
  gap: 3.125rem;
  grid-template-columns: minmax(0, calc(100% - 21.875rem)) 18.75rem;
  padding: 4.6875rem 0;
}

.pavi-blog-post-layout--single {
  grid-template-columns: minmax(0, 58.125rem);
  justify-content: center;
}

.pavi-blog-post-main {
  min-width: 0;
}

.pavi-blog-post-featured {
  margin: 0 0 3.125rem;
}

.pavi-blog-post-featured img {
  aspect-ratio: 930 / 630;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.pavi-blog-post-content {
  color: #14231f;
  font-size: 1rem;
  line-height: 1.5;
}

.pavi-blog-post-content > :first-child {
  margin-top: 0;
}

.pavi-blog-post-content p,
.pavi-blog-post-content ul,
.pavi-blog-post-content ol {
  margin: 0 0 1rem;
}

.pavi-blog-post-content ul,
.pavi-blog-post-content ol {
  padding-left: 1.25rem;
}

.pavi-blog-post-content h1,
.pavi-blog-post-content h2,
.pavi-blog-post-content h3,
.pavi-blog-post-content h4 {
  color: #14231f;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 2.8125rem 0 1.25rem;
}

.pavi-blog-post-content h2 {
  font-size: 2.25rem;
}

.pavi-blog-post-content h3 {
  font-size: 1.75rem;
}

.pavi-blog-post-content a {
  color: #457d56;
}

.pavi-blog-post-footer {
  display: flex;
  justify-content: flex-start;
  margin-top: 3.125rem;
}

.pavi-blog-post-footer .post-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.pavi-blog-post-footer .badge {
  background: #f2f7f6;
  border-radius: 999px;
  color: #457d56;
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem;
  text-decoration: none;
}

.pavi-blog-post-share {
  border-left: 1px solid #e6f0ee;
  border-top: 1px solid #e6f0ee;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  height: 3.25rem;
  width: min(100%, 39.359375rem);
}

.pavi-blog-post-share__link {
  align-items: center;
  border-bottom: 1px solid #e6f0ee;
  border-right: 1px solid #e6f0ee;
  color: #434f58;
  display: flex;
  justify-content: center;
  min-width: 0;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.pavi-blog-post-share__link:hover,
.pavi-blog-post-share__link:focus-visible {
  background: #f2f7f6;
  color: #457d56;
}

.pavi-blog-post-share__link:focus-visible {
  outline: 2px solid #457d56;
  outline-offset: 2px;
}

.pavi-blog-post-share__link svg {
  display: block;
  fill: currentColor;
  height: 0.9375rem;
  width: 0.9375rem;
}

.pavi-blog-post-sidebar h2 {
  color: #14231f;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
  margin: 0 0 1.875rem;
}

.pavi-blog-post-related {
  display: grid;
  gap: 1.5625rem;
}

.pavi-blog-post-related-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 18px rgba(25, 44, 39, 0.1);
  overflow: hidden;
}

.pavi-blog-post-related-card__media {
  background: #f2f7f6;
  display: block;
  height: 13.945625rem;
  overflow: hidden;
}

.pavi-blog-post-related-card__media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.pavi-blog-post-related-card:hover .pavi-blog-post-related-card__media img {
  transform: scale(1.02);
}

.pavi-blog-post-related-card__body {
  display: grid;
  gap: 0.625rem;
  padding: 1.25rem;
}

.pavi-blog-post-related-card .pavi-blog-post-related-card__tag {
  color: #457d56;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
  text-transform: uppercase;
}

.pavi-blog-post-related-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.24;
  margin: 0;
}

.pavi-blog-post-related-card h3 a {
  color: #14231f;
  text-decoration: none;
}

.pavi-blog-post-related-card h3 a:hover {
  color: #457d56;
}

.pavi-blog-post-related-card p {
  color: #14231f;
  font-size: 1rem;
  line-height: 1.45;
  margin: 0;
}

.pavi-blog-post-related-card__cta {
  color: #457d56;
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

#module-everpsblog-post #related-products {
  margin-bottom: 4rem;
}

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

  .pavi-blog-post-related {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .pavi-blog-post-hero {
    padding: 4rem 0;
  }

  .pavi-blog-post-hero .container {
    gap: 1.75rem;
  }

  .pavi-blog-post-title {
    font-size: 2rem;
  }

  .pavi-blog-post-layout {
    gap: 2.5rem;
    padding: 3rem 0;
  }

  .pavi-blog-post-featured {
    margin-bottom: 2rem;
  }

  .pavi-blog-post-content h2 {
    font-size: 1.75rem;
  }

  .pavi-blog-post-content h3 {
    font-size: 1.5rem;
  }

  .pavi-blog-post-related {
    grid-template-columns: 1fr;
  }

  .pavi-blog-post-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

.pavi-cart-offcanvas {
  border: 0;
  max-width: min(100vw, 34rem);
  width: 34rem;
}

.pavi-cart-offcanvas__header {
  align-items: flex-start;
  border-bottom: 1px solid rgba(20, 35, 31, 0.12);
  padding: 1.5rem 1.5rem 1.125rem;
}

.pavi-cart-offcanvas__title {
  color: #14231f;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.2;
  margin: 0;
}

.pavi-cart-offcanvas__body {
  padding: 1.5rem;
}

.pavi-cart-offcanvas .cart__overview {
  margin: 0;
}

.pavi-cart-offcanvas .cart__list {
  display: grid;
  gap: 1rem;
}

.pavi-cart-offcanvas .cart__item {
  border-bottom: 1px solid rgba(20, 35, 31, 0.1);
  padding-bottom: 1rem;
}

.pavi-cart-offcanvas .cart__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pavi-cart-offcanvas .product-line__name {
  color: #14231f;
  font-weight: 800;
}

.pavi-cart-offcanvas .product-line__image img {
  background: #f2f7f6;
  border-radius: 8px;
}

.pavi-cart-offcanvas .product-line__price,
.pavi-cart-offcanvas .product-line__details,
.pavi-cart-offcanvas .product-line__actions {
  color: rgba(20, 35, 31, 0.72);
  font-size: 0.9375rem;
}

.pavi-cart-offcanvas__footer {
  border-top: 1px solid rgba(20, 35, 31, 0.12);
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
  padding: 1rem 1.5rem 1.5rem;
}

.pavi-cart-offcanvas__footer[hidden] {
  display: none;
}

.pavi-cart-offcanvas__summary .cart-summary__line {
  align-items: center;
  color: #14231f;
  display: flex;
  justify-content: space-between;
  padding: 0.375rem 0;
}

.pavi-cart-offcanvas__summary .cart-summary__line--bold {
  font-size: 1.0625rem;
  font-weight: 800;
}

.pavi-cart-offcanvas__summary .cart-summary__actions {
  margin-top: 0.75rem;
}

.pavi-cart-offcanvas__footer .btn {
  min-height: 3rem;
  width: 100%;
}

.pavi-cart-offcanvas__empty {
  align-items: center;
  color: #14231f;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  min-height: 18rem;
  text-align: center;
}

@media (max-width: 575.98px) {
  .pavi-cart-offcanvas {
    width: 100vw;
  }

  .pavi-cart-offcanvas__header,
  .pavi-cart-offcanvas__body,
  .pavi-cart-offcanvas__footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
