/** Shopify CDN: Minification failed

Line 771:60 Unexpected ")"

**/
/* ANNOUNCEMENT BAR */
.announcement-bar .utility-bar__social-container {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .announcement-bar {
    display: grid;
    grid-template-columns: 0.5fr 3fr 1fr;
    place-items: center;
  }

  .announcement-bar__text {
    height: fit-content;
  }
  .announcement-bar .utility-bar__social-container {
    display: flex;
  }

  #text-banner-widget {
    max-width: 100%;
  }

  #text-banner-widget .TextBanner {
    margin: 0;
  }

  .TextBanner__text {
    display: block;
  }
}

/* SLIDESHOW */
.slideshow-slide .position-absolute {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 1rem;
}

.slideshow-slide p {
  margin: 0;
  padding: 0;
}

.slideshow-slide__heading p:nth-of-type(2) {
  color: var(--shopify-editor-setting-color_button_background);
}

@media only screen and (min-width: 720px) {
  .slideshow-slide .position-absolute {
    padding: 2.4rem 4rem;
    top: 12%;
    left: 8%;
    transform: none;
    max-width: 60%;
  }
}

/* HIGHTLIGHTS BANNER */
.display-block--mobile .highlights-banner__block {
  padding: 1.2rem 0;
}

.highlights-banner__block.show-border--true {
  border-color: var(--shopify-editor-setting-color_button_background);
  margin-bottom: 1.6rem;
}

.highlights-banner__content.display-block--mobile {
  justify-content: space-around;
}
@media only screen and (min-width: 720px) {
  .display-block--mobile .highlights-banner__block {
    padding: 0.8rem 0;
    min-width: 30%;
    max-width: 46%;
  }
}

/* MOSAIC */

.promo-mosaic--container .display-flex {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
  grid-gap: 0;
  gap: 12px;
}

.promo-mosaic--container .display-flex .promo-block--content {
  height: 100%;
  margin-top: 0;
}

/* FEATURED COLLECTION */

.featured-collection__container .productgrid--item {
  width: 100%;
}
.featured-collection__container .productitem {
  background-color: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}

.productitem--title {
  font-weight: bold;
  text-transform: uppercase;
}

.featured-collection__container .productitem--info {
  background-color: transparent;
  text-align: center;
  padding-top: 0.8rem;
}

.featured-collection__container .productitem--image-primary {
  width: 100%;
}

/* HEADER */

.navmenu.navmenu-depth-1 {
  justify-content: center;
  margin-left: 0;
}

.site-navigation {
  justify-content: center;
}

/* COLLECTION PAGES */
.productitem,
.productitem:hover {
  border: none;
  box-shadow: none;
}

iframe {
  max-width: 100%;
}

/* ABOUT US PAGE */
#aboutUsPage h3 {
  margin: none;
}
@media only screen and (min-width: 768px) {
  #aboutUsPage {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  #aboutUsPage div {
    width: 45%;
  }
}

/* CUSTOM PLANTERS OPTIONS */
.planters-option span.radio_styled {
  display: none;
}

.planters-option {
  max-width: none;
  display: grid;
  grid-auto-flow: column;
  overflow-x: scroll;
}

.planters-option li {
  width: 120px;
}

.custom-swatch-title {
  font-size: larger;
  font-weight: bolder;
}

ul.planters-option:not(.blur_soldout) li.is-selected .swatch__value_pr {
  border-bottom: 3px solid #698c67;
}

ul.planters-option.blur_soldout li.is-selected .swatch__value_pr {
  border-bottom: 3px solid grey;
}

@media only screen and (min-width: 768px) {
  .planters-option li {
    width: 150px;
  }
}

.planters-admin-ctn {
  display: flex;
}

.custom-collapsible:hover {
  cursor: pointer;
}

.custom-collapsible:after {
  content: "\02795"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
}

.tab.active:not(.tablinks):after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
  width: fit-content;
  margin: auto;
}

.planters-admin {
  padding: 0 18px;
  display: none;
  overflow: hidden;
}

.planters-admin-ctn {
  width: 100%;
}
.planters-info .id-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-tag p {
  border-radius: 10%;
  text-align: center;
  padding: 0.5rem 1.5rem;
}

.custom-tag.in-stock p {
  background: rgb(220, 238, 220);
}

.custom-tag.out-of-stock p {
  background: rgb(246, 215, 215);
}

.planters-ctn--sm {
  display: flex;
  column-gap: 20px;
}

.planter-item {
  width: 30%;
  max-width: 160px;
}

.planter-item p {
  text-align: center;
  margin: 0;
  padding: 0;
}

.planter-item img {
  width: 100%;
}

.img-container {
  min-height: 120px;
  width: 100%;
  height: auto;
  max-width: 120px;
  margin: auto;
}

.img-container.see-all {
  width: 100%;
  border: 1px solid #698c67;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 100%;
  color: #698c67;
  position: relative;
  box-shadow: 0 1px 6px 0 #dedede;
}

.img-container.see-all .see-all-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container:hover {
  cursor: pointer;
}

.planters-all-overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 100%;
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  left: 0;
  top: 0;
  background-color: white; /* Black fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
  transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
  display: none;
  margin-top: 0 !important;
}

.planters-overlay-title {
  width: 100%;
  background-color: #698c67;
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: absolute;
  right: 0;
  height: 8%;
  z-index: 1001;
}

.planters-overlay-title h3,
.planters-overlay-title a {
  color: white;
  height: fit-content;
}

.planters-overlay-title h3 {
  margin-left: 20px;
}

.planters-overlay-content {
  position: relative;
  top: 0%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 60px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.planters-all-overlay .closebtn {
  position: absolute;
  right: 20px;
  font-size: 12px;
  z-index: 1001;
  top: 8px;
}

.closebtn:hover {
  text-decoration: underline;
}

.planters-overlay-planters-wrap {
  overflow: auto;
  width: 100%;
  margin-bottom: 30px;
}

.planters-overlay-planters {
  display: flex;
  padding: 30px 0 0 0;
  flex-wrap: nowrap;
  width: fit-content;
}

.planters-overlay-planters .planter-item {
  width: 130px;
  height: 100%;
}
.button-ctn {
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.planters-all-overlay .button {
  width: 100%;
  background-color: #698c67;
  border-color: #698c67;
  color: white;
  text-align: center;
}

.planter-selected {
  border-bottom: 3px solid #698c67;
}

.planters-picker {
  margin-bottom: 30px;
  display: block;
}

.planters-picker.planters-picked {
  display: none;
  width: 100%;
  border: 1px solid #698c67;
}

.planters-picker.planters-picked .picked-planter-img,
.planters-picker.planters-picked .planters-info {
  padding: 0px 0 5px 0;
}

.picked-planter-img img {
  width: 100%;
}

.picked-name {
  font-style: italic;
  font-size: smaller;
  color: grey;
}

.planters-picker.planters-picked .planters-info {
  padding-right: 20px;
}

.planters-picker.planters-picked .picked-planter-img {
  width: 40%;
}

.planters-picked .planters-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 60%;
}
.picked-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-weight: bold;
}

.pickedBtns {
  display: flex;
  justify-content: space-between;
}

.picked-link {
  display: inline-block;
  color: #698c67;
  font-weight: bolder;
}

.picked-name {
  font-style: italic;
}

.pick-name:hover {
  cursor: pointer;
}

.picked-link:hover {
  cursor: pointer;
}

.planters-overlay-planters-wrap h3 {
  text-align: left;
  font-weight: bold;
  padding-top: 30px;
  padding-left: 20px;
  display: none;
}

.planters-picker.hidden {
  display: none;
}

#cart-form_ppr
  > div.variations.mb__40.style__radio.size_exlarge.remove_soldout_true {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) {
  .planters-all-overlay .closebtn {
    font-size: 16px;
    top: 12px;
  }

  .planters-overlay-planters {
    margin: auto;
  }

  .button-ctn {
    width: 60%;
  }
}

@media only screen and (min-width: 989px) {
  .planters-overlay-content {
    display: flex;
    margin: auto;
  }

  .planters-overlay-img {
    width: 60%;
  }
  .overlay-img {
    max-width: 760px;
    margin: auto;
  }

  .planters-overlay-title {
    width: 40%;
  }
  .planters-overlay-content {
    top: 10%;
  }

  .planters-all-overlay .button {
    width: 30%;
  }

  .planters-all-overlay .button-ctn {
    text-align: right;
    position: absolute;
    top: 80%;
    right: 24px;
  }

  .planters-overlay-planters-wrap {
    width: 40%;
  }

  .planters-overlay-planters {
    flex-wrap: wrap;
  }

  .planters-overlay-planters-wrap h3 {
    display: block;
    padding-left: 0;
  }

  .planters-all-overlay .closebtn {
    right: 24px;
  }

  .planters-overlay-title {
    display: flex;
  }
}

/* CUSTOM PRE ORDER COLLAPSIBLE */

.custom-accordion-ctn {
  display: none;
}
.custom-accordion {
  padding-bottom: 18px;
}

.custom-accordion.accordion-active {
  padding-bottom: 0;
}

.custom-accordion p {
  color: #698c67;
  padding-right: 10px;
  font-weight: bold;
  font-style: italic;
  display: inline-block;
  margin-bottom: 0;
}

.custom-accordion p:hover,
.custom-accordion svg:hover {
  cursor: pointer;
}

.custom-accordion-panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/* CUSTOM PRE ORDER NOTIFY FORM */
.or-hr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.or-hr div {
  display: inline-block;
  width: 45%;
  height: 2px;
  background-color: #698c67;
}

/* GLOBAL */

.position-absolute {
  position: absolute;
}

.display-block {
  display: block !important;
}

.show-border--true {
  border: 1px solid;
}

.display-flex {
  display: flex;
}

.dynamic-padding h2 {
  margin-top: 0;
}

.custom-separator {
  display: none;
}

.visibility-hidden {
  visibility: hidden;
  height: 0px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hidden {
  display: none !important;
}

.notify-form p {
  font-weight: bold;
}
.notify-form label {
  display: block;
}

.notify-form input:not([type="submit"]) {
  display: block;
  border: 1px solid #ccc;
  font-size: 13px;
  outline: 0;
  padding: 0 15px;
  color: #878787;
  border-radius: 0;
  width: 100%;
  height: 40px;
  line-height: 18px;
}

.notify-form input[type="submit"] {
  cursor: pointer;
  border: 1px solid #222;
  padding: 5px 25px;
  background: #fff;
  color: #222;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  border-radius: 0;
  margin-top: 24px;
}

.out-of-stock-btn {
  border: 1px solid #222;
  padding: 5px 25px;
  background: #fff;
  color: #222;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  min-height: 40px;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.out-of-stock-btn p {
  font-weight: bold;
  margin: 0;
  text-align: center;
}

.product-form--atc-button {
  animation: leftright 8s infinite;
  animation-delay: 4s;
}

.announcement-bar .slick-arrow {
  display: none !important;
}
.mobile-nav-content {
  padding-top: 80px;
}

img {
  max-width: 100%;
}
h2.promo-block--header {
  font-size: 1rem !important;
}

@keyframes leftright {
  0% {
    transform: translate(0, 0);
  }

  /* Finish changes by here */
  1% {
    transform: translate(10px, 0);
  }

  2% {
    transform: translate(5px, 0);
  }

  3% {
    transform: translate(10px, 0);
  }

  4% {
    transform: translate(5px, 0);
  }

  /* Between 20% and 100%, nothing changes */
  100% {
    transform: translate(5px, 0);
  }
}

video {
  max-width: 100%;
}
.product-form--atc-button.shopify-payment-button {
  margin-top: 0 !important;
}
@media only screen and (max-width: 720px) {
  .display-block--mobile {
    display: block !important;
  }

  .overlay-img {
    max-width: 100%;
  }
}

.home-section--title {
  margin-top: 0;
}

/* KEY DETAILS */
.product-block--key_details.stack-elements .key-details {
  padding: 0;
  margin: 0;
}
.product-block.product-block--key_details.stack-elements:nth-of-type(1) {
  padding-top: 1rem;
}
.product-block--key_details.stack-elements:nth-last-of-type() .key-details {
  padding-bottom: 1rem;
}
.product-block--key_details.stack-elements:nth-of-type(odd) .key-details {
  padding-bottom: 0;
  margin-bottom: 0;
}

/* CUSTOM TABS SELECT */
.custom-tabs-select .tabcontent {
  display: none;
}

.tabcontent a {
  color: black;
}

.custom-tabs-select .tabs {
  white-space: nowrap;
  overflow: auto;
  padding-inline: 1.2rem;
  padding-bottom: 1.2rem;
}

.custom-tabs-select h2 {
  text-align: center;
}

.custom-tabs-select .tab {
  display: inline-flex;
  width: 50%;
  white-space: normal;
  flex-direction: column;
  justify-content: flex-start;
  opacity: 0.5;
}

.custom-tabs-select .tab div p {
  font-size: smaller;
}
.tab.active {
  border: 2px solid black;
  opacity: 1;
}

.tab.active p {
  padding-top: 1rem;
}

.custom-tabs-select a {
  font-weight: bold;
}

.custom-tabs-select a p {
  margin: 0;
}

.custom-tabs-select .tablinks:hover {
  cursor: pointer;
}

.custom-tabs-select a {
  text-align: center;
}

.tablinks p {
  text-align: center !important;
}
.custom-tabs-select p {
  text-align: left;
}

.custom-tabs-select img {
  margin: auto;
  display: block;
}

.slider-nav img {
  width: 60px !important;
  display: inline-block;
  text-align: center;
}

.slider-nav {
  text-align: center;
}

.announcement-bar {
  padding-bottom: 0;
}

@media (min-width: 601px) {
  .custom-tabs-select .tab {
    width: 16%;
  }

  .tabs {
    text-align: center;
  }

  .tabcontent {
    width: 94%;
    max-width: 1200px;
    margin: auto;
  }

  .slider-nav img {
    width: 80px !important;
  }

  .announcement-bar {
    padding: 0;
  }
}

/* GLOBAL */
/* .text-x-large {
  font-size: x-large;
} */

/* FOOTER */
.site-footer-blocks {
  flex-wrap: wrap;
}

.site-footer-item:last-child {
  padding-inline: 0;
}

.site-footer-information {
  padding: 2rem 0;
  background-color: var(--shopify-editor-setting-color_button_background);
}

.site-footer-information p {
  text-align: center;
  color: var(--shopify-editor-setting-color_button_secondary_background);
}

.site-footer-wrapper {
  padding-bottom: 0;
}

/* HEADER */
.navmenu-link-active {
  color: var(--shopify-editor-setting-color_links) !important;
}

/* CART */
.form-field-select-wrapper {
  position: relative !important;
}

.cart-item--info {
  display: flex;
  align-items: flex-end;
}

.cart-message.meta a {
  color: black;
}

.freeshipping {
  text-align: center;
  padding: 1rem 0.5rem;
  font-weight: bold;
}

.freeshipping-unavailable {
  border: 1px solid black;
  animation: leftright 8s infinite;
}

.freeshipping-unavailable span {
  color: red;
}

.freeshipping-available {
  background-color: #4a6848;
  color: #fff;
  background: linear-gradient(-45deg, #698c67, #7de07d, #4a6848, #23d582);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* .live-search {
  max-width: 280px;
} */
/* 
.form-field-select-wrapper {
  display: none;
} */

.site-header-main-content {
  justify-content: space-between;
}

/* PROMOTION BAR */
.promotion-bar__text p {
  margin: 0;
  text-align: center;
}
#promoGroup {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
#devPromo,
#promoSave {
  padding: 0.4rem 1rem;
  font-size: var(--font-size-button-small);
}

#promoSave[disabled] {
  background-color: #cccccc;
  color: #666666;
  border: 1px solid #999999;
}

#promoSave[disabled]:hover {
  cursor: none;
}
