/** Shopify CDN: Minification failed

Line 7:0 Unexpected "<"
Line 2516:0 Unexpected "}"

**/
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700&display=swap" rel="stylesheet">

.hero__top-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 14px;
}

.hero__icon-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 16px 0 32px;
}

.hero__icon-list-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-with-icons {
  margin-bottom: 0;
}

.text-with-icons .text-with-icons__block-title {
  margin-bottom: 16px;
  max-width: 200px;
}

.text-with-icons .text-with-icons__block-title h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 600;
}

.text-with-icons .text-with-icons__block-text {
  font-size: 16px;
  line-height: 1.4;
}

.text-with-icons .text-with-icons__block-icon {
  margin-bottom: 16px;
}

.text-with-icons .section-header {
  margin-bottom: 70px;
}

.text-with-icons h2 {
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 0;
}

.product-block--recommendations .section-header__title {
  font-size: 24px;
}

.product-block--recommendations .fera {
  display: none;
}

.grid-product__actions {
    position: absolute;
    top: 10px;
    right: 5px;
    z-index: 1;
}
.site-footer .footer__section .page-width{position: relative;}
.site-footer .footer__section .scroll-button {
    position: absolute;
    bottom: 10px;
    right: 58px;
}

@media screen and (max-width: 767px) {

  .site-footer .footer__blocks .footer__block:nth-child(1).footer__block--image,
  .site-footer .footer__blocks .footer__block:nth-child(4).footer__block--menu,
  .site-footer .footer__blocks .footer__block:nth-child(5).footer__block--newsletter,
  .newsletter__input-group  {
    max-width: 100% !important;
    width: 100%;
    flex: 1 1 100% !important;
}
.site-footer .footer__section .scroll-button{
  right: 0;
  bottom: 0;
}
.header-section{
  padding-bottom: 0;
}

.plants-blog-posts__header .button {
  display: none;
}

  .text-with-icons .section-header {
    margin-bottom: 32px;
  }

  .text-with-icons .text-with-icons__block-title h3 {
    font-size: 18px;
  }

  .text-with-icons .text-with-icons__block-text {
    font-size: 14px;
  }

  .plants-blog-posts__grid {
    display: none !important;
  }

  .collection__view-all {
    display: none;
  }

  .plants-pdp-banner__block {
    flex-direction: column;
  }

  .plants-pdp-banner__block-desc {
    display: none;
  }

  .plants-tab-collection .coll-tab-wrap .tabs button {
    width: fit-content !important;
  }

  .plants-pdp-banner__left-column,
  .plants-pdp-banner__right-column {
    flex-direction: row !important;
    gap: 8px !important;
  }

  .plants-pdp-banner__wrapper {
    flex-direction: column;
    height: 542px;
    margin-top: 40px !important;
  }
}


/* Global Button Styling - Applied from plants-about-us */
.button {
  color: #FFF !important;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  width: 243px;
  padding: 9.5px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
  background-color: #417841;
}

.button:hover,
button.button:hover,
a.button:hover,
.btn:hover {
  opacity: 0.9;
}

/* Allow buttons to be smaller if needed */
.button--small,
.button.button--small {
  width: auto;
  min-width: 150px;
}

.grid-product__price--from span {
  display: none;
}

/* Full width button variant */
.button--full,
.button.button--full {
  width: 100%;
}

.grid-product__title {
  font-size: 16px;
  font-weight: 700;
}

.grid-product__price--current {
  font-size: 18px;
  font-weight: 800;
}

/* ============================================
   PLANTS ABOUT US SECTION
   ============================================ */
.plants-about-us__wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.plants-about-us__left {
  width: 100%;
  flex: 1;
  min-width: 0;
  margin-left: auto;
  padding-left: 0;
}

.plants-about-us__heading {
  font-weight: 700;
  margin: 0 0 15px 0;
}

.plants-about-us__heading--medium {
  font-size: 32px;
  letter-spacing: 0;
}

.plants-about-us__heading--large {
  font-size: 32px;
  letter-spacing: 0;
}

.plants-about-us__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.plants-about-us__text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 16px;
}

.plants-about-us__stats {
  display: flex;
  flex-direction: row;
  gap: 0;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.plants-about-us__stats-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  flex-shrink: 1;
}

.plants-about-us__stats-item + .plants-about-us__stats-item {
  padding-left: 30px;
  margin-left: 30px;
}

.plants-about-us__stats-item + .plants-about-us__stats-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 63px;
  background-color: #417841;
  transform: translateY(18%);
}

.plants-about-us__stats-value {
  color: #417841;
  font-size: 24px;
  font-weight: 800;
  line-height: 120%;
  display: block;
  margin-bottom: 0;
}

.plants-about-us__stats-label {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  display: block;
  margin-top: 6px;
}

.plants-about-us__button {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  display: flex;
  width: 243px;
  padding: 9.5px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  border-radius: 4px;
  transition: opacity 0.3s;
  background-color: #417841;
}

.plants-about-us__button:hover {
  opacity: 0.9;
}

.plants-about-us__right {
  width: 100%;
  flex-shrink: 0;
}

.plants-about-us__image {
  width: 100%;
  height: auto;
  display: block;
}

.plants-about-us__icon-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 0;
}

.plants-about-us__icon-text-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.plants-about-us__icon-text-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plants-about-us__icon-text-icon img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.plants-about-us__icon-text-icon svg {
  width: 18px;
  height: 18px;
}

.plants-about-us__icon-text-content {
  flex: 1;
}

.plants-about-us__icon-text-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

.plants-about-us__review {
  margin-bottom: 0;
}

.plants-about-us__review-stars {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  align-items: center;
}

.plants-about-us__review-stars ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.plants-about-us__review-stars li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plants-about-us__review-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 16px 0;
}

.plants-about-us__review-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
}

.plants-about-us__review-author {
  margin-top: auto;
}

.plants-about-us__review-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
}

.plants-about-us__review-verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #00B67A;
}

.plants-about-us__review-verified svg {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .plants-about-us__wrapper {
    flex-direction: row;
    align-items: center;
    gap: 60px;
  }

  .plants-about-us__heading--large {
    font-size: 44px;
  }

  .plants-about-us__stats-item + .plants-about-us__stats-item {
    padding-left: 79px;
    margin-left: 56px;
  }

  .plants-about-us__right {
    width: 100%;
    max-width: 100%;
  }

  .col-6 {
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .plants-about-us__stats-item + .plants-about-us__stats-item {
    padding-left: 31px;
    margin-left: 19px;
  }
}

@media screen and (min-width: 1299px) {

  .plants-about-us__wrapper {
    gap: 121px;
  }
}

@media screen and (max-width: 1299px) {
  .plants-about-us__stats-item + .plants-about-us__stats-item {
    padding-left: 12px;
    margin-left: 12px;
  }

  .plants-about-us__stats-item:nth-child(2) {
    padding-left: 12px;
    margin-left: 12px;
  }
}

/* ============================================
   PLANTS REVIEWS SECTION
   ============================================ */
.plants-reviews__header {
  text-align: center;
  margin-bottom: 56px;
}

.plants-reviews__stars ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.plants-reviews__stars li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.plants-reviews__stars {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
  justify-content: center;
}

.plants-reviews__rating-text {
  font-size: 18px;
  font-weight: 600;
}

.plants-reviews__heading {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.plants-reviews__subheading {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0;
}

.plants-reviews__slider-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  contain: layout;
}

.plants-reviews__slider-wrapper .page-width {
  position: relative;
}

.plants-reviews .plants-reviews-swiper {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  min-height: 300px;
}

.plants-reviews__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.plants-reviews__nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 64px;
  height: 64px;
}

.plants-reviews__nav-button svg path {
  fill: #fff;
}

.plants-reviews__nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.plants-reviews__nav-button:disabled,
.plants-reviews__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.plants-reviews__card {
  border-radius: 12px;
  height: 100%;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.plants-reviews__card-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.plants-reviews__card-title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 12px 0;
  color: #000;
}

.plants-reviews__card-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 24px 0;
  flex: 1;
}

.plants-reviews__card-author {
  margin-top: auto;
}

.plants-reviews__card-name {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #000;
}

.plants-reviews__verified {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #00B67A;
  font-weight: 600;
}

.plants-reviews__verified svg {
  flex-shrink: 0;
}

@media screen and (min-width: 768px) {
  .plants-reviews__card {
    padding: 32px;
  }

  .plants-reviews__header {
    text-align: center;
    margin-bottom: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .plants-reviews .plants-reviews-swiper {
    margin-right: calc((100vw - 1320px) / -2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .plants-reviews__heading {
    font-size: 32px;
  }

  .plants-about-us__stats-value {
  font-size: 22px;
}

.plants-newsletter h2 {
    font-size: 32px !important;
    margin-bottom: 40px !important;
}
}

/* ============================================
   PLANTS SOCIAL MEDIA SECTION
   ============================================ */
.plants-social-media__slider-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.plants-social-media__slider-wrapper .page-width {
  position: relative;
}

.plants-social-media .communitySlider {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.plants-social-media__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
}

.plants-social-media__nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.plants-social-media__nav-button svg path {
  fill: #fff;
}

.plants-social-media__nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.plants-social-media__nav-button:disabled,
.plants-social-media__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media screen and (min-width: 1200px) {
  .plants-social-media .communitySlider {
    margin-right: calc((100vw - 1320px) / -2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .plants-social-media__nav {
    display: none;
  }
}

/* ============================================
   PLANTS COLLECTION SLIDER SECTION
   ============================================ */
.plant-collection-slider__header {
  margin-bottom: 24px;
}

.plant-collection-slider__heading {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.plant-collection-slider {
  overflow-x: hidden;
}

.plant-collection-slider__slider-wrapper {
  position: relative;
  width: 100%;
}

.plant-collection-slider__slider-wrapper .page-width {
  position: relative;
}

.plant-collection-slider .plant-collection-swiper {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.plant-collection-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
}

.plant-collection-slider__nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.plant-collection-slider__nav-button svg path {
  fill: #fff;
}

.plant-collection-slider__nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.plant-collection-slider__nav-button:disabled,
.plant-collection-slider__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media screen and (min-width: 1200px) {
  .plant-collection-slider .plant-collection-swiper {
    margin-right: calc((100vw - 1320px) / -2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .plant-collection-slider__nav {
    display: none;
  }
}

/* ============================================
   PLANTS TAB COLLECTION SECTION
   ============================================ */
.plants-tab-collection {
  overflow-x: hidden;
}

.plants-tab-collection .grid-product {
  padding: 0;
}

.plants-tab-collection .grid-product__image-wrap,
.plants-tab-collection .grid-item__meta {
  margin-inline: 0 !important;
}

.plants-tab-collection .grid-product__image-wrap {
  margin-top: 0;
}

.plants-tab-collection .swiper-slide {
  padding: 0 !important;
}

.plants-tab-collection .coll-tab-wrap {
  display: flex;
  gap: 24px;
  position: relative;
  align-items: flex-start;
  overflow: visible;
}

.plants-tab-collection .coll-tab-wrap .tab-content {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.plants-tab-collection .coll-tab-wrap .tabs {
  position: relative;
  z-index: 20;
  background-color: transparent;
  display: flex;
  margin-bottom: 0;
  width: 300px;
  flex-direction: column;
  flex-shrink: 0;
}

.plants-tab-collection .grid-item__content .button,
.plants-tab-collection .grid-item__content .text-link {
  width: 100% !important;
}

.plants-tab-collection .coll-tab-wrap .tabs button {
  padding-inline: 19px;
  border: none;
  background: transparent;
  transition: background 0.3s;
  margin: 0 0 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  color: #4A4A4A;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.plants-tab-collection .coll-tab-wrap .tabs button:hover {
  background: transparent;
  color: #4A4A4A;
}

.plants-tab-collection .coll-tab-wrap .tabs button.active {
  background: #417841;
  color: #fff;
  border-radius: 4px;
}

.plants-tab-collection .coll-tab-wrap .tab-content:not(.active),
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner:not(.active),
.plants-tab-collection .coll-tab-wrap [id^="collection-"]:not(.active),
.plants-tab-collection [id^="collection-"]:not(.active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  width: calc(100% - 300px - 24px);
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
}

.plants-tab-collection .coll-tab-wrap .tab-content.active,
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner.active,
.plants-tab-collection .coll-tab-wrap [id^="collection-"].active,
.plants-tab-collection [id^="collection-"].active {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  clip: auto !important;
  pointer-events: auto !important;
  width: calc(100% - 300px - 24px);
  flex: 1;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.plants-tab-collection .coll-tab-wrap .tab-content,
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner {
  margin: 0;
  padding: 0;
}

.plants-tab-collection .slider-button {
  width: 40px;
  height: 40px;
}

.site-header__element--sub {
  border-bottom: 1px solid rgba(78, 78, 78, 0.10);
}

.plants-tab-collection .collection__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px !important;
}

.plants-tab-collection h2 {
  font-size: 32px;
  line-height: 53px;
}

.plants-tab-collection .button--secondary:after {
  border-radius: 100px;
}

.plants-tab-collection .quick-add__submit {
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.plants-tab-collection .card__heading {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.plants-tab-collection .card__description {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.plants-tab-collection .grid {
  column-gap: 22px;
}

.plants-tab-collection .slider--desktop .slider__slide:first-child {
  margin-left: 20px !important;
  padding-top: 0;
}

.plants-tab-collection .slider-counter {
  display: none;
}

.plants-tab-collection #goodav-root select {
  fill: purple;
}

.plants-tab-collection .slider-button {
  background-color: #000;
  border-radius: 100px;
  cursor: pointer;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
}

.plants-tab-collection .slider-button--prev {
  position: absolute;
  top: 137px;
  left: 3px;
}

.plants-tab-collection .slider-button--next {
  position: absolute;
  top: 137px;
  right: 41px;
}

.plants-tab-collection .slider-button:disabled,
.plants-tab-collection .slider-button.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

.plants-tab-collection .slider-buttons {
  position: relative;
  width: 100%;
  display: block !important;
  visibility: visible !important;
}

.plants-tab-collection .collection {
  position: relative;
}

.plants-tab-collection .slider-component-desktop {
  position: relative;
}

.plants-tab-collection .button {
  min-height: 40px;
  gap: 16px;
}

.plants-tab-collection .plants-tab-slider-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow-x: hidden;
}

.plants-tab-collection .plants-tab-slider-wrapper .page-width {
  position: relative;
}

.plants-tab-collection .plants-tab-swiper {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

.plants-tab-collection .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition-property: transform;
}

.plants-tab-collection .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: auto;
  display: flex;
  box-sizing: border-box;
}

.plants-tab-collection .swiper-slide .grid__item {
  width: 100%;
  height: 100%;
}

.plants-tab-collection .plants-tab-slider__nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
}

.plants-tab-collection .plants-tab-slider__nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.plants-tab-collection .plants-tab-slider__nav-button svg path {
  fill: #fff;
}

.plants-tab-collection .plants-tab-slider__nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.plants-tab-collection .plants-tab-slider__nav-button:disabled,
.plants-tab-collection .plants-tab-slider__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.plants-tab-collection .collection__view-all-tab {
  margin-bottom: 20px;
  text-align: right;
}

.plants-tab-collection .collection__view-all .button {
  width: 141px;
}

.plants-tab-collection .collection__view-all .button svg,
.plants-tab-collection .collection__view-all .button::after,
.plants-tab-collection .collection__view-all .button::before {
  display: none !important;
}

.communtiy-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 56px;
}

.communtiy-section h2 {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 0;
}

.communtiy-section .footer__social li {
  padding: 11px;
  border-radius: 64px;
  background: #417841;
  margin-bottom: 0;
}

.communtiy-section .footer__social li a svg {
  fill: #fff;
}

.plants-about-us__review {
  display: flex;
  gap: 6px;
  align-items: center;
}

.plants-about-us__review-text {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (min-width: 990px) {
  .plants-tab-collection .coll-tab-wrap {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    padding-left: max(calc((100vw - 1400px) / 2 + 2rem), 1.5rem);
    padding-right: 0;
  }
}

@media screen and (min-width: 1200px) {
  .plants-tab-collection {
    overflow: hidden;
  }

  .plants-tab-collection .plants-tab-slider-wrapper .page-width {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
  }

  .plants-tab-collection .plants-tab-swiper {
    margin-left: 0 !important;
    margin-right: calc((100vw - 1320px) / -2);
    padding-left: 0 !important;
    padding-right: calc((100vw - 1320px) / 2);
    width: auto;
    max-width: none;
  }
}

@media screen and (max-width: 989px) {
  .plants-tab-collection {
    overflow-x: hidden;
  }

  .coll-tab-wrap {
    flex-direction: column;
    gap: 20px;
    overflow-x: visible;
  }

  .plants-tab-collection .collection__title {
    padding-inline: 16px;
    flex-wrap: wrap;
  }

  .coll-tab-wrap .tabs {
    width: 100%;
    flex-direction: row;
    padding: 0 2rem;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
  }

  .coll-tab-wrap .tabs::-webkit-scrollbar {
    height: 4px;
  }

  .coll-tab-wrap .tabs::-webkit-scrollbar-track {
    background: transparent;
  }

  .coll-tab-wrap .tabs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 2px;
  }

  .coll-tab-wrap .tabs button {
    border: 1px solid #000;
    min-width: 145px;
    text-align: center;
    margin-right: 12px;
    padding: 12px 16px;
    font-size: 13px;
  }

  .coll-tab-wrap .tabs button:hover {
    background: unset;
    color: unset;
  }

  .coll-tab-wrap .tabs button.active {
    background: #212D30;
    color: #fff;
  }

  .coll-tab-wrap .tab-content {
    width: 100%;
  }

  .coll-tab-wrap .tab-content.col-inner {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .plants-tab-collection .coll-tab-wrap .tab-content.active,
  .plants-tab-collection .coll-tab-wrap .tab-content.col-inner.active,
  .plants-tab-collection .coll-tab-wrap [id^="collection-"].active,
  .plants-tab-collection [id^="collection-"].active {
    width: 100% !important;
  }

  .coll-tab-wrap .tab-content.col-inner:not(.active) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    clip: rect(0, 0, 0, 0) !important;
  }
}

/* ============================================
   PLANTS BLOG POSTS SECTION
   ============================================ */
.plants-blog-posts {
  overflow-x: hidden;
  width: 100%;
}

.plants-blog-posts__header .button {
  width: 241px !important;
  padding: 10px !important;
}

.plants-blog-posts__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.plants-blog-posts__title {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
}

.plants-blog-posts__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.plants-blog-posts__card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.plants-blog-posts__card .grid-article {
  flex: 1;
  display: flex !important;
  flex-direction: column !important;
  position: relative;
  padding: 0 !important;
}

.plants-blog-posts__card .grid-article__image {
  order: 1 !important;
  display: block !important;
  visibility: visible !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto !important;
}

.plants-blog-posts__card .grid-article__meta {
  order: 2 !important;
  position: relative;
  z-index: 2;
  flex: 0 0 auto !important;
  padding-left: 0 !important;
  text-align: left;
}

.plants-blog-posts__card .grid-article__image .image-wrap {
  display: block !important;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.plants-blog-posts__card .grid-article__image img {
  display: block !important;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  position: relative;
}

.plants-blog-posts__card .grid-article__content {
  position: relative;
  z-index: 1;
}

.plants-blog-posts__card-button {
  margin-top: 20px;
  text-align: center;
}

.article__title {
  font-size: 20px !important;
  font-weight: 700;
  margin-bottom: 16px;
  display: inline-block;
  color: #2B2B2B;
}

.article__excerpt {
  font-size: 14px !important;
  font-weight: 400;
  margin-bottom: 24px;
  color: #2B2B2B;
}

.grid-item.grid-article {
  margin-bottom: 0 !important;
}

.plants-blog-posts__card-button .button {
  width: 166px;
}

.plants-blog-posts .grid-product__image-wrap {
  margin: 0 !important;
}

.plants-blog-posts .grid-item__meta {
  margin: 0 !important;
}

@media screen and (max-width: 749px) {
  .plants-blog-posts__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .plants-blog-posts__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}

/* ============================================
   PLANTS PDP BANNER SECTION
   ============================================ */
.plants-pdp-banner__wrapper {
  display: flex;
  gap: 40px;
  margin-top: 190px;
  justify-content: space-between;
  align-items: center;
}

.plants-pdp-banner__left-column,
.plants-pdp-banner__right-column {
  width: 290px;
  display: flex;
  flex-direction: column;
  gap: 88px;
}

.plants-pdp-banner__heading {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 16px 0;
  text-align: center;
}

.plants-pdp-banner__description {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}

.plants-pdp-banner__block {
  display: flex;
  gap: 16px;
  align-items: center;
}

.plants-pdp-banner__block-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plants-pdp-banner__block-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.plants-pdp-banner__block-content {
  flex: 1;
}

.plants-pdp-banner__block-heading {
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 3px 0;
}

.plants-pdp-banner__block-desc {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media screen and (max-width: 989px) {
  .plants-pdp-banner__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .plants-pdp-banner__heading {
    font-size: 32px;
    max-width: 300px;
    margin: 0 auto 16px auto;
  }

  .plants-pdp-banner__description {
    font-size: 16px;
  }

  .plants-pdp-banner__left-column,
  .plants-pdp-banner__right-column {
    width: 100%;
    text-align: center;
  }

  .plants-pdp-banner__left-column {
    order: 1;
  }

  .plants-pdp-banner__right-column {
    order: 2;
  }

  .plants-pdp-banner__block-heading {
    font-size: 14px;
  }

  .plants-pdp-banner__block {
    gap: 8px;
    width: calc(33.333% - 4px);
  }
}

/* ============================================
   FEATURED COLLECTION SECTION
   ============================================ */
.featured-collection-section .text-link .button {
  width: 100% !important;
}

.featured-collection-section .text-link {
  width: 100% !important;
}

.featured-collection-section .section-header__title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.featured-collection-section .grid-item__meta,
.featured-collection-section .grid-product__image-wrap {
  margin-inline: 0 !important;
}

.featured-collection-section .grid-product__image-wrap {
  margin-top: 0 !important;
}

.featured-collection-section .grid-product {
  padding: 0;
}

.featured-collection-slider-wrapper {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.featured-collection-slider-wrapper .page-width {
  position: relative;
}

.featured-collection-section .featured-collection-swiper {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.featured-collection-swiper .swiper-slide {
  height: auto;
}

.featured-collection-swiper .swiper-slide > * {
  width: 100%;
}

.featured-collection-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
}

.featured-collection-nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.featured-collection-nav-button svg path {
  fill: #fff;
}

.featured-collection-nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.featured-collection-nav-button:disabled,
.featured-collection-nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

@media screen and (min-width: 1200px) {
  .featured-collection-swiper {
    margin-right: calc((100vw - 1320px) / -2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}

@media screen and (max-width: 749px) {
  .featured-collection-nav {
    display: none;
  }
}

/* ============================================
   PLANTS NEWSLETTER SECTION
   ============================================ */


.plants-newsletter h2 {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 46px;
  text-align: center;
}

.plants-newsletter form {
  display: flex;
  gap: 12px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.plants-newsletter form input[type="text"],
.plants-newsletter form input[type="email"] {
  border-radius: 4px;
  border: 1px solid #DBEEFE;
  background: #FFF;
  width: 270px;
  height: 43px;
  padding: 0 16px;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
  font-weight: 600;
}

.plants-newsletter form input[type="text"]::placeholder,
.plants-newsletter form input[type="email"]::placeholder {
  color: #000;
  opacity: 1;
}

.plants-newsletter form button {
  border-radius: 4px;
  background: var(--Black, #000);
  width: 151px;
  height: 43px;
  border: none;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
  font-weight: 800;
  text-transform: uppercase;
}

.plants-newsletter form button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 749px) {
  .plants-newsletter form {
    flex-direction: column;
  }

  .plants-newsletter form input[type="text"],
  .plants-newsletter form input[type="email"],
  .plants-newsletter form button {
    width: 270px;
  }
}

/* ============================================
   PLANTS FAQ SECTION
   ============================================ */
.plants-faqs .faq {
  max-width: 812px;
  margin: 0 auto;
}

.faq-header h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}

.plants-faqs .faq-header {
  text-align: center;
  margin-bottom: 50px;
}

.plants-faqs .faq-details {
  width: 478px;
  margin: 0 auto;
}

.plants-faqs .question-item {
  border-bottom: 1px solid rgba(23, 23, 23, 0.15);
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 600;
}

.plants-faqs .question-item + .question-item {
  margin-top: 24px;
}

.plants-faqs .question-item[open=""] {
  padding-bottom: 18px;
}

.plants-faqs .faq .summary-content {
  margin-bottom: 16px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  line-height: 25px;
  font-size: 16px;
}

.plants-faqs .detail-content {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 440px;
}

.plants-faqs summary {
  list-style-type: none;
  position: relative;
}

.plants-faqs .summary-content {
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
}

.plants-faqs summary::after {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  color: #232D6B;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #4E4E4E;
  top: 11px;
  right: 0;
  transform: rotate(135deg);
}

.plants-faqs .question-item[open=""] summary::after {
  transform: rotate(317deg);
}

.plants-faqs .faq-more-question {
  text-align: center;
  margin-top: 47px;
}

.plants-faqs .faq-more-question p {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
}

.plants-faqs .faq-btn-wrap {
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 13px;
}

.plants-faqs .faq-contact p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
}

.plants-faqs .faq-contact b {
  font-size: 14px;
  font-weight: 400;
}

.plants-faqs .faq-contact p a {
  font-weight: 700;
}


@media screen and (max-width: 767px) {
  .plants-faqs summary::after {
    top: 10px;
  }

  .plants-faqs .faq-header {
    text-align: center;
    margin-bottom: 0px;
  }

  .plants-faqs .faq-details {
    width: 100%;
    max-width: 478px;
  }

  .plants-faqs .detail-content {
    width: 100%;
    max-width: 440px;
  }
}
.site-footer .page-width {
  max-width: 1408px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .footer__blocks {
  justify-content: flex-start;
  gap: 32px 51px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .footer__blocks .footer__block:nth-child(1).footer__block--image {
  max-width: 301px;
}

.site-footer .footer__blocks .footer__block:nth-child(1).footer__block--image img {
  max-width: 144px;
}

.site-footer .footer__blocks .footer__block:nth-child(2).footer__block--menu {
  max-width: 140px;
}

.site-footer .footer__blocks .footer__block:nth-child(3).footer__block--contact {
  max-width: 143px;
}

.site-footer .footer__blocks .footer__block:nth-child(4).footer__block--menu {
  max-width: 175px;
}

.site-footer .footer__blocks .footer__block:nth-child(5).footer__block--newsletter {
  flex-grow: 1;
  max-width: 317px;
}

.site-footer .footer__blocks .footer__block:nth-child(6).footer__block--payment {
  flex-grow: 1;
  max-width: 100%;
}

.site-footer .footer__title {
  font-size: calc(var(--typeBaseSize) + 7px);
  letter-spacing: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.site-footer .footer__blocks .footer__menu a {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
}

.site-footer .footer__blocks .footer__menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
}

.site-footer .footer__blocks .footer__newsletter-text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 16px;
}

.site-footer .footer__blocks .footer__newsletter-text-below {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 16px;
}

.site-footer .footer__blocks .newsletter__input-group .angle-right {
  display: block;
}

.site-footer .footer__blocks .newsletter__input-group .form__submit--large {
  display: none;
}

.site-footer .footer__blocks .custom-newsletter-block .input-group.newsletter__input-group {
  align-items: center;
  border-radius: 4px;
  border: 1px solid #E2E2E2;
  background: #FFF;
  padding: 4px 8px 4px 16px;
}

.site-footer .footer__blocks .input-group-field {
  border: 0;
  font-size: 16px;
}

.site-footer .footer__blocks .custom-newsletter-block .btn {
  padding: 0;
  background-color: transparent;
}

.site-footer .footer-bottom {
  border-top: 1px solid #E2E2E2;
  padding: 12px 0 24px;
}

.site-footer .footer-bottom .footer__base-links {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  font-size: 12px;
  color: #4A4A4A;
}

.site-footer .footer-bottom .footer__base-links a {
  color: #4A4A4A;
}

.site-footer .footer-bottom .footer__base-links a:last-child {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .site-footer .form__submit--small{display: none;}
  .site-footer .footer__blocks{gap: 32px;}
  .site-footer .footer__mobile-section{padding: 0; margin: 0;}
  .site-footer .footer__blocks--mobile{flex-direction: column;}
  .site-footer .payment-icons li svg{width: 26px;}
  .site-footer .footer__block--image .image-wrap {padding-bottom: 26% !important;}
  .site-footer .footer-bottom .footer__base-links a {
    color: #4a4a4a;
    padding-right: 16px;
    font-size: 11px;
  }
}
.product-section .variant-input-wrap label.disabled{
  background-color: #F4F4F4;
  color: #9A9A9A;
}
.variant-input[data-value="No Container"] img{
  display: none;
}
.variant-input[data-value="No Container"] label{
  padding: 13px 16px;
}
@media screen and (max-width: 767px) {
  .product-block--product-highlights ul {
    gap: 8px;
  }

  .product-block--product-highlights ul li {
    font-size: 15px;
    padding: 8px 10px;
  }

  .product-block--product-highlights p {
    font-size: 15px;
  }

  .variant-wrapper label.variant__label,
  .product-block .free-gift-message-label {
    font-size: 14px;
  }
  .extra-gift-title {
    font-size: 14px;
  }

  .plants-about-us__wrapper {
    gap: 32px;
  }

  .communtiy-section {
    flex-wrap: wrap;
    margin-bottom: 32px;
  }

  .communtiy-section h2 {
    margin-bottom: 16px;
  }
}


 /* Plant Collection Slider Styles */
  .plant-collection-slider__header {
    margin-bottom: 24px;
  }

  .plant-collection-slider__heading {
    font-size: 32px;
    font-weight: 600;
    margin: 0;
  }

  .plant-collection-slider {
    overflow-x: hidden;
  }

  .plant-collection-slider__slider-wrapper {
    position: relative;
    width: 100%;
  }

  .plant-collection-slider__slider-wrapper .page-width {
    position: relative;
  }

  .plant-collection-slider .plant-collection-swiper {
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  @media screen and (min-width: 1200px) {
    .plant-collection-slider .plant-collection-swiper {
      margin-right: calc((100vw - 1320px) / -2);
      padding-right: calc((100vw - 1320px) / 2);
    }
  }

  .plant-collection-slider__nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
    padding: 0 10px;
    max-width: 1375px;
    margin: 0 auto;
  }

  .plant-collection-slider__nav-button {
    background: #000;
    border: none;
    border-radius: 64px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: all;
    width: 40px;
    height: 40px;
  }

  .plant-collection-slider__nav-button svg path {
    fill: #fff;
  }

  .plant-collection-slider__nav-button:hover:not(:disabled) {
    opacity: 0.7;
  }

  .plant-collection-slider__nav-button:disabled,
  .plant-collection-slider__nav-button.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }

  .plant-collection-slider__item {
    height: 100%;
  }

  .plant-collection-slider__link {
    display: block;
    text-decoration: none;
    color: inherit;
    height: 100%;
  }

  .plant-collection-slider__image {
    width: 100%;
    height: 245px;
    overflow: hidden;
    margin-bottom: 16px;
  }

  .plant-collection-slider__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
  }

  .plant-collection-slider__title {
    text-transform: uppercase;
  }

  @media screen and (min-width: 990px) {
    /* Styles for desktop */
  }

  .plant-collection-slider__link:hover .plant-collection-slider__image img {
    transform: scale(1.05);
  }

  .plant-collection-slider__content {
    text-align: center;
  }

  .plant-collection-slider__title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }

  @media screen and (max-width: 749px) {
    .plant-collection-slider__heading {
      font-size: 32px;
    }

    .plant-collection-slider__title {
      font-size: 16px;
    }

  }


   /* Main container overflow control (EXACTLY like plants-collection-slider) */
    .plants-tab-collection {
        overflow-x: hidden;
    }
    
    .plants-tab-collection .grid-product {
        padding: 0;
      }

      .plants-tab-collection .grid-product__image-wrap,
      .plants-tab-collection .grid-item__meta {
    margin-inline: 0 !important;
  }

  .plants-tab-collection .grid-product__image-wrap {
  margin-top: 0;
}

.plants-tab-collection .swiper-slide {
  padding: 0 !important;
}
.plants-tab-collection .coll-tab-wrap {
  display: flex;
  gap: 24px;
  position: relative;
  align-items: flex-start;
  overflow: visible;
}

.plants-tab-collection .coll-tab-wrap .tab-content {
  position: relative;
  z-index: 1;
  overflow: visible;
  contain: layout style;
}

.plants-tab-collection .coll-tab-wrap > .tab-content {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
}

.plants-tab-collection .coll-tab-wrap .tabs {
  position: relative;
  z-index: 20;
  background-color: transparent;
}

.plants-tab-collection .grid-item__content .button,
.plants-tab-collection .grid-item__content .text-link {
  width: 100% !important;
}

.plants-tab-collection .coll-tab-wrap .tabs {
  display: flex;
  margin-bottom: 0;
  width: 300px;
  flex-direction: column;
  flex-shrink: 0;
  position: relative;
  z-index: 20;
  background-color: transparent;
  order: 1;
}

.plants-tab-collection .coll-tab-wrap .tabs button {
  padding-inline: 19px;
  border: none;
  background: transparent;
  transition: background 0.3s;
  margin: 0 0 12px;
  cursor: pointer;
  width: 100%;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
  height: 52px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

.plants-tab-collection .coll-tab-wrap .tabs button:hover {
  background: transparent;
}

.plants-tab-collection .coll-tab-wrap .tabs button.active {
  background: #417841;
  color: #fff;
  border-radius: 4px;
}
  
/* Hide all tab contents by default */
.plants-tab-collection .coll-tab-wrap .tab-content:not(.active),
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner:not(.active),
.plants-tab-collection .coll-tab-wrap [id^="collection-"]:not(.active),
.plants-tab-collection [id^="collection-"]:not(.active) {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  width: calc(100% - 300px - 24px);
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  left: -9999px !important;
  clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
}

/* Show active tab */
.plants-tab-collection .coll-tab-wrap .tab-content.active,
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner.active,
.plants-tab-collection .coll-tab-wrap [id^="collection-"].active,
.plants-tab-collection [id^="collection-"].active {
  display: flex !important;
  flex-direction: column !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  clip: auto !important;
  pointer-events: auto !important;
  width: calc(100% - 300px - 24px) !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  order: 2 !important;
  transform: none !important;
}

.plants-tab-collection .coll-tab-wrap .tab-content,
.plants-tab-collection .coll-tab-wrap .tab-content.col-inner {
  margin: 0;
  padding: 0;
}

.plants-tab-collection .slider-button {
  width: 40px;
  height: 40px;
}

.plants-tab-collection .button--secondary:after {
  border-radius: 100px;
}

.plants-tab-collection .quick-add__submit {
  background: #000;
  border-radius: 100px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.plants-tab-collection .card__heading {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.5);
}

.plants-tab-collection .card__description {
  font-size: 18px;
  color: #000;
  margin-bottom: 8px;
}

.plants-tab-collection .grid {
  column-gap: 22px;
}

.plants-tab-collection .slider--desktop .slider__slide:first-child {
  margin-left: 20px !important;
  padding-top: 0;
}

.plants-tab-collection .slider-counter {
  display: none;
}

.plants-tab-collection #goodav-root select {
  fill: purple;
}

.plants-tab-collection .slider-button {
  background-color: #000;
  border-radius: 100px;
  cursor: pointer;
  z-index: 10;
  display: flex !important;
  align-items: center;
  justify-content: center;
  visibility: visible !important;
  opacity: 1 !important;
}

.plants-tab-collection .slider-button--prev {
  position: absolute;
  top: 137px;
  left: 3px;
}

.plants-tab-collection .slider-button--next {
  position: absolute;
  top: 137px;
  right: 41px;
}

.plants-tab-collection .slider-button:disabled,
.plants-tab-collection .slider-button.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

.plants-tab-collection .slider-buttons {
  position: relative;
  width: 100%;
  display: block !important;
  visibility: visible !important;
}

.plants-tab-collection .collection {
  position: relative;
}

.plants-tab-collection .slider-component-desktop {
  position: relative;
}

.plants-tab-collection .button {
  min-height: 40px;
  gap: 16px;
}

  .coll-tab-wrap .tabs {
    margin-left: var(--desktop-margin-left-first-item2);
    scroll-margin-left: var(--desktop-margin-left-first-item2);
  }
}

/* Plants Tab Slider Wrapper */
.plants-tab-collection .plants-tab-slider-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-left: 0;
  overflow: hidden;
}

.plants-tab-collection .plants-tab-slider-wrapper .page-width {
  position: relative;
}

/* Swiper Styles */
.plants-tab-collection .plants-tab-swiper {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
  position: relative;
  z-index: 1;
  margin-left: 0;
}

@media screen and (min-width: 1200px) {
  .plants-tab-collection .plants-tab-swiper {
    margin-right: calc((100vw - 1320px) / -2);
    padding-right: calc((100vw - 1320px) / 2);
  }
}

.plants-tab-collection .swiper-wrapper {
  display: flex;
  align-items: stretch;
  transition-property: transform;
}

.plants-tab-collection .swiper-slide {
  height: auto;
  flex-shrink: 0;
  width: auto;
  display: flex;
  box-sizing: border-box;
}

.plants-tab-collection .swiper-slide .grid__item {
  width: 100%;
  height: 100%;
}

/* Navigation Arrows */
.plants-tab-collection .plants-tab-slider__nav {
  position: absolute;
  top: 50%;
  left: -30px;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 10;
  padding: 0 10px;
  max-width: 1375px;
  margin: 0 auto;
}

.plants-tab-collection .plants-tab-slider__nav-button {
  background: #000;
  border: none;
  border-radius: 64px;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s;
  pointer-events: all;
  width: 40px;
  height: 40px;
}

.plants-tab-collection .plants-tab-slider__nav-button svg path {
  fill: #fff;
}

.plants-tab-collection .plants-tab-slider__nav-button:hover:not(:disabled) {
  opacity: 0.7;
}

.plants-tab-collection .plants-tab-slider__nav-button:disabled,
.plants-tab-collection .plants-tab-slider__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* Shop All Button */
.plants-tab-collection .collection__view-all-tab {
  margin-bottom: 20px;
  text-align: right;
}

.plants-tab-collection .collection__view-all .button {
  width: 141px;
}

.plants-tab-collection .collection__view-all .button svg,
.plants-tab-collection .collection__view-all .button::after,
.plants-tab-collection .collection__view-all .button::before {
  display: none !important;
}

@media screen and (max-width: 989px) {
  .coll-tab-wrap {
    flex-direction: column;
    gap: 20px;
  }

  .plants-tab-collection .collection__title {
    flex-wrap: wrap;
  }

  .plants-tab-collection .coll-tab-wrap .tabs {
    width: 100%;
    flex-direction: row;
    padding: 0 16px;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .plants-tab-collection .coll-tab-wrap .tabs::-webkit-scrollbar {
    display: none;
  }

  .plants-tab-collection .coll-tab-wrap .tabs button {
    flex: 0 0 auto;
    white-space: nowrap;
    min-width: auto;
    padding: 0 20px;
  }

  .coll-tab-wrap .tabs button {
    border: none;
    min-width: 145px;
    text-align: center;
    margin-right: 12px;
    padding-inline: 19px;
    font-size: 16px;
    font-weight: 600;
    line-height: 28px;
    text-transform: capitalize;
    color: #4A4A4A;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: transparent;
  }

  .coll-tab-wrap .tabs button:hover {
    background: transparent;
    color: #4A4A4A;
  }

  .coll-tab-wrap .tabs button.active {
    background: #417841;
    color: #fff;
    border-radius: 4px;
  }

  .coll-tab-wrap .tab-content {
    width: 100%;
  }

  .coll-tab-wrap .tab-content.col-inner.active {
    width: 100%;
  }

  .coll-tab-wrap .tab-content.col-inner:not(.active) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    clip: rect(0, 0, 0, 0) !important;
  }

  .coll-tab-wrap .tab-content.col-inner.active {
    display: flex !important;
    flex-direction: column !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    clip: auto !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    order: 2 !important;
    transform: none !important;
  }

  .plants-tab-collection .coll-tab-wrap .tabs {
    width: 100% !important;
    flex-direction: row !important;
    overflow-x: auto;
    padding-left: 16px;
  }

  .plants-tab-collection .plants-tab-slider__nav {
  left: 0px;
}
}
.fera-averageRating-count-str{
  color: #4E4E4E80 !important;
  font-size: 14px;
  line-height: 1.3;
}
.featured-collection-section .fera-averageRating-count-str{
  color: #8F8F8F !important;
}
#shopify-section-template--25589198913914__1720211353f8bb2ece{
  background-color: #FBFAF9;
}
#shopify-section-template--25589198913914__1720211353f8bb2ece .fera-block-widget.fera-block-widget--withBorder,#shopify-section-template--25589198913914__1720211353f8bb2ece .fera-block-widget:not(.fera-block-widget--withBg){
  margin-top: 0;
  margin-bottom: 0;
  padding: 56px 0;
}
#shopify-section-template--25589198913914__1720211353f8bb2ece .fera h1{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px){
  #shopify-section-template--25589198913914__1720211353f8bb2ece .fera h1{margin-bottom: 32px;}
}