/* Define the seasonal color variables */
/* color: #486c34!important; */

:root {
  /* Default/fallback colors (e.g., Summer) */
  --main-color: #3f5f30;
  --main-color: #486c34;
  --light-color: #e9eee4;
}

/* Fall colors */
.theme-fall {
  --main-color: #e95a01;
  --light-color: #fff3ec;
}

/* Winter colors */
.theme-winter {
  --main-color: #d60000;
  --light-color: #f0e4e4;
}

/* Spring colors */
.theme-spring {
  --main-color: #281636;
  --light-color: #ece5f1;
}

::selection {
  background: var(--main-color);
  color: #fff;
}

::-webkit-scrollbar {
  width: 0.65em;
  height: 0.65em
}

::-webkit-scrollbar-thumb {
  background: var(--main-color);
}

::-webkit-scrollbar-track {
  background: #202829;
}

body {
  scrollbar-face-color: #719fb8;
  scrollbar-track-color: #202829;
}
body h1.page-title {
	font-size: 50px;
	font-size: clamp(32px,4vw,50px);
	color: var(--main-color);
	padding-top: 25px;
}
body h2 {
  font-size: 50px;
  line-height: 1;
  color: var(--main-color);
}

body img {
  border: none;
}

body:not([data-header-format="left-header"]) #header-outer .sf-menu li ul {
  /* background-color: var(--light-color)!important; */
  background-color: #fff !important;
}

.wpb_wrapper p,
.wpb_wrapper li,
.wpb_wrapper p a {
  color: #111;
}

.nectar-button {
  border-radius: 0 !important;
}

/* .container-wrap ============================= */
.ascend div.container-wrap {
  padding-top: 0;
  min-height: calc(100vh - 200px) !important;
  /* background-color: var(--light-color); */
  background: #fff;
}

.light-bg .row-bg-wrap {
  background-color: var(--light-color);
}

/* header and nav ============================== */
#header-outer {
  background: url('../../../uploads/2025/08/top-bar-background.jpg') repeat;
}

#header-outer span {
  color: #111 !important;
}

#header-outer span.menu-item-desc {
  color: #111 !important;
  display: block;
  padding-top: 5px;
}

#header-outer .sfHover a,
#header-outer .sfHover span.menu-title-text {
  color: var(--main-color) !important;
}

#header-outer:hover {
  color: #111 !important;
}

#header-outer:hover span {
  color: #111 !important;
}

#header-outer .white-text span.menu-title-text {
  color: #fff !important;
}

#header-outer li.intro {
  padding: 32px !important;
}

#header-outer li.intro a {
  font-size: 30px !important;
}

#header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li.menu-item {
  padding: 20px 10px;
}

#header-outer nav>ul>.megamenu>ul ul li a:hover {
  background-color: #fff !important;
  color: #111 !important;
}

#header-outer nav>ul>.megamenu>ul ul li a:hover span {
  color: var(--main-color) !important;
}


#header-outer[data-format=default] #top .span_9 {
  margin-left: 0;
}

header#top>.container>.row {
  justify-content: space-between;
}

header#top>.container>.row::after {
  display: none;
}

header#top>.container>.row ul.sf-menu>li {
  border-bottom: 5px solid transparent;
  transition: 0.2s all;
}

header#top>.container>.row ul.sf-menu>li:hover {
  border-bottom-color: var(--main-color);
}

.home .sf-menu .home,
.page-id-28502 .sf-menu .home {
  display: none !important;
}

li[id*="menu-item-"] .sub-menu .sf-with-ul {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 3px solid #111 !important;
}

body #top .sf-menu li ul li ul a:hover,
body #header-outer nav>ul>.megamenu>ul ul li a:hover {
  color: #111 !important;
  background-color: var(--light-color) !important;
  border-left: 3px solid var(--main-color);
}

body #top .sf-menu li ul li ul a:hover span,
body #header-outer nav>ul>.megamenu>ul ul li a:hover span {
  color: #111 !important;
}

body .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev i,
body .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next i {
  border: none;
  opacity: 0.25;
}

body .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-prev:hover i,
body .nectar-slider-wrap[data-button-styling="btn_with_preview"] .swiper-container .slider-next:hover i {
  opacity: 1;
}

@media only screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,
    .full-width-content .vc_col-sm-12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2,
    .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2, 
    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
        font-size: 32px !important;
        line-height: 1 !important;
    }
    .swiper-slide .content h2 {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 690px) {
    .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p, #boxed .swiper-slide .content p {
        font-size: 9px;
        padding-bottom: 4px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 500px) {

	.nectar-slider-wrap .swiper-container .swiper-slide .container::before {
		width: 100vw;
		height: 100%;
		content: '';
		display:block;
		position: relative;
		left: -24px; 
		background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 30%,rgba(0,0,0,0) 100%); 
	}

}


@media screen and (max-width: 599px) {
  #header-outer #top .row #logo img {
    height: 40px !important;
  }
}

@media screen and (max-width: 1300px) {
  #top nav>ul>li>a {
    line-height: 1;
    font-size: 18px;
  }

  #top nav .buttons {
    margin-left: 0 !important;
  }
}

.light {
  background-color: var(--light-color);
}


/* top slider =============================== */
.swiper-slide .content p,
.swiper-slide .content li,
.swiper-slide .content a {
  font-size: 18px;
  color: #fff;
}

.swiper-slide .content div.buttons {
  padding-top: 12px;
}

.swiper-slide .content .button a.primary-color {
  text-transform: none;
  letter-spacing: 0;
  border: 1px solid var(--main-color);
  border-radius: 0;
  padding: 14px 32px !important;
}

@media screen and (max-width: 599px) {
  .swiper-slide .content h2 {
    font-size: 36px !important;
  }
}

/* four column ============================== */
.four-column .wpb_text_column .wpb_wrapper {
  padding: 50px 15px;
}

.four-column h2,
.four-column h3,
.four-column p {
  color: #fff;
}

.four-column::after {
  content: '';
  height: 114px;
  width: 100%;
  background: url('../../../uploads/2025/08/bg-edge-ripped-paper.png') 25% 0;
  position: absolute;
  left: 0;
  bottom: -110px;
  z-index: 100;
}

@media screen and (max-width: 500px) {
  .four-column::after {
    background-size: 220%;
    background-repeat: no-repeat;
  }
}

.four-column .vc_column-inner>.wpb_wrapper {
  background-color: #fff;
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 900px) {
  .four-column .vc_column-inner>.wpb_wrapper {
    background-size: 195%;
  }
}

@media screen and (max-width: 400px) {
  .four-column .vc_column-inner>.wpb_wrapper {
    background-size: 325%;
  }
}

.four-column .row_col_wrap_12_inner {
  max-width: 1269px;
  margin: 0 auto !important;
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner {
  margin-bottom: 50px;
  aspect-ratio: 320/370;
  overflow: hidden;
  position: relative;
  border-bottom: 0px solid var(--main-color);
  transition: all 0.2s;
}

@media screen and (max-width: 400px) {
  .four-column .row_col_wrap_12_inner .col .vc_column-inner {
    margin-bottom: 0;
    aspect-ratio: 1/1;
  }
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner .wpb_wrapper {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  background: none;
  z-index: 100;
  pointer-events: none;
  transition: all 0.2s;
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner .column-image-bg {
  transition: all 0.2s;
  transform: scale(1);
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 120px;
  width: 100%;
  opacity: 0.75;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transition: all 0.2s;
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner:hover {
  border-bottom: 8px solid var(--main-color);
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner:hover .column-image-bg {
  filter: brightness(110%);
  transform: scale(1.05);
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner:hover .wpb_wrapper {
  bottom: 24px;
}

.four-column .row_col_wrap_12_inner .col .vc_column-inner:hover::after {
  height: 140px;
}


@media screen and (max-width: 999px) {
  .four-column .row_col_wrap_12_inner {
    /* season grid */
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    align-items: start;
  }

  .four-column .row_col_wrap_12_inner>div {
    width: 100% !important;
  }

  .four-column .row_col_wrap_12_inner>div .vc_column-inner {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 400px) {
  .four-column .row_col_wrap_12_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* shop product ============================== */
.shop-by-product.topper {
  padding-top: clamp(15px, 20vw, 160px) !important;
  padding-bottom: clamp(15px, 10vw, 32px) !important;
}

.shop-by-product .vc_column-inner {
  max-width: 1269px;
  margin: 0 auto;
}

.shop-by-product .nectar-button {
  float: right;
}

@media screen and (max-width: 500px) {
  .shop-by-product .nectar-button {
    display: none;
  }
}

@media screen and (max-width: 1300px) {
  .shop-by-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-list {
  max-width: 1269px;
  margin: 0 auto !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1300px) {
  .product-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.product-list .row_col_wrap_12_inner {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

@media screen and (max-width: 690px) {
  .product-list .row_col_wrap_12_inner {
    grid-template-columns: repeat(2, 1fr);
  }
}

.product-list .row_col_wrap_12_inner>div.wpb_column {
  width: 100%;
  padding: 0;
}

.product-list .vc_column-inner {
  aspect-ratio: 320/395;
  overflow: hidden;
  position: relative;
  border-bottom: 0px solid var(--main-color);
  transition: all 0.2s;
}

.product-list .vc_column-inner .wpb_wrapper {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  background: none;
  z-index: 100;
  transition: all 0.2s;
  pointer-events: none;
}

.product-list .vc_column-inner .column-image-bg {
  transition: all 0.2s;
  transform: scale(1);
}

.product-list .vc_column-inner p {
  color: #fff;
  font-size: 24px;
  pointer-events: none;
}

@media screen and (max-width: 1300px) {
  .product-list .vc_column-inner p {
    font-size: 18px;
  }

  .product-list .vc_column-inner .wpb_wrapper {
    bottom: 5px;
  }
}

.product-list .vc_column-inner::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 120px;
  width: 100%;
  opacity: 0.75;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  transition: all 0.2s;
}

.product-list .vc_column-inner:hover {
  border-bottom: 8px solid var(--main-color);
}

.product-list .vc_column-inner:hover .column-image-bg {
  filter: brightness(110%);
  transform: scale(1.05);
}

.product-list .vc_column-inner:hover .wpb_wrapper {
  bottom: 24px;
}

.product-list .vc_column-inner:hover::after {
  height: 140px;
}


.about-section .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.about-section .wpb_wrapper p:has(>img) {
  padding-bottom: 0;
}

.about-section .wpb_wrapper img {
  margin: 0;
  box-shadow: none;
}

.about-section .wpb_wrapper p {
  max-width: 500px;
}

.cta-section .wpb_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cta-section .wpb_wrapper p {
  text-wrap: balance;
}

@media screen and (max-width: 767px) {
  .cta-section {
    padding-top: clamp(30px, 3vw, 80px) !important;
    padding-bottom: clamp(30px, 3vw, 80px) !important;
  }

  .cta-section img {
    margin: 0;
    max-width: 50vw !important;
    display: block;
  }

  .cta-section .row_col_wrap_12_inner {
    flex-direction: column-reverse;
    gap: 25px;
  }
}

/* testimonial slider ============================== */
.testimonial_slider {
  padding-top: 32px;
  padding-bottom: 110px !important;
}

.testimonial_slider p {
  max-width: 500px;
  font-size: 22px;
  margin: 0 auto;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
}

.testimonial_slider p .star-rating-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) !important;
}

.testimonial_slider blockquote {
  padding-top: 75px !important;
}

.testimonial_slider blockquote p {
  padding-bottom: 15px;
}

.testimonial_slider blockquote .title {
  opacity: 1;
  font-style: normal !important;
}

.testimonial_slider .slides {
  overflow: visible;
}

.testimonial_slider .controls,
.testimonial_slider .open-quote,
.testimonial_slider .close-quote {
  display: none !important;
}

.testimonial_slider .testimonial-name {
  font-size: 20px !important;
  transform: scale(1) !important;
}

@media screen and (max-width: 690px) {
  .testimonial_slider .testimonial-next-prev {
    position: relative;
    bottom: -80px;
  }
}

/* Theme Season Specific =================================== */
.theme-fall #header-outer nav>ul>.megamenu.nectar-megamenu-menu-item>.sub-menu>li.intro {
  background-image: url('../../../uploads/2025/08/fall-theme-menu-background.jpg') !important;
}

.theme-fall .four-column .vc_column-inner>.wpb_wrapper {
  background-image: url('../../../uploads/2025/08/fall-bg-accent.jpg');
}

.theme-fall .testimonial_slider {
  background-size: cover;
  background-image: url('../../../uploads/2025/08/leaf-texture-fall.jpg');
}

.theme-fall>div #footer-outer {
  background-color: var(--main-color);
  background-image: url('../../../uploads/2025/08/fall-bg-footer-accent.jpg');
}

.theme-fall .swiper-slide h2::before {
  content: '';
  display: block;
  background: url('../../../uploads/2025/08/star-fall.png');
  width: 62px;
  height: 61px;
  margin-bottom: 12px;
}

@media screen and (max-width: 690px) {
  .theme-fall .swiper-slide h2::before {
    width: 20px;
    height: 20px;
    background-size: cover;
  }
}

/* shop */
#header-outer[data-lhe="default"] #top nav>ul>li>a:hover,
#header-outer[data-lhe="default"] #top nav .sf-menu>.sfHover:not(#social-in-menu)>a,
body #header-outer[data-lhe="default"] #top nav>ul>li>a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.sfHover:not(#social-in-menu)>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-item>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_item>a .sf-sub-indicator i,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_ancestor>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-ancestor>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-ancestor>a i,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_item>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current_page_parent>a,
body #header-outer[data-lhe="default"] #top nav .sf-menu>.current-menu-ancestor>a,
#header-outer:not(.transparent) .nectar-mobile-only.mobile-header a:hover,
#header-outer:not(.transparent) .nectar-mobile-only.mobile-header li[class*="current"] a {
  color: var(--main-color) !important;
}

.megamenu>.sf-with-ul::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgOCA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xIDFsMyAyIDMtMiIgc3Ryb2tlPSIjNDg2YzM0IiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}


/* Footer ================================================== */
#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen) {
  background: #111 !important;
}

#footer-outer {
  background-size: cover;
  background-position: 50%;
}

#footer-outer * {
  color: #fff;
}

#footer-outer .widget h4,
#footer-outer .widget *,
#footer-outer .widget li a {
  color: #fff;
}

#footer-outer .widget a:hover {
  color: #fff;
  color: yellow !important;
}

#footer-outer .container>.row {
  padding: 80px 0 40px;
}

#footer-outer img {
  margin: 0;
  float: none;
  box-shadow: none;
}

#footer-outer .widget:last-of-type {
  margin-bottom: 0;
}

#footer-outer .woocommerce-mini-cart li {
  gap: 12px;
}

#footer-outer .woocommerce-mini-cart li img {
  max-width: 50px;
}

#footer-outer .woocommerce-mini-cart li::before {
  display: none;
}

#footer-outer .woocommerce-mini-cart__buttons {
  display: flex;
  flex-direction: row;
}

#footer-outer .woocommerce-mini-cart__buttons .wc-ppcp-minicart-ppcp {
  display: none !important;
}

#footer-outer .woocommerce-mini-cart__buttons a.button {
  background: rgba(255, 255, 255, .1);
}

#footer-outer .woocommerce.widget_shopping_cart .total {
  border-top: 1px solid rgba(255, 255, 255, .1);
}

#footer-outer #copyright li a i {
  color: #fff;
}