/*!
Theme Name: Select Elevated Theme
Theme URI: https://github.com/jganstf/CUR-select-elevated
Author: Temper & Forge
Version: 2025.05.30-004
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: selectelevated
Tags: select, elevated, theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

/* GLOBAL STYLES */
/*****************/

/*** Root Variables ***/
:root {
  --color-white: #ffffff;
  --color-black: #000000;
  --color-menu: #3233ff;
  --color-primary: #0a23f3;
  --color-secondary: #e7e9e8;
  --color-xbites: #f7941d;
  --color-tangerine: #fead16;
  --color-sativa: #f9cc0c;
  --color-citrus: #f8af16;
  --color-tropical: #17cc4a;
  --color-hybrid: #eb348b;
  --color-indica: #a02f93;
  --color-berry: #f98aaa;
  --bs-nav-link-font-size: 22px;
}

/* Base Elements & Containers */
html {
	margin-top: 0 !important;
	font-size: 22px;
}

@media (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}

body {
	font-family: 'TT Firs Neue Medium', sans-serif;
	font-weight: 500;
	color: var(--color-primary);
	background-color: var(--color-white);
	overflow-x: hidden;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.site-container {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main.site-content {
  flex: 1 0 auto;
  min-height: 50%;
}

.container-fluid {
  max-width: 1920px;
  padding-left: 0;
  padding-right: 0;
}

.container {
  padding-left: 5%;
  padding-right: 5%;
  max-width: 100%;
}

.container-sm {
  max-width: 760px !important;
}

p,
li,
a {
  line-height: 1.5;
}

ol,
ul {
  padding-left: 1rem;
  margin-bottom: 0;
}

ul + ul {
  margin-top: 1rem;
}

ul:not([class]) li:not([class]) {
  margin-bottom: 0.5rem;
}

ul > li:last-of-type {
  margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Colors, Backgrounds, Borders */
.color-white {
  color: var(--color-white);
}

.color-black {
  color: var(--color-black);
}

.color-primary {
  color: var(--color-primary);
}

.color-secondary {
  color: var(--color-secondary);
}

.color-xbites {
  color: var(--color-xbites);
}

.color-xbites-1st-char::first-letter {
  color: var(--color-xbites) !important;
}

.bg-white {
  background-color: var(--color-white) !important;
  color: var(--color-primary);
}

.bg-black {
  background-color: var(--color-black) !important;
  color: var(--color-white);
}

.bg-primary {
  background-color: var(--color-primary) !important;
  color: var(--color-white);
}

.bg-menu {
  background-color: var(--color-menu) !important;
  color: var(--color-white);
}

.bg-xbites {
  background-color: var(--color-xbites);
}

.bg-tangerine {
  background-color: var(--color-tangerine);
}

.bg-sativa {
  background-color: var(--color-sativa);
}

.bg-hybrid {
  background-color: var(--color-hybrid);
}

.bg-indica {
  background-color: var(--color-indica);
}

.bg-berry {
  background-color: var(--color-berry);
}

.bg-citrus {
  background-color: var(--color-citrus);
}

.bg-tropical {
  background-color: var(--color-tropical);
}

.bg-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

/* Typography */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  font-weight: 600;
}

h1,
.h1 {
  font-size: 3rem;
}

h2,
.h2 {
  font-size: 1.8rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.05rem;
}

.display-1 {
  font-size: min(9rem, 12vw) !important;
  font-family: "Owners XBlack", sans-serif;
  text-transform: uppercase;
}

.display-1.text-shadow_primary {
  text-shadow: -0.02em 0.03em var(--color-primary), -0.025em 0.0325em var(--color-white), -0.025em 0.0375em var(--color-white), -0.02em 0.0375em var(--color-white);
}
.display-2.text-shadow_primary {
  text-shadow: -3px 5px var(--color-primary), -4px 5.5px var(--color-white),
    -4px 4px var(--color-white), -2px 6px var(--color-white);
}

.display-2 {
  font-family: "Owners Black", sans-serif;
  font-size: 3.75rem;
  line-height: 3.5rem;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.text-sm {
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .display-1 {
    font-size: 5rem;
  }

  .display-2 {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}

/* Buttons & Links */
a {
  color: var(--color-primary);
}

a:hover {
  color: var(--color-black);
}

.btn {
  font-family: "Owners Black", sans-serif;
  border-radius: 3rem;
  padding: 0.25rem 1.75rem;
  text-transform: uppercase;
}

.btn-sm {
  font-size: 0.75rem;
  line-height: 1;
}

.btn.btn-primary {
  background-color: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: var(--color-white);
}

.btn.btn-primary:hover {
  background-color: var(--color-white);
  color: var(--color-primary);
}

.btn.btn-outline-primary {
  background-color: var(--color-white);
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}

.btn.btn-outline-primary:hover {
  background-color: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-white);
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  font-size: 14px;
  font-weight: 400;
  padding: 0.3rem 1rem 0.25rem;
}

@media (max-width: 767.98px) {
  .cta-link {
    text-align: center;
  }
}

/* Imagery */
.cropped-img,
.cropped-img .img-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.cropped-img .img-wrapper {
  min-width: 100%;
  min-height: 100%;
}

.cropped-img .img-wrapper img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.hs-fillall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Make sure it's above other card content */
  text-indent: -9999px; /* Hides the link text visually */
  overflow: hidden;
}
.hs-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.hero-spotlight .slick-dots {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 1.5rem;
  left: 0;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  margin-left: 0;
  padding-left: 0;
  /* transition: opacity ease 0.15s; */
}
.hero-spotlight .slick-dots.slick-dots-hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
.hero-spotlight .slick-dots li {
  list-style-type: none;
}
.hero-spotlight .slick-dots li::marker {
  display: none;
  content: unset;
}
.hero-spotlight .cropped-img .img-wrapper-img-desktop {
  display: block;
}
.hero-spotlight .cropped-img .img-wrapper-img-mobile {
  display: none;
}
.hero-spotlight .slick-dots li button {
  background-color: #fff;
  outline: none;
  border: none;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 1px;
  color: #fff; /* hide number text */
  border: solid 1px var(--color-primary);
  padding: 0;
  display: grid;
  place-items: center;
}
.hero-spotlight .slick-dots li.slick-active button {
  background-color: var(--color-primary);
  color: var(--color-primary); /* hide number text */
}
.hero-spotlight .img-wrapper-slide {
  position: relative;
}
.hero-spotlight-btns {
  position: absolute;
  bottom: 18%;
  left: 0;
  /* transform: translateX(-50%); */
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1rem;
  flex-wrap: wrap;
  row-gap: 1rem;
  width: 50%;
}
.hero-spotlight-btns .btn {
  flex-grow: 1;
  white-space: nowrap;
  max-width: 275px;
  font-weight: 900;
}
/* Fix for single image not being full width */
.hero-spotlight .slick-track,
.hero-spotlight .slick-list,
.hero-spotlight .slick-slide {
  width: 100%;
}
@media (max-width: 768px) {
  .hero-spotlight .slick-dots {
    bottom: 2rem;
  }
  .hero-spotlight .cropped-img .img-wrapper-img-desktop {
    display: none;
  }
  .hero-spotlight .cropped-img .img-wrapper-img-mobile {
    display: block;
  }
  .hero-spotlight .slick-dots li button {
    width: 0.8rem !important;
  }
  .hero-spotlight-btns {
    left: 50%;
    transform: translateX(-50%);
    bottom: 10%;
  }
}
@media (max-width: 576px) {
  .hero-spotlight-btns .btn {
    width: min(90vw, 275px);
  }
}
/* Only desktop image present */
.hero-spotlight
  .cropped-img
  .img-wrapper-slide:not(:has(.img-wrapper-img-mobile))
  .img-wrapper-img-desktop {
  display: block;
}

/* Icons */
.social-icon {
  width: 33px;
  height: 33px;
}

/* Carousels */
.carousel .carousel-indicators {
  position: relative;
  margin-top: 1rem;
}

.carousel .carousel-indicators [data-bs-target] {
  transition: 1s ease;
  width: 15px;
  height: 15px;
  margin: 0 5px;
  background-color: var(--color-white);
  border: 2px solid var(--color-primary);
  border-radius: 100%;
}

.carousel .carousel-indicators .active {
  background-color: var(--color-primary);
}

/* Accordions */
.accordion .accordion-item {
  border: none;
}

.accordion .accordion-button {
  padding: 1rem 0;
  border-radius: 0 !important;
  box-shadow: none;
  border-bottom: 5px solid var(--color-primary);
  background-color: var(--color-white);
  color: var(--color-black);
}

.accordion .accordion-button:after {
  background-image: none;
  transform: none;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%230a23f3" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/></svg>');
  display: inline-block;
  width: 32px;
  height: 32px;
  transition: all ease-in 0.2s;
}

.accordion .accordion-button:hover:after,
.accordion .accordion-button:not(.collapsed):after {
  margin-right: -8px;
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23000" class="bi bi-arrow-right-short" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4 8a.5.5 0 0 1 .5-.5h5.793L8.146 5.354a.5.5 0 1 1 .708-.708l3 3a.5.5 0 0 1 0 .708l-3 3a.5.5 0 0 1-.708-.708L10.293 8.5H4.5A.5.5 0 0 1 4 8"/></svg>');
}

.accordion .accordion-button.collapsed {
  opacity: 0.75;
  color: var(--color-primary);
}

.accordion .accordion-button:not(.collapsed) {
  pointer-events: none;
}

.accordion .accordion-button.collapsed:hover {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .accordion .accordion-button:after {
    transform: rotate(45deg);
  }

  .accordion .accordion-button:hover:after,
  .accordion .accordion-button:not(.collapsed):after {
    margin-right: 0;
    transform: rotate(90deg);
  }
}

/* Product Hero */
body:has(.pdp-hero) .site-header.bg-menu {
  background-color: transparent !important;
  transition: background-color ease 0.25s;
}
body:has(.pdp-hero) .site-header.bg-menu.site-scrolled {
  background-color: var(--color-primary) !important;
}
.pdp-hero {
  margin-top: -55px; /* navbar height */
  position: relative;
}
.pdp-hero .pdp-hero__background {
  width: 100%;
  position: absolute;
  top: 0;
}
.pdp-hero .pdp-hero__background img {
  width: 100%;
  height: 36rem;
  object-fit: cover;
  object-position: top center;
}
.pdp-hero .pdp-hero__product-logo {
  max-width: 100%;
  margin-top: 18rem;
}
.pdp-hero .pdp-hero__product-logo img {
  max-width: 100%;
  height: auto;
  padding: 0px 1.5rem;
}

body.formulax {
  .pdp-hero .pdp-hero__product-logo {
    margin-top: 8rem;
    img {
      margin-bottom: 2rem; /* formulaX */
      width: 34rem;
    }
  }
}
body.zero-proof-seltzer {
  .pdp-hero .pdp-hero__product-logo {
    margin-top: 9.5rem;
  }
}

@media (max-width: 1439px) {
  body.zero-proof-seltzer {
    .pdp-hero .pdp-hero__product-logo {
      margin-top: 8.5rem;
    }
  }
  .pdp-hero .pdp-hero__background img {
    height: calc(41vw + 9rem)!important;
  }
}

@media (max-width: 991px) {
  body.bites {
    .pdp-hero .pdp-hero__background {
      height: calc(55vw + 9rem);
    }
  }
}

@media (max-width: 767px) {
  body.bites {
    .pdp-hero .pdp-hero__background {
      height: calc(37.5vw + 14rem);
    }
  }
}
@media (max-width: calc(40rem - 1px)) {
  body.bites {
    .pdp-hero .pdp-hero__product-logo {
      margin-top: calc(21.5vw + 6rem);
    }
  }
}

.pdp-hero .pdp-hero__inner {
  background-color: var(--color-white);
}
.pdp-hero .pdp-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  /* min-height: 1285px; */
}
.pdp-hero .pdp-hero__cta-text {
  font-family: var(--font-tt-bold);
  font-weight: 700;
  font-size: clamp(2rem, 0.7rem + 5.333vw, 5.5rem);
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  max-width: 1300px;
  padding: 0px 1.5rem;
}
@media (max-width: 768px) {
  .pdp-hero__image-desktop {
    display: none;
  }
  .pdp-hero__image-mobile {
    display: block;
  }
}
.pdp-hero:not(:has(.pdp-hero__image-mobile)) .pdp-hero__image-desktop {
  display: block;
}
.pdp-hero__logo-prod {
  /* transform: translateY(-100%); */
  padding-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
.pdp-hero__logo-prod img {
  max-height: 80vh;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  /* transform: translateY(10vh); */
}
.pdp-hero__logo-prod img.logo-prod-desktop {
  display: block;
}
.pdp-hero__logo-prod img.logo-prod-mobile {
  display: none;
}
@media (max-width: 768px) {
  .pdp-hero__logo-prod img.logo-prod-desktop {
    display: none;
  }
  .pdp-hero__logo-prod img.logo-prod-mobile {
    display: block;
  }
  .pdp-hero__logo-prod:not(:has(img.logo-prod-mobile)) img.logo-prod-desktop {
    display: block;
  }
}

/* Modals */
.modal.show {
  background: rgba(0, 0, 0, 0.55);
}

.modal .modal-content {
  border-radius: 0;
}

@media (min-width: 1400px) {
  .modal .modal-xl {
    max-width: 1290px;
  }
}

/* PRODUCT DETAIL BLOCK */
/************************/
.product-details-block {
  --product-details-block-background-color: #ffffff;
  background-color: var(--product-details-block-background-color);
  font-family: "TT Firs Neue";
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  z-index: 10;
}
.product-details-block__text-light {
  color: #fff;
}
.product-details-block__text-dark {
  color: #211F1E;
}
.product-details-block__inner {
  padding: 100px 0;
  padding-left: 5%;
  padding-right: 5%;
}
.product-details-block__inner-wrap {
  display: flex;
  align-items: flex-start;
  column-gap: 3rem;
  position: relative;
  z-index: 1;
}
.product-details-block__left {
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
  position: relative;
  z-index: 10;
}
.product-details-block__right {
  flex-basis: 45%;
  position: relative;
  z-index: 10;
  font-family: "TT Firs Neue Regular";
}
.product-details-block__eyebrow {
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.729%;
  margin-bottom: 0;
}
.product-details-block__title {
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: 96%;
  margin-bottom: 0;
  max-width: 10ch;
}
.product-details-block__image {
  max-width: 100%;
  max-height: 800px; /* set reasonable max height for tall skinny images */
  object-fit: contain;
  margin-left: auto;
  display: block;
}
.product-details-block__right {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.product-details-block__text-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 128.729%;
  margin-bottom: 20px;
}


.product-details-block__accordion-content * {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 128.729%;
}
.product-details-block__accordion-content strong {
  font-weight: 600;
}



.product-details-block__description-text, .product-details-block__description-text *:not(.product-details-block__text-title):not(sup):not(strong) {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.729%;
}
.product-details-block__description-text strong {
   font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.729%;
  font-weight: 600;
}
.product-details-block__description-text ol, .product-details-block__description-text ul {
    margin-left: 0;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.product-details-block__description-text li {
  margin-bottom: 0.5rem;
}
.product-details-block__description-text ul {
  list-style-type: disc;
}
.product-details-block__description-text ol {
  list-style-type: decimal;
}
.product-details-block__description-text a {
  color: white !important;
  text-decoration: underline;
  font-weight: 500 !important;
}
.product-details-block__description-text > *:last-child {
  margin-bottom: 0;
}
.product-details-block__description-table {
  display: flex;
  border-top: dotted 2px #211F1E;
  border-bottom: dotted 2px #211F1E;
  align-self: flex-start;
  width: 100%;
}
.product-details-block__text-light .product-details-block__description-table {
  border-top: dotted 2px #fff;
  border-bottom: dotted 2px #fff;
}
.product-details-block__col {
  padding: 8px;
  border-right: dotted 2px #211F1E;
  flex-grow: 1;
}
.product-details-block__text-light .product-details-block__col {
  border-right: dotted 2px #fff;
}
.product-details-block .product-details-block__col:last-of-type {
  border-right: unset;
}
.product-details-block__col-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  margin-bottom: 0.25rem;
}
.product-details-block__accordion-label {
  font-size: 24px;
  font-weight: 700;
  line-height: 128%;
  border-bottom: solid 1px #211F1E;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  cursor: pointer;
  align-items: center;
  user-select: none;
}
.product-details-block__text-light .product-details-block__accordion-label {
  border-bottom: solid 1px #fff;
}
.product-details-block__accordion-label svg {
  width: 1.5rem;
  height: auto;
  transition: transform ease 0.25s;
}
.product-details-block__accordion-label svg circle {
  fill: #211F1E;
}
.product-details-block__accordion-label svg polygon {
  fill: #fff;
}
.product-details-block__text-light .product-details-block__accordion-label svg circle {
  fill: #fff;
}
.product-details-block__text-light .product-details-block__accordion-label svg polygon {
  fill: #211f1e;
}
.product-details-block__accordion-content {
  padding-top: 0.5rem;
  display: none;
}
.product-details-block__description-accordion.accordion-open .product-details-block__accordion-label svg {
  transform: rotate(180deg);
}
/* .product-details-block__description-accordion.accordion-open .product-details-block__accordion-content {
  display: block;
} */
.product-details-block__col-text {
  font-size: min(30px, 9.5vw);
  line-height: 128.729%;
  font-weight: 900;
}
.product-details-block__col-text.table-small {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
}
.product-details-block__description-buttons {
  display: flex;
  column-gap: 1rem;
  row-gap: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}
.product-details-block__button {
  flex-basis: 50%;
  display: block;
  flex-grow: 0;
  flex-shrink: 1;
  background-color: #211F1E;
  color: #fff;
  text-decoration: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 50px;
  padding: 0.75rem 1.75rem;
  display: grid;
  place-items: center;
  text-align: center;
  max-width: 265px;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  white-space: nowrap;
  line-height: 1;
  border: solid 1px transparent;
}
.product-details-block__text-light .product-details-block__button {
  color: #211f1e;
  background-color: #fff;
}
.product-details-block__button:hover {
  color: #211F1E;
  background-color: #fff;
}
.product-details-block__text-light .product-details-block__button:hover {
  color: #fff;
  background-color: #211f1e;
}
.product-details-block__description-disclaimer {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 400;
  max-width: 65%;
}
.product-details-block__accordion-content * {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 128.729%;
}
.product-details-block__accordion-content strong {
  font-weight: 600;
}
.product-details-block__accordion-content ul {
  list-style-type: disc;
  margin-left: 0;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.product-details-block__accordion-content > :last-child {
  margin-bottom: 0;
}
.product-details-block__right:has(.product-details-block__description-table + .product-details-block__description-table) .product-details-block__description-table {
  width: 100%;
}
.product-details-block__description-table ~ .product-details-block__description-table {
  margin-top: -1.25rem;
  border-top: unset;
}
.product-details-block__right:has(.product-details-block__description-table + .product-details-block__description-table) .product-details-block__col {
  flex-basis: 33%;
  flex-grow: 0;
}
.product-details-block__button.button-border {
  border: solid 1px #fff;
}
.product-details-block__text-light .product-details-block__button.button-border {
  border: solid 1px #211f1e;
}
.product-details-block__button.button-border:hover {
  border: solid 1px #fff;
}
.product-details-block__text-light .product-details-block__button.button-border:hover {
  border: solid 1px #fff;
}
.accent-image {
  position: absolute;
  object-fit: contain;
  height: auto;
  pointer-events: none;
  z-index: 0;
}
.product-details-block .container {
  position: relative;
}
.product-details-block .accent-image-1 {
  bottom: 0;
  left: 0;
  transform: translateX(-30%) translateY(15%);
  max-width: 350px;
}
.product-details-block .accent-image-2 {
  top: 0;
  left: 50%;
  transform: translateX(-100%) translateY(20%);
  max-width: 150px;
}
.product-details-block .accent-image-3 {
  bottom: 0;
  right: 0;
  max-width: 125px;
  transform: translateX(30%) translateY(-80%);
}
@media (max-width: 992px) {
  .product-details-block .accent-image-1 {
    max-width: 200px;
  }
  .product-details-block .accent-image-2 {
    max-width: 94px;
    transform: translateX(10%) translateY(5vw);
  }
  .product-details-block .accent-image-3 {
    bottom: 40%;
    max-width: 100px;
    transform: translateX(56%) translateY(-80%);
    /* transform: translate */
  }
  .product-details-block__inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .product-details-block__inner-wrap {
    flex-direction: column;
    row-gap: 1rem;
    width: min(100%, 600px);
    margin-left: auto;
    margin-right: auto;
    position: static !important;
  }
  .product-details-block__left, .product-details-block__right {
    flex-basis: unset;
    width: 100%;
  }
  .product-details-block__image {
    width: 100%;
    margin: unset;
    height: auto;
    max-height: 600px;
  }
  .product-details-block__description-buttons {
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .product-details-block__title {
    font-size: min(50px, 16.5vw);
  }
  .product-details-block__text-title, .product-details-block__accordion-label, .product-details-block__button {
    font-size: 1.25rem;
  }
  .product-details-block__text-text, .product-details-block__accordion-content, .product-details-block__accordion-content *, .product-details-block__eyebrow, .product-details-block__col-title {
    font-size: 1rem;
  }
  .product-details-block__accordion-content {
    padding-top: 1rem;
  }
  .product-details-block__col-text {
    font-size: 1.5rem;
  }
  .product-details-block__col-text.table-small {
    font-size: 1rem;
  }
  .product-details-block__description-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 576px) {
  .product-details-block__button {
    flex-basis: unset;
    width: 100%;
    max-width: unset;
  }
  .product-details-block__col {
    flex-basis: 50% !important;
    flex-grow: 1 !important;
  }
  .product-details-block__description-table {
    flex-wrap: wrap;
    width: 100%;
  }
  .product-details-block__description-table:has(:nth-child(3):last-child) > :nth-child(2) {
    border-right: none;
  }
  .product-details-block__description-table > :nth-child(3) {
    border-top: dotted 2px #211F1E
  }
  .product-details-block__text-light .product-details-block__description-table > :nth-child(3) {
    border-top: dotted 2px #fff;
  }
  .product-details-block__title {
    max-width: unset;
  }
}

/* CARD SLIDER */
/***************/
:root {
	/* Colors - use these variables for color, like var(--color-orange); */
	/* --text-blue: #0001E6;
	--text-dark: #211F1E;
	--color-tropical: #17CC4A;
	--color-berry: #F98AAA;
	--color-citrus: #F8AF16; */
	--font-tt: "TT Firs Neue Medium";
	--font-tt-bold: "TT Firs Neue Bold";
	--font-tt-medium: "TT Firs Neue Medium";
	--font-tt-regular: "TT Firs Neue Regular";
	--font-tt-black: "TT Firs Neue Black";
	--font-tt-extrabold: "TT Firs Neue Extrabold";
	--font-tt-extrablack: "TT Firs Neue Extrablack";
	/* --color-button-bg: #f98aaa; */
}

.card-slider {
	padding: clamp(4rem, 4.417rem + -1.157vw, 3.375rem) 0;
	display: flex;
	flex-direction: column;
	row-gap: clamp(2rem, 0.4rem + 4vw, 4rem);
	overflow: hidden;
}
.card-slider .fs-container {
	width: min(100%, 1760px);
	margin-left: auto;
	margin-right: auto;
}
.card-slider .card-slider__header {
	text-align: center;
	color: var(--color-primary);
	font-size: clamp(2rem, 0.7rem + 5.333vw, 5.5rem);
	line-height: 108%;
	font-weight: 700;
	max-width: 13ch;
	margin-left: auto;
	margin-right: auto;
	font-family: var(--font-tt-bold);
	text-transform: uppercase;
}
.card-slider .card-slider__cards {
	display: flex;
	align-items: stretch;
	justify-content: center;
	overflow:hidden;
	cursor: grab;
	width: calc(100% + 200px);
	margin-left: -100px;
}

.card-slider .card-slider__card {
	padding: 50px clamp(1.188rem, -0.107rem + 3.452vw, 3rem);
	border-radius: 20px;
	border: solid 1px var(--color-primary);
  width: calc(100% - 26px);
  min-width: calc(100% - 26px);
  max-width: calc(100% - 26px);
  margin-left: auto;
  margin-right: auto;
	text-align: center;
	display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.card-slider .card-slider__card-inner {
	display: flex;
	flex-direction: column;
	row-gap: 25px;
	height: auto !important;
  width: 100%;
  justify-content: center;
}
.card-slider .card-slider__card-contents {
	display: flex;
	flex-direction: column;
	row-gap: 18px;
	height: auto !important;
}
.card-slider .card-slider__card-title, .card-slider .card-slider__card-text {
	margin: 0;
}
.card-slider .card-slider__card-title {
	font-size: clamp(1.25rem, 0.45rem + 2vw, 2.25rem) !important;
	line-height: 1.29;
	font-weight: 700;
	font-family: var(--font-tt-bold);
}
.card-slider .card-slider__card-text {
	font-size: 1rem !important;
	line-height: 1.29;
	font-weight: 400;
	font-family: var(--font-tt-regular);
}
.card-slider .slick-track
{
    display: flex !important;
}

.card-slider .slick-slide
{
    height: inherit !important;
}
.card-slider .slick-slide  div {
	height: 100%;
}
.card-slider .card-slider__card-icon {
	height: unset !important;
}
.card-slider .card-slider__card-icon svg {
	width: 6.4rem;
	height: auto;
	aspect-ratio: 1/1;
}
/* fix for bottom border disappearing on resize */
.card-slider .slick-slide {
  margin-bottom: 2px;
}
@media (max-width: 639px) {
  .card-slider .card-slider__cards {
    width: 100%;
    margin-left: unset;
  }
	
	.card-slider .card-slider__header {
		max-width: 14ch;
		padding-left: 24px;
		padding-right: 24px;
	}
  .card-slider .card-slider__card {
    max-width: calc(100% - 12px);
  }
}


/* SECTION STYLES */
/******************/

/* Site Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
}

.site-header .navbar {
  padding: 0;
}

.site-header .header-brand {
  display: flex;
  align-items: center;
  min-height: 55px;
}

.site-header .header-brand svg,
.site-header .header-brand img {
  width: 145px;
  height: 30px;
}

.site-header .header-brand a:hover > svg > g > path {
  fill: var(--color-black) !important;
}

.site-navigation a.nav-link {
  font-family: "Owners Bold", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--color-white);
  padding: 0 !important;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.site-navigation li:first-of-type > a.nav-link {
  margin-left: 0;
}

.site-navigation li > a.nav-link:hover {
  color: var(--color-black);
}

.navbar-toggler {
  padding: 0.5rem;
  border-color: transparent;
  color: var(--color-white);
  margin-right: 1rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  background: transparent !important;
}

.navbar-toggler .icon-bar {
  background-color: var(--color-white);
  transform: rotate(0deg) translate(0px, 0px);
  transition: ease all 0.3s;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 2px;
}

.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
  transition: ease all 0.3s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
  opacity: 0;
  transition: ease all 0.3s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
  transition: ease all 0.3s;
}

@media (max-width: 767.98px) {
  .site-header > .navbar > .container {
    padding: 0;
  }

  .site-header .site-navigation {
    background-color: var(--color-primary);
    padding: 1.5rem 1rem 0;
    height: calc(100vh - 50px);
    display: block;
  }

  .site-header .header-brand {
    margin-left: 1rem;
  }

  .site-navigation li.d-md-none {
    border-top: 1px solid var(--color-white);
    padding-top: 1rem;
  }

  .site-navigation a.nav-link {
    font-family: "Owners Black", sans-serif;
    font-weight: 800;
    font-size: 3rem;
    margin: 0 0 0.5rem;
  }

  .site-navigation .social-links {
    border-top: 1px solid var(--color-white);
    padding-top: 0.5rem;
  }

  .site-navigation .social-links a[href*="instagram.com/"]:before {
    content: "";
    display: inline-block;
    width: 33px;
    height: 33px;
    margin-right: 1rem;
    background-image: url("../svg/_instagram_logo.svg");
    background-size: cover;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  .site-navigation .footer-links {
    flex-direction: row;
    justify-content: center;
    border-top: 1px solid var(--color-white);
  }
}

/* Hero Sections */
.hero-spotlight {
  position: relative;
}

.hero-spotlight .hero-image {
  /* max-height: 1020px; */
  overflow: hidden;
}

.hero-spotlight .hero-image picture {
  width: 100%;
}

.hero-spotlight .hero-image-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-image-overlay .overlay-top {
  width: 100%;
  margin-bottom: auto;
}

.overlay-top {
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  z-index: 10;
}

.hero-image-overlay .overlay-bottom img {
  max-width: 165px;
  margin-bottom: 1rem;
}

.hero-spotlight .parallax-wrapper {
  position: sticky;
  top: 3rem;
  text-align: center;
  padding: 30px 0;
  z-index: 1;
}

.hero-spotlight .parallax-img {
  max-width: 25%;
}

.hero-spotlight .video-wrapper video {
  width: 100%;
}

@media (max-width: 767.98px) {
  .hero-spotlight .hero-image {
    /* height: 55vh; */
  }

  .hero-spotlight .parallax-img {
    width: unset;
    height: unset;
    max-width: 30%;
  }

  .hero-image-overlay .overlay-bottom img {
    max-width: 60px;
    margin-bottom: 3rem;
  }
}

/* Product Banners */
.product-banner .banner-header {
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.product-banner .banner-header.bg-white h2,
.product-banner .banner-header.bg-white p {
  color: var(--color-primary);
  text-shadow: none;
}

.product-banner .banner-header-logo {
  max-width: min(100%, 700px);
  margin: 1rem auto;
  padding: 0 1rem;
}

.product-banner .banner-details.bg-tangerine {
  color: var(--color-primary);
}

/* Product Details */
.product-detail-intro .product-header {
  color: var(--color-black);
}

.product-detail-intro .product-header-logo img,
.product-detail-intro .product-header-logo svg {
  max-width: min(100%, 500px);
}

.product-detail-intro .product-subheader {
  max-width: 600px;
}

.product-detail-intro .product-image {
  padding-left: 5%;
}

.product-detail-intro .product-description p {
  margin-bottom: 0;
}

.product-detail-intro .product-description p + p {
  margin-top: 1rem;
}

.product-card {
  border: 2px solid var(--color-primary);
  padding: 2rem;
}

.product-card.group {
  padding: 1.5rem;
}

.product-card.group .product-card-data {
  border: 1px solid var(--color-primary);
  padding: 1rem;
  font-size: 14px;
  height: 100%;
}

@media (max-width: 991.98px) {
  .product-detail-intro .product-image {
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .product-detail-intro .product-header,
  .product-detail-intro .product-subheader,
  .product-detail-intro .product-intro {
    text-align: center;
    margin: 0 auto;
  }

  .product-card {
    padding: 1.5rem;
  }
}

/* Site Footer */
.site-footer--wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.my-2 {
  margin-block: 2rem;
}

.creator-link {
  color: #0001;
  a {
    color: inherit;
    transition: 300ms;
  }
  @media (hover: hover) {
    a:hover {
      color: #eee;
    }
  }
}

.site-footer .footer-brand img,
.site-footer .footer-brand svg {
  width: 145px;
  height: 30px;
}

.site-footer .footer-brand a:hover > svg > g > path {
  fill: var(--color-black) !important;
}

.footer-links li > a.bottom-link {
  font-size: 14px;
  font-family: "TT Firs Neue", sans-serif;
  font-weight: 400;
  text-transform: none;
  color: var(--color-white);
  padding: 1.5rem 0 !important;
}

.footer-links a.bottom-link {
  color: var(--color-white);
  text-decoration: none;
}

.footer-links a.bottom-link:hover {
  color: var(--color-black);
}

.footer-links li.nav-item a.bottom-link:after {
  content: "|";
  padding: 0 1rem;
  color: var(--color-white);
}

.footer-links li.nav-item:last-of-type a.bottom-link:after {
  display: none;
}

/* Buttons CTA Block */

.buttons-cta-block {
	padding: 50px 0;
	background: #eee;
  }
  
  .buttons-cta-block .container {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
	row-gap: 1.5rem;
  }
  
  .buttons-cta-block h2 {
	color: #000;
	font-size: 1.25rem;
	margin: 0;
	font-weight: 700;
  }
  
  .buttons-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
	gap: 1rem;
	width: 100%;
	margin: 0 auto;
	padding-top: 1rem;
	  
  }
  
  a.btn-shadow {
	display: block; /* ensures full width in grid cell */
	width: 100%;
	padding: 1rem;
	border: 2px solid #000;
	background-color: white;
	border-radius: 10px;
	font-family: "Owners Black", sans-serif;
	font-weight: bold;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-decoration: none;
	color: black;
	box-shadow: -6px 6px 0 #0000cc;
	transition: all 0.2s ease;
	text-align: center;
	cursor: pointer;
  
	box-sizing: border-box;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
  }
  
  
  a.btn-shadow:hover {
	background-color: #f2f2f2;
	box-shadow: -3px 3px 0 #0000cc;
  }
  
  a.btn-shadow:focus:not([href*="#"]) {
	outline: none;
	box-shadow: -1px 1px 0 #0000cc;
	border-color: black;
  }

  a.btn-shadow:focus,
  a.btn-shadow:focus-visible {
  outline: none;
  box-shadow: none; /* Optional: remove any shadow if used as a focus style */
}
  
  /* Mobile responsiveness */
  @media (max-width: 500px) {
	a.btn-shadow {
	  width: 100%;
	}
  }
  
  /* Extra safety for Safari-specific rendering quirks */
  @supports (-webkit-touch-callout: none) {
	a.btn-shadow {
	  /* If you run into weird issues, you can uncomment these */
	  /* box-shadow: -6px 6px 0 #0000cc; */
	  /* border-radius: 10px; */
	}
  }

  @media (max-width: 768px) {
	.buttons-wrapper {
	  grid-template-columns: repeat(2, 1fr); /* 2 across on tablets */
	}
  }
  
  @media (max-width: 500px) {
	.buttons-wrapper {
	  grid-template-columns: 1fr; /* 1 across on phones */
	}
  }
  
  

/* Two Up Columns */

.two-up-columns {
  font-family: 'TT Firs Neue', sans-serif;
  padding: 100px 20px;
  background-color: #0000cc;
  background-size: cover;
  background-position: center;
  padding: 4rem 2rem;
  position: relative;
  overflow: hidden;
}

.two-up-columns .columns-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
}

.two-up-columns .column {
  flex: 1 1 45%;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 50%;
  padding-right: 2rem;
}


.two-up-column__entry__content {
  display: flex;
  flex-direction: column;
  row-gap: 0.36363636363636365rem;
}

.two-up-columns .column h3 {
  font-size: 2rem;
  font-weight: 800;
  margin: 0;
}

.two-up-columns .column p {
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  margin: 0;
}

.two-up-columns .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

.two-up-columns .column img {
  margin: 0 auto;
  object-fit: contain;
  height: auto;
  display: block;
  max-width: 80%;
  object-fit: cover;
}


.two-up-columns .column:nth-of-type(even) {
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.5); /* Apply border left with color and transparency */
  padding-left: 2rem;
  padding-right:0;
}

.two-up-columns .columns-wrapper .image-block img {
  max-width: 300px;
}

.two-up-columns.two-up-text-light {
  color: #fff;
}
.two-up-columns.two-up-text-dark {
  color: #000;
}
.two-up-columns.two-up-text-dark .column:nth-of-type(even) {
  border-left-color: #000;
}
.two-up-columns.hide-divider .column:nth-of-type(even) {
  border-left: unset;
}
/* Mobile — horizontal line */
@media (max-width: 920px) {
  .two-up-columns .columns-wrapper::before {
    display: none;
  }
  .two-up-columns .columns-wrapper {
    gap: 2rem;
  }
  .two-up-columns .columns-wrapper .column {
    padding: 0 1rem;
    flex: 1 1 100%;
  }
  .two-up-columns .column:nth-of-type(even) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    position: relative;
    border-left: none;
  }
  .two-up-columns .column {
    max-width: 100%;
  }
  .two-up-columns.two-up-text-dark .column:nth-of-type(even) {
    border-top-color: #000;
  }
  .two-up-columns.hide-divider .column:nth-of-type(even) {
    border-top: unset;
  }
}


#wpadminbar {
  position: fixed!important;
}

html:has(body.admin-bar):has(#wpadminbar) {
	margin-top: 46px!important;
	
	.site-header {
		top: 46px!important;
	}
}

@media( min-width: 782px) {
	html:has(body.admin-bar):has(#wpadminbar) {
		margin-top: 32px!important;
		
		.site-header {
			top: 32px!important;
		}
	}
}


/* Logo Graphic header */
.logo-header-section {
  position: relative;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 20;
}

.logo-header-section .full-screen-logo {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .pdp-hero .pdp-hero__background {
    overflow: hidden;

    img {
      width: auto;
      height: calc(60vw + 9rem);
      object-fit: cover;
      position: relative;
      left: 50%;
      transform: translateX(-50%);
    }
  }
  .pdp-hero__product-logo {
    img {
      object-fit: contain;
      max-height: 100vw;
    }
  }
}

@media (min-width: 921px) {
  .two-up-columns .column {
    padding-block: 1.65rem;
  }
}


/* Vapes */
body.vapes {
  /* .display-1 - not added to original definition to control is a more isolated fashion */
  .product-details-block__title {
    font-size: min(9rem, 12vw) !important;
    font-family: "Owners Black", sans-serif;
    text-transform: uppercase;
  }
}
@media (max-width: 991.98px) {
  body.vapes {
    /* .display-1 */
    .product-details-block__title {
      font-size: 5rem;
    }
  }
}

#sample,
#briq-cliq-stiq {
  .banner-header .display-1 {
    font-size: min( 8vw, 7.875rem )!important;
  }
}

/**
* Video Hero
*/
.video-hero {
pointer-events: none;
}
.video-hero__container {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  pointer-events: none;
}
.video-hero iframe.video-hero__source {
  width: 100%;
  height: 100%;
  display: block;
}
.video-hero__header {
  padding-top: 120px;
  color: #0001E6;
  text-align: center;
  font-family: "TT Firs Neue";
  font-size: clamp(40px, 8px + 5.556vw, 88px);
  font-style: normal;
  font-weight: 800;
  line-height: 108%; /* 95.04px */
  max-width: min(1000px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
#video-hero__video-video {
  width: 100%;
  height: 100%;
}
@media (max-width: 576px) {
  .video-hero__header {
    text-wrap: balance;
  }
}
@media (max-width: 380px) {
  .video-hero__header {
    font-size: 10.5vw;
  }
}

body.page-id-998 {
  .two-up-columns .column h3 {
    font-size: clamp(45px, 2.521rem + 0.81vw, 52px);
  }
  .product-details-block__title {
    font-weight: 950;
    font-family: "TT Firs Neue Extrabold";
    font-size: clamp(76px, 2.25rem + 6.944vw, 136px);
  }
  .product-details-block__text-title {
    font-family: "TT Firs Neue Bold";
  }
  .product-details-block__accordion-content > :first-child {
    padding-top: 24px;
  }
  .product-details-block__button {
    background-color: #fff;
    color: #211F1E;
    font-weight: 800;
    font-family: "TT Firs Neue Bold";
    font-size: 20px;
    &:hover {
      background-color: #211f1e;
      color: #fff;
    }
  }
  .product-details-block__accordion-label {
    font-family: "TT Firs Neue Bold";
    font-weight: 700;
    svg {
      circle {
        fill: transparent;
        stroke: #211f1e;
        stroke-width: 5px;
      }
      polygon {
        fill: transparent;
        stroke: #211f1e;
        stroke-width: 3px;
      }
    }
  }
  @media (max-width: 768px) {
    .product-details-block__title {
      text-align: center;
    }
    .product-details-block {
      padding-top: 6px !important;
    }
    .card-slider .card-slider__card-title {
      font-size: 28px !important;
    }
    .card-slider .card-slider__card-text {
      font-size: 20px !important;
    }
  }
}