/*

Theme Name: Mavericks Child Theme

Description: This is a custom child theme for Mavericks Genetics

Template: mavericks

Version: 1.0

*/

/* GENERAL
--------------------------------------------- */

@font-face {
  font-family: 'Vinila';
  src: url('/wp-content/themes/mavericks-child/fonts/Vinila-Regular.woff2') format('woff2'), url('/wp-content/themes/mavericks-child/fonts/Vinila-Regular.woff') format('woff'),
    url('/wp-content/themes/mavericks-child/fonts/Vinila-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinila Bold';
  src: url('/wp-content/themes/mavericks-child/fonts/Vinila-Bold.woff2') format('woff2'), url('/wp-content/themes/mavericks-child/fonts/Vinila-Bold.woff') format('woff'),
    url('/wp-content/themes/mavericks-child/fonts/Vinila-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vinila Compressed ExtraBold';
  src: url('/wp-content/themes/mavericks-child/fonts/Vinila-CompressedExtraBold.woff2') format('woff2'), url('/wp-content/themes/mavericks-child/fonts/Vinila-CompressedExtraBold.woff') format('woff'),
    url('/wp-content/themes/mavericks-child/fonts/Vinila-CompressedExtraBold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --green-life: #d6fe97;
  --blue-night: #13232c;
  --dark-green: #1c313c;
  --white-ivory: #f2f2ec;
  --green: #014751;
  --black: #222;
  --container-padding: 3.13rem;
  --header-space: 77.4px;
  --content-radius: 1.5625rem;
}

::selection {
  background-color: var(--green-life);
  color: var(--blue-night);
}

/* WRAPPERS
--------------------------------------------- */
body #header-space,
body #header-outer {
  margin-top: 14px;
}

body #header-outer,
body #header-space {
  width: calc(100% - var(--container-padding) * 2);
  max-width: calc(2700px - var(--container-padding) * 2);
}

.vc_row.top-level > .span_12 {
  padding-top: calc(var(--header-space) + 28px);
}
.full-width-content {
  padding: 0 var(--container-padding);
}
.soon-wrapper {
  padding: 0;
}

.nectar-scrolling-text {
  padding: 1rem;
}

#error-404 .mavericks-button.relieve {
  margin: 3rem auto;
}

.single-product .container-wrap {
  padding-top: 5px !important;
}

.legal-texts .wpb_wrapper {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
}

.full-width-content.force-full-width {
  padding: 0;
}

.force-full-width img {
  width: 100%;
}

.footer-logo {
  max-width: 190px !important;
}
.video-lightbox-mavericks .vc_column-inner,
.nectar-video-box {
  height: 87vh;
  border-radius: var(--content-radius) !important;
  overflow: hidden;
}

.border-content {
  border: 2px solid var(--dark-green);
  border-radius: 50px;
}

.max-width-content {
  padding: 5rem !important;
}

.max-width-content .vc_column-inner {
  max-width: 60%;
}
.video-plant-wrapper .nectar-video-wrap {
  background-color: var(--blue-night);
}

.video-plant-wrapper .nectar-video-bg {
  mix-blend-mode: lighten;
  background: var(--blue-night);
}

.light-bg .row-bg-wrap {
  background-color: var(--white-ivory);
}
.light-bg * {
  color: var(--blue-night);
}

.full-width-section .row_col_wrap_12 {
  max-width: 100%;
  margin: 0 auto;
}

.bordered {
  border-top: 2px solid var(--blue-night);
  border-bottom: 2px solid var(--blue-night);
}

.upper-position {
  z-index: 9999;
}

@media only screen and (min-width: 1600px) {
  .container.main-content,
  .before-footer .normal-container {
    max-width: 80vw !important;
  }
  #slide-out-widget-area .normal-container.container {
    max-width: 90vw !important;
  }
}

@media only screen and (max-width: 1680px) and (min-width: 1000px) {
  .main-content {
    padding: 0 var(--container-padding);
  }
  #slide-out-widget-area .normal-container.container {
    width: calc(100% - 5vw * 2) !important;
    max-width: calc(2700px - 5vw * 2) !important;
  }
}
@media only screen and (min-width: 1000px) {
  .max-width-content.first-column {
    margin-right: 20px !important;
    width: calc(66.66% - 20px);
  }
  .faqs-left {
    border-right: 2px solid var(--blue-night);
  }
  .faqs-left,
  .faqs-right {
    padding: 6% 0 !important;
  }
}

@media only screen and (max-width: 1000px) {
  .full-width-content {
    padding: 0 5vw;
  }

  .max-width-content {
    padding: 2rem 1.5rem !important;
  }

  .max-width-content.first-column {
    margin-bottom: 20px !important;
  }

  .faqs-left {
    padding: 80px 0 !important;
    margin-bottom: 0 !important;
  }
  .faqs-right {
    padding: 0 !important;
  }

  body #header-outer,
  body #header-space {
    width: calc(100% - 5vw * 2);
    max-width: calc(2700px - 5vw * 2);
  }
  .legal-texts .wpb_wrapper {
    justify-content: flex-start;
    flex-flow: column;
  }

  .footer-logo {
    max-width: 150px !important;
  }
}

@media only screen and (max-width: 999px) {
  body .container-wrap .vc_row.top-level:not(.full-width-ns) > .span_12 {
    padding-top: 96px;
  }
}

@media only screen and (max-width: 691px) {
  .max-width-content .vc_column-inner {
    max-width: 100%;
  }
}

/* TITLES & TEXT
--------------------------------------------- */

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
  font-size: clamp(12px, 0.7rem, 12px);
  line-height: 1;
  margin-bottom: 0;
}
.vc_custom_heading.vc_do_custom_heading.big-title,
.woocommerce .page-title {
  font-size: 5.5vw;
  line-height: 1;
  margin-bottom: 0;
}
.vc_custom_heading.vc_do_custom_heading.very-big-title {
  font-size: 8vw;
  line-height: 1;
  margin-bottom: 0;
}
.very-big-title,
.big-title,
h1.medium-title,
.medium-title,
#error-404 h1 {
  font-family: 'Vinila Compressed ExtraBold', sans-serif !important;
}
#error-404 h1 {
  color: var(--green-life);
}
.vc_custom_heading.vc_do_custom_heading.medium-title,
h1.medium-title,
.medium-title {
  font-size: 3.2vw;
  line-height: 1;
  margin-bottom: 0;
}
.vc_custom_heading.vc_do_custom_heading.green-life,
h1.medium-title.green-life {
  color: var(--green-life);
}
.vc_custom_heading.vc_do_custom_heading.blue-night {
  color: var(--blue-night);
}
p {
  margin-bottom: 0;
  font-size: clamp(14px, 0.9vw, 20px);
  line-height: 1.5;
}

.p-big p {
  max-width: 55ch;
  margin: 0 auto;
  font-size: 1.35rem !important;
  line-height: 1.2;
}

.product-description {
  font-size: clamp(12px, 1.3vw, 21.5px) !important;
  line-height: 1.5;
}

.p-normal p {
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.small-text * {
  font-size: 14px !important;
}

#footer a {
  color: var(--white-ivory);
}

#footer a:not(.mavericks-button):hover {
  color: var(--green-life);
}

.light-bg .big-title {
  color: var(--blue-night) !important;
}

@media only screen and (max-width: 1600px) and (min-width: 999px) {
  .wpb_wrapper h1.vc_custom_heading.very-big-title,
  .wpb_wrapper h2.vc_custom_heading.very-big-title,
  .wpb_wrapper h3.vc_custom_heading.very-big-title {
    font-size: 11vw !important;
    line-height: 1 !important;
  }
  .wpb_wrapper h2.vc_custom_heading.big-title,
  .wpb_wrapper h3.vc_custom_heading.big-title,
  .woocommerce .page-title {
    font-size: 6vw !important;
    line-height: 1 !important;
  }
  h1.medium-title,
  .medium-title {
    font-size: 4vw !important;
    line-height: 1 !important;
  }

  .nectar-global-section.before-footer .container {
    padding: 0 var(--container-padding);
  }
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
  .wpb_wrapper h1.vc_custom_heading.very-big-title,
  .wpb_wrapper h2.vc_custom_heading.very-big-title,
  .wpb_wrapper h3.vc_custom_heading.very-big-title {
    font-size: 12vw !important;
    line-height: 1 !important;
  }
  .wpb_wrapper h2.vc_custom_heading.big-title,
  .wpb_wrapper h3.vc_custom_heading.big-title,
  .woocommerce .page-title,
  h1.medium-title,
  .medium-title {
    font-size: 8vw !important;
    line-height: 1.2 !important;
  }
  .p-big p {
    font-size: 1.1rem !important;
    line-height: 1.2;
  }
  .product-description {
    font-size: 1.18rem !important;
    line-height: 1.5;
  }
}

@media only screen and (max-width: 690px) {
  .wpb_wrapper h1.vc_custom_heading.very-big-title,
  .wpb_wrapper h2.vc_custom_heading.very-big-title,
  .wpb_wrapper h3.vc_custom_heading.very-big-title,
  .wpb_wrapper h2.vc_custom_heading.big-title,
  .wpb_wrapper h3.vc_custom_heading.big-title,
  .woocommerce .page-title {
    font-size: 14vw !important;
    line-height: 1 !important;
  }
  h1.medium-title,
  .medium-title {
    font-size: 10vw !important;
    line-height: 1 !important;
  }

  p {
    font-size: 15px;
  }
  .small-text {
    margin-bottom: 0 !important;
  }
  .p-big p {
    font-size: 1rem !important;
    line-height: 1.2;
  }
  .product-description {
    font-size: 1.18rem !important;
    line-height: 1.5;
  }
}

/* NAV
--------------------------------------------- */
#header-outer,
#home-hero .home-hero-col {
  border: 2px solid var(--dark-green) !important;
}
#slide-out-widget-area .absolute {
  position: absolute;
}

body[data-button-style*='slightly_rounded'] .slide-out-widget-area-toggle[data-custom-color='true'] a::before {
  border-radius: var(--content-radius) !important;
}

#slide-out-widget-area-bg.open.dark {
  opacity: 1 !important;
}

#slide-out-widget-area video[style] {
  visibility: hidden !important;
}
#slide-out-widget-area.open video[style] {
  visibility: visible !important;
}

#slide-out-widget-area {
  transform: translateX(100%);
}

#slide-out-widget-area.open {
  transform: translateX(0);
}

@media only screen and (min-width: 1000px) {
  #header-outer #logo,
  #header-outer .logo-clone,
  #header-outer .logo-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .right-side-inner {
    width: 100%;
  }
  .nav-video-wrapper,
  #slide-out-widget-area .right-side-inner {
    border: 2px solid var(--dark-green);
    border-radius: var(--content-radius);
  }
  .nav-video-wrapper {
    overflow: hidden;
  }

  .nav-video-wrapper video {
    mix-blend-mode: lighten;
    background: var(--blue-night);
  }

  #nav-video {
    padding: 0;
  }

  .sticker-nav {
    width: 10vw !important;
    height: auto !important;
  }

  #slide-out-widget-area .container.normal-container {
    display: flex !important;
    align-items: center;
  }

  #nav-video .wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 25vw;
  }

  .nav-video-wrapper .wpb_video_wrapper,
  #slide-out-widget-area .right-side-inner,
  #nav-video .nectar-video-wrap {
    background: var(--dark-green);
  }

  .off-canvas-menu-container li a {
    font-size: 8vw !important;
    line-height: 1 !important;
    transition: -webkit-text-stroke 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
    -webkit-text-stroke: 1.5px var(--white-ivory);
    color: transparent !important;
  }

  .off-canvas-menu-container li a:hover,
  .off-canvas-menu-container li.current-menu-item a {
    -webkit-text-stroke: 1.5px var(--green-life);
  }
  /* #header-outer #top nav > .buttons {
    left: 0;
  } */
}

@media only screen and (min-width: 1680px) {
  .img-with-aniamtion-wrap.left_position_desktop_-14vw {
    left: -8vw !important;
  }
}

@media only screen and (max-width: 1000px) {
  .off-canvas-menu-container li a {
    font-size: 7vw !important;
    line-height: 1 !important;
  }
  #nav-video {
    display: none;
  }
  #slide-out-widget-area.fullscreen-split .left-side,
  #slide-out-widget-area.fullscreen-split .right-side {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: block;
  }

  #slide-out-widget-area video[style] {
    visibility: hidden !important;
  }

  #slide-out-widget-area .container {
    display: flex;
    flex-flow: column !important;
  }
  #slide-out-widget-area.fullscreen-split .right-side {
    justify-content: flex-start !important;
    padding-left: 0 !important;
  }
}

/* HOME
--------------------------------------------- */
#home-hero .home-hero-col {
  height: calc(100vh - var(--header-space) - 56px);
  border-radius: var(--content-radius);
  overflow: hidden;
}

.hero-row-content .wpb_wrapper {
  display: flex;
  grid-column-gap: 1.5rem;
}

.hero-row-content {
  padding: 2.5rem !important;
}

.hero-row-content h1,
.badge-text {
  font-size: 14px;
  text-align: center;
  background-color: var(--green-life);
  white-space: nowrap;
  border: 1px solid #000;
  border-radius: 2.625rem;
  align-self: flex-start;
  padding: 7px 11px;
  display: flex;
  color: var(--blue-night);
  line-height: 1.5;
}

.light-badge {
  background-color: transparent;
  border: 1px solid var(--blue-night);
}
.hero-row-content .divider-wrap {
  align-self: center;
  width: -moz-available;
  width: -webkit-fill-available;
  width: fill-available;
}

.badge-text {
  width: fit-content;
}
.hero-row-content .img-with-aniamtion-wrap {
  width: 2rem;
}

.coming-soon-sticker {
  z-index: 2;
  width: 16rem;
  height: auto;
  position: absolute;
  top: auto;
  bottom: auto;
  left: -9rem;
}

.hq-sticker {
  width: 7.5vw;
  height: auto;
  position: absolute !important;
  top: -7vw;
  bottom: auto;
  left: 56%;
  right: auto;
  transform: rotate(17deg) !important;
}
@media only screen and (max-width: 1600px) and (min-width: 1000px) {
  .hq-sticker {
    left: 48%;
  }
}
@media only screen and (min-width: 1000px) {
  #home-hero .home-hero-col {
    min-height: 620px;
  }

  .with-sticker {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 1000px) {
  .hero-row-content h1,
  .hero-row-content .wpb_wrapper h1.vc_custom_heading {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .coming-soon-sticker {
    width: 10rem;
    top: auto;
    bottom: auto;
    left: 50%;
    right: 0%;
    transform: translateX(-50%) !important;
  }

  .coming-soon-sticker-wrapper .img-with-aniamtion-wrap {
    position: absolute;
    top: -18%;
    left: auto;
    width: 100%;
    height: 100%;
  }

  .hq-sticker {
    width: 9.5vw;
    top: -10vw;
    left: 82%;
  }
  .get-in-touch p {
    max-width: 350px;
  }
}

@media only screen and (max-width: 690px) {
  .hero-row-content h1,
  .hero-row-content .wpb_wrapper h1.vc_custom_heading {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }
  .hero-row-content .img-with-aniamtion-wrap {
    width: 70px;
    display: flex;
  }

  .hero-row-content .img-with-aniamtion-wrap .inner {
    display: flex;
    align-items: center;
  }

  .hero-row-content .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0;
  }

  .hero-row-content {
    padding: 16px !important;
  }

  .hq-sticker {
    width: 16.5vw;
    top: -17vw;
    left: 53%;
  }
  p {
    font-size: 15.2px !important;
  }
}

/* BTN
--------------------------------------------- */
.mavericks-button,
.wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button,
.woocommerce .mavericks-button.relieve,
.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.woocommerce-page button[type='submit'].single_add_to_cart_button,
body[data-form-submit='regular'].woocommerce-page .container-wrap button[type='submit'].single_add_to_cart_button {
  font-family: 'Vinila Bold', sans-serif;
  font-weight: 600;
  line-height: 1.5;
  font-size: 17px;
}
.mavericks-button.relieve,
.wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button,
.woocommerce .mavericks-button.relieve,
.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained,
.woocommerce-page button[type='submit'].single_add_to_cart_button,
body[data-form-submit='regular'].woocommerce-page .container-wrap button[type='submit'].single_add_to_cart_button {
  z-index: 2;
  border: 2px solid var(--blue-night);
  background-color: var(--green-life) !important;
  box-shadow: 2px 2px 0 1px var(--green) !important;
  color: var(--blue-night);
  border-radius: 5.625rem !important;
  flex-direction: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding: 0.69rem 2rem !important;
  transition: transform 0.2s, box-shadow 0.5s;
  display: flex;
  position: relative;
  width: fit-content;
  flex-flow: wrap;
}

.nectar-quick-view-box .button .loading:after,
.woocommerce .button .loading:after {
  vertical-align: baseline !important;
}
.mavericks-button.relieve:hover,
.wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button:hover,
.wc-block-components-button.wp-element-button.wc-block-components-shipping-calculator-address__button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover,
.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
.woocommerce-page button[type='submit'].single_add_to_cart_button:not(.disabled):hover,
body[data-form-submit='regular'].woocommerce-page .container-wrap button[type='submit'].single_add_to_cart_button:not(.disabled):hover {
  box-shadow: 0 0 0 0 var(--green) !important;
  transform: translate(6px, 4px) !important;
  opacity: 1 !important;
}
body[data-form-submit='regular'].woocommerce-page .container-wrap button[type='submit'].single_add_to_cart_button.disabled {
  transform: none;
  opacity: 0.5 !important;
  cursor: not-allowed;
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
  color: var(--green-life);
}

.wc-blocks-components-select .wc-blocks-components-select__container {
  border-radius: 2rem !important;
  padding-left: 0.2rem;
}

.mavericks-button.fancy {
  border: 2px solid var(--green-life);
  background-color: var(--blue-night);
  perspective-origin: 50%;
  transform-origin: 50%;
  color: var(--blue-night);
  border-radius: 4.5rem;
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0.69rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.mavericks-button.fancy span {
  position: relative;
  color: var(--blue-night);
  font-family: 'Vinila Compressed ExtraBold', sans-serif;
  font-weight: 400;
  font-size: 3vw;
  line-height: 1.2;
  transition: all 0.3s ease;
}

.mavericks-button.fancy::before {
  content: '';
  background: var(--green-life);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.mavericks-button.fancy::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mavericks-button.fancy:hover span {
  color: var(--white-ivory);
}

.mavericks-button.fancy:hover::before {
  transform: translate3d(0, -100%, 0);
}

.mavericks-button.instagram,
.mavericks-button.tiktok {
  border: 2px solid var(--green-life);
  background-color: var(--blue-night);
  color: var(--blue-night);
  border-radius: 4.5rem;
  flex-direction: row;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

body[data-form-submit='regular'] button[type='submit']:hover,
body[data-form-submit='regular'] input[type='submit']:hover {
  opacity: 1 !important;
}

.arrow-link {
  transition: all 0.3s ease;
}

#footer a.mavericks-button.instagram:hover *,
#footer a.mavericks-button.tiktok:hover * {
  color: var(--white-ivory) !important;
}
.mavericks-button.instagram:hover,
.mavericks-button.tiktok:hover {
  background-color: var(--dark-green);
}

.mavericks-button.instagram:hover .arrow-link,
.mavericks-button.tiktok:hover .arrow-link {
  transform: translateX(10px);
}

.link-name-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.mavericks-button.instagram span,
.mavericks-button.tiktok span {
  font-weight: 400;
  text-transform: uppercase;
}
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button {
  color: var(--blue-night);
  border-radius: 50px !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart a.button:hover {
  color: var(--white-ivory);
  background-color: var(--dark-green) !important;
}

.span_12.dark .nectar_video_lightbox.play_button::before {
  border: none;
  background-color: var(--green-life);
}

.nectar-video-box a.nectar_video_lightbox:not(.play_button_mouse_follow)::before {
  opacity: 1;
}

.nectar-video-box .nectar_video_lightbox path {
  fill: var(--blue-night) !important;
}

.joinchat__button {
  border: 2px solid var(--dark-green);
  background: var(--blue-night);
  border-radius: 100%;
  height: calc(60px + 10px);
  min-width: calc(60px + 10px);
  box-shadow: 1px 6px 24px 0 rgba(0, 0, 0, 0.31);
}

.joinchat__button:hover {
  background: var(--dark-green);
  transition-duration: 0.3s;
}

.joinchat__button__open {
  width: 50px;
  height: 50px;
  left: 8px;
  position: absolute;
  top: 7px;
}

.joinchat {
  font-family: 'Vinila', sans-serif !important;
}
.joinchat--chatbox .joinchat__button {
  border-radius: 50px;
}

.joinchat__button__sendtext {
  line-height: inherit;
  display: flex;
  align-self: center;
}

.joinchat__button__send {
  width: 30px;
  height: 30px;
  max-width: 30px;
  padding: 3px;
  margin: 0 10px;
  align-self: center;
}

.joinchat__box__scroll {
  overflow: hidden;
}

@media only screen and (max-width: 1000px) {
  .mavericks-button.fancy span {
    font-size: 7vw;
  }
}

/* TOGGLES
--------------------------------------------- */
.plus {
  border: 1.5px solid var(--blue-night);
  background-color: var(--green-life);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  transition: background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.plus---horizontal {
  background-color: var(--blue-night);
  width: 1rem;
  height: 0.1rem;
  position: absolute;
}

.plus---vertical {
  background-color: var(--blue-night);
  width: 0.1rem;
  height: 1rem;
  position: absolute;
}

.dropdown---plus {
  position: absolute;
  top: 0.8rem;
  right: 2rem;
  transition: transform 0.3s ease-in-out;
}
.open .dropdown---plus {
  transform: rotate(135deg);
}

div[data-style='minimal'] .toggle > .toggle-title a,
div[data-style='minimal'] .toggle[data-inner-wrap='true'] > div .inner-toggle-wrap,
.product-content .toggle > .toggle-title a,
.product-content .inner-toggle-wrap {
  padding: 1.35rem 8rem 1.25rem 1.5rem !important;
}

body .toggle > div {
  box-shadow: none;
}

h3.toggle-title a {
  font-size: 1.12rem !important;
  font-family: 'Vinila Bold', sans-serif !important;
  color: var(--blue-night) !important;
}

body div[data-style='minimal'] .toggle {
  border: 2px solid var(--blue-night) !important;
  border-radius: 2.1875rem;
  margin-bottom: 30px !important;
}

@media (max-width: 1000px) {
  div[data-style='minimal'] .toggle > .toggle-title a,
  div[data-style='minimal'] .toggle[data-inner-wrap='true'] > div .inner-toggle-wrap,
  .product-content .toggle > .toggle-title a,
  .product-content .inner-toggle-wrap {
    padding: 1.35rem 4.2rem 1.25rem 1.5rem !important;
  }
}

/* INSTAGRAM CARD
--------------------------------------------- */
.instagram-card {
  border-radius: 1.31rem;
  overflow: hidden;
  border: 2px solid var(--dark-green);
  position: relative;
}

.instagram-card * {
  margin-bottom: 0 !important;
}
.instagram-card-overlay {
  background: var(--blue-night);
  background: linear-gradient(180deg, var(--blue-night) 0%, var(--white-ivory) 25%, var(--white-ivory) 75%, var(--blue-night) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.instagram-card-header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

.instagram-card-footer,
.instagram-card-header {
  background-color: var(--blue-night);
  padding: 1rem;
  display: flex;
  justify-content: space-between;
}

.dots-wrapper {
  grid-column-gap: 0.25rem;
  display: flex;
  align-self: center;
}
.dot.x-green {
  background-color: var(--green-life);
  border-radius: 50%;
}

.dot.x-small {
  width: 0.25rem;
  height: 0.25rem;
}

.instagram-card-footer-icons-group,
.instagram-card-footer-single-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.instagram-card-footer svg {
  max-width: 23px;
}
/* ABOUT
--------------------------------------------- */
#about-grid .row_col_wrap_12 {
  grid-template-rows: auto;
  grid-template-columns: 0.75fr 1fr;
  grid-column-gap: 1rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-card {
  border: 1px solid var(--dark-green);
  border-radius: 1.56rem;
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-card .vc_row-fluid > .span_12 .wpb_column,
.about-card .indicator .vc_column-inner,
.about-card,
.inner-text .vc_column-inner {
  padding: 0 !important;
}
.about-card .vc_column-inner {
  z-index: 2;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 5rem;
  display: flex;
  position: relative;
}

.indicator .row_col_wrap_12_inner.col.span_12.left,
.about-card.last .row_col_wrap_12_inner {
  max-width: 100%;
  margin: 0 auto;
}

.about-card.last .row_col_wrap_12_inner {
  display: flex;
  gap: 1rem;
  flex-flow: row;
}

.about-card p {
  max-width: 65ch;
}

.mavericks-seeds-wrapper {
  z-index: 1;
  width: 32rem;
  position: absolute;
  top: auto;
  bottom: -3rem;
  left: auto;
  right: 15%;
  transform: rotate(-17deg);
  padding: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #about-grid .about-card {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
  #about-grid .row_col_wrap_12 {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1.5fr;
    justify-items: start;
  }

  #about-grid {
    margin-bottom: 0;
  }

  .about-card.last .row_col_wrap_12_inner {
    display: flex;
    gap: 1rem;
    flex-flow: column;
  }
  .about-card .vc_column-inner {
    padding: 3rem;
  }
  .mavericks-seeds-wrapper {
    width: 23rem;
  }
}

@media only screen and (max-width: 691px) {
  .mavericks-seeds-wrapper {
    width: 23rem !important;
  }
}

/* CONTACT
--------------------------------------------- */

#contact-section {
  padding: 0 !important;
}

.contact-column {
  min-height: 100vh;
}

span.wpcf7-form-control.wpcf7-acceptance {
  padding: 20px 0;
  display: block;
}

.half-contact {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15% 10% 10% 10%;
}

.half-contact:first-child {
  background-color: var(--green-life);
  color: var(--blue-night);
}

#contact-section .row_col_wrap_12 {
  padding-top: 0;
}
#contact-section .mavericks-button .arrow-link {
  display: none;
}

#contact-section .mavericks-button.instagram,
#contact-section .mavericks-button.tiktok {
  width: 50px;
  height: 50px;
  padding: 5px !important;
}

#contact-section .mavericks-button.instagram span,
#contact-section .mavericks-button.tiktok span {
  display: none;
}

.contact-social .wpb_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.contact-social .link-name-wrapper {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.half-contact.contact-form-wrapper {
  background-color: var(--white-ivory);
  padding: 15% 15% 10% 15%;
  min-height: 100vh;
}

.half-contact.contact-form-wrapper .row_col_wrap_12_inner {
  width: 100%;
}

.contact-form-wrapper form h3 {
  font-family: 'Vinila Compressed ExtraBold', sans-serif;
  color: var(--blue-night);
}

.wpcf7 .wpcf7-response-output {
  background-color: transparent;
  border-radius: 25px;
}

.wpcf7-spinner {
  left: -65px;
}

.wpcf7-not-valid-tip {
  background: var(--blue-night);
  border-radius: 25px;
}

.nectar-color-accent-color,
body a,
label span,
body [class^='icon-'].icon-default-style,
.blog-recent[data-style*='classic_enhanced'] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta a:hover i,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.comment-author a:hover,
.comment-author a:focus,
.post .post-header h2 a,
.post .post-header a:hover,
.post .post-header a:focus,
#single-below-header a:hover,
#single-below-header a:focus,
.comment-list .pingback .comment-body > a:hover,
[data-style='list_featured_first_row'] .meta-category a,
[data-style='list_featured_first_row'] .meta-category a,
.nectar-fancy-box[data-style='color_box_hover'][data-color='accent-color'] .icon-default-style,
div[data-style='minimal'] .toggle:hover > .toggle-title a,
div[data-style='minimal'] .toggle.open > .toggle-title a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item > a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i,
.sf-menu > .current_page_ancestor > a > .sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^='icon-'],
.wpcf7-form .wpcf7-not-valid-tip,
#header-outer .nectar-menu-label {
  color: var(--green);
}

.tabbed > ul li .active-tab,
body.material input[type='text']:focus,
body.material textarea:focus,
body.material input[type='email']:focus,
body.material input[type='search']:focus,
body.material input[type='password']:focus,
body.material input[type='tel']:focus,
body.material input[type='url']:focus,
body.material input[type='date']:focus,
body.material input[type='number']:focus,
body.material select:focus,
.row .col .wp-caption .wp-caption-text,
.material.woocommerce-page input#coupon_code:focus,
.material #search-outer #search input[type='text'],
div[data-style='minimal'] .toggle.default.open i,
div[data-style='minimal'] .toggle.default:hover i,
div[data-style='minimal'] .toggle.accent-color.open i,
div[data-style='minimal'] .toggle.accent-color:hover i,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header > span a:hover,
.blog-title #single-meta .nectar-social.hover > div a:hover,
.nectar-hor-list-item[data-hover-effect='full_border'][data-color='accent-color']:hover,
.material.woocommerce-page[data-form-style='default'] div input#coupon_code:focus {
  border-color: var(--blue-night);
}

.material.woocommerce-page[data-form-style='default'] input#coupon_code,
input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
select,
textarea {
  border-radius: 1.5rem;
}

input[type='date'],
input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
textarea {
  padding: 0.8rem;
}

body[data-button-style='slightly_rounded_shadow'] .wp-block-button > .wp-block-button__link:hover,
body[data-button-style='slightly_rounded_shadow'] .nectar-button:hover,
body[data-button-style='slightly_rounded_shadow'] .nectar-button:focus,
body[data-button-style='slightly_rounded_shadow'].ascend .nectar-button.see-through:hover,
body[data-button-style='slightly_rounded_shadow'] input[type='submit']:hover,
body[data-button-style='slightly_rounded_shadow'] input[type='submit']:focus,
body[data-button-style*='slightly_rounded'].single .heading-title[data-header-style='default_minimal'] .meta-category a:hover,
body[data-button-style*='slightly_rounded'] #page-header-bg[data-post-hs='default_minimal'] .inner-wrap > a:hover,
body[data-button-style='slightly_rounded_shadow'].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
body[data-button-style='slightly_rounded_shadow'] .swiper-slide .button a:hover,
body[data-button-style='slightly_rounded_shadow'].ascend .nectar-button.see-through-2:hover,
body[data-button-style='slightly_rounded_shadow'].ascend .nectar-button:hover,
body[data-button-style='slightly_rounded_shadow'].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover,
body[data-button-style='slightly_rounded_shadow'] .sharing-default-minimal .nectar-love:hover,
body[data-button-style='slightly_rounded_shadow'] .sharing-default-minimal .nectar-social-inner > a:hover,
body[data-button-style='slightly_rounded_shadow'] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style='slightly_rounded_shadow'] .container-wrap input[type='submit']:hover,
body[data-button-style='slightly_rounded_shadow'] .container-wrap button[type='submit']:hover,
body[data-button-style='slightly_rounded_shadow'] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button {
  position: absolute;
}

.send-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 690px) {
  .half-contact.contact-form-wrapper {
    padding: 15% 8% 10% 8%;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
/* SHOP
--------------------------------------------- */
.post-type-archive-product.woocommerce .container-wrap,
.tax-product_cat.woocommerce .container-wrap {
  background-color: var(--blue-night);
}
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .nectar-notice,
.nectar-notice a {
  border-radius: 50px !important;
  color: var(--blue-night) !important;
}

.woocommerce .page-title {
  font-family: 'Vinila Compressed ExtraBold', sans-serif;
  color: var(--green-life);
}

.woocommerce .woocommerce-ordering {
  background-color: var(--blue-night);
  border: 2px solid var(--dark-green);
  border-radius: 2rem;
  color: var(--dark-green) !important;
}

#header-outer a.cart-contents .cart-wrap span {
  color: var(--blue-night);
}

.quantity input[type='number'] {
  color: var(--white-ivory) !important;
}

.quantity {
  display: flex;
  align-items: center;
}

.woocommerce-Price-amount.amount {
  font-family: 'Vinila Bold' !important;
  color: var(--white-ivory) !important;
}

.remove.remove_from_cart_button.with_text {
  font-family: 'Vinila' !important;
}

.cart .quantity input.plus,
.cart .quantity input.minus,
.woocommerce-mini-cart .quantity input.plus,
.woocommerce-mini-cart .quantity input.minus,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  color: var(--white-ivory);
  background-color: transparent;
  font-family: 'Vinila Bold';
  border: 2px solid var(--green-life) !important;
  text-align: center;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus,
.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
  border-radius: 50% !important;
  height: 32px;
}

.woocommerce-message,
.button.wc-forward {
  border-radius: 2rem !important;
  color: var(--blue-night) !important;
}
.woocommerce .page-title {
  margin-bottom: 1rem;
}

/* PRODUCT
--------------------------------------------- */

.category-badge {
  font-size: clamp(12px, 0.7rem, 12px);
  border: 1px solid var(--white-ivory);
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
  margin-bottom: 10px;
  display: block;
  width: fit-content;
}
.stats-inner-wrapper {
  border: 1px solid var(--dark-green);
  border-radius: 1.56rem;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.5rem;
}

.stats-inner-wrapper .grid-2-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, auto);
  grid-column-gap: 2rem;
  grid-auto-flow: column;
}

.grid-2-col.inner {
  border-bottom: 2px solid var(--dark-green);
  padding-top: 5px;
  padding-bottom: 5px;
  grid-column-gap: 1rem;
  grid-auto-flow: row;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
}

.meta-label,
.meta-value {
  font-family: 'Vinila Bold', sans-serif;
  font-size: 0.75rem !important;
  line-height: 1.5;
}

.meta-label {
  color: var(--green-life);
}

.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.product-content {
  display: flex !important;
  gap: 3.5rem !important;
  min-height: calc(100vh - var(--header-space) - 80px) !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price,
.price-wrapper span {
  color: var(--white-ivory);
  font-size: 0.9rem !important;
}

.mavericks-product-summary {
  flex: 55%;
  width: 55%;
}

.mavericks-card-product {
  flex: 45%;
  width: 45%;
  display: flex;
  flex-flow: column;
  gap: 1.2rem;
}

.mavericks-card-product .quantity {
  margin-bottom: 1.2rem;
}

.mavericks-product-summary {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.mavericks-product-summary h1 {
  margin-bottom: 25px;
}

.mavericks-product-summary .category-badge {
  margin-bottom: 20px;
}

.cart .quantity input.plus:hover,
.cart .quantity input.minus:hover,
.woocommerce-mini-cart .quantity input.plus:hover,
.woocommerce-mini-cart .quantity input.minus:hover,
#header-outer #mobile-cart-link .cart-wrap {
  color: var(--blue-night) !important;
}

.nectar-slide-in-cart.style_slide_in_click .widget_shopping_cart .product-meta a:not(.remove),
.style_slide_in_click .product-meta > .product-details a {
  font-size: 20px !important;
}

.grid-2-col.inner:nth-child(12n) {
  border-bottom: none;
}

.product-content h3.toggle-title a {
  color: var(--white-ivory) !important;
}
.product-content .toggle {
  border-radius: var(--content-radius) !important;
  background-color: var(--dark-green);
}

.product-content .toggle > .toggle-title a,
.product-content .toggle.open > .toggle-title a,
.product-content .toggle > div {
  background-color: transparent !important;
  background: transparent;
}

.mavericks-image-product {
  background-color: var(--dark-green);
  border-radius: var(--content-radius) !important;
  overflow: hidden;
  position: relative;
}
.plant-wrapper {
  z-index: 0;
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  display: flex;
  position: relative;
}
.plant-wrapper.x-producto-interno {
  z-index: 0;
  mix-blend-mode: lighten;
  height: 40vh;
  margin-top: 4rem;
  transition: opacity 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.hovered .plant-wrapper.x-producto-interno,
.active .plant-wrapper.x-producto-interno {
  opacity: 0;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
  margin-top: 0;
}

.video-link {
  z-index: 2;
  background-color: var(--blue-night);
  object-fit: cover;
  width: 100%;
  height: 140%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.w-background-video > video {
  object-fit: cover;
  z-index: -100;
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: -100%;
  bottom: -100%;
  left: -100%;
  right: -100%;
}

.product-overlay {
  z-index: 1;
  background-image: linear-gradient(to top, var(--dark-green) 20%, rgba(28, 49, 60, 0) 75%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.category-tag {
  background-color: var(--green-life);
  border: 1px solid var(--blue-night);
  color: var(--blue-night);
  border-radius: 2.625rem;
  align-self: center;
  padding: 0.38rem 0.62rem;
  margin-bottom: 0;
  font-size: 0.75rem;
  line-height: 1.4;
}

.vertical-s.position-relative {
  z-index: 3;
  position: relative;
}

.vertical-s {
  grid-row-gap: 0.75rem;
  flex-direction: column;
  display: flex;
  padding-bottom: 2rem;
}

.variations {
  background-color: transparent !important;
  border-top: none !important;
}

.price-tip {
  position: absolute;
  top: 5rem;
  left: 3rem;
}
.price-tip span,
.price-tip .price {
  font-size: 0.7rem !important;
  color: var(--green-life) !important;
}

.price-tip {
  opacity: 0;
  transition: opacity 0.3s ease-in;
}

.price-tip.active {
  opacity: 1;
}

select#pa_units {
  color: var(--white-ivory);
  background-color: var(--dark-green);
  cursor: pointer;
  padding: 1rem 1.25rem !important;
}
h3.h3.x-white.align-center,
.woocommerce ul.products li.product h3 {
  font-size: 3rem;
  line-height: 1.1;
  text-align: center;
  transition: color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.price-wrapper {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  padding: 0.6rem 1rem;
  border-radius: 2.625rem;
  /* border: 2px solid var(--green-life); */
  border: 2px solid var(--dark-green);
  /* background-color: var(--dark-green); */
  background-color: var(--blue-night);
  z-index: 3;
}

.woocommerce-variation-price {
  display: none;
}

.main-tag-wrapper {
  z-index: 2;
  position: absolute;
  top: 3%;
  right: 3%;
}

.circle-tag {
  z-index: 3;
  background-color: var(--green-life);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: absolute;
  top: 1rem !important;
  right: 1rem !important;
  transform: scale(0.2);
  transition: background-color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.hovered .circle-tag,
.active .circle-tag {
  transform: scale(60);
}

.active .circle-tag,
.active .plus {
  background-color: var(--white-ivory);
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
li.product .price,
.flickity-slider .price {
  color: var(--white-ivory) !important;
  margin-bottom: 0;
  font-weight: 400;
}

.hovered h3,
.active h3 {
  color: var(--blue-night);
}

.animation-wrapper .dropdown---plus {
  position: absolute;
  top: 1rem !important;
  right: 1rem !important;
  z-index: 4;
}
.animation-wrapper {
  width: 2rem;
  height: 2rem;
  position: relative;
}
.single-product .product-content .product-bag-img.x-rotating.x-interno {
  padding: 6.5rem;
}

.product-bag-img.x-rotating.x-interno {
  padding: 4.5rem;
  overflow: hidden;
  transform: translateX(110%);
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.hovered .product-bag-img.x-rotating.x-interno,
.active .product-bag-img.x-rotating.x-interno {
  transform: translateX(0);
}
.product-inner {
  z-index: 5;
  flex-direction: column;
  align-items: center;
  display: flex;
}
.product-bag-img {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 3rem;
  padding: 4rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.woocommerce ul.products li.product a img {
  max-width: 100%;
  height: auto;
}

ul.products li.product img.nectar-lazy {
  min-height: auto;
  background-color: transparent;
  transition: none;
}

.related-products .badge-text {
  background-color: transparent;
  border: 1px solid var(--white-ivory);
  color: var(--white-ivory);
  margin-bottom: 20px;
}

.related-products h2 {
  margin-bottom: 6rem;
}

.related-products {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.related-products .products {
  gap: 2rem;
}

.full-line {
  width: 100%;
  height: 2px;
  background-color: var(--dark-green);
}

.all-button {
  display: flex;
  justify-content: center;
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.products .mavericks-card-product {
  width: 100%;
}
.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  display: none;
}

.woocommerce .products {
  margin-bottom: 80px !important;
}

.centered .wpb_wrapper {
  display: flex !important;
  justify-content: center !important;
}

.woocommerce div.product form.cart .variations select {
  font-family: 'Vinila Bold';
  max-width: 100%;
}

.woocommerce-variation-add-to-cart,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
  display: flex !important;
  align-items: center;
  flex-flow: row !important;
  flex-grow: 1;
}
.single_variation_wrap .quantity,
.single_variation_wrap {
  display: flex;
  flex-grow: 1;
}

body:not(.woocommerce-cart) .main-content td {
  padding-right: 1rem;
}

.product-content .cart {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nectar-quick-view-box div.product form.cart .variations,
.woocommerce .variations,
.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

.quick-view-content .atts-images {
  display: flex;
  justify-content: space-around;
  margin-bottom: 3rem;
}

.quick-view-content .atts-images img {
  max-width: 100% !important;
}

/* .atts-images {
  background-color: var(--green-life);
  border-radius: 18px;
} */

.quick-view-content .mavericks-product-summary {
  padding-bottom: 0;
}

@media only screen and (min-width: 2500px) {
  .hovered .circle-tag,
  .active .circle-tag {
    transform: scale(70);
  }
}
@media only screen and (min-width: 1800px) {
  .product-content {
    padding-top: 2rem;
    gap: 4.5rem;
  }
  .meta-label,
  .meta-value {
    font-family: 'Vinila Bold', sans-serif;
    font-size: clamp(14px, 0.75rem, 14px) !important;
  }
  .single-product .product-content .product-bag-img.x-rotating.x-interno {
    padding: 8.5rem;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  .product-bag-img.x-rotating.x-interno {
    padding: 4rem;
  }
  .single-product .product-content .product-bag-img.x-rotating.x-interno {
    padding: 5.5rem;
  }
}
@media only screen and (min-width: 1300px) {
  .price-wrapper {
    top: 2rem;
    left: 2rem;
  }

  .single-product .product-content .plant-wrapper.x-producto-interno,
  .quick-view-content .product-content .plant-wrapper.x-producto-interno {
    height: 52vh;
    margin-top: 3rem;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .mavericks-product-summary {
    padding-top: 4rem;
  }
  .product-content {
    display: flex;
    gap: 1.5rem;
  }
  .product-bag-img.x-rotating.x-interno {
    padding: 3rem;
  }
  .loading-wrap {
    display: none !important;
  }
  .single-product .product-content .product-bag-img.x-rotating.x-interno {
    padding: 5.5rem;
  }
  .woocommerce div.product form.cart div.quantity {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 999px) {
  .products[data-rm-m-hover='1'] li.product,
  .products[data-rm-m-hover='1'] li.product * {
    transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) !important;
  }
  .price-tip {
    left: 2.5rem;
  }
}

@media (max-width: 1300px) {
  .single-product .product-content .cart {
    align-items: flex-start;
    justify-content: space-between;
    flex-flow: column;
  }

  .woocommerce-variation-add-to-cart,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    gap: 2rem;
  }
  .nectar-quick-view-box div.product form.cart .variations,
  .woocommerce .variations,
  .woocommerce div.product form.cart .variations {
    margin-bottom: 1rem;
  }
  .quantity {
    margin-bottom: 1rem !important;
  }
  .product-content .cart {
    align-items: baseline;
  }
}

@media only screen and (max-width: 1150px) {
  .product-content .cart {
    flex-flow: column;
  }
}

@media only screen and (max-width: 1000px) {
  .product-content {
    flex-flow: column-reverse;
  }
  .mavericks-product-summary {
    flex: 100%;
    width: 100%;
    padding-top: 1rem;
  }

  .mavericks-card-product {
    flex: 100%;
    width: 100%;
  }

  .product-content .mavericks-image-product {
    max-width: 500px !important;
  }
  .related-products .mavericks-image-product {
    max-width: 500px !important;
  }

  body.woocommerce ul.products li.product,
  body.woocommerce-page .span_9 ul.products li.product,
  body.woocommerce-page ul.products li.product {
    width: 100%;
  }

  .products {
    grid-template-columns: 1fr;
  }

  h3.h3.x-white.align-center,
  .woocommerce ul.products li.product h3 {
    font-size: 2rem;
  }
  .product-bag-img.x-rotating.x-interno,
  .single-product .product-content .product-bag-img.x-rotating.x-interno {
    padding: 2rem;
  }

  .display-none-tab {
    display: none;
  }

  .woocommerce-variation-add-to-cart,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    flex-flow: column !important;
  }

  .woocommerce-variation-add-to-cart,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
  .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    gap: 0;
  }
}

@media only screen and (min-width: 1000px) {
  .mavericks-card-product .quantity {
    margin-bottom: 0;
  }

  .woocommerce-page button[type='submit'].single_add_to_cart_button {
    margin-top: 0;
  }

  .woocommerce #content div.product form.cart div.quantity,
  .woocommerce div.product form.cart div.quantity,
  .woocommerce-page #content div.product form.cart div.quantity,
  .woocommerce-page div.product form.cart div.quantity,
  .woocommerce div.product form.cart .variations select {
    margin-right: 0;
  }
}
@media only screen and (min-width: 690px) {
  .grid-2-col.inner:nth-child(6n) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 690px) {
  .style_slide_in_click .product-meta > .product-details {
    width: 100%;
    font-size: 25px !important;
  }

  .style_slide_in_click .product-meta > .product-details a {
    font-size: 25px !important;
  }

  .style_slide_in_click .product-meta > .quantity .modify {
    margin-top: 5px;
  }

  .style_slide_in_click .product-meta {
    flex-flow: column;
  }

  .style_slide_in_click .product-meta > .quantity {
    align-items: flex-end;
    flex-direction: initial;
    justify-content: space-between;
  }

  .stats-inner-wrapper .grid-2-col {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-auto-flow: row;
  }

  .style_slide_in_click .woocommerce-mini-cart .quantity input.plus,
  .style_slide_in_click .woocommerce-mini-cart .quantity input.minus {
    height: 28px;
    width: 28px;
  }

  .plant-wrapper.x-producto-interno {
    height: 40vh;
  }
}

/* ARCHIVE
--------------------------------------------- */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 100%;
}

.archive nav.woocommerce-breadcrumb {
  display: none !important;
}

.woocommerce-checkout .nectar-global-section.before-footer,
.woocommerce-account .nectar-global-section.before-footer,
.woocommerce-cart .nectar-global-section.before-footer,
body:not(.page):not(.single-post):not(.single-portfolio) .nectar-global-section.before-footer,
.single-portfolio #regular_portfolio [data-nav-pos='in_header'] .nectar-global-section.before-footer {
  padding-top: 0;
}

/* CAROUSEL
--------------------------------------------- */
.carousel-dynamic-wrapper {
  display: contents;
}

.carousel-dynamic-wrapper .normal-container.container {
  padding: 0 !important;
  margin: 0 auto;
}

@media only screen and (max-width: 690px) {
  body .nectar-post-grid[data-columns][data-grid-spacing] .nectar-post-grid-item {
    padding-bottom: 20px;
  }
}

/* CHECKOUT
--------------------------------------------- */
.wc-block-components-address-form__address_2-toggle,
#wc-block-components-totals-shipping__change-address__link {
  color: var(--white-ivory);
  opacity: 0.5;
}
.wp-block-woocommerce-checkout input,
.wc-block-components-shipping-calculator-address input {
  border-radius: 1.5rem !important;
  padding-left: 1rem !important;
}

.wp-block-woocommerce-checkout label,
.wc-block-components-shipping-calculator-address label,
.components-combobox-control__input.components-form-token-field__input,
.wc-block-components-shipping-calculator-address select {
  padding-left: 0.5rem !important;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
  display: none !important;
}

.nectar-color-accent-color,
body a,
.woocommerce-checkout label span,
body [class^='icon-'].icon-default-style,
.blog-recent[data-style*='classic_enhanced'] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta a:hover i,
.comment-list .comment-meta a:hover,
.comment-list .comment-meta a:focus,
.comment-author a:hover,
.comment-author a:focus,
.post .post-header h2 a,
.post .post-header a:hover,
.post .post-header a:focus,
#single-below-header a:hover,
#single-below-header a:focus,
.comment-list .pingback .comment-body > a:hover,
[data-style='list_featured_first_row'] .meta-category a,
[data-style='list_featured_first_row'] .meta-category a,
.nectar-fancy-box[data-style='color_box_hover'][data-color='accent-color'] .icon-default-style,
div[data-style='minimal'] .toggle:hover > .toggle-title a,
div[data-style='minimal'] .toggle.open > .toggle-title a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item > a .sf-sub-indicator i,
#top nav .sf-menu .current_page_ancestor > a .sf-sub-indicator i,
.sf-menu > .current_page_ancestor > a > .sf-sub-indicator i,
.material .widget .tagcloud a,
#single-below-header a:hover [class^='icon-'],
.wpcf7-form .wpcf7-not-valid-tip,
#header-outer .nectar-menu-label {
  color: var(--green-life);
}

.wc-block-cart-items__header-image,
.wc-block-components-order-summary__button-text,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
.wc-block-checkout__sidebar .wc-block-components-product-name,
.wc-block-cart-items__header-total,
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: 'Vinila Compressed ExtraBold', sans-serif !important;
  text-transform: initial !important;
  font-size: 1.5rem !important;
}

.wc-block-components-title.wc-block-components-checkout-step__title,
.wc-block-components-order-summary__button-text {
  color: var(--green-life) !important;
  font-size: 2rem !important;
}

.wc-block-components-radio-control__option.wc-block-components-radio-control__option-checked.wc-block-components-radio-control__option--checked-option-highlighted {
  border-radius: 1.6rem;
  padding: 1rem 2rem !important;
}

#radio-control-0-free_shipping\:1__label {
  padding-left: 2rem;
}

.is-large .wc-block-checkout__sidebar {
  top: calc(var(--header-space) + 75px) !important;
}

div[class='wc-block-components-totals-wrapper'] {
  border-top: 2px solid hsla(0, 0%, 86.7%, 0.11);
}

.wc-block-components-order-summary-item__description p {
  font-size: 0.8rem;
}

.wc-block-components-formatted-money-amount,
.price-wrapper .price {
  font-weight: 600;
}
.price-wrapper .price {
  display: inline-block !important;
}

.geo-es bdi,
.price-tip .price,
.currency-wrapper {
  display: inline-flex;
  flex-flow: row-reverse;
}

.price-wrapper .from-seed {
  font-weight: 400;
}

.wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  display: none !important;
}

h2.wp-block-heading.has-text-align-center.with-empty-cart-icon.wc-block-cart__empty-cart__title {
  font-size: clamp(30px, 3rem, 50px) !important;
  color: var(--green-life);
}

.wp-block-separator.is-style-dots {
  display: none;
}

ul.wc-block-grid__products {
  gap: 1rem;
}

@media (min-width: 1000px) {
  ul.wc-block-grid__products {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr !important;
    gap: 1rem;
  }

  ul.wc-block-grid__products .mavericks-card-product {
    flex: 100%;
    width: 100%;
  }
}

/* QUICK VIEW
--------------------------------------------- */
.expanded-row,
.expanded-row.cerrado {
  border: none;
  border-radius: var(--content-radius);
  padding: 0;
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

ul.products {
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

/* Estilo para el elemento de vista rápida */
.products li.quick-view {
  flex: 0 0 97.5%;
  text-align: center;
  box-sizing: border-box;
}

.mavericks-product-summary * {
  text-align: left;
}

.expanded-row.expandido {
  border: 2px solid var(--green-life);
  padding: 3rem;
  opacity: 1;
  visibility: visible;
  margin-bottom: 2rem;
  height: auto;
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.quick-view .product-content {
  min-height: 200px !important;
  padding-top: 0 !important;
}

.price-tip span,
.price-tip .price {
  transition: color 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.price-tip {
  z-index: 99999;
}

.active .price-tip span,
.active .price-tip .price,
.hovered .price-tip span,
.hovered .price-tip .price {
  color: var(--blue-night) !important;
}

.quick-view-link {
  display: flex;
  margin-bottom: 1rem;
  color: var(--white-ivory);
  text-decoration: underline;
  transition: all 0.3s ease;
}

.quick-view-link:hover {
  color: var(--green-life);
}

.spinner {
  display: none;
  width: 50px;
  height: 50px;
  border: 6px solid var(--white-ivory);
  border-radius: 50%;
  border-top: 6px solid var(--green-life);
  animation: spin 1s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width: 690px) {
  .products li.quick-view {
    flex: 0 0 100%;
  }
  .expanded-row.expandido {
    padding: 1rem;
  }
}

/* CONSENT 
--------------------------------------------- */
.cky-consent-container .cky-consent-bar {
  border: 1px solid var(--dark-green) !important;
  box-shadow: none !important;
  border-radius: var(--content-radius) !important;
}

.cky-btn {
  -webkit-border-radius: var(--content-radius) !important;
  border-radius: var(--content-radius) !important;
}

.cky-btn-revisit-wrapper[style] {
  border: 2px solid var(--dark-green) !important;
  background: var(--blue-night) !important;
}

/* NEWSLETTER
--------------------------------------------- */
#newsletter {
  background-color: var(--dark-green);
}

.newsletter-row .wpb_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.newsletter-form-wrapper {
  display: flex;
  align-items: center !important;
  padding: 1rem 0;
}

.newsletter-form-wrapper p {
  padding-bottom: 0 !important;
}

.newsletter-form-wrapper input.wpcf7-email {
  border-color: var(--green-life);
  color: var(--white-ivory);
}

.newsletter-form-wrapper input[type='email']:focus {
  border-color: var(--white-ivory) !important;
}

.newsletter-form-wrapper input.wpcf7-email::placeholder {
  color: var(--white-ivory);
}

.newsletter-form-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button {
  margin-left: 1rem;
}

#newsletter .newsletter-title p {
  font-family: 'Vinila Compressed ExtraBold', sans-serif !important;
  color: var(--white-ivory);
  font-size: 2rem !important;
}

.newsletter-form-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button {
  position: relative !important;
}

#newsletter .wpcf7-spinner {
  left: 0 !important;
}

.newsletter-form-wrapper .wpcf7-spinner {
  display: none;
}

@media (max-width: 1000px) {
  .newsletter-row .wpb_wrapper,
  .newsletter-form-wrapper {
    flex-flow: column;
    justify-content: center;
  }
  .newsletter-row .wpb_wrapper .wpb_column,
  .newsletter-form-wrapper {
    width: 100%;
  }
  #newsletter {
    padding: 2rem 1rem 0 1rem !important;
  }

  .newsletter-form-wrapper .wpcf7-form-control.wpcf7-submit.has-spinner.mavericks-button {
    margin-left: 0;
  }
  #newsletter .wpcf7-spinner {
    top: -2rem;
  }

  #newsletter .wpcf7-submit {
    margin-top: 10px;
  }
}
