@charset "UTF-8";

/* src/scss/styles.scss */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.toast-container .bs-toast.ngx-toastr.toast-success {
  background-color: #63d58f;
}
.toast-container .bs-toast.ngx-toastr.toast-info {
  background-color: #2c4058;
}
.toast-container .bs-toast.ngx-toastr.toast-warning {
  background-color: #ffd74b;
}
.toast-container .bs-toast.ngx-toastr.toast-error {
  background-color: #f28872;
}
html {
  color: #222222;
  background-color: #ffffff;
  font-size: 16px;
}
@media only screen and (max-width: 4320px) and (orientation: portrait) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 64px;
  }
}
@media only screen and (max-width: 2160px) and (orientation: portrait) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 33px;
  }
}
@media only screen and (max-width: 1440px) and (orientation: portrait) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1080px) and (orientation: portrait) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: portrait) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 11px;
  }
}
@media only screen and (max-width: 720px) and (orientation: portrait) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 10.5px;
  }
}
@media only screen and (width: 540px) and (height: 960px) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 8px;
  }
}
@media only screen and (max-width: 500px) and (orientation: portrait) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 5px;
  }
}
@media only screen and (max-width: 7680px) and (orientation: landscape) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 64px;
  }
}
@media only screen and (max-width: 3840px) and (orientation: landscape) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 33px;
  }
}
@media only screen and (max-width: 2560px) and (orientation: landscape) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1920px) and (orientation: landscape) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1280px) and (orientation: landscape) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 10.5px;
  }
}
@media only screen and (max-width: 1366px) and (orientation: landscape) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1000px) and (orientation: landscape) and (pointer: coarse) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 10px;
  }
}
@media only screen and (width: 960px) and (height: 540px) {
  html.product-menu,
  html.marketing-menu,
  html.spotlight-menu {
    font-size: 8px;
  }
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.error-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  background-color: white;
  z-index: 25;
}
.error-logo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.error-logo {
  height: 15rem;
}
.error-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 7rem;
}
.error-margin {
  margin-left: 20%;
  margin-right: 20%;
}
.error-desc {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
}
.scroll-down-over-specific-time-period {
  animation: scroll-down-over-specific-time-period var(--down-scroll-time) linear var(--steady-scroll-delay-animation) 1 both running normal;
}
.delay-end-of-scroll-down {
  animation-name: delay-end-of-scroll-down;
  animation-duration: var(--steady-scroll-delay-animation);
  animation-delay: 0s;
  animation-fill-mode: both;
}
.scroll-up-over-specific-time-period {
  animation: scroll-up-over-specific-time-period var(--up-scroll-time) linear var(--steady-scroll-delay-animation) 1 both running normal;
}
.scroll-right-over-specific-time-period {
  animation: scroll-right-over-specific-time-period var(--right-scroll-time) linear var(--steady-scroll-delay-animation) 1 both running normal;
}
.delay-end-of-scroll-right {
  animation-name: delay-end-of-scroll-right;
  animation-duration: var(--steady-scroll-delay-animation);
  animation-delay: 0s;
  animation-fill-mode: both;
}
.scroll-left-over-specific-time-period {
  animation: scroll-left-over-specific-time-period var(--left-scroll-time) linear var(--steady-scroll-delay-animation) 1 both running normal;
}
@keyframes scroll-down-over-specific-time-period {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(calc(var(--sections-container-scroll-height) * -1px));
  }
}
@keyframes delay-end-of-scroll-down {
  0% {
    transform: translateY(calc(var(--sections-container-scroll-height) * -1px));
  }
  100% {
    transform: translateY(calc(var(--sections-container-scroll-height) * -1px));
  }
}
@keyframes scroll-up-over-specific-time-period {
  0% {
    transform: translateY(calc(var(--sections-container-scroll-height) * -1px));
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll-right-over-specific-time-period {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--sections-container-scroll-width) * -1px));
  }
}
@keyframes delay-end-of-scroll-right {
  0% {
    transform: translateX(calc(var(--sections-container-scroll-width) * -1px));
  }
  100% {
    transform: translateX(calc(var(--sections-container-scroll-width) * -1px));
  }
}
@keyframes scroll-left-over-specific-time-period {
  0% {
    transform: translateX(calc(var(--sections-container-scroll-width) * -1px));
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
.print-menu {
  page: default-print-margins;
}
@page default-print-margins {
  margin: 0.5in;
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  @page :blank {
    visibility: hidden;
  }
}
html.print-menu {
  font-size: 11px !important;
  break-after: avoid-page !important;
}
html.print-menu .header-container {
  padding-top: 0 !important;
}
html.print-menu .menu-background-asset {
  display: block;
}
html.print-menu .menu-container {
  position: relative !important;
  height: auto !important;
  overflow: overlay !important;
}
html.print-menu .flipper-divider {
  display: none !important;
}
html.print-menu .h100p {
  height: auto !important;
}
html.print-menu .product-menu-container {
  overflow: visible !important;
}
html.print-menu .vertical-scroll {
  display: block !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
}
html.print-menu .section-container.section-page-break {
  page-break-before: always;
}
.wrapping-swimlane-section-container {
  display: flex;
  width: 100%;
}
.wrapping-swimlane {
  flex: 1;
  min-width: 0;
}
.product-label-container {
  align-self: center;
}
.product-label {
  height: fit-content;
  margin-left: 0.5rem;
  padding: 0.125rem 0.3125rem;
  border-radius: 0.3125rem;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.display-container {
  height: 100vh;
}
.fixed-print-wrapper {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.menu-container {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  height: 100%;
}
.header-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 2rem 3.125rem 1rem 3.125rem;
}
.main-header {
  font-size: 5rem;
  letter-spacing: 0;
  flex: 1;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.main-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.header-meta-desc {
  font-size: 1.5rem;
}
.header-meta-image {
  height: 5.75rem;
  width: 5.75rem;
}
.header-logo {
  justify-content: flex-end;
}
.section-container {
  overflow: overlay;
}
.section-container.section-level-overflow {
  overflow-y: hidden;
}
.grid-section-container {
  width: 100%;
}
.section-header-container {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-header-bottom-border {
  border-bottom: 0.125rem solid;
}
.section-title {
  display: flex;
  text-align: left;
  flex: 1;
  width: 100%;
  flex-direction: row;
  align-self: center;
  align-items: center;
}
.section-title-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.section-title-icon {
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
  margin-left: 0.5rem;
  vertical-align: text-top;
  border-radius: 50%;
  flex-shrink: 0;
}
.section-column {
  align-self: center;
}
.section-column.section-column-review-score-with-logo {
  height: 100%;
  align-content: center;
}
.section-column-title {
  flex: 1;
  align-self: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.product-column-general {
  overflow-x: hidden;
  align-self: center;
  width: 100%;
}
.section-header-general {
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  width: 100%;
}
.section-header-review-score.section-header-review-score-with-logo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-header-badge {
  text-align: center;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  font-family: rubik, sans-serif;
  font-weight: 400;
}
.section-header-grading-provider-logo {
  max-height: 80%;
  width: auto;
  max-width: 100%;
}
.image-section {
  margin-top: 2.5rem;
  display: flex;
}
.title-section {
  font-size: 3rem;
  letter-spacing: 0;
}
.title-section-container {
  position: relative;
}
.title-section-image-container {
  position: absolute;
  display: flex;
  inset: 0;
  z-index: -1;
}
.products-container {
  position: relative;
}
.products-container-image {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.product-container {
  display: flex;
  align-items: center;
}
.product-title-container {
  text-align: left;
  flex: 1;
  flex-direction: row;
  overflow: hidden;
  padding-right: 0.25rem;
}
.product-column {
  text-align: center;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.product-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.product-subtitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.base-product-strain-type {
  font-family: poppins, sans-serif;
  font-weight: 600;
  height: max-content;
  align-self: center;
  color: #ffffff;
  max-width: max-content;
  padding: 0 0.625rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  letter-spacing: 0.0625rem;
  border-radius: 0.3125rem;
  vertical-align: middle;
}
.product-variant-price-integer {
  display: inline-block;
  text-decoration: inherit;
}
.product-variant-price-decoration {
  display: inline-block;
  text-decoration: inherit;
}
.product-variant-price-integer-empty {
  display: inline-block;
  text-decoration: inherit;
}
.product-cannabinoid {
  overflow-wrap: break-word;
}
.product-brand {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.product-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.25rem;
}
.badge {
  display: flex;
  height: 2.5rem;
  aspect-ratio: 1;
}
.footer-oval {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  text-align: center;
  border-radius: 80%/100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.footer-container {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem 3.125rem;
}
.v-align-middle {
  vertical-align: middle;
}
.spotlight-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-menu-container {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.product-menu-container.print-product-menu-container {
  display: block;
}
.sections-container {
  display: flex;
  flex: 1;
  overflow: hidden;
  z-index: 1;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.content-inside-sections-container {
  display: flex;
  min-height: 100%;
  min-width: 100%;
}
.horizontal-scroll {
  overflow-y: hidden;
  overflow-x: auto;
  overflow-x: overlay;
}
.horizontal-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  padding: 0 !important;
  background: transparent;
}
.vertical-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}
.vertical-scroll::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  padding: 0 !important;
  background: transparent;
}
.fill-parent {
  height: 100%;
  width: 100%;
}
.header-and-footer-height {
  height: 100%;
}
.header-xor-footer-height {
  height: calc(100% - 2rem);
}
.no-header-and-footer-height {
  height: calc(100% - 4rem);
}
.no-footer {
  padding-bottom: 2rem;
}
.no-header {
  padding-top: 2rem;
}
.section-plus-x-more {
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  padding: 0.75rem 0;
}
.section-page-break {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.expanded-product-info-item-product-container {
  display: flex;
  height: 12.5rem;
  align-items: end;
  padding: 0.6875rem 0;
}
.expanded-product-info-item-product-asset-wrapper {
  margin-right: 3.0625rem;
}
.expanded-product-info-item-product-asset-wrapper .product-image {
  height: 9.375rem;
  width: 9.375rem;
  object-fit: contain;
}
.expanded-product-info-item-product-content-wrapper {
  align-self: center;
  flex: 1;
}
.expanded-product-info-item-inner-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.expanded-product-info-item-left-side {
  flex: 1;
}
.expanded-product-info-item-badge-and-label {
  display: flex;
  margin: 0.75rem 0;
  gap: 0.75rem;
  align-items: center;
}
.expanded-product-info-item-product-badge {
  display: flex;
}
.expanded-product-info-item-badge {
  height: 1.875rem;
}
.expanded-product-info-item-cannabinoids,
.expanded-product-info-item-terpenes,
.expanded-product-info-item-terps-and-top-terpene {
  display: flex;
  column-gap: 1rem;
}
.expanded-product-info-item-right-side {
  display: flex;
  align-items: end;
}
.expanded-product-info-item-product-variant-type {
  text-align: end;
}
.expanded-product-info-item-product-size {
  text-align: end;
}
.expanded-product-info-item-price .product-variant-previous-price {
  padding-right: 0.2rem;
}
.expanded-product-info-item-price .product-variant-price {
  overflow: visible;
  width: 11rem;
  justify-items: flex-end;
  text-align: right;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.framed-theme .header-container {
  padding: 1rem 3.125rem 1rem 3.125rem;
}
.framed-theme .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 5.125rem;
  letter-spacing: 0.125rem;
}
.framed-theme .framed-sections-container {
  border-radius: 2rem;
  padding: 1rem 0 2rem 0;
}
.framed-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  text-align: left;
  font-size: 2.75rem;
  line-height: 3rem;
  margin: auto;
}
.framed-theme .title-section-container {
  margin-bottom: 0;
}
.framed-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 3.75rem;
}
.framed-theme .section-column {
  vertical-align: middle;
  text-align: center;
}
.framed-theme .framed-section-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.framed-theme .framed-section-container-portrait {
  margin-left: 2rem;
  margin-right: 2rem;
}
.framed-theme .section-header-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.framed-theme .section-header-variant-price {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  float: right;
}
.framed-theme .section-header-general {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
}
.framed-theme .section-header-variant-price {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  float: right;
}
.framed-theme .section-header-grading-provider-logo {
  max-height: 3rem;
}
.framed-theme .product-container {
  vertical-align: middle;
  height: 3.9rem;
}
.framed-theme .product-title {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
}
.framed-theme .product-column-general {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.01rem;
}
.framed-theme .product-label-container {
  vertical-align: middle;
}
.framed-theme .product-label {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.framed-theme .product-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  line-height: 1rem;
  margin-top: 0.5rem;
}
.framed-theme .product-cannabinoid,
.framed-theme .product-terpene {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  letter-spacing: 0.01rem;
}
.framed-theme .product-variant-price {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.framed-theme .product-brand {
  font-family: realistwide, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
.framed-theme .product-quantity {
  font-family: realistwide, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
.framed-theme .product-size {
  font-family: realistwide, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
}
.framed-theme .product-badge {
  column-gap: 0.5rem;
}
.framed-theme .force-bold-style * {
  font-family: realistnarrow, sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.mary-jane-theme .company-logo {
  max-height: 8rem;
}
.mary-jane-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.mary-jane-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.mary-jane-theme .main-header {
  font-family: "Mont-Heavy", sans-serif;
  height: auto;
  font-size: 7.5rem;
  letter-spacing: 0;
}
.mary-jane-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.mary-jane-theme .title-section {
  font-family: "Mont-Heavy", sans-serif;
}
.mary-jane-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mary-jane-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.mary-jane-theme .section-title {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 2.75rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.mary-jane-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.mary-jane-theme .section-header-pre-roll {
  font-family: poppins, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.mary-jane-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 5.5rem;
}
.mary-jane-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.8;
  letter-spacing: 0.01375rem;
}
.mary-jane-theme .product-label-container {
  vertical-align: middle;
}
.mary-jane-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 400;
  height: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.mary-jane-theme .product-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.009375rem;
}
.mary-jane-theme .product-variant-price {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.65rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.mary-jane-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.mary-jane-theme .product-strain {
  line-height: 1.2;
}
.mary-jane-theme .product-cannabinoid,
.mary-jane-theme .product-terpene {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
}
.mary-jane-theme .product-low-amount {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
.mary-jane-theme .product-column {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.625;
}
.mary-jane-theme .product-size {
  font-size: 1.5rem;
  line-height: 1.625;
}
.mary-jane-theme .footer-container {
  padding: 2rem 3.125rem;
}
.mary-jane-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 900;
}
.mary-jane-theme.web-menu .main-header {
  font-size: 5rem;
}
.mary-jane-theme.web-menu .company-logo {
  max-height: 6.5rem;
}
.mary-jane-theme.web-menu .product-cannabinoid,
.mary-jane-theme.web-menu .product-terpene,
.mary-jane-theme.web-menu .product-low-amount {
  font-size: 1rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.small-jane-theme .company-logo {
  max-height: 8rem;
}
.small-jane-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.small-jane-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.small-jane-theme .main-header {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: auto;
  font-size: 5rem;
  letter-spacing: 0;
}
.small-jane-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.small-jane-theme .title-section {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.small-jane-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.small-jane-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.small-jane-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.small-jane-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.small-jane-theme .section-header-pre-roll {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.small-jane-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3.3rem;
}
.small-jane-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.01375rem;
}
.small-jane-theme .product-label-container {
  vertical-align: middle;
}
.small-jane-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  height: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.small-jane-theme .product-brand {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.009375rem;
  align-self: center;
  margin-left: 0.5rem;
}
.small-jane-theme .product-variant-price {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.small-jane-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.small-jane-theme .product-cannabinoid,
.small-jane-theme .product-terpene {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
}
.small-jane-theme .product-low-amount {
  font-family: poppins, sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.5;
}
.small-jane-theme .product-column {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.625;
}
.small-jane-theme .product-size {
  font-size: 1.5rem;
  line-height: 1.625;
}
.small-jane-theme .product-badge {
  display: flex;
}
.small-jane-theme .product-strain {
  line-height: 1.2;
}
.small-jane-theme .footer-container {
  padding: 2rem 3.125rem;
}
.small-jane-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.small-jane-theme.web-menu .main-header {
  font-size: 5rem;
}
.small-jane-theme.web-menu .company-logo {
  max-height: 6.5rem;
}
.small-jane-theme.web-menu .product-cannabinoid,
.small-jane-theme.web-menu .product-terpene,
.small-jane-theme.web-menu .product-low-amount {
  font-size: 1rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.doug-theme .main-header {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: 0;
}
.doug-theme .company-logo {
  max-height: 5rem;
}
.doug-theme .sections-container {
  margin: 0 2.125rem;
}
.doug-theme .title-section {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  font-size: 3rem;
}
.doug-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.doug-theme .section-header-container {
  color: white;
  background-color: black;
  border-top-left-radius: 0.625rem;
  border-top-right-radius: 0.625rem;
  height: 3.5rem;
  margin-top: 1rem;
  padding: 0.5rem 0;
}
.doug-theme .section-column-title,
.doug-theme .product-title-container {
  padding-left: 1rem;
}
.doug-theme .section-header-general {
  font-size: 1.25rem;
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
}
.doug-theme .section-title {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.doug-theme .section-header-pre-roll {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-variant-price {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-badge {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-thc {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-cbd {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-size {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .section-header-quantity {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .product-container {
  align-items: center;
  height: 4.5rem;
}
.doug-theme .product-even {
  background: #f0f0f0;
}
.doug-theme .product-title {
  font-size: 1.375rem;
  letter-spacing: 0.01375rem;
  vertical-align: middle;
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
}
.doug-theme .product-label {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0;
}
.doug-theme .product-subtitle {
  font-family: "SuisseIntl-Medium", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.009375rem;
}
.doug-theme .product-column-general {
  font-size: 1rem;
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
}
.doug-theme .product-variant-price {
  font-family: "SuisseIntl-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.doug-theme .product-cannabinoid,
.doug-theme .product-terpene {
  font-family: "SuisseIntl-SemiBold", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.01rem;
}
.doug-theme .product-low-amount {
  font-family: "SuisseIntl-Medium", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.doug-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.night-theme .main-header {
  font-family: rubik, sans-serif;
  font-weight: 700;
  font-size: 5rem;
  letter-spacing: 0.125rem;
  text-transform: uppercase;
}
.night-theme .header-container {
  height: 9.75rem;
}
.night-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.night-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.night-theme .title-section {
  font-size: 4rem;
  letter-spacing: 0.125rem;
  font-family: rubik, sans-serif;
  font-weight: 500;
  padding: 0.5rem;
}
.night-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.night-theme .section-column-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.night-theme .section-header-container {
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.night-theme .section-title {
  font-family: rubik, sans-serif;
  font-weight: 500;
  line-height: 3rem;
  font-size: 2.75rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.night-theme .section-header-pre-roll {
  font-family: rubik, sans-serif;
  font-weight: 500;
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: 0.0125rem;
}
.night-theme .section-header-general {
  font-family: rubik, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.0125rem;
}
.night-theme .section-header-grading-provider-logo {
  max-height: 70%;
}
.night-theme .product-container {
  align-items: center;
  height: 5rem;
  padding: 0 0.5rem;
}
.night-theme .product-title {
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.03125rem;
}
.night-theme .product-label-container {
  vertical-align: middle;
}
.night-theme .product-label {
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.night-theme .product-subtitle {
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.009375rem;
  margin-top: 0.25rem;
}
.night-theme .product-variant-price {
  font-family: rubik, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.0125rem;
}
.night-theme .product-cannabinoid,
.night-theme .product-terpene {
  font-family: rubik, sans-serif;
  font-weight: 400;
}
.night-theme .product-low-amount {
  font-family: rubik, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.night-theme .product-column {
  font-family: rubik, sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
}
.night-theme .product-badge {
  padding-right: 1rem;
}
.night-theme .product-badge {
  justify-content: flex-end;
}
.night-theme .header-xor-footer-height {
  height: 100%;
}
.night-theme .no-footer {
  padding-bottom: 0;
}
.night-theme .force-bold-style * {
  font-family: rubik, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.foggy-theme .main-header {
  font-family: "Big-Noodle-Titling", sans-serif;
  font-size: 7.5rem;
  letter-spacing: 0;
  text-transform: uppercase;
  text-align: center;
}
.foggy-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.foggy-theme .title-section {
  font-family: "Big-Noodle-Titling", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.01625rem;
}
.foggy-theme .section-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.foggy-theme .section-header-container {
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.foggy-theme .section-title {
  font-family: "Big-Noodle-Titling", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.01625rem;
}
.foggy-theme .section-header-pre-roll {
  font-family: "Big-Noodle-Titling", sans-serif;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.foggy-theme .section-header-general {
  font-family: "Big-Noodle-Titling", sans-serif;
  font-size: 3.75rem;
  letter-spacing: 0.0125rem;
}
.foggy-theme .product-column-general {
  font-family: heebo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.foggy-theme .product-container {
  align-items: center;
  height: 5.5rem;
}
.foggy-theme .product-title {
  font-family: heebo, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  letter-spacing: 0.01375rem;
  padding-left: 0.25rem;
}
.foggy-theme .product-label {
  font-family: heebo, sans-serif;
  font-weight: 300;
  margin: 0 0 0 0.55rem;
  font-size: 1rem;
}
.foggy-theme .product-subtitle {
  font-family: heebo, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  letter-spacing: 0.009375rem;
}
.foggy-theme .product-variant-price {
  font-size: 1.875rem;
  letter-spacing: 0.0125rem;
}
.foggy-theme .product-cannabinoid,
.foggy-theme .product-terpene {
  font-size: 1.65rem;
  letter-spacing: 0.01rem;
}
.foggy-theme .product-quantity {
  font-size: 1.5rem;
}
.foggy-theme .product-low-amount {
  font-family: heebo, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.foggy-theme .product-size {
  font-size: 1.5rem;
}
.foggy-theme .product-column {
  font-family: heebo, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.foggy-theme .base-product-strain-type {
  font-family: heebo, sans-serif;
  font-weight: 300;
  margin-right: 0.75rem;
  margin-left: 0.25rem;
}
.foggy-theme .force-bold-style * {
  font-family: heebo, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.tight-theme .main-header {
  font-family: rubik, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0;
  text-align: left;
}
.tight-theme .sections-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.tight-theme .title-section {
  font-family: rubik, sans-serif;
  font-weight: 600;
  font-size: 3rem;
  letter-spacing: -0.02em;
  padding: 0.5rem;
}
.tight-theme .section-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tight-theme .section-header-container {
  height: 3.25rem;
  border-bottom: 0.125rem solid;
  padding: 0.5rem 0 0.5rem 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tight-theme .section-title {
  font-family: rubik, sans-serif;
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}
.tight-theme .section-header-pre-roll {
  font-family: rubik, sans-serif;
  font-weight: 600;
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.tight-theme .section-header-general {
  font-family: rubik, sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.tight-theme .section-header-variant-price {
  text-align: center;
}
.tight-theme .product-column-general {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.tight-theme .product-container {
  align-items: center;
  height: 3.25rem;
  padding: 0 0 0 1rem;
}
.tight-theme .product-title {
  font-family: lato, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.tight-theme .product-strain {
  line-height: 1.3rem;
}
.tight-theme .product-label {
  font-family: lato, sans-serif;
  font-weight: 400;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
.tight-theme .product-subtitle {
  font-family: lato, sans-serif;
  font-weight: 400;
  line-height: 1rem;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
}
.tight-theme .product-variant-price,
.tight-theme .product-cannabinoid,
.tight-theme .product-terpene {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.tight-theme .product-variant-price {
  text-align: center;
}
.tight-theme .product-quantity,
.tight-theme .product-size {
  font-size: 1.125rem;
}
.tight-theme .product-low-amount {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.tight-theme .product-column {
  font-family: lato, sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.tight-theme .badge {
  height: 2rem;
}
.tight-theme .product-row-overlay {
  border-radius: 0.25rem;
}
.tight-theme .tight-print {
  height: 2.5rem;
}
.tight-theme .force-bold-style * {
  font-family: lato, sans-serif;
  font-weight: 900;
}
html.print-menu .tight-theme .section-header-container {
  height: 32px;
}
html.print-menu .tight-theme .title-section {
  font-size: 3.2rem;
  line-height: 1.3;
}
html.print-menu .tight-theme .product-container {
  height: 26px;
}
html.print-menu .tight-theme .header-container,
html.print-menu .tight-theme .section-container {
  padding-left: 0;
  padding-right: 0;
}
html.print-menu .tight-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
html.print-menu .tight-theme .footer-container {
  padding-top: 0;
  padding-bottom: 0;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.jimmy-theme .main-header {
  font-size: 6rem;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 1rem;
  font-family: eds-market-narrow-slant, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.jimmy-theme .company-logo {
  max-height: 7.5rem;
}
.jimmy-theme .sections-container {
  margin-left: 3rem;
  margin-right: 3rem;
}
.jimmy-theme .title-section {
  font-family: eds-market-narrow-slant, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 5rem;
  margin-left: 0.4rem;
  line-height: 1;
}
.jimmy-theme .section-container {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.5rem 2rem 0.5rem;
}
.jimmy-theme .section-header-container {
  height: 3rem;
  padding-bottom: 0.25rem;
  border-bottom: none;
}
.jimmy-theme .section-title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 3rem;
}
.jimmy-theme .section-header-pre-roll {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.25rem;
}
.jimmy-theme .section-header-general {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
}
.jimmy-theme .product-column-general {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.jimmy-theme .product-container {
  align-items: center;
  height: 4.25rem;
}
.jimmy-theme .product-title {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.jimmy-theme .product-label {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  margin: 0 0 0 0.8rem;
  font-size: 0.85rem;
}
.jimmy-theme .product-subtitle {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
}
.jimmy-theme .product-variant-price {
  font-size: 1.25rem;
}
.jimmy-theme .product-quantity {
  font-size: 1.125rem;
}
.jimmy-theme .product-size {
  font-size: 1.125rem;
}
.jimmy-theme .product-quantity-and-size {
  font-size: 1.125rem;
}
.jimmy-theme .product-column {
  display: grid;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  align-items: center;
}
.jimmy-theme .base-product-strain-type {
  font-family: futura-pt, sans-serif;
  font-weight: 700;
}
.jimmy-theme .force-bold-style * {
  font-family: futura-pt, sans-serif;
  font-weight: 800;
}
html.print-menu .jimmy-theme .product-container {
  height: 44px;
}
html.print-menu .jimmy-theme .title-section {
  font-size: 6rem;
}
html.print-menu .jimmy-theme .footer-container {
  padding-bottom: 0;
}
html.print-menu .jimmy-theme .header-container,
html.print-menu .jimmy-theme .section-container {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
html.print-menu .jimmy-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
html.print-menu .jimmy-theme .section-title {
  align-self: flex-end;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.contemporary-theme .main-header {
  font-size: 5rem;
  letter-spacing: 0;
  text-align: left;
  font-family: apparat, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contemporary-theme .sections-container {
  margin-left: 3rem;
  margin-right: 3rem;
}
.contemporary-theme .title-section {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3.75rem;
}
.contemporary-theme .section-container {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0.5rem 2rem 0.5rem;
}
.contemporary-theme .section-header-container {
  height: 3rem;
  padding-bottom: 0.25rem;
  border-bottom: none;
}
.contemporary-theme .section-title {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
}
.contemporary-theme .section-header-pre-roll {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  vertical-align: middle;
  font-size: 1.25rem;
}
.contemporary-theme .section-header-general {
  font-family: pragmatica-extended, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5rem;
}
.contemporary-theme .product-column-general {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
}
.contemporary-theme .product-container {
  align-items: center;
  height: 4.25rem;
}
.contemporary-theme .product-title {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.contemporary-theme .product-label {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 0.8rem;
  font-size: 0.85rem;
}
.contemporary-theme .product-subtitle {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.contemporary-theme .product-variant-price {
  font-size: 1.5rem;
}
.contemporary-theme .product-quantity {
  font-size: 1.125rem;
}
.contemporary-theme .product-size {
  font-size: 1.2rem;
}
.contemporary-theme .product-column {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.contemporary-theme .base-product-strain-type {
  font-family: pragmatica, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contemporary-theme .product-low-amount {
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.contemporary-theme .force-bold-style * {
  font-family: Arial, sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.weed-theme .header-container {
  padding: 2rem 2rem 1rem 2rem;
}
.weed-theme .main-header {
  font-family: "Windsor-Bold", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 0.125rem;
  font-weight: 800;
}
.weed-theme .title-section {
  font-family: "Windsor-Bold", sans-serif;
  font-weight: 600;
  font-size: 4rem;
  padding: 1rem 0.5rem 0.5rem 0.5rem;
}
.weed-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.weed-theme .section-title {
  font-family: "Windsor-Bold", sans-serif;
  font-weight: 600;
  text-align: left;
  font-size: 3rem;
  line-height: 3.5rem;
  letter-spacing: 0.125rem;
  font-weight: 600;
  margin: auto;
}
.weed-theme .section-column {
  vertical-align: middle;
  text-align: center;
}
.weed-theme .weed-section-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.weed-theme .weed-section-container-portrait {
  margin-left: 2rem;
  margin-right: 2rem;
}
.weed-theme .section-header-general {
  font-size: 1.6rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.weed-theme .section-header-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
}
.weed-theme .section-header-variant-price {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  font-size: 1.6rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  float: right;
}
.weed-theme .section-header-variant-price {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  vertical-align: middle;
  font-size: 1.75rem;
  letter-spacing: 0.0125rem;
  width: 100%;
  float: right;
}
.weed-theme .section-header-grading-provider-logo {
  max-height: 3rem;
}
.weed-theme .product-container {
  vertical-align: middle;
  height: 5rem;
}
.weed-theme .product-title {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.03125rem;
}
.weed-theme .product-label-container {
  vertical-align: middle;
}
.weed-theme .product-label {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.weed-theme .product-subtitle {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5rem;
  letter-spacing: 0.01rem;
  align-self: center;
}
.weed-theme .product-cannabinoid,
.weed-theme .product-terpene {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.01rem;
}
.weed-theme .product-thc {
  font-size: 1.6rem;
}
.weed-theme .product-variant-price {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.0125rem;
}
.weed-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.6;
  padding-left: 0.1rem;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.weed-theme .product-brand {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
}
.weed-theme .product-quantity {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
}
.weed-theme .product-size {
  font-family: proxima-nova, sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 1.25rem;
}
.weed-theme .force-bold-style * {
  font-family: proxima-nova, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.true-north-theme .main-header {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: 0;
  text-align: left;
}
.true-north-theme .header-container {
  padding: 1rem 3.125rem 1rem 3.125rem;
}
.true-north-theme .header-meta-desc {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: black;
}
.true-north-theme .sections-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
.true-north-theme .title-section {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 3.5rem;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  margin-left: 5.5%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.true-north-theme .section-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.true-north-theme .title-section-content-wrapper {
  flex: 1;
  height: 6.25rem;
  display: flex;
  align-items: flex-end;
  overflow-x: hidden;
}
.true-north-theme .title-section-container {
  height: 6.25rem;
  display: flex;
  color: black;
  align-items: flex-end;
  margin-right: 0.75rem;
  margin-left: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0;
}
.true-north-theme .section-header-container {
  padding: 0.35rem 0;
}
.true-north-theme .section-title {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin-left: 0.5rem;
}
.true-north-theme .section-header-pre-roll {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  vertical-align: middle;
  letter-spacing: -0.02em;
}
.true-north-theme .section-header-general {
  font-family: Gilroy, sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: left;
  letter-spacing: -0.02em;
}
.true-north-theme .section-header-review-score-with-logo {
  justify-content: flex-start;
}
.true-north-theme .section-header-grading-provider-logo {
  max-height: 1rem;
}
.true-north-theme .product-column-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.true-north-theme .product-container {
  align-items: center;
  height: 2.2rem;
}
.true-north-theme .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.02em;
  padding-left: 0.5rem;
}
.true-north-theme .product-label {
  font-family: Gilroy, sans-serif;
  font-weight: 600;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
.true-north-theme .product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
}
.true-north-theme .product-cannabinoid,
.true-north-theme .product-terpene {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.true-north-theme .product-thc {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.true-north-theme .product-variant-price {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.true-north-theme .product-quantity,
.true-north-theme .product-size {
  font-size: 1rem;
}
.true-north-theme .product-low-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
.true-north-theme .product-column {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  text-align: left;
  font-size: 1rem;
}
.true-north-theme .product-badge {
  text-align: center;
}
.true-north-theme .badge {
  height: 2rem;
}
.true-north-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.true-north-dark-theme .background-asset {
  border-radius: 1rem;
}
.true-north-dark-theme .main-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: calc(4rem * 1.25);
  letter-spacing: 0;
  text-align: left;
}
.true-north-dark-theme .header-container {
  padding: 1rem 1.75rem 1rem 1.75rem;
  justify-content: center;
}
.true-north-dark-theme .header-meta-desc {
  font-size: calc(1.5rem * 1.25);
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: black;
}
.true-north-dark-theme .company-logo {
  padding-top: 0.5rem;
}
.true-north-dark-theme .sections-container {
  margin: 0 1.25rem 0 1.25rem;
}
.true-north-dark-theme .image-section {
  margin: 2.5rem 0;
}
.true-north-dark-theme .title-section {
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: calc(2rem * 1.25);
  padding: 0.75rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 3.625rem;
}
.true-north-dark-theme .title-section.dark-text {
  color: #222222;
}
.true-north-dark-theme .title-section.light-text {
  color: #ffffff;
}
.true-north-dark-theme .section-container {
  margin: 0 1.25rem;
  overflow: hidden;
}
.true-north-dark-theme .title-section-container {
  color: black;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
}
.true-north-dark-theme .section-header-container {
  padding: 0.3125rem 0 0.1875rem 0;
  background-color: #eaeaea;
  color: #231f20;
}
.true-north-dark-theme .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: calc(0.875rem * 1.25);
  letter-spacing: -0.02em;
}
.true-north-dark-theme .section-title-text {
  padding-left: 0.5rem;
}
.true-north-dark-theme .section-column {
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.true-north-dark-theme .section-header-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: calc(0.875rem * 1.25);
  text-align: left;
  vertical-align: middle;
}
.true-north-dark-theme .section-header-badge {
  display: flex;
  justify-content: center;
}
.true-north-dark-theme .section-header-review-score-with-logo {
  justify-content: flex-start;
}
.true-north-dark-theme .section-header-grading-provider-logo {
  max-height: 1rem;
}
.true-north-dark-theme .product-section-container.first-on-page,
.true-north-dark-theme .product-section-container.after-asset-section {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.true-north-dark-theme .product-section-container.before-title-section,
.true-north-dark-theme .product-section-container.last-product-section-on-page,
.true-north-dark-theme .product-section-container.before-asset-section {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.true-north-dark-theme .title-section-container.first-on-page {
  margin-top: 0 !important;
}
.true-north-dark-theme .product-column-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: calc(0.875rem * 1.25);
}
.true-north-dark-theme .product-container {
  align-items: center;
  height: 2.35rem;
}
.true-north-dark-theme .product-title-flex-container {
  gap: 0.5rem;
}
.true-north-dark-theme .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: calc(0.875rem * 1.25);
  letter-spacing: -0.02em;
  padding-left: 1rem;
}
.true-north-dark-theme .product-strain {
  line-height: 1.2;
}
.true-north-dark-theme .product-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: calc(0.65rem * 1.25);
  letter-spacing: -0.02em;
  margin: 0;
}
.true-north-dark-theme .product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1rem;
  font-size: calc(0.8125rem * 1.25);
  letter-spacing: -0.02em;
}
.true-north-dark-theme .product-low-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.true-north-dark-theme .product-column {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: calc(0.875rem * 1.25);
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.true-north-dark-theme .product-badge {
  text-align: center;
}
.true-north-dark-theme .badge {
  height: 2rem;
}
.true-north-dark-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.weed-store-theme .company-logo {
  max-height: 8rem;
}
.weed-store-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.weed-store-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.weed-store-theme .main-header {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  height: auto;
  font-size: 5rem;
  letter-spacing: 0;
}
.weed-store-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.weed-store-theme .title-section {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.weed-store-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.weed-store-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 3.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.weed-store-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 200;
  font-size: 2.75rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.weed-store-theme .section-header-pre-roll {
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.weed-store-theme .section-header-thc,
.weed-store-theme .section-header-badge,
.weed-store-theme .section-header-cbd,
.weed-store-theme .section-header-quantity,
.weed-store-theme .section-header-size,
.weed-store-theme .section-header-variant-price {
  font-family: poppins, sans-serif;
  font-weight: 200;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.weed-store-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 3.3rem;
}
.weed-store-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1.75rem;
  letter-spacing: 0.01375rem;
}
.weed-store-theme .product-label-container {
  vertical-align: middle;
}
.weed-store-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  height: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.weed-store-theme .product-brand {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  letter-spacing: 0.009375rem;
  align-self: center;
  margin-left: 0.5rem;
}
.weed-store-theme .product-variant-price {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.weed-store-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.weed-store-theme .product-cannabinoid,
.weed-store-theme .product-terpene {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
}
.weed-store-theme .product-column-general {
  overflow-x: unset;
}
.weed-store-theme .product-strain {
  line-height: 1;
}
.weed-store-theme .product-low-amount {
  font-family: poppins, sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.5;
}
.weed-store-theme .product-column {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.625;
}
.weed-store-theme .product-size {
  font-size: 1.5rem;
  line-height: 1.625;
}
.weed-store-theme .product-badge {
  display: flex;
}
.weed-store-theme .footer-container {
  padding: 2rem 3.125rem;
}
.weed-store-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.amsterdam-theme .main-header {
  font-family: P22-Mackinac-Pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.75rem;
  letter-spacing: 0.01625rem;
  text-align: left;
}
.amsterdam-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.amsterdam-theme .title-section {
  font-family: P22-Mackinac-Pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.75rem;
  letter-spacing: 0.01625rem;
  padding: 0 0.5rem;
}
.amsterdam-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.amsterdam-theme .section-header-container {
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0 0.5rem;
}
.amsterdam-theme .section-title {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.5rem;
  letter-spacing: 0.01625rem;
}
.amsterdam-theme .section-header-pre-roll {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  font-size: 1.25rem;
  letter-spacing: 0.0125rem;
}
.amsterdam-theme .section-header-general {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
}
.amsterdam-theme .section-header-grading-provider-logo {
  max-height: 60%;
}
.amsterdam-theme .product-column-general {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.amsterdam-theme .product-container {
  align-items: center;
  height: 4rem;
  padding: 0 0.5rem;
}
.amsterdam-theme .product-title-flex-container {
  gap: 0.75rem;
}
.amsterdam-theme .product-title {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01375rem;
}
.amsterdam-theme .product-subtitle {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.009375rem;
}
.amsterdam-theme .product-variant-price {
  letter-spacing: 0.0125rem;
}
.amsterdam-theme .product-low-amount {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.amsterdam-theme .product-column {
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.amsterdam-theme .force-bold-style * {
  font-family: Soleil, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.amsterdam-theme .badge {
  width: 1.5rem;
  height: 1.5rem;
}
.amsterdam-theme .product-badge {
  display: flex;
}
.amsterdam-theme .product-label {
  margin-left: 0;
  margin-right: 0;
  font-size: 1rem;
  font-family: Soleil, sans-serif;
  font-weight: 400;
  font-style: italic;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.royal-theme .header-container {
  padding-top: 1.125rem;
  padding-bottom: 0.25rem;
}
.royal-theme .main-header {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0;
  text-align: left;
}
.royal-theme .sections-container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.royal-theme .title-section {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
}
.royal-theme .section-container {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.royal-theme .section-header-container {
  border-bottom: 0.125rem solid;
  padding: 0.5rem 0.5rem 0;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.royal-theme .section-title {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  line-height: 1;
}
.royal-theme .section-header-pre-roll {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  vertical-align: middle;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.royal-theme .section-header-general {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.royal-theme .section-header-variant-price {
  text-align: center;
}
.royal-theme .section-header-grading-provider-logo {
  max-height: 2rem;
}
.royal-theme .product-column-general {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
}
.royal-theme .product-container {
  align-items: center;
  height: 2.5rem;
  padding: 0 1rem;
}
.royal-theme .product-title {
  font-family: "Dongle", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.royal-theme .product-label {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  height: 0.75rem;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
.royal-theme .product-subtitle {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  line-height: 1;
  font-size: 1rem;
  letter-spacing: -0.02em;
}
.royal-theme .product-variant-price,
.royal-theme .product-cannabinoid,
.royal-theme .product-terpene {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.royal-theme .product-quantity,
.royal-theme .product-size {
  font-size: 1.125rem;
}
.royal-theme .product-low-amount {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.royal-theme .product-column {
  font-family: "Dongle", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
.royal-theme .badge {
  height: 1.5rem;
}
.royal-theme .product-row-overlay {
  border-radius: 0.25rem;
}
.royal-theme .force-bold-style * {
  font-family: lato, sans-serif;
  font-weight: 900;
}
.royal-theme .force-italic-style * {
  font-family: lato, sans-serif;
  font-style: italic;
  font-weight: 400;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.la-canapa-theme .main-header {
  font-size: 4.5rem;
  letter-spacing: 2px;
  text-align: left;
  padding-left: 1rem;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.la-canapa-theme .header-container {
  align-items: center;
  justify-content: center;
}
.la-canapa-theme .company-logo {
  max-height: 7.5rem;
}
.la-canapa-theme .sections-container {
  margin-left: 3rem;
  margin-right: 3rem;
}
.la-canapa-theme .title-section {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  line-height: 3.5rem;
  padding: 0 0.2rem 0.3rem 0.2rem;
}
.la-canapa-theme .section-container {
  padding-inline: 0.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.la-canapa-theme .section-header-container {
  height: 3rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
}
.la-canapa-theme .section-title {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #731818;
  font-size: 2rem;
}
.la-canapa-theme .section-header-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.1875rem;
  color: #731818;
}
.la-canapa-theme .product-column-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.la-canapa-theme .product-container {
  align-items: center;
  height: 3.5rem;
}
.la-canapa-theme .product-title {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
}
.la-canapa-theme .product-label {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0 0 0.1rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  width: 5rem;
  height: 1.4rem;
  justify-content: center;
  text-transform: uppercase;
}
.la-canapa-theme .product-subtitle {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  color: #4b4b4b;
}
.la-canapa-theme .product-column {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.la-canapa-theme .badge {
  height: 1.8rem;
}
.la-canapa-theme .product-badge {
  align-items: end;
  justify-items: end;
  float: right;
  align-self: unset;
  width: unset;
  margin-right: 0.5rem;
}
.la-canapa-theme .product-column-Badge {
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
}
.la-canapa-theme .classification-mapping {
  flex-direction: column !important;
  text-align: -webkit-center !important;
}
.la-canapa-theme .classification-name {
  font-size: 0.8125rem;
  margin-top: 0.1rem;
}
.la-canapa-theme .footer-classification-board {
  color: #1a1a1a;
  border: solid;
  padding: 1rem 1rem !important;
  margin-bottom: 1rem;
  background-color: rgba(255, 255, 255, 0.5);
}
.la-canapa-theme .footer-container {
  height: 12% !important;
}
.la-canapa-theme .product-strain-type,
.la-canapa-theme .classification-mapping {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.5rem;
}
.la-canapa-theme .product-strain-type .s,
.la-canapa-theme .product-strain-type .sativa,
.la-canapa-theme .product-strain-type .h,
.la-canapa-theme .product-strain-type .hybrid,
.la-canapa-theme .product-strain-type .i,
.la-canapa-theme .product-strain-type .indica,
.la-canapa-theme .product-strain-type .b,
.la-canapa-theme .product-strain-type .blend,
.la-canapa-theme .product-strain-type .c,
.la-canapa-theme .product-strain-type .cbd,
.la-canapa-theme .classification-mapping .s,
.la-canapa-theme .classification-mapping .sativa,
.la-canapa-theme .classification-mapping .h,
.la-canapa-theme .classification-mapping .hybrid,
.la-canapa-theme .classification-mapping .i,
.la-canapa-theme .classification-mapping .indica,
.la-canapa-theme .classification-mapping .b,
.la-canapa-theme .classification-mapping .blend,
.la-canapa-theme .classification-mapping .c,
.la-canapa-theme .classification-mapping .cbd {
  padding-top: 0.1rem !important;
  padding-bottom: 0.2rem !important;
  height: max-content !important;
}
.la-canapa-theme .product-strain-type.s,
.la-canapa-theme .product-strain-type.h,
.la-canapa-theme .product-strain-type.i,
.la-canapa-theme .product-strain-type.b,
.la-canapa-theme .product-strain-type.c,
.la-canapa-theme .classification-mapping.s,
.la-canapa-theme .classification-mapping.h,
.la-canapa-theme .classification-mapping.i,
.la-canapa-theme .classification-mapping.b,
.la-canapa-theme .classification-mapping.c {
  color: white;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.la-canapa-theme .product-strain-type.sativa,
.la-canapa-theme .product-strain-type.hybrid,
.la-canapa-theme .product-strain-type.indica,
.la-canapa-theme .product-strain-type.blend,
.la-canapa-theme .product-strain-type.cbd,
.la-canapa-theme .classification-mapping.sativa,
.la-canapa-theme .classification-mapping.hybrid,
.la-canapa-theme .classification-mapping.indica,
.la-canapa-theme .classification-mapping.blend,
.la-canapa-theme .classification-mapping.cbd {
  color: white;
  width: 4rem;
  height: 1.8rem;
  border-radius: 0.5rem;
}
.la-canapa-theme .product-strain-type.s,
.la-canapa-theme .product-strain-type.sativa,
.la-canapa-theme .classification-mapping.s,
.la-canapa-theme .classification-mapping.sativa {
  background-color: #eba900 !important;
}
.la-canapa-theme .product-strain-type.h,
.la-canapa-theme .product-strain-type.hybrid,
.la-canapa-theme .classification-mapping.h,
.la-canapa-theme .classification-mapping.hybrid {
  background-color: #739e69 !important;
}
.la-canapa-theme .product-strain-type.i,
.la-canapa-theme .product-strain-type.indica,
.la-canapa-theme .classification-mapping.i,
.la-canapa-theme .classification-mapping.indica {
  background-color: #006068 !important;
}
.la-canapa-theme .product-strain-type.b,
.la-canapa-theme .product-strain-type.blend,
.la-canapa-theme .classification-mapping.b,
.la-canapa-theme .classification-mapping.blend {
  background-color: #5690f0 !important;
}
.la-canapa-theme .product-strain-type.c,
.la-canapa-theme .product-strain-type.cbd,
.la-canapa-theme .classification-mapping.c,
.la-canapa-theme .classification-mapping.cbd {
  background-color: #b8b8b8 !important;
}
.la-canapa-theme .force-bold-style * {
  font-family: open-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.ingram-and-sons-theme .company-logo {
  max-height: 8rem;
}
.ingram-and-sons-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.ingram-and-sons-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.ingram-and-sons-theme .main-header {
  font-family: Spectral, serif;
  font-weight: 800;
  font-style: normal;
  height: auto;
  line-height: 1;
  font-size: 7rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingram-and-sons-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.ingram-and-sons-theme .title-section-container {
  color: black;
  border-radius: 0.625rem;
  word-wrap: break-word;
  word-break: break-word;
}
.ingram-and-sons-theme .title-section {
  font-family: Spectral, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  padding: 0.1rem 1rem;
}
.ingram-and-sons-theme .title-section-content-wrapper {
  border-radius: 0.625rem;
}
.ingram-and-sons-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ingram-and-sons-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.ingram-and-sons-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingram-and-sons-theme .section-title {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 3rem;
  letter-spacing: 0.01625rem;
  align-self: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingram-and-sons-theme .section-header-general {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.ingram-and-sons-theme .section-header-pre-roll {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.ingram-and-sons-theme .section-header-grading-provider-logo {
  max-height: 65%;
}
.ingram-and-sons-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 5.5rem;
}
.ingram-and-sons-theme .product-title {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: 0.01375rem;
}
.ingram-and-sons-theme .product-label-container {
  vertical-align: middle;
}
.ingram-and-sons-theme .badge {
  height: 2.125rem;
}
.ingram-and-sons-theme .product-strain {
  line-height: 1.8rem;
}
.ingram-and-sons-theme .product-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.ingram-and-sons-theme .product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.009375rem;
}
.ingram-and-sons-theme .product-variant-price {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.ingram-and-sons-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.ingram-and-sons-theme .product-cannabinoid,
.ingram-and-sons-theme .product-terpene {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
}
.ingram-and-sons-theme .product-low-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ingram-and-sons-theme .product-column {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.625;
}
.ingram-and-sons-theme .product-size {
  font-size: 1.5rem;
  line-height: 1.625;
}
.ingram-and-sons-theme .footer-container {
  padding: 2rem 3.125rem;
}
.ingram-and-sons-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.black-jack-theme .company-logo {
  max-height: 8rem;
}
.black-jack-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.black-jack-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.black-jack-theme .main-header {
  font-family: tzimmes, serif;
  font-weight: 700;
  font-style: normal;
  height: auto;
  line-height: 1;
  font-size: 7.8rem;
  letter-spacing: 0;
}
.black-jack-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.black-jack-theme .title-section {
  font-family: tzimmes, serif;
  font-weight: 700;
  font-style: normal;
}
.black-jack-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.black-jack-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  opacity: 0.8;
}
.black-jack-theme .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.black-jack-theme .section-header-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.55rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.black-jack-theme .section-header-pre-roll {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  vertical-align: middle;
  font-size: 1.25rem;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.black-jack-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 5rem;
}
.black-jack-theme .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.01375rem;
}
.black-jack-theme .product-label-container {
  vertical-align: middle;
}
.black-jack-theme .product-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 1.4rem;
  font-size: 0.8rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.black-jack-theme .product-subtitle {
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.009375rem;
}
.black-jack-theme .product-variant-price {
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.black-jack-theme .product-variant-price-decoration {
  font-size: 1.1rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.black-jack-theme .product-cannabinoid,
.black-jack-theme .product-terpene {
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.625;
  letter-spacing: 0.01rem;
}
.black-jack-theme .product-low-amount {
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
.black-jack-theme .product-column {
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.625;
}
.black-jack-theme .product-size {
  font-size: 1.5rem;
  line-height: 1.625;
}
.black-jack-theme .footer-container {
  padding: 1rem 3.125rem 2rem 3.125rem;
  font-family: tzimmes, serif;
  font-weight: 600;
  font-style: normal;
}
.black-jack-theme .footer-container .classification-name {
  font-weight: 600;
  text-transform: uppercase;
}
.black-jack-theme .force-bold-style * {
  font-weight: 900;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.clean-theme .main-header {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.625rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.clean-theme .section-header-container {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.01625rem;
  margin-top: 1.25rem;
}
.clean-theme .section-header-general {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.01625rem;
}
.clean-theme .section-header-grading-provider-logo {
  max-height: 1.75rem;
}
.clean-theme .product-label {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.clean-theme .product-title {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.375rem;
  letter-spacing: 0.01625rem;
}
.clean-theme .product-container {
  height: 4.1rem;
  align-items: center;
}
.clean-theme .product-subtitle {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0.01625rem;
}
.clean-theme .product-column-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: 0.01625rem;
}
.clean-theme .badge {
  margin-left: 0.625rem;
  height: 1.25rem;
}
.clean-theme .product-badge {
  align-self: center;
}
.clean-theme .section-container {
  margin-right: 1rem;
  margin-left: 1rem;
}
.clean-theme .sections-container {
  margin-left: 2rem;
  margin-right: 2rem;
}
.clean-theme .force-bold-style * {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.runtz-theme .main-header {
  font-family: Work-Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
}
.runtz-theme .header-container {
  justify-content: center;
  padding: 1rem 3.3rem;
  margin-left: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.runtz-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.runtz-theme .runtz-sections-container {
  border-radius: 0.5rem;
  padding: 0 0 1rem 0;
}
.runtz-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
}
.runtz-theme .title-section {
  font-family: Work-Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.runtz-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.runtz-theme .section-header-container {
  height: 4rem;
}
.runtz-theme .section-column-title {
  display: flex;
}
.runtz-theme .section-title {
  font-family: Work-Sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 2.375rem;
  flex: unset;
  max-width: fit-content;
}
.runtz-theme .section-header-general {
  font-family: Work-Sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.5625rem;
}
.runtz-theme .section-header-grading-provider-logo {
  max-height: 70%;
}
.runtz-theme .product-container {
  align-items: center;
  height: 3rem;
}
.runtz-theme .product-column-general {
  font-family: Work-Sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
}
.runtz-theme .product-title {
  align-self: center;
}
.runtz-theme .product-title-container {
  font-family: Work-Sans, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.375rem;
}
.runtz-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  padding: 0.25rem 0.5rem;
  margin-left: 0.625rem;
}
.runtz-theme .badge {
  height: 1.75rem;
}
.runtz-theme .image-section {
  margin-top: 1rem;
}
.runtz-theme .footer-container {
  padding: 1.0625rem 2.125rem;
}
.runtz-theme .force-bold-style * {
  font-family: Work-Sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.lobster-butter-theme .main-header {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 4rem;
  text-transform: uppercase;
}
.lobster-butter-theme .title-section {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  text-transform: uppercase;
}
.lobster-butter-theme .section-container {
  margin-bottom: 1rem;
  padding-right: 1.5rem;
}
.lobster-butter-theme .section-header-container {
  font-family: merriweather, serif;
  font-weight: 700;
  font-style: normal;
  height: 3.625rem;
  padding-left: 0.5rem;
}
.lobster-butter-theme .section-title {
  font-size: 2rem;
}
.lobster-butter-theme .section-header-general {
  font-size: 1rem;
  text-align: start;
}
.lobster-butter-theme .section-header-badge {
  font-family: merriweather, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
.lobster-butter-theme .section-header-review-score-with-logo {
  justify-content: flex-start;
}
.lobster-butter-theme .section-header-grading-provider-logo {
  max-height: 60%;
}
.lobster-butter-theme .product-container {
  height: 2.875rem;
}
.lobster-butter-theme .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-align: start;
}
.lobster-butter-theme .product-cannabinoid,
.lobster-butter-theme .product-terpene,
.lobster-butter-theme .product-quantity,
.lobster-butter-theme .product-variant-price-integer,
.lobster-butter-theme .product-size,
.lobster-butter-theme .product-variant-secondary-price,
.lobster-butter-theme .product-strain {
  padding-left: 0.25rem;
}
.lobster-butter-theme .product-strain-type {
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lobster-butter-theme .product-strain-type.s,
.lobster-butter-theme .product-strain-type.i,
.lobster-butter-theme .product-strain-type.b,
.lobster-butter-theme .product-strain-type.h,
.lobster-butter-theme .product-strain-type.c {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.lobster-butter-theme .product-strain-type.sativa,
.lobster-butter-theme .product-strain-type.indica,
.lobster-butter-theme .product-strain-type.blend,
.lobster-butter-theme .product-strain-type.hybrid,
.lobster-butter-theme .product-strain-type.cbd {
  width: 3.4rem;
  height: 1.8rem;
  border-radius: 0.5rem;
}
.lobster-butter-theme .product-strain-type.sativa,
.lobster-butter-theme .product-strain-type.s {
  background-color: #c75314;
}
.lobster-butter-theme .product-strain-type.indica,
.lobster-butter-theme .product-strain-type.i {
  background-color: #7ab5b6;
}
.lobster-butter-theme .product-strain-type.blend,
.lobster-butter-theme .product-strain-type.b {
  background-color: #8e8ba6;
}
.lobster-butter-theme .product-strain-type.hybrid,
.lobster-butter-theme .product-strain-type.h {
  background-color: #478e79;
}
.lobster-butter-theme .product-strain-type.cbd,
.lobster-butter-theme .product-strain-type.c {
  background-color: #efefef;
}
.lobster-butter-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.lobster-butter-theme .product-title {
  font-size: 1.25rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.lobster-butter-theme .product-subtitle {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lobster-butter-theme .product-label {
  font-size: 0.75rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.25rem 0.5rem;
}
.lobster-butter-theme .product-badge {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
}
.lobster-butter-theme .badge {
  height: 1.625rem;
}
.lobster-butter-theme .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.soul-bud-theme .main-header {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.soul-bud-theme .header-container {
  justify-content: center;
}
.soul-bud-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.soul-bud-theme .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.5rem;
}
.soul-bud-theme .title-section-container {
  margin-bottom: 0.5rem !important;
}
.soul-bud-theme .section-container {
  margin-bottom: 1rem;
}
.soul-bud-theme .section-header-container {
  height: 3.625rem;
  text-transform: uppercase;
}
.soul-bud-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soul-bud-theme .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  padding-left: 1rem;
}
.soul-bud-theme .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.soul-bud-theme .section-header-grading-provider-logo {
  max-height: 60%;
}
.soul-bud-theme .product-container {
  height: 2.5rem;
}
.soul-bud-theme .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
.soul-bud-theme .product-cannabinoid,
.soul-bud-theme .product-terpene,
.soul-bud-theme .product-quantity,
.soul-bud-theme .product-variant-price-integer,
.soul-bud-theme .product-size,
.soul-bud-theme .product-variant-secondary-price {
  padding-left: 0.25rem;
}
.soul-bud-theme .product-strain-type {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soul-bud-theme .product-strain-type.s,
.soul-bud-theme .product-strain-type.i,
.soul-bud-theme .product-strain-type.b,
.soul-bud-theme .product-strain-type.h,
.soul-bud-theme .product-strain-type.c {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.soul-bud-theme .product-strain-type.sativa,
.soul-bud-theme .product-strain-type.indica,
.soul-bud-theme .product-strain-type.blend,
.soul-bud-theme .product-strain-type.hybrid,
.soul-bud-theme .product-strain-type.cbd {
  width: 4.2rem;
  height: 1.5rem;
  font-size: 1.2rem;
}
.soul-bud-theme .product-strain-type.s,
.soul-bud-theme .product-strain-type.sativa {
  color: #ab8876;
}
.soul-bud-theme .product-strain-type.i,
.soul-bud-theme .product-strain-type.indica {
  color: #9caf88;
}
.soul-bud-theme .product-strain-type.b,
.soul-bud-theme .product-strain-type.blend {
  color: #8e8ba6;
}
.soul-bud-theme .product-strain-type.h,
.soul-bud-theme .product-strain-type.hybrid {
  color: #7a99ac;
}
.soul-bud-theme .product-strain-type.c,
.soul-bud-theme .product-strain-type.cbd {
  color: #dedede;
}
.soul-bud-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.soul-bud-theme .product-title {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.soul-bud-theme .product-brand {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.5rem;
}
.soul-bud-theme .product-label {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.25rem 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.soul-bud-theme .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.soul-bud-theme .badge {
  height: 1.625rem;
}
.soul-bud-theme .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.soul-bud-theme-landscape .main-header {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.soul-bud-theme-landscape .header-container {
  justify-content: center;
}
.soul-bud-theme-landscape .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.soul-bud-theme-landscape .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.3rem;
}
.soul-bud-theme-landscape .title-section-container {
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}
.soul-bud-theme-landscape .title-section-image-container {
  padding-right: 1rem;
}
.soul-bud-theme-landscape .section-container {
  margin-bottom: 0.4rem;
  padding-right: 1rem;
}
.soul-bud-theme-landscape .section-header-container {
  height: 2.5rem;
  text-transform: uppercase;
}
.soul-bud-theme-landscape .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.soul-bud-theme-landscape .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soul-bud-theme-landscape .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.soul-bud-theme-landscape .product-container {
  height: 1.9rem;
}
.soul-bud-theme-landscape .product-column {
  flex-direction: row;
  height: 80%;
}
.soul-bud-theme-landscape .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
.soul-bud-theme-landscape .product-cannabinoid,
.soul-bud-theme-landscape .product-terpene,
.soul-bud-theme-landscape .product-quantity,
.soul-bud-theme-landscape .product-variant-price-integer,
.soul-bud-theme-landscape .product-size,
.soul-bud-theme-landscape .product-variant-secondary-price {
  padding-left: 0.3rem;
}
.soul-bud-theme-landscape .product-strain-type {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}
.soul-bud-theme-landscape .product-strain-type.s {
  color: #ab8876;
}
.soul-bud-theme-landscape .product-strain-type.i {
  color: #9caf88;
}
.soul-bud-theme-landscape .product-strain-type.b {
  color: #8e8ba6;
}
.soul-bud-theme-landscape .product-strain-type.h {
  color: #7a99ac;
}
.soul-bud-theme-landscape .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.soul-bud-theme-landscape .product-title {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.soul-bud-theme-landscape .product-brand {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.5rem;
}
.soul-bud-theme-landscape .product-label {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 0.25rem 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.soul-bud-theme-landscape .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.soul-bud-theme-landscape .badge {
  height: 1.1rem;
}
.soul-bud-theme-landscape .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.lux-leaf-theme .header-container {
  padding: 0 1rem 0 1rem;
}
.lux-leaf-theme .main-header {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 4rem;
  text-align: center;
}
.lux-leaf-theme .sections-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.lux-leaf-theme .title-section {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  text-transform: uppercase;
}
.lux-leaf-theme .section-container {
  margin: 0 0.5rem 1rem 0.5rem;
}
.lux-leaf-theme .section-header-container {
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-style: italic;
}
.lux-leaf-theme .section-title {
  font-size: 3rem;
}
.lux-leaf-theme .section-header-general {
  font-family: "Karla", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 2rem;
  text-align: center;
}
.lux-leaf-theme .section-header-badge {
  text-align: center;
}
.lux-leaf-theme .section-header-grading-provider-logo {
  max-height: 3rem;
}
.lux-leaf-theme .product-container {
  height: 3.75rem;
  border-bottom: 1px solid gray;
}
.lux-leaf-theme .product-column.product-column-StrainType {
  flex-direction: column;
}
.lux-leaf-theme .product-column-general {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.625rem;
  text-align: center;
  letter-spacing: -0.05rem;
}
.lux-leaf-theme .product-column-Brand {
  letter-spacing: -0.1rem;
}
.lux-leaf-theme .product-quantity-and-size {
  line-height: 1;
}
.lux-leaf-theme .product-variant-price {
  line-height: 1;
}
.lux-leaf-theme .product-strain-type {
  color: #ffffff;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border-radius: 50%;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lux-leaf-theme .product-strain-type.s {
  background-color: #fa8128;
  color: #fa8128;
}
.lux-leaf-theme .product-strain-type.sativa {
  background-color: #fa8128;
}
.lux-leaf-theme .product-strain-type.i {
  background-color: #663399;
  color: #663399;
}
.lux-leaf-theme .product-strain-type.indica {
  background-color: #663399;
}
.lux-leaf-theme .product-strain-type.h {
  background-color: #339933;
  color: #339933;
}
.lux-leaf-theme .product-strain-type.hybrid {
  background-color: #339933;
}
.lux-leaf-theme .product-strain-type.b {
  background-color: #993369;
  color: #993369;
}
.lux-leaf-theme .product-strain-type.blend {
  background-color: #993369;
}
.lux-leaf-theme .product-strain-type.c {
  background-color: #4690a8;
  color: #4690a8;
}
.lux-leaf-theme .product-strain-type.cbd {
  background-color: #4690a8;
}
.lux-leaf-theme .product-strain-type.sativa,
.lux-leaf-theme .product-strain-type.indica,
.lux-leaf-theme .product-strain-type.hybrid,
.lux-leaf-theme .product-strain-type.blend,
.lux-leaf-theme .product-strain-type.cbd {
  color: white;
  width: 4rem;
  height: 1.8rem;
  border-radius: 0.25rem;
  font-size: 1.125rem;
}
.lux-leaf-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.lux-leaf-theme .product-title-flex-container {
  gap: 0.5rem;
}
.lux-leaf-theme .product-title {
  font-size: 1.75rem;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  align-self: center;
  letter-spacing: -0.1rem;
}
.lux-leaf-theme .product-subtitle {
  font-size: 1.25rem;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.lux-leaf-theme .product-label {
  font-size: 1.125rem;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 0;
  padding: 0.25rem 0.5rem;
}
.lux-leaf-theme .product-badge {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 0.5rem;
  order: 3;
}
@supports (-webkit-line-clamp: 2) {
  .lux-leaf-theme .product-brand {
    white-space: unset;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1;
  }
}
.lux-leaf-theme .badge {
  height: 1.625rem;
}
.lux-leaf-theme .classification-footer-container {
  color: black;
}
.lux-leaf-theme .classification-footer-container.no-classifications {
  height: 1rem;
}
.lux-leaf-theme .classification-footer-container .footer-classification-board {
  font-size: 1.75rem;
}
.lux-leaf-theme .classification-footer-container .classification-mapping {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  font-style: normal;
  align-items: center;
}
.lux-leaf-theme .classification-footer-container .classification-mapping .sativa {
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #fa8128;
  color: #fa8128;
}
.lux-leaf-theme .classification-footer-container .classification-mapping .indica {
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #663399;
  color: #663399;
}
.lux-leaf-theme .classification-footer-container .classification-mapping .hybrid {
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #339933;
  color: #339933;
}
.lux-leaf-theme .classification-footer-container .classification-mapping .cbd {
  height: 1rem;
  width: 1rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #4690a8;
  color: #4690a8;
}
.lux-leaf-theme .classification-footer-container .classification-mapping .classification-name {
  text-transform: capitalize;
}
.lux-leaf-theme .force-bold-style * {
  font-family: "Karla", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.pur-life-theme .main-header {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pur-life-theme .header-container {
  justify-content: center;
}
.pur-life-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.pur-life-theme .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding: 0.5rem;
}
.pur-life-theme .title-section-container {
  margin-bottom: 0.5rem !important;
}
.pur-life-theme .section-container {
  margin-bottom: 1rem;
}
.pur-life-theme .section-header-container {
  height: 2.25rem;
  text-transform: uppercase;
}
.pur-life-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pur-life-theme .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  padding-left: 1rem;
}
.pur-life-theme .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.pur-life-theme .product-container {
  height: 2.1rem;
}
.pur-life-theme .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
.pur-life-theme .product-cannabinoid,
.pur-life-theme .product-terpene,
.pur-life-theme .product-quantity,
.pur-life-theme .product-variant-price-integer,
.pur-life-theme .product-size,
.pur-life-theme .product-variant-secondary-price {
  padding-left: 0.25rem;
}
.pur-life-theme .product-strain-type {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pur-life-theme .product-strain-type.s,
.pur-life-theme .product-strain-type.i,
.pur-life-theme .product-strain-type.b,
.pur-life-theme .product-strain-type.h,
.pur-life-theme .product-strain-type.c {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.5rem;
}
.pur-life-theme .product-strain-type.sativa,
.pur-life-theme .product-strain-type.indica,
.pur-life-theme .product-strain-type.blend,
.pur-life-theme .product-strain-type.hybrid,
.pur-life-theme .product-strain-type.cbd {
  width: 4.2rem;
  height: 1.5rem;
  font-size: 1.2rem;
}
.pur-life-theme .product-strain-type.s,
.pur-life-theme .product-strain-type.sativa {
  color: #ab8876;
}
.pur-life-theme .product-strain-type.i,
.pur-life-theme .product-strain-type.indica {
  color: #9caf88;
}
.pur-life-theme .product-strain-type.b,
.pur-life-theme .product-strain-type.blend {
  color: #8e8ba6;
}
.pur-life-theme .product-strain-type.h,
.pur-life-theme .product-strain-type.hybrid {
  color: #7a99ac;
}
.pur-life-theme .product-strain-type.c,
.pur-life-theme .product-strain-type.cbd {
  color: #dedede;
}
.pur-life-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.pur-life-theme .product-title {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pur-life-theme .product-brand {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.5rem;
}
.pur-life-theme .product-label {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.25rem 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.pur-life-theme .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.pur-life-theme .badge {
  height: 1.625rem;
}
.pur-life-theme .product-title-flex-container {
  align-items: center;
}
.pur-life-theme .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 1000;
  font-style: normal;
}
.pur-life-theme .portrait-multi-column {
  padding-right: 1rem;
}
.pur-life-theme .portrait-multi-column .title-section {
  font-size: 1.5rem;
}
.pur-life-theme .portrait-multi-column .section-title {
  font-size: 1.375rem;
}
.pur-life-theme .portrait-multi-column .section-header-general {
  font-size: 1rem;
}
.pur-life-theme .portrait-multi-column .product-column-general {
  font-size: 0.875rem;
}
.pur-life-theme .portrait-multi-column .product-title {
  font-size: 0.875rem;
}
.pur-life-theme .portrait-multi-column .product-brand {
  font-size: 0.875rem;
}
.pur-life-theme .portrait-multi-column .product-label {
  font-size: 0.75rem;
  padding: 0.1rem 0.4rem;
  margin-left: 0.4rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.pur-life-theme-landscape .main-header {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.5rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.pur-life-theme-landscape .header-container {
  justify-content: center;
}
.pur-life-theme-landscape .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.pur-life-theme-landscape .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.3rem;
}
.pur-life-theme-landscape .title-section-container {
  margin-bottom: 0.5rem !important;
  margin-top: 0 !important;
}
.pur-life-theme-landscape .title-section-image-container {
  padding-right: 1rem;
}
.pur-life-theme-landscape .section-container {
  margin-bottom: 0.4rem;
  padding-right: 1rem;
}
.pur-life-theme-landscape .section-header-container {
  height: 2.25rem;
  text-transform: uppercase;
}
.pur-life-theme-landscape .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  padding-left: 1rem;
}
.pur-life-theme-landscape .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pur-life-theme-landscape .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2rem;
  text-transform: uppercase;
}
.pur-life-theme-landscape .product-container {
  height: 1.9rem;
}
.pur-life-theme-landscape .product-column {
  flex-direction: row;
  height: 80%;
}
.pur-life-theme-landscape .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
}
.pur-life-theme-landscape .product-cannabinoid,
.pur-life-theme-landscape .product-terpene,
.pur-life-theme-landscape .product-quantity,
.pur-life-theme-landscape .product-variant-price-integer,
.pur-life-theme-landscape .product-size,
.pur-life-theme-landscape .product-variant-secondary-price {
  padding-left: 0.3rem;
}
.pur-life-theme-landscape .product-strain-type {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}
.pur-life-theme-landscape .product-strain-type.s {
  color: #ab8876;
}
.pur-life-theme-landscape .product-strain-type.i {
  color: #9caf88;
}
.pur-life-theme-landscape .product-strain-type.b {
  color: #8e8ba6;
}
.pur-life-theme-landscape .product-strain-type.h {
  color: #7a99ac;
}
.pur-life-theme-landscape .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.pur-life-theme-landscape .product-title {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pur-life-theme-landscape .product-brand {
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.5rem;
}
.pur-life-theme-landscape .product-label {
  font-size: 0.625rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 0.25rem 0.5rem;
  margin-left: 0.3rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.pur-life-theme-landscape .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.pur-life-theme-landscape .badge {
  height: 1.1rem;
}
.pur-life-theme-landscape .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 1000;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.super-lemon-haze-theme .main-header {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.super-lemon-haze-theme .header-container {
  justify-content: center;
}
.super-lemon-haze-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.super-lemon-haze-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.super-lemon-haze-theme .title-section {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  padding: 1rem;
}
.super-lemon-haze-theme .title-section-container {
  border-radius: 0.5rem;
}
.super-lemon-haze-theme .section-container {
  margin: 0 1rem 0.5rem;
}
.super-lemon-haze-theme .section-header-container {
  padding: 1rem 0;
  border-radius: 0.5rem;
  border: none;
  margin-bottom: 0.25rem;
}
.super-lemon-haze-theme .section-title {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
.super-lemon-haze-theme .section-column-title {
  padding-left: 1rem;
}
.super-lemon-haze-theme .section-header-general {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
}
.super-lemon-haze-theme .section-header-badge {
  margin-right: 1rem;
}
.super-lemon-haze-theme .products-container {
  margin-top: 0.75rem;
}
.super-lemon-haze-theme .product-column-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.super-lemon-haze-theme .product-container {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  height: 2.9rem;
}
.super-lemon-haze-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  margin: 0 0.5rem;
  letter-spacing: -0.02em;
}
.super-lemon-haze-theme .badge {
  height: 1.5rem;
}
.super-lemon-haze-theme .force-bold-style * {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.northern-lights.landscape-menu .section-container {
  margin: 0 0.5rem;
}
.northern-lights .header-container {
  font-family: shelby, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.northern-lights .header-container .main-header {
  font-size: 6rem;
  padding-top: 1rem;
  padding-left: 1.25rem;
}
.northern-lights .header-container .company-logo {
  max-height: 4rem;
}
.northern-lights .section-container .title-section {
  font-family: shelby, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6rem;
  padding-top: 1.5rem;
  padding-left: 1.25rem;
}
.northern-lights .section-header-container {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
  padding: 0.625rem 0;
}
.northern-lights .section-header-container .section-title {
  font-size: 2rem;
  letter-spacing: 0.2rem;
  padding-left: 1.25rem;
}
.northern-lights .section-header-container .section-header-general {
  font-size: 1.25rem;
  letter-spacing: 0.125rem;
}
.northern-lights .section-header-grading-provider-logo {
  max-height: 2rem;
}
.northern-lights .product-title-container {
  padding-left: 0.25rem;
}
.northern-lights .product-title,
.northern-lights .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
}
.northern-lights .product-container {
  height: 4.5rem;
}
.northern-lights .product-container .product-column:not(.product-column-Badge) {
  justify-content: flex-start;
  box-sizing: border-box;
  padding-top: 0.725rem;
}
.northern-lights .product-container .product-column.product-column-Badge {
  min-width: 3rem;
}
.northern-lights .product-container .product-column-general.product-badge {
  display: flex;
}
.northern-lights .product-title-flex-container {
  justify-content: space-between;
}
.northern-lights .product-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.northern-lights .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 100%;
  padding: 0.25rem 0.5rem;
  margin-left: 0.625rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.house-of-dank-theme .company-logo {
  max-height: 10rem;
}
.house-of-dank-theme .header-container {
  padding: 1.5rem 3.125rem 0 3.125rem;
}
.house-of-dank-theme .header-container-portrait {
  padding-top: 7.5rem;
}
.house-of-dank-theme .header-container-landscape {
  padding-top: 3.125rem;
}
.house-of-dank-theme .main-header {
  font-family: "Mont-Heavy", sans-serif;
  height: auto;
  font-size: 9.375rem;
  letter-spacing: 0;
  text-align: center;
}
.house-of-dank-theme .sections-container {
  margin-left: 2.125rem;
  margin-right: 2.125rem;
}
.house-of-dank-theme .title-section {
  font-family: "Mont-Heavy", sans-serif;
}
.house-of-dank-theme .section-container {
  padding-left: 1rem;
  padding-right: 1rem;
}
.house-of-dank-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 3.875rem;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.house-of-dank-theme .section-title {
  font-family: "Mont-Heavy", sans-serif;
  font-size: 3.4375rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.house-of-dank-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 2.1875rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.house-of-dank-theme .section-header-pre-roll {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.8125rem;
  vertical-align: middle;
  line-height: 1.325;
  letter-spacing: 0.0125rem;
}
.house-of-dank-theme .products-container {
  border-radius: 0.625rem;
}
.house-of-dank-theme .product-column-general {
  overflow-x: unset;
}
.house-of-dank-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4.625rem;
}
.house-of-dank-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 2.5625rem;
  line-height: 1.8;
  letter-spacing: 0.01375rem;
}
.house-of-dank-theme .product-label-container {
  vertical-align: middle;
}
.house-of-dank-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  height: 1rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.house-of-dank-theme .product-variant-price {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 2.5625rem;
  line-height: 1.75;
  letter-spacing: 0.0125rem;
}
.house-of-dank-theme .product-variant-price-decoration {
  font-size: 1.375rem;
  line-height: 1.2;
  letter-spacing: 0.0125rem;
  vertical-align: text-top;
}
.house-of-dank-theme .product-low-amount {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 2.5625rem;
  line-height: 1.5;
}
.house-of-dank-theme .product-strain {
  line-height: 0.9;
}
.house-of-dank-theme .product-column {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 2.5625rem;
  line-height: 1.625;
}
.house-of-dank-theme .footer-container {
  padding: 0 3.125rem 1rem;
}
.house-of-dank-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 900;
}
.house-of-dank-theme.web-menu .main-header {
  font-size: 6.25rem;
}
.house-of-dank-theme.web-menu .company-logo {
  max-height: 6.5rem;
}
.house-of-dank-theme.web-menu .product-cannabinoid,
.house-of-dank-theme.web-menu .product-terpene,
.house-of-dank-theme.web-menu .product-low-amount {
  font-size: 1.25rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.killer-queen .sections-container {
  margin-left: 1.1875rem;
  margin-right: 1.1875rem;
}
.killer-queen .section-container {
  margin: 0 0.5rem;
}
.killer-queen .title-section {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 3.5rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 100%;
}
.killer-queen .header-container {
  padding-top: 2.5rem;
  padding-bottom: 2rem;
}
.killer-queen .header-container .main-header {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  line-height: 100%;
}
.killer-queen .expanded-product-section-title {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 2.25rem;
  height: 2.25rem;
  min-height: fit-content;
  padding: 0.75rem 0.375rem;
  letter-spacing: 0.045rem;
  line-height: 100%;
}
.killer-queen .expanded-product-info-item-product-container {
  padding: 0.6875rem 1.875rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-asset-wrapper {
  align-self: center;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-asset-wrapper .product-image-column .product-image {
  margin-bottom: 0.3125rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-asset-wrapper .product-image-column .product-strain-type {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  opacity: 0.6;
  text-transform: uppercase;
  text-align: center;
  line-height: 100%;
  letter-spacing: 0.055rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-product-title {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 2.5625rem;
  overflow: clip;
  overflow-clip-margin: 0.3rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0.375rem;
  line-height: 105%;
  letter-spacing: 0.05rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-product-brand {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  opacity: 0.6;
  text-transform: uppercase;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-badge-and-label .expanded-product-info-item-product-badge {
  column-gap: 0.75rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-badge-and-label .product-label {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 120%;
  padding: 0;
  margin-left: 0;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-badge-and-label .expanded-product-info-item-product-label-container .product-label {
  padding: 0.15rem 0.5rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-cannabinoids {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-terpenes {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 1.5rem;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-terps-and-top-terpene {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  opacity: 0.6;
  letter-spacing: 0.055rem;
  line-height: 100%;
  text-transform: uppercase;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-left-side .expanded-product-info-item-top-terpene {
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-type-and-size {
  margin-right: 1.125rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-type-and-size .expanded-product-info-item-product-variant-type {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-type-and-size .expanded-product-info-item-product-size {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.375rem;
  text-align: end;
  opacity: 0.6;
  overflow: inherit;
  line-height: 100%;
  letter-spacing: 0.05rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-price {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-price .product-variant-previous-price {
  font-size: 1.75rem;
  opacity: 0.6;
  text-align: right;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-price .product-variant-current-price {
  font-size: 3.125rem;
  line-height: 100%;
  letter-spacing: 0.0625rem;
}
.killer-queen .expanded-product-info-item-product-container .expanded-product-info-item-product-content-wrapper .expanded-product-info-item-right-side .expanded-product-info-item-price .product-variant-current-price.and-has-previous-price.force-italic-style {
  padding-right: 0.5rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.plain-jane-theme .company-logo {
  max-height: 7.5rem;
  max-width: 15rem;
}
.plain-jane-theme .header-container {
  height: 11rem;
  justify-content: flex-end;
  text-transform: uppercase;
  border: 4px solid #1a1a1a;
  border-bottom-width: 2px;
  margin-top: 3.125rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  padding: 0;
}
.plain-jane-theme .ask-us-table {
  max-width: 25%;
  padding-right: 1rem;
}
.plain-jane-theme .main-header {
  font-family: poppins, sans-serif;
  font-weight: 600;
  padding-left: 1.6rem;
  font-size: 3.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  flex: 1;
}
.plain-jane-theme .sections-container {
  border: 4px solid #1a1a1a;
  border-top-width: 0;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
}
.plain-jane-theme .section-container {
  padding-bottom: 1rem;
}
.plain-jane-theme .section-header-container {
  height: 4.5rem;
}
.plain-jane-theme .section-header-bottom-border {
  border-bottom-width: 2px;
}
.plain-jane-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  letter-spacing: 0;
  align-items: center;
}
.plain-jane-theme .section-column {
  align-self: flex-end;
}
.plain-jane-theme .section-column-title {
  align-self: flex-end;
}
.plain-jane-theme .product-column-general {
  font-size: 1rem;
  line-height: 1.125rem;
  width: 100%;
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
}
.plain-jane-theme .section-header-general {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.325rem;
  letter-spacing: 0.2px;
  padding-bottom: 0.64rem;
}
.plain-jane-theme .section-header-variant-price {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.325rem;
  letter-spacing: 0.2px;
}
.plain-jane-theme .section-header-review-score-with-logo {
  align-items: flex-end;
  box-sizing: border-box;
}
.plain-jane-theme .section-header-grading-provider-logo {
  max-height: 50%;
}
.plain-jane-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 600;
  padding: 1.78rem 1.6rem;
  font-size: 2.18rem;
  line-height: 2.18rem;
  text-transform: uppercase;
  border-bottom: 2px solid #1a1a1a;
}
.plain-jane-theme .product-container {
  height: 3.125rem;
  border-bottom: 1px solid #1a1a1a;
}
.plain-jane-theme .product-title {
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.625rem;
  letter-spacing: 0.16px;
}
.plain-jane-theme .product-subtitle {
  font-size: 1rem;
  line-height: 1.125rem;
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
}
.plain-jane-theme .product-label {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  padding: 0.125rem 0.7rem;
  margin-left: 1rem;
}
.plain-jane-theme .product-variant-price {
  font-family: realistnarrow, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.325rem;
  letter-spacing: 0.2px;
}
.plain-jane-theme .product-quantity,
.plain-jane-theme .product-size,
.plain-jane-theme .product-quantity-and-size {
  font-family: realistwide, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.125rem;
}
.plain-jane-theme .product-cannabinoid,
.plain-jane-theme .product-terpene {
  font-size: 1rem;
  line-height: 1.125rem;
  width: 100%;
  font-family: realistnarrow, sans-serif;
  font-weight: 400;
}
.plain-jane-theme .product-brand {
  font-family: realistwide, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.125rem;
  text-align: start;
}
.plain-jane-theme .footer-container {
  border: 4px solid #1a1a1a;
  border-top-width: 0;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  margin-bottom: 3.125rem;
}
.plain-jane-theme .force-bold-style * {
  font-family: realistnarrow, sans-serif;
  font-weight: 800;
}
html.print-menu .plain-jane-theme .header-container {
  padding: 0 4px;
}
html.print-menu .plain-jane-theme .sections-container {
  border: none;
}
html.print-menu .plain-jane-theme .section-container {
  padding: 0 1.6rem;
}
html.print-menu .plain-jane-theme .product-container.has-background-color .product-title {
  margin-left: 0.4rem;
}
html.print-menu .plain-jane-theme .header-container,
html.print-menu .plain-jane-theme .sections-container,
html.print-menu .plain-jane-theme .footer-container {
  margin-left: 0;
  margin-right: 0;
}
html.print-menu .plain-jane-theme .header-container {
  margin-top: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
html.print-menu .plain-jane-theme .title-section {
  font-size: 2.18rem;
  padding-left: 1.6rem;
  text-transform: uppercase;
}
html.print-menu .plain-jane-theme .title-section-container {
  padding: 0 !important;
}
html.print-menu .plain-jane-theme.fixed-print-wrapper {
  display: block;
  border: 4px solid #1a1a1a;
  margin: 0 0;
}
html.print-menu .plain-jane-theme .product-variant-price {
  font-size: 1rem;
  line-height: 1.325rem;
}
html.print-menu .plain-jane-theme .footer-container {
  border: none;
  margin-bottom: 0;
  padding-top: 1rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.grid-lines-theme .company-logo-container {
  max-width: 50%;
}
.grid-lines-theme .company-logo-container .company-logo {
  max-width: 75%;
  object-position: bottom left;
}
.grid-lines-theme .header-container {
  padding-left: 75px;
  padding-right: 75px;
}
.grid-lines-theme .main-header {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 4rem;
  text-align: center;
  flex: 10;
}
.grid-lines-theme .sections-container {
  margin-left: 75px;
  margin-right: 75px;
}
.grid-lines-theme .section-container {
  margin-bottom: 1.375rem;
}
.grid-lines-theme .title-section-container {
  color: white;
}
.grid-lines-theme .section-header-container {
  color: white;
  height: 54px;
  background-color: #222222;
}
.grid-lines-theme .section-title {
  font-family: Arial, sans-serif;
  font-weight: 800;
  margin-left: 0.75rem;
  font-size: 1.5rem;
}
.grid-lines-theme .section-column {
  height: 100%;
  display: flex;
}
.grid-lines-theme .section-header-general {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: end;
  align-self: center;
  margin-right: 0.75rem;
}
.grid-lines-theme .black-background {
  background-color: #222222;
}
.grid-lines-theme .products-container {
  gap: 1px;
  background-color: #222222;
}
.grid-lines-theme .product-column-general {
  text-align: end;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 0.625rem;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.grid-lines-theme .section-header-producer {
  border-right: 0;
}
.grid-lines-theme .section-header-review-score-with-logo {
  justify-content: flex-end;
}
.grid-lines-theme .title-section {
  font-family: Arial, sans-serif;
  font-weight: 800;
  padding-left: 0.75rem;
  font-size: 3rem;
  line-height: 8rem;
}
.grid-lines-theme .product-container {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
  height: 47px;
}
.grid-lines-theme .product-title-container {
  display: flex;
  padding-left: 0.75rem;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.grid-lines-theme .product-title {
  display: flex;
  align-items: center;
  height: 100%;
}
.grid-lines-theme .product-label {
  max-height: 1rem;
  font-size: 0.875rem;
}
.grid-lines-theme .product-variant-price {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.grid-lines-theme .product-cannabinoid,
.grid-lines-theme .product-terpene {
  font-size: 1.2rem;
}
.grid-lines-theme .product-badge {
  flex-direction: row;
  padding: 0;
}
.grid-lines-theme .badge {
  height: 2rem;
}
.grid-lines-theme .footer-container {
  padding-top: 1rem;
  padding-bottom: 0;
}
.grid-lines-theme .subheader-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.75rem 0.75rem 0.75rem 0.75rem;
  color: white;
}
.grid-lines-theme .subheader-title {
  font-family: Arial, sans-serif;
  font-weight: 800;
  font-size: 1.5rem;
}
.grid-lines-theme .subheader-subtitle {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.grid-lines-theme .default-background-color {
  background-color: white;
  margin-right: 1px;
}
.grid-lines-theme .force-bold-style * {
  font-family: Arial, sans-serif;
  font-weight: 600;
}
html.print-menu .grid-lines-theme .product-column-general,
html.print-menu .grid-lines-theme .product-title-container {
  height: 100% !important;
}
html.print-menu .grid-lines-theme .product-title-container .flex-container,
html.print-menu .grid-lines-theme .product-title-container .flex-container-column,
html.print-menu .grid-lines-theme .product-title-container .flex-container-row {
  height: 100% !important;
}
html.print-menu .grid-lines-theme .title-section {
  font-size: 4rem;
  line-height: 9rem;
}
html.print-menu .grid-lines-theme .section-header-container {
  height: 32px;
}
html.print-menu .grid-lines-theme .product-container {
  height: 26px;
}
html.print-menu .grid-lines-theme .header-container {
  padding-left: 0;
  padding-right: 0;
}
html.print-menu .grid-lines-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
html.print-menu .grid-lines-theme .badge-in-legend {
  width: 3rem;
}
html.print-menu .grid-lines-theme .classification-name {
  font-size: 0.85rem;
  color: black;
  font-family: Arial, sans-serif;
  font-weight: 400;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.sprout-theme .header-container {
  height: 6rem;
  border: 4px solid black;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  border-bottom: 0;
  margin-top: 3.125rem;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  padding: 0;
}
.sprout-theme .menu-title {
  font-size: 2rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sprout-theme .menu-date {
  font-size: 1.25rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sprout-theme .sections-container {
  border: 4px solid black;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  border-top-width: 0;
  margin-left: 3.125rem;
  margin-right: 3.125rem;
  padding: 0 2rem;
}
.sprout-theme .section-header-bottom-border {
  border-bottom: none;
}
.sprout-theme .section-title {
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-right: 0.5rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sprout-theme .section-title-text {
  font-size: 1.5rem;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  margin-right: 0.5rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sprout-theme .section-title-icon {
  margin-right: 1rem;
}
.sprout-theme .section-header-general {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-align: left;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.sprout-theme .product-badge {
  display: flex;
}
.sprout-theme .section-header-review-score-with-logo {
  justify-content: flex-start;
}
.sprout-theme .section-header-grading-provider-logo {
  max-height: 2rem;
}
.sprout-theme .product-title {
  line-height: 2rem;
}
.sprout-theme .product-title-container {
  padding-right: 1.5rem;
}
.sprout-theme .product-column {
  text-align: left;
}
.sprout-theme .products-container {
  margin-bottom: 2rem;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.sprout-theme .product-label {
  font-size: 0.75rem;
  padding: 0.05rem 0.3rem;
}
.sprout-theme .title-section {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.sprout-theme .force-bold-style * {
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html.print-menu .sprout-theme .sections-container {
  border: none;
}
html.print-menu .sprout-theme .section-container {
  padding-bottom: 0;
  padding-top: 0;
}
html.print-menu .sprout-theme .header-container,
html.print-menu .sprout-theme .sections-container,
html.print-menu .sprout-theme .footer-container {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
}
html.print-menu .sprout-theme .header-container {
  margin-top: 0;
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
}
html.print-menu .sprout-theme.fixed-print-wrapper {
  display: block;
  border: 4px solid black;
  margin: 0 0;
  padding: 0.5in;
  border-radius: 3rem;
}
html.print-menu .sprout-theme .product-variant-price {
  font-size: 1.2rem;
  line-height: 1.325rem;
}
html.print-menu .sprout-theme .product-container {
  align-items: flex-end;
  height: calc(2rem + 5px);
}
html.print-menu .sprout-theme .badge {
  height: 2rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.calyx-trichomes-theme {
  page: calyx-trichomes-pages;
}
@page calyx-trichomes-pages {
  margin: 0.5in;
}
.calyx-trichomes-theme .header-container {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  align-items: unset;
  border-bottom: 0;
  padding: 0;
  justify-content: flex-start;
}
.calyx-trichomes-theme .menu-title {
  font-size: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
  font-family: Facile-Sans, sans-serif;
  font-style: normal;
}
.calyx-trichomes-theme .header-desc {
  font-size: 1.25rem;
  font-family: Banks-Miles, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.calyx-trichomes-theme .sections-container {
  border-top-width: 0;
  margin-left: 0;
  margin-right: 0;
  overflow-y: overlay;
}
.calyx-trichomes-theme .section-header-bottom-border {
  border-bottom: none;
}
.calyx-trichomes-theme .section-header-container {
  height: 3.5rem;
}
.calyx-trichomes-theme .section-column {
  align-self: end;
}
.calyx-trichomes-theme .section-title {
  text-decoration-thickness: 1px;
  margin-right: 0.5rem;
  padding-top: 1px;
  font-size: 1.75rem;
  font-family: Facile-Sans, sans-serif;
  font-style: normal;
}
.calyx-trichomes-theme .section-title .section-title-icon {
  height: 1.3rem;
  width: 1.3rem;
  align-self: flex-start;
}
.calyx-trichomes-theme .section-header-general {
  text-decoration-thickness: 1px;
  text-align: center;
  font-size: 1.75rem;
  font-family: Facile-Sans, sans-serif;
  font-style: normal;
}
.calyx-trichomes-theme .section-header-badge {
  direction: rtl;
}
.calyx-trichomes-theme .section-header-producer {
  text-align: left;
}
.calyx-trichomes-theme .product-container {
  height: 3rem;
}
.calyx-trichomes-theme .product-brand {
  text-align: left;
}
.calyx-trichomes-theme .product-badge {
  display: flex;
}
.calyx-trichomes-theme .section-header-review-score-with-logo {
  align-items: flex-end;
}
.calyx-trichomes-theme .product-title {
  line-height: 2rem;
}
.calyx-trichomes-theme .product-column {
  text-align: center;
  font-size: 1.125rem;
}
.calyx-trichomes-theme .products-container {
  font-family: Banks-Miles, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.125rem;
}
.calyx-trichomes-theme .product-label {
  font-family: Banks-Miles, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-style: bold;
  font-size: 0.75rem;
  padding: 0.05rem 0.3rem;
}
.calyx-trichomes-theme .title-section {
  font-family: Facile-Sans, sans-serif;
  font-style: normal;
  font-size: 1.75rem;
  padding-top: 0.5rem;
}
.calyx-trichomes-theme .force-bold-style * {
  font-family: Banks-Miles, sans-serif;
  font-weight: 700;
  font-style: normal;
}
html.print-menu .calyx-trichomes-theme .header-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
html.print-menu .calyx-trichomes-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.banded-theme {
  page: banded-pages;
}
@page banded-pages {
  margin: 0.5in;
}
.banded-theme .main-header {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.4rem;
  text-align: center;
}
.banded-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.banded-theme .title-section {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}
.banded-theme .section-container {
  margin-bottom: 0.75rem;
}
.banded-theme .section-header-container {
  height: 1.5rem;
  font-size: 1rem;
  padding: 0.6rem 0.5rem;
}
.banded-theme .section-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.banded-theme .section-header-general {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.banded-theme .section-header-grading-provider-logo {
  max-height: 100%;
}
.banded-theme .product-column-general {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.banded-theme .product-container {
  align-items: center;
  height: 1.75rem;
  padding: 0 0.5rem;
}
.banded-theme .product-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.banded-theme .product-brand {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
.banded-theme .product-label {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.banded-theme .product-subtitle {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
}
.banded-theme .product-variant-price,
.banded-theme .product-cannabinoid,
.banded-theme .product-terpene {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.banded-theme .product-quantity,
.banded-theme .product-size {
  font-size: 1.125rem;
}
.banded-theme .product-low-amount {
  font-size: 1.125rem;
}
.banded-theme .product-column {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.banded-theme .badge {
  height: 1.25rem;
}
.banded-theme .product-row-overlay {
  border-radius: 0.2rem;
}
.banded-theme .footer-container {
  padding-top: 1rem;
  padding-bottom: 0;
}
.banded-theme .force-bold-style * {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.bud-supply-theme {
  page: bud-supply-pages;
}
@page bud-supply-pages {
  margin: 0.5in;
}
.bud-supply-theme .main-header {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 6rem;
  letter-spacing: 0.4rem;
  text-align: center;
}
.bud-supply-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.bud-supply-theme .title-section {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
}
.bud-supply-theme .section-header-container {
  height: 1.5rem;
  font-size: 1rem;
  padding: 1.5rem 0.5rem 0.5rem 0.5rem;
}
.bud-supply-theme .section-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
.bud-supply-theme .section-header-general {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.bud-supply-theme .product-column-general {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.bud-supply-theme .product-container {
  align-items: center;
  height: 1.75rem;
  padding: 0 0.5rem;
}
.bud-supply-theme .product-title {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}
.bud-supply-theme .product-brand {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
  letter-spacing: 0.1rem;
  margin-left: 0.5rem;
  text-transform: uppercase;
}
.bud-supply-theme .product-label {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: 0;
}
.bud-supply-theme .product-subtitle {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1rem;
  font-size: 0.8125rem;
  letter-spacing: 0.1rem;
}
.bud-supply-theme .product-variant-price,
.bud-supply-theme .product-cannabinoid,
.bud-supply-theme .product-terpene {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.bud-supply-theme .product-quantity,
.bud-supply-theme .product-size {
  font-size: 1.125rem;
}
.bud-supply-theme .product-low-amount {
  font-size: 1.125rem;
}
.bud-supply-theme .product-column {
  font-family: myriad-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.bud-supply-theme .badge {
  height: 1.25rem;
}
.bud-supply-theme .product-row-overlay {
  border-radius: 0.2rem;
}
.bud-supply-theme .footer-container {
  padding-top: 1rem;
  padding-bottom: 0;
}
.bud-supply-theme .force-bold-style * {
  font-family: myriad-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.plantlife-theme {
  page: plantlife-theme-pages;
}
@page plantlife-theme-pages {
  margin: 0.25in;
}
.plantlife-theme .main-header {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5rem;
  text-transform: uppercase;
  text-align: center;
}
.plantlife-theme .header-container {
  background-color: #222222;
  justify-content: center;
  padding: 1rem 0 !important;
}
.plantlife-theme .header-container .company-logo {
  height: 5.5rem;
}
.plantlife-theme .products-container {
  display: flex;
  flex-direction: row;
}
.plantlife-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.plantlife-theme .sativa-products {
  flex: 1 1 100%;
  max-width: 33.33%;
  background-color: #dedede;
  overflow-x: hidden;
  border-right: 1px solid #222222;
}
.plantlife-theme .sativa-products.last {
  border-bottom: 1px solid #222222;
}
.plantlife-theme .hybrid-products {
  flex: 1;
  background-color: #ffffff;
  overflow-x: hidden;
}
.plantlife-theme .hybrid-products.last {
  border-bottom: 1px solid #222222;
}
.plantlife-theme .indica-products {
  flex: 1 1 100%;
  max-width: 33.33%;
  background-color: #cccccc;
  overflow-x: hidden;
  border-left: 1px solid #222222;
}
.plantlife-theme .indica-products.last {
  border-bottom: 1px solid #222222;
}
.plantlife-theme .title-section {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.75rem;
}
.plantlife-theme .section-column.section-column-classification {
  flex: 1;
}
.plantlife-theme .section-container {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: unset;
}
.plantlife-theme .sativa-hybrid-indica-section-container {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
.plantlife-theme .sativa-hybrid-indica-container {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #222222;
}
.plantlife-theme .sativa-hybrid-indica-container .sativa-section-header {
  flex: 1 1 100%;
  max-width: 33.33%;
  display: flex;
  flex-direction: row;
  background-color: #dedede;
  border-right: 1px solid #222222;
}
.plantlife-theme .sativa-hybrid-indica-container .hybrid-section-header {
  flex: 1 1 100%;
  max-width: 33.33%;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}
.plantlife-theme .sativa-hybrid-indica-container .indica-section-header {
  flex: 1 1 100%;
  max-width: 33.33%;
  display: flex;
  flex-direction: row;
  background-color: #cccccc;
  border-left: 1px solid #222222;
}
.plantlife-theme .section-header-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  background-color: #222222;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25rem;
  border-bottom: 1px solid #222222;
}
.plantlife-theme .section-header-container {
  flex-direction: column;
  padding-top: 0 !important;
}
.plantlife-theme .section-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.75rem;
}
.plantlife-theme .section-column-thc-and-cbd {
  border-left: 1px solid #222222;
}
.plantlife-theme .section-column-price {
  border-left: 1px solid #222222;
}
.plantlife-theme .section-header-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.25rem;
  color: #222222;
  letter-spacing: 0.0625rem;
}
.plantlife-theme .product-column-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.plantlife-theme .product-container {
  align-items: center;
  height: 2.82rem;
  border-bottom: 1px solid #222222;
}
.plantlife-theme .product-container.sativa {
  background-color: #dedede;
}
.plantlife-theme .product-container.hybrid {
  background-color: #ffffff;
}
.plantlife-theme .product-container.indica {
  background-color: #cccccc;
}
.plantlife-theme .product-container.last {
  border-bottom: unset;
}
.plantlife-theme .product-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding-left: 0.25rem;
  border-right: 1px solid #222222;
}
.plantlife-theme .product-title-flex-container {
  justify-content: space-between;
}
.plantlife-theme .product-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.1875rem;
}
.plantlife-theme .product-badge {
  display: flex;
  gap: 1px;
}
.plantlife-theme .badge {
  height: 1.2rem;
}
.plantlife-theme .product-label {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.75rem;
  margin-left: 0;
  border-radius: 0.2rem;
  padding: 0.125rem 0.2rem;
  align-self: end;
  letter-spacing: 0.03125rem;
}
.plantlife-theme .subtitle-flex-container {
  justify-content: space-between;
}
.plantlife-theme .product-subtitle {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.plantlife-theme .product-column-Size {
  border-right: 1px solid #222222;
}
.plantlife-theme .product-column-THCAndCBD {
  border-right: 1px solid #222222;
}
.plantlife-theme .product-variant-price {
  font-size: 1.25rem;
}
.plantlife-theme .product-low-amount {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantlife-theme .product-size {
  font-size: 1.125rem;
}
.plantlife-theme .product-column {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.plantlife-theme .base-product-strain-type {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantlife-theme .image-section {
  margin-top: 0;
}
.plantlife-theme .force-bold-style * {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.blended-theme {
  page: blended-pages;
}
@page blended-pages {
  margin: 0.25in;
}
.blended-theme .company-logo-container {
  max-width: 50%;
}
.blended-theme .company-logo-container .company-logo {
  max-width: 75%;
  object-position: bottom left;
}
.blended-theme .display-container {
  padding: 25px;
}
.blended-theme .fixed-print-wrapper {
  display: block;
  margin: 0 0;
  padding: 0;
}
.blended-theme .header-container {
  font-family: playfair-display, serif;
  font-weight: 700;
  font-style: normal;
  padding: 0;
  justify-content: flex-start;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
.blended-theme .main-header {
  font-size: 4rem;
  line-height: 9rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.blended-theme .section-container {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
.blended-theme .section-header-container {
  height: 54px;
}
.blended-theme .section-header-bottom-border {
  border-bottom: 1px solid #222222;
}
.blended-theme .section-title {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  margin-left: 1rem;
  text-transform: uppercase;
}
.blended-theme .empty-container {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.blended-theme .section-column {
  height: 100%;
  width: 100%;
  display: flex;
  border-top: 2px solid #222222;
  border-left: 1px solid #222222;
  text-align: center;
}
.blended-theme .section-column-title {
  border: none #222222;
  border-top: 2px solid #222222;
}
.blended-theme .section-header-general {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height: 100%;
  font-size: 1.5rem;
  text-align: center;
  align-self: center;
}
.blended-theme .products-container {
  gap: 1px;
  padding-bottom: 0.5px;
}
.blended-theme .product-column-general {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.blended-theme .title-section {
  font-family: playfair-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  line-height: 9rem;
  padding-left: 1rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
.blended-theme .product-container {
  font-size: 1.25rem;
  height: 47px;
}
.blended-theme .product-title-container {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  height: -moz-available;
  height: -webkit-fill-available;
  height: stretch;
  width: -moz-available;
  width: -webkit-fill-available;
  width: stretch;
}
.blended-theme .product-column {
  font-family: acumin-pro-extra-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  height: 100%;
  width: 100%;
  border-left: 1px solid #222222;
}
.blended-theme .product-title {
  align-self: center;
  text-transform: uppercase;
}
.blended-theme .product-label {
  font-family: raleway, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.75rem;
}
.blended-theme .product-strain {
  line-height: 100%;
}
.blended-theme .base-product-strain-type {
  font-family: playfair-display, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  text-align: center;
  margin-left: 1rem;
  height: 1.5rem;
  width: 1.5rem;
  max-height: unset;
  max-width: 1.5rem;
  padding: 0;
  letter-spacing: -0.5px;
  border-radius: 0;
  line-height: 1.85rem;
  position: relative;
}
.blended-theme .product-variant-price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blended-theme .product-cannabinoid,
.blended-theme .product-terpene {
  font-size: 1.2rem;
}
.blended-theme .product-brand {
  font-family: raleway, sans-serif;
  font-weight: 400;
  font-style: italic;
  display: flex;
  position: relative;
  align-items: center;
  margin-left: 0.3rem;
  overflow-x: visible;
}
.blended-theme .product-badge {
  flex-direction: row;
  margin-left: 0.5rem;
}
.blended-theme .badge {
  height: 1.5rem;
}
.blended-theme .product-variant-sale-price {
  border-color: #222222;
}
.blended-theme .footer-container {
  padding: 1rem 0 0 0;
}
.blended-theme .subheader-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.blended-theme .force-bold-style * {
  font-family: raleway, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.blended-theme .product-menu-container.print-product-menu-container {
  margin: 0;
  padding: 0;
}
html.print-menu .blended-theme .product-column-general,
html.print-menu .blended-theme .product-title-container {
  height: 100% !important;
}
html.print-menu .blended-theme .product-title-container .flex-container,
html.print-menu .blended-theme .product-title-container .flex-container-column,
html.print-menu .blended-theme .product-title-container .flex-container-row {
  height: 100% !important;
}
html.print-menu .blended-theme .title-section {
  font-size: 4rem;
  line-height: 9rem;
}
html.print-menu .blended-theme .section-header-container {
  height: 32px;
}
html.print-menu .blended-theme .product-container {
  height: 26px;
  overflow: hidden;
  border-bottom: 1px solid #222222;
}
html.print-menu .blended-theme .header-container {
  padding-left: 0;
  padding-right: 0;
}
html.print-menu .blended-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.plantlife-non-smokable-theme {
  page: plantlife-beverages-theme-pages;
}
@page plantlife-non-smokable-theme-pages {
  margin: 0.25in;
}
.plantlife-non-smokable-theme .background-asset {
  background-color: #222222;
}
.plantlife-non-smokable-theme .header-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  padding: 1rem 0 !important;
  gap: 0.5rem;
}
.plantlife-non-smokable-theme .header-container .main-header {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.27rem;
  text-align: center;
  max-width: 100%;
}
.plantlife-non-smokable-theme .header-container .company-logo {
  height: 8.18rem !important;
  max-height: 8.18rem;
}
.plantlife-non-smokable-theme .products-container {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
}
.plantlife-non-smokable-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.plantlife-non-smokable-theme .title-section {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 3.75rem;
}
.plantlife-non-smokable-theme .section-column {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
}
.plantlife-non-smokable-theme .section-column.section-column-classification {
  flex: 1;
}
.plantlife-non-smokable-theme .section-container {
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: unset;
}
.plantlife-non-smokable-theme .section-header-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: 0.0625rem;
  color: #222222;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25rem;
}
.plantlife-non-smokable-theme .section-header-container {
  border-top: 2px solid #222222;
  border-bottom: 2px solid #222222;
  flex-direction: row;
  height: 2.36rem;
  background-color: #ffffff;
  padding-top: 0 !important;
}
.plantlife-non-smokable-theme .section-title {
  text-transform: uppercase;
}
.plantlife-non-smokable-theme .section-header-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75rem;
  color: #222222;
}
.plantlife-non-smokable-theme .product-column-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantlife-non-smokable-theme .product-container {
  align-items: center;
  height: 4.72rem;
}
.plantlife-non-smokable-theme .product-container.odd {
  border-right: 1px solid #222222;
}
.plantlife-non-smokable-theme .product-container.last {
  border-bottom: unset;
}
.plantlife-non-smokable-theme .product-strain-type {
  color: #222222;
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.375rem;
}
.plantlife-non-smokable-theme .product-strain-type.s {
  color: #222222;
}
.plantlife-non-smokable-theme .product-strain-type.h {
  color: #222222;
}
.plantlife-non-smokable-theme .product-strain-type.i {
  color: #222222;
}
.plantlife-non-smokable-theme .product-strain-type.b {
  color: #222222;
}
.plantlife-non-smokable-theme .product-strain-type.c {
  color: #222222;
}
.plantlife-non-smokable-theme .product-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.18rem;
  height: 100%;
  padding-left: 0.25rem;
}
.plantlife-non-smokable-theme .product-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3125rem;
}
.plantlife-non-smokable-theme .product-badge {
  display: flex;
  gap: 0.5rem;
  order: 3;
}
.plantlife-non-smokable-theme .badge {
  height: 1.2rem;
}
.plantlife-non-smokable-theme .product-label {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  line-height: 0.875rem;
  margin-left: 0;
  border-radius: 0.2rem;
  padding: 0.125rem 0.4rem;
  align-self: end;
}
.plantlife-non-smokable-theme .subtitle-flex-container {
  gap: 0.75rem;
}
.plantlife-non-smokable-theme .product-subtitle {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  font-size: 1.25rem;
}
.plantlife-non-smokable-theme .product-image-column {
  max-height: 80%;
  max-width: 80%;
  display: flex;
  overflow-x: visible;
}
.plantlife-non-smokable-theme .product-image-column .product-strain-type {
  margin-left: 0.25rem;
}
.plantlife-non-smokable-theme .product-image {
  height: 100%;
  width: inherit;
  filter: grayscale(1);
}
.plantlife-non-smokable-theme .product-low-amount {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.plantlife-non-smokable-theme .product-size {
  font-size: 1.25rem;
}
.plantlife-non-smokable-theme .product-column {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
}
.plantlife-non-smokable-theme .base-product-strain-type {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}
.plantlife-non-smokable-theme .image-section {
  margin-top: 0;
}
.plantlife-non-smokable-theme .empty-container {
  background-color: #ffffff;
  border-right: 1px solid #222222;
}
.plantlife-non-smokable-theme .empty-container .lane-one {
  flex: 1 1 100%;
  max-width: 50%;
  border-left: 1px solid #222222;
  border-right: 1px solid #222222;
}
.plantlife-non-smokable-theme .empty-container .lane-two {
  flex: 1 1 100%;
  max-width: 50%;
  border-right: 1px solid rgba(255, 255, 255, 0);
}
.plantlife-non-smokable-theme .force-bold-style * {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.double-dutch-theme {
  page: double-dutch-theme-pages;
}
@page double-dutch-theme-pages {
  margin: 0.25in;
}
.double-dutch-theme .background-asset {
  border-radius: 0.7275rem !important;
}
.double-dutch-theme .header-container {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  padding: 1rem 0 !important;
  gap: 0.5rem;
}
.double-dutch-theme .header-container .main-header {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 2.5rem;
  text-align: center;
  max-width: 100%;
  line-height: 130%;
}
.double-dutch-theme .header-container .company-logo {
  height: 8.18rem !important;
  max-height: 8.18rem;
}
.double-dutch-theme .section-column-title {
  color: #000000;
}
.double-dutch-theme .products-container {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  border-radius: 0.7275rem;
  color: #ebdcaf;
  overflow: hidden;
  border-left: 3.5px solid;
  border-right: 3.5px solid;
  border-top: 3.5px solid;
}
.double-dutch-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.double-dutch-theme .title-section {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 3.75rem;
}
.double-dutch-theme .section-column {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.36rem;
}
.double-dutch-theme .section-column.section-column-classification {
  flex: 1;
}
.double-dutch-theme .section-container {
  margin-left: 2rem;
  margin-right: 2rem;
  flex: 1;
  overflow: unset;
  margin-top: 1.25rem;
  border-radius: 0.7275rem 0.7275rem 0 0;
}
.double-dutch-theme .section-header-title {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-size: 1.5rem;
  letter-spacing: 0.0625rem;
  color: #000000;
  text-align: center;
  padding: 0.25rem;
}
.double-dutch-theme .section-header-container {
  flex-direction: row;
  height: 2.36rem;
  background-color: #ebdcaf;
  padding: 0.75rem 0;
  color: #000000;
}
.double-dutch-theme .split-product-header-inflator.odd .section-header-container {
  border-radius: 0.7275rem 0 0 0;
}
.double-dutch-theme .split-product-header-inflator .section-header-container {
  border-radius: 0 0.7275rem 0 0;
  position: relative;
}
.double-dutch-theme .split-product-header-inflator .gap-filler {
  position: absolute;
  margin-top: 2rem;
  margin-left: 0;
  background-color: #ebdcaf;
  height: 2rem;
  left: 0;
  right: 0;
}
.double-dutch-theme .section-title {
  display: block;
  text-transform: uppercase;
  max-width: 12rem;
  margin-left: 0.35rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.double-dutch-theme .section-header-general {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1.25rem;
  color: #000000;
}
.double-dutch-theme .section-header-grading-provider-logo {
  z-index: 1;
  max-height: 2rem;
}
.double-dutch-theme .product-column-general {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  line-height: 120%;
  overflow: visible;
}
.double-dutch-theme .product-container {
  align-items: center;
  height: 4.72rem;
  color: #000000;
}
.double-dutch-theme .product-container.odd {
  border-right: 3.5px solid;
}
.double-dutch-theme .product-container.last {
  border-bottom: unset;
}
.double-dutch-theme .product-strain-type {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  font-size: 1rem;
}
.double-dutch-theme .product-strain-type.s,
.double-dutch-theme .product-strain-type.sativa {
  color: #b52a23;
}
.double-dutch-theme .product-strain-type.h,
.double-dutch-theme .product-strain-type.hybrid {
  color: #9594d2;
}
.double-dutch-theme .product-strain-type.i,
.double-dutch-theme .product-strain-type.indica {
  color: #006838;
}
.double-dutch-theme .product-strain-type.b,
.double-dutch-theme .product-strain-type.blend {
  color: #edae44;
}
.double-dutch-theme .product-strain-type.c,
.double-dutch-theme .product-strain-type.cbd {
  color: #0075c9;
}
.double-dutch-theme .product-title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.18rem;
  height: 100%;
  padding-left: 0.25rem;
}
.double-dutch-theme .product-title {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1rem;
}
.double-dutch-theme .product-badge {
  display: flex;
  gap: 0.5rem;
}
.double-dutch-theme .badge {
  height: 1.2rem;
}
.double-dutch-theme .product-label {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 0.75rem;
  margin-left: 0;
  border-radius: 0.2rem;
  padding: 0.125rem 0.4rem;
  align-self: end;
}
.double-dutch-theme .subtitle-flex-container {
  gap: 0.75rem;
}
.double-dutch-theme .product-subtitle {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1rem;
}
.double-dutch-theme .product-low-amount {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}
.double-dutch-theme .product-size {
  font-size: 1rem;
}
.double-dutch-theme .product-column {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1rem;
}
.double-dutch-theme .base-product-strain-type {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-size: 1rem;
}
.double-dutch-theme .product-image-column {
  display: flex;
  justify-content: flex-end;
  overflow-x: visible;
  align-items: center;
  max-height: 100%;
}
.double-dutch-theme .product-image {
  height: 90%;
  width: inherit;
}
.double-dutch-theme .image-section {
  margin-top: 0;
}
.double-dutch-theme .classification-mapping {
  height: 1.82rem;
  align-items: center;
}
.double-dutch-theme .empty-container {
  margin-left: 2rem;
  margin-right: 2rem;
  background-color: #ffffff;
  color: #ebdcaf;
  position: relative;
  border-right: 3.5px solid;
  border-left: 3.5px solid;
}
.double-dutch-theme .empty-container .sativa-products {
  flex: 1 1 100%;
  max-width: 50%;
  border-right: 3.5px solid;
}
.double-dutch-theme .empty-container .hybrid-products {
  display: none;
}
.double-dutch-theme .empty-container .indica-products {
  flex: 1 1 100%;
  max-width: 50%;
  border-right: 3.5px solid rgba(255, 255, 255, 0);
}
.double-dutch-theme .empty-container .gap-filler {
  height: 1rem;
  position: absolute;
  z-index: -1;
  margin-top: -0.25rem;
  left: 0;
  right: 0;
}
.double-dutch-theme .force-bold-style * {
  font-family: oswald, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.come-to-bask-trifold-theme {
  page: come-to-bask-trifold-theme-pages;
}
@page come-to-bask-trifold-theme-pages {
  margin: 0.25in;
}
.come-to-bask-trifold-theme .main-header {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 7.5rem;
  text-transform: uppercase;
  text-align: center;
}
.come-to-bask-trifold-theme .header-container {
  justify-content: center;
  padding: 1rem 0 !important;
}
.come-to-bask-trifold-theme .header-container .company-logo {
  height: 5.5rem;
}
.come-to-bask-trifold-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.come-to-bask-trifold-theme .title-section-container {
  margin-bottom: 0 !important;
  color: black;
}
.come-to-bask-trifold-theme .title-section {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.75rem;
  padding: 0.45rem 0.73rem;
  line-height: 1.2;
}
.come-to-bask-trifold-theme .title-section-subtitle {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 0 0.73rem 0.45rem 0.73rem;
}
.come-to-bask-trifold-theme .section-column.section-column-classification {
  flex: 1;
}
.come-to-bask-trifold-theme .section-container {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: unset;
  margin-bottom: 1.82rem;
}
.come-to-bask-trifold-theme .section-header-title {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25rem;
}
.come-to-bask-trifold-theme .section-header-container {
  padding-top: 0 !important;
}
.come-to-bask-trifold-theme .section-title {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.64rem;
  letter-spacing: 0.25em;
}
.come-to-bask-trifold-theme .section-title-text {
  padding: 0 0.73rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.come-to-bask-trifold-theme .section-header-general {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
}
.come-to-bask-trifold-theme .product-column-general {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.come-to-bask-trifold-theme .product-column-general.product-strain {
  font-size: 1rem;
  line-height: 1;
}
.come-to-bask-trifold-theme .product-container {
  align-items: center;
  height: 4rem;
  text-transform: uppercase;
}
.come-to-bask-trifold-theme .product-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding-left: 0.25rem;
}
.come-to-bask-trifold-theme .product-title {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1.3125rem;
}
.come-to-bask-trifold-theme .product-badge {
  display: flex;
  gap: 1px;
}
.come-to-bask-trifold-theme .badge {
  height: 2rem;
}
.come-to-bask-trifold-theme .product-label {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
  font-size: 0.75rem;
  margin-left: 0;
  border-radius: 0.2rem;
  padding: 0.125rem 0.2rem;
  align-self: end;
  letter-spacing: 0.03125rem;
}
.come-to-bask-trifold-theme .subtitle-flex-container {
  gap: 0.5rem;
}
.come-to-bask-trifold-theme .product-subtitle {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.125rem;
}
.come-to-bask-trifold-theme .product-variant-price {
  font-size: 1.25rem;
}
.come-to-bask-trifold-theme .product-low-amount {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
}
.come-to-bask-trifold-theme .product-size {
  font-size: 1.125rem;
}
.come-to-bask-trifold-theme .product-column {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.come-to-bask-trifold-theme .base-product-strain-type {
  font-family: merriweather, serif;
  font-weight: 400;
  font-style: normal;
}
.come-to-bask-trifold-theme .image-section {
  margin-top: 0;
  padding: 3.27rem;
  background-color: #e6eef9;
}
.come-to-bask-trifold-theme .wrapping-swimlane-section-container {
  gap: 2.9rem;
  margin-bottom: 0;
}
.come-to-bask-trifold-theme .footer-container {
  margin-top: 0;
}
.come-to-bask-trifold-theme .product-strain-type,
.come-to-bask-trifold-theme .classification-badge {
  font-family: merriweather, serif;
  font-weight: 700;
  font-style: normal;
  color: black;
  background-color: #e6eef9;
}
.come-to-bask-trifold-theme .product-strain-type.i,
.come-to-bask-trifold-theme .product-strain-type.h,
.come-to-bask-trifold-theme .product-strain-type.s,
.come-to-bask-trifold-theme .product-strain-type.b,
.come-to-bask-trifold-theme .product-strain-type.c,
.come-to-bask-trifold-theme .classification-badge.i,
.come-to-bask-trifold-theme .classification-badge.h,
.come-to-bask-trifold-theme .classification-badge.s,
.come-to-bask-trifold-theme .classification-badge.b,
.come-to-bask-trifold-theme .classification-badge.c {
  font-size: 1.25rem;
  width: 1.5rem;
}
.come-to-bask-trifold-theme .product-strain-type.indica,
.come-to-bask-trifold-theme .product-strain-type.hybrid,
.come-to-bask-trifold-theme .product-strain-type.sativa,
.come-to-bask-trifold-theme .product-strain-type.blend,
.come-to-bask-trifold-theme .product-strain-type.cbd,
.come-to-bask-trifold-theme .classification-badge.indica,
.come-to-bask-trifold-theme .classification-badge.hybrid,
.come-to-bask-trifold-theme .classification-badge.sativa,
.come-to-bask-trifold-theme .classification-badge.blend,
.come-to-bask-trifold-theme .classification-badge.cbd {
  font-size: 1rem;
  width: 4.5rem;
}
.come-to-bask-trifold-theme .product-strain-type.i,
.come-to-bask-trifold-theme .product-strain-type.indica,
.come-to-bask-trifold-theme .classification-badge.i,
.come-to-bask-trifold-theme .classification-badge.indica {
  background-color: #59529e;
}
.come-to-bask-trifold-theme .product-strain-type.s,
.come-to-bask-trifold-theme .product-strain-type.sativa,
.come-to-bask-trifold-theme .classification-badge.s,
.come-to-bask-trifold-theme .classification-badge.sativa {
  background-color: #cd2d2b;
}
.come-to-bask-trifold-theme .product-strain-type.h,
.come-to-bask-trifold-theme .product-strain-type.hybrid,
.come-to-bask-trifold-theme .classification-badge.h,
.come-to-bask-trifold-theme .classification-badge.hybrid {
  background-color: #9bc562;
}
.come-to-bask-trifold-theme .product-strain-type.b,
.come-to-bask-trifold-theme .product-strain-type.blend,
.come-to-bask-trifold-theme .classification-badge.b,
.come-to-bask-trifold-theme .classification-badge.blend {
  background-color: #5690f0;
}
.come-to-bask-trifold-theme .product-strain-type.c,
.come-to-bask-trifold-theme .product-strain-type.cbd,
.come-to-bask-trifold-theme .classification-badge.c,
.come-to-bask-trifold-theme .classification-badge.cbd {
  background-color: #b8b8b8;
}
.come-to-bask-trifold-theme .product-strain-type .classification-badge,
.come-to-bask-trifold-theme .classification-badge .classification-badge {
  border: 1px solid #000;
  border-radius: 2px;
  color: white;
}
.come-to-bask-trifold-theme .product-strain-type {
  border: 1px solid #000;
  border-radius: 2px;
  color: white;
  width: 1.5rem;
}
.come-to-bask-trifold-theme .force-bold-style * {
  font-family: merriweather, serif;
  font-weight: 900;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.double-gelato-theme {
  page: double-gelato-theme-pages;
}
@page double-gelato-theme-pages {
  margin: 0.25in;
}
.double-gelato-theme .main-header {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 5.5rem;
  text-transform: uppercase;
  text-align: left;
}
.double-gelato-theme .header-container {
  justify-content: center;
  padding: 1rem 0 !important;
}
.double-gelato-theme .header-container .company-logo {
  height: 5.5rem;
}
.double-gelato-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.double-gelato-theme .title-section-container {
  margin-bottom: 0 !important;
  color: black;
}
.double-gelato-theme .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3.25rem;
  padding: 1rem 0.73rem;
  line-height: 1.2;
}
.double-gelato-theme .title-section-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  font-size: 1.5rem;
  padding: 0 0.73rem 0.45rem 0.73rem;
}
.double-gelato-theme .section-column.section-column-classification {
  flex: 1;
}
.double-gelato-theme .section-container {
  flex: 1;
  padding-left: 0;
  padding-right: 0;
  overflow: unset;
  margin-bottom: 1.82rem;
}
.double-gelato-theme .section-header-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.625rem;
  letter-spacing: 0.0625rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.25rem;
}
.double-gelato-theme .section-header-container {
  padding-top: 0 !important;
}
.double-gelato-theme .section-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
}
.double-gelato-theme .section-title-text {
  padding: 0 0.73rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.double-gelato-theme .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
}
.double-gelato-theme .section-header-grading-provider-logo {
  max-height: 1.75rem;
}
.double-gelato-theme .product-column-general {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  letter-spacing: -0.5px;
  line-height: 1.5;
  text-align: center;
}
.double-gelato-theme .product-column-general.product-strain {
  line-height: 1;
}
.double-gelato-theme .product-container {
  align-items: center;
  height: 3.25rem;
}
.double-gelato-theme .product-title-container {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  height: 100%;
  padding-left: 0.25rem;
}
.double-gelato-theme .product-title {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.1875rem;
}
.double-gelato-theme .product-badge {
  display: flex;
  gap: 1px;
}
.double-gelato-theme .product-brand {
  text-align: left;
}
.double-gelato-theme .badge {
  height: 2rem;
}
.double-gelato-theme .product-label {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  margin-left: 0;
  border-radius: 0.2rem;
  padding: 0.125rem 0.2rem;
  align-self: end;
  letter-spacing: 0.03125rem;
}
.double-gelato-theme .product-title-flex-container {
  gap: 0.5rem;
}
.double-gelato-theme .subtitle-flex-container {
  gap: 0.5rem;
}
.double-gelato-theme .under-subtitle-flex-container {
  display: none;
}
.double-gelato-theme .product-subtitle {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.double-gelato-theme .product-variant-price {
  font-size: 1.125rem;
}
.double-gelato-theme .product-low-amount {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.double-gelato-theme .product-size {
  font-size: 1rem;
}
.double-gelato-theme .product-column {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
}
.double-gelato-theme .base-product-strain-type {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.double-gelato-theme .image-section {
  margin-top: 0;
  padding: 3.27rem;
}
.double-gelato-theme .wrapping-swimlane-section-container {
  gap: 1.5rem;
  margin-bottom: 0;
}
.double-gelato-theme .footer-container {
  margin-top: 0;
  padding: 0 3.125rem;
}
.double-gelato-theme .footer-classification-board {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
  text-align: center;
  font-size: 1.25rem;
  color: black;
  column-gap: 0;
  row-gap: 1rem;
}
.double-gelato-theme .product-strain-type,
.double-gelato-theme .classification-badge {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.double-gelato-theme .product-strain-type.i,
.double-gelato-theme .product-strain-type.h,
.double-gelato-theme .product-strain-type.s,
.double-gelato-theme .product-strain-type.b,
.double-gelato-theme .product-strain-type.c,
.double-gelato-theme .classification-badge.i,
.double-gelato-theme .classification-badge.h,
.double-gelato-theme .classification-badge.s,
.double-gelato-theme .classification-badge.b,
.double-gelato-theme .classification-badge.c {
  font-size: 1.25rem;
  width: 1.5rem;
}
.double-gelato-theme .product-strain-type.indica,
.double-gelato-theme .product-strain-type.hybrid,
.double-gelato-theme .product-strain-type.sativa,
.double-gelato-theme .product-strain-type.blend,
.double-gelato-theme .product-strain-type.cbd,
.double-gelato-theme .classification-badge.indica,
.double-gelato-theme .classification-badge.hybrid,
.double-gelato-theme .classification-badge.sativa,
.double-gelato-theme .classification-badge.blend,
.double-gelato-theme .classification-badge.cbd {
  font-size: 1rem;
  width: 4.5rem;
}
.double-gelato-theme .product-strain-type.i,
.double-gelato-theme .product-strain-type.indica,
.double-gelato-theme .classification-badge.i,
.double-gelato-theme .classification-badge.indica {
  color: #2921ea;
}
.double-gelato-theme .product-strain-type.s,
.double-gelato-theme .product-strain-type.sativa,
.double-gelato-theme .classification-badge.s,
.double-gelato-theme .classification-badge.sativa {
  color: #eb433c;
}
.double-gelato-theme .product-strain-type.h,
.double-gelato-theme .product-strain-type.hybrid,
.double-gelato-theme .classification-badge.h,
.double-gelato-theme .classification-badge.hybrid {
  color: #47b81d;
}
.double-gelato-theme .product-strain-type.b,
.double-gelato-theme .product-strain-type.blend,
.double-gelato-theme .classification-badge.b,
.double-gelato-theme .classification-badge.blend {
  color: #eba92d;
}
.double-gelato-theme .product-strain-type.c,
.double-gelato-theme .product-strain-type.cbd,
.double-gelato-theme .classification-badge.c,
.double-gelato-theme .classification-badge.cbd {
  color: #96a9b0;
}
.double-gelato-theme .product-strain-type {
  width: 1.5rem;
}
.double-gelato-theme .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.ingram-and-sons-print-theme {
  page: ingram-and-sons-print-theme-pages;
}
@page ingram-and-sons-print-theme-pages {
  margin: 0.25in;
}
.ingram-and-sons-print-theme .company-logo {
  max-height: 6rem;
}
.ingram-and-sons-print-theme .header-container {
  justify-content: center;
  padding: 1rem 0 !important;
}
.ingram-and-sons-print-theme .header-container .company-logo {
  height: 5.5rem;
}
.ingram-and-sons-print-theme .main-header {
  font-family: Spectral, serif;
  font-weight: 800;
  font-style: normal;
  height: auto;
  line-height: 1;
  font-size: 5.8rem;
  letter-spacing: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingram-and-sons-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.ingram-and-sons-print-theme .title-section {
  font-family: Spectral, serif;
  font-weight: 800;
  font-style: normal;
  font-size: 3.64rem;
  padding: 0.5rem 1rem;
}
.ingram-and-sons-print-theme .title-section-container {
  color: black;
  border-radius: 0.625rem;
  word-wrap: break-word;
  word-break: break-word;
}
.ingram-and-sons-print-theme .section-container {
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 1rem;
}
.ingram-and-sons-print-theme .section-header-container {
  color: white;
  background-color: black;
  border-radius: 0.625rem;
  height: 5.125rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
}
.ingram-and-sons-print-theme .section-title {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 2.55rem;
  letter-spacing: 0.01625rem;
  align-self: center;
}
.ingram-and-sons-print-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ingram-and-sons-print-theme .section-header-pre-roll {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.0125rem;
}
.ingram-and-sons-print-theme .section-header-general {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.625rem;
  line-height: 1.625;
  letter-spacing: 0.0125rem;
}
.ingram-and-sons-print-theme .product-container {
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 4rem;
}
.ingram-and-sons-print-theme .product-title {
  font-family: anton, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.25;
  letter-spacing: 0.01375rem;
}
.ingram-and-sons-print-theme .product-label-container {
  vertical-align: middle;
}
.ingram-and-sons-print-theme .product-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-height: 2rem;
  font-size: 1rem;
  letter-spacing: 0.0625rem;
  vertical-align: middle;
}
.ingram-and-sons-print-theme .product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.009375rem;
}
.ingram-and-sons-print-theme .product-column-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.01rem;
}
.ingram-and-sons-print-theme .product-strain {
  line-height: 1.5rem;
}
.ingram-and-sons-print-theme .product-column {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.5;
}
.ingram-and-sons-print-theme .footer-container {
  padding: 2rem 3.125rem;
}
.ingram-and-sons-print-theme .badge {
  height: 1.75rem;
}
.ingram-and-sons-print-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.la-canapa-print-theme {
  page: la-canapa-print-theme-pages;
}
@page la-canapa-print-theme-pages {
  margin: 0.5in;
}
.la-canapa-print-theme .main-header {
  font-size: 2.25rem;
  text-align: left;
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}
.la-canapa-print-theme .header-container {
  align-items: center;
  justify-content: center;
  padding: 2rem 0 0 1rem;
}
.la-canapa-print-theme .company-logo {
  max-height: 7.5rem;
}
.la-canapa-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.la-canapa-print-theme .title-section {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 0.5rem 1rem;
}
.la-canapa-print-theme .section-header-container {
  box-sizing: border-box;
  height: 3rem;
}
.la-canapa-print-theme .section-title {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #731818;
  font-size: 1rem;
}
.la-canapa-print-theme .section-title .section-title-text {
  padding-left: 1rem;
}
.la-canapa-print-theme .section-header-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.875rem;
  color: #731818;
}
.la-canapa-print-theme .wrapping-swimlane-section-container {
  gap: 1.5rem;
  margin-bottom: 0;
}
.la-canapa-print-theme .product-column-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
}
.la-canapa-print-theme .product-container {
  align-items: center;
  height: 3rem;
  font-size: 1rem;
}
.la-canapa-print-theme .product-title {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.15rem;
}
.la-canapa-print-theme .product-label {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 0.2rem 0 0.1rem;
  font-size: 0.65rem;
  border-radius: 0.3rem;
  width: 3.2rem;
  height: 1rem;
  justify-content: center;
  text-transform: uppercase;
}
.la-canapa-print-theme .product-subtitle {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 0.9rem;
  color: #4b4b4b;
}
.la-canapa-print-theme .product-column {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
}
.la-canapa-print-theme .badge {
  height: 1.3rem;
}
.la-canapa-print-theme .product-badge {
  align-items: end;
  justify-items: end;
  float: right;
  align-self: unset;
  width: unset;
  margin-right: 0.5rem;
  flex-wrap: wrap;
}
.la-canapa-print-theme .product-column-Badge {
  display: flex;
  align-items: flex-end;
  justify-items: flex-end;
}
.la-canapa-print-theme .classification-name {
  font-size: 0.9rem;
  margin-top: 0.1rem;
}
.la-canapa-print-theme .product-strain-type {
  font-family: open-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 0.8rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-right: 0.4rem;
  margin-left: 0.2rem;
}
.la-canapa-print-theme .product-strain-type.s,
.la-canapa-print-theme .product-strain-type.h,
.la-canapa-print-theme .product-strain-type.i,
.la-canapa-print-theme .product-strain-type.b,
.la-canapa-print-theme .product-strain-type.c {
  color: white;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.la-canapa-print-theme .product-strain-type.sativa,
.la-canapa-print-theme .product-strain-type.hybrid,
.la-canapa-print-theme .product-strain-type.indica,
.la-canapa-print-theme .product-strain-type.blend,
.la-canapa-print-theme .product-strain-type.cbd {
  color: white;
  width: 3.5rem;
  height: 1.5rem;
  border-radius: 0.5rem;
}
.la-canapa-print-theme .product-strain-type.s,
.la-canapa-print-theme .product-strain-type.sativa {
  background-color: #eba900 !important;
}
.la-canapa-print-theme .product-strain-type.h,
.la-canapa-print-theme .product-strain-type.hybrid {
  background-color: #739e69 !important;
}
.la-canapa-print-theme .product-strain-type.i,
.la-canapa-print-theme .product-strain-type.indica {
  background-color: #006068 !important;
}
.la-canapa-print-theme .product-strain-type.b,
.la-canapa-print-theme .product-strain-type.blend {
  background-color: #5690f0 !important;
}
.la-canapa-print-theme .product-strain-type.c,
.la-canapa-print-theme .product-strain-type.cbd {
  background-color: #b8b8b8 !important;
}
.la-canapa-print-theme .force-bold-style * {
  font-family: open-sans, sans-serif;
  font-weight: 800;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.doug-print-theme {
  page: doug-print-theme-pages;
}
@page doug-print-theme-pages {
  margin: 0.25in;
}
.doug-print-theme .header-container {
  padding-inline: 0;
}
.doug-print-theme .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 4.36rem;
  letter-spacing: 0.06em;
}
.doug-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.doug-print-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 3.27rem;
  letter-spacing: 0.06em;
}
.doug-print-theme .section-header-container {
  border-radius: 0.727rem 0.727rem 0 0;
  height: 3.37rem;
  padding-left: 0.727rem;
  padding-top: 0.3636rem;
}
.doug-print-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.doug-print-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.05em;
  line-height: 100%;
}
.doug-print-theme .section-container {
  margin-bottom: 0.727rem;
}
.doug-print-theme .product-container {
  align-items: center;
  height: 3.727rem;
  padding-left: 0.727rem;
}
.doug-print-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.272rem;
  letter-spacing: 0.03em;
}
.doug-print-theme .product-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1.09rem;
  letter-spacing: 0.03em;
}
.doug-print-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 600;
  border-radius: 0.363rem;
  font-size: 0.727rem;
  padding-inline: 0.545rem;
  height: 0.909rem;
}
.doug-print-theme .product-badge {
  display: flex;
  justify-content: flex-end;
  max-height: 100%;
  overflow-y: hidden;
  margin-right: 0.8125rem;
}
.doug-print-theme .product-strain {
  line-height: 1.6rem;
}
.doug-print-theme .product-column {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.272rem;
}
.doug-print-theme .product-variant-price-decoration {
  font-size: 0.65rem;
  line-height: 2.3;
  vertical-align: text-top;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.soul-bud-print-portrait-theme {
  page: soul-bud-portrait-pages;
}
@page soul-bud-portrait-pages {
  margin: 0.25in;
}
.soul-bud-print-portrait-theme .main-header {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.64rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.soul-bud-print-portrait-theme .header-container {
  justify-content: center;
  padding: 1rem 0 1rem 0;
}
.soul-bud-print-portrait-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.soul-bud-print-portrait-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.27rem;
  text-transform: uppercase;
  padding: 0.5rem;
}
.soul-bud-print-portrait-theme .title-section-container {
  margin-bottom: 0.5rem !important;
}
.soul-bud-print-portrait-theme .sections-container {
  margin-left: 0.025rem;
  margin-right: 0.025rem;
}
.soul-bud-print-portrait-theme .section-container {
  margin-bottom: 0.5rem;
}
.soul-bud-print-portrait-theme .section-header-container {
  height: 2rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
.soul-bud-print-portrait-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soul-bud-print-portrait-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.09rem;
}
.soul-bud-print-portrait-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.09rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soul-bud-print-portrait-theme .product-container {
  height: 2rem;
}
.soul-bud-print-portrait-theme .product-column {
  height: 80%;
}
.soul-bud-print-portrait-theme .product-column-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
}
.soul-bud-print-portrait-theme .product-strain {
  list-style: 100%;
}
.soul-bud-print-portrait-theme .product-cannabinoid,
.soul-bud-print-portrait-theme .product-terpene,
.soul-bud-print-portrait-theme .product-quantity,
.soul-bud-print-portrait-theme .product-variant-price-integer,
.soul-bud-print-portrait-theme .product-size,
.soul-bud-print-portrait-theme .product-variant-secondary-price {
  padding-left: 0.25rem;
}
.soul-bud-print-portrait-theme .product-strain-type {
  background-color: transparent;
  font-family: poppins, sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soul-bud-print-portrait-theme .product-strain-type.s,
.soul-bud-print-portrait-theme .product-strain-type.i,
.soul-bud-print-portrait-theme .product-strain-type.b,
.soul-bud-print-portrait-theme .product-strain-type.h,
.soul-bud-print-portrait-theme .product-strain-type.c {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
}
.soul-bud-print-portrait-theme .product-strain-type.sativa,
.soul-bud-print-portrait-theme .product-strain-type.indica,
.soul-bud-print-portrait-theme .product-strain-type.blend,
.soul-bud-print-portrait-theme .product-strain-type.hybrid,
.soul-bud-print-portrait-theme .product-strain-type.cbd {
  width: 4rem;
  height: 1.5rem;
  font-size: 0.9rem;
}
.soul-bud-print-portrait-theme .product-strain-type.s,
.soul-bud-print-portrait-theme .product-strain-type.sativa {
  color: #ab8876;
}
.soul-bud-print-portrait-theme .product-strain-type.i,
.soul-bud-print-portrait-theme .product-strain-type.indica {
  color: #9caf88;
}
.soul-bud-print-portrait-theme .product-strain-type.b,
.soul-bud-print-portrait-theme .product-strain-type.blend {
  color: #8e8ba6;
}
.soul-bud-print-portrait-theme .product-strain-type.h,
.soul-bud-print-portrait-theme .product-strain-type.hybrid {
  color: #7a99ac;
}
.soul-bud-print-portrait-theme .product-strain-type.c,
.soul-bud-print-portrait-theme .product-strain-type.cbd {
  color: #6d60dc;
}
.soul-bud-print-portrait-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.soul-bud-print-portrait-theme .product-title {
  font-size: 0.9rem;
  font-family: poppins, sans-serif;
  font-weight: 500;
}
.soul-bud-print-portrait-theme .product-brand {
  font-size: 0.9rem;
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
  margin-left: 0.5rem;
}
.soul-bud-print-portrait-theme .product-label {
  font-size: 0.73rem;
  font-family: poppins, sans-serif;
  font-weight: 500;
  padding: 0 1rem;
  margin-left: 1rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.soul-bud-print-portrait-theme .flag-body {
  padding: 0 1rem;
}
.soul-bud-print-portrait-theme .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.soul-bud-print-portrait-theme .badge {
  height: 1.3rem;
}
.soul-bud-print-portrait-theme .classification-mapping {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-direction: row;
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.soul-bud-print-portrait-theme .classification-mapping .sativa {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #ab8876;
}
.soul-bud-print-portrait-theme .classification-mapping .hybrid {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #7a99ac;
}
.soul-bud-print-portrait-theme .classification-mapping .indica {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #9caf88;
}
.soul-bud-print-portrait-theme .classification-mapping .blend {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #8e8ba6;
}
.soul-bud-print-portrait-theme .classification-mapping .cbd {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #6d60dc;
}
.soul-bud-print-portrait-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.og-kush-print-theme {
  page: og-kush-print-theme-pages;
}
@page og-kush-print-theme-pages {
  margin: 0.5in;
}
.og-kush-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.og-kush-print-theme .header-container {
  padding-right: 0;
  padding-left: 0.727rem;
  border-bottom: 0.364rem solid #222;
}
.og-kush-print-theme .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 3.636rem;
}
.og-kush-print-theme .section-container {
  padding-top: 2.182rem;
}
.og-kush-print-theme .section-header-container {
  font-family: poppins, sans-serif;
  font-weight: 700;
  align-items: stretch;
  height: 3.818rem;
  border-bottom: 1px solid #1c1c1c;
}
.og-kush-print-theme .section-header-general {
  font-size: 1.091rem;
}
.og-kush-print-theme .section-column {
  align-self: unset;
  display: flex;
  align-items: center;
  border-right: 1px solid #1c1c1c;
}
.og-kush-print-theme .section-column:last-child {
  border-right: none;
}
.og-kush-print-theme .section-title {
  padding-left: 0.727rem;
  font-size: 1.455rem;
}
.og-kush-print-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  font-size: 2.727rem;
  padding-left: 0.636rem;
}
.og-kush-print-theme .section-header-grading-provider-logo {
  max-height: 60%;
}
.og-kush-print-theme .product-container {
  font-family: poppins, sans-serif;
  font-weight: 400;
  align-items: stretch;
  font-size: 1.091rem;
  height: 3.818rem;
  letter-spacing: -0.02em;
}
.og-kush-print-theme .product-title-container {
  padding: 0.273rem 0.364rem 0.273rem 0.727rem;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.og-kush-print-theme .product-title {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.273rem;
}
.og-kush-print-theme .product-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.909rem;
}
.og-kush-print-theme .product-label {
  font-family: rubik, sans-serif;
  font-weight: 500;
  font-size: 0.909rem;
  padding: 0.091rem 0.727rem;
  order: 2;
}
.og-kush-print-theme .product-badge {
  order: 1;
  display: flex;
  margin-left: 0.727rem;
}
.og-kush-print-theme .product-strain {
  line-height: 1.625;
}
.og-kush-print-theme .badge {
  height: 1.75rem;
}
.og-kush-print-theme .product-column {
  height: unset;
  border-right: 1px solid #1c1c1c;
  border-bottom: 1px solid #1c1c1c;
}
.og-kush-print-theme .product-column:last-child {
  border-right: none;
}
.og-kush-print-theme .product-column-VariantPrice {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.273rem;
}
.og-kush-print-theme .footer-container {
  margin-top: 2.182rem;
  border-top: 0.364rem solid #222;
}
.og-kush-print-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.space-monkey-print-theme {
  page: space-monkey-print-theme-pages;
}
@page space-monkey-print-theme-pages {
  margin: 0.25in;
}
.space-monkey-print-theme .header-container {
  flex-direction: row-reverse;
  justify-content: center;
  padding-inline: 0;
}
.space-monkey-print-theme .main-header {
  font-family: rubik, sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 3.818rem;
  letter-spacing: -0.02em;
}
.space-monkey-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.space-monkey-print-theme .section-container {
  margin-bottom: 2.182rem;
}
.space-monkey-print-theme .title-section {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 0.727rem;
  padding: 0.636rem 0.727rem;
  font-size: 2.545rem;
  letter-spacing: 0.05em;
}
.space-monkey-print-theme .section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 0.636rem;
  padding-bottom: 0.636rem;
  margin-bottom: 0.091rem;
}
.space-monkey-print-theme .section-title-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.273rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
}
.space-monkey-print-theme .section-header-container {
  height: 2rem;
  box-sizing: border-box;
  padding-left: 0.727rem;
}
.space-monkey-print-theme .section-header-general {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.273rem;
  letter-spacing: 0.05em;
  text-align: center;
}
.space-monkey-print-theme .section-title,
.space-monkey-print-theme .section-header-product-title,
.space-monkey-print-theme .section-header-producer,
.space-monkey-print-theme .section-header-brand,
.space-monkey-print-theme .section-header-classification {
  text-align: start;
}
.space-monkey-print-theme .section-header-grading-provider-logo {
  max-height: 1rem;
}
.space-monkey-print-theme .product-container {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 2.545rem;
  padding-left: 0.727rem;
  font-size: 1.091rem;
  color: #000;
  letter-spacing: 0.05em;
}
.space-monkey-print-theme .product-brand {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-align: start;
}
.space-monkey-print-theme .product-title-container {
  padding-right: 2.55rem;
}
.space-monkey-print-theme .product-title-flex-container {
  align-items: center;
}
.space-monkey-print-theme .product-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 0.25rem 0.5rem;
  font-size: 0.727rem;
  border-radius: 0.364rem;
}
.space-monkey-print-theme .product-strain-type {
  letter-spacing: -0.03em;
  text-align: start;
}
.space-monkey-print-theme .product-cannabinoid,
.space-monkey-print-theme .product-terpene,
.space-monkey-print-theme .product-quantity,
.space-monkey-print-theme .product-variant-price,
.space-monkey-print-theme .product-quantity-and-size,
.space-monkey-print-theme .product-size {
  letter-spacing: -0.03em;
  text-align: center;
}
.space-monkey-print-theme .product-variant-price {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: -0.03em;
  text-align: center;
}
.space-monkey-print-theme .product-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.space-monkey-print-theme .badge {
  height: 1.273rem;
}
.space-monkey-print-theme .classification-name {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 10px;
}
.space-monkey-print-theme .footer-container {
  padding-top: 1rem;
  padding-bottom: 0;
}
.space-monkey-print-theme .footer-container .footer-classification-board {
  padding: 0;
}
.space-monkey-print-theme .force-bold-style * {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.true-north-print-theme {
  page: true-north-print-theme-pages;
}
@page true-north-print-theme-pages {
  margin: 0.25in;
}
.true-north-print-theme .background-asset {
  border-radius: 1rem;
}
.true-north-print-theme .main-header {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 4rem;
  letter-spacing: 0;
  text-align: left;
}
.true-north-print-theme .header-container {
  padding: 1rem 1.75rem 1rem 1.75rem;
  justify-content: center;
}
.true-north-print-theme .header-meta-desc {
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: black;
}
.true-north-print-theme .company-logo {
  padding-top: 0.5rem;
}
.true-north-print-theme .sections-container {
  margin: 0.5rem 1.25rem 1.25rem 1.25rem;
}
.true-north-print-theme .image-section {
  margin: 2.5rem 0;
}
.true-north-print-theme .title-section {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 2.25rem;
  letter-spacing: -0.02em;
  padding: 0 0.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 3.625rem;
}
.true-north-print-theme .section-container {
  margin: 0 1.25rem;
}
.true-north-print-theme .title-section-container {
  color: black;
  border-radius: 1rem 1rem 0 0;
  margin-bottom: 0;
}
.true-north-print-theme .section-header-container {
  padding: 0.3125rem 0 0.1875rem 0;
  background-color: #eaeaea;
  color: rgba(35, 31, 32, 0.5019607843);
}
.true-north-print-theme .section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  margin-left: 0.5rem;
}
.true-north-print-theme .section-header-pre-roll {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  vertical-align: middle;
  letter-spacing: -0.02em;
}
.true-north-print-theme .section-header-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  text-align: left;
  letter-spacing: -0.02em;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.true-north-print-theme .section-header-review-score-with-logo {
  justify-content: flex-start;
}
.true-north-print-theme .section-header-grading-provider-logo {
  max-height: 1.25rem;
}
.true-north-print-theme .product-section-container.first-on-page,
.true-north-print-theme .product-section-container.after-asset-section {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.true-north-print-theme .product-section-container.before-title-section,
.true-north-print-theme .product-section-container.last-product-section-on-page,
.true-north-print-theme .product-section-container.before-asset-section {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.true-north-print-theme .product-column-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.true-north-print-theme .product-container {
  align-items: center;
  height: 2.2rem;
}
.true-north-print-theme .product-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  padding-left: 0.5rem;
}
.true-north-print-theme .product-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  margin: 0 0.5rem;
  font-size: 0.75rem;
  letter-spacing: -0.02em;
}
.true-north-print-theme .product-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 1rem;
  font-size: 0.8125rem;
  letter-spacing: -0.02em;
}
.true-north-print-theme .product-cannabinoid,
.true-north-print-theme .product-terpene {
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.true-north-print-theme .product-thc {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.true-north-print-theme .product-variant-price {
  text-transform: capitalize;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.true-north-print-theme .product-quantity,
.true-north-print-theme .product-size {
  font-size: 0.875rem;
}
.true-north-print-theme .product-low-amount {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
}
.true-north-print-theme .product-column {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  text-align: left;
  box-sizing: border-box;
  padding-left: 0.5rem;
}
.true-north-print-theme .product-badge {
  text-align: center;
  padding-right: 0.5rem;
}
.true-north-print-theme .badge {
  height: 2rem;
}
.true-north-print-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.fika-print-theme {
  page: fika-print-theme-pages;
}
@page fika-print-theme-pages {
  margin: 1.37in 0.9in;
}
.fika-print-theme.fixed-print-wrapper {
  display: block;
  border: 1px dashed lightgrey;
}
.fika-print-theme .main-header {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.64rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.fika-print-theme .header-container {
  justify-content: center;
  padding: 1rem 0 1rem 0;
}
.fika-print-theme .company-logo {
  max-width: 20rem;
  max-height: 4.25rem;
}
.fika-print-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 1.27rem;
  text-transform: uppercase;
  padding: 0.5rem;
}
.fika-print-theme .sections-container {
  margin-left: 0.025rem;
  margin-right: 0.025rem;
}
.fika-print-theme .section-header-container {
  height: 2rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
.fika-print-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fika-print-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.09rem;
}
.fika-print-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 1.09rem;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fika-print-theme .product-container {
  height: 2rem;
}
.fika-print-theme .product-column-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.9rem;
  text-align: center;
}
.fika-print-theme .product-brand {
  order: 0;
}
.fika-print-theme .product-title {
  order: 1;
}
.fika-print-theme app-label-inflator {
  order: 2;
}
.fika-print-theme .product-cannabinoid,
.fika-print-theme .product-terpene {
  overflow-x: clip;
  line-height: 0.91rem;
}
.fika-print-theme .product-cannabinoid,
.fika-print-theme .product-terpene,
.fika-print-theme .product-quantity,
.fika-print-theme .product-variant-price-integer,
.fika-print-theme .product-size,
.fika-print-theme .product-variant-secondary-price {
  padding-left: 0.25rem;
}
.fika-print-theme .product-variant-secondary-price .product-variant-price-integer:not(.product-variant-price-integer-empty),
.fika-print-theme .product-variant-secondary-price .product-variant-price-decoration {
  text-decoration: line-through;
}
.fika-print-theme .product-strain {
  line-height: 100%;
}
.fika-print-theme .product-strain-type {
  background-color: transparent;
  font-family: poppins, sans-serif;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fika-print-theme .product-strain-type.s,
.fika-print-theme .product-strain-type.i,
.fika-print-theme .product-strain-type.b,
.fika-print-theme .product-strain-type.h,
.fika-print-theme .product-strain-type.c {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.9rem;
}
.fika-print-theme .product-strain-type.sativa,
.fika-print-theme .product-strain-type.indica,
.fika-print-theme .product-strain-type.blend,
.fika-print-theme .product-strain-type.hybrid,
.fika-print-theme .product-strain-type.cbd {
  width: 4rem;
  height: 1.5rem;
  font-size: 0.9rem;
}
.fika-print-theme .product-strain-type.s,
.fika-print-theme .product-strain-type.sativa {
  color: #000000;
}
.fika-print-theme .product-strain-type.i,
.fika-print-theme .product-strain-type.indica {
  color: #000000;
}
.fika-print-theme .product-strain-type.b,
.fika-print-theme .product-strain-type.blend {
  color: #000000;
}
.fika-print-theme .product-strain-type.h,
.fika-print-theme .product-strain-type.hybrid {
  color: #000000;
}
.fika-print-theme .product-strain-type.c,
.fika-print-theme .product-strain-type.cbd {
  color: #000000;
}
.fika-print-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.fika-print-theme .product-title-flex-container {
  gap: 0.5rem;
}
.fika-print-theme .product-title {
  font-size: 0.9rem;
  font-family: poppins, sans-serif;
  font-weight: 500;
}
.fika-print-theme .product-brand {
  font-size: 0.9rem;
  font-family: poppins, sans-serif;
  font-style: italic;
  font-weight: 400;
  text-transform: uppercase;
}
.fika-print-theme .product-label {
  font-size: 0.73rem;
  font-family: poppins, sans-serif;
  font-weight: 500;
  padding: 0 0.5rem;
  align-items: flex-start;
  margin: 0;
}
.fika-print-theme .flag-body {
  padding: 0 0.5rem;
}
.fika-print-theme .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.fika-print-theme .badge {
  height: 1.3rem;
}
.fika-print-theme .classification-mapping {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  flex-direction: row;
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.fika-print-theme .classification-mapping .sativa {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #000000;
}
.fika-print-theme .classification-mapping .hybrid {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #000000;
}
.fika-print-theme .classification-mapping .indica {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #000000;
}
.fika-print-theme .classification-mapping .blend {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #000000;
}
.fika-print-theme .classification-mapping .cbd {
  padding-top: 0.1rem;
  padding-bottom: 0.2rem;
  height: max-content;
  color: #000000;
}
.fika-print-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 800;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.fire-and-flower-print-theme {
  page: fire-and-flower-print-theme-pages;
}
@page fire-and-flower-print-theme-pages {
  margin: 0.5in;
}
.fire-and-flower-print-theme .header-container {
  line-height: 8rem;
  justify-content: center;
  padding: 0 0.25rem;
}
.fire-and-flower-print-theme .header-container .company-logo {
  height: calc(1.4545454545 * 3.75rem);
}
.fire-and-flower-print-theme .main-header {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: calc(1.4545454545 * 3rem);
}
.fire-and-flower-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.fire-and-flower-print-theme .section-header-container {
  padding: calc(1.4545454545 * 0.125rem) 0 calc(1.4545454545 * 0.1875rem) 0;
  border: 1px solid;
}
.fire-and-flower-print-theme .title-section {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: calc(1.4545454545 * 3rem);
}
.fire-and-flower-print-theme .product-section-container {
  margin-top: calc(1.4545454545 * 1.5rem);
}
.fire-and-flower-print-theme .image-section {
  margin-top: calc(1.4545454545 * 1.5rem);
}
.fire-and-flower-print-theme .section-title-text {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: calc(1.4545454545 * 1.25rem);
  line-height: 1;
}
.fire-and-flower-print-theme .section-header-general {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  font-size: calc(1.4545454545 * 1rem);
  line-height: 1;
}
.fire-and-flower-print-theme .section-header-grading-provider-logo {
  max-height: 1.75rem;
}
.fire-and-flower-print-theme .product-title-container {
  padding-left: calc(1.4545454545 * 0.25rem);
}
.fire-and-flower-print-theme .product-title {
  font-family: futura-pt, sans-serif;
  font-weight: 500;
}
.fire-and-flower-print-theme .product-container {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-size: calc(1.4545454545 * 1rem);
  height: calc(1.4545454545 * 2.75rem);
}
.fire-and-flower-print-theme .section-title {
  padding-left: calc(1.4545454545 * 0.25rem);
}
.fire-and-flower-print-theme .product-label-container {
  vertical-align: middle;
}
.fire-and-flower-print-theme .product-label {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: calc(1.4545454545 * 0.625rem);
  display: flex;
  justify-content: right;
  vertical-align: middle;
  margin-left: 0;
  margin-right: calc(1.4545454545 * 0.5rem);
}
.fire-and-flower-print-theme .badge {
  height: calc(1.4545454545 * 1.25rem);
}
.fire-and-flower-print-theme .force-bold-style * {
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.bella-luna-print-theme {
  page: bella-luna-print-theme-pages;
}
@page bella-luna-print-theme-pages {
  margin: 1in;
}
.bella-luna-print-theme .title-section-content-wrapper {
  display: flex;
  justify-content: center;
}
.bella-luna-print-theme .section-container {
  margin-bottom: calc(5.455rem * 1.25);
}
.bella-luna-print-theme .header-container-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3.75rem;
}
.bella-luna-print-theme .header-container {
  padding: 0;
  text-align: center;
  width: calc(85% * 1.25);
}
.bella-luna-print-theme .main-header,
.bella-luna-print-theme .title-section {
  font-family: courier-std, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: calc(10.545rem * 1.25);
  width: calc(85% * 1.25);
  text-wrap: wrap;
}
.bella-luna-print-theme .section-title {
  font-family: courier-std, monospace;
  font-weight: 700;
  font-style: normal;
  font-size: calc(4rem * 1.25);
}
.bella-luna-print-theme .section-header-general,
.bella-luna-print-theme .product-title,
.bella-luna-print-theme .product-column-general {
  font-family: courier-std, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: calc(3.091rem * 1.25);
  line-height: 100%;
}
.bella-luna-print-theme .product-subtitle {
  font-family: courier-std, monospace;
  font-weight: 400;
  font-style: normal;
  font-size: calc(2.909rem * 1.25);
}
.bella-luna-print-theme .section-header-container,
.bella-luna-print-theme .product-container {
  padding-left: calc(0.727rem * 1.25);
  padding-right: calc(0.727rem * 1.25);
}
.bella-luna-print-theme .section-header-container {
  padding-top: calc(1.455rem * 1.25);
  padding-bottom: calc(1.455rem * 1.25);
}
.bella-luna-print-theme .product-container {
  height: calc(8.545rem * 1.25);
}
.bella-luna-print-theme .product-column-general .badge {
  height: calc(4.545rem * 1.25);
}
.bella-luna-print-theme .sections-container {
  margin-left: 0;
  margin-right: 0;
}
.bella-luna-print-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: calc(1.636rem * 1.25);
}
.bella-luna-print-theme .force-bold-style * {
  font-family: courier-std, monospace;
  font-weight: 700;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.plantlife-one-column-theme {
  page: plantlife-one-column-theme-pages;
}
@page plantlife-one-column-theme-pages {
  margin: 0.25in;
}
.plantlife-one-column-theme .header-container-wrapper {
  color: #98cc5c;
}
.plantlife-one-column-theme .header-container {
  flex-direction: row;
  justify-content: space-between;
  min-height: 1rem;
  padding-left: 0.7272727273rem;
  padding-right: 0.7272727273rem;
  padding-bottom: 0;
  height: 6.8181818182rem;
}
.plantlife-one-column-theme .header-container .company-logo {
  height: unset;
  max-width: 12.72rem;
  align-self: flex-end;
  margin-bottom: 0.9090909091rem;
  margin-left: 0.7272727273rem;
}
.plantlife-one-column-theme .main-header {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.1818181818rem;
  text-align: end;
  min-width: 1rem;
  margin-right: 0.3636363636rem;
}
.plantlife-one-column-theme .section-header-bottom-border {
  border-bottom: 1px solid;
}
.plantlife-one-column-theme .sections-container {
  border-top-width: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}
.plantlife-one-column-theme .section-container {
  margin-left: 0.7272727273rem;
  margin-right: 0.7272727273rem;
}
.plantlife-one-column-theme .title-section {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 4.1rem;
  color: #98cc5c;
  height: 4.3636363636rem;
  box-sizing: border-box;
  padding: 0 1.0909090909rem 0.3636363636rem 1.0909090909rem;
}
.plantlife-one-column-theme .section-header-container {
  background-color: #98cc5c;
  color: #ffffff;
  border-color: #222222;
  height: 2.2727272727rem;
}
.plantlife-one-column-theme .section-title,
.plantlife-one-column-theme .section-header-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.3636363636rem;
  letter-spacing: -0.15px;
  text-transform: uppercase;
  text-align: center;
  padding: 0.3rem;
  height: 2.3rem;
}
.plantlife-one-column-theme .section-header-general {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  box-sizing: border-box;
}
.plantlife-one-column-theme .product-container {
  border-bottom: 1px solid #222222;
  height: 4.3636363636rem;
  box-sizing: border-box;
}
.plantlife-one-column-theme .product-title-flex-container {
  gap: 0.3rem;
}
.plantlife-one-column-theme .product-title {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.6rem;
}
.plantlife-one-column-theme .product-badge {
  gap: 0.3rem;
}
.plantlife-one-column-theme .product-subtitle {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.plantlife-one-column-theme .product-column-general {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
}
.plantlife-one-column-theme .footer-container {
  background: transparent;
  background-color: unset !important;
}
.plantlife-one-column-theme .product-strain-type {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0.76rem;
  padding-right: 0.76rem;
  width: fit-content;
  height: 2.1rem;
  color: #ffffff;
}
.plantlife-one-column-theme .product-strain-type.i,
.plantlife-one-column-theme .product-strain-type.indica {
  background-color: #7663e3;
  border: 1px solid #7663e3;
}
.plantlife-one-column-theme .product-strain-type.s,
.plantlife-one-column-theme .product-strain-type.sativa {
  background-color: #f0a005;
  border: 1px solid #f0a005;
}
.plantlife-one-column-theme .product-strain-type.h,
.plantlife-one-column-theme .product-strain-type.hybrid {
  background-color: #77d11f;
  border: 1px solid #77d11f;
}
.plantlife-one-column-theme .product-strain-type.b,
.plantlife-one-column-theme .product-strain-type.blend {
  background-color: #5690f0;
  border: 1px solid #5690f0;
}
.plantlife-one-column-theme .product-strain-type.c,
.plantlife-one-column-theme .product-strain-type.cbd {
  background-color: #b8b8b8;
  border: 1px solid #b8b8b8;
}
.plantlife-one-column-theme .product-label {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.9rem;
  height: 1rem;
  border-radius: 0.2rem;
  letter-spacing: 0.01rem;
}
.plantlife-one-column-theme .badge {
  height: 1.1rem;
}
.plantlife-one-column-theme .badge-within-badge-column {
  height: 2.1818181818rem;
}
.plantlife-one-column-theme .empty-container {
  background-color: #ffffff;
  margin-left: 0.7272727273rem;
  margin-right: 0.7272727273rem;
}
.plantlife-one-column-theme .image-section {
  margin-top: 0;
}
.plantlife-one-column-theme .force-bold-style * {
  font-family: bebas-neue-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.spirit-leaf-print-theme {
  page: spirit-leaf-pages;
}
@page spirit-leaf-pages {
  margin: 0.25in;
}
.spirit-leaf-print-theme .main-header {
  font-family: calluna, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3.64rem;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 5.0909090909rem;
}
.spirit-leaf-print-theme .header-container {
  justify-content: center;
  padding: 0 0 1.0909090909rem 0;
}
.spirit-leaf-print-theme .company-logo {
  max-width: 20rem;
  max-height: 5.0909090909rem;
}
.spirit-leaf-print-theme .title-section {
  font-family: calluna, serif;
  font-weight: 600;
  font-style: normal;
  font-size: 3rem;
  text-transform: uppercase;
  padding: 0.5rem;
}
.spirit-leaf-print-theme .title-section-container {
  margin-bottom: 0.5rem !important;
}
.spirit-leaf-print-theme .sections-container {
  margin-left: 0.025rem;
  margin-right: 0.025rem;
}
.spirit-leaf-print-theme .section-container {
  margin-bottom: 0.5rem;
}
.spirit-leaf-print-theme .section-header-container {
  height: 2.3636363636rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
.spirit-leaf-print-theme .section-column-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.spirit-leaf-print-theme .section-title {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2727272727rem;
}
.spirit-leaf-print-theme .section-header-general {
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.2727272727rem;
  text-align: center;
  text-transform: uppercase;
}
.spirit-leaf-print-theme .product-title-container {
  height: 100%;
}
.spirit-leaf-print-theme .product-container {
  height: 3.1818181818rem;
}
.spirit-leaf-print-theme .product-column {
  flex-direction: row;
  height: 100%;
}
.spirit-leaf-print-theme .product-column-general {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 1.3636363636rem;
  text-align: center;
  align-self: flex-start;
  line-height: 1;
  overflow: visible;
  margin-top: 0.25rem;
}
.spirit-leaf-print-theme .product-cannabinoid,
.spirit-leaf-print-theme .product-terpene,
.spirit-leaf-print-theme .product-quantity,
.spirit-leaf-print-theme .product-variant-price-integer,
.spirit-leaf-print-theme .product-size,
.spirit-leaf-print-theme .product-variant-secondary-price {
  padding-left: 0.25rem;
}
.spirit-leaf-print-theme .product-strain-type {
  background-color: transparent;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-self: flex-start;
  overflow: visible;
  margin-top: 1px;
}
.spirit-leaf-print-theme .product-strain-type.s,
.spirit-leaf-print-theme .product-strain-type.i,
.spirit-leaf-print-theme .product-strain-type.b,
.spirit-leaf-print-theme .product-strain-type.h,
.spirit-leaf-print-theme .product-strain-type.c {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1.3636363636rem;
}
.spirit-leaf-print-theme .product-strain-type.sativa,
.spirit-leaf-print-theme .product-strain-type.indica,
.spirit-leaf-print-theme .product-strain-type.blend,
.spirit-leaf-print-theme .product-strain-type.hybrid,
.spirit-leaf-print-theme .product-strain-type.cbd {
  width: 4rem;
  height: 1.5rem;
  font-size: 1.3636363636rem;
}
.spirit-leaf-print-theme .product-strain-type.s,
.spirit-leaf-print-theme .product-strain-type.sativa {
  color: #ab8876;
}
.spirit-leaf-print-theme .product-strain-type.i,
.spirit-leaf-print-theme .product-strain-type.indica {
  color: #9caf88;
}
.spirit-leaf-print-theme .product-strain-type.b,
.spirit-leaf-print-theme .product-strain-type.blend {
  color: #8e8ba6;
}
.spirit-leaf-print-theme .product-strain-type.h,
.spirit-leaf-print-theme .product-strain-type.hybrid {
  color: #7a99ac;
}
.spirit-leaf-print-theme .product-strain-type.c,
.spirit-leaf-print-theme .product-strain-type.cbd {
  color: #6d60dc;
}
.spirit-leaf-print-theme .product-title-container {
  padding-left: 0.5rem;
  padding-right: 0;
}
.spirit-leaf-print-theme .product-title {
  font-size: 1.3636363636rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.spirit-leaf-print-theme .product-brand {
  font-size: 1.0909090909rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.spirit-leaf-print-theme .product-brand + .product-strain:before {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.0909090909rem;
  content: " \2022  ";
}
.spirit-leaf-print-theme .subtitle-flex-container {
  gap: 0.3rem;
}
.spirit-leaf-print-theme .product-strain {
  font-size: 1.0909090909rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.2;
}
.spirit-leaf-print-theme .product-label {
  font-size: 0.73rem;
  font-family:
    pt-mono,
    monospace,
    sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 0.25rem;
  margin-right: 0.1rem;
  align-items: flex-start;
}
.spirit-leaf-print-theme .flag-body {
  padding: 0 1rem;
}
.spirit-leaf-print-theme .product-badge {
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}
.spirit-leaf-print-theme .badge {
  height: 1.455rem;
}
.spirit-leaf-print-theme .classification-mapping {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 1.0909090909rem;
  flex-direction: row;
  text-align: -webkit-center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
}
.spirit-leaf-print-theme .classification-mapping .sativa {
  height: max-content;
  color: #ab8876;
}
.spirit-leaf-print-theme .classification-mapping .hybrid {
  height: max-content;
  color: #7a99ac;
}
.spirit-leaf-print-theme .classification-mapping .indica {
  height: max-content;
  color: #9caf88;
}
.spirit-leaf-print-theme .classification-mapping .blend {
  height: max-content;
  color: #8e8ba6;
}
.spirit-leaf-print-theme .classification-mapping .cbd {
  height: max-content;
  color: #6d60dc;
}
.spirit-leaf-print-theme .force-bold-style * {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.clean-print-theme {
  page: clean-print-theme-pages;
}
@page clean-print-theme-pages {
  margin: 0.5in;
}
.clean-print-theme .header-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  height: 5.0909090909rem;
}
.clean-print-theme .header-container .main-header {
  font-family: playfair-display, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 4.36363636rem;
  line-height: 100%;
}
.clean-print-theme .header-container .company-logo {
  height: 5.0909090909rem !important;
  max-height: 5.0909090909rem !important;
}
.clean-print-theme .section-header-container {
  font-family: playfair-display, serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.81818182rem;
  margin-top: 2.1818181818rem;
  height: 2.54545455rem;
}
.clean-print-theme .section-header-general {
  font-family: playfair-display, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.45454545rem;
}
.clean-print-theme .section-header-grading-provider-logo {
  max-height: 1.75rem;
}
.clean-print-theme .product-label {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.90909091rem;
  text-transform: uppercase;
}
.clean-print-theme .product-title {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.27272727rem;
}
.clean-print-theme .product-container {
  height: 4rem;
  align-items: center;
}
.clean-print-theme .product-subtitle {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.09090909rem;
}
.clean-print-theme .product-column-general {
  font-family: open-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.27272727rem;
}
.clean-print-theme .badge {
  margin-left: 0.625rem;
  height: 1.45454545rem;
}
.clean-print-theme .product-badge {
  align-self: center;
}
.clean-print-theme .product-strain {
  line-height: 100%;
}
.clean-print-theme .section-container {
  margin-right: 0;
  margin-left: 0;
}
.clean-print-theme .sections-container {
  margin: 0;
}
.clean-print-theme .footer-container {
  padding: 0;
}
.clean-print-theme .force-bold-style * {
  font-family: open-sans, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.main-subtitle {
  font-size: 2.5rem;
  letter-spacing: 0;
  flex: 1 1 auto;
}
.product-variant-price-secondary,
.product-quantity-secondary,
.product-strain-type,
.product-cannabinoid-secondary,
.product-terpene-secondary,
.product-producer-secondary,
.product-brand-secondary {
  font-size: 1.5rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.top-products .screen-is-portrait .header-container {
  padding: 2rem 3.5rem 1rem 3.5rem;
}
.top-products .header-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: row;
  margin-top: 3.5rem;
  padding: 2rem 7.5rem 1rem 7.5rem;
}
.top-products .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 4rem;
  line-height: 6rem;
}
.top-products .main-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
  line-height: 1.2;
}
.top-products .header-xor-footer-height {
  height: calc(100% - 3rem);
}
.top-products .no-footer {
  padding-bottom: 3rem;
}
.top-products .screen-is-portrait .sections-container {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.top-products .sections-container {
  margin-top: 1rem;
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}
.top-products .section-header-container {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.top-products .section-header-badge {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.top-products .section-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.top-products .product-column-general {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 2rem;
}
.top-products .product-column-general .pricing-tier-grid-mode {
  font-size: 1.5rem;
}
.top-products .screen-is-portrait .product-container {
  align-items: center;
  height: 9.5rem;
}
.top-products .product-container {
  align-items: center;
  height: 7rem;
}
.top-products .product-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 2rem;
}
.top-products .product-label {
  font-family: poppins, sans-serif;
  font-weight: 300;
  margin: 0 0 0 0.8rem;
  font-size: 1rem;
}
.top-products .product-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.top-products .product-variant-price-integer {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.top-products .product-variant-price-decoration {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.top-products .product-column {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
}
.top-products .base-product-strain-type {
  font-family: poppins, sans-serif;
  font-weight: 300;
}
.top-products .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.original-combo .wrap-header-in-flex-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
}
.original-combo .header-container {
  align-items: start;
  padding: 2rem 4rem 1rem 4rem;
}
.original-combo .landscape-5-to-8 .header-container {
  padding: 2rem 10.5rem 1rem 10.5rem;
}
.original-combo .landscape-5-to-8.has-footer .header-container {
  padding: 2rem 16.5rem 1rem 16.5rem;
}
.original-combo .landscape-9-to-12 .header-container {
  padding: 2rem 4rem 1rem 4rem;
}
.original-combo .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.original-combo .main-title {
  overflow-x: clip;
}
.original-combo .main-subtitle {
  font-family: poppins, sans-serif;
  font-weight: 400;
  font-size: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
  line-height: 2.5rem;
  margin-top: 1rem;
  letter-spacing: -0.02em;
}
.original-combo .card-grid {
  margin-top: 2rem;
}
.original-combo .screen-is-portrait .card-grid {
  margin-top: 4rem;
}
.original-combo .total-price {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.original-combo .footer-container {
  padding: 2.5rem 3.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.original-combo .landscape-1-to-3 .company-logo {
  max-height: 10rem;
}
.original-combo .landscape-4 .company-logo {
  max-height: 10rem;
}
.original-combo .landscape-4.footer-container {
  padding: 4.5rem 3.125rem;
}
.original-combo .landscape-5-to-8.footer-container {
  padding: 2rem 3.125rem;
}
.original-combo .landscape-9-to-12 .company-logo {
  max-height: 10rem;
}
.original-combo .portrait-1-to-2 .company-logo {
  max-height: 10rem;
}
.original-combo .portrait-3-to-4 .company-logo {
  max-height: 10rem;
}
.original-combo .portrait-5-to-6 .company-logo {
  max-height: 8rem;
}
.original-combo .portrait-7-to-9 .company-logo {
  max-height: 10rem;
}
.original-combo .portrait-10-to-12 .company-logo {
  max-height: 10rem;
}
.original-combo .portrait-10-to-12.footer-container {
  padding: 4.1rem 3.125rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.marketing-featured-category-theme .card-image-header-container {
  position: relative;
  display: flex;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  width: calc(100% - 3rem);
  height: 13.25rem;
}
.marketing-featured-category-theme .card-image-header {
  display: block;
  position: initial;
  top: 1.5rem;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 2rem;
}
.marketing-featured-category-theme .card-number {
  font-size: 2rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.marketing-featured-category-theme .card-image-header-number {
  display: block;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  z-index: 2;
  margin-left: 0.5rem;
}
.marketing-featured-category-theme .card-title {
  font-size: 3rem;
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 0 1.5rem;
}
.marketing-featured-category-theme .card-title.hide-price-font-size {
  font-size: 3.625rem;
}
.marketing-featured-category-theme .card-subtitle {
  font-size: 2rem;
  padding: 0 1.5rem;
}
.marketing-featured-category-theme .product-menu-container .sections-container {
  margin-bottom: 0.5rem;
}
.marketing-featured-category-theme .product-menu-container .sections-container .content-inside-sections-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: 2.5rem;
}
.marketing-featured-category-theme .product-menu-container .section-container {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: white;
  border-radius: 0.5rem;
}
.marketing-featured-category-theme .product-menu-container .card-container {
  flex: none;
  height: 100%;
}
.marketing-featured-category-theme .product-menu-container .card-title {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container .card-subtitle {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container.screen-is-portrait .content-inside-sections-container {
  flex-wrap: wrap;
  gap: 2.5rem;
}
.marketing-featured-category-theme .product-menu-container.screen-is-portrait .card-container {
  height: calc(50% - 1.25rem);
}
.marketing-featured-category-theme .product-menu-container.landscape-2-sections-on-screen .card-container {
  width: calc(50% - 1.25rem);
}
.marketing-featured-category-theme .product-menu-container.landscape-2-sections-on-screen .product-title {
  font-size: 1.75rem;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container.landscape-2-sections-on-screen .product-title.hide-price-font-size {
  font-size: 2.125rem;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container.landscape-2-sections-on-screen .product-subtitle {
  font-size: 1.25rem;
}
.marketing-featured-category-theme .product-menu-container.landscape-2-sections-on-screen .product-variant-price {
  font-size: 1.75rem;
}
.marketing-featured-category-theme .product-menu-container.landscape-3-sections-on-screen .card-container {
  width: calc(33% - 1.3rem);
}
.marketing-featured-category-theme .product-menu-container.landscape-4-sections-on-screen .card-container {
  width: calc(25% - 1.85rem);
}
.marketing-featured-category-theme .product-menu-container.portrait-2-sections-on-screen .card-container {
  flex: none;
  width: 100%;
}
.marketing-featured-category-theme .product-menu-container.portrait-2-sections-on-screen .product-title {
  font-size: 1.75rem;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container.portrait-2-sections-on-screen .product-title.hide-price-font-size {
  font-size: 2.125rem;
  line-height: 1;
}
.marketing-featured-category-theme .product-menu-container.portrait-2-sections-on-screen .product-subtitle {
  font-size: 1.25rem;
}
.marketing-featured-category-theme .product-menu-container.portrait-2-sections-on-screen .product-variant-price {
  font-size: 1.75rem;
}
.marketing-featured-category-theme .product-menu-container.portrait-3-4-sections-on-screen .card-container {
  flex: 1 1 45%;
  width: calc(50% - 1.25rem);
}
.marketing-featured-category-theme .product-menu-container.portrait-3-4-sections-on-screen .card-container:nth-last-child(1):nth-child(odd) {
  flex: none;
}
.marketing-featured-category-theme .product-column-VariantPrice {
  align-self: flex-start;
}
.marketing-featured-category-theme .products-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  margin-top: 1rem;
}
.marketing-featured-category-theme .product-container {
  padding: 0 1.5rem;
}
.marketing-featured-category-theme .product-title {
  font-size: 1.5rem;
  line-height: 1;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.marketing-featured-category-theme .product-title.hide-price-font-size {
  font-size: 1.8125rem;
  line-height: 1;
}
.marketing-featured-category-theme .product-subtitle {
  color: #73767f;
  white-space: break-spaces;
  width: 100%;
  font-size: 1.125rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.marketing-featured-category-theme .product-variant-price {
  font-size: 1.5rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
}
.marketing-featured-category-theme .product-variant-previous-price {
  color: #73767f;
  font-size: 1.125rem;
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: line-through;
  text-align: end;
}
.marketing-featured-category-theme .product-label {
  font-size: 0.75rem;
  font-family: poppins, sans-serif;
  font-weight: 400;
}
.marketing-featured-category-theme .header-container {
  align-items: start;
  padding: 2rem 3rem 1rem 3rem;
}
.marketing-featured-category-theme .main-header {
  font-family: source-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.marketing-featured-category-theme .main-subtitle {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
  line-height: 2.5rem;
  letter-spacing: -0.02em;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.marketing-featured-category-static-grid-theme .product-menu-container.screen-is-portrait .header-container {
  padding: 3.25rem 1.875rem 3.125rem 1.875rem;
}
.marketing-featured-category-static-grid-theme .header-container {
  padding: 1.5rem 1.875rem 1.5rem 1.875rem;
}
.marketing-featured-category-static-grid-theme .header-container .main-header {
  font-family: archivo-black, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 6.25rem;
  letter-spacing: -0.6rem;
  line-height: 7.125rem;
}
.marketing-featured-category-static-grid-theme .header-container .main-subtitle {
  font-family: source-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: clip;
  min-width: 0;
  line-height: 2.5rem;
}
.marketing-featured-category-static-grid-theme .product-menu-container {
  position: absolute;
  inset: 0;
  height: unset;
  display: flex;
}
.marketing-featured-category-static-grid-theme .sections-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}
.marketing-featured-category-static-grid-theme .section-container {
  height: 100%;
  width: 100%;
}
.marketing-featured-category-static-grid-theme .footer-container {
  padding: 2.8125rem 1.875rem;
  justify-content: flex-end;
}
.marketing-featured-category-static-grid-theme .footer-container .company-logo {
  max-height: 6.625rem;
}
.marketing-featured-category-static-grid-theme .product-label {
  margin: 0 0.5rem 0 0;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
html.report-menu {
  font-size: 16px !important;
}
html.report-menu .sections-container {
  margin-left: 0;
  margin-right: 0;
}
html.report-menu .new-product-sub-container {
  display: flex;
  flex-direction: row;
  gap: 1.25rem;
  width: 100%;
  padding: 0.25rem 0;
}
html.report-menu .new-product-sub-container .product-image-column {
  height: 4rem;
  width: 4rem;
  object-fit: contain;
  object-position: center;
}
html.report-menu .new-product-sub-container .product-image-column .product-image {
  height: 4rem;
  width: 4rem;
}
html.report-menu .new-product-columns-and-desc {
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow-x: hidden;
}
html.report-menu .new-product-columns {
  display: flex;
  flex-direction: row;
  padding-left: 0.25rem;
}
html.report-menu .new-product-desc {
  padding: 0 0.25rem;
}
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}
.print-menu.order-review-theme {
  page: order-review-pages;
}
@page order-review-pages {
  margin: 0.25in;
}
.order-review-theme .main-header {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
}
.order-review-theme .header-container {
  align-items: flex-end;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.order-review-theme .company-logo {
  max-width: 12rem;
  max-height: 4rem;
}
.order-review-theme .title-section {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.order-review-theme .section-header-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1.1rem;
}
.order-review-theme .section-column {
  height: 100%;
}
.order-review-theme .section-column-title {
  display: flex;
  flex: unset;
  background-color: unset;
}
.order-review-theme .section-title {
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 100%;
  flex: unset;
  max-width: fit-content;
}
.order-review-theme .section-header-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  color: white;
}
.order-review-theme .product-container {
  align-items: center;
  height: 1.5rem;
  padding-left: 0.25rem;
}
.order-review-theme .new-product-container {
  height: unset;
}
.order-review-theme .new-product-columns {
  height: 2rem;
}
.order-review-theme .product-column-new-badge {
  position: relative;
  width: unset;
  margin-top: 0.75rem;
}
.order-review-theme .product-column-general {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
}
.order-review-theme .product-title {
  align-self: center;
}
.order-review-theme .new-product-title-container .product-title-flex-container {
  gap: 0.5rem;
}
.order-review-theme .product-title-flex-container {
  gap: 0.5rem;
}
.order-review-theme .product-title-container {
  height: 100%;
  display: flex;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
}
.order-review-theme .product-label {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 100%;
  padding: 0.25rem 0.5rem;
  margin-left: 0;
}
.order-review-theme .product-badge {
  display: flex;
}
.order-review-theme .product-new-badge {
  position: absolute;
  top: 0;
  right: 0;
  width: unset;
}
.order-review-theme .badge {
  height: 1.25rem;
}
.order-review-theme .image-section {
  margin-top: 1rem;
}
.order-review-theme .new-product-desc {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  overflow: clip;
  overflow-clip-margin: 0.1rem;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  word-break: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.order-review-theme .section-plus-x-more {
  font-family: poppins, sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  width: 100%;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
}
.order-review-theme .footer-container {
  padding: 1.0625rem 2.125rem;
}
.order-review-theme .force-bold-style * {
  font-family: poppins, sans-serif;
  font-weight: 700;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
  outline: none !important;
}
body {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.company-logo {
  object-fit: contain;
  max-height: 6.25rem;
  object-position: bottom center;
  max-width: 50%;
}
.rotate90 {
  transform-origin: bottom left;
  position: fixed;
  top: -100vw;
  left: 0;
  height: 100vw;
  width: 100vh;
  overflow: hidden;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate180 {
  overflow: hidden;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotate270 {
  transform-origin: bottom right;
  position: fixed;
  top: -100vw;
  right: 0;
  height: 100vw;
  width: 100vh;
  overflow: hidden;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.leaf-img {
  height: 3rem;
  width: 3rem;
  margin-bottom: 1rem;
}
.black-background {
  background-color: #222222;
}
.white-background {
  background-color: white;
}
.h100vh {
  height: 100vh;
}
.h100p {
  height: 100%;
}
.w100p {
  width: 100%;
}
.block {
  display: block;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.body::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.flex-container,
.flex-container-column,
.flex-container-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-container-row {
  flex-direction: row;
}
.flex-container-column {
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
  flex-basis: 0;
}
.fxFlex {
  flex: 1 1 0.000000001px;
}
.flex {
  flex: 1;
}
.flex-between {
  justify-content: space-between;
}
.flex-inline {
  display: inline-flex;
}
.flex-wrap-content {
  flex-wrap: wrap;
}
.flex-content-end {
  justify-content: flex-end;
}
.flex-content-center {
  justify-content: center;
}
.flex-align-end {
  align-items: flex-end;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}

/* src/scss/_font.scss */
.f12px {
  font-size: 0.75rem;
}
.f14px {
  font-size: 0.875rem;
}
.f16px {
  font-size: 1rem;
}
.f18px {
  font-size: 1.125rem;
}
.f20px {
  font-size: 1.25rem;
}
.f24px {
  font-size: 1.5rem;
}
.f32px {
  font-size: 2rem;
}
.f48px {
  font-size: 3rem;
}
.f64px {
  font-size: 4rem;
}

/* src/scss/_font-family.scss */
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Archivo";
  src: url(/assets/fonts/Archivo/Archivo-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-bold-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-bold-webfont.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-bldobl-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-bldobl-webfont.woff2) format("woff2");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-webfont.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-obliqu-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-obliqu-webfont.woff2) format("woff2");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-med-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-med-webfont.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Banks-Miles";
  src: url(/assets/fonts/BanksMiles/banksmilessingleline-medobl-webfont.woff) format("woff"), url(/assets/fonts/BanksMiles/banksmilessingleline-medobl-webfont.woff2) format("woff2");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Big-Noodle-Titling";
  src: url(/assets/fonts/BigNoodle/Big-Noodle-Titling.ttf) format("truetype");
}
@font-face {
  font-family: "Dongle";
  src:
    url(/assets/fonts/Dongle/Dongle-Bold.ttf) format("truetype"),
    url(/assets/fonts/Dongle/Dongle-Regular.ttf) format("truetype"),
    url(/assets/fonts/Dongle/Dongle-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Ubuntu-Titled";
  src: url(/assets/fonts/Ubuntu/UbuntuTitling-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Facile-Sans";
  src:
    url(/assets/fonts/Facile/Facile\ Sans.otf) format("opentype"),
    url(/assets/fonts/Facile/Facile\ Sans.woff2) format("woff2"),
    url(/assets/fonts/Facile/Facile\ Sans.woff) format("woff"),
    url(/assets/fonts/Facile/Facile\ Sans.ttf) format("truetype");
}
@font-face {
  font-family: "Mont-Heavy";
  src: url(/assets/fonts/Mont/Mont-Heavy.otf) format("opentype");
}
@font-face {
  font-family: "Mont-ExtraLight";
  src: url(/assets/fonts/Mont/Mont-ExtraLight.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 700;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-Bold.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 600;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-SemiBold.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 500;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-Medium.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 400;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-Regular.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 700;
  font-style: italic;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-BoldItalic.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 600;
  font-style: italic;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-SemiBoldItalic.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 500;
  font-style: italic;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-MediumItalic.otf) format("opentype");
}
@font-face {
  font-family: "SuisseIntl";
  font-weight: 400;
  font-style: italic;
  src: url(/assets/fonts/SuisseIntl/SuisseIntl-RegularItalic.otf) format("opentype");
}
@font-face {
  font-family: "Windsor-Bold";
  src: url(/assets/fonts/Windsor/Windsor-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-UltraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-UltraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-RegularItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-Heavy.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Gilroy";
  src: url(/assets/fonts/Gilroy/Gilroy-HeavyItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-ExtraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-ExtraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-Italic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Spectral";
  src: url(/assets/fonts/Spectral/Spectral-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-ThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-ExtraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Italic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-Black.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Work-Sans";
  src: url(/assets/fonts/WorkSans/WorkSans-BlackItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-ThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Italic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-Black.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Roboto";
  src: url(/assets/fonts/Roboto/Roboto-BlackItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-ThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-ExtraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-ExtraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Italic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-Black.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Poppins";
  src: url(/assets/fonts/Poppins/Poppins-BlackItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-ExtraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-ExtraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-Italic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Karla";
  src: url(/assets/fonts/Karla/Karla-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Thin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-ThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-ExtraLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-ExtraLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Light.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-LightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Regular.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-RegularItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Medium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-MediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-SemiBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-SemiBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Bold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-BoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-ExtraBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 800;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-ExtraBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 800;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-Black.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "Metropolis";
  src: url(/assets/fonts/Metropolis/Metropolis-BlackItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Thin.ttf) format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-ThinItalic.ttf) format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-ExtraLight.ttf) format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-ExtraLightItalic.ttf) format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-MediumItalic.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-SemiBoldItalic.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-BoldItalic.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-ExtraBold.ttf) format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-ExtraBoldItalic.ttf) format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-Black.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url(/assets/fonts/Inter/Inter_28pt-BlackItalic.ttf) format("truetype");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayXThin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 100;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayXThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 100;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayThin.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 200;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayThinItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 200;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayLight.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayLightItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayRoman.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayRomanItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayMedium.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayMediumItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 500;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayBold.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayBoldItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayBlack.ttf) format("truetype");
  font-display: auto;
  font-style: normal;
  font-weight: 900;
}
@font-face {
  font-family: "NeueHaasGroteskDisplay";
  src: url(/assets/fonts/NeueHaasGroteskDisplay/NeueHaasGroteskDisplayBlackItalic.ttf) format("truetype");
  font-display: auto;
  font-style: italic;
  font-weight: 900;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
