/** Shopify CDN: Minification failed

Line 1517:0 Unexpected "}"
Line 5404:0 Unexpected ")"
Line 5458:8 "text-aligh" is not a known CSS property

**/
.heading {
  font-family: 'EightiesComeback';
  font-style: var(--font-style-body);
  font-weight: 700;
  letter-spacing: 0px !important;
}

@font-face {
  font-family: 'EightiesComeback';
      src: url('//www.trulean.com/cdn/shop/files/EightiesComeback-Bold.woff2?v=11159324190413007813') format('woff2');
}


.subheading {
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: 900;
}

.extras {
  font-family: var(--font-stack-extras);
  font-style: var(--font-style-extras);
  font-weight: var(--font-weight-extras);
}

.extras-bold {
  font-family: var(--font-stack-extras);
  font-style: var(--font-style-extras);
  font-weight: var(--font-weight-extras--bold);
}

.cpt-product-title{

  font-weight: 900;
}

.h1, .h2, h1, h2, .h3, h3, .h4, h4 {
  font-family: 'EightiesComeback';
    font-style: var(--font-style-body);
}


.page-container {
  /* margin-top: var(--announcement_bar_height); */
  margin-top: calc(var(--announcement_bar_height) + var(--header_height));
}

.disable-scroll,
.disable-scroll body {
  overflow: hidden;
}

.other-pages-container, #locksmith-content {
  padding: calc(var(--header_height) + 1.5rem) 1.5rem 1.5rem;
  max-width: 70.5rem;
  margin: 0 auto;
 text-align: left !important;

}

.address {
    border: 1px solid #6d4427;
    padding: 20px;
    font-weight: 900;
    text-align: left !important;
}

.address .h4 {
   font-size:20px;
   color: #ffffff;
   background-color: #d7571e;
   padding: 10px 20px;
}

 .template-customers-addresses .medium-up--push-one-sixth {
  left: 0px !important;
}

.myaccount__account-details p{    
  border: 1px solid #6d4427
    padding: 20px;
    font-weight: 900;
    text-align: left !important;
  }


.shopify-policy__container {
  padding: 50px 1.5rem 50px 1.5rem !important;
  max-width: 70.5rem !important;
}

.shopify-policy__title {
  text-align: left !important;
}

:is(.other-pages-container,
.shopify-policy__container,
#locksmith-content) p {
  font-size: 1rem;
}

:is(.other-pages-container,
  .shopify-policy__container,
  #locksmith-content) .custom-h1 {
  margin-bottom: 0.75rem;
}

.custom-h1, h1, .custom-h2, h2, .custom-h3, h3, .custom-h4, h4, .custom-h5, h5 {
    line-height: 90%;
    letter-spacing: -1px;
}

.custom-image-wrapper {
  position: relative;
  padding-top: calc(100% / var(--aspect-ratio, 1));
}

.custom-image-wrapper.responsive {
  padding-top: calc(100% / var(--mobile-aspect-ratio));
}

.custom-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.custom-video-wrapper {
  position: relative;
  padding-top: calc(100% / calc(var(--aspect-ratio)));
}

.custom-video-wrapper.responsive {
  padding-top: calc(100% / calc(var(--mobile-aspect-ratio)));
}

@supports (aspect-ratio: 1) {
  .custom-video-wrapper {
    padding-top: 0;
    aspect-ratio: var(--aspect-ratio);
  }

  .custom-video-wrapper.responsive {
    aspect-ratio: var(--mobile-aspect-ratio);
  }
}

.custom-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.opacity-0 {
  opacity: 0;
}

.width-full {
  width: 100%;
}

.height-full {
  height: 100%;
}

.z-index-1 {
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}


@media only screen and (min-width: 767px) {
  .custom-image-wrapper.responsive {
    padding-top: calc(100% / var(--desktop-aspect-ratio));
  }

  .custom-video-wrapper.responsive {
    padding-top: calc(100% / calc(var(--desktop-aspect-ratio)));
  }

  .hidden-tablet-and-up {
    display: none;
  }

  @supports (aspect-ratio: 1) {
    .custom-video-wrapper.responsive {
      padding-top: 0;
      aspect-ratio: var(--desktop-aspect-ratio);
    }
  }

  .other-pages-container,
  .shopify-policy__container,
  #locksmith-content {
  padding: 50px 1.5rem 50px 1.5rem !important;
  }

  :is(.other-pages-container,
    .shopify-policy__container,
    #locksmith-content) p {
    font-size: 1.125rem;
  }

  :is(.other-pages-container,
    .shopify-policy__container,
    #locksmith-content) .custom-h1 {
    margin-bottom: 1.5rem;
  }

  .shopify-policy__container {
  padding: 50px 1.5rem 50px 1.5rem !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1023px) {
  .hidden-tablet {
    display: none;
  }
}

@media only screen and (min-width: 1023px) {
  .hidden-desktop {
    display: none;
  }
}

/* Custom header section */
.custom-header-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
}
.ch-annoucement-bar-wrapper {
  background: var(--announcement_bar_background);
  padding: 0.625rem;
}

.ch-announcement-bar-content {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--announcement_bar_color);
  text-align: center;
  max-width: 40rem;
  margin: 0 auto;
}

.ch-announcement-bar-content > * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.ch-container {
  padding: 16px 24px;
  transition: background 0.3s;
  /* background: transparent; */
  background: var(--background_color_on_scroll);
}

.ch-container:is(.scrolled, .mobile-menu-opened, :hover) {
  background: var(--background_color_on_scroll);
  box-shadow: none;
  border-bottom: 1px solid #6d4427;

}

.ch-wrapper {
  display: grid;
  grid-template-columns: 1fr 3fr 1fr;
  grid-gap: 20px;
  grid-template-areas: "left center right";
  align-items: center;
  color: var(--nav_color);
  max-width: 79.5rem;
  margin: 0 auto;
}

/* [data-template-name="index"]:not(.scrolled, .mobile-menu-opened, :hover) .ch-wrapper {
  color: var(--background_color_on_scroll);
} */

.ch-logo-container {
  grid-area: center;
}

.ch-logo-image-outer-wrapper {
  max-width: 94%;
  margin: 0 auto;
}

.ch-logo-image-wrapper {
  position: relative;
}

.ch-logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ch-logo-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ch-logo-svg svg{
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.ch-store-name {
  position: relative;
}

.ch-side-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.ch-side-left-container {
  justify-content: flex-start;
  grid-area: left;
}

.ch-side-right-container {
  justify-content: flex-end;
  grid-area: right;
}

.ch-icons-container {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.ch-icon-item-link {
  display: block;
  color: inherit;
}

.ch-icon-item-link svg {
  display: block;
  width: 1.75rem;
}

.ch-mobile-menu-button {
  padding: 0;
  line-height: 1;
  border: none;
  background: none;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ch-mobile-menu-opened-icon {
  display: none;
}

.mobile-menu-opened .ch-mobile-menu-opened-icon {
  display: block;
}

.mobile-menu-opened .ch-mobile-menu-closed-icon {
  display: none;
}

.ch-mobile-menu-button svg {
  display: block;
  width: 1rem;
}

.ch-desktop-nav-container {
  display: none;
}

.mobile-menu-container {
  position: fixed;
  top: calc(var(--header_height) + var(--announcement_bar_height));
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.mobile-menu-container.opened {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(36 36 36 / 25%);
}

.mobile-menu-wrapper {
  max-width: 480px;
  width: 100%;
  height: 100%;
  background: var(--mobile_menu_background);
  transform: translateX(-100%);
  transition: all 0.3s;
  position: relative;
}

.opened > .mobile-menu-wrapper {
  transform: translateX(0);
}

.mm-content-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: var(--nav_color);
}

.mm-header-container {
  display: flex;
  justify-content: flex-end;
  padding: 1.5rem;
}

.mm-close-menu {
  padding: 0;
  border: none;
  background: none;
  line-height: 1;
}

.mm-close-menu svg {
  display: block;
  width: 18px;
}

.mm-links-container {
  flex: 1;
  overflow: auto;
    padding: 2.5rem 2.25rem;
}

.mm-link {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  font-weight:900;
  line-height: 1.25;
  color: inherit;
  flex: 1;
  text-align: left;
  transition: all 0.3s;
}

.mm-link-item-wrapper {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--nav_color);
}

.mm-link-item-wrapper.opened .mm-link {
  font-weight: bold;
  font-size: 1.125rem;
}

.mm-toggler svg {
  transform: rotate(180deg);
  transition: all 0.3s;
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

.mm-link-item-wrapper.opened .mm-toggler svg {
  transform: rotate(0);
}

.mm-link-item {
  margin: 0 0 1rem;
}


.mm-link-item:last-child {
  margin: 0;
}

.mm-submenu-items-container {
  padding-top: 1rem;
  margin: 0 -1.5rem 0 0;
  display: none;
}

.mm-submenu-items-wrapper {
  display: flex;
  gap: 0.75rem;
  padding: 0 1.5rem 1rem 0;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* width */
.mm-submenu-items-wrapper::-webkit-scrollbar {
  height: 4px;
}

/* Track */
.mm-submenu-items-wrapper::-webkit-scrollbar-track {
  background: #EDEDED;
}

/* Handle */
.mm-submenu-items-wrapper::-webkit-scrollbar-thumb {
  background: #2B3822;
}

.mm-submenu-item {
  flex-basis: 10rem;
  min-width: 10rem;
  flex-shrink: 0;
  text-align: center;
}

.mm-submenu-item-image-container {
  margin-bottom: 0.5rem;
}

.mm-submenu-item-title {
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.ch-desktop-nav {
  line-height: 1;
  font-weight: bold;
  color: inherit;
  position: relative;
  z-index: 4;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .1rem;


}

.chd-has-submenu .ch-desktop-nav::after {
  content: '';
  position: absolute;
  width: calc(100% + 1.5rem);
  height: var(--header_height);
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.ch-desktop-nav::before {
  content: '';
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background-color: currentColor;
  transition: all 0.3s;
}

.ch-desktop-nav-item:hover .ch-desktop-nav::before {
  width: 100%;
}

.ch-desktop-nav:not([disabled]):hover {
  color: var(--nav_color);
}

.ch-side-left-container .ch-desktop-nav-container {
  justify-content: flex-start;
}

.ch-side-right-container .ch-desktop-nav-container {
  justify-content: flex-end;
}

.chd-has-submenu .ch-desktop-nav {
  pointer-events: none;
}

.chd-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all 0.3s;
  background-color: var(--background_color_on_scroll);
  padding: 2rem 3.5rem;
}

.chd-has-submenu:hover .chd-submenu {
  visibility: visible;
  opacity: 1;
}

.chd-has-submenu:hover .chd-submenu-overlay {
  opacity: 1;
}

.chd-submenu-container {
  max-height: 75vh;
  max-width: 66rem;
  margin: 0 auto;
  display: flex;
  justify-self: flex-start;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.chd-submenu-container::-webkit-scrollbar {
  display: none;
}

.chd-submenu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 1.5rem;
}

.chd-submenu-overlay {
  position: fixed;
  z-index: -2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}

.chd-submenu-subheading-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.chd-submenu-subheading-container:not(:only-child) {
  margin-bottom: 1rem;
}

.chd-submenu-subheading {
  line-height: 1.25;
  font-size: 1.5rem;
}

.chd-submenu-subheading-link {
  letter-spacing: 0.05em;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.chd-featured-item {
  background-color: var(--background);
  padding: 1.25rem;
  border-radius: 1rem;
  min-width: 25.5rem;
  flex-basis: 25.5rem;
  text-align: center;
}

.chd-featured-item-image-container {
  margin-bottom: 0.75rem;
  border-radius: 1px;
  overflow: hidden;
}

.chd-featured-item-text-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.chd-featured-item-title {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.chd-featured-item-label {
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  background-color: var(--label_background);
  color: var(--label_color);
  padding: 0.5rem 0.75rem;
  border-radius: 3.75rem;
  margin: -0.25rem 0;
}

.chd-submenu-item {
  text-align: center;
  flex-basis: 12rem;
  min-width: 12rem;
}

.chd-submenu-item.near-featured-items-blocks {
  padding-top: 1.25rem;
}

.chd-submenu-item-image-container {
  margin-bottom: 0.5rem;
}

.chd-submenu-item-title {
  font-size: 1rem;
  line-height: 1.25;
}

@media only screen and (min-width: 480px) {
  .ch-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media only screen and (min-width: 767px) {
  .ch-wrapper {
    grid-template-columns: 4fr 3fr 4fr;
  }
  .ch-container {
    padding: 1.25rem 2.25rem;
  }

  .mm-links-container {
    padding: 2.5rem 2.25rem;
  }

  .mm-submenu-items-container {
    margin: 0 -2.25rem 0 0;
  }

  .mm-submenu-items-wrapper {
    padding: 0 2.25rem 1rem 0;
  }
}

@media only screen and (min-width: 1200px) {
  .ch-wrapper {
    grid-gap: 50px;
    grid-template-columns: 5fr 11fr 11fr;
  }

  .ch-side-left-container {
    grid-area: center;
  }

  .ch-logo-container {
    grid-area: left;
  }

  .ch-logo-image-outer-wrapper {
    margin: 0;
  }
  .mobile-menu-container {
    display: none;
  }
  .ch-mobile-menu-button {
    display: none;
  }
  .ch-desktop-nav-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem 2.5rem;
  }
}

@media screen and (min-width: 1024px) and (hover: hover) {
  .chd-has-submenu .ch-desktop-nav {
    pointer-events: all;
  }
}

/* Custom footer section */
.cf-container {
  background: var(--background);
  color: var(--text_color);
}

.cf-container :is(p, a, *) {
  color: inherit;
}

.cf-wrapper {
  max-width: 1344px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem 1rem;
}

.cf-mcc-logo-container {
  max-width: 50%;
  margin: 0 0 2.5rem;

}

.cf-mcc-logo-container svg {
  display: block;
  max-width: 100%;
}

.cf-mcc-logo {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cf-mcc-logo-and-description-container {
  margin: 0 0 1.75rem;
}

.cf-mcc-ad-description-container + .cf-mcc-description-container {
  margin-top: 1rem;
}

.cf-mcc-description {
  font-size: 0.875rem;
  line-height: 1.5;
  border: 2px solid #ffffff;
  padding: 10px;

}

.cf-mcc-description :is(a,p,*) {
    font-size: 11px;
}

.cf-mcc-menu-container {
  margin: 0 0 12px;
}

.cf-mcc-menu-container:last-child {
  margin: 0;
}

.cf-mcc-menu-title-container {
  display: flex;
  width: 100%;
  background: none;
  border: none;
  padding: 0.5rem 0;
  align-items: center;
  font-size: 1em;
  line-height: 1.2;
  text-align: left;
  outline: none;
}

.cf-mcc-menu-title {
  flex: 1;
  font-weight: bold;
}

.cf-mcc-menu-indicator {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  position: relative;
}

.cff-mcc-menu-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}

.cff-mcc-menu-line.vertical {
  transform: translate(-50%,-50%) rotate(90deg);
}

.opened .cff-mcc-menu-line {
  opacity: 0;
}

.opened .cff-mcc-menu-line.vertical {
  opacity: 1;
  transform: translate(-50%,-50%) rotate(0deg);
}

.cf-mcc-menu-items-container {
  display: none;
}

.cf-mcc-menu-item-container {
  margin: 0 0 0.5rem;
  font-size: 16px;
  line-height: 1.2;
}

.cf-mcc-menu-item-container:last-child {
  margin: 0;
}

.cf-mcc-menus-container {
  margin: 0 0 2.5rem;
}

.cf-fcc-wrapper {
  text-align: left;
}

.cf-fcc-item {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 1rem 0 0;
}

.cf-fcc-item :is(a,p,*) {
  font-size: inherit;
}

@media only screen and (min-width: 767px) {
  .cf-wrapper {
    padding: 5rem 2.25rem 1.5rem;
  }

  .cf-fcc-item {
    padding: 1.5rem 0 0;
  }

  .cf-mcc-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 6.25rem;
  }

  .cf-mcc-menus-container {
    margin: 0 0 2.5rem;
  }

  .cf-mcc-logo-container {
    max-width: var(--logo_max_width_desktop);
    margin: 0 0 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .cf-mcc-menu-title-container {
    pointer-events: none;
    margin: 0 0 0.75rem;
    padding: 0;
  }
  .cf-mcc-menu-indicator {
    display: none;
  }
  .cf-mcc-menu-items-container {
    display: block !important;
  }
  .cf-mcc-menus-container {
    display: grid;
    grid-template-columns: repeat(var(--grid_columns_desktop), 1fr);
    grid-gap: 1.5rem 3rem;
    margin: 0 0 2.5rem;
  }

  .cf-mcc-menu-container {
    margin: 0;
  }

  .cf-mcc-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .cf-mcc-logo-and-description-container {
    max-width: 22.5rem;
    margin: 0 0 2.5rem;
  }
}


/* Custom product ingredients */
.cpings-container {
  background: var(--section_background);
}

.cpings-wrapper {
  padding: 60px 24px;
}

.cpings-title-container {
  max-width: 1060px;
  margin: 0 auto 12px;
}

.cpings-title {
  margin: 0;
  font-size: 2.4em;
  line-height: 1;
  color: var(--title_color);
  text-align: center;
  text-transform: none;
  letter-spacing: normal;
}

.cpings-title br {
  display: none;
}

.cpings-link-container {
  display: flex;
  justify-content: center;
  margin: 0 0 24px;
  padding: 9px 0;
}

.cpings-link {
  display: flex;
  align-items: center;
  font-size: 1em;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--link_color);
}

.cpings-link:is(:not([disabled]):active, :not([disabled]):hover, :not([disabled]):focus) {
  color: var(--link_color);
}

.cpings-link .custom-icon {
  margin-left: 1em;
  transition: .3s ease-out;
}

.cpings-link:hover .custom-icon {
  transform: translateX(10px);
}

.cpings-items-container {
  padding: 12px 0;
  max-width: 996px;
  margin: 0 auto;
}

.cpings-items-wrapper {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  grid-row-gap: 24px;
  margin: 0 -6px;
}

.cpings-item {
  padding: 8px 12px 24px;
  margin: 0 6px;
  width: calc((100% / 2) - 12px);
  background: var(--item_background);
  color: var(--item_text_color);
  display: flex;
  flex-direction: column;
  word-break: break-word;
}

.cpings-item-image-container {
  padding: 0 6px;
}

.cpings-item-image-wrapper {
  position: relative;
  padding-top: 100%;
}

.cpings-item-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.cpings-item-title-container {
  border-bottom: 2px solid currentColor;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}

.cpings-item-title {
  font-size: 0.87em;
  line-height: 1.15;
  letter-spacing: 0.02em;
  flex: 1;
  margin: 0;
  padding: 10px 0;
}

.cpings-item-description-container {
  flex: 1;
  display: flex;
  align-items: center;
}

.cpings-item-description {
  margin: 0;
  color: inherit;
  font-size: 0.87em;
  line-height: 1.46;
}


@media only screen and (min-width: 767px) {
  .cpings-items-wrapper {
    /* grid-template-columns: repeat(3,1fr); */
    grid-row-gap: 36px;
    margin: 0 -18px;
  }
  .cpings-item {
    margin: 0 18px;
    width: calc((100% / 3) - 36px);
  }
  .cpings-wrapper {
    padding: 60px 36px;
  }
  .cpings-item-image-container {
    padding: 0px 8px;
  }
  .cpings-title {
    font-size: clamp(2.4em, 4.17vw, 4em);
  }
}


@media only screen and (min-width: 1200px) {
  .cpings-items-wrapper {
    grid-row-gap: 48px;
    margin: 0 -24px;
  }
  .cpings-item {
    margin: 0 24px;
    width: calc((100% / 3) - 48px);
  }
  .cpings-wrapper {
    padding: 96px 36px;
  }
  .cpings-title-container {
    margin: 0 auto 24px;
  }
  .cpings-link-container {
    margin: 0 0 36px;
  }
  .cpings-items-container {
    padding: 24px 0;
  }
  .cpings-item {
    padding: 20px 24px 28px;
  }
  .cpings-item-title {
    font-size: 1.13em;
    line-height: 1.17;
    padding: 9px 0;
  }
  .cpings-item-description-container {
    padding: 5px 0;
  }
  .cpings-item-description {
    font-size: 1.2em;
    line-height: 1.5;
  }
  .cpings-title br {
    display: inherit;
  }
}


/* Custom product faq section */
.custom-faq-section {
  background: var(--section_background);
}

.cpf-wrapper {
  padding: 60px 24px;
}

.cpf-title-container {
  margin: 0 0 40px;
  text-align: center;
}

.cpf-title {
  margin: 0;
  color: var(--title_color);
}

.cpf-question {
  margin: 0 0 20px;
}

.cpf-question:last-child {
  margin: 0;
}

.cpf-question-title-container {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--question_background);
  color: var(--question_color);
  border: none;
  outline: none;
  font-size: 1em;
  line-height: 1.25;
  padding: 14px 12px;
  text-align: left;
}

.cpf-answer-container {
  display: none;
  padding: 2px 12px 12px 12px;
  background: var(--question_background);
  color: var(--question_color);
}
.cpf-answer-wrapper {
  font-size: 1em;
  line-height: 1.25;
  color: var(--question_color);
}
.cpf-answer-wrapper p {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.cpf-question-title {
  flex: 1;
}

.cpf-question-indicator {
  margin-left: 20px;
  position: relative;
  transition: transform .3s ease-out;
}

.cpf-question-indicator .custom-icon svg{
  width: 24px;
  height: 24px;
}

.opened .cpf-question-indicator{
  transform: rotate(180deg);
}

.cpf-question-indicator-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: translate(-50%,-50%);
  transition: all 0.3s;
}

.cpf-question-indicator-line.vertical {
  transform: translate(-50%,-50%) rotate(90deg);
}

.opened .cpf-question-indicator-line {
  opacity: 0;
}

.opened .cpf-question-indicator-line.vertical {
  opacity: 1;
  transform: translate(-50%,-50%) rotate(0deg);
}

@media only screen and (min-width: 767px) {
  .cpf-container {
    padding: 10px 12px;
    max-width: 1440px;
    margin: 0 auto;
  }
  .cpf-questions-container {
    max-width: 732px;
    margin: 0 auto;
  }
  .cpf-title{
    white-space: pre-line;
  }
  .cpf-question-title-container{
    padding: 16px 24px;
    font-size: 16px;
  }
  .cpf-answer-container {
    padding: 0 68px 16px 24px;
    font-size: 1.125em;
  }
}

@media only screen and (min-width: 1200px) {
  .cpf-title-container {
    margin: 0 auto 60px;
  }
}


/* Custom product icons section */
.cpi-container {
  background: var(--section_background);
}
.cpi-wrapper {
  padding: 60px 24px;
  display: grid;
  grid-gap: 24px 12px;
  grid-template-columns: repeat(var(--grid_columns_mobile), 1fr);
}

.cpi-title-container {
  grid-column-end: span var(--grid_columns_mobile);
  padding-bottom: 24px;
}

.cpi-block {
  text-align: center;
}

.cpi-block-image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin: 0 auto 12px;
  object-fit: cover;
  display: block;
}

.cpi-block-image svg {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.cpi-text {
  font-size: 0.87em;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--title_color);
  letter-spacing: 0.05em;
  padding: 9px 0;
  min-height: 36px;
}

.cpi-title-wrapper {
  text-align: center;
  margin: 0 auto;
  max-width: var(--title_max_width);
}

.cpi-title {
  margin: 0;
  font-size: 2.4em;
  line-height: 1;
  color: var(--title_color);
  text-transform: none;
  letter-spacing: normal;
}

@media only screen and (min-width: 767px) {
  .cpi-wrapper {
    padding: 80px 36px;
    grid-gap: 36px 24px;
    /* max-width: 1240px; */
    max-width: 1344px;
    margin: 0 auto;
    grid-template-columns: repeat(var(--grid_columns_tablet), 1fr);
  }

  .cpi-title-container {
    grid-column-end: span var(--grid_columns_tablet);
    padding-bottom: 12px;
  }
  .cpi-text {
    font-size: 1em;
    padding: 7px 0;
  }

  .cpi-title {
    font-size: clamp(2.4em, 4.17vw, 4em);
  }
}

@media only screen and (min-width: 1200px) {
  .cpi-wrapper {
    /* grid-gap: 48px 50px; */
    grid-gap: 48px 24px;
    padding: 108px 36px;
    grid-template-columns: repeat(var(--grid_columns_desktop), 1fr);
  }
  .cpi-title-container {
    grid-column-end: span var(--grid_columns_desktop);
  }
}


/* Custom product template */
product-page {
  display: block;
}

.cpt-container {
  /* padding: calc(var(--header_height) + 1.5rem) 0 0; */
  padding: 1.5rem 0 1.5rem;
  color: var(--text_color);
}

.cpt-main-images-wrapper {
  margin-bottom: 0.75rem;
}


.cpt-details-container {
  padding: 0.75rem 1.5rem 0;
}

.cpt-product-title-and-reviews-container {
  margin-bottom: 0.75rem;
}

.cpt-product-reviews-badge-container {
  font-size: 1rem;
  color: var(--text_color);
}

.cpt-product-title {
  margin-bottom: 0.25rem;
  color: var(--text_color);
}

.cpt-product-subtitle {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--text_color);
  margin-bottom: 1.5rem;
  font-weight: 900;
  border-bottom: 1px dashed #ffffff;
  padding-bottom: 10px;
}
}

.cpt-description-container {
  font-size: 1em;
  line-height: 1.5;
  margin: 0 0 24px;
  color: var(--text_color);
}

.cpt-description-container > * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cpt-description-container p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cpt-main-image-item {
  display: none;
  padding: 0 0.375rem;
}

.cpt-main-image-item.first-load-selected {
  display: block;
}

.cpt-main-image {
  display: block;
}

.cpt-form-select {
  display: none;
}

.cpt-buttons-container, .cpt-preorder-text-container {
  margin: 1.75rem 0 0;
}

.cpt-buttons-container + .klaviyo-bis-trigger {
  margin-top: 0.75rem !important;
}

.cpt-preorder-text {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.cpt-submit-button-and-quantity-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  justify-content: center;
}

.cpt-quantity-selector-container {
  flex-shrink: 0;
  padding: 0.75rem 1rem;
  box-shadow: inset 0px 0px 0px 1px currentColor;
}

.cpt-quantity-selector-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.25rem;
}

.cpt-quantity-button {
  background-color: transparent;
  border: none;
  color: currentColor;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  position: relative;
  padding: 0;
}

.cpt-quantity-button-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 66%;
  height: 2px;
  background: currentColor;
}

.cpt-quantity-button-line.vertical {
  transform: translate(-50%,-50%) rotate(90deg);
}

.cpt-quantity-input {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.25;
  color: currentColor;
  padding: 0;
  border: none;
  background-color: transparent;
  width: 3ch;
  text-align: center;
  -moz-appearance: textfield;
}

.cpt-quantity-input::-webkit-outer-spin-button,
.cpt-quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cpt-submit-button-container {
  flex-shrink: 0;
  flex-grow: 1;
}

.custom-button, .btn, .form-vertical .btn{
    font-size: 17px;
    border-radius: 100px;
    padding:16px 30px;
    text-transform:uppercase;
    letter-spacing:.08rem;
}

.btn--small {
    font-size: 13px;
    border-radius: 100px;
    padding:16px 45px;
    text-transform:uppercase;
    letter-spacing:.08rem;
}

.responsive-table .btn--small  {
    font-size: 13px;
    letter-spacing: 0 !important;
    border-radius:  0px !important;
    padding: 5px !important;
    text-transform: none !important;
}

#CustomerLoginForm .text-center, #RecoverPasswordForm .text-center, .template-customers-register .text-center {
    text-align: left !important;
}

#CustomerLoginForm h1, #RecoverPasswordForm h2{
  font-size:35px !important;
}

.section-header {
        text-align: left !important;
    }

.order-table a {
    border-bottom: none !important;
}

    .note{
        margin-top: 20px !important;
        background-color: #f26729;
        color: #ffffff !important;
        border:0px;
    }

     .note a{
        color: #ffffff !important;
    }

.template-customers-register .custom-button.primary-button {
    
    background-color: #f26729 !important;
    color: #ffffff;
        font-size: 17px;
    border-radius: 100px;
    padding:16px 30px;
    text-transform:uppercase;
    letter-spacing:.08rem;
    border:none !important;
}

.cpt-submit-button.custom-button {
  width: 100%;
  visibility: visible !important;
  border-radius: 100px;
  font-size: 16px;
  letter-spacing: .12rem;
}

.cpt-main-images-wrapper .slick-list {
  padding: 0 1.125rem;
}

.cpt-main-image-item-wrapper {
  position: relative;
  padding-top: 100%;
}

.cpt-main-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cpt-popup-opener {
  color: var(--popup_button_color);
  background: none;
  border: none;
  padding: 0;
  order: 1;
  outline: none;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.cwpf-description .cpt-popup-opener {
  text-transform: none;
  cursor: pointer;
}

label > .cpt-popup-opener{
  text-transform: none;
}

.cpt-popup-container {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 8;
}

.cpt-popup-wrapper {
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  overflow: auto;
}

.cpt-popup-content {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0,-25%);
  -ms-transform: translate(0,-25%);
  -o-transform: translate(0,-25%);
  transform: translate(0,-25%);
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 6px;
  background: var(--popup_background);
  box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
  width: 100%;
  max-width: 600px;
  color: var(--popup_text_color);
}

.opened .cpt-popup-content {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}

.cpt-popup-body {
  padding: 0 15px 15px;
}

.cpt-popup-text > * {
  color: var(--popup_text_color);
}

.cpt-popup-text a {
  text-decoration: underline;
}

.cpt-popup-header {
  display: flex;
  justify-content: flex-end;
  padding: 10px 20px;
}

.cpt-popup-close-button {
  border: none;
  background: none;
  padding: 0;
  opacity: 0.2;
}

.cpt-popup-close-button svg {
  display: block;
  width: 20px;
  height: 20px;
}

.cpt-popup-title {
  font-size: 1.2em;
}

.cpt-subscription-additional-html-container, .cpt-subscription-additional-text-container {
  white-space: normal;
  font-family: var(--font-stack-body);
  font-style: var(--font-style-body);
  font-weight: var(--font-weight-body);
  display: none;
}

.cpt-form .rc-container :is(.cpt-subscription-additional-html-container,.cpt-subscription-additional-text-container) {
  display: block;
}

.cpt-subscription-additional-text-container {
  width: 100%;
  padding-left: 30px;
  margin: 8px 0;
  text-transform: none;
}

.cpt-subscription-additional-html-wrapper {
  padding-top: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.cpt-subscription-additional-html-wrapper li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.cpt-subscription-additional-html-wrapper .custom-icon {
  font-size: 1rem;
}

.cpt-additional-buttons-container .shopify-payment-button undefined {
  display: none !important;
}

.cpt-main-images-icons-container {
  padding: 0.75rem 1.5rem;
}

.cpt-main-images-icon-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.cpt-main-images-icon {
  flex-basis: calc(20% - 0.4rem);
  flex-grow: 1;
  flex-shrink: 0;
  text-align: center;
}

.cpt-main-images-icon-container {
  width: 2rem;
  height: 2rem;
  margin: 0 auto;
}

.cpt-main-images-icon-container {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

.cpt-main-images-icon-title {
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.2;
}

.cpt-main-images-navigation-container {
  flex-shrink: 0;
  margin-left: auto;
  padding: 1.5rem 2.25rem 1.5rem 0;
}

.cpt-main-images-navigation-wrapper {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.cpt-main-images-navigation-button {
  font-size: 2.5rem;
}

.cpt-main-images-navigation-button.slick-disabled {
  opacity: 0.3;
}

.cpt-tabs-header {
  margin: 0 -1.5rem 20px -1.5rem;
}

.cpt-tabs-header-items {
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.cpt-tabs-header-items::-webkit-scrollbar {
  display: none;
}

.cpt-tab-header {
  display: block;
  color: var(--tab_color);
  padding: 0.5rem 0;
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1rem;
  line-height: 1.33;
  font-weight:900;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
  flex-shrink: 0;
}

.cpt-tab-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.3s;
  transform: translateX(-50%);
  background-color: var(--active_tab_border_color);
}

.cpt-tab-header:is(:hover, :focus, [aria-active="true"]) {
  color: var(--active_tab_color);
  /* font-weight: bold; */
}

.cpt-tab-header:is(:hover, :focus, [aria-active="true"])::after {
  width: 100%;
}

.cpt-tab-content-wrapper {
  padding-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}

.cpt-tab-content-wrapper > * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cpt-tab-content-wrapper p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cpt-form {
  display: flex;
  flex-direction: column;
  border-top: 1px dashed #ffffff;
  margin-top: 40px;
}



.cpt-form .product-item-options {
  order: -1;
}

.cpt-form .rc-container-wrapper {
  margin: 2rem 0 0;
}

.cpt-form .rc_popup {
  display: none;
}

.cpt-form .rc_widget__option {
  padding: 12px !important;
  margin: 0 0 12px;
  background: transparent;
  color: var(--option_color);
  background: var(--option_background);
  transition: all 0.3s;
  border: 1px solid #ededed;
  display: flex !important;
  flex-wrap: wrap;
  position: relative;
}

.cpt-form .rc_widget__option.rc-option__onetime::before {
  content: var(--one-time-price-per-unit);
  order: 1;
  text-transform: none;
  font-weight: bold;
  padding-left: 30px;
  margin-top: 5px;
}

.cpt-form .rc_widget__option.rc-option__onetime::after {
  content: var(--product-per-unit-text);
  order: 1;
  text-transform: none;
  margin-top: 5px;
}

.cpt-form .rc_widget__option.rc-option__subsave::before {
  content: var(--subscription-price-per-unit);
  order: 1;
  text-transform: none;
  font-weight: bold;
  padding-left: 30px;
  margin-top: 5px;
}

.cpt-form .rc_widget__option.rc-option__subsave::after {
  content: var(--product-per-unit-text);
  order: 1;
  text-transform: none;
  margin-top: 5px;
}

.cpt-form .rc_widget__option.rc_widget__option--active {
  background-color: #ededed;
}

.cpt-form .rc_widget__option+.rc_widget__option {
  padding-top: 12px;
}

.cpt-form .rc_widget__option:last-child {
  margin: 0;
}

.cpt-form .rc_widget__option__selector {
  display: flex;
  align-items: center;
  width: 100%;
}

.cpt-form .rc-template__legacy-radio .rc_widget__option__selector+.rc-selling-plans {
  order: 2;
  width: 100%;
  padding-left: 0;
  padding-bottom: 0;
  padding-top: 0.75rem;
}

.cpt-form .rc-selling-plans__dropdown {
  width: 100%;
  border-color: var(--text_color);
  background-color: var(--color-body);
  padding: 0.75rem 1.5rem 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
}

.cpt-form .rc_widget__option__input {
  display: none !important;
}

.cpt-form .rc_widget__option__label {
  display: flex !important;
  flex: 1;
  align-items: center;
  font-size: 1em;
  color: inherit !important;
  white-space: normal;
  margin-left: 0;
}

.cpt-form .rc_widget__option__label::before {
  content: '';
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  border-radius: 100%;
  border: 1px solid var(--text_color);
  margin-right: 0.75rem;
  background-color: var(--color-body);
}

.cpt-form .rc_widget__option--active .rc_widget__option__label::before {
  border-width: 2px;
}

.cpt-form .rc_widget__option__label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cpt-form .rc_widget__option--active .rc_widget__option__label::after {
  display: none;
}

.cpt-form .rc_widget__option--active .rc-option__text::after {
  position: absolute;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: var(--text_color);
  top: 17px;
  left: 17px;
}

.cpt-form :is([data-label-text-onetime], [data-label-text-subsave], [data-label-discount]) {
  font-size: 1rem;
  line-height: 1.25;
}

.cpt-form [data-label-discount] {
  margin-left: 5px;
}

.cpt-form .rc-widget :is(.rc-option__text,.rc-option__discount) {
  padding-right: 0;
}

.cpt-form .rc_widget__price {
  margin-left: auto;
  font-size: 1rem;
  line-height: 1.25;
}

@media only screen and (min-width: 767px) {
  .cpt-popup-wrapper {
    padding: 30px;
  }

  .cpt-tabs-header {
    margin: 0 0 20px 0;
  }

  .cpt-tabs-header-items {
    padding: 0;
    flex-wrap: wrap;
    overflow: visible;
    gap: 0.75rem 1.5rem;
    flex: 1;
  }

  .cpt-details-container {
    padding: 1.25rem 2.25rem 0;
  }

  .cpt-main-images-wrapper .slick-list {
    padding: 0 1.5rem;
  }

  .cpt-main-image-item {
    padding: 0 0.75rem;
  }

  .cpt-main-images-icons-container {
    padding: 1.5rem 2.25rem;
    flex: 1;
  }

  .cpt-main-images-footer {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .cpt-main-images-icon-container {
    width: 2.5rem;
    height: 2.5rem;
  }

  .cpt-main-images-icon-wrapper {
    gap: 0.75rem 1.5rem;
  }

  .cpt-main-images-icon {
    flex-basis: auto;
    flex-grow: 0;
  }

  .cpt-main-images-icon-title {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }

  .cpt-product-title {
    font-size: 35px !important;
  }
}


@media only screen and (min-width: 1023px) {
  .cpt-container {
    /* padding: calc(2.5rem + var(--header_height)) 36px 0; */
    padding: 2.5rem 2.25rem 2.5rem;
    max-width: 1344px;
    margin: 0 auto 0px auto;
  }

  .cpt-wrapper {
    display: flex;
    flex-direction: row-reverse;
    gap: 2.25rem;
  }

  .cpt-thumbnails-container {
    display: block;
    width: 84px;
    margin-right: 24px;
  }

  .cpt-main-images-progress-bar-container {
    display: none;
  }

  .cpt-images-container {
    width: calc(100% - 2.25rem - 29.25rem);
  }

  .cpt-details-container {
    padding: 0;
    max-width: 29.25rem;
    width: 100%;
  }

  .cpt-main-images-wrapper {
    margin-bottom: 0;
  }

  .cpt-main-images-wrapper .slick-list {
    padding: 0;
  }

  .cpt-main-images-navigation-container {
    padding-right: 0;
  }

  .cpt-main-image-item {
    padding: 0;
  }
}

@media screen and (min-width: 1344px) {
  .cpt-wrapper {
    gap: 4.5rem;
  }

  .cpt-images-container {
    width: calc(100% - 4.5rem - 29.25rem);
  }

  .cpt-main-image-item {
    padding: 0 0.75rem;
  }

  .cpt-main-images-wrapper {
    margin-right: min(calc((100vw - 1272px) /-2),-2.25rem);
    margin-left: -0.75rem;
  }

  .cpt-main-images-wrapper .slick-list {
    padding-right: max(11.25rem,calc((100vw - 1272px)/2));
  }
}


/* Custom product reviews section */

.cpr-container {
  background: var(--section_background);
  color: var(--text_color);
}

.cpr-wrapper {
  padding: 60px 24px;
  max-width: 1128px;
  margin: 0 auto;
}
.cpr-wrapper #stamped-main-widget {
  margin: 0;
}

.cpr-title {
  text-align: center;
  margin: 0 0 2rem;
  color: var(--text_color);
}

.cpr-wrapper .junip-product-review-title {
  display: none;
}


.cpr-wrapper .junip-product-review-container {
  padding-top: 0;
  padding-bottom: 0;
}

.cpr-wrapper .junip-container-xs :is(
  .junip-product-review-summary-container,
  .junip-write-review-cta-container,
  .junip-filters-label,
  .junip-filters-container
) {
  padding-left: 0;
  padding-right: 0;
}

.cpr-wrapper .junip-container-xs :is(
  .junip-separator
),
.cpr-wrapper .junip-separator {
  display: none;
}

.cpr-wrapper .junip-container-xs .junip-gallery-container {
  padding: 0 1.5rem;
  margin: 0 -1.5rem;
  animation: customJunipGalleryIn .2s cubic-bezier(0, 0, .2, 1);
  animation-fill-mode: forwards;
}

.cpr-wrapper .junip-gallery-container {
  animation: customJunipGalleryIn .2s cubic-bezier(0, 0, .2, 1);
  animation-fill-mode: forwards;
  margin: 0;
  padding: 0;
}

.cpr-wrapper .junip-gallery-item-wrapper {
  width: 5.25rem;
  height: 5.25rem;
  scroll-snap-align: center;
  margin-right: 1.5rem;
}


@keyframes customJunipGalleryIn {
  0% {
    height: 0;
    opacity: 0;
  }

  100% {
    height: 5.25rem;
    opacity: 1;
  }
}

.cpr-wrapper .junip-product-review-summary-flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.cpr-wrapper .junip-container-xs .junip-product-review-average-container {
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 0.75rem;
}

.cpr-wrapper .junip-product-review-average {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1;
  margin-bottom: 0;
}

.cpr-wrapper .junip-product-review-count {
  width: 100%;
  font-size: 1rem;
  line-height: 1.25;
}

.cpr-wrapper .junip-product-review-count::before {
  content: 'Based on';
  display: inline;
  margin-right: 0.5ch;
}

.cpr-wrapper .junip-star-ratings-container .junip-star {
  height: 1rem;
  padding: 0;
  width: 1rem;
}

.cpr-wrapper .junip-product-review-average-container .junip-star-ratings-container {
  margin: 0;
  gap: 0.25rem;
}

.cpr-wrapper .junip-container-xs .junip-product-review-bars-container {
  max-width: 13rem;
}

.cpr-wrapper .junip-product-review-bar {
  border-radius: 0;
  background-color: var(--color-body);
  height: 0.625rem;
}

.cpr-wrapper .junip-product-review-bar-rating {
  font-size: 0.75rem;
  margin-right: 0.5rem;
  width: 0.5rem;
  line-height: 0.875rem;
  text-align: center;
}

.cpr-wrapper .junip-product-review-bar-wrapper {
  margin: 0;  
}

.cpr-wrapper .junip-product-review-bar-wrapper:not(:last-child) {
  margin-bottom: 1rem;
}

.cpr-wrapper .junip-container-xs .junip-write-review-cta-container .junip-write-review-cta,
.cpr-wrapper .junip-write-review-cta-container .junip-write-review-cta {
  width: auto;
  background-color: transparent;
  color: var(--junipButtonColor);
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
  border: 2px solid currentColor;
  padding: 0.625rem 1.875rem;
  text-transform: capitalize;
}

.cpr-wrapper .junip-write-review-cta-container {
  text-align: center;
  margin-bottom: 2rem;
}

.cpr-wrapper .junip-filters-label {
  display: none;
}

.cpr-wrapper .junip-container-xs .junip-select.junip-select-with-label,
.cpr-wrapper  .junip-select.junip-select-with-label{
  background-color: var(--color-body);
  border-color: var(--text_color);
}

.cpr-wrapper .junip-select-container .junip-select-label {
  font-weight: bold;
}

.cpr-wrapper .junip-filters {
  padding-bottom: 1.25rem;
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid {
  padding-top: 2.25rem;
  border-top: 1px solid var(--text_color);
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid .junip-review-grid-item-container {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid var(--text_color);
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid .junip-grid-topbar {
  padding: 0;
  background-color: transparent;
  border: none;
  margin-bottom: 1rem;
}

.cpr-wrapper .junip-grid-topbar .junip-avatar {
  height: 3rem;
  width: 3rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: var(--text_color) !important;
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid .junip-grid-action-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
}

.cpr-wrapper .junip-reviews-layout-grid {
  grid-template-columns: 1fr;
  grid-row-gap: 1.75rem;
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid .junip-grid-item-content {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
}

.cpr-wrapper .junip-container-xs .junip-reviews-layout-grid .junip-recommendation-container {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.25rem;
}

.cpr-wrapper .junip-review-grid-product-container {
  padding: 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 300;
}

.cpr-wrapper :is(
  .junip-review-body,
  .junip-review-response) {
  font-size: 1rem;
  line-height: 1.5;
}

@media only screen and (min-width: 599px) {
  .cpr-wrapper .junip-review-grid-item-container {
    border-radius: 0;
    box-shadow: none;
    padding-bottom: 1.5rem;
    border: 0;
    border-bottom: 1px solid var(--text_color);
  }

  .cpr-wrapper .junip-filters {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .cpr-wrapper .junip-filters-container {
    padding: 0;
  }

  .cpr-wrapper .junip-reviews-container {
    padding: 2.25rem 0 0;
    border-top: 1px solid var(--text_color);
  }

  .cpr-wrapper .junip-grid-topbar {
    padding: 0;
    background-color: transparent;
    border: none;
  }

  .cpr-wrapper :is(
    .junip-grid-item-content,
    .junip-grid-action-container,
    .junip-recommendation-container,
    .junip-review-grid-item-container .junip-recommendation-container,
    .junip-review-grid-item-container .junip-traits-container
  ) {
    padding: 0 0 1.25rem;
  }

  .cpr-wrapper :is(
    .junip-review-body, 
    .junip-review-response
  ) {
    font-size: 1.125rem;
  }

  .cpr-wrapper .junip-product-review-bars-container {
    margin-right: 0;
    max-width: 13rem;
  }

  .cpr-wrapper .junip-product-review-average-container {
    max-width: 10rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    gap: 0.75rem;
    margin: 0;
  }

  .cpr-wrapper .junip-product-review-summary-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 3rem;
  }

  .cpr-wrapper :is(.junip-product-review-summary-container, .junip-product-review-summary-flex-wrapper) {
    display: contents;
  }

  .cpr-wrapper .junip-container-sm .junip-product-review-summary-container {
    display: contents;
  }

  .cpr-wrapper :is(
    .junip-container-sm .junip-write-review-cta-container,
    .junip-container-md .junip-write-review-cta-container,
    .junip-write-review-cta-container
  ) {
    margin: 0;
    position: static;
  }

  .cpr-wrapper .junip-write-review-cta-container .junip-write-review-cta {
    margin: 0;
  }
}

@media only screen and (min-width: 767px) {
  .cpr-wrapper {
    padding: 5rem 2.25rem;
  }
  .cpr-title {
    margin-bottom: 3rem;
  }
}

/* Custom featured person section */

.cf-person-container {
  background: var(--section_background);
}

.cf-person-wrapper {
  padding: 24px 24px 72px;
}

.cf-person-image-container {
  margin: 0 0 24px;
}

.cf-person-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cf-person-header-container {
  padding: 0 0 24px;
  margin: 0 0 34px;
  border-bottom: 2px solid var(--divider_color);
}

.cf-person-title {
  text-align: left;
  font-size: 1.87em;
  line-height: 1.14;
  color: var(--title_color);
  margin: 0 0 12px;
  text-transform: none;
  letter-spacing: normal;
}

.cf-person-subtitle {
  color: var(--subtitle_color);
  font-size: 1em;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.cf-person-description-wrapper {
  font-size: 1em;
  line-height: 1.47;
  color: var(--description_color);
}

.cf-person-description-wrapper > * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.cf-person-description-wrapper p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  margin: 0 0 24px;
}

.cf-person-description-wrapper p:last-child {
  margin: 0;
}

.cf-product-title-link:not([disabled]):hover {
  color: var(--text_color);
}
@media only screen and (min-width: 767px) {
  .cf-person-wrapper {
    padding: 72px 36px 72px;
    display: flex;
    justify-content: center;
    grid-gap: 32px;
    align-items: flex-start;
    flex-direction: row-reverse;
  }

  .cf-person-image-container {
    width: 40%;
    margin: 0;
  }

  .cf-person-texts-container {
    flex: 1;
  }
}


@media only screen and (min-width: 1200px) {
  .cf-person-wrapper {
    max-width: 1344px;
    margin: 0 auto;
    padding: 84px 36px;
  }

  .cf-person-image-container {
    padding: 0 16px;
  }

  .cf-person-title {
    font-size: 3.2em;
    line-height: 1.25;
  }

  .cf-person-subtitle {
    font-size: 1.13em;
    line-height: 1.18;
  }

  .cf-person-description-wrapper {
    font-size: 1.2em;
    line-height: 1.5;
  }

  .cf-person-description-wrapper p {
    margin: 0 0 30px;
  }
}


/* Custom featured product */

.cf-product-container {
  background: var(--section_background);
}

.cf-product-wrapper {
  padding: 60px 24px 84px;
}

.cf-product-image-container {
  margin: 0 0 20px;
}

.cf-product-image {
  display: block;
  width: 100%;
  object-fit: cover;
}

.cf-product-button.custom-button {
  width: 100%;
  padding: 19px 13px;
}

@media only screen and (min-width: 767px) {
  .cf-product-wrapper {
    padding: 60px 36px 108px;
    display: flex;
    align-items: center;
    max-width: 1344px;
    margin: 0 auto;
    grid-gap: 24px;
  }
  .cf-product-image-container {
    margin: 0;
    width: 50%;
  }
  .cf-product-content-container {
    flex: 1;
  }
}

@media only screen and (min-width: 1023px) {
  .cf-product-wrapper {
    grid-gap: 36px;
  }
  .cf-product-content-container {
    padding: 0 30px;
  }
  .cf-product-image-container {
    width: 53.25%;
  }
  .cf-product-description-container {
    margin: 0 0 36px;
  }

  .cf-product-button.custom-button {
    width: auto;
    min-width: 247px;
  }
}


/* Custom science page ingredients section */

.cspis-description-container {
  color: var(--description_color);
  max-width: 732px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 1em;
  line-height: 1.47;
}

.cspis-description br {
  display: none;
}

.cspis-button-container {
  margin: 24px 0 60px;
  text-align: center;
}

.cspis-item-title {
  font-size: 0.8em;
}

.cspis-item-title-container {
  position: relative;
}

.cspis-item-tooltip-container {
  font-size: 0.87em;
  line-height: 1;
  margin-left: 5px;
  cursor: pointer;
}

.cspis-item-question-and-arrow-container {
  position: relative;
}

.cspis-item-tooltip-container:hover {
  color: var(--tooltip_background);
}

.cspis-item-tooltip {
  position: absolute;
  display: none;
  top: calc(100% + 30px);
  width: calc(100vw - 48px);
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: var(--tooltip_background);
  color: var(--tooltip_text_color);
  z-index: 1;
  left: -12px;
}

.cspis-item:nth-child(even) .cspis-item-tooltip {
  left: auto;
  right: -12px;
}

.cspis-item-tooltip::before {
  content: '';
  display: block;
  position: absolute;
  height: 50%;
  width: 100%;
  transform: translateY(-50%);
  top: 0;
  left: 0;
  z-index: -1;
}

.cspis-item-tooltip-container:hover .cspis-item-tooltip {
  display: block;
}

.cspis-item-tooltip-wrapper {
  padding: 24px 12px;
  font-size: 1.15em;
  line-height: 1.47;
  text-align: center;
}

.cspis-item-tooltip-wrapper > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.cspis-item-tooltip-wrapper a {
  text-decoration: underline;
}

.cspis-item-tooltip-arrow {
  display: none;
  position: absolute;
  border-radius: 2px;
  transform: translateX(-50%) rotate(45deg);
  left: 50%;
  top: calc(100% + 30px);
  width: 24px;
  height: 24px;
  background: var(--tooltip_background);
  z-index: 2;
}

.cspis-item-tooltip-container:hover .cspis-item-tooltip-arrow {
  display: block;
}

.cspis-item:last-child:nth-child(odd) .cspis-item-tooltip {
  transform: translateX(-50%);
  left: 50%;
}

@media only screen and (min-width: 767px) {
  .cspis-item-tooltip, .cspis-item:nth-child(even) .cspis-item-tooltip {
    width: 348px;
    left: 0;
    transform: translateX(-50%);
    top: auto;
    right: auto;
    bottom: calc(100% + 40px);
  }

  .cspis-item:nth-child(3n) .cspis-item-tooltip {
    left: auto;
    right: 0;
    transform: translateX(24px);
  }

  .cspis-item-tooltip::before {
    bottom: 0;
    transform: translateY(50%);
    top: auto;
  }

  .cspis-item:last-child:nth-child(odd) .cspis-item-tooltip {
    left: 50%;
  }

  .cspis-item-title-container {
    position: static;
  }

  .cspis-item-tooltip-container {
    position: relative;
  }

  .cspis-item-tooltip-container::before {
    content: '';
    display: block;
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
  }
  .cspis-item-tooltip-arrow {
    top: auto;
    bottom: calc(100% + 30px);
  }
}


@media only screen and (min-width: 1200px) {
  .cspis-item-title, .cspis-item-tooltip-container {
    font-size: 1.13em;
  }
  .cspis-item-tooltip-wrapper {
    padding: 36px 24px;
    font-size: 1em;
  }
  .cspis-description-container {
    font-size: 1.2em;
  }

  .cspis-button-container {
    margin: 24px 0 108px;
  }

  .cspis-description br {
    display: inherit;
  }
}


/* Custom instagram section */
.cis-wrapper {
  padding: 1rem 0;
}

.cis-title {
  margin: 0;
  color: var(--title_color);
}

.cis-title-container {
  margin-bottom: 2rem;
}

.cis-feed-wrapper .fs-wrapper {
  padding: 0 12px;
}

.cis-feed-wrapper :is(.fs-mobile div.fs-entry-container, .fs-desktop div.fs-entry-container) {
  padding-top: 100% !important;
  width: 100% !important;
}

.cis-feed-wrapper .fs-wrapper div.fs-timeline-entry {
  margin: 0 0 0 12px;
}

.cis-feed-wrapper #insta-feed {
  margin: 0 -5px;
}

@media only screen and (min-width: 767px) {
  .cis-feed-wrapper :is(.fs-mobile div.fs-entry-container, .fs-desktop div.fs-entry-container) {
    width: 50% !important;
    padding-top: 50% !important;
  }

  .cis-feed-wrapper #insta-feed {
    margin: 0 -10px;
  }
}

@media only screen and (min-width: 1023px) {
  .cis-feed-wrapper :is(.fs-mobile div.fs-entry-container, .fs-desktop div.fs-entry-container) {
    width: 30% !important;
    padding-top: 30% !important;
  }

  .cis-feed-wrapper .fs-wrapper div.fs-timeline-entry {
    margin: 0 0 0 24px;
  }

  .cis-feed-wrapper .fs-wrapper {
    padding: 0 36px;
  }

  .cis-title-container {
    margin-bottom: 3.75rem;
  }

  .cis-wrapper {
    padding: 2.75rem 0 0.25rem;
  }
}

@media only screen and (min-width: 1600px) {
  .cis-feed-wrapper :is(.fs-mobile div.fs-entry-container, .fs-desktop div.fs-entry-container) {
    width: 25% !important;
    padding-top: 25% !important;
  }
}


/* Custom blog filters */
.cbt-filters-container {
  padding: 20px 0;
}

.cbt-filters-title-container {
  margin: 0 0 12px;
  padding: 6px 0;
}
.cbt-filters-title {
  font-size: 1.33em;
  line-height: 1.2;
  color: var(--filters_title_color);
  font-weight: normal;
}

.cbt-filter-item {
  color: var(--filters_item_color);
}

.cbt-filter-item-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}

.cbt-filter-checkbox {
  margin-right: 12px;
  font-size: 1.6em;
}

.cbt-filter-item-all, .active{
  order: -1;
}

.cbt-filter-item-wrapper a{
  font-size: 1.125em;
  line-height: 1.33;
  color: var(--filters_item_color);
  position: relative;
  white-space: nowrap;
}

.cbt-filter-item-wrapper a:after{
  content: '';
  background-color: var(--filters_active_item_color);
  height: 2px;
  width:0;
  position: absolute;
  top: 100%;
  left: 0;
}

.cbt-filter-item-wrapper :is(a:not([disabled]):hover, a:focus), .cbt-filter-item.active .cbt-filter-item-wrapper a{
  color: var(--filters_active_item_color);
  font-weight: bold;
}

.cbt-filter-item-wrapper :is(a:not([disabled]):hover, a:focus):after, .cbt-filter-item.active .cbt-filter-item-wrapper a:after{
  width: 100%;
}

.cbt-filter-item-wrapper a::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (min-width: 767px) {
  .cbt-filters-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .cbt-filters-title-container {
    margin: 0 24px 0 0;
  }

  .cbt-filter-items-container {
    flex: 1;
  }

  .cbt-filter-items-wrapper {
    display: flex;
    grid-gap: 36px;
    justify-content: flex-end;
  }

  .cbt-filter-item:not(:last-child) {
    margin: 0;
  }

  .cbt-filters-title {
    font-size: 1.34em;
  }

  .cbt-filters-title-container {
    padding: 6px 0;
  }

  .cbt-filters-container {
    padding: 0 0 24px;
  }
}

@media only screen and (min-width: 1023px) {
  .cbt-filter-items-wrapper {
    grid-gap: 48px;
  }
  .cbt-filter-checkbox {
    margin-right: 24px;
  }
}


/* Pre-sell title section */
.pst-container {
  padding-top: calc(var(--header_height) + 48px);
  background: var(--section_background);
}

.pst-wrapper {
  padding: 0 24px;
  max-width: 1128px;
  margin: 0 auto;
}

.pst-title-container {
  margin: 0 -4px 36px;
}

.pst-title {
  color: var(--title_color);
  margin: 0;
  text-align: center;
  font-size: 2.4em;
  line-height: 1;
}

.pst-title br {
  display: none;
}

.pst-image-wrapper {
  position: relative;
  padding-top: var(--mobile_padding);
}

.pst-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (min-width: 767px) {
  .pst-wrapper {
    padding: 0 36px;
  }
  .pst-title-container {
    margin: 0 0 36px;
  }
  .pst-image-wrapper {
    padding-top: var(--desktop_padding);
  }
}

@media only screen and (min-width: 1023px) {
  .pst-title {
    font-size: 3.2em;
  }
  .pst-container {
    padding-top: calc(var(--header_height) + 60px);
  }
}

@media only screen and (min-width: 1200px) {
  .pst-title br {
    display: inherit;
  }
}


/* Pre-sell benefits */
.psb-container {
  padding: 48px 0 36px;
}

.psb-container.has-header {
  padding-top: 24px;
}

.psb-wrapper {
  padding: 0 24px;
  max-width: 1128px;
  margin: 0 auto;
}

.psb-header-container {
  margin: 0 0 24px;
}

.psb-header-title {
  font-size: 2.4em;
  letter-spacing: normal;
  margin: 0 0 12px;
  color: var(--title_color);
  text-transform: none;
}

.psb-header-description {
  color: var(--description_color);
  line-height: 1.47;
  font-size: 1em;
}

.psb-header-description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.psb-header-description p:not(:last-child) {
  margin:0 0 24px;
}

.psb-header-description a {
  text-decoration: underline;
}

.psb-item-image-container {
  margin: 0 0 24px;
}

.psb-item-image-wrapper {
  position: relative;
  padding-top: var(--mobile_padding);
}

.psb-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.psb-item-title {
  font-size: 1.6em;
  line-height: 1.25;
  color: var(--benefit_title_color);
  margin: 0 0 12px;
}

.psb-item-description {
  color: var(--benefit_description_color);
  line-height: 1.47;
  font-size: 1em;
}

.psb-item-description > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.psb-item-description p:not(:last-child) {
  margin:0 0 24px;
}

.psb-item-description a {
  text-decoration: underline;
}

.psb-item:not(:last-child) {
  margin: 0 0 36px;
}
@media only screen and (min-width: 767px) {
  .psb-item-image-wrapper {
    padding-top: var(--desktop_padding);
  }
  .psb-wrapper {
    padding: 0 36px;
  }
  .psb-item-wrapper {
    display: flex;
    align-items: center;
  }
  .psb-item-image-container {
    width: 45.5%;
    padding: 0 48px 0 0;
    margin: 0;
  }
  .psb-item-texts-container {
    flex: 1;
  }
}

@media only screen and (min-width: 1023px) {
  .psb-container {
    padding: 72px 0;
  }

  .psb-container.has-header {
    padding-top: 60px;
  }

  .psb-header-title {
    font-size: 3.2em;
    margin: 0 0 24px;
  }

  .psb-header-description, .psb-item-description {
    font-size: 1.2em;
  }

  .psb-header-container {
    margin: 0 0 60px;
  }

  .psb-item-title {
    font-size: 2em;
  }

  .psb-item:not(:last-child) {
    margin: 0 0 60px;
  }
}

@media only screen and (min-width: 1200px) {
  .psb-item-image-container {
    padding: 0 72px 0 0;
  }
}

/* Pre-sell CTA section */

.psc-container {
  background: var(--section_background);
  padding: 48px 0 72px;
}

.psc-wrapper {
  padding: 0 24px;
  text-align: center;
  max-width: 1128px;
  margin: 0 auto;
}

.psc-title {
  font-size: 2.4em;
  line-height: 1;
  margin: 0 0 12px;
  color: var(--title_color);
  text-transform: none;
  letter-spacing: normal;
}

.psc-description {
  color: var(--description_color);
  font-size: 1em;
}

.psc-button-container {
  margin: 24px 0 0;
}

.psc-button {
  width: 100%;
  max-width: 408px;
}

@media only screen and (min-width: 767px) {
  .psc-wrapper {
    padding: 0 36px;
  }
}

@media only screen and (min-width: 1023px) {
  .psc-title {
    font-size: 3.2em;
  }

  .psc-description {
    font-size: 1.2em;
  }

  .psc-container {
    padding: 60px 0 84px;
  }
}

/* Pre-sell testimonials section */
.pre-sell-testimonials-section {
  padding: 12px 0;
}

.ct-button-container {
  text-align: center;
  margin: 40px 0 0;
  padding: 0 6px;
}

.ct-button {
  width: 100%;
  max-width: 408px;
}

@media only screen and (min-width: 1024px) {
  .pre-sell-testimonials-section {
    padding: 18px 36px;
  }

  .ct-button-container {
    margin: 25px 0 0;
  }
}


/* ReCharge customer portal */
#ReCharge {
  padding-top: var(--header_height);
}


/* Wholesale page how to get started */
.cwpht-container {
  background: var(--bg_color);
}

.cwpht-wrapper {
  background: var(--inner_bg_color);
  padding: 24px 24px 60px;
  max-width: 1344px;
  margin: 0 auto;
}

.cwpht-image-container {
  margin-bottom: 24px;
}

.cwpht-title {
  color: var(--title_color);
  margin: 0;
  font-size: 2.4em;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: none;
}

.cwpht-divider {
  margin: 24px 0;
  height: 2px;
  background: var(--divider_color);
}

.cwpht-content-container {
  padding-top: 10px;
}

.cwpht-content-wrapper {
  font-size: 1.2em;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: var(--text_color);
}

.cwpht-content-wrapper > * {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}

.cwpht-image-wrapper {
  padding-top: calc(100% / var(--aspect_ratio));
  position: relative;
}

.cwpht-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media only screen and (min-width: 767px) {
  .cwpht-wrapper {
    padding: 36px;
  }

  .cwpht-title {
    font-size: clamp(2.4em,4.17vw,3.2em);
  }

  .cwpht-wrapper {
    display: flex;
    justify-content: center;
  }

  .cwpht-image-container {
    margin-bottom: 0;
    width: 48%;
    margin-right: 36px;
  }

  .cwpht-text-content-container {
    flex: 1;
  }
}

@media only screen and (min-width: 1023px) {
  .cwpht-wrapper {
    padding: 48px;
  }

  .cwpht-text-content-container {
    padding: 0 48px;
  }
}

/* Custom form message */
.custom-form-message {
  padding: 1rem;
  font-size: 1em;
  line-height: 1.6;
  color: var(--text_color);
  background: #fff;
  border-radius: 2px;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  margin: 0 auto 2rem;
  max-width: 840px;
}

.custom-form-message-text {
  flex: 1;
}

.custom-form-message-text strong {
  font-weight: 500;
}

.custom-form-message-text p:not(:last-child) {
  margin-bottom: 0.5rem;
}

.custom-form-message-text p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.custom-form-message-icon {
  width: 40px;
  font-size: 2.5rem;
}


@media only screen and (min-width: 767px) {
  .custom-form-message {
    padding: 1rem 1.5rem;
    margin: 0 auto 3rem;
  }
}

/* Featured icons with buttons section */
.fiwb-items-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 36px 0;
}

.fiwb-item {
  background: var(--background);
  padding: 36px 24px;
}

.fiwb-item-wrapper {
  text-align: center;
}

.fiwb-item-icon-container {
  margin: 0 auto 18px;
  max-width: 72px;
  border-radius: 50%;
  border: 2px solid var(--icon_color);
  background: var(--icon_background);
}

.fiwb-item-icon-wrapper svg {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%,-50%);
}

.fiwb-item-title {
  font-size: 1rem;
  color: var(--title_color);
  line-height: 1;
}

.fiwb-item-button-container {
  max-width: 408px;
  margin: 18px auto 0;
}

.fiwb-item-button {
  min-width: auto;
  width: 100%;
}

@media only screen and (min-width: 767px) {
  .fiwb-items-wrapper {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .fiwb-item {
    flex-basis: calc(50% - 10px);
    padding: 72px 36px;
  }

  .fiwb-item-icon-container {
    margin-bottom: 36px;
  }

  .fiwb-item-button-container {
    margin-top: 36px;
  }

  .fiwb-item-title {
    font-size: 1.5rem;
  }
}

/* Custom cart drawer */
.ccds-container {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  max-width: 30rem;
  z-index: 99999;
  transition: all 0.5s;
  transform: translateX(100%);
  background: var(--section_background);
  color: var(--primary_text_color);
}

.cart-drawer-opened .ccds-container {
  transform: translateX(0);
}

.ccds-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  background: rgba(0,0,0,0.4);
}

.cart-drawer-opened .ccds-overlay {
  opacity: 1;
  visibility: visible;
}

.ccds-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 1.25rem 1.5rem 2.5rem;
}

.ccds-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0 0 0.75rem;
  border-bottom: 1px solid var(--borders_color);
}

.ccd-header-title {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.14;
  font-weight: bold;
}

.ccds-header-button {
  padding: 0;
  border: none;
  background: none;
  color: currentColor;
}

.ccds-header-button svg {
  display: block;
  width: 1rem;
}

.ccds-content {
  overflow: auto;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.ccds-content::-webkit-scrollbar {
  display: none;
}

.ccds-upsell-container {
  margin: 0 0 1.25rem;
}

.ccds-empty-cart {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 0;
  font-size: 1.25rem;
}

.ccds-item {
  padding: 1rem 0;
}

.ccds-item {
  border-bottom: 1px solid var(--borders_color);
}

.ccds-item-wrapper {
  display: flex;
  gap: 0.75rem;
}

.ccds-item-image-container {
  width: 7.5rem;
}

.ccds-item-image-wrapper {
  position: relative;
  padding-top: 100%;
}

.ccds-item-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ccds-item-image-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ccds-item-info-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ccds-item-info-header {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin-bottom: 0.625rem;
}

.ccds-item-info {
  flex: 1;
}

.ccds-item-title-container {
  margin: 0 0 0.25rem;
  line-height: 1;
}

.ccds-item-title {
  color: var(--primary_text_color);
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}

.ccds-item-remove-button {
  color: var(--primary_text_color);
  padding: 0px;
  background: none;
  border: none;
  font-size: 1.25rem;
}

.ccds-item-product-details-container {
  color: var(--primary_text_color);
  font-size: 0.75rem;
  line-height: 1.2;
}

.ccds-item-details-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
}

.ccds-item-price-container {
  display: flex;
  gap: 0.5rem;
}

.ccds-item-price {
  font-size: 1em;
  line-height: 1.2;
  font-weight: 500;
  color: var(--primary_text_color);
}

.ccds-item-price.compare-at-price {
  color: var(--secondary_text_color);
  text-decoration: line-through;
}

.ccds-footer {
  padding: 1rem 0 0;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.ccds-footer-top-container {
  margin-top: auto;
}

.ccds-footer-top-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}

.ccds-footer-top-item:not(:last-child) {
  margin: 0 0 0.5rem;
}

.ccds-taxes-container {
  margin: 0.5rem 0 0;
  color: var(--secondary_text_color);
  font-size: 0.875rem;
  line-height: 1.125rem;
  border-top: 1px solid #6d4427;
    padding-top: 20px;
}

.ccds-footer-form-container {
  margin-top: 1.25rem;
}

.ccds-footer-button.custom-button {
  width: 100%;
  letter-spacing: 0.05em;
}

.ccds-footer-payment-types-container {
  padding: 10px 0 0;
}

.ccds-footer-payment-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
}

.ccds-footer-payment-icon {
  display: block;
  width: 35px;
  height: 24px;
}

.ccds-footer-payments-image {
  display: block;
}

.ccds-item-quantity-selector-container {
  border: 1px solid var(--primary_text_color);
  flex-basis: 4.25rem;
  flex-shrink: 0;
  padding: calc(0.625rem - 1px) calc(0.5rem - 1px);
}

.ccds-item-quantity-selector-wrapper {
  display: flex;
}

.ccds-item-quantity-button {
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  background: transparent;
  color: var(--primary_text_color);
  position: relative;
}

.ccds-item-quantity-button-line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 0.625rem;
  height: 2px;
  background: currentColor;
}

.ccds-item-quantity-button-line.vertical {
  transform: translate(-50%,-50%) rotate(90deg);
}

.ccds-item-current-quantity {
  font-size: 1rem;
  flex: 1;
  text-align: center;
  line-height: 1;
}

.ccds-threshold-message-container {
  padding: 1rem 0;
  border-bottom: 1px solid var(--borders_color);
}

.ccds-threshold-message {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--primary_text_color);
}

.ccds-threshold-message > * {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

.ccds-threshold-progress-bar-container {
  background: var(--progress_bar_background);
  height: 0.75rem;
  overflow: hidden;
}

.ccds-threshold-progress-bar {
  background: var(--accents_color);
  height: 100%;
}

.ccds-subcription-switch-container {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  justify-content: space-between;
  padding-bottom: 0.625rem;
}

.ccds-subscription-switch-title {
  flex: 1;
  font-size: 1rem;
  line-height: 1.25;
  color: var(--primary_text_color);
  font-weight: bold;
  max-width: 12.5rem;
}

label.ccds-subscription-switch-label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  transition: all 0.3s;
  border: 1px solid var(--primary_text_color);
  border-radius: 1rem;
  padding: 2px;
  background-color: transparent;
  width: 2.625rem;
  height: 1.25rem;
}

:checked + label.ccds-subscription-switch-label {
  background-color: var(--secondary_accents_color);
}

.ccds-subscription-switch-indicator {
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 1px solid var(--primary_text_color);
  background-color: var(--secondary_accents_color);
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

:checked + label.ccds-subscription-switch-label .ccds-subscription-switch-indicator {
  left: calc(100% - 1rem - 2px);
  background-color: var(--section_background);
}

.ccds-subscription-switch-additional-content-container {
  padding-bottom: 0.625rem;
}

.ccds-subscription-switch-additional-content {
  font-size: .875rem;
  line-height: 1.125rem;
}

.ccds-subscription-switch-additional-content li {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.ccds-subscription-switch-additional-content .custom-icon {
  font-size: 1rem;
}

.ccds-container [data-loader] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255,255,255,0.8);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.ccds-container [data-loader] .icon {
  width: 5rem;
  height: 5rem;
}

.ccds-container[loading] [data-loader] {
  opacity: 1;
  visibility: visible;
}

.ccds-upsell-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
  margin-bottom: 0.5rem;
}

.ccds-upsell-title-container {
  flex: 1;
}

.ccds-upsell-title {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.25;
}

.ccds-upsell-navigation-wrapper {
  flex-shrink: 0;
  margin-left: auto;
  display: flex;
  gap: 0.5rem;
}

.ccds-upsell-navigation-button {
  font-size: 1.5rem;
}

.ccds-upsell-navigation-button.slick-disabled {
  opacity: 0.3;
}

@media only screen and (min-width: 767px) {
  .ccds-wrapper {
    padding: 1.25rem 3rem 2.5rem;
  }

  .ccd-header-title {
    font-size: 2.25rem;
  }

  .ccds-item-product-details-container {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .ccds-footer-button.custom-button {
    padding: 1.25rem;
  }

  .ccds-subscription-switch-title {
    max-width: 100%;
  }
}

.grid-view-item__introduction {
  margin: 0.5rem 0;
  font-weight: normal;
}

.grid-view-item__shop-now {
  font-weight: bold;
  text-decoration: underline;
  margin-top: auto;
}

#insta-feed .slider-arrow,
.instafeed-shopify .slider-arrow {
  z-index: 1 !important;
}


/* Collections navigation section */
.page-container:is(
  [data-template-name="list-collections"],    [data-template-name="collection"],
  [data-template-name="search"]
  ){
  /* margin-top: calc(var(--announcement_bar_height) + var(--header_height)); */
  margin-top: calc(var(--announcement_bar_height) + (var(--header_height) * 2));
}

.ccns-nav-container {
  margin: 0 -1.5rem;
}

.ccns-nav-items-wrapper {
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.ccns-nav-items-wrapper::-webkit-scrollbar {
  display: none;
}

.ccns-nav-item {
  flex-shrink: 0;
}

.ccns-nav-item-link {
  display: block;
  color: var(--link_color);
  padding: 0.5rem 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.33;
  transition: all 0.3s;
}

.ccns-nav-item-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  transition: all 0.3s;
  transform: translateX(-50%);
  background-color: var(--active_link_border_color);
}

.ccns-nav-item-link:not([disabled]):is(:hover, :focus, .active) {
  color: var(--active_link_color);
  /* font-weight: bold; */
}

.ccns-nav-item-link:is(:hover, :focus, .active)::after {
  width: 100%;
}

.ccns-sorting-container {
  margin-top: 1.5rem;
}

.ccns-sorting {
  background-color: var(--bg_color);
  color: var(--active_link_color);
  padding: 0.5rem 0.75rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  border: 1px solid var(--active_link_color);
}

.ccns-sorting-label {
  font-weight: bold;
  color: var(--active_link_color);
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin: 0;
}

.ccns-sorting-select {
  background-image: none;
  background-color: transparent;
  padding: 0 1.5rem 0 0;
  border: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
  display: block;
}

.ccns-sorting-chevron {
  top: 0.25rem;
  right: 0;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
}

.ccns-sorting-chevron svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  transition: all 0.3s;
}

.ccns-sorting-select:is(:active,:focus) + .ccns-sorting-chevron svg {
  transform: rotate(0deg);
}

@media only screen and (min-width: 767px) {
  .ccns-nav-items-wrapper {
    padding: 0;
    flex-wrap: wrap;
    overflow: visible;
    gap: 0.75rem 1.5rem;
    flex: 1;
  }

  .ccns-nav-container {
    margin: 0;
  }

  .ccns-wrapper {
    padding: 0.75rem 0;
  }

  .ccns-nav-and-sorting-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }

  .ccns-sorting-container {
    margin: 0;
    flex-shrink: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .ccns-nav-item-link {
    font-size: 1.5rem;
  }
}

/* Product item */
product-item {
  display: block;
  --button_bg_color: var(--product-item-primary-button-background);
  --button_text_color: var(--product-item-primary-button-color);
  --button_bg_color_hover: var(--product-item-primary-button-background);
  --secondary_button_bg_color: var(--product-item-secondary-button-background);
  --secondary_button_text_color: var(--product-item-secondary-button-color);
  --secondary_button_border_color: var(--product-item-secondary-button-color);
  --secondary_button_bg_color_hover: var(--product-item-secondary-button-background-hover);
}

.product-item-wrapper {
  border: 1px solid var(--product-item-border-color);
  background-color: var(--product-item-background);
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius:30px;
}

.product-item-content {
  padding: 0.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  font-weight:900;
  border-top:1px solid #6d4427;
}

.product-item-title {
  font-size: 30px;
  margin-bottom: 20px;
  color: var(--product-item-title-color);
  line-height: 27px;
  font-family: var(--font-stack-header) !important;
  font-style: var(--font-style-header) !important;
  letter-spacing:-2px;
}

.product-item-prices-and-forms-container{
  margin-top: auto;
}

.product-item-options,
.product-item-prices-container,
.product-item-forms-container,
.product-item-subscription-price-container {
  margin-top: 0.75rem;
}

product-page .product-item-options {
  margin-top: 1.25rem;
}

.product-item-form-container #rc_container {
  display: none !important;
}

.product-item-forms-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.product-item-form-container {
  flex-basis: calc(50% - 0.25rem);
  flex-grow: 1;
}

.product-item-form-submit-button {
  width: 100%;
  visibility: visible !important;
}

.product-item-prices-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.product-item-price {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: bold;
  color: var(--product-item-price-color);
}

.product-item-price.compare {
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: normal;
  text-decoration: line-through;
  color: var(--product-item-compare-price-color);
}

.cpt-form-container .product-item-price.compare {
  margin-left: auto;
}

.product-item-per-unit-text {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: var(--product-item-price-color);
}

.product-item-discount {
  color: var(--off_retail_color);
  background-color: var(--off_retail_background);
  padding: 0.3125rem 0.5rem;
   border-radius: 100px;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: bold;
  margin-left: 0.25rem;
  border:2px solid #ffffff;
}

.product-item-profit {
  color: var(--product-item-price-color);
  width: 100%;
  font-weight: bold;
  text-align: right;
  font-size: 1rem;
  line-height: 1.25;
}

.product-item-options-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
}

product-page .product-item-options-container {
  gap: 0.375rem 0.75rem;
}

.product-item-option-container:not(:last-child) {
  margin-bottom: 0.75rem;
}

product-page .product-item-option-container:not(:last-child) {
  margin-bottom: 1.5rem;
}

.product-item-option {
  background-color: var(--product-item-option-background);
  color: var(--product-item-title-color);
  font-size: 1rem;
  line-height: 1.25;
  padding: 0.25rem 0.5rem;
  transition: all 0.3s;
  min-width: 1.5rem;
  border: none;
}

.product-item-option[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

product-page .product-item-option {
  min-width: 2.5rem;
  font-size: 1.125rem;
  padding: 0.625rem;
}

.product-item-option::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  border: 1px solid var(--product-item-selected-option-color);
  opacity: 0;
  transition: all 0.3s;
}

.product-item-option[aria-active="true"] {
  background-color: transparent;
}

.product-item-option[aria-active="true"]::after {
  opacity: 1;
}

.product-item-option.color {
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  overflow: hidden;
}

product-page .product-item-option.color {
  width: 2.5rem;
  height: 2.5rem;
}

.product-item-option.color::after {
  border-radius: 50%;
}

.product-item-option-title-container {
  font-size: 1rem;
  line-height: 1;
  color: var(--product-item-title-color);
  display: none;
  gap: 0.25rem;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}

product-page .product-item-option-title-container {
  margin-bottom: 0.75rem;
}

.product-item-option-value {
  font-weight: bold;
}

.product-item-labels-container {
  padding: 0.75rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  top: 0;
  right: 0;
  left: 0;
  max-height: 100%;
}

.product-item-label {
  color: var(--product-item-label-color);
  background-color: var(--product-item-label-background);
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
}

.product-item-subscription-price {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--product-item-subscription-price-color);
  background: var(--product-item-subscription-price-background);
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 750px) {
  .product-item-content {
    padding: 1.25rem 1.25rem 1rem;
  }

  .product-item-title {
    font-size: 30px;
  }

  .product-item-labels-container {
    padding: 1rem;
  }
}


/* Collection sectio */
.custom-collections-navigation-section + .custom-collection-section .custom-container {
  padding-top: 0;
}

.ccs-header {
  margin-bottom: 1.5rem;
}

.ccs-title {
  color: var(--title_color);
}

.ccs-description {
  color: var(--description_color);
}

.ccs-cta-item {
  order: var(--mobile_order);
  grid-column-end: span var(--grid_mobile);
}

.ccs-cta-item-image-container {
  margin: 0 -1.5rem;
  height: 100%;
}

.ccs-cta-item-wrapper {
  padding: 1.5rem 0;
}

.ccs-cta-item-image-wrapper {
  height: 100%;
}

.ccs-cta-item-content-wrapper {
  padding-top: 0.75rem;
}

.ccs-cta-item-title br {
  display: none;
}

.ccs-cta-item-title:only-child {
  margin-bottom: 0;
}

.ccs-grid-item product-item {
  height: 100%;
}

.custom-collection-section + .custom-collection-section .custom-container {
  padding-top: 0.5rem;
}

@media only screen and (min-width: 767px) {
  .ccs-cta-item {
    order: var(--desktop_order);
    grid-column-end: span min(var(--width_tablet), var(--grid_tablet));
  }

  .ccs-cta-item-image-container {
    margin: 0;
  }

  .ccs-cta-item-wrapper {
    padding: 0;
    height: 100%;
  }

  .ccs-cta-item-content-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: var(--desktop_content_position);
    padding: 2rem;
  }

  .ccs-cta-item-content-wrapper {
    padding-top: 0;
    transform: translateY(var(--desktop_content_vertical_offset));
  }

  .ccs-cta-item-title br {
    display: block;
  }

  .ccs-header {
    max-width: 52.5rem;
    margin-bottom: 2rem;
  }

  .custom-collection-section+.custom-collection-section .custom-container {
    padding-top: 0.75rem;
  }
}

@media only screen and (min-width: 1200px) {
  .ccs-cta-item {
    grid-column-end: span min(var(--width_desktop), var(--grid_desktop));
  }
}


/* Product page upsell */

.product-page-upsell-container {
  padding-top: 1.25rem;
}

.product-page-upsell-header {
  margin-bottom: 0.5rem;
}

.product-page-upsell-title {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.product-upsell-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.product-upsell-item-wrapper {
  border: 1px solid var(--product-item-border-color);
  background-color: var(--product-item-background);
  display: flex;
}

.product-upsell-item-content {
  flex: 1;
  padding: 0.5rem;
}

.product-upsell-item-image-container {
  flex-basis: 5rem;
  flex-shrink: 0;
}

.product-upsell-item .product-item-options {
  margin-top: .5rem;
}

.product-upsell-item .product-item-option-title-container {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.product-upsell-item .product-item-option {
  min-width: 1.5rem;
  font-size: 0.875rem;
}

.product-upsell-item .product-item-option.color {
  width: 1.5rem;
  height: 1.5rem;
}

.product-upsell-item .product-item-options-container {
  gap: 0.25rem;
}

.product-upsell-item .product-item-form-container {
  margin-top: 0.5rem;
}

.product-upsell-item .cpt-submit-button-and-quantity-container {
  gap: 0.5rem;
}

.product-upsell-item .cpt-quantity-selector-container {
  padding: 0.5rem;
}

.product-upsell-item .cpt-quantity-input {
  width: 1.5ch;
}

.product-upsell-item .product-item-form-submit-button {
  padding: 0.375rem 0.125rem;
  min-width: auto;
  font-size: 0.875rem;
  line-height: 1.25rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5ch;
}

.cart-drawer-product-upsell-item:not(:last-child) {
  margin-bottom: 0;
}

.cart-drawer-product-upsell-item .product-upsell-item-wrapper {
  background-color: var(--secondary_accents_color);
  border: none;
  gap: 0.5rem;
  padding: 0.5rem;
}

.cart-drawer-product-upsell-item .product-upsell-item-image-container {
  flex-basis: 7.5rem;
}

.cart-drawer-product-upsell-item .product-upsell-item-content {
  padding: 0;
}

.cart-drawer-product-upsell-item .product-item-title {
  margin-bottom: 0.25rem;
}

.cart-drawer-product-upsell-item :is(
  .product-item-options,
  .product-item-prices-container,
  .product-item-subscription-price-container) {
  margin-top: 0.25rem;
}

.cart-drawer-product-upsell-item .product-item-prices-container {
  gap: 0.25rem;
}

.cart-drawer-product-upsell-item .product-item-price {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: normal;
}

.cart-drawer-product-upsell-item .product-item-price.compare {
  font-size: 0.75rem;
  line-height: 1;
}

.cart-drawer-product-upsell-item .product-item-option-title-container {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
}

.cart-drawer-product-upsell-item .product-item-form-container {
  margin-top: 1rem;
}

.product-upsell-item .product-item-form-submit-button.is-in-drawer {
  font-size: 1rem;
  padding: 0.625rem;
  visibility: visible;
}


@media screen and (min-width: 750px) {
  .product-upsell-item-image-container {
    flex-basis: 9.25rem;
  }

  .product-upsell-item .product-item-form-submit-button {
    font-size: 1rem;
  }

  .product-upsell-item .product-item-title {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }

  .product-upsell-item .product-item-form-container {
    margin-top: 0.75rem;
  }

  .cart-drawer-product-upsell-item .product-upsell-item-wrapper {
    padding: 0.75rem;
    gap: 1rem;
  }

  .cart-drawer-product-upsell-item .product-item-title {
    margin-bottom: 0.25rem;
  }

  .cart-drawer-product-upsell-item .product-item-option-title-container {
    font-size: 0.875rem;
  }

  .cart-drawer-product-upsell-item .product-item-price {
    font-size: 1rem;
  }
}


/* Tiers section */
.cts-item-header {
  margin: -1px -1px 0;
  padding: 1rem 1.25rem;
  text-align: center;
  background-color: var(--header_background);
}

.cts-item-header:only-child {
  margin-bottom: -1px;
}

.cts-item-index {
  color: var(--title_color);
  font-size: 2.25rem;
  line-height: 1.11;
  font-weight: bold;
}

.cts-item-title {
  color: var(--title_color);
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.11;
}

.cts-item-subtitle {
  color: var(--subtitle_color);
  margin-top: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.11;
}

.cts-item-content-container {
  padding: 1.5rem 1.25rem;
}

.cts-item-tag-container {
  text-align: center;
}

.cts-item-tag-container:not(only-child) {
  margin-bottom: 1.5rem;
}

.cts-item-tag {
  display: inline-block;
  padding: 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: var(--tag_background);
  color: var(--tag_color);
}

.cts-item-benefit {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  font-size: 1rem;
  color: var(--benefits_color);
}

.cts-item-benefit:not(:last-child) {
  margin-bottom: 0.5rem;
}

.cts-item-benefit .custom-icon {
  margin-top: 0.125rem;
}

.cts-item-benefit-text {
  flex: 1;
  line-height: 1.25;
}

.cts-item-benefit-text p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* Subscription products section */
subscription-products {
  display: block;
}

.sps-wrapper {
  padding: 2.25rem 0;
}

.sps-content-container {
  padding: 0.75rem;
  background-color: var(--content_background);
  color: var(--text_color);
}

.sps-title {
  font-size: 2rem;
  color: var(--title_color);
  margin-bottom: 0.5rem;
}

.sps-label {
  margin-bottom: 0.75rem;
  line-height: 1;
  color: var(--text_color);
  font-size: 1rem;
}

.sps-select {
  width: 100%;
  background: var(--content_background);
  border: 1px solid var(--text_color);
  padding: 0.5rem 2.75rem 0.5rem 0.75rem;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 0;
}

.sps-select-container {
  margin-bottom: 0.75rem;
}

.sps-select-icon {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25rem;
  height: 1.25rem;
}

.sps-select-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.sps-select:is(:focus) + .sps-select-icon svg {
  transform: rotate(0);
}

.sps-content-container .product-item-options-container {
  gap: 0.5rem;
}

.sps-subscription-container {
  margin-top: 1.5rem;
  padding: 0.75rem;
  background-color: var(--subscription_background);
}

.sps-subscription-select {
  font-size: 1rem;
  font-weight: normal;
}

.sps-subscription-header {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-bottom: 0.75rem;
}

.sps-subscription-indicator {
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid var(--text_color);
  background-color: var(--content_background);
  flex-shrink: 0;
  border-radius: 50%;
}

.sps-subscription-indicator::after {
  content: '';
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  background-color: currentColor;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.sps-subscription-title {
  flex: 1;
  font-size: 1rem;
  line-height: 1.25;
}

.sps-subscription-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}

.sps-regular-price {
  opacity: 0.5;
  text-decoration: line-through;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.sps-subscription-price {
  font-size: 1rem;
  line-height: 1.25;
}

@media screen and (min-width: 750px) {
  .sps-flex-container {
    display: flex;
    justify-content: center;
  }

  .sps-image-container {
    width: 50%;
  }

  .sps-image-wrapper {
    height: 100%;
  }

  .sps-content-container {
    flex: 1;
    padding: 1.5rem;
    max-width: 40rem;
  }

  .sps-select {
    font-size: 1.25rem;
  }

  .sps-content-container .product-item-options-container {
    gap: 0.75rem;
  }

  .sps-subscription-container {
    padding: 0.75rem 1rem;
  }

  .sps-subscription-header {
    gap: 1rem;
  }

  .sps-content-container .product-item-option {
    min-width: 2.5rem;
  }

  .sps-content-container .product-item-option.color {
    width: 2.5rem;
    height: 2.5rem;
  }

  .sps-wrapper {
    padding: 2.75rem 0;
  }
}

@media screen and (min-width: 1023px) {
  .sps-image-container {
    width: 66%;
  }

  .sps-content-container .cpt-buttons-container {
    margin-top: 2.25rem;
  }
}

@media screen and (min-width: 750px) {
  #loyaltylion .lion-tier-box__header {
    min-height: 11.25rem;
  }
}


/* Blog grid */
.custom-blog-grid-wrapper {
  padding-top: 16px;
}

@media only screen and (min-width: 767px) {
  .custom-blog-grid-wrapper {
    padding-top: 24px;
  }
}

video-container {
  display: block;
}

.video-container-play-button {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  color: #2A3922;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 44px;
  border: none;
}

/* Wholesale application form */

.waf-outer-wrapper {
  padding: 0 0;
  max-width: 720px;
  margin: 0 auto;
}

.waf-wrapper {
  color: var(--text-color);
  background: var(--form-background);
}

.waf-header {
      padding: 0px 0px 30px 0px;
}

.waf-category-container {
  border-top: 1px solid var(--color-border);
      padding: 30px 0px;
}

.waf-logo-container {
  width: 85%;
  max-width: 200px;
}

.waf-logo-container:not(:only-child) {
  margin-bottom: 1.5rem;
}

.waf-description {
  font-size: 1rem;
  line-height: 1.5;
}

.waf-description p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}


.waf-category-title-container {
  justify-content: space-between;
  width: 100%;
  display: flex;
  text-align: left;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.waf-category-title-container:before {
  content: '';
  position: absolute;
  top: -1.5rem;
  bottom: -1.5rem;
  left: -1.5rem;
  right: -1.5rem;
}

.waf-category-title {
  flex: 1;
}

.waf-category-indicator {
  font-size: 1.5rem;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.opened .waf-category-indicator {
  transform: rotate(180deg);
}

.waf-category-content {
  display: none;
}

.waf-category-content-wrapper {
  padding-top: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.waf-input-container {
  width: 100%;
}

.waf-input-container.half {
  width: calc(50% - 0.75rem);
}

.waf-input-container :is(
  input:not([type="checkbox"]),
  textarea,
  select,
) {
  width: 100%;
  border-radius: 0;
}

.waf-footer {
      padding: 30px 0px;
  text-align: left;
}

.waf-submit-button {
  letter-spacing: 0.04em;
}

.waf-login {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5;
}

.waf-login a {
  text-decoration: underline;
}

.waf-label {
  font-size: 1.125rem;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

@media only screen and (min-width: 767px) {
  .waf-outer-wrapper {
    padding: 0 0;
  }

  .waf-header {
    padding: 0px 0px 30px 0px;
  }

  .waf-description {
    font-size: 1.125rem;
  }

  .waf-category-container {
    padding: 50px 0px;
  }

  .waf-category-title-container:before {
    left: -5rem;
    right: -5rem;
  }

  .waf-footer {
        padding: 50px 0px;
        text-aligh:left !important;
  }
}

/* Video with content section */
.cvwc-container {
  background: var(--section-background);
  padding: 1.5rem 0.5rem;
}

.cvwc-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  --gap: 1.5rem;
  gap: var(--gap);
  background: var(--inner-background);
  padding: 2rem;
  border-radius: 1.25rem;
  max-width: 84rem;
  margin: 0 auto;
}

.cvwc-content-block {
  color: var(--text-color);
}

.cvwc-video-container {
  border-radius: 0.25rem;
  overflow: hidden;
}

.cvwc-block {
  width: 100%;
}

.cvwc-title:only-child {
  margin-bottom: 0;
}

@media screen and (min-width: 750px) {
  .cvwc-container {
    padding: 3.75rem 2.25rem;
  }

  .cvwc-wrapper {
    --gap: 2.5rem;
    flex-direction: row;
    padding: 3rem;
    justify-content: center;
    align-items: center;
    border-radius: 2.5rem;
  }

  .cvwc-block {
    width: calc(var(--block-width) - calc(var(--gap) / 2));
  }

  .cvwc-title:not(:only-child) {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) {
  .cvwc-wrapper {
    --gap: 3.75rem;
    flex-direction: row;
    padding: 5rem;
  }
}

.logo-for-login-page-container {
  max-width: 200px;
  margin: 0 0 2rem;
}

th {
    font-family: var(--font-stack-body);
    font-style: var(--font-style-body);
}


@media only screen and (max-width: 1024px) {

.clri-title {
    font-size: 35px !important;
}

.responsive-table th, .responsive-table td {
border: .5px solid #6d4427 !important;
    }

table {
border: 1px solid #6d4427 !important;
}

tr {
  border-bottom:5px solid #6d4427 !important;
}

.order-table th, .order-table td {
  padding: 20px !important;
          text-align: left;
    }

 .order-table tr {
  border-bottom:1px solid #6d4427 !important;
}

.note {
font-size:11px;
margin-left:10px;
word-break: break-all;
margin-top:0px !important;
width: 100%;
}

.cpt-product-title{
  font-size: 35px;
}

.other-pages-container,
#locksmith-content {
  padding: 30px 1.5rem 30px 1.5rem;
}

}
