/** Shopify CDN: Minification failed

Line 767:0 Unexpected "}"

**/
/* Slider */
.slick-slider{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus{
    outline: none;
}

.slick-list.dragging{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
  -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track{
  position: relative;
  top: 0;
  left: 0;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-vertical .slick-track{
  display: block;
}

.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}

.slick-track:after{
  clear: both;
}

.slick-loading .slick-track{
  visibility: hidden;
}

.slick-slide{
  display: none;
  float: left;
  height: auto;
  min-height: 1px;
}

[dir='rtl'] .slick-slide{
  float: right;
}

.slick-slide img{
  display: block;
}

.slick-slide.slick-loading img{
  display: none;
}

.slick-slide.dragging img{
  pointer-events: none;
}

.slick-initialized .slick-slide{
  display: block;
}

.slick-loading .slick-slide{
  visibility: hidden;
}

.slick-vertical .slick-slide{
  display: block;
  height: auto;
  border: 0;
}

.slick-arrow.slick-hidden {
    display: none;
}

ul.slick-dots {
  list-style: none;
  margin: 0;
  margin-top: 32px;
  padding: 0;
  text-align: center;
}

.slick-slider:not(.slick-vertical) ul.slick-dots li {
  display: inline-block;
}

.slick-dots button{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  font-size: 0;
  border: 1px solid rgb(var(--color-border));
  background-color: transparent;
  margin: 7px;
  padding: 0;
  cursor: pointer;
}

.slick-dots .slick-active button{
  background-color: rgb(var(--color-border));
}

button.slick-arrow {
  background-color: transparent;
  border: 0;
}

.slick-arrow svg{
  width: 15px;
  height: 15px;
  color: rgb(var(--color-border));
}

/**
 * ----------------------------------------------------------------------------------------------
 * Style custom
 * ----------------------------------------------------------------------------------------------
 */

 
.button__play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: var(--color-blue);
  opacity: 0.8;
}

.cc-collection-list .card__collection img, 
.product-icon-with-text img {
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-icon-with-text img {
  height: auto;
}

.main-products-grid {
  border-bottom: 1px solid var(--color-light-line);
}
.tempalte-search  .main-products-grid {
  border-bottom: unset;
}
.main-products-grid__results .text-theme-light {
  color: rgb(var(--text-color));
}

.card__collection--link{
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.card--product .card__title {
  color: rgb(var(--heading-color));
}

.price--on-sale .price__current{
  color: rgb(var(--sale-label-bg-color));
}

.logo-list__logo {
  display: inline-flex;
  align-items: center;
  height: 100%;
}

@media (min-width: 600px) {
  .cc-featured-blog .slider {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
      scrollbar-width: none;  /* Firefox */
    padding: 0;
  }

  .cc-featured-blog .slider::-webkit-scrollbar { 
    display: none;  /* Safari and Chrome */
  }
}

.has_only_primary_menu{
  width: 100%;
}

.has_only_primary_menu .main-nav{
  justify-content: space-between;
}

.newsletter__small--width {
  max-width: 780px;
  margin: 0 auto;
}

.newsletter .input-with-button {
  box-shadow: inset 0 0 0 var(--input-border-width) rgba(var(--input-text-color)/1);
}

@media (max-width: 599.98px) {
  .newsletter .text-overlay{
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .main-products-grid {
    border: unset;
  }
}

/* Collection description */
collection-description {
  display: block;
}
collection-description > div {
  border-top: 1px solid var(--color-light-line);
}
.collection__description {
  max-width: 832px;
  padding-top: 7.2rem;
  margin: 0 auto;
}
.collection__description p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .collection__description {
    padding-top: 0;
  }
  collection-description > div {
    border-top: unset;
  }
}

/* Product tabs */

.product-details__block tabbed-content .rte ul li::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  padding-right: 0.8rem;
  background-image: url('mark.png');
  background-repeat: no-repeat;
  margin-top: 2px;
  margin-inline-start: 0;
  margin-inline-end: 0;
  border-radius: unset;
  background-color: unset;
  display: block;
  content: '';
}

.product-details__block tabbed-content .rte ul {
  padding-inline-start: 0;
}

.product-details__block tabbed-content .rte ul li {
  padding-inline-start: 0;
  display: flex;
  align-items: flex-start;
}

/* FAQ */
.faq__wrap, 
.faq__wrap h3 {
  color: rgb(var(--heading-color));
}

.faq__wrap h3,
.faq__wrap details-disclosure {
  display: block;
}

.faq__wrap h3:not(:first-of-type)  {
  padding-top: 64px;
}

@media screen and (max-width: 768.99px) {
  .faq__wrap .section__heading {
    margin-bottom: calc(6 * var(--space-unit));
  }
  
  .faq__wrap h3 {
    padding-bottom: calc(4 * var(--space-unit));
  }

  .faq__wrap h3:not(:first-of-type) {
    padding-top: calc(12 * var(--space-unit));
  }
}

/* FAQ details */
.faq-subheading {
  color: rgb(var(--text-color));
}

.faq__wrap .disclosure__title {
  line-height: 1.778;
}

.faq__wrap details[open] summary {
  padding-bottom: calc(4 * var(--space-unit));
}

.faq__wrap--sm {
  max-width: 768px;
  margin: 0 auto;
}

/* Icon with text */
@media screen and (max-width: 768px) {
  .icons-with-text img,
  .icons-with-text .icon {
    max-width: 4.8rem;
  }
}

/* Cart Drawer */
.drawer__content .cart-recommendations h2 {
  font-size: 16px;
  line-height: 1.5;
}

.cart-recommendations .card--related .card__info > div,
.cart-recommendations .card--related .card__info {
  flex-direction: column;
  align-items: flex-start;
  gap: calc(2 * var(--space-unit));
}

.cart-recommendations .card--related .card__info p {
  margin-bottom: 0;
  margin-top: 0;
}

.product-recommendations.cart-recommendations .card--related {
  padding: calc(4 * var(--space-unit));
  align-items: flex-start;
}

.cart-recommendations {
  position: relative;
}

.cart-recommendations .slider-nav__btn {
  top: 10px;
  right: 30px;
  padding: 0 5px;
}

.cart-recommendations .slider-nav__btn:first-child {
  right: 70px;
}

.cart-recommendations .slider-nav__btn .icon {
  width: 15px;
  height: 15px;
  color: rgb(var(--heading-color));
}

.cart-recommendations .card--related .card__media {
  flex: 0 0 100px;
}

.tempalte-cart .cart-recommendations .slider-nav__btn {
  right: 4px;
}

.tempalte-cart .cart-recommendations .slider-nav__btn:first-child {
  right: 32px;
}

@media screen and (max-width: 1023px) {
  .cart-recommendations .slider__grid {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .cart-recommendations .card--related .card__media {
    flex: 0 0 64px;
  }
  .cart-page-recommendations {
    margin-top: calc(4 * var(--space-unit));
  }
}
.customer_section .section__header{
  margin-bottom: 24px;
}

.cc-main-login.section--template, .cc-main-register.section--template{
  margin-bottom: 0;
}

/* Contact form */
.contact__wrap {
  padding: 48px;
}

.section:not(.color-scheme) .contact__wrap {
  border: 1px solid var(--color-light-line);
}

@media screen and (max-width: 768px) {
  .contact__wrap {
    padding: 24px 16px;
  }
}

/* Location */
.location__wrap  {
  border: 1px solid var(--color-light-line);
  padding: 4.8rem;
}
.location__info {
  gap: 4.8rem;
}
.location__map {
  min-width: 304px;
}
.location__map iframe {
  width: 100%;
  max-height: 202px;
}
.location__wrap .section__block .rte p {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .location__info {
    gap: 9.6rem;
  }
}

@media screen and (max-width: 1023px) {
  .location__info {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  .location__wrap {
    padding: 24px 16px;
  }
  .location__wrap h3 {
    margin-bottom: 1.6rem;
  }
  .location__info {
    flex-direction: column;
  }
  .location__map {
    width: 100%;
  }
  .location__map iframe {
    height: 208px;
  }
}


/* Topic */
.section-topic {
  max-width: 690px;
  margin: 0 auto;
}

.topic__item {
  padding: 59px 16px 12px;
  border: 1px solid var(--color-strong-line);
}

.topic__icon {
  position: relative;
  width: 48px;
  height: 48px;
}

.section-topic h5 {
  color: rgb(var(--heading-color));
}

.section-topic .topic__icon {
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .section-topic h3 {
    margin-bottom: 24px;
  }
  .topic__list {
    gap: 8px;
  }
  .topic__item {
    padding: 8px;
    flex-direction: row;
  }
  .topic__icon {
    margin-bottom: 0;
    margin-right: 16px;
  }
  .section-topic .topic__icon {
    margin-bottom: 0px;
  }

  .section-topic h5 {
    text-align: left;
  }
   
}

/* Custom rich text */
.custom-rich-text .text-content__wrap  {
  max-width: 485px;
}

.custom-rich-text .section__block--buttons .btn {
  color: var(--color-blue);
}

@media screen and (max-width: 768px) {
  .custom-rich-text {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .custom-rich-text .text-content__wrap {
    margin-right: 0;
  }
  .custom-rich-text-wrapper {
    flex-direction: column;
  } 
  .custom-rich-text .section__block--buttons {
    margin-top: 24px;
  }
}

.section__block.trading-hours ul{
  width: 200px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.section__block.trading-hours li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.section__block.trading-hours li strong{
  font-weight: 400;
}

.rte ul li:before{
  display: none;
}

/* Image tab */
.image__list {
  gap: 15px;
}
.image-tab .tablist:after {
  content: unset;
}
.image-item {
  height: 400px;
}
/* .image-item .img-fit {
  object-fit: contain;
} */
.image-item:first-child {
  width: 40%;
}
.image-item:nth-child(2) {
  width: 48%;
}
.image-item:last-child {
  width: 10%;
}

@media screen and (min-width: 990px) and (max-width: 1280px) {
  .image-item {
    height: 350px;
  }
}

@media screen and (min-width: 769px) and (max-width: 989px) {
  .image-item {
    height: 250px;
  }
}

@media screen and (max-width: 768px) {
  .image-item {
    height: 230px;
  }
  .image__list {
    display: grid;
    gap: 8px;
    grid-template-columns: 82% 15%;
  }
  .image-item:first-child {
    width: 100%;
  }
  .image-item:nth-child(2) {
    width: 100%;
    grid-area: 2 / 1 / span 1 / span 2;
  }
  .image-item:last-child {
    width: 100%;
    grid-area: 1 / 2/ span 1 / span 1;
  }
}

@media screen and (max-width: 768px) and (min-width: 650px) {
  .image-item {
    height: 350px;
  }
}

/* Download */
.section-download .topic__item {
  min-width: 297px;
  padding: 48px;
}

.section-download .topic__item h5 {
  color: rgb(var(--heading-color));
}

.section-download .topic__item a {
  border-bottom: 2px solid rgb(var(--heading-color));
}

@media screen and (max-width: 768px) {
  .section-download .topic__list {
    flex-wrap: wrap;
  }
  .section-download .topic__item {
    width: 100%;
    padding: 16px;
    flex-direction: column;
  }
  .section-download .topic__item a {
    margin-top: 8px;
  }
}


#storeify_content_formbuilder_14409{
  padding: 24px 15px;
}
@media (min-width: 1024px){
  #storeify_content_formbuilder_14409{
      padding: 48px;
  }
}

#storeify_content_formbuilder_14409 .storeify-body-frm.storeify-input-style-3 .storeify-input-control:not(.storeify-text){
  border-radius: 27px !important;
}
#storeify_content_formbuilder_14409 .storeify-label-control{
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 8px !important;
}

#storeify_content_formbuilder_14409 .storeify-body-frm.storeify-input-style-3 textarea#storeifyInput_message {
  min-height: 122px;
}

#storeify_content_formbuilder_14409.storeify-formbuilder .storeify-frm-group{
  padding-left: 12px;
  padding-right: 12px;
}

.klaviyo-form input, .klaviyo-form button{
  box-shadow: none !important;
}

@media (max-width: 768.98px) {
  .section-senior_discount{
    flex-direction: column;
  }

  .section-senior_discount .text-overlay{
    margin: 48px 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 599.98px) {
  .section-senior_discount .text-overlay{
    margin: 24px 0;
    padding: 0;
  }
}

.product-info__discount, .card__info-discount{
  color: #8f0616;
}

@media only screen and (min-width: 1000px) {
  #phone-icon {
    display: none;
  }
}

@media only screen and (max-width: 999px) {
  #phone-button {
    display: none;
  }
}


}