/** Shopify CDN: Minification failed

Line 458:4 "max-widht" is not a known CSS property
Line 605:0 All "@import" rules must come first

**/
/* THIS IS THE CUSTOM THEME CSS EDITED BY MAK */

/* USE THE RIGHT TYPEFACE EVERYWHERE*/

html,
body {
  font-family: "Favorit-Bold-MC" !important;
  /*FIX TYPEFACE*/
  font-weight: normal;
  /*semifix safari type aliasing */
  --buttonBorderWidth: 0px !important;
  --globalBorderWidth: 0px !important;
  --fontSizeBase: 1 !important;
  --logoImageSize: 1000px !important;
  --buttonRadius: 0px !important;
  overflow-x: hidden;
  height: 100%;
  /* overflow y - second scrollbar fix */
}

/* Button Styles*/
.cartButton,
.herblink {
  border-radius: 30px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px;
  box-shadow: inset 10px 10px 61px 0px rgba(255, 255, 255, 0.51);
  margin-bottom: 0.5em;
  color: black !important;
  width: 100%;
  text-align: center;
  align-items: center;
  font-family: "Favorit-Bold-MC" !important;
  font-weight: normal;
  letter-spacing: normal;
}

#subscribeMe {
  border-radius: 30px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px;
  box-shadow: inset 10px 10px 61px 0px rgba(255, 255, 255, 0.51);
  color: black !important;
  width: 100%;
  text-align: center;
  align-items: center;
  font-family: "Favorit-Bold-MC" !important;
  font-weight: normal;
  letter-spacing: normal;
}

.shopify-payment-button__button {
  border-radius: 30px !important;
  background-color: rgba(0, 0, 0, 0.3);
  border: 0px;
  box-shadow: inset 10px 10px 61px 0px rgba(255, 255, 255, 0.51);
  margin-bottom: 0.5em;
  color: black !important;
  width: 100%;
  text-align: center;
  align-items: center;
  font-family: "Favorit-Bold-MC" !important;
  font-weight: normal;
  letter-spacing: normal;
}

.carto {
  border-radius: 0px !important;
}

.shopify-payment-button__button:before {
  border: 0px;
}

.shopify-payment-button__button:hover {
  background-color: rgba(0, 0, 0, 0.3) !important;
  color: black !important;
}

/*HOVER-- STYLES*/

.hero picture {
  transition: all 0.3s ease-in-out;
}

img {
  transition: all 0.3s ease-in-out;
}

.hero picture:hover {
  /*filter:saturate(95%);*/
  transform: scale(1.05) !important;
  cursor: pointer;
}

.hero:hover {
  /*filter:saturate(50%);*/
  cursor: pointer;
}

img:hover {
  cursor: pointer;
}

/*NAVBAR / HEADER -- STYLES*/

a.no-style {
  color: var(--BgColor);
}

header img.logo {
  width: 20em;
}

mobscroller a {
  color: white !important;
}

.mob-scroller {
  background-color: var(--primary) !important;
}

#header-grid x-cell.bogo {
  padding: 0em !important;
}

.menulink {
  line-height: 0.1em;
}

.spacer {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

input {
  border-radius: 15px !important;
}

:is(*, .button, label, button, input, textarea, select, summary):focus {
  outline: 0px solid var(--color) !important;
}

#header-grid {
  --grid-tc: repeat(2, minmax(0, 1fr));
}

#header-grid x-cell.bogo {
  grid-column: 1/-1;
  justify-content: center;
  border-bottom: var(--globalBorder);
  padding: var(--padding);
  border-right: 0 !important;
}

@media (max-width: 777px) {
  #header-grid x-cell.accounts {
    grid-column: 1/-1;
    justify-content: center;
    margin: var(--boxPadding) 0;
  }
}

/* CODE FOR MENUE FIX */

#f-links a {
  color: var(--primary) !important;
}

.credits a {
  color: var(--primary) !important;
}

/* CARD NUMBER LEFT */
header .accounts {
  justify-content: left;
}

/* MARQUEE LARGER FONTSIZEB */
.marquee {
  font-size: xx-large;
}

/* MENU BUTTON STYLES */

.mob-scroller {
  line-height: 0.7;
  background-color: transparent !important;
}

.mob-scroller a.no-style {
  color: white !important;
}

/* FIX VIDEO CONTROLS FOR FAM PAGE */
.hero.html5video video {
  width: 100vw;
  pointer-events: none;
  padding: 10em;
}

/* SUBPAGE MENU COLOR */
#f-links a,
.credits a {
  color: var(--secondary) !important;
}

details.dm details-menu {
  background-color: grey !important;
  opacity: 0.4;
  border-radius: 20px;
  margin-top: 0.5em;
  margin-left: 75vw;
  width: fit-content;
}

.mob-scroller a :hover {
  cursor: pointer;
}

/* Carto Padding Fix*/
header #counter {
  padding: 0.5rem 0.5rem;
}

/* Last Paragraph */

.button is-customized {
  grid: ce1;
}

/* IGUANA VIDEO Button */

.iguana {
  background-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  font-spacing: 0.3em;
  font-family: "Favorit-Bold-MC" !important;
  transition: all 0.2s ease-in-out;
  font-weight: bolder;
  letter-spacing: normal;
  color: rgba(0, 0, 0, 0.74) !important;
}

.iguana span {
  font-size: 1.6em;
  color: rgba(0, 0, 0, 0.74) !important;
}

.iguana p {
  color: rgba(0, 0, 0, 0.74) !important;
}

.iguana:hover {
  transform: skew(5deg, 0deg);
  transform: scale(1.05);
}

.iguanavideo {
  width: 100% !important;
  height: auto !important;
}

@media (max-width: 777px) {
  .iguanavideo {
    height: 40vh !important;
  }

  .iguanavideo video {
    height: 100%;
    object-fit: cover;
  }
}

/* PRODUCT PAGE TYPOGRAPHY */

h1 {
  font-size: 2.5em;
}

.text p {
  font-size: 1.3em;
}

.price-item--regular {
  font-size: 1.5em;
}

.itsapp {
  font-size: 1em;
}

button {
}

.rte p {
  font-size: 1em;
}

.text .rte p {
  font-size: 1.3em;
}

.cartButton {
  border-radius: 0px;
}

/* PP LOGO STYLES*/
.logowrap {
  display: flex !important;
  justify-content: center !important;
  transform: scale(0.7) !important;
  padding: 1em;
}

.herblink,
.herblink a {
  color: whitesmoke;
  text-decoration: none;
}

.herblink a:hover {
  text-decoration: underline !important;
  color: whitesmoke;
}

.logos {
  filter: saturate(0%);
  webkit-filter: saturate(0%);
  width: 20%;
  height: auto;
}

/* FAM PAGE VIDEO IFRAME STYLES */

.lazyframe iframe {
  padding: 5em;
}

.lazyframe::before {
  padding: 5em;
}

/*Footer Font Size */

.fda-note {
  font-size: 0.8em;
}

/* SWIPER CSS FOR MAIN PAGE SWIPER HEIGHT */

.swiper-main-container {
  width: 100%;
}

.swiper-main-wrapper {
  width: 100%;
}

.swiper-main-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  height: 80vh;
}

.slide-main-image {
  flex-shrink: 0;
  min-width: 400%;
  min-height: 100%;
}

.landing img {
  transform: translateY(-15%);
  webkit-transform: translateY(-15%);
  width: 100%;
}

video:not(.custom-video) {
  width: 100%;
}

/*Mobile Styles product Page */

@media only screen and (min-device-width: 300px) and (max-device-width: 812px) and (-webkit-device-pixel-ratio: 3) {
  h1 {
    font-size: 2.5em;
  }

  #prodesc {
    padding: 0.75em;
  }

  .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .swiper-slide {
    background-color: transparent;
    height: 100%;
  }

  /* Smaller Logo on Mobile */
  header .logo {
    font-size: 20px;
  }

  .shopify-payment-button__more-options {
    color: var(--BgColor);
    letter-spacing: normal;
  }

  /* HERBARIUM MOBILE ORDER OF INFO BUBBLES */
  .info2 {
    order: 3;
  }

  .info3 {
    order: 1;
  }

  .herbvid1 {
    /*cannabis*/
    order: 3;
  }

  .info4 {
    order: 4;
  }

  .herbvid3 {
    /*buriti*/
  }

  .herbvid2 {
    /*sacha*/
    order: 4;
  }

  .herbvid4 {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  /* TUTORIAL VIDEO SLIDER FULL WIDTH MOBILE */
  .tut {
    width: 100%;
    max-widht: 60%;
    padding-left: 0em;
    padding-right: 0em;
    margin-bottom: 2em;
  }

  /* Dont display herbvid on mobile 
    .herbvid {
      padding:0em;
      margin:0em;
      display:none;
    } */
  .slider-landingwrap {
    height: 30vh;
    object-fit: cover;
  }

  .landing video {
    max-width: 300% !important;
    width: 150% !important;
    height: auto;
    transform: translateX(-16%) translateY(-12.5%);
    webkit-transform: translateX(-16%) translateY(-12.5%);
  }

  .landing img {
    max-width: 200% !important;
    width: 200%;
    height: auto;
  }

  .btn-container {
    width: 100%;
    justify-content: center;
  }

  .btn-next p,
  .btn-prev p {
    font-size: 2em;
  }

  .shopify-payment-button__button {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: inset 10px 10px 61px 0px rgba(255, 255, 255, 0.51);
    letter-spacing: normal;
    font-family: "Favorit-Bold-MC" !important;
  }

  /* ABOUT PAGE MOBILE PADDING */
  .about {
    width: 90%;
  }

  /* MOBILE MENU DISPLAY UPPERCASE*/
  .fire-menu {
    text-transform: uppercase;
  }

  .spacer {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }
}

/*VIDEO LANDING SWIPER LOGIC*/
@media (max-aspect-ratio: 16/9) {
  .spacer {
    margin-top: 10rem;
    margin-bottom: 10rem;
  }
}

/* Itsapp CSS */
.itsapp * {
  float: none !important;
}

.itsapp #shopify-block-f930d00d-5198-45d1-a7f1-f58bfa139c5d *,
.itsapp .shopify-app-block * {
  text-align: center !important;
  float: none !important;
  margin-bottom: 4px;
}

.terms {
  padding-left: 0 !important;
  padding-right: 0 !important;
  overflow-wrap: unset !important;
}

.itsapp
  .sezzle-shopify-info-button
  .sezzle-checkout-button-wrapper
  .sezzle-button-text.sezzle-right {
  float: none !important;
  text-align: center !important;
  font-size: 14px !important;
}

.itsapp
  .sezzle-shopify-info-button
  .sezzle-checkout-button-wrapper
  .sezzle-button-text {
  font-size: 14px !important;
}

.itsapp .sezzle-shopify-info-button:last-of-type {
  display: none !important;
}

.shopify-payment-button {
  margin-bottom: -50px;
}

.itsapp .btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.3);
  box-shadow: inset 10px 10px 61px 0px rgba(255, 255, 255, 0.51);
  margin-bottom: 0.5em;
  font-family: "Favorit-Bold-MC", sans-serif;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}

.cartButton.is-primary,
.shopify-payment-button__button {
  height: 40px;
  font-size: 14px;
  font-family: "Favorit-Bold-MC", sans-serif !important;
}

.itsapp .btn-link:hover {
  border-color: var(--buttonBorderHover);
  opacity: 0.9;
  outline: 0;
  color: #000;
}

@import "herbarium.css";

/* Product Media Swiper */
.js-product-carousel .swiper-slide {
  height: auto;
}
.js-product-carousel .swiper-slide:hover {
  cursor: normal;
}

.js-product-carousel .swiper-slide picture {
  width: 100%;
}

.product-thumbnails {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 0.875rem;
  width: auto;
  gap: 0.875rem;
  position: absolute;
  left: min(2rem, 3vw);
  z-index: 100;
  top: 500px;
}

.product-thumbnails .swiper {
  max-height: min(max(12.25rem, 13.5vw), 18.875rem);
}

.product-thumbnails .swiper-slide {
  background: transparent;
}

.product-thumbnails .swiper-button-disabled {
  opacity: 0;
}

.product-thumbnails .product-thumbnails__arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.875rem;
  background: #edeceb80;
  width: min(max(1.375rem, 1.5277777778vw), 2.0625rem);
  height: min(max(1.375rem, 1.5277777778vw), 2.0625rem);
}

.product-thumbnails
  .swiper-slide.swiper-slide-thumb-active
  .product-swiper-thumbnail {
  opacity: 1;
}

.product-thumbnails .swiper-slide picture {
  width: 100%;
  height: 100%;
}

.product-thumbnails .swiper-slide picture img {
  object-fit: cover;
  height: 100%;
  object-position: left;
}

.product-swiper-thumbnail {
  cursor: pointer;
  position: relative;
  width: max(2.6125rem, 2.6vw);
  height: max(2.6875rem, 2.5vw);
  transition: all 0.7s cubic-bezier(0.76, 0, 0.24, 1);
  opacity: 0.5;
  border-radius: 10px;
  overflow: hidden;
  background: #dedcd9;
}

@media screen and (min-width: 821px) {
  .product-thumbnails {
    display: flex;
  }

  .js-product-carousel .swiper-scrollbar {
    display: none;
  }
}

/* Klaviyo */
.kl_reviews__list__tab_buttons button,
.kl_reviews__button_bar button {
  text-transform: uppercase !important;
}

.kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item
  p.kl_reviews__review__content {
  text-align: left !important;
}

.accordion ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 100%;
  list-style: none;
}

.kl_reviews__summary.kl_reviews__summary.kl_reviews__summary h2 {
  border-bottom: 0 !important;
}

.kl_reviews__reviews_list.kl_reviews__reviews_list.kl_reviews__reviews_list
  .kl_reviews__list__tabs,
.kl_reviews__review_item.kl_reviews__review_item.kl_reviews__review_item {
  border-bottom: 1px solid #bfbfbf !important;
}



section.product-slices .swiper-slide .video, section.product-slices .swiper-slide .image {
    display: block;
    width: 100%;
}
