/** Shopify CDN: Minification failed

Line 2878:19 Expected identifier but found whitespace
Line 2878:20 Unexpected "rgb("
Line 7757:2 "align-item" is not a known CSS property

**/
/* 
Typography 
Homepage Slideshow
AnnouncementBar Styles
Footer Styles
Logo Bar Styles
Featured Blog Styles
Homepage Accordion 
Countdown Timer
Icon with text
Testimonials 
Header
Buttons
Featured collections
Collection list
Featured blog
Rich text
Featured blocks
Search Form 
Newsletter
Timeline
Image with text
Product 
NAV BAR
DROPDOWN MENU
MEGA MENU
Custom page header
Breadcrumbs
Product Card
Product Item List
PRODUCT LABEL
Mosaic
Sections overlay 
Social sharing
Search Page
Card Drawer
Customer Pages
Faq Section
Page 404
Collection grid
Blog page
Article page
Shop the look
Video
Popups
Animation
Quick view MODAL
Local pickup
Other styles
*/




/* Typography */

.rte h1, .rte .h1 {
  font-size: calc(((var(--font-h1-desktop))/ (var(--font-size-base))) * 1em / 1.5); }
.rte h2, .rte .h2 {
  font-size: calc(((var(--font-h2-desktop))/ (var(--font-size-base))) * 1em / 1.5); }
.rte h3, .rte .h3 {
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * .8em / 1.2); }
.rte h4, .rte .h4 {
  font-size: calc(((var(--font-h4-desktop)) / (var(--font-size-base))) * 1em ); }
.rte h5, .rte .h5 {
  font-size: calc(((var(--font-h5-desktop)) / (var(--font-size-base))) * 1em  ); }
.rte h6, .rte .h6 {
  font-size: calc(((var(--font-h6-desktop)) / (var(--font-size-base))) * 1em ); }


h1, .h1 {
  letter-spacing: var(--heading1-letter-spacing); }

h2, .h2 {
  letter-spacing: var(--heading2-letter-spacing); }

h3, .h3 {
  letter-spacing: var(--heading3-letter-spacing); }

h4, .h4 {
  letter-spacing: var(--heading4-letter-spacing); }

h5, .h5 {
  letter-spacing: var(--heading5-letter-spacing); }

h6, .h6 {
  letter-spacing: var(--heading6-letter-spacing); }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  line-height: var(--heading-line-height); }


.no-padding {
  padding: 0 !important; }


.product-form__cart-submit.added svg {
  display: none; }


.Form__Select select,
.Form__Input {
  border: 0;
  border-radius: 20px;
  padding: 16px 30px;
  font-size: 14px;
  background-color: var(--color-blankstate-background);
    width: 100%; }

select {
  background-position: right 20px center; }


.grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }

.grid.grid--view-items.grid--uniform {
  align-items: inherit;
}
.grid.grid--view-items.grid--uniform:not(.enable_list_mode)  .product-item-block:not(.view-mode-list) .product-item-block .product-card {
  height:100%;
  display: flex;
  flex-direction: column;
}

.grid.grid--uniform .grid__item {
  margin-bottom: 20px; }

.flickity-page-dots {
  position: relative;
  bottom: 0;
  padding-top: 20px; }

.custom_page_header_opacity {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }

.section-header .h5,
.section-header h5 {
  font-size: calc(var(--font-size-base) * 1px - 2px);
    text-transform: uppercase;
    position: relative;
    display: inline-flex;
    align-items: center; }
.section-header .h5:before,
.section-header h5:before {
  content: " ";
  color: inherit;
  height: 2px;
  width: 25px;
  margin-right: 7px;
  display: block; }

.heading_block.section-header .h5:before,
.heading_block.section-header h5:before {
	background: var(--color-text);
}

.section-header.homepage_subtitle_style_primary .h5,
.section-header.homepage_subtitle_style_primary h5 {
  color: var(--color-btn-primary); }
.section-header.homepage_subtitle_style_primary .h5:before,
.section-header.homepage_subtitle_style_primary h5:before {
  background: var(--color-btn-primary); }
.section-header.homepage_subtitle_style_secondary .h5,
.section-header.homepage_subtitle_style_secondary h5 {
  color: var(--color-btn-secondary); }
.section-header.homepage_subtitle_style_secondary .h5:before,
.section-header.homepage_subtitle_style_secondary h5:before {
  background: var(--color-btn-secondary); }
.section-header.homepage_subtitle_style_match_header h5,
.section-header.homepage_subtitle_style_match_header .h5 {
  color: var(--color-text); }
.section-header.homepage_subtitle_style_match_header h5:before,
.section-header.homepage_subtitle_style_match_header .h5:before {
  background: var(--color-text); }



/* Homepage Slideshow */



.featured-block-content {
  padding-top: 20px !important;
}

.featured-block-wrapper {
    background: #F3EFF5 !important;
}

.product-item--info .price-item--regular {
  color: #532A6C;
}

.mint-payment-info {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
  width: fit-content;
}

.mint-logo {
  width: 40px !important;
  height: auto;
}

.mint-tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.mint-tooltip-icon {
  background: #e5e5e5;
  color: #333;
  border-radius: 50%;
  font-size: 12px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mint-tooltip-text {
  visibility: hidden;
  opacity: 0;
  width: 220px;
  background-color: #fff;
  color: #333;
  text-align: left;
  border-radius: 4px;
  border: 1px solid #ddd;
  padding: 10px;
  position: absolute;
  z-index: 100;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.mint-tooltip-wrapper:hover .mint-tooltip-text {
  visibility: visible;
  opacity: 1;
}



.social-proof {
  margin-bottom: 20px; /* ← adds spacing below */
  color: #444;
}

.installment-info-box {
  background-color: #F3EFF5;
  padding: 12px 16px;
  border-radius: 6px;
  margin-top: 12px;
  font-size: 14px;
  color: #333;
  margin-top: 30px;
  font-weight: 600;
  display: inline-block;
}

.feature-row__buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 600px) {
  .feature-row__buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .feature-row__buttons a {
    width: 100%;
    text-align: center;
  }
}



.slideshow__controls {
  justify-content: space-between;
  width:100%;
  align-items:center;
  bottom:50px;
  margin-bottom:0; 
  top:auto;
}
.slideshow__controls .slick-dots {
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-wrap:wrap;
}
.slideshow__controls.arrows_only {
  justify-content: flex-end;
}
.slideshow__controls:after {
  display:none;
}
.slideshow__controls .slick-dots li {
  display: inline-block;
  width: 65px;
  height: 4px;
  margin: 5px;
  opacity:1;
  background: #e4e4e4;
  border-radius: 20px;
}
@media screen and (max-width:749px) {
  .slideshow__controls .slick-dots li {
    margin:10px 5px;
  }
}
.slideshow__controls .slick-dots li.slick-active {
  background: var(--color-btn-primary);
    }
.slideshow__controls .slick-dots li a {
  display:block;
  width:100%;
  height:auto;
  background:transparent;
}
.slideshow__controls .slick-dots li a:before {
  display:none;
}
.slideshow__arrows {
  background: transparent !important;
  justify-content: flex-end;
  height:auto;
  padding:0;
}
.slideshow__controls  .slideshow__arrows .slideshow__arrow  {
  background-color: var(--white-color);
    border-radius:50%;
    color:#8d8d8d;
    margin:0 10px;
    top:auto;
    }
.slideshow__controls  .slideshow__arrows .slideshow__arrow:hover  {
  background-color: var(--color-btn-primary);
    color:var(--white-color);
      }
.flickity-prev-next-button {
  background:transparent !important;
  width:20px;
  height:20px;
  border-radius:0;
  opacity:1;
} 
.flickity-button:disabled {
  opacity:0;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 65px;
  height: 4px;
  margin: 0 5px;
  opacity:1;
  background: var(--color-border);
    border-radius: 20px;
    }

.flickity-page-dots .dot.is-selected {
  background: var(--color-btn-primary);
    }
.slideshow__text-wrap {
	z-index:3;
}
.slideshow__text-wrap--desktop .slideshow__text-content .slideshow__text-content-list {
  max-width:60%;
  display:inline-block;
  width:auto;
}
@media screen and (max-width:749px) {
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__text-content-list {
    max-width:90%;
  }
}

.slideshow__text-wrap--desktop .slideshow__text-content.text-left .slideshow__text-content-list {
  margin-right: auto; }
.slideshow__text-wrap--desktop .slideshow__text-content.text-right .slideshow__text-content-list {

  margin-left: auto; }
.slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
  margin-bottom: 65px; }
.slideshow__text-wrap--desktop .slideshow__text-content .slideshow__btn-wrapper .slideshow__btn + .slideshow__btn {
  margin-left: 30px; }


.slideshow__controls {
  bottom: 30px; }


.slideshow:not(.slideshow--adapt) {
  max-height: calc(100vh - var(--announcement-bar-height, 0px)); } 

.slideshow__slide {
  padding: 150px 0; }
@media screen and (max-width: 749px) {


  .slideshow:not(.mobile-slideshow--adapt) .slideshow__slide:before{
  	display:none;
  }
  .slideshow.mobile-slideshow--small  {
    height: 300px; 
  }

   .slideshow.mobile-slideshow--medium  {
    height: 500px; 
      }
  
  
  
  .slideshow.mobile-slideshow--large {
    height: calc(100vh  - var(--announcement-bar-height, 0px)); 
      }
  .no-overlap-header .slideshow.mobile-slideshow--large {
    height: calc(100vh - var(--header-height) - var(--announcement-bar-height, 0px)); 
  }
  .slideshow__slide {
    padding: 100px 0; }

  .slideshow__btn-wrapper {
    display: flex;
    flex-direction: column; }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__btn-wrapper .slideshow__btn + .slideshow__btn {
    margin: 15px 0 0 0; }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 35px; }

  .slideshow__btn-wrapper {
    margin-top: 35px; }
  .slideshow__controls {
    bottom: 15px;
  }
  /* .slideshow__text-wrap--desktop .slideshow__text-content {
    position: relative;
    top: auto;
    transform:none !important;
  } */
}

.slideshow__image_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1; }


.slideshow__slide.block_type__video {
  position: absolute; }
.slideshow__slide.block_type__video .video-section-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
.slideshow__slide.block_type__video video {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.slideshow__slide.block_type__video video::-webkit-media-controls {
  display: none; }

.template-index .index-section:first-child:not(.index-section--slideshow) {
  margin-top: 35px; }
@media only screen and (min-width: 750px) {
  .template-index .index-section:first-child:not(.index-section--slideshow) {
    margin-top: 55px; } }

@media only screen and (min-width: 750px) {

  .slideshow.slideshow--adapt .slideshow__slide {
    position: absolute;
    padding: 0;
  }
  .slideshow.slideshow--adapt .slideshow__slide.slideshow__slide--active {
    position: relative;
  }
  .slideshow.slideshow--adapt .slideshow__slide .slideshow__text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .slideshow.slideshow--adapt .slideshow__slide .slideshow__text-wrap--desktop .slideshow__text-content {
    padding:150px 0;
  }
body:not(.no-overlap-header)  .slideshow.slideshow--adapt .slideshow__slide .slideshow__text-wrap--desktop .slideshow__text-content {
  padding-top:calc(var(--header-height) + 10px);
      padding-bottom: 100px;
}
}
@media screen and (max-width: 749px) {
  .slideshow.mobile-slideshow--adapt .slideshow__slide {
    position: absolute;
    padding: 0;
  }
  .slideshow.mobile-slideshow--adapt .slideshow__slide.slideshow__slide--active {
    position: relative;
  }
  .slideshow.mobile-slideshow--adapt .slideshow__slide .slideshow__text-wrap {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .slideshow.mobile-slideshow--adapt .slideshow__slide .slideshow__text-wrap--desktop .slideshow__text-content {
    padding: calc(var(--header-height) + 10px) 0 50px;
  }
}

@media screen and (min-width:750px) and (max-width:989px) {
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__text-content-list {
        max-width: 90%;
  }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom:30px;
  }
  .mega-title--large {
    font-size: calc( ((var(--font-mega-title-large-desktop)) / (var(--font-size-base))) * 0.65em);
  }
  .mega-subtitle--large {
    font-size: calc(((var(--font-size-base) + 8) / (var(--font-size-base))) * 0.7em);
  } 
  .slideshow__btn-wrapper--push {
    margin-top:35px;
  }
  
}
@media screen and (min-width:750px) {
  body:not(.no-overlap-header) .slideshow:not(.slideshow--adapt) .slideshow__slide {
       padding-top: calc(var(--header-height) + 10px);
  }
}

/*  AnnouncementBar Styles */

.AnnouncementBar {
  position:relative;
  display:block;
  width:100%;
  padding:8px 30px;
  text-align:center;
}
.AnnouncementBar__close_button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  cursor: pointer;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:inherit;
}
.AnnouncementBar__close_button svg {
  width:10px;
  height:10px;
}
.AnnouncementBar__Content .AnnouncementBar__Content a {
  display:block;
}
.AnnouncementBar__Wrapper {
  max-width:700px;
  margin:0 auto;
  position:relative;
}

.AnnouncementBar__Content {
  width:100%;
  display:block;
}
.AnnouncementBar__Slider:not(.flickity-enabled)  {
  opacity:0;
}
.AnnouncementBar__Slider:not(.flickity-enabled)    .AnnouncementBar__Content:not(:first-child) {
  position:absolute;
}
.AnnouncementBar .flickity-prev-next-button {
  opacity:0;
  transition:all 0.3s;
  visibility:hidden;
}
.AnnouncementBar:hover .flickity-prev-next-button {
  visibility:visible;
  opacity:1;
}
.AnnouncementBar__Slider  {
  padding:0 30px;
}

.AnnouncementBar__Content p {
  margin: 0; }

.flickity-viewport .AnnouncementBar__Content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap:wrap;
}

@media screen and (max-width:749px) {
  .AnnouncementBar {
    padding: 10px 20px; }
  .AnnouncementBar .flickity-prev-next-button.previous {
    left: 15px; }
  .AnnouncementBar .flickity-prev-next-button.next {
    right: 15px; }
  .AnnouncementBar .AnnouncementBar__close_button {
    right: 5px; }
  .AnnouncementBar .flickity-prev-next-button {
    opacity: 1;
    visibility: visible; }
  .AnnouncementBar__Content p {
    font-size: calc(((var(--font-size-base) - 1) / (var(--font-size-base))) * 0.8em);
      }
}

/* Footer Styles */

.call-to-action {
  display: flex;
  justify-content: center;
  margin-bottom:70px;
}
.call-to-action__block {
  width:25%;
  margin:0 5px;
  border-radius:10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
}
@media screen and (min-width:1651px) {
  .call-to-action__block {
    padding: 50px 40px;
  }
}
.call-to-action__block .image {
  width:48px;
  height:48px;
  margin-right:30px;
}
.call-to-action .call-to-action__block img {
  display:block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width:100%;
}
.call-to-action .call-to-action__block svg {
  width:100%;
  height:100%;
}
.call-to-action__block .content {
  text-align:left;
  width:70%;
}
.call-to-action__block .content .h6 {
  color: var(--white-color);
    margin-bottom: 10px;
    font-size:inherit;
    }
.call-to-action__block .content p {
  margin:0;
  font-size: calc(var(--font-size-base) * 1px - 2px);
    }
.call-to-action__block .content  a {
  color: inherit;
  text-decoration: underline;
}
.footer_bg {
  width: 100%;
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  object-fit:cover;
}
.site-footer {
  position:relative;
  padding-top:80px;
}
.site-footer-wrapper {
  position:relative;
}
.site-footer__content  .site-footer__item-inner .h5 {
  color: var(--white-color);
    }
.site-footer__social-icons {
  text-align:left;
}
footer .localization_form {
  margin-top:15px;
}

.site-footer__content .site-footer__social-icons {
  display: flex;
  flex-wrap: wrap; 
  padding-top:20px;
}
.site-footer__content .site-footer__social-icons .social-icons__item {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px 10px 0;
  padding: 0;
}
.site-footer__content .site-footer__social-icons .social-icons__item:hover {
  background: var(--color-btn-primary);
    color: var(--color-btn-primary-text); }
.site-footer__content .site-footer__social-icons .social-icons__item:hover svg {
  fill: var(--color-btn-primary-text); }
.payment-icons.site-footer__icon-list {
  padding-bottom: 0; }
.site-footer__item .selectors-form {
  margin: 15px 0; }
.site-footer__item .selectors-form .disclosure__toggle {
  color: #8d8d8d;
  border-radius: 50px;
  background: none;
  padding: 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid var(--color-border-form);
    }
.site-footer__item .selectors-form .disclosure__toggle svg {
  width: 12px;
  height: 12px;
  margin-left: 12px;
  transition:all 0.3s;
}
.site-footer__item .selectors-form .disclosure__toggle[aria-expanded=true] svg {
  transform:rotate(180deg);
}
.site-footer__item .selectors-form .disclosure-list {
  width: 100%; }
.site-footer__item .selectors-form .disclosure-list__item {
  padding: 5px 15px; }
.site-footer__item .selectors-form .disclosure-list__item .disclosure-list__option {
  text-decoration: none;
  font-size: 13px; }


.site-footer__item-inner--newsletter .contact-form .input-group {
  flex-wrap: nowrap; }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__input {
  min-height: 1px;
  border-radius: 50px;
  color: var(--white-color);
    border: 0;
    margin: 0;
    padding: 15px 15px 15px 30px;
    border: 1px solid var(--color-border); }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__submit {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 10px;
  padding: 0; }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__submit svg {
  margin: 0;
  width: 20px;
  height: 20px; }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__input::placeholder {
  color: var(--white-color);
    opacity: 0.5; }
.site-footer__item-inner--newsletter .site-footer__rte + .site-footer__newsletter {
  padding-top: 30px;
  max-width: 350px; }

@media screen and (max-width: 1199px) {
  .site-footer-wrapper .call-to-action {
    flex-wrap: wrap; }
  .site-footer-wrapper .call-to-action .call-to-action__block {
    padding: 35px 30px;
    margin-bottom: 10px;
    width: calc(50% - 10px); }
  .site-footer-wrapper .site-footer__content {
    flex-wrap: wrap; }
}
@media screen and (max-width: 749px) {
  .site-footer-wrapper .call-to-action .call-to-action__block {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }

  .call-to-action {
    margin-bottom: 40px; }

  .site-footer {
    padding-top: 40px; }

  .site-footer__content {
    padding: 0; }
  .site-footer__bottom_content {
    padding-top: 30px; }
  .site-footer__content .site-footer__social-icons {
  	padding-bottom:0;
  }
}



/*  Logo Bar Styles */

.logo-bar {
  list-style: none;
  text-align: center;
}
.logo-bar__item {
  display: inline-block;
  vertical-align: middle;
}
.logo-bar__image {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.logo-bar__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.logo-bar--slider {
  width:100%;
  display:block;
  max-width:100%;
}
.logo-bar--slider  .logo-bar {
  width:calc(100% + 15px);
  display:flex;
  flex-wrap:wrap;
  margin:0;
}
.logo-bar--slider  .logo-bar.full_logo_bar {
  display:block;
  width: 100%;
}
.logo-bar--slider  .logo-bar.full_logo_bar .logo-bar__item {
  padding-right:0;
  width:100%;
}
.logo-bar .logo-bar__item {
  padding-right:15px;
}
.logo-bar  .logo-bar__item .grid-view-item {
  margin-bottom:10px;
  border-radius: 10px;
  overflow: hidden;
  height: 140px;
  padding: 15px;
  background: var(--white-color);
    box-shadow: 0 0 4px 2px var(--color-border);
      }

.logos_style_full .logo-bar .logo-bar__item .grid-view-item {
  height: auto; }
.logos_style_full .logo-bar .logo-bar__item .grid-view-item .placeholder-svg,
.logos_style_full .logo-bar .logo-bar__item .grid-view-item .logo-bar__image {
  position: relative; }


@media screen and (max-width:749px) {
 .logo-bar .logo-bar__item.grid__item {
    padding-right:0;
  }
  .logo-bar .logo-bar__item .grid-view-item {
  	margin-bottom:22px;
  }
}

[data-section-type="logo-bar"] .section-header {
  position: relative; }
@media screen and (min-width: 1200px) {
  [data-section-type="logo-bar"] .section-header-wrapper {
    padding: 0 155px; } }
[data-section-type="logo-bar"] .slider_custom_arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center; }
@media screen and (max-width: 1199px) {
  [data-section-type="logo-bar"] .slider_custom_arrows {
    position: relative;
    justify-content: center; } }
[data-section-type="logo-bar"] .slider_custom_arrows .btn {
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--white-color);
    margin: 0 10px;
    transition: all 0.3s; }
[data-section-type="logo-bar"] .slider_custom_arrows .btn svg {
  transition: all 0.3s; }
[data-section-type="logo-bar"] .slider_custom_arrows .btn:hover {
  background: var(--color-btn-primary); }
[data-section-type="logo-bar"] .slider_custom_arrows .btn:hover svg {
  color: var(--white-color); }


.logo-bar__image-container {
  position: relative;
  height: 100%; }
.logo-bar__image-container .logo-bar__image {
  position: absolute;
  margin: 0 auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  object-fit: contain; }

@media screen and (min-width:750px) {
  .hover_opacity_true .grid-view-item {
    opacity:0.3;
    transition:all 0.3s;
  }
  .hover_opacity_true .grid-view-item:hover {
    opacity:1;
  }
}
@media screen and (max-width:749px) {

  .logo-bar--slider .logo-bar__item {
    width: 50%; }
  .logo-bar--slider .logo-bar__item img {
    width: 100%; }
  .logo-bar--slider .grid-view-item {
    opacity: 1; }
}



/*  Featured Blog Styles */
.grid--blog {
  margin-bottom:20px;
}
@media screen and (min-width:750px) {
  .grid--blog {
    margin-bottom:50px;
  }
}
.grid--blog > .grid__item article  {
  background:var(--white-color);
    border-radius:10px;
    }
.grid--blog > .grid__item article  .article__grid-image-container img {
  border-radius:10px;
}
.grid--blog > .grid__item article {
  height: 100%; }

.grid.grid--blog {
  align-items: inherit; }



.article__grid-image,
.grid-view-item__image {
  height: auto; }


.article__grid-image-wrapper {
  height: 100%; }
.article__grid-image-wrapper .article__grid-image {
  object-fit: cover;
  height: 100%; }

.article__grid-image-container {
  position: relative;
  width: 100%; }
.article__grid-image-container .placeholder-svg {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0; }
.article__grid-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%; }

/* Homepage Accordion */

.bg_image_with_custom_content  {
  position:relative;
  width:100%;
  display:block;
}
.bg_image_with_custom_content  .section_bg {
  width:100%;
  display:block;
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  height:100%;
  overflow:hidden;
}
.section_grid__bg .section_bg_image ,
.section_bg .section_bg_image {
  width:100%;
  display:block;
  max-width:100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height:100%;
  object-fit:cover;
}
.section_bg-wrapper,
.section_bg_image-container {
  display:block;
  width:100%;
  max-width:100%;
  position: relative;
}
.section_content {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding:150px 0;
  position: relative;
}
.section_content .page-width-small,
.section_content .page-width {
  width:100%;
}
.section_content__wrapper {
  text-align: left;
}
.homepage_accordion .answer {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.answer_content {
  padding-left: 35px;
  padding-bottom: 20px;
}
.homepage_accordion .answer:not(.active) {
  height:0;
}
.question {
  position:relative;
  cursor:pointer;
  display:flex;
  align-items:center;
  color:inherit;
}

[data-section-type="index-accordion"] {
  display: flex; }
[data-section-type="index-accordion"] .section_content {
  padding: 0; }
[data-section-type="index-accordion"] .section_content .page-width-small {
  height: 100%; }
[data-section-type="index-accordion"] .section_content .page-width-small .section_content__wrapper {
  height: 100%;
  padding: 150px 0; }
@media screen and (max-width: 1199px) {
  [data-section-type="index-accordion"] .section_content .page-width-small .section_content__wrapper {
    padding: 80px 0; } }
@media screen and (max-width: 749px) {
  [data-section-type="index-accordion"] .section_content .page-width-small .section_content__wrapper {
    padding: 50px 0; } }
[data-section-type="index-accordion"] .section_content .page-width-small .section_content__wrapper .section_main_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center; }
@media screen and (max-width: 749px) {
  [data-section-type="index-accordion"] .section_content .page-width-small .section_content__wrapper .section_main_content {
    height: auto; } }



/* Countdown Timer */

.countdown_timer {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom:50px;
}
.timer-time  {
  text-align:center;
}
.timer-label {
  display:block;
  width:100%;
  margin:5px 0 0 0;
}
.timer-value {
  border-radius:10px;
  background:var(--white-color);
    min-width:90px;
    padding:0 5px;
    height:96px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:60px;
    font-weight:bold;
    position:relative;
    }
.timer-value:after {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  bottom:0;
  left:0;
  right:0;
  background: var(--color-btn-primary);
    opacity: 0.15;
    border-top: 2px solid var(--color-btn-primary);
      }
.time-divider {
  display:inline-block;
  padding:0 4px;
  font-size:30px;
  text-align: center;
  top: -16px;
  position: relative;
} 

.bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content .countdown_timer_btn,
.bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content .countdown_timer,
.bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content .section-header {
  position: relative;
  z-index: 2; }

.countdown_timer_btn {
  min-width: 270px; }

@media screen and (max-width:749px) {
  .countdown_timer {
    margin-bottom: 40px; }
  .countdown_timer .timer-value {
    font-size: 40px;
    min-width: 63px;
    height: 70px; }
  .countdown_timer .timer-label {
    font-size: calc(var(--font-size-base) * 1px - 2px); }
}

/* Icon with text */

.icon-with-text--blocks {
  display: flex;
  flex-wrap: wrap;
  margin-left:-30px;
}
.icon-with-text--block {
  width:33.33%;
  display: flex;
  padding-left:30px;
}
@media screen and (min-width: 990px){
.icon-with-text--block:nth-child(n+4) {
  margin-top:30px;
}
}


.icon-with-text--block_link {
  display: flex;
}
.block_icon {
  min-width:100px;
  width:100px;
  height:100px;
  padding:25px;
  border-radius:50%;
      }
.block_icon .placeholder-svg {
  border: 0;
}
.block_icon .icon {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.block_icon a {
  display:block;
}
.block_icon img {
  max-width:100%;
  height:auto;
}
.block_info  {
  display: flex;
    text-align: left;
    align-content: center;


}
.block_info .block_content {
  border-top: 3px solid var(--color-border);
    padding-top: 30px;
    margin-top: 30px;
    line-height: 30px;
    transition: all 0.3s;
    padding-right: 10px;
    }
.block_info .block_content a {
  text-decoration:underline;
}
.block_info .block_content p {
  opacity:0.6;
}
.block_info .h4 {
  padding-right:20px;
  margin:0;
}
.icon-with-text--block_link:hover .block_icon {
  box-shadow: 0 0 4px 2px var(--color-btn-primary);
    }
.icon-with-text--block_link:hover .block_info .block_content {
  border-color: var(--color-btn-primary);
    }

@media screen and (min-width: 750px) and (max-width: 989px) {
  .icon-with-text--block {
    width: 50%;
    margin-bottom: 30px; } 
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .icon-with-text--block .block_icon {
    min-width: 70px;
    width: 70px;
    padding: 0;
    height: 70px;
    margin-right: 20px; }
  .icon-with-text--block .block_icon .icon {
    max-width: 35px;
  }
  .icon-with-text--block .block_icon img {
    max-width: 35px; }
  .icon-with-text--block .block_info h4 {
    padding: 0; }
  .icon-with-text--block .block_info .block_content {
    padding-top: 20px;
    margin-top: 20px;
    line-height: 24px;
    padding-right: 0; }
}

@media screen and (max-width:749px) {
  .icon-with-text--blocks {
    margin-left: -40px; }
  .icon-with-text--blocks .icon-with-text--block {
    width: 100%;
    padding-left: 40px;
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .icon-with-text--blocks .icon-with-text--block .icon-with-text--block_link {
    flex-direction: column;
    align-items: center;
    justify-content: center; }
  .icon-with-text--blocks .icon-with-text--block .block_icon {
    ; }
  .icon-with-text--blocks .icon-with-text--block .block_info {
    text-align: center; }
  .icon-with-text--blocks .icon-with-text--block .block_info h4 {
    padding: 0; }
  .icon-with-text--blocks .icon-with-text--block .block_info .block_content {
    border-width: 2px;
    padding-top: 10px;
    margin-top: 15px;
    line-height: 1.6;
    padding-right: 0; }

}



/* Testimonials  */
[data-section-type="quotes"] {
  position: relative; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block {
  width: 22%;
  background: var(--white-color);
    border-radius: 10px;
    margin-right: 10px;
    text-align: left;
    padding: 45px 30px;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
@media screen and (min-width: 1651px) {
  [data-section-type="quotes"] .testimonials_slider .testimonial_block {
    padding: 45px;
    padding-right: 80px; } }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .author_image {
  width: 100px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 25px;
  height: 100px;
  border-radius: 50%;
  position: relative; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .author_image:before {
  content: '\201C';
  font-size: 100px;
  position: absolute;
  top: -45px;
  z-index:1;
  color: var(--color-btn-primary);
    left: -5px; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .author_image img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 50%;
  height: 100%;
  object-fit: cover; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .quote {
  margin-bottom: 50px; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .quote p {
  opacity: 0.6; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .title {
  margin-bottom: 30px; }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .author_name {
  margin-top: auto;
  color: var(--color-text); }
[data-section-type="quotes"] .section_bg-wrapper {
  margin-left: auto;
  margin-right: 0; }
[data-section-type="quotes"] .flickity-page-dots {
  text-align: left;
  bottom: -15px; }
[data-section-type="quotes"] .section_content {
  flex-direction: column;
  justify-content: center; }

[data-section-type="quotes"] .testimonials_row {
  width: 100%;
  display: block;
  padding-left: calc((100% - 1550px) / 2); }
@media screen and (max-width: 1650px) {
  [data-section-type="quotes"] .testimonials_row {
    padding-left: 55px; } }
[data-section-type="quotes"] .section-header {
  position: relative; }
[data-section-type="quotes"] .section-header .slider_custom_arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center; }
[data-section-type="quotes"] .section-header .slider_custom_arrows .btn {
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: var(--white-color);
    margin: 0 10px;
    transition: all 0.3s; }
[data-section-type="quotes"] .section-header .slider_custom_arrows .btn svg {
  margin:0;
  transition: all 0.3s; }
[data-section-type="quotes"] .section-header .slider_custom_arrows .btn:hover {
  background: var(--color-btn-primary); }
[data-section-type="quotes"] .section-header .slider_custom_arrows .btn:hover svg {
  color: var(--white-color); }

[data-section-type=quotes] .testimonials_slider.rendered .flickity-viewport .flickity-slider .testimonial_block {
  height: 100%; }


.quotes-section .section_with_bg {
  padding-top: 150px;
  padding-bottom: 150px; }
@media screen and (max-width: 1199px) {
  .quotes-section .section_with_bg {
    padding-top: 80px;
    padding-bottom: 80px; } }

.quotes-section .section_with_bg .section-header .slider_custom_arrows {
  left: calc(100% - 500px);
  right: auto; }
@media screen and (max-width: 1650px) {
  .quotes-section .section_with_bg .section-header .slider_custom_arrows {
    left: auto;
    right: 0; } }
.quotes-section .image_style_right .section_bg_image {
  left: auto;
  width: 500px; }

@media screen and (min-width: 750px) and (max-width: 1199px) {
  [data-section-type="quotes"] .testimonials_slider .testimonial_block {
    width: 33.33%;
    padding: 30px; }

  [data-section-type="quotes"] .testimonials_row {
    padding-left: 55px !important; }
}

@media screen and (max-width:749px) {
  [data-section-type="quotes"] .section-header .slider_custom_arrows {
    position: relative; }

  [data-section-type="quotes"] .section-header .slider_custom_arrows .btn:first-child {
    margin-left: 0; }

  [data-section-type="quotes"] .testimonials_slider .testimonial_block {
    width: 85%;
    padding: 30px 40px; }
  [data-section-type="quotes"] .testimonials_row {
    padding-left: 22px; }
  .quotes-section .section_with_bg {
    padding-top: 50px;
    padding-bottom: 50px; }

  .quotes-section .image_style_right .section_bg_image {
    width: 100%;
    left: 0; }
}


/* Header */

.shopify-section-header header.site-header .mobile-nav-wrapper {
  left: auto;
  right: -999px;
  transform: none;
  z-index: 22;
  -webkit-transition: right 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: right 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: right 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  height: 100vh;
  width: 100%; }
.shopify-section-header header.site-header .mobile-nav-wrapper.js-menu--is-open {
  right: 0; }



.mobile_menu_overlay {
  background: rgba(46, 45, 43, 0.8);
  z-index: 8;
  left: 0;
  right: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none; }

body.js-menu--is-open {
  overflow: hidden; }
body.js-menu--is-open .mobile_menu_overlay {
  display: block; }

#MobileNav .mobile-nav__return-btn {
  display: flex;
  width: 100%;
  padding: 15px;
  font-size: 16px;
  align-items: center; }
#MobileNav .mobile-nav__return-btn .icon {
  position: relative;
  top: auto;
  left: auto;
  margin: 0 15px 0 0; }


.shopify-section-header {
  position: absolute;
  top: var(--announcement-bar-height, 0px); }

.shopify-section-header {
  padding: 0;
  width: 100%;
  z-index: 9;
  left: 0; }

.shopify-section-header .header_top a:not(.disclosure-list__option),
.shopify-section-header .header_top span,
.shopify-section-header .site-nav__label {
  color: var(--secondary_nav_color_text); }

.site-header {
  padding: 0;
  z-index:1;
  background: transparent; }
.site-header .site-header__mobile-nav {
  background: inherit;
  padding: 20px;
  padding-top:0px;
  padding-bottom:0px;
  align-items: center; }
.header_top__row,
.site-header .header_top {
  padding: 13px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.site-header .top_navigation_links {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600; }
.site-header .top_navigation_links .icon {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.site-header .top_navigation_links li + li:not(.disclosure-list__item) {
  margin-left: 10px; }
.site-header .top_navigation_links .selectors-form {
  margin: 0; }
.site-header .top_navigation_links .selectors-form .selectors-form__item {
  padding: 0;
  margin: 0; }
.site-header .top_navigation_links .selectors-form .selectors-form__item + .selectors-form__item {
  margin-left: 10px; }
.site-header .top_navigation_links .selectors-form .selectors-form__item + .selectors-form__item .disclosure-list {
  right: 0;
  left: auto;
  transform: none; }
.site-header .right_column {
  justify-content: flex-end; }
.site-header #AccessibleNav .site-nav {
  text-align: left; }
.site-header .site-header__icons .search-bar__interior {
  max-width: 515px;
  width: 100%;
  border-radius: 50px;
  position: relative;
  background: var(--white-color);
    padding: 0 }
.site-header .site-header__icons .search-bar__interior .search-form__container {
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form {
  max-width: 100%;
  border: 0;
  width:100%;
  position: static; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper {
  position: static; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper {
  width: 100%;
  border-radius: 10px;
  overflow: auto;
  padding-bottom: 0;
  max-height:510px;
  margin-top: 10px; 
  z-index:12;}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper.added_results .search_popular_products,
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper.added_results .search_popular_searches_menu:not(.suggestions_menu) {
  display: none; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search-title {
  padding: 20px 30px; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search-title .predictive-search-title__content {
  text-transform: none;
  font-weight: bold; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search__list .predictive-search-item .predictive-search-item__title-text {
  border: 0; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search__list .predictive-search-item .predictive-search-item__link {
  padding: 10px 30px; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search__list .predictive-search-item .predictive-search-item__link .predictive-search__column--image {
  height: auto;
  width: auto;
  margin-right: 20px; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
  border-radius: 50px;
  overflow: hidden;
  min-height: 55px;
  color: #232323;
  font-size: 16px;
    border: 0;
    min-width: 138px; 
  padding-left: 28px;
}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit {
  padding: 0 13px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit svg, .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit path {
  color: var(--color-btn-primary) !important; }
.site-header .top_navigation_menu {
  display: flex;
  align-items: center;
  justify-content: flex-start; }
.site-header .top_navigation_menu li a {
  display: block;
  padding: 3px 10px;
  font-size: 12px; }
.site-nav__dropdown {
  background: var(--header_nav_2_bg);
    color: var(--header_nav_2_color_text); }

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper {
    max-height: 48vh;
    overflow:auto;
  }
  .site-header  .predictive-search .search_popular_menu {
    padding: 0 20px;
    margin-top: 10px;
  }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search-title {
    padding:15px 20px;
  }
  .site-header  .predictive-search .search_popular_menu a {
    font-size: 13px;
    padding: 4px 12px;
  }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search__list .predictive-search-item .predictive-search-item__link {
    padding:10px 20px;
  }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search__list .predictive-search-item .predictive-search-item__link .predictive-search__column--image {
    margin-right:10px;
  }
}
@media screen and (max-width: 749px) {
  .site-header .site-header__icons .search-bar__interior {
    display: none; } 
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper {
    max-height: 270px;
    overflow: auto;
    padding-top: 0; } 
  .site-header__icons .btn--link, .site-header__icons .site-header__cart {
    color: var(--color-btn-primary); }
}

.search_categories_menu {
  margin-right: 20px;
  margin-left: 10px;}
.search_categories_menu .search_categories_button {
  border-radius: 50px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: bold;
  width: 185px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 38px; }
.search_categories_menu .search_categories_button span {
  border: 0; }

.site-header .site-nav__dropdown.small_dropdown {
  max-width: 225px;
  left: 0;
  border-radius: 10px;
  border: 0;
/*   margin-top:10px; */
  z-index: 12; }
.site-header .site-nav__dropdown.small_dropdown.site-nav__dropdown--right:not(.search_categories_dropdown) {
  right:0;
  left:auto;
      transform: none;
}
.site-header .site-nav__dropdown.small_dropdown ul {
  padding: 10px 0; }
.site-header .site-nav__dropdown.small_dropdown ul li {
  margin: 0;
  padding: 0; }
.site-header .site-nav__dropdown.small_dropdown ul li a {
  padding: 9px 30px;
  display: flex;
  align-items: center;
  font-size: 14px;
  border-radius: 50px;
  transition: all 0.3s; }

.search_categories_dropdown {
  background: var(--header_search_categories_bg);
    color: var(--header_search_categories_color_text); }
.search_categories_dropdown ul#search-product-type li {
  display: flex;
  align-items: center;
  padding: 0; }
.search_categories_dropdown ul#search-product-type li a {
  padding: 9px 30px;
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 50px;
  transition: all 0.3s;
  cursor: pointer;
  text-align: left;
  font-size: calc(var(--font-size-navigation) * 1px - 1px);
    font-family: var(--font-stack-navigation);
      font-style: var(--font-style-navigation);
        font-weight: var(--font-weight-navigation);
          color: var(--header_search_categories_color_text); }

.search_categories_dropdown ul#search-product-type li a:hover {
  color: var(--color-btn-primary); }
.customer_nav_dropdown ul li a {
  justify-content: center;
  color: var(--color-body-text) !important; }
.customer_nav_dropdown ul li a:hover {
  color: var(--color-btn-primary) !important; }

.customer_nav_menu__wrapper {
  position: relative; }
.site-header__logo {
  margin: 0; }

.navigation_wrapper {
  display: flex;
  align-items: center; }

.categories_menu .categories_main_link {
  display: flex;
  align-items: center;
  justify-content: space-around;
  border:none;
}
.categories_menu .nav-dropdown__link svg {
  color: var(--color-btn-primary); }
.categories_menu ul {
  width: 100%; }
.categories_menu .first_lvl.nav-dropdown {
  border-radius: 10px;
  border: 0; }
.categories_menu .second_lvl.nav-dropdown {
  display: flex !important;
  flex-wrap: wrap;
  min-width: 760px;
  padding: 16px;
  border-radius: 20px;
  margin-left: 5px; }
.categories_menu .second_lvl.nav-dropdown > ul {
  display: flex;
  flex-wrap: wrap; }

.categories_menu .second_lvl.nav-dropdown > ul > .nav-dropdown__item {
  width: 25%;
  margin-bottom: 30px;
  padding-right: 2px; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image  > ul > .nav-dropdown__item {
  width: 33.33%;
}

.categories_menu .second_lvl.nav-dropdown > ul > .nav-dropdown__item .nav-dropdown__link {
  padding: 14px 15px;
  word-break: break-word;
  margin-bottom: 3px; }
.categories_menu .second_lvl.nav-dropdown > ul > .nav-dropdown__item .label_link {
  font-weight: 600; }
.categories_menu .second_lvl.nav-dropdown .third_lvl.nav-dropdown {
  position: relative;
  visibility: visible;
  opacity: 1;
  left: auto;
  top: auto;
  border-radius: 0;
  border: 0;
  width: 100%;
  max-width: 100%;
  display: block;
  padding: 0;
  pointer-events: all; }
.categories_menu .second_lvl.nav-dropdown .third_lvl.nav-dropdown .nav-dropdown__item .link {
  padding: 5px 15px; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image {
  min-width: 1095px;
  flex-wrap: nowrap;
  padding: 10px; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image > ul {
  width: 60%; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block {
  width: 40%;
      min-width: max-content;
  position: relative; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block a {
  display: block;
  height: 100%;
  
  width: 100%; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image {
  height: 100%;
  object-fit: cover;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  width: 100%;
  border-radius: 10px; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image_heading {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  color: var(--white-color);
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image_heading .image_link_icon {
  width: 20%; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image_heading h3 {
  margin: 0;
  max-width: 80%;
  white-space: normal;
  word-wrap: inherit;
  display: block;
  width: 100%; }
.categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image_heading span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-btn-primary);
    margin-left: 20px; }

@media screen and (min-width: 750px) {
  .mobile-logo-element-wrapper {
    display: none !important; } }
.logo--left .logo_element-wrapper {
  margin-right: 15px;
  width: auto; }
.logo--left .top_navigation_menu {
  float: left; }

.header-search-button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
    color: var(--color-btn-primary);
      position: relative;
      border: 0; 
      display: none; }

@media screen and (max-width: 1650px) {
  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image {
    min-width: 785px; }

  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block .menu_block-image .menu_block-image_heading {
    padding: 20px; } }
@media screen and (max-width: 1199px) {
  .navigation_wrapper .categories_menu {
    position: relative; }

  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image {
    min-width: 385px; }
  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image > ul {
    width: 100%; }
  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image > ul > .nav-dropdown__item {
    width: 50%; }

  .categories_menu .second_lvl.nav-dropdown.nav-has-menu_image .nav-dropdown-image-block {
    display: none; }

  header.site-header .header_cart_info .cart_total_info {
    display: none; }


  header.site-header .header_cart_info.show_cart_subtotal {
    padding: 0;
    width:auto;
    background:transparent;
  }

  .site-header  .header-search-button {
    display: flex; }

  .site-header.logo--center .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
    min-height:45px;
  }
  .site-header .site-header__icons-wrapper .search-bar__interior {
    width: auto;
    max-width: 100%;
    border-radius: 0;
    display: inline-block;
    flex: none;
    padding:0;
    border-radius:50%;
  }
  .site-header .site-header__icons-wrapper .search-form__container {
    pointer-events: none;
    position: absolute;
    right: 0;
    min-width: 440px;
    max-width: 515px;
    width: 100%;
    border-radius: 50px;
    opacity: 0;
    visibility: hidden;
    padding: 0 10px;
    top: 0;
    right: -1px;
    bottom: auto;
    left: auto;
    transition: opacity 0.3s; }
  .site-header .site-header__icons-wrapper .search-form__container.show_form {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    background: var(--search_bar_bg);
      padding: 0 0 0 5px; }

  .site-header .site-header__icons-wrapper .search-form__container .search-bar__form {
    width: 100%;
    position: relative; }
  .site-header .mega-menu__promo {
    display: none; }
  .site-header .top_navigation_links .customer_nav_menu__wrapper .customer_nav_button .site-nav__label {
    display: none; }

  .navigation_wrapper .nav-bar__item {
    margin-right: 25px; }
  .navigation_wrapper .nav-bar__item:last-child {
    margin: 0; }
  .navigation_wrapper .categories_menu .nav-bar__item {
    padding: 0;
    margin: 0;
    position: static; }

  .navigation_wrapper .categories_menu .nav-bar__item .first_lvl.nav-dropdown {
    max-width: 220px;
    left: 0; }


    .site-header.logo--left .header_top__wrapper .site-header__icons-wrapper .search-bar__interior {
      margin-left: auto;
    margin-right: 10px;
        padding-left: 0;

  }
  .site-header.logo--left .header_top__wrapper .site-header__icons-wrapper .search-bar__interior  .header-search-button {
    margin:0 auto;
  }
      .site-header.logo--left .header_top__wrapper .site-header__icons-wrapper .search-bar__interior + .header_cart_info {
        margin-left:0;
      }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
    .site-header.logo--left .header_top__wrapper .site-header__icons-wrapper .search-bar__interior {
        min-width: 55px;
    }
  .site-header:not(.logo--left) .site-header__icons {
    width: 15%; }

  .site-header:not(.logo--left) .site-header__icons-wrapper .search-form__container.show_form {
    padding: 5px 10px;
    top: -5px;
  }
  .site-header .header_top__wrapper .site-header__icons .search-bar__interior {
    padding:5px 0 5px 10px;
  }
}
@media screen and (max-width: 749px) {
  .site-header:not(.logo--left) .site-header__icons-wrapper .search-form__container.show_form {
    background:transparent;
    z-index:2;
  }
  .site-header {
    border: 0; }
  .site-header .header_top {
    display: none; }
  .site-header .site-header__logo {
    padding: 0; }
  .site-header .header_cart_info {
    margin-left: 10px; }
  .site-header .site-header__menu.js-mobile-nav-toggle {
    background: var(--white-color);
      padding: 0;
      width: 45px;
      min-width: 45px;
      height: 45px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 10px; }
  .site-header .site-header__icons {
    position: static; }
  .site-header .site-header__icons .site-header__icons-wrapper {
    position: static; }
  .site-header .site-header__icons .search-bar__interior {
    position: static; }
  .site-header .site-header__icons .search-bar__interior .search-form__container {
    min-width: 1px;
    right: auto;
    left: 50%;
    width: calc(100% - 40px);
    transform: translateX(-50%);
    margin-top: 40px; } 
}



.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl  {
/*   min-width: 1px; */
      min-width: max-content;
    align-items: flex-start;
}
.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl > ul > .nav-dropdown__item {
  margin-bottom: 0;
  padding-right: 0;
  width: 100%;
}
.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl > ul > .nav-dropdown__item .nav-dropdown__link {
  padding:5px 15px;
}
body.show_search_overlay .shopify-section-header {
  z-index: 20; }
body.show_search_overlay:after {
  opacity: 0.35;
  background: #232323; }

.search_popular_menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
}
.predictive-search-item {
  border-bottom: 1px solid var(--color-border);
    }
.predictive-search__list .predictive-search-item:last-child {
  border-bottom:0;
}
.predictive-search__column--content {
  font-size: calc(((var(--font-size-base)) / (var(--font-size-base))) * 1em - 2px);
    }
.search_popular_menu a {
  background: var(--white-color);
    color: #8d8d8d;
    border-color: #8d8d8d;
    display: inline-block;
    width: auto;
    font-size: 14px;
    padding: 4px 17px;
    transition: .3s all;
    border: 1px solid #8d8d8d;
    border-radius: 20px;
    line-height: normal;
    margin: 0 10px 10px 0; }
.search_popular_menu a:hover {
  background: #8d8d8d;
  color: var(--white-color); }

.predictive-search__column--image {
  max-width: 100px;
  max-height: 100px; }
.site-nav__link--button:not(.search_categories_button) span,
.site-nav__link--button:not(.search_categories_button) {
  /* fill: var(--secondary_nav_color_text);  */
    /* color: var(--secondary_nav_color_text); */
    transition:all 0.3s;
    fill: var(--header_nav_hover_link); 
    color: var(--header_nav_hover_link);
  }

.site-nav__link--button:not(.search_categories_button):hover {
  fill: var(--header_nav_hover_link); 
    color: var(--header_nav_hover_link);    
      }
.shopify-section-header .header_top .site-nav__link--button:not(.search_categories_button):hover  span {
  color: var(--header_nav_hover_link);    
    }

.predictive-search-wrapper[aria-hidden="false"] {
  display: block; }

.search-bar__view-all-button-wrapper {
  text-align: center;
  width: 100%;
  padding: 10px 30px;
  border-top: 1px solid var(--color-border);
    opacity:0.5;
    margin-top: 10px; }
.search-bar__view-all-button-wrapper .search-bar__view-all {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: calc(var(--font-size-base) * 1px - 2px); }



.shopify-section-header.showAlternateHeader {
  padding: 0;
  position: relative;
  top: auto;
  background-color: var(--alternateHeader_bg_color); }
.shopify-section-header.showAlternateHeader ~ #PageContainer.marginTop {
  padding-top: 0px; }

@media screen and (max-width: 749px) {
  .shopify-section-header.showAlternateHeader ~ #PageContainer.marginTop {
    padding-top: 30px; }
}
@media screen and (min-width: 750px) {
  .template-product   .shopify-section-header.showAlternateHeader ~ #PageContainer.marginTop {
    padding-top: 50px; }
}

.shopify-section-header.showAlternateHeader .site-header .top_navigation_links .icon {
  fill: inherit; }
.shopify-section-header.showAlternateHeader .logo_element .site-header__logo-link,
.shopify-section-header.showAlternateHeader .nav-bar__link,
.shopify-section-header.showAlternateHeader .disclosure__toggle, .shopify-section-header.showAlternateHeader select,
.shopify-section-header.showAlternateHeader .header_top a:not(.disclosure-list__option),
.shopify-section-header.showAlternateHeader .header_top span,
.shopify-section-header.showAlternateHeader .site-nav__label {
  color: var(--alternateHeader_text_color);
    border-color: var(--alternateHeader_text_color); }

.shopify-section-header.showAlternateHeader .categories_main_link.nav-bar__link.btn--primary {
  color: var(--color-btn-primary-text); 
    border-color: var(--color-btn-primary-text); 
} 


.template-index .shopify-section-header.showAlternateHeader + #PageContainer {
  margin-top: 0; }

.shopify-section-header .customer_nav_dropdown__wrapper .site-nav__label {
  color: inherit; }


.site-header .site-header__mobile-nav.without_categories_linklist {
  justify-content: flex-end; }

.shopify-section-header header.site-header .mobile-nav-wrapper {
  background: #232323;
 height:calc(var(--app-height,100vh) - var(--header-height, 0px) - var(--announcement-bar-height, 0px));
 overflow-y:auto;
    }
.shopify-section-header header.site-header .mobile-nav-wrapper a,
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__link,
.shopify-section-header header.site-header .mobile-nav-wrapper .btn--link {
  color: var(--white-color); }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__sublist-link {
  font-weight: 400; }
.shopify-section-header header.site-header .mobile-nav-wrapper svg {
  color: var(--color-btn-primary); }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__dropdown {
  background: #1d1d1d; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer {
  margin-top: 10px;
  padding: 10px 30px 15px 30px;
  text-align: center; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .disclosure__toggle, .shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer select,
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer a {
  color: #8d8d8d; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block {
  background: #1d1d1d;
  border-radius: 20px;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  width: auto;
  font-size: calc(var(--font-size-base) * 1px - 2px);
    margin: 0 10px 10px 0; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block .icon {
  width: 15px;
  height: 15px; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block .selectors-form {
  margin: 0; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block .selectors-form .selectors-form__item {
  padding: 0;
  margin: 0; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .bottom_navigation_menu {
  margin-top: 30px; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .localization_form {
  margin: 0; }
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .localization_form .selectors-form__item {
  padding: 0;
  margin: 0; }
.site-header .site-nav__dropdown.small_dropdown {
  max-height: 400px;
  overflow: auto; }

.site-header.logo--inline .header_top.show_top_line_separator {
  border-bottom: 1px solid var(--secondary_nav_color_lighter); }

/* @media screen and (max-width: 1199px) {
  .navigation_wrapper .categories_menu {
    margin-right: 25px; } } */
.site-header.logo--center:not(.enable_emphasize_category_menu) .site-header__mobile-nav {
  justify-content: space-between; }

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .site-header.logo--center:not(.enable_emphasize_category_menu) .site-header__mobile-nav #AccessibleNav {
    width: 85%; } }

/* .site-header__icons-wrapper {
  padding-left: 20px; } */

header.site-header .categories_menu.emphasize_link .nav-bar__item {
  padding: 0; }
header.site-header .categories_menu.emphasize_link .nav-bar__item .categories_main_link span:before {
  display:none;
}
header.site-header .categories_menu.emphasize_link .nav-bar__item .categories_main_link {
  width: 185px;
  padding:10px 20px 10px 23px;
  min-height:45px;
  margin-right:20px;
  color: var(--color-btn-primary-text);
    justify-content: space-between; }


@media screen and (min-width:1200px) {
  header.site-header .categories_menu.emphasize_link .nav-bar__item .categories_main_link {
   min-height:55px;
    font-size:14px;
  }
}

.nav-dropdown:not(.nav-dropdown--floating) {
  left: 0;
  min-width: 100%;
  width: auto; }
.nav-dropdown.right_side:not(.nav-dropdown--floating) {
  left:auto;
  right:0;
}

.categories_menu .first_lvl.nav-dropdown {
  top: calc(100% + 5px); }

.site-header.logo--inline .navigation_wrapper .categories_menu {
  margin-left: 15px; }

.site-header .top_navigation_links > li {
  display: flex;
  align-items: center; }

.site-header .site-nav__dropdown.small_dropdown {
  min-width: 160px; }
.site-header .top_navigation_links .disclosure-list {
  left: 50%;
  transform: translateX(-50%);
  top:39px;
  bottom: auto; }
.site-header .top_navigation_links .disclosure-list  .disclosure-list__item  a.disclosure-list__option {
  border-radius: 0;
  border: 0;
  padding: 0;
  width: 100%;
}
.site-header .top_navigation_links .site-nav__dropdown.small_dropdown.customer_nav_dropdown ul li a {
  padding: 5px 10px; }

.site-header.logo--center .site-header__logo {
  text-align: center; }
@media screen and (max-width: 749px) {
  .site-header.logo--center .site-header__logo {
    text-align: left; }
}
.site-header.logo--center .search_categories_menu .search_categories_button {
  width: 165px; }
.site-header.logo--center .search_categories_menu {
  margin-right: 10px; }
.site-header.logo--center .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
  min-width: 180px; }
@media screen and (max-width: 1650px) {
  .site-header.logo--center .site-header__mobile-nav .categories_menu_item {
    width: auto;
    margin-right: 25px;
    min-width: 190px; }
  .site-header.logo--center .site-header__mobile-nav .site-header__icons {
    margin-left: auto; }

  .site-header.logo--center .site-header__mobile-nav #AccessibleNav .mega-menu .page-width {
    padding: 0 20px; }
  .site-header.logo--center .site-header__mobile-nav #AccessibleNav .mega-menu .page-width .mega-menu__column {
    margin: 0 20px 20px 20px; } }

header .top_navigation_links .disclosure__toggle {
  font-weight: 600; }

/* .navigation_wrapper .categories_menu {
  margin-right: 35px; } */

@media screen and (max-width: 1199px) {
  .site-header .customer_nav_menu__wrapper .site-nav__dropdown.small_dropdown {
    min-width: 150px;
    right: 50%;
    left: auto;
    transform: translateX(50%); } 
	.site-header:not(.logo--left) .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
    	min-height:45px;
    }
}


header.site-header .icon--hamburger-mobile {
  display: block;
  min-width:16px;
  width: 16px;
  height: 16px; }
@media screen and (min-width: 990px) and (max-width: 1199px) {

  header.site-header.logo--inline .site-header__icons-wrapper .search-bar__interior {
    max-width: calc(100% - 55px);
    width: 100%;
    border-radius: 50px;
    position: relative;
/*     background: var(--white-color); */
      }
  header.site-header.logo--inline .site-header__icons-wrapper .search-bar__interior .header-search-button {
    display: none; }
  header.site-header.logo--inline .site-header__icons-wrapper .search-bar__interior .search-form__container {
    position: relative;
    opacity: 1;
    padding:5px 0 5px 5px;
    visibility: visible;
    max-width:100%;
    flex: auto;
    right: auto;
    margin: 0;
    min-width: 1px;
    pointer-events: all;
    flex-direction: row; }
  header.site-header.logo--inline .site-header__icons-wrapper .search-bar__interior .search-form__container .search_categories_menu {
    margin: 0 5px;
    width: auto; }
  header.site-header.logo--inline .site-header__icons-wrapper .search-bar__interior .search-form__container .search-bar__form .search-button__submit {
    padding: 0 10px; 
    right:10px;
  }
}


.shopify-section-header  header.site-header .logo_element .site-header__logo-link {
  color: var(--logo_text_color); }

.mobile-nav__link,
.categories_menu .first_lvl.nav-dropdown > .nav-dropdown__item  > .nav-dropdown__link,
.nav-bar__link {
  font-size: calc(var(--font-size-navigation) * 1px);
    font-family: var(--font-stack-navigation);
      font-style: var(--font-style-navigation);
        font-weight: var(--font-weight-navigation); }

.nav-bar__linklist .nav-bar__item.item-has-mega-menu .nav-dropdown__link,
.categories_menu .first_lvl.nav-dropdown > .nav-dropdown__item  > .nav-dropdown__link,
.nav-dropdown__link {
  font-size: calc(var(--font-size-navigation) * 1px - 1px);
    }

.mega-menu__linklist  > .mega-menu__item > .mega-menu__link {
  font-size: calc(var(--font-size-navigation) * 1px - 1px);
    }
.header_top .top_navigation_links button,
.header_top .top_navigation_links a {
  padding: 1px 8px 3px 8px;
  font-size:12px;
}

.categories_menu .first_lvl.nav-dropdown > .nav-dropdown__item > .nav-dropdown__link {
  white-space:normal;
  padding: 6px 10px;
}

.site-header.logo--left .header_top .top_navigation_links button,
.site-header.logo--left .header_top .top_navigation_links a,
.site-header.logo--center .header_top .top_navigation_links button,
.site-header.logo--center .header_top .top_navigation_links a {
  /* border: 1px solid var(--secondary_nav_color_text); */
  border: 1px solid var(--header_nav_hover_link);
    border-radius: 20px; }
.site-header.logo--left .header_top .top_navigation_links button:hover,
.site-header.logo--left .header_top .top_navigation_links a:hover,
.site-header.logo--center .header_top .top_navigation_links button:hover,
.site-header.logo--center .header_top .top_navigation_links a:hover {
  border-color: var(--header_nav_hover_link);
    }


@media screen and (max-width: 749px) {
  .site-header .site-header__icons .search-bar__interior .search-form__container {
    padding: 0;
    background: 0 0;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    top: auto; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search_categories_menu {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: center; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search_categories_menu .search_categories_button {
    margin: 0 auto;
    width: 100%;
    padding: 13px 30px;
    max-height: 100%; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search_categories_menu .search_categories_dropdown {
    max-width: 100%;
    max-height: 300px;
    margin-top: 10px; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input {
    padding-left: 30px; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit {
    padding: 0 20px; }

  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper {
    position: relative; } }

.feature-row__image-wrapper .feature-row__image,
.site-header__logo img {
  height: auto; }

@media screen and (min-width:1200px) {
  header.site-header.logo--center .site-header__mobile-nav {
    flex-wrap:nowrap;
  }
  header.site-header.logo--center .site-header__mobile-nav .site-header__icons {
    min-width:400px;
  }
}
.header_cart_info {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 10px; }

.header_cart_info:not(.show_cart_subtotal) {
	padding:0;
  width:auto;
}
.header_cart_info .cart_total_info {
  white-space:nowrap;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  margin-left: 10px;
  line-height: normal;
  color: var(--color-btn-primary-text); }
.header_cart_info .cart_total_info .cart_total_label {
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 0.5px; }
.header_cart_info .cart_total_info .cart_total_price {
  margin: 0; }
.header_cart_info .cart_icon {
  min-width: 45px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex; 
  align-items: center;
  justify-content: center;
  background: var(--color-btn-primary);
    color: var(--white-color);
      position: relative; }
.header_cart_info .cart_icon svg {
  margin:0;
  width:20px;
  height:20px;
}

@media screen and (min-width:1200px) {
  .header_cart_info .cart_icon {
  	width:53px;
    height:53px;
}
  .site-header.logo--inline .header_cart_info.show_cart_subtotal .cart_icon,
  .header_cart_info.show_cart_subtotal .cart_icon {
  width:43px;
  height:43px;
}
   .site-header.logo--left  .header_cart_info.show_cart_subtotal .cart_icon {
  width:43px;
  height:43px;
}
}
@media screen and (min-width:750px) {
  .site-header.logo--left  .header_cart_info .cart_icon {
  	width:53px;
    height:53px;
  }
}
@media screen and (min-width:990px) {
  
  .site-header.logo--inline   .header_cart_info .cart_icon {
  	width:53px;
    height:53px;
  }
}
@media screen and (max-width: 749px) {
  .header_cart_info .cart_icon {
    color: var(--color-btn-primary);
      background: var(--white-color); } }
.header_cart_info .header_cart_count {
  position: absolute;
  font-size: 11px;
  top: -5px;
  right: -5px;
  z-index: 1;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-btn-primary);
    background: var(--white-color); }
.header_cart_info.show_cart_subtotal {
  background: var(--color-btn-primary);
    padding: 5px 10px;
    border-radius: 50px; }
.header_cart_info.show_cart_subtotal .cart_icon {
  color: var(--color-btn-primary);
    background: var(--white-color); }
.header_cart_info.show_cart_subtotal .cart_icon:hover {
  color: var(--white-color);
    }

.header_cart_info.show_cart_subtotal .header_cart_count {
  background: var(--color-btn-primary);
    color: var(--white-color); }
.section-header .section-header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.search-bar__result-linklist.predictive-search__list .predictive-search-item__link {
  padding: 0px 30px 7px }

.search-page-form {
  position: relative;
  max-width: 500px;
  margin: 0 auto 30px; }
.header_top_left_side {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

.customer_nav_button {
  background: transparent; }


.header_top__wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  position:relative;
}
.site-header  .header_top__wrapper .site-header__icons-wrapper {
  padding:0;
  justify-content: flex-start;
}
.site-header .header_top__wrapper .site-header__icons .search-bar__interior {
  max-width: 1000px;
  margin: 0 20px 0 0;
  padding-right:0;
}
@media screen and (min-width:1200px) {
  .site-header .header_top__wrapper .site-header__icons-wrapper .header_cart_info.show_cart_subtotal  {
    min-width:195px;
  }
}
.site-header .header_top__wrapper .site-header__icons-wrapper .header_cart_info {
  margin-left:auto;

}
.site-header .header_top.header_top_navigation_wrapper  {
  width: 100%;
  padding: 0 0 13px 0;	
}
.site-header .header_top.header_top_navigation_wrapper .top_navigation_menu,
.site-header .header_top.header_top_navigation_wrapper  .top_navigation_links  {
  width:50%;
  float:none;
}
.site-header.logo--left .site-header__icons .search-bar__interior .search-form__container .search-bar__form {
  width:100%;
}

.site-header.logo--left .header_top .top_navigation_links button, 
.site-header.logo--left .header_top .top_navigation_links a {
  line-height: normal;
}


.site-header .site-header__mobile-nav .site-header__icons .header_top  {
  padding: 0;
}
@media screen and (max-width:749px) {
  .site-header.logo--left .site-header__mobile-nav  {
    display:none;
  }
  .site-header.logo--left  .header_cart_info .cart_total_info {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.showAlternateHeader .header__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  
}

@media screen and (min-width:750px) and (max-width:989px) {
  nav .mega-menu .mega-menu__inner {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  nav .mega-menu .mega-menu__inner  .mega-menu__column {
    flex: none;
    margin-left: 0;
  }
}


.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input,
.site-header .site-header__icons .search-bar__interior {
	background: var(--search_bar_bg);
}
.shopify-section-header .site-header.logo--center .top_navigation_links a:hover,
.shopify-section-header .site-header.logo--center .top_navigation_links button.disclosure__toggle:hover {
  border-color:var(--header_nav_hover_link);
}
.shopify-section-header .site-header .top_navigation_links a:hover {
  color: var(--header_nav_hover_link);
   border-color:var(--header_nav_hover_link);
}
.shopify-section-header .site-header .top_navigation_links button.disclosure__toggle:hover {
 color: var(--header_nav_hover_link);
   border-color:var(--header_nav_hover_link);
}

/* Buttons  */
.btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
  border-radius: 50px;
  padding: 13px 20px 13px 23px;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  text-transform: none;
  justify-content: space-between; }
.btn span + svg, .shopify-payment-button .shopify-payment-button__button--unbranded span + svg {
  margin-left: 15px;
  display: inline-block; }

.btn-gray {
  background: var(--white-color);
    color: #8d8d8d;
    border-color: #8d8d8d;
    width: 100%;
    justify-content: center;
    max-width: 265px;
    margin-top: 11px;
    font-size: 14px;
    padding: 13px; }
.btn-gray:not([disabled]):hover {
  background: #8d8d8d; }


.slider_custom_arrows .btn {
  background-color: var(--white-color);
    border-radius: 50%;
    color: #8d8d8d;
    margin: 0 10px;
    top: auto;
    height: 44px;
    width: 44px;
    position: relative;
    cursor: pointer;
    transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center; }
.slider_custom_arrows .btn .icon {
  width: 1rem;
  height: 1rem;
  transition: color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87), background-color 0.2s cubic-bezier(0.44, 0.13, 0.48, 0.87); }
.slider_custom_arrows .btn:hover {
  background-color: var(--color-btn-primary);
    color: var(--white-color); }
.back-to-top {
  position: fixed !important;
  bottom: 60px;
  right: 60px;
  text-decoration: none;
  color: #8d8d8d;
  background-color: var(--white-color);
    font-size: 16px;
    padding: 0;
    z-index: 5;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center; }
#BackToTop.back-to-top svg {
  width: 17px;
  height: 17px; 
margin:0;}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .btn, .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 13px; }
  .btn svg, .shopify-payment-button .shopify-payment-button__button--unbranded svg {
    margin-left: 15px;
    width: 15px;
    height: 15px; }
}

.product-single__media__carousel .flickity-prev-next-button {
  background: var(--white-color) !important;
    box-shadow: 0 2px 4px 0px #8d8d8d;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #8d8d8d;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s; }
.product-single__media__carousel .flickity-prev-next-button:hover {
  background: var(--color-btn-primary) !important;
    color: var(--white-color); }
.product-single__media__carousel .flickity-prev-next-button .flickity-button-icon {
  top: auto;
  right: auto;
  left: auto;
  bottom: auto;
  position: relative;
  width: 20px;
  height: 20px; }


.btn {
  position: relative;
  }
.btn * {
  position: relative;
  z-index: 1; }
.btn:after {
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  height: 0;
  left: 50%;
  top: 50%;
  width: 0;
  content: '';
  position: absolute; }
.btn:not([disabled]):hover:after {
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  width: calc(100% + 2px); }

.btn--primary:after {
  background: var(--color-btn-primary-focus); }
.btn--primary:not([disabled]):hover {
  background-color: var(--color-btn-primary); }

.btn--white:after {
  background: var(--color-btn-white-focus); }
.btn--white:not([disabled]):hover {
  background-color: var(--white-color); }

.btn--secondary:after {
  background: var(--color-btn-secondary-focus); }
.btn--secondary:not([disabled]):hover {
  background-color: var(--color-btn-secondary); }

.btn--transparent_primary:after {
  background: var(--color-btn-primary-focus); }
.btn--transparent_primary:not([disabled]):hover {
  background-color: transparent; }

.btn--transparent_secondary:after {
  background: var(--color-btn-secondary-focus); }
.btn--transparent_secondary:not([disabled]):hover {
  background-color: transparent; }

/* .btn--circle-arrow:after {
  background: var(--color-btn-primary-focus); }
.btn--circle-arrow:not([disabled]):hover {
  /* background-color: var(--white-color); } */
  background-color: rgb(from var(--color-primary) r g b / 0.8);
} */


.btn--align-center {
  justify-content:center;
}
.header_cart_info .cart_icon,
.slider_custom_arrows .btn {
  padding: 0; }
.slider_custom_arrows .btn svg {
  margin:0 auto;
}

.product-single__media__slide[aria-hidden="true"] {
  visibility: hidden; }

.product-single__media__carousel .flickity-prev-next-button {
  visibility: visible; }
.product-single__media__carousel .flickity-prev-next-button:focus, .product-single__media__carousel .flickity-prev-next-button:hover, .product-single__media__carousel .flickity-prev-next-button:focus-visible, .product-single__media__carousel .flickity-prev-next-button:focus-within {
  opacity: 1; }
.product-single__media__carousel .flickity-prev-next-button:disabled {
  display: none; }

.contact-form .btn {
  max-width: 225px;
  width: 100%;
}
.open-quick-view--btn {
  margin-top:auto;
}
form.product-item__action-list {
	margin-top:auto;
}
form.product-item__action-list + .open-quick-view--btn {
  margin-top:12px;
}

.grid.Collection-wrapper .product-item-block.view-mode-grid .product-card form.product-item__action-list + .open-quick-view--btn {
  margin-top:12px;
}
@media screen and (max-width: 749px) {
  .open-quick-view--btn {
    display:none;
  }
}


/* Featured collections   */
.grid-view-item__image-wrapper.placeholder_image_wrapper {
  margin-bottom:15px;
}
.index-tabs-collections-wrapper .index-tabs_nav {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 10px;
  margin-bottom: -10px; }
.index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item {
  margin-right: 90px;
  opacity: 0.5;
  cursor: pointer; }
.index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item:last-child {
  margin-right: 0; }
.index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item h2 {
  margin: 0; }
.index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item.active {
  opacity: 1;
  pointer-events: none; }
.index-tabs-collections-wrapper .slider_custom_arrows {
  justify-content: center;
  height: auto;
  padding: 0;
  display: flex;
  margin-left: 40px; }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper {
  display: flex;
  align-items: center; }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav {
  border-bottom: 2px solid var(--color-border);
    overflow: visible; }
@media screen and (max-width: 749px) {
  .index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav {
    border: 0;
    overflow: auto; } }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav .index-tabs_nav--item {
  position: relative; }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav .index-tabs_nav--item:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s;
  width: calc(100% + 20px);
  left: -10px;
  bottom: -13px; }
@media screen and (max-width: 749px) {
  .index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav .index-tabs_nav--item:after {
    bottom: -10px; } }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav .index-tabs_nav--item.active:after {
  background: var(--color-btn-primary); }
.index-tabs-collections-wrapper .index-tabs_nav__wrapper.navigation_style_normal .index-tabs_nav .index-tabs_nav--item h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * .5em); }
.index-tabs-collections-wrapper .section-tabs-content {
  width: 100%;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px; }
.index-tabs-collections-wrapper .section-tabs-content:not(.page-width) {
  padding-left: calc((100% - 1550px) / 2); }
@media screen and (max-width: 1650px) {
  .index-tabs-collections-wrapper .section-tabs-content:not(.page-width) {
    padding-left: 55px; } }
.index-tabs-collections-wrapper .section-tabs-content .index-tabs-content_block {
  display: none; }
.index-tabs-collections-wrapper .section-tabs-content .index-tabs-content_block.active {
  display: block; }
.index-tabs-collections-wrapper .flickity-page-dots {
  text-align: left; }

@media screen and (max-width: 749px) {
  .index-tabs-collections-wrapper .flickity-page-dots {
    padding-left: 22px;
    padding-right:22px;
  }
}

[data-section-type="featured-products"] .index-tabs-collections-wrapper .section-header {
  position: relative; }
@media screen and (min-width: 750px) {
  [data-section-type="featured-products"] .index-tabs-collections-wrapper .section-header .single_collection_wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0; } }
[data-section-type="featured-products"] .index-tabs-collections-wrapper .section-header .single_collection_wrapper .index-tabs_nav {
  display: none; }
[data-section-type="featured-products"] .index-tabs-collections-wrapper .section-header .single_collection_wrapper .slider_custom_arrows {
  margin: 0;
  width: 100%; }

@media screen and (min-width: 750px) {
  .index-tabs-collections-wrapper .index-tabs_nav::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--color-body);
      border-radius: 10px;
      cursor: pointer; }

  .index-tabs-collections-wrapper .index-tabs_nav::-webkit-scrollbar {
    height: 5px;
    cursor: pointer;
    background-color: var(--color-body);
      border-radius: 10px; }

  .index-tabs-collections-wrapper .index-tabs_nav::-webkit-scrollbar-thumb {
    background-color: #8d8d8d;
    border-radius: 10px;
    cursor: pointer; } }
@media screen and (max-width: 1199px) {

  .index-tabs-collections-wrapper .index-tabs_nav {
    width: 80%; }
  .index-tabs-collections-wrapper .index-tabs_nav.single_collection {
    white-space: normal; }
  .index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item {
    margin-right: 35px; }
  .index-tabs-collections-wrapper .slider_custom_arrows {
    margin-left: 20px;
    width: 20%; }
  .index-tabs-collections-wrapper .section-tabs-content {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 55px !important; }
}


@media screen and (max-width: 749px) {
  .index-tabs-collections-wrapper .index-tabs_nav .index-tabs_nav--item {
    margin-right: 40px; }

  .index-tabs-collections-wrapper .index-tabs_nav__wrapper {
    flex-direction: column;
    align-items: flex-start; }

  .index-tabs-collections-wrapper .index-tabs_nav {
    width: 100%; }

  .index-tabs-collections-wrapper .slider_custom_arrows {
		display:none;
  }

  .slider_custom_arrows .btn:first-child {
    margin-left: 0; }

  .index-tabs-collections-wrapper .section-tabs-content {
    padding-left: 22px !important; 
    padding-right:22px;
  }
  .index-tabs-collections-wrapper .section-tabs-content .index-tabs-content_block__slider .product-item-block.small--one-whole {
    padding:0;
  }
}




.index-tabs-content_block__slider.slides_1 .flickity-page-dots {
  display: none; }

.index-tabs-content_block__slider .product-item-block {
  margin-bottom: 0; }


.index-tabs-content_block__slider:after {
  content: '';
}

@media only screen and (min-width: 750px) {
  
  .index-tabs-content_block__slider:after {
  content: 'flickity';
  display: none;
}
  
  .index-tabs-content_block__slider .flickity-slider .product-item-block.medium-up--one-quarter {
    width: 22%; }
  .index-tabs-content_block__slider .flickity-slider .product-item-block.medium-up--one-third {
    width: 30%; } }


.grid-view-item__link-image {
  display: block;
  width: 100%; }

@media screen and (max-width:749px) {
  .index-tabs-content_block__slider {
    display: flex;
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: -20px; 
  }
 .index-tabs-collections-wrapper  .index-tabs-content_block__slider .product-item-block {
    padding:0;
    margin-right:22px;
    width: 75%;
    white-space: normal;
    min-width: 75%;
    height:auto;
  }
  .index-tabs-content_block__slider .product-item-block:last-child {
  	margin-right:0;
  }
}


/*  Collection list  */
.collection-list-section h2 {
  width: 100%;
  margin-bottom: 65px;
  color: inherit; }
.collection-list-section .h5,
.collection-list-section h5 {
  width: 100%;
  color: inherit; }
.collection-list-section .section_content {
  top: auto; }
.collection-list-section .slider_custom_arrows {
  color: var(--white-color); }
.collection-list-section .section-header {
  display: flex;
  width: 100%;
  align-items: flex-end; }
@media screen and (min-width: 1200px) {
  .collection-list-section .section-header {
    margin-bottom: 90px; } }
.collection-list-section .section-header .section-header-content {
  width: 100%; }
.collection-list-section .section-header .slider_custom_arrows {
  margin-left: 30px;
  display: flex;
  align-items: center; }
.collection-list-section .collection-grid-item {
  padding: 40px 20px;
  margin: 0; }
.collection-list-section .collection-grid-item .placeholder-svg,
.collection-list-section .collection-grid-item img {
  overflow: hidden;
  margin: 0 auto 50px;
  display: block;
  position: relative;
  object-fit: cover; }
.collection-list-section .split_screen__type {
  max-width: 100%;
  padding-bottom: 55px;
  position: relative; }
.collection-list-section .split_screen__type .section-header {
  justify-content: center;
  align-items: center;
  flex-direction: column; }
.collection-list-section .split_screen__type .section-header h2 {
  margin-bottom: 0; }
.collection-list-section .split_screen__type .collection-list-btn-wrapper {
  margin-top: 50px; }
.collection-list-section .grid-type {
  position: relative;
  z-index: 1;
  padding-top: 55px;
  padding-bottom: 55px; }
.collection-list-section .grid-type .section-header {
  justify-content: center;
  align-items: center;
  flex-direction: column; }
.collection-list-section .grid-type .section-header .h5,
.collection-list-section .grid-type .section-header h5 {
  align-items: center;
  justify-content: center; }
.collection-list-section .grid-type .section-header h2 {
  margin-bottom: 0; }
.collection-list-section .section_grid__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  z-index: 0; }
.collection-list-section .section_grid__bg .box {
  height: 100%;
  background-size: cover;
  width: 100%; }
.collection-list-section .split_screen__type {
  position: relative;
  z-index: 1; }
.collection-list-section .split_screen__type .collection-grid-item {
  padding: 20px 30px;
  margin-bottom: 11px; }
.collection-list-section .split_screen__type .collection-grid-item .collection-grid-item__link {
  display: flex;
  align-items: center;
  height: 100%; }
.collection-list-section .split_screen__type .collection-grid-item .collection-grid-item__link svg,
.collection-list-section .split_screen__type .collection-grid-item .collection-grid-item__link img {
  min-width: 60px;
  width: 60px;
  height: 60px;
  margin: 0; }
.collection-list-section .split_screen__type .collection-grid-item .collection-grid-item__link .collection-grid-item__title {
  width: auto;
  text-align:left;
  margin-left: 30px; }
.collection-list-section .section_content {
  padding-bottom: 0; }

.collection-list-section .carousel_section_content {
  margin-bottom: 110px;
  top: 55px; }


.collection-list-section .collection-grid-item .collection-grid-item__overlay {
  margin-bottom: 15px; }

.collection-list-section .section_style_split_screen:not(.image_style_background) .collection-grid-item .collection-grid-item__overlay {
  margin: 0;
  width: 60px;
  height: 60px; }
.collection-list-section .section_style_split_screen.image_style_background .collection-grid-item .collection-grid-item__overlay {
  margin:0;
}


.collection-list-section .split_screen__type .collection-list-grid .collection-grid-item .collection-grid-item__image-wrapper {
  width: auto;
  position:relative;
}

.collection-list-section .grid.grid--uniform {
  align-items: inherit; }
.collection-list-section .image_style_circle .collection-grid-item .placeholder-svg,
.collection-list-section .image_style_circle .collection-grid-item img {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: auto;
  margin-right: auto; }
.collection-list-section .image_style_square:not(.section_style_split_screen) .collection-grid-item {
  padding: 0;
  overflow: hidden;
  height: 100%; }
.collection-list-section .image_style_square .collection-grid-item .collection-grid-item__link .collection-grid-item__overlay {
  margin-bottom: 0; }
.collection-list-section .image_style_square .collection-grid-item .collection-grid-item__link svg, .collection-list-section .image_style_square .collection-grid-item .collection-grid-item__link img {
  max-height: 200px;
  margin: 0; }
.collection-list-section .image_style_square .collection-grid-item .collection-grid-item__info {
  padding: 30px 20px 50px;
  margin-top: auto; }
@media only screen and (min-width: 750px) and (max-width: 1199px) {
  .collection-list-section .image_style_square .collection-grid-item .collection-grid-item__info {
    padding: 20px 20px 30px; } }
.collection-list-section .image_style_square .split_screen__type .collection-grid-item {
  height: 100px; }
.collection-list-section .image_style_square .split_screen__type .collection-grid-item .collection-grid-item__image-wrapper,
.collection-list-section .image_style_square .split_screen__type .collection-grid-item .collection-grid-item__link svg, .collection-list-section .image_style_square .split_screen__type .collection-grid-item .collection-grid-item__link img {
  height: 100%;
  object-fit: cover;
  padding:0;
  min-width: 80px;
  width: 80px; }
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item {
  padding: 0;
  height: 280px; }
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item .collection-grid-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden; }
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item .collection-grid-item__image-wrapper,
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item .collection-grid-item__link svg,
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item .collection-grid-item__link img {
  margin: 0;
  width: 100%;
  height: 100%; }
.collection-list-section [data-section-type="collection-list"].image_style_background .collection-grid-item .collection-grid-item__info {
  position: absolute;
  z-index: 2;
  color: var(--white-color);
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50px;
    padding: 0 20px; }
.collection-list-section [data-section-type="collection-list"].image_style_background .split_screen__type .collection-grid-item {
  height: 100px; }
.collection-list-section [data-section-type="collection-list"].image_style_background .split_screen__type .collection-grid-item .collection-grid-item__title {
  position: absolute;
  top: 50%;
  z-index: 2;
  color: var(--white-color);
    transform: translateY(-50%); }

.site-header.logo--left .site-header__mobile-nav {
padding-top: 5px;
}
@media screen and (max-width: 1199px) and (min-width: 750px) {
  .collection-list-section .carousel_section_content {
    padding-top: 120px; }
  .site-header:not(.logo--left) .site-header__icons {
    width: 15%; }
  .bg_image_with_custom_content.collection-list-section {
    margin-bottom: 90px; }
}

@media screen and (max-width: 749px) {
  .collection-list-section .section-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 50px; }

  .collection-list-section .section-header .slider_custom_arrows {
    margin: 100px 0 0 0; }

  .collection-list__slider {
    margin: 0; }
  .collection-list__slider .grid__item {
    padding: 0;
    width: 85%;
    margin-right: 11px; }
}

.collection-list__slider.rendered .flickity-slider .collection-grid-item {
  height: 100%; }

.rendered.flickity-enabled  .collection-list__slide {
  height: 100%;
}


.collection-list__slide {
  overflow: hidden; }

.collection-list__btn {
  min-width: 270px; }

.carousel_section_content .collection-list__slider .collection-list__slide {
  margin-bottom: 0; }

.collection-list__slide {
  padding: 4px 4px 4px 0; }
.collection-grid-btn-wrapper {
  margin-top: 30px; }

.collection-grid-item__image-wrapper-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
}


[data-section-type="collection-list"] .collection-list-grid .collection-grid-item {
  height:100%;
}
.collection-list-section .image_style_square  .collection-grid-item  .collection-grid-item__image-wrapper {
  padding-bottom: 100%;
  position: relative;
  width: 100%;
  display: block;
}
.collection-list-section .image_style_square  .collection-grid-item  .collection-grid-item__image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  max-height: none;
  height: 100%;
  width: 100%;
}



.carousel_section_content  .collection-list__slider:after {
  content: 'flickity';
  display: none;
}
@media screen and (min-width: 1200px) {
  .slider_custom_arrows.desktopHide {
    opacity:0;
    visibility:hidden;
  }
  .collection-list-section .collection-list__slider:not(.flickity-enabled) .grid.grid--uniform .collection-list__slide {
    height:auto;
  }
  .collection-list-section .collection-list__slider:not(.flickity-enabled) .collection-grid-item {
    height:100%;
  }
  .collection-list-section .image_style_background  .collection-list__slider:not(.flickity-enabled) .collection-list__slide {
    height: 280px;
  }
  .carousel_section_content  .collection-list__slider:after {
    content: "";
  }
}

/* Featured blog */


.featured-blog__slider {
  margin-bottom: 50px; }
.featured-blog__slider.disabled_desktop_slider:after {
  content: 'flickity';
  display: none; }
@media screen and (min-width: 750px) {
  .featured-blog__slider.disabled_desktop_slider {
    display: flex;
    flex-wrap: wrap; }
  .featured-blog__slider.disabled_desktop_slider:after {
    content: ''; } }
.featured-blog__slider .article_block {
  height: 100%; }

.article_block {
  border-radius: 10px;
  overflow: hidden;
  background: var(--white-color);
    }
.article_block .article_block_info {
  padding: 40px 45px;
  position: relative; }
@media screen and (max-width: 1650px) {
  .article_block .article_block_info {
    padding: 30px 20px; } }
.article_block .article_block_info .article__author {
  position: absolute;
  top: -35px;
  right: 25px;
  z-index: 2; }
.article_block .article_block_info .article__author img {
  display: block;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--white-color);
}
.article_block .article_block_info .article__author.text_name {
  top: 0;
  right: 0;
  width:100%;
  margin-bottom:5px;
  font-size: calc(var(--font-size-base) * 1px - 3px);
    position: relative;
    opacity: 0.6; }
.article_block .article_block_info .article__grid-meta {
  display: flex;
  align-items: center;
  opacity: 0.6;
  margin-top:5px;
  font-size: calc(var(--font-size-base) * 1px - 3px); }
.article_block .article_block_info .article__grid-meta .article__date + .article__comment_info {
  position: relative; }
.article_block .article_block_info .article__grid-meta .article__date + .article__comment_info:before {
  content: "|";
  display: inline-block;
  padding: 0 15px; }

@media screen and (max-width:1650px) {
  .article_block .article_block_info .article__grid-meta .article__date + .article__comment_info:before {
    padding:0 7px;
  }
}
.article_block .article_block_info .article__title a:hover {
  color: var(--color-btn-primary);
}

[data-section-type="featured-blog"] .section-header {
  position: relative; }
[data-section-type="featured-blog"] .section-header .slider_custom_arrows {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center; }
@media screen and (min-width: 750px) {
  [data-section-type="featured-blog"] .section-header.disabled_desktop_slider .slider_custom_arrows {
    display: none; } }
[data-section-type="featured-blog"] a.btn:not(.btn--circle-arrow) {
  min-width: 270px; }
.featured-blog__slide {
  padding: 0 6px; }

.rendered .flickity-slider .featured-blog__slide {
  height: 100%; }
.rendered .flickity-slider .featured-blog__slide .article_block {
  height: 100%; }


@media screen and (min-width: 750px) and (max-width: 1199px) {
  .featured-blog__slider .flickity-slider .grid__item {
    width: 33.33%; }
  .article_block .article_block_info {
    padding: 40px 11px 25px; }
  .article_block .article_block_info .article__grid-meta {
    flex-direction: column;
    align-items: flex-start; }
  .article_block .article_block_info .article__grid-meta .article__date {
    width: 100%; }
  .article_block .article_block_info .article__grid-meta .article__comment_info {
    width: 100%; }
  .article_block .article_block_info .article__grid-meta .article__comment_info:before {
    display: none !important; }
}
@media screen and (max-width:749px) {
  [data-section-type="featured-blog"] .section-header .slider_custom_arrows {
    position: relative; }

  .featured-blog__slider .grid__item {
    padding: 0;
    width: 85%;
    margin-right: 11px; }

  .article_block .article_block_info {
    padding: 35px 20px 25px; }

  .article__grid-meta {
    flex-direction: column;
    align-items: flex-start; }
  .article__grid-meta .article__date {
    width: 100%; }
  .article__grid-meta .article__comment_info {
    width: 100%; }
  .article__grid-meta .article__comment_info:before {
    display: none !important; }
  .featured-blog__slide {
    width: 100%; }
}


/* Rich text */

.rich-text {
  position: relative;
  width: 100%;
  padding: 55px 0; }
.rich-text .section_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.rich-text .page-width-small {
  position: relative;
  z-index: 1; }
.rich-text .rich-text-wrapper {
  margin: 0 auto;
  text-align: center; }

.rich-text .rich-text-wrapper .section-header {
	margin:0;
}
.rich-text .rte_icon {
  max-width: 100px;
  width:100%;
  margin: 0 auto 10px;
  text-align: center; }
.rich-text .rte_icon img {
  height: auto; }

@media screen and (min-width: 750px) and (max-width: 1199px) {
  .rich-text .rich-text-wrapper {
    max-width: 100% !important; }
}
@media screen and (max-width:749px) {
  .rich-text .rich-text-wrapper {
    max-width: 100% !important; }
}


/* Featured blocks  */

[data-section-type="featured-blocks"] .featured-block-image-container {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden; }
[data-section-type="featured-blocks"] .featured-block-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%; }
[data-section-type="featured-blocks"] .featured-block-image {
  width: 100%;
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  border: 0; }
[data-section-type="featured-blocks"] .featured-block {
  padding-left: 11px;
  margin-bottom: 11px; }
[data-section-type="featured-blocks"] .featured-block .featured-block-wrapper {
  display: flex;
  flex-direction: column;
  background: var(--white-color);
    border-radius: 20px;
    overflow: hidden;
    height:100%;
    position: relative; }
[data-section-type="featured-blocks"] .featured-block .featured-block-wrapper .featured-block_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }
[data-section-type="featured-blocks"] .featured-block.layout_mosaic:nth-child(even) .featured-block-wrapper {
  flex-direction: column-reverse; }
[data-section-type="featured-blocks"] .featured-block .featured-block-content-wrapper {
  position: relative; }
[data-section-type="featured-blocks"] .featured-block .featured-block-content-wrapper .featured-block-content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px; }

[data-section-type="featured-blocks"] .featured-blocks-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -11px; }
[data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block {
  display: inline-block; }
[data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block .featured-block-content-wrapper {
  white-space: normal; }

@media screen and (max-width: 1199px) {
  [data-section-type="featured-blocks"] .featured-block .featured-block-content-wrapper .featured-block-content {
    padding: 30px; } }
@media only screen and (max-width: 989px) {

  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 30px;
    margin-bottom: -30px;
    flex-wrap: nowrap; }
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block {
    width: 48%;
    min-width: 48%; }
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block:first-child {
    margin-left: 26%; } 
}
@media only screen and (max-width: 749px) {
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block {
    width: 62%;
    min-width: 62%; }
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block:first-child {
    margin-left: 19%; } 

  [data-section-type="featured-blocks"] .featured-blocks-wrapper:not(.mobile_carousel) .featured-block .featured-block-wrapper {
    flex-direction: column; }
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block {
    min-width: 85%;
    width: 85%; }
  [data-section-type="featured-blocks"] .featured-blocks-wrapper.mobile_carousel .featured-block:first-child {
    margin: 0; }
}
@media only screen and (max-width: 989px) and (min-width: 750px) {
  [data-section-type=featured-blocks] .featured-blocks-wrapper .featured-block {
    width: 50%; } }


.featured-block.layout_grid.image_style_circle .featured-block-image-container {
  max-width: 40px !important;
  margin: 0 auto;
  border-radius: 0%;
  margin-top: 40px; }
.featured-block.layout_grid.image_style_background .featured-block-wrapper {
  position: relative;
  height: 600px; }
@media screen and (max-width: 1650px) {
  .featured-block.layout_grid.image_style_background .featured-block-wrapper {
    height: 500px; } }
@media screen and (max-width: 749px) {
  .featured-block.layout_grid.image_style_background .featured-block-wrapper {
    height: 400px; } }
.featured-block.layout_grid.image_style_background .featured-block-wrapper .featured-block-image-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%; }
.featured-block.layout_grid.image_style_background .featured-block-wrapper .featured-block-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  height: 50%;
  top: auto;
  color: var(--white-color); }
.featured-block.layout_grid.image_style_background .featured-block-wrapper .featured-block-content-wrapper h4, .featured-block.layout_grid.image_style_background .featured-block-wrapper .featured-block-content-wrapper p {
  color: inherit; }




/* Search Form */

.search-form .input-group__field .search-form__input {
  background: transparent;
  border-radius: 20px; }
.search-form .input-group__field ::-webkit-input-placeholder {
  color: inherit; }
.search-form .input-group__field ::-moz-placeholder {
  color: inherit; }
.search-form .input-group__field :-ms-input-placeholder {
  color: inherit; }
.search-form .input-group__field :-moz-placeholder {
  color: inherit; }
.search-form .search-form__connected-submit {
  position: relative;
  display: flex;
  width: 50%;
  margin-top: 30px; }
.search-form .search-form__connected-submit * {
  color: inherit !important; }
.search-form__select {
  margin-top: 20px; }

.advanced-search-wrapper .search-form__input,
.advanced-search-wrapper .search-form__select {
  font-size: calc(var(--font-size-base) * 1px - 2px); }
.search-form__select {
  min-height: 46px;
  width: 100%;
  border-radius: 20px;
  width: 100%;
  border: 1px solid var(--color-border-form);
    padding: 10px 18px; }
.advanced-search-wrapper .search-form__select {
  background-image: var(--svg-select-white-icon); }

@media screen and (min-width: 990px) {
  .advanced-search-wrapper.full_width .search-form {
    display: flex;
    align-items: center; }
  .advanced-search-wrapper.full_width .search-form .search-form__connected-submit {
    margin: 0 0 0 15px;
    max-width: 300px;
    padding: 10px 20px; }
  .advanced-search-wrapper.full_width .search-form .search-form__input-wrapper {
    display: flex;
    align-items: center; }
  .advanced-search-wrapper.full_width .search-form .search-form__input-wrapper .search-form__select {
    margin: 0 0 0 15px; } }
@media screen and (max-width:749px) {
  .advanced-search-wrapper .search-form .search-form__connected-submit {
    width: 100%; }
}


/*  Newsletter  */
.index-newsletter {
  position: relative;
  width: 100%; }
.index-newsletter .section_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.index-newsletter .newsletter-section {
  position: relative;
  z-index: 1; }
.index-newsletter .newsletter-section .contact-form {
  max-width: 570px;
  margin: 0 auto; }
.index-newsletter .newsletter-section .contact-form [type="submit"] {
  min-width: 270px; }
.index-newsletter .input-group__btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
.index-newsletter .input-group__btn-wrapper .btn {
  max-width: 225px;
  width: 100%; }
.newsletter-section label:not(.visually-hidden) {
  width:100%;
}

/* Timeline */

[data-section-type="timeline"] .timeline_wrapper {
  display: flex; }
[data-section-type="timeline"] .timeline_wrapper .timeline_nav {
  max-width: 180px;
  width: 100%;
  padding: 0 30px 0 75px; }
[data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item {
  padding: 4px 9px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid var(--white-color);
    position: relative;
    width: 100%;
    line-height: normal;
    margin-bottom: 75px;
    cursor: pointer; }

[data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item:last-child {
  margin-bottom:0;
}
[data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item:before {
  width: 1px;
  height: 75px;
  background: var(--white-color);
    display: inline-block;
    content: "";
    position: absolute;
    left: 17px;
    bottom: 100%; }
[data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item:first-child:before {
  display: none; }
[data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item.active {
  background: var(--white-color);
    color: #000 !important;
    pointer-events: none; }
[data-section-type="timeline"] .timeline_wrapper .timeline_blocks {
  width: 100%;
  max-width: calc(100% - 180px);
  overflow: auto; }
[data-section-type="timeline"] .timeline_wrapper .timeline_blocks .timeline_block {
  display: none; }
[data-section-type="timeline"] .timeline_wrapper .timeline_blocks .timeline_block.active {
  display: block; }


.timeline_blocks {
  padding-right: 20px; }

.timeline_blocks::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-body);
    border-radius: 10px; }

.timeline_blocks::-webkit-scrollbar {
  width: 8px;
  background-color: var(--color-body);
    border-radius: 10px; }

.timeline_blocks::-webkit-scrollbar-thumb {
  background-color: #8d8d8d;
  border-radius: 10px; }

.bg_image_with_custom_content [data-section-type="timeline"] .section_content .content_side_left .section_content__wrapper .section_main_content {
  padding-right: 50px; }


[data-section-type="timeline"]  .section_content {
  padding-bottom:50px;
}
@media screen and (max-width:749px) {
  [data-section-type="timeline"] .timeline_wrapper .timeline_nav {
    max-width: 100px;
    padding: 0 30px 0 0; }
  [data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item {
    font-size: calc(var(--font-size-base) * 1px - 2px);
      margin-bottom: 55px; }
  [data-section-type="timeline"] .timeline_wrapper .timeline_nav .timeline_nav_item:before {
    height: 55px; }

  [data-section-type="timeline"] .timeline_wrapper .timeline_blocks {
    max-width: calc(100% - 100px);
    height:auto !important;
    max-height:450px;
  }
}


/* Image with text */
.page-width-full {
  width: 100%;
  clear: both;
  display: block; }

.feature-row__image-wrapper {
  overflow: hidden; }

.page-width-full .feature-row__item.layout_left .feature-row__image-wrapper {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.page-width-full .feature-row__item.layout_right .feature-row__image-wrapper {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.feature-row__text {
  margin: 0 auto; }
.feature-row__text.feature-row__text--left {
  margin-left: 0;
  margin-right: auto; }
.feature-row__text.feature-row__text--right {
  margin-right: 0;
  margin-left: auto; }


.feature-row-section + .feature-row-section {
  padding-top:0 !important;
  margin-top: -35px; }

.feature-row-section + .feature-row-section  .feature-row__text {
padding-top: 35px;
padding-bottom: 35px;
}
.feature-row__text .btn {
  min-width: 1px; }

.feature-row__image-wrapper .feature-row__image {
  height: auto; }

@media only screen and (min-width: 750px) {
  .feature-row-section + .feature-row-section {
    margin-top: -55px; }
  .feature-row-section + .feature-row-section  .feature-row__text {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media screen and (min-width: 750px) and (max-width: 1199px) {
  .slider_custom_arrows .btn {
    margin: 0 5px; }
  .feature-row__text--left {
    padding-left: 45px; }

  .feature-row__text--right {
    padding-right: 45px; }
}
@media screen and (max-width:749px) {
  .feature-row__text {
    padding: 20px 40px; }
}
.featured-row__subtext.rte p:last-child {
	margin-bottom:0;
}

/*  Product */

.section-product-template +  .shopify-section {
  margin-top:35px;
}
.product-single__media__carousel {
  position: relative;
  width: 100%;
  display: block; }
.product-single__media__carousel .product-single__media__slide {
  width: 100%; }
.product-single__media__carousel .flickity-prev-next-button {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s; }
.product-single__media__carousel:hover .flickity-prev-next-button:not([disabled]) {
  opacity: 1;
  visibility: visible; }

.product_image__zoom .image_type {
  cursor: zoom-in; }

.qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 50px;
  background: var(--color-body);
    padding: 10px;
    max-width: 150px;
    margin: 0 0 0 20px; }
.qty .qty_btn {
  height: 30px;
  width: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 1px solid #d7dbdb;
  cursor: pointer;
  display: block; }
.qty .minus_btn {
  background: url(minus.png) no-repeat center center; }
.qty .plus_btn {
  background: url(plus.png) no-repeat center center; }
.qty .product-form__input--quantity {
  border: 0;
  text-align: center;
  padding: 0;
  max-width: 75px;
  min-height: 1px;
  border-radius: 0;
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  background: transparent; }


.product-single__thumbnail-image,
.product-single__media img {
  border-radius: 10px;
  height: auto;
  overflow: hidden; }

.thumbnails-wrapper {
  margin-top: 12px; }
.thumbnails-wrapper .product-single__thumbnails {
  margin-left: -11px; }
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid {
  display: flex;
  flex-wrap: wrap; }
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block {
  margin-bottom: 10px; }
.thumbnails-wrapper .product-single__thumbnails-block {
  padding-left: 11px; }

.thumbnails-wrapper .product-single__thumbnails-block {
  display: inline-block;
  position: relative;
  float: left;
  padding-top: 2px; }

.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block:nth-child(7n) {
  clear: both; }

.product-single__meta {
  padding-left: 70px; }
.product-single__meta .product_sku {
  margin: 0; }
.product-single__meta .product-form {
  padding-top: 10px;
  padding-bottom: 15px; }
.product-single__meta .form_bg_row {
  background: var(--white-color);
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 0 10px 0;
    }
.product-single__meta .form_bg_row.section_onboarding_row {
  margin-top: 30px; }
.product-single__meta .header {
  font-weight: bold; }
.product-single__meta .swatch {
  display: flex;
  align-items: center; }
.product-single__meta .swatch .swatch-element {
  margin: 5px 12px 5px 0;
  position: relative;
  display: flex;
  align-items: center; }
.product-single__meta .swatch .header {
  margin: 0 40px 0 0;
  font-size: 16px; }
.product-single__meta .swatch .color label {
  border-radius: 50%;
  overflow: hidden;
  position: relative; }
.swatch .swatch_check_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.swatch .swatch_check_icon svg {
  width:13px;
  height:13px;
  color: var(--white-color);
    }
.swatch .swatch-element.white  .swatch_check_icon svg {
  color:#000;
} 
.product-single__meta .swatch .tooltip {
  text-align: center;
  background: var(--color-btn-primary);
    color: var(--white-color);
      bottom: 100%;
      border-radius: 50px;
      padding: 7px 10px;
      display: block;
      position: absolute;
      white-space: nowrap;
      min-width: 100px;
      width: auto;
      max-width: none;
      right: 50%;
      left: auto;
      transform: translate(50%,10px);
      transition: transform .25s ease-out;
      margin-bottom: 15px;
      filter: alpha(opacity=0);
      opacity: 0;
      visibility: hidden;
      box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
      z-index: 10000;
      box-sizing: border-box;

      }
.product-single__meta .swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }
.product-single__meta .swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid var(--color-btn-primary) 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0; }

.product-single__meta .swatch input:checked + label .swatch_check_icon {
  opacity: 1;
  visibility: visible; }
.product-single__meta .swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
  transform: translate(50%,0px); }
.product-single__meta .product_quantity_info_container {
  display: flex;
  align-items: center; }
.product-single__meta .product_quantity_info_container .qty_container {
  display: flex;
  align-items: center; }

.product-form__item--payment-button {
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin-bottom:0;
  margin-left: -10px; }
.product-form__item--payment-button .shopify-payment-button,
.product-form__item--payment-button .product-form__cart-submit {
  width: 50%;
  margin-left: 10px; }

.image_with_text_blocks {
  clear: both;
  width: calc(100% + 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-top: 15px; }
.image_with_text_blocks .block {
  width: 33.33%;
  padding-left: 30px;
  text-align: center;
  margin-bottom: 15px; }
.image_with_text_blocks .block svg {
 
  width:100%;
  height:100%;
}
.image_with_text_blocks .block svg,
.image_with_text_blocks .block img {
  max-width: 40px;
  display:block;
  margin: 0 auto;
  height: 40px;
  object-fit: cover; }
.image_with_text_blocks .block a {
  display: block; }
.image_with_text_blocks .block .block_content p {
  margin-top: 5px; }


.product-single.product-single--large-media .product-single__meta .product-form__controls-group .product-form__item {
  flex-basis: 100%;
  padding: 0; }
.product-single.product-single--large-media .product-single__meta .product-form__item--payment-button {
  flex-direction: column; }
.product-single.product-single--large-media .product-single__meta .product-form__item--payment-button .shopify-payment-button,
.product-single.product-single--large-media .product-single__meta .product-form__item--payment-button .product-form__cart-submit {
  width: 100%; }
.product-single.product-single--large-media .product-single__meta .image_with_text_blocks {
  flex-direction: column; }
.product-single.product-single--large-media .product-single__meta .image_with_text_blocks .block {
  width: 100%; }

.inventory_qty_info {
  padding:5px 0;
  margin-bottom:10px;
  width:100%;
} 
.inventory_qty_info .product-form__inventory {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 5px;
}
.product-form__inventory-icon {
  position:relative;
}
.inventory_qty_info .product-form__inventory .product-form__inventory-icon-base svg {
  width: 38px;
  height: 38px;
  display: flex;
  color: inherit;
  fill: currentColor;
  vertical-align: top;
}
.product-form__inventory-icon-status  {
  border: 2px solid #ededed;
  bottom: -0.4rem;
  right: -0.4rem;
  position: absolute;
  padding: 3px;
  border-radius: 50%;
  background: currentColor;
}
.text-success {
  color: green;
}
.text-warning {
  color: orange;
}
.text-danger {
  color: red;
}
.product-form__inventory-icon-status  svg {
  width:11px;
  height:11px;
  display: block;
  color: var(--white-color);
}
.product-form__inventory-text {
	margin:0;
}

.thumbnails-block_wrapper {
  position: relative; }

.product-single__thumbnail-badge {
  top: 50%;
  right: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden; }


.tabing {
  margin-top: 50px; }

.tabing .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid var(--color-border-form);
  white-space: nowrap;
}
.tabing .nav-tabs li {
  margin-right: 40px;
  color: var(--color-text);
  border-bottom: 2px solid transparent;
  transition: all 0.3s;
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  padding-right: 10px;
  position: relative;
  top: 1px; }
.tabing .nav-tabs li:last-child {
  margin-right: 0; }
.tabing .nav-tabs li a {
  display: block;
  color: inherit; }
.tabing .nav-tabs li.active {
  color: var(--color-text);
  border-color: var(--color-btn-primary);
    pointer-events: none; }
.tabing .tab-content {
  padding-top: 50px; }
.tabing .tab-content .tab-pane:not(.active) {
  display: none; }


.product_description_accrordion {
  width: 100%;
  clear: both;
}
.product_description_accrordion .product_accordion__block {
  width: 100%;
  position: relative;
  padding: 20px 10px 20px 0;
  border-bottom: 1px solid var(--color-border); }
.product_description_accrordion .product_accordion__block .product_accordion__heading {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between; }
.product_description_accrordion .product_accordion__block .product_accordion__heading:after {
  content: "+";
  display: inline-block;
  font-size: 25px;
  margin-left: 10px; }
.product_description_accrordion .product_accordion__block .product_accordion__heading.active:after {
  content: "-"; }
.product_description_accrordion .product_accordion__block .product_accordion__content {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  margin-top: 20px; }
.product_description_accrordion .product_accordion__block .product_accordion__content:not(.active) {
  display: none; }

.inventory--high {
  color: green; }

.inventory--low {
  color: red; }


select.single-option-selector {
  border: 0;
  border-radius: 20px;
  color: var(--color-text-field-text);
    padding: 16px 30px;
    font-size: 14px;
    background-color: var(--white-color);
      width: 100%; }

form.disabled_btns .shopify-payment-button {
  display: none; }

.swatch-element input:checked + label {
  border-color: #000; }



.shopify-payment-terms {
  width: 100%;
  display: block;
  margin-bottom: 20px; }



.product-single__meta .product_sku,
.product-item__vendor {
  opacity: 0.6;
  font-size: calc(var(--font-size-base) * 1px - 3px);
    position: relative; }


.product-single__meta .product_sku {
  font-size: calc(var(--font-size-base) * 1px - 2px); }

.back_in_stock_row {
  margin: 0 0 40px 0;
  width: 100%;
  clear: both; }
.back_in_stock_row .h5,
.back_in_stock_row h5 {
  display: block;
  width: 100%;
  text-align: left; }
.back_in_stock_row .back_in_stock_custom_form {
  display: flex;
}
.back_in_stock_row .input-group__field {
  background-color: var(--color-body);
    border: 1px solid var(--color-blankstate-background);
      border-radius: 50px;
      margin: 0;
      flex-basis: auto; }
.back_in_stock_row .input-group__btn-wrapper {
  margin: 0 0 0 10px;
}
.back_in_stock_row .input-group__btn-wrapper button.btn {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.back_in_stock_row .input-group__btn-wrapper button.btn svg {
  margin:0;
  width:20px;
  height:20px;
}
.back_in_stock_response.active {
  margin-bottom: 10px; }
.back_in_stock_response.active.success_response + .h5, .back_in_stock_response.active.success_response + h5 {
  display: none; }
.back_in_stock_response.active.success_response + .h5 + .back_in_stock_custom_form, .back_in_stock_response.active.success_response + h5 + .back_in_stock_custom_form {
  display: none; }

.back_in_stock_response .form-message--error {
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1.3;
  color: var(--color-body-text);
    font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
      margin-bottom: 11.66667px;
      }
.back_in_stock_response .form-message--error .form-message__link, 
.back_in_stock_response .form-message--error a {
  color: inherit;
  text-decoration: none;
}
 
body.hide_prices .custom_free_text,
body.hide_prices .product__policies,
body.hide_prices .predictive-search-item__price,
body.hide_prices .tax-note,
body.hide_prices .price {
  display: none; }
body.hide_cart_icon .header_cart_info {
  display: none; }
body.hide_cart_buttons .product-form__item--submit,
body.hide_cart_buttons .back_in_stock_row,
body.hide_cart_buttons .product-single__meta .product_quantity_info_container .qty_container,
body.hide_cart_buttons .product-form__controls-group,
body.hide_cart_buttons  .product-single__meta .quantity_block,
body.hide_cart_buttons .product-card .product-item__action-list {
  display: none; }

[aria-disabled="true"] {
  pointer-events: none; }

.swatch_elements_wrapper {
  display: flex;
  flex-wrap: wrap; }

.pre_order_text {
  display: block;
  width: 100%;
  clear: both;
      color: var(--color-sale-text);
  margin: 10px 0; }

@media screen and (max-width: 749px) {
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit {
    position: fixed;
    bottom: 0;
    z-index: 2;
    width: 100%;
    flex-direction: row;
    background: var(--white-color);
      left: 0;
      right: 0;
      margin: 0;
      align-items: flex-start;
      justify-content: space-between;
      padding: 10px 6px; }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit .shopify-payment-button,
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit .product-form__cart-submit {
    margin: 0;
    width: calc(50% - 5px); }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit .shopify-payment-button {
    margin-left: 5px; }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 12px; }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--submit .product-form__cart-submit {
    margin-right: 5px;
    padding: 12px; } 
}


.price-item--sale {
  margin-right:10px;
}
.product-recommendations__inner .grid  {
  align-items: inherit;
}
.product-recommendations__inner .grid  .product-card {
  height:100%;
  display: flex;
  flex-direction: column;
}
.product-recommendations__inner .grid  .product-card  .product-item__action-list {
  margin-top:auto;
}
.product-recommendations__inner .grid  .product-card  .product-item__action-list + .open-quick-view--btn {
  margin-top:10px;
}

.spr-container .spr-form-input-text,
.spr-container .spr-form-input-email,
.spr-container .spr-form-input-textarea {
  font-size: 14px;
  padding: 15px 30px;
  border: 0;
  border-radius: 20px;
  color: #626262;
  background: #e0e0e0;
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 1.2;
}
.spr-container .spr-form-label {
	font-size: calc(var(--font-size-base) * 1px);
    font-family: var(--font-stack-body);
    font-style: var(--font-style-body);
    font-weight: var(--font-weight-body);
    color: var(--color-text);
    line-height: 1.5;
}
.spr-container .spr-form-title {
	font-size:18px;
}
.spr-container .spr-button {
	min-width:270px;
}



/**
* --------------------------------------------------------------------
* NAV BAR (this one is the inline navigation used on desktop)
* --------------------------------------------------------------------
*/
.nav-bar__item {
  position: relative;
  display: inline-block;
  margin-right: 35px;
  padding: 5px 0; }
.nav-bar__item:last-child {
  margin-right: 0; }

.nav-bar__item--static {
  position: static; }

.nav-bar__item > .nav-dropdown {
  min-width: clamp(200px, calc(100% + 100px), 250px);
  border-radius:10px;
}

.nav-bar__link {
  display: block;
  cursor: pointer;
  color: var(--header_color_text); }
.nav-bar__link .icon--arrow-bottom {
  width: 12px;
  height: 8px;
  margin-left: 5px; }
.nav-bar__link .icon--nav-triangle {
  opacity: 0;
  position: absolute;
  bottom: -1px;
  width: 20px;
  height: 9px;
  margin-left: -16px;
  z-index: 2;
  transition: 0.2s ease-in-out; }

.nav-bar__link[aria-expanded="true"] {
  color: var(--color-btn-primary); }
.nav-bar__link[aria-expanded="true"] .icon--nav-triangle {
  opacity: 1; }


.nav-bar__linklist .nav-bar__item.item-has-mega-menu .nav-dropdown__link {
  color: inherit;
}
.nav-bar__linklist .nav-bar__item.item-has-mega-menu > .nav-dropdown:not(.categories-nav-dropdown) {
  background: var(--header_nav_2_bg);
    color: var(--header_nav_2_color_text); }
.nav-bar__linklist .nav-bar__item.item-has-mega-menu > .nav-dropdown:not(.categories-nav-dropdown) .nav-dropdown {
  background: var(--header_nav_2_bg);
    color: var(--header_nav_2_color_text); }

.mega-menu {
  background: var(--header_megamenu_bg); }

.nav-dropdown__link {
  white-space: normal;
  text-align: left;
}



/**
* --------------------------------------------------------------------
* DROPDOWN MENU
* --------------------------------------------------------------------
*/
.nav-dropdown {
  position: absolute;
  top: 100%;
  padding: 16px 10px;
  list-style: none;
  background: var(--color-body);
    border-radius: 0 0 3px 3px;
    border: 1px solid var(--color-border);
      z-index:0;
      pointer-events:none;
      white-space: nowrap;
      visibility: hidden;
      opacity: 0;
/*       display: none; */
      transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out; }

.nav-dropdown.categories-nav-dropdown {
  display:none;
}
.nav-dropdown--floating {
  margin-top: 7px;
  border: none;
  border-radius: 3px; }
.nav-dropdown--floating::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1; }

.nav-dropdown--glued:not(.nav-dropdown--inverse) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.nav-dropdown--glued.nav-dropdown--inverse {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.nav-dropdown--restrict {
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.nav-bar .nav-dropdown .nav-dropdown {
  max-height: calc(100vh - var(--distance-to-top, 0px) - 40px);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.nav-dropdown[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  display: block; }

.nav-dropdown .icon--nav-triangle-borderless {
  position: absolute;
  bottom: 100%;
  left: 16px;
  width: 20px;
  height: 9px;
  z-index: 1; }

.nav-dropdown .icon--nav-triangle-left {
  position: absolute;
  top: 23px;
  right: 100%;
  height: 20px;
  width: 9px;
  z-index: 1; }

.nav-dropdown__item:not(.has-mega-menu) {
  position: relative; }

.has-mega-menu,
.item-has-mega-menu {
  position: relative; }
.has-mega-menu.visible > .mega-menu, .has-mega-menu.visible > .nav-dropdown,
.item-has-mega-menu.visible > .mega-menu,
.item-has-mega-menu.visible > .nav-dropdown {
  opacity: 1;
  pointer-events:all;
  z-index:11;
  visibility: visible;
  display: block; }

.item-has-mega-menu.mega_menu_main_parent {
  position: static; }

.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
  cursor: pointer; }
.nav-dropdown__link svg {
  position: relative;
  width: 8px;
  height: 12px;
  min-width:8px;
  top: 1px;
  margin-left: auto;
}
.nav-dropdown__link span {
  padding-right:3px;
}

.nav-dropdown__link[aria-expanded="true"] {
  color: var(--color-btn-primary); }

.nav-dropdown .nav-dropdown {
  left: 100%;
  top: -17px; 
  margin-top: 0;
  min-width: 0;
  border-radius: 0 3px 3px 0; }

.nav-dropdown--inverse .nav-dropdown {
  right: 100%;
  left: auto;
  border-radius: 3px 0 0 3px; }
.nav-dropdown--inverse .nav-dropdown .icon--nav-triangle-left {
  right: auto;
  left: 100%;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }

.nav-dropdown .nav-dropdown--floating {
  top: -16px;
  border-left: 1px solid var(--color-border); }


.categories_menu .first_lvl.nav-dropdown {
  min-width:1px;
  width: 185px; }

.categories_menu .second_lvl.nav-dropdown {
  left: 100%; }

.nav-bar__item .nav-dropdown .nav-dropdown {
  width:100%;
  left: calc(100% + 10px); }
.nav-bar__item .nav-dropdown .nav-dropdown.right_side {
  width:100%;
  left:auto;
  right: calc(100% + 10px); }



.item-has-mega-menu:hover > .nav-dropdown,
.item-has-mega-menu:focus-within > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  z-index:11;
  pointer-events:all;
  display: block; }

.has-mega-menu:hover > .nav-dropdown,
.has-mega-menu:focus-within > .nav-dropdown {
  opacity: 1;
  visibility: visible;
  z-index:11;
  pointer-events:all;
  display: block; }


.has-mega-menu.visible  > .nav-dropdown__link span,
.item-has-mega-menu.visible > .nav-dropdown__link span {
  transition: all 0.15s ease-out;
}
.has-mega-menu.visible  > .nav-dropdown__link span:before,
.item-has-mega-menu.visible > .nav-dropdown__link span:before {
  visibility: visible;
  transform: scaleX(1);
}

/**
* --------------------------------------------------------------------
* MEGA MENU
* --------------------------------------------------------------------
*/
.mega-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 87%;
  background: var(--white-color);
    border-radius: 10px;
    border-top: 1px solid var(--color-border);
      border-bottom: 1px solid var(--color-border);
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
        z-index: 11; }

.mega-menu--floating {
  max-width: 0; }

.mega-menu[aria-hidden="false"] {
  visibility: visible;
  opacity: 1; }

.mega-menu__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 0 0 0;
  max-height: 100%;
  min-height: 100%;
  overflow: auto;
  -ms-scroll-chaining: none;
/*   overscroll-behavior: none;  */
}

.mega-menu__inner--center {
  justify-content: center; }

.mega-menu__inner--center .mega_menu_columns__wrapper {
   justify-content: center;
}
.mega-menu__promo {
  display: block;
  flex: 0 1 230px;
  width: 230px;
  min-width: 200px;
  margin: 0 0 30px 10px;
  white-space: normal;
  text-align: center; }

.mega-menu__promo + .mega-menu__promo {
  margin-left: 20px; }

.mega-menu__column-list {
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  margin: 0 -40px;
  min-width: 0; }
@supports (display: grid) {
  .mega-menu__column-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); } }

.mega-menu__column {
  display: block;
  flex: 0 1 auto;
  margin: 0 30px 30px 30px; }

.mega-menu:not(.mega-menu--floating) .mega-menu__column:first-child {
  margin-left: 0 !important; }
.mega-menu:not(.mega-menu--floating) .mega-menu__column:last-child {
  margin-right: 0 !important; }

.mega-menu__title {
  display: block;
  margin-bottom: 20px;
  font-weight: bold; }

.mega-menu__linklist {
  list-style: none; }

.mega-menu__link {
  display: block;
  padding: 5px 0 6px 0;
  line-height: 1.4; }

.mega-menu__image-wrapper {
  margin: 5px 0 22px 0;
  border-radius: 3px;
  overflow: hidden; }

.mega-menu__promo .aspect-ratio {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }

.mega-menu__promo:hover .mega-menu__image-heading {
  color: var(--color-btn-primary); }

.mega-menu__image-heading {
  display: block;
  margin-bottom: 7px;
  transition: color 0.2s ease-in-out; }

.mega-menu__image-text { 
  line-height: 1.5; }

nav .mega-menu {
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }

.mega_menu_columns__wrapper {
    display: flex;
  flex-wrap: wrap;
  width: 100%;
}
 .mega_menu_columns__wrapper .mega-menu__column {
  max-width:calc(100% / 4 - 50px);
  width:100%;
}
.mega-menu__inner.mega-menu__inner--left .mega_menu_columns__wrapper .mega-menu__column {
  margin-left:0;
  margin-right:50px;
}

@media screen and (max-width:989px) {
 .mega-menu__inner--large .mega_menu_columns__wrapper .mega-menu__column {
      max-width:calc(100% / 4 - 50px);
  }
}

@media screen and (min-width: 1280px) {
   .mega_menu_columns__wrapper .mega-menu__column {
  max-width:calc(100% / 4 - 60px);
   }
  .mega-menu__inner--large .mega_menu_columns__wrapper .mega-menu__column {
  max-width:calc(100% / 6 - 60px);
}
  .mega-menu__inner.mega-menu__inner--left .mega_menu_columns__wrapper .mega-menu__column {
    margin-right:60px;
  }
  .mega-menu__column {
    margin-left: 40px;
    margin-right: 40px; }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 50px;
    margin-right: 50px; }

  .mega-menu__promo {
    min-width: 290px;
    flex-basis: 290px;
    width: 290px; } }
@media screen and (min-width: 1440px) {
  .mega-menu__inner--center .mega-menu__column {
    margin-left: 45px;
    margin-right: 45px; }

  .mega-menu__inner--large .mega-menu__column {
    margin-left: 60px;
    margin-right: 60px; }

  .mega-menu__promo {
    min-width: 240px; } }
.mega-menu--floating {
  width: 100vw;
  height: 100%;
  left: 100%;
  top: 0;
  border: none;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid var(--color-border); }
.mega-menu--floating::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 5px -2px rgba(0, 0, 0, 0.1), 5px 0 5px -2px rgba(0, 0, 0, 0.1), 0 -5px 5px -2px rgba(0, 0, 0, 0.1);
  z-index: -1; }
.mega-menu--floating .mega-menu__inner {
  margin: 0;
  padding-right: 30px;
  padding-left: 25px;
}
.mega-menu--floating .mega-menu__title {
  margin-bottom: 5px; }
.mega-menu--floating .mega-menu__column {
  display: block;
  flex: 0 0 170px;
  margin-right: 30px;
  margin-left: 30px;
  white-space: normal; }
.mega-menu--floating .mega-menu__column-list {
  margin: 0 -30px; }

.aspect-ratio img, .aspect-ratio video {
  position: absolute;
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0; }

.main-content {
  padding: 0; }




/* Custom page header   */
.custom_page_header_section {
  width: 100%;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  padding-top: calc(var(--header-height) + 50px);
  padding-bottom: 50px;
  margin-bottom: 50px; }

body.no-overlap-header .custom_page_header_section {
	 padding-top:50px;
}

.custom_page_header_section img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0; }
.custom_page_header_section .page-width {
  position: relative;
  z-index: 1;
  text-align: left;
  width: 100%;
  color: var(--white-color); }
.custom_page_header_section .page-width .breadcrumbs {
  color: inherit;
}
.custom_page_header_section .page-width .breadcrumbs__link {
  color: inherit;
  text-decoration: none; }

.custom_page_header_section.breadcrumbs_without_margin .breadcrumbs {
	margin-bottom:0;
}
@media screen and (min-width:750px) {
.custom_page_header_section .page-width .page_header_heading {
  margin-bottom: 25px;
  font-size: 60px; }
}

.custom_page_header_section img {
  object-fit: cover; }

.custom_page_header_section .article-page {
	padding-bottom:0;
}
.custom_page_header_section.article_custom_header_with_author_info {
	padding-bottom:30px;
}
.custom_page_header_section .article-page .article_header_meta-info .author .author_label {
	color:inherit;
}
.custom_page_header_section .article__comment-count {
	color:inherit;
}

/* Breadcrumbs */

.breadcrumbs {
  margin: 0 0 2em;
  color: var(--breadcrumbs_color);
    }

.breadcrumbs__list {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.breadcrumbs__item {
  display: inline-block; }
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: .2em; }
.breadcrumbs__item a {
  color: inherit; }
.breadcrumbs__item.current_tag__item:after {
  display: none !important; }

.breadcrumbs__item:not(:last-child):after {
  border-style: solid;
  border-width: .10em .10em 0 0;
  content: '';
  display: inline-block;
  height: .20em;
  margin: 0 .20em;
  position: relative;
  transform: rotate(45deg);
  vertical-align: middle;
  width: .20em; }

.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  font-weight: normal;
  text-decoration: none; }

.section-header_without_image .breadcrumbs {
  margin: 1em 0;
}

@media screen and (max-width:749px) {
  .breadcrumbs__item  {
    font-size: calc(var(--font-size-base) * 1px - 2px);
      }
}


/* Product Card  */


.spr-badge,
.shopify-product-reviews-badge {
  min-height: 21px; }

.product-card {
  background: #F7F7F7 !important;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  background: var(--white-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s; }

.product-card .product-item__action-list .btn {
  margin-bottom: 0;
  margin-top: 10px; }

.rendered .product-item-block {
  height: 100%; }
.rendered .product-item-block .product-card {
  display: flex;
  flex-direction: column; }
.rendered .product-item-block .product-card .product-item__action-list {
  margin-top: auto; }
.rendered .product-item-block .product-card {
  height: 100%; }



.product-item-block .product-card--list-wrapper.product-card {
  display: none; }

.product-item-block {
  margin-bottom: 30px; }


.use_align_height .collection-grid-item__image-with-placeholder-wrapper,
.use_align_height .product-card .product-card__image-with-placeholder-wrapper {
  height: auto !important;
  max-height: var(--product-image-height) !important;
    min-height: var(--product-image-height) !important;
      margin-bottom: 15px; }

.use_align_height .collection-grid-item__image-with-placeholder-wrapper[data-image-loading-animation] .collection-grid-item__image-wrapper,
.use_align_height .product-card .product-card__image-with-placeholder-wrapper[data-image-loading-animation] .product-card__image-wrapper {
  height: 100%; }
.use_align_height .collection-grid-item__image-with-placeholder-wrapper[data-image-loading-animation] .collection-grid-item__image-wrapper .placeholder-svg,
.use_align_height .product-card .product-card__image-with-placeholder-wrapper[data-image-loading-animation] .product-card__image-wrapper .placeholder-svg {
  object-fit: cover;
  height: 100%; }

.use_align_height  .collection-grid-item__image-wrapper,
.use_align_height .product-card .product-card__image-wrapper {
  max-width: 100% !important;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; }
.use_align_height  .collection-grid-item__image-wrapper div,
.use_align_height .product-card .product-card__image-wrapper div {
  padding: 0 !important; }

.use_align_height  .collection-grid-item__image-wrapper img,
.use_align_height  .collection-grid-item__image-wrapper .placeholder-svg,
.use_align_height .product-card .placeholder-svg,
.use_align_height .product-card img {
  position: relative !important;
  left: 0 !important;
  max-height: var(--product-image-height) !important;
    height: auto;
    object-fit: contain;
    width: 100%; }



.product-card__image-wrapper {
  width: 100%;
  margin:0 auto;
  display:block;
  mix-blend-mode: multiply;
}

.product-card__image--alternate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center; }

.use_align_height .product-card .product-card__image--alternate {
  position: absolute !important;
  top: 50%;
  left: 50% !important;
  transform: translate(-50%, -50%);
  right: 50%; }
.product-card .product-card__image--alternate.product-card__media--alternate {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.use_image_height .product-item-block .product-card__image {
  object-fit: cover;
  height: 100%;
  width: 100%;
  display:block;
}
.use_image_height .product-item-block.view-mode-grid .product-card__image {
	margin-bottom:10px;
}

.product-item-block.product-item-block--withAlternateImage img {
  transition: all 0.3s; }

@media screen and (min-width:750px) {

.product-item-block.product-item-block--withAlternateImage .product-card__image-wrapper:hover .product-card__image--alternate {
  opacity: 1; }
.product-item-block.product-item-block--withAlternateImage .product-card__image-wrapper:hover .product-card__image:not(.product-card__image--alternate) {
  opacity: 0;
  visibility: hidden; }
}


.grid.Collection-wrapper .product-item-block.view-mode-grid .product-card {
  display: flex;
  flex-direction: column; }
.grid.Collection-wrapper .product-item-block.view-mode-grid .product-card form.product-item__action-list {
  margin-top: auto; }




.product-item__price_and_reviews_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0 10px 0;
  flex-wrap: wrap; }
.product-item__price_and_reviews_row .price {
  font-weight:bold;
  margin-bottom: 5px; }
.product-item__price_and_reviews_row .product-item__reviews-badge {
  margin-bottom: 5px;
  width: 100%;
  display: block; }
.product-item__price_and_reviews_row .spr-badge-caption {
  display: none; }



.product-item__swatches {
  position: absolute;
  display: flex;
  right: 20px;
  top: 20px; }
.product-item__swatches .color-swatch-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.product-item__swatches .color-swatch {
  position: relative;
  display: inline-block;
  margin: 6px;
  vertical-align: middle; }
.product-item__swatches .color-swatch__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0; }
.product-item__swatches .color-swatch__item {
  position: relative;
  display: block;
  width: 18px;
  height: 18px; 
  cursor: pointer;
  background-position:center;
  background-repeat:no-repeat;
  background-size: contain;
  border-radius: 50%; }
.product-item__swatches .color-swatch__item:after {
  position: absolute;
  content: '';
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  border-radius: 50%;
  border: 2px solid #eee; }
.product-item__swatches .color-swatch__radio:checked + .color-swatch__item:after {
  border-color: var(--color-btn-primary); }
.product-item__swatches .color-swatch__item-link {
  display: none;
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  height: 18px;
  background-color: white;
  box-shadow: 0 0 0 1px #d4d6d8 inset;
  border-radius: 10px;
  width: auto;
  line-height: 18px;
  font-size: 12px; }
.product-item__swatches .color-swatch--white .color-swatch__item {
  box-shadow: 0 0 0 1px var(--color-border-form) inset; }
.product-item__swatches .color-swatch--view-more .color-swatch__item-link {
  display: block; }
.product-item__swatches .color-swatch--view-more .color-swatch__item {
  display: none; }


.product-item-block.view-mode-grid .product-item__desc {
  display: none; }

.product-item--info {
  height: 100%;
  display: flex;
  flex-direction: column; }


/*  Product Item List */

.product-item__label-list {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px; }

.product-item-block.view-mode-list .product-card-wrapper {
  display: flex;
  flex-direction:row;
}


.product-item-block.view-mode-list .product-item__label-list {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px; }
.product-item-block.view-mode-list .product-item--media {
  width: 30%;
  position: relative; }
.use_align_height .product-item-block.view-mode-list .product-item--media .list-view-item__image {
  max-width: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product-item-block.view-mode-list .product-item--media .list-view-item__image-wrapper {
  width: 100%;
  margin: 0 auto; }
.product-item-block.view-mode-list .product-item--media .product-item__swatches {
  top: 0;
  right: 0; }
.product-item-block.view-mode-list .product-item--info {
  width: 70%;
  padding-left: 50px; }
.product-item-block.view-mode-list .product-item--info .product-item__action-list .product-form__cart-submit {
  max-width: 400px; }

.product-item-block.view-mode-list .product-item--info .open-quick-view--btn {
  max-width:400px;
}
.product-item-block.view-mode-list .product-item--info .open-quick-view--btn {
	margin-top:10px;
}

.product-item-block.view-mode-list {
  width: 100%;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0; }
.use_align_height .product-item-block.view-mode-list .product-card .product-list--media .product-card__image-with-placeholder-wrapper {
  top: 50%;
  transform: translateY(-50%);
  margin: 0; }

@media screen and (min-width: 750px) {
  .product-item-block.view-mode-list .product-card--list-wrapper.product-card {
    display: block; }
  .product-item-block.view-mode-list .product-card-grid-wrapper.product-card {
    display: none; } }


@media screen and (max-width: 749px) {
  .product-item-block.view-mode-list .product-card-wrapper {
    flex-direction: column; }

  .product-item-block.view-mode-list .product-item--media {
    width: 100%; }

  .product-item-block.view-mode-list .product-item--info {
    width: 100%;
    padding: 0; }

  .product-item-block.view-mode-list .product-item--info .product-item__action-list .product-form__cart-submit {
    max-width: 100%; } }


/**
* --------------------------------------------------------------------
* PRODUCT LABEL
* --------------------------------------------------------------------
*/
.product-label {
  display: inline-block;
  padding: 5px 15px;
  color: var(--white-color);
    border-radius: 20px;
    font-size: 13px;
    line-height: 1;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: var(--white-color);
      border: 2px solid transparent;
      min-width: 90px;
      text-align: center; }

.product-label--on-sale {
  border-color: var(--product_label_sale_color);
    color: var(--product_label_sale_color); }

.product-label--custom1 {
  color: var(--product_label_1_color);
    border-color: var(--product_label_1_color); }

.product-label--custom2 {
  color: var(--product_label_2_color);
    border-color: var(--product_label_2_color); }

.product-label--soldout {
  border-color: var(--product_label_sold_out_color);
    color: var(--product_label_sold_out_color); }



/*  Mosaic */
.mosaic_section_wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 11px; }
.mosaic_section_wrapper:not(.use_stacked_layout) {
  padding: 0 11px; }
@media screen and (max-width: 749px) {
  .mosaic_section_wrapper {
    display: block; } }
.mosaic_section_wrapper .mosaic_block {
  grid-row: 1;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 300px; }
.mosaic_section_wrapper .mosaic_block a {
  color: inherit; 
      display: block;
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 2;

}
.mosaic_section_wrapper .mosaic_block.height_1 {
  grid-row: 1 / 3;
  height: 100%; }
@media screen and (min-width:750px) {
  .mosaic_section_wrapper .mosaic_block.height_1 {
    min-height:622px;
  }
}
@media screen and (max-width: 749px) {
  .mosaic_section_wrapper .mosaic_block {
    height: 250px !important;
    width: 100%;
    grid-row: auto !important;
    margin-bottom: 20px;
  } }
.mosaic_section_wrapper .mosaic_block:after,
.mosaic_section_wrapper .mosaic_block a:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%; }
.mosaic_section_wrapper .mosaic_block .mosaic_image {
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
  transition: .6s; }
.mosaic_section_wrapper .mosaic_block .mosaic_block-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  padding: 50px; }
@media screen and (min-width: 750px) {
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption.text-left {
    align-items: flex-start; }
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption.text-right {
    align-items: flex-end; }
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption.-bottom {
    justify-content: flex-end; }
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption.-top {
    justify-content: flex-start; } }
.mosaic_section_wrapper.use_lightbox .mosaic_block-caption,
.mosaic_section_wrapper.use_lightbox .mosaic_image {
  cursor: zoom-in; }


@media (min-width: 750px) {
  .-animate--zoom-in:hover .mosaic_image {
    transform: scale(1.2); }

  .-animate--zoom-out .mosaic_image {
    transform: scale(1.2); }

  .-animate--zoom-out:hover .mosaic_image {
    transform: scale(1); }

  .-animate--fade-in .mosaic_image {
    opacity: .64; }

  .-animate--fade-in:hover .mosaic_image {
    opacity: 1; }

  .-animate--fade-out .mosaic_image {
    opacity: 1; }

  .-animate--fade-out:hover .mosaic_image {
    opacity: .64; }

  .-animate--grayscale-in .mosaic_image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

  .-animate--grayscale-in:hover .mosaic_image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

  .-animate--grayscale-out .mosaic_image {
    -webkit-filter: grayscale(0);
    filter: grayscale(0); }

  .-animate--grayscale-out:hover .mosaic_image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }

  .-animate--blur-in .mosaic_image,
  .-animate--blur-out .mosaic_image {
    transform: scale(1.1); }

  .-animate--blur-in:hover .mosaic_image {
    -webkit-filter: blur(10px);
    filter: blur(10px); }

  .-animate--blur-out .mosaic_image {
    -webkit-filter: blur(10px);
    filter: blur(10px); }

  .-animate--blur-out:hover .mosaic_image {
    -webkit-filter: blur(0);
    filter: blur(0); } }
@media (max-width: 749px) {
  .mobile-redability .mosaic_block-caption {
    top: auto !important;
    bottom: 0 !important;
    transform: none !important;
    text-align: center !important;
    color: white !important;
    left: 0 !important;
    right: auto !important;
    padding-top: 70px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); }
  .mobile-redability .mosaic_block-caption h3 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3); } }





/* Sections overlay  */
.section_content__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%; }
.section_content__wrapper .section_main_content {
  width: 50%; }

.bg_image_with_custom_content {
  padding: 0;
  position: relative;
  min-height: 700px;
  margin-bottom: 35px; }

@media screen and (max-width:749px) {
  .bg_image_with_custom_content {
    min-height: 500px;
  }
}

@media only screen and (min-width: 750px) {
  .bg_image_with_custom_content {
    margin-bottom: 55px; } }
.bg_image_with_custom_content .section_content {
  z-index: 1; }
.bg_image_with_custom_content .section_content .content_side_right .section_content__wrapper {
  flex-direction: row-reverse; }
.bg_image_with_custom_content .section_content .content_side_right .section_content__wrapper .section_main_content {
  padding-left: 100px; }
.bg_image_with_custom_content .section_content .content_side_left .section_content__wrapper .section_main_content {
  padding-right: 100px; }
.bg_image_with_custom_content .section_overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 51%;
  height: 100%;
  background: var(--color-btn-primary-darker);
    opacity: 0.7; }
.bg_image_with_custom_content .section_overlay.content_side_left {
  left: 0;
  right: auto; }
.bg_image_with_custom_content .section_overlay.content_side_right {
  left: auto;
  right: 0; }

.section_with_bg {
  position: relative; }
.section_with_bg .section_main_content {
  position: relative;
  z-index: 1; }
.section_with_bg .section_bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%; }

@media screen and (max-width: 1199px) {
  .section_content {
    padding: 80px 0; }
  .section_content .section_content__wrapper {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .section_content .section_content__wrapper .section_main_content {
    width: 100%;
    padding: 0 !important; }

  .section_overlay {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important; }

  .product-single__meta {
    padding-left: 40px; }
  .product-single__meta .product-form__item--payment-button {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0; }
  .product-single__meta .product-form__item--payment-button .shopify-payment-button,
  .product-single__meta .product-form__item--payment-button .product-form__cart-submit {
    width: 100%;
    margin-left: 0; } }
@media screen and (max-width: 749px) {
  .bg_image_with_custom_content .section_bg {
    height: 100%; }

  .section_content {
    padding: 50px 0; }
  .back-to-top {
    bottom: 15px;
    right: 15px; }

  .bg_image_with_custom_content .section_overlay {
    height: 100%; }

  .btn span + svg, .shopify-payment-button .shopify-payment-button__button--unbranded span + svg {
    margin-left: 30px; }

  .product-single__meta {
    padding: 0; }
}


/* Social sharing  */
.social-sharing {
  display: flex;
  align-items: center;
  justify-content: center;
margin-top:15px;
}
.social-sharing li {
  margin-right: 11px; }
.social-sharing li:last-child {
  margin-right: 0; }
.social-sharing .btn--share {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color); }

.social-sharing li {
  margin-right: 30px; }
.social-sharing li:last-child {
  margin: 0; }
.social-sharing .btn--share {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 0; }
.social-sharing .btn--share svg {
  width: 27px;
  height: 27px;
  fill: #8d8d8d;
  transition: all 0.3s; }
.social-sharing .btn--share:hover svg {
  fill: #000; }


/* Search Page  */

.Search_Section {
  display: flex; }
.Search_Section.EmptySearch_Section {
  padding: 25px 0 45px;
}
.Search_Section #Collection {
  width: 100%; }
.Search_Section.filters_view_mode_off_canvas_sidebar {
  flex-direction: column; }
@media screen and (min-width: 1200px) {
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar {
    max-width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .search-form {
    margin: 0 50px 0 0;
    width: 100%;
    max-width: 300px; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    border-bottom: 2px solid var(--color-border); }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .filter-form {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section {
    padding: 0;
    margin-right: 90px;
    border: 0; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section:last-child {
    margin-right: 0; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section .category-filters-section-title {
    margin: 0;
    transition: all 0.3s;
    border-bottom: 2px solid transparent;
    padding: 0 0 12px 0;
    margin-bottom: -2px; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section .category-filters-section-title.active {
    border-color: var(--color-btn-primary); }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section .category-filters-section-title.active svg {
    color: var(--color-btn-primary); }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section .category-filters-area-list {
    position: absolute;
    background: var(--white-color);
      z-index: 2;
      margin-top: 15px;
      border: 1px solid var(--color-border);
        padding: 10px 15px;
        height: auto !important;
        max-height: none !important;
        min-width: 200px;
        width: auto; }
  .Search_Section.filters_view_mode_off_canvas_sidebar .collection-sidebar .category-filters-area .category-filters-area-section .show_more_options {
    display: none !important; } 
}

.show_overlay {
  overflow: hidden;
  position: relative; }
.show_overlay:after {
  background: #000;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.3;
  z-index: 19; }

@media screen and (max-width: 900px) {
  .section-header-wrapper {
    flex-wrap: wrap; }
  .section-header-wrapper .filters-toolbar {
    width: 100%;
    flex-wrap: wrap; } 
.open_mobile_sidebar span{
  width: 100%;
}
}
.search-page-wrapper {
  width: 100%; }

.search-page--open-sidebar-btn {
  margin-bottom:11px;
}
@media only screen and (min-width: 1200px) {
  .search-page--open-sidebar-btn {
    display: none; } }

.SearchGrid.grid .list-view-items {
  width:100%;
}

/* Card Drawer */

.Cart-Drawer {
  position: fixed;
  top: 0;
  visibility: hidden;
  width: calc(100vw - 30px);
  height: var(--app-height,100vh);
  max-height: none;
  z-index: 20;
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  background: var(--white-color);
    box-shadow: none;
    touch-action: manipulation;
    transform: translateX(100%);
    right: 0;
    left: auto; }
.Cart-Drawer.show {
  visibility: visible;
  transform: translateX(0); }
@media screen and (min-width: 750px) {
  .Cart-Drawer {
    width: 400px; } }
.Cart-Drawer .Drawer__Header {
  padding: 20px 0; }
.Cart-Drawer .Drawer__Title {
  padding-right: 30px;
  margin: 0; }
.Cart-Drawer .Drawer__Close {
  position: absolute;
  margin-left: 0;
  right: 10px;
  background: 0;
  padding: 5px;
  top: 20px;
  border: 0; }
.Cart-Drawer .Drawer__Close svg {
  width: 15px;
  height: 15px; }
.Cart-Drawer .Drawer__Content {
  padding: 0;
  height: calc(max(100% - var(--header-height),100% - 73px));
    max-height: calc(max(100% - var(--header-height),100% - 73px));
      position: relative;
      display: flex;
      flex-direction: column;
      overflow: hidden; }
.Cart-Drawer .Drawer__Content .Drawer__Main {
  flex: 1 1 auto;
  overflow: auto; }

.Cart-Drawer .Drawer__Content .Drawer__Main {
  display: flex;
  flex-direction: column;
}
.Cart-Drawer .cart-drawer-container.empty_cart_buttons  {
	margin-top:auto;
}
.Cart-Drawer .Drawer__Content .Drawer__Footer {
  padding: 20px 0 0 0;
  flex: none; }
.Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout {
  width: 100%;
  justify-content: center;
}

.Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout + .Cart__Checkout {
  margin-top: 15px; }
.Cart-Drawer .Drawer__Content .Cart__ShippingNotice .Drawer__Container {
  border-radius: 20px;
  padding: 10px 15px;
  text-align: center;
  background: var(--color-body); }
.Cart-Drawer .Cart__Empty {
  margin: 90px 0;
  text-align: center; }

.Cart-Drawer .Cart__Empty.with_empty_cart_buttons {
  margin: 63px 0;
}
.Cart-Drawer .Cart__Empty span {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: var(--color-body);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px; }
.Cart-Drawer .cart-drawer-container {
  padding-left: 15px;
  padding-right: 15px; }
.Cart-Drawer .cart-drawer-container .cart__block .cart_block__title  {
  margin-bottom:10px;
}
.Cart-Drawer .cart-drawer-container .cart_block__content .cart-note__input {
      display: block;
    min-height: 105px;
    width: 100%;
    margin-bottom: 20px;
    background: var(--color-body);
    resize: none;
    border: 0;
    border-radius: 20px;
    padding: 20px 25px;
    font-size: 14px;
}
.Cart-Drawer .cart_related_products {
  display: block;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.Cart-Drawer .cart_related_product {
  min-width:75%;
  width:75%;
  white-space: normal;
}
.Cart-Drawer .cart_related_product .cart-drawer-container {
  margin:0;
  padding-bottom:0;
}


.QuantitySelector {
  display: flex;
  align-items: center;
  justify-content: center; }
.QuantitySelector .QuantitySelector__Button {
  border-radius: 50%;
  border: 1px solid var(--color-border-form);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-border-form); }
.QuantitySelector .QuantitySelector__Button svg {
  width: 9px;
  height: 9px; }

.QuantitySelector__CurrentQuantity {
  border: 0;
  border-radius: 50%;
  width: auto;
  padding: 0;
  background: var(--color-body);
    min-width: 1px;
    width: 30px;
    height: 30px;
    text-align: center;
    margin: 0 10px; }

.CartItem__Remove {
  color: var(--color-border-form);
  border: 1px solid var(--color-border-form);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 15px; }
.CartItem__Remove svg {
  width: 9px;
  height: 9px; }

.CartItem__Actions {
  display: flex;
  align-items: center; }
.CartItem__Actions .CartItem__QuantitySelector + .CartItem__PriceList {
  margin-left: 45px; }
@media screen and (max-width:749px) {
  .CartItem__Actions .CartItem__QuantitySelector + .CartItem__PriceList {
    margin-left: 20px; }
}
.CartItem__Actions .CartItem__PriceList {
  font-weight: 600;
  font-size: calc(var(--font-size-base) * 1px - 2px); }

.CartItem__Title {
  padding-right: 30px;
  margin-bottom: 10px; }

.cart-subtotal {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0; }

.CartItem {
  margin: 20px 0 0 0;
  padding: 0 15px 20px;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  position: relative;
}
.CartItemWrapper + .CartItemWrapper {
  border-top: 1px solid var(--color-border-form); 
}
.CartItem .CartItem__ImageWrapper {
  max-width: 95px;
  width: 80%;
  text-align: center; }
.CartItem .CartItem__ImageWrapper .CartItem__Image {
  max-height: 100px;
  height: auto;
  width: 100%;
  object-fit: contain; }
.CartItem .CartItem__Info {
  width: 100%;
  max-width:calc(100% - 95px);
  padding-left: 15px; }

.cart_related_collection {
  background: var(--color-body);
    padding: 15px 0 0 0;
    }
.cart_related_collection__heading {
  margin-bottom: 23px;
}
.cart_related_products .cart_related_product:last-child .CartItem {
  border-bottom:0;
}
.cart_related_collection .cart_related_product:last-child .CartItem {
  margin-bottom: 0; }
.cart__error-message-wrapper {
  margin: 15px 0; }
.Cart-Drawer .cart-drawer-container [data-cart-discount-wrapper] {
  padding-left:0;
  padding-right:0;
}

[data-cart-discount-wrapper] {
  background: var(--white-color);
    border-bottom: 1px solid var(--color-border-form);
    padding: 20px 30px;
    } 

.Cart-Drawer .Drawer__Content .Drawer__Footer >  .cart-drawer-container {
  padding-bottom: 30px;
}

.cart_related_collection .CartItem {
  margin: 10px 0 0 0;
  padding: 0 15px 5px;
}
.cart_related_collection .CartItem .CartItem__ImageWrapper {
  width:auto;
  max-width:100%;
}
.cart_related_collection .CartItem .CartItem__ImageWrapper .CartItem__Image {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  max-width: 100%;
  max-height: none;
  object-fit: cover;
}
.cart_related_collection .CartItem .CartItem__Info {
  max-width: calc(100% - 50px);
}
.cart_related_collection .CartItem .CartItem__Info .CartItem__Title {
  padding: 0;
  margin-bottom: 6px;
}
   .CartItem__Info .CartItem__Variant {
    margin-bottom:5px;
  }
   .CartItem__Info  .CartItem__DiscountList {
    margin-bottom:10px;
  }
   .CartItem__Variant + .CartItem__Meta {
    margin-top:10px;
  }

.CartItem__DiscountList {
  font-size:12px;
}
.CartItem__DiscountList svg {
  width:12px;
  height:12px;
}
.CartItem__PriceList .unit-price {
  font-size:12px;
  margin-top:5px;
}
.CartItem .Price--compareAt {
    text-decoration: line-through;
  opacity: .6;
}



/* Customer Pages */

.form-vertical .btn--full,
.btn--full {
  width: 100%;
  max-width: 100%; }

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

.form-vertical .disclosure__toggle, .form-vertical input:not([type="submit"]), .form-vertical select, .form-vertical textarea {
  margin-bottom: 11px;
  font-size: 14px;
  padding: 15px 30px;
  border: 0;
  border-radius: 20px;
  color: #626262;
  background: #e0e0e0; }

.customer-forms-wrapper {
  padding: 50px 0;
  max-width: 380px;
  margin: 0 auto;
  font-size: calc(var(--font-size-base) * 1px - 2px); }
.customer-forms-wrapper .account-breadcrumbs {
  margin-bottom: 45px;
  margin-top: 15px; }
.customer-forms-wrapper .account-breadcrumbs .breadcrumbs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #626262; }
.customer-forms-wrapper .account-breadcrumbs .breadcrumbs__list a {
  color: inherit; }
#RecoverPassword {
  margin-top: 19px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.customer-forms-wrapper #RecoverPasswordForm .subtext {
  margin-bottom: 30px; }
.customer-forms-wrapper .reset-password-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -12px; }
.customer-forms-wrapper .reset-password-buttons .btn-wrap {
  width: 50%;
  padding-left: 12px; }
.customer-forms-wrapper .reset-password-buttons .btn-wrap .btn {
  margin: 0;
  line-height: 1.2;
  min-height: 1px;
  height: auto;
  display: block; }
.customer-forms-wrapper .reset-password-buttons .btn-wrap .btn#HideRecoverPasswordLink {
  color: inherit;
  border: 0;
  background: var(--white-color); }


@media screen and (max-width:749px) {
  .shopify-section-header.showAlternateHeader~#PageContainer.marginTop .customer-forms-wrapper {
  	padding-top:20px;
  }
}

.greeting_row {
  margin-top: 65px; }
.greeting_row #customer_logout_link {
  color: var(--color-btn-primary); }

@media screen and (max-width: 749px) {
  .myaccount__order-history {
    margin-top: 30px; } }
.myaccount__order-history table {
  border-radius: 20px;
  overflow: hidden;
  background: var(--white-color); }
.myaccount__order-history table th, .myaccount__order-history table td {
  padding: 15px 20px;
  border: 0; }
@media screen and (min-width: 750px) {
  .myaccount__order-history table th, .myaccount__order-history table td {
    text-align: center; } }
@media screen and (max-width: 749px) {
  .myaccount__order-history table th, .myaccount__order-history table td {
    font-size: calc(var(--font-size-base) * 1px - 2px); } }
.myaccount__order-history table th a, .myaccount__order-history table td a {
  text-decoration: none;
  border: 0; }
.myaccount__order-history table td {
  border-bottom: 1px solid var(--color-border-form); }
.myaccount__order-history table thead tr th {
  background: #e0e0e0;
  text-align: center; }
@media screen and (min-width: 750px) {
  .myaccount__order-history table tr:last-child td {
    border: 0; } }
@media screen and (max-width: 749px) {
  .myaccount__order-history table tr:last-child td:last-child {
    border: 0; } }
@media screen and (min-width: 750px) {
  .myaccount__order-history table td.order-table__product {
    text-align: left; } }
.myaccount__order-history table .discount-heading {
  display: flex;
  align-items: center; }
.myaccount__order-history table.order-table tbody tr:last-child td {
  border-bottom: 1px solid var(--color-border-form); }

.return_with_icon_link {
  display: flex;
  align-items: center; }
.return_with_icon_link .icon {
  margin-right: 5px;
  width: 15px;
  height: 15px; }

.return_with_icon_link__row {
  margin-top: 20px;
  display: inline-block; }

.address_buttons {
  display: flex;
  align-items: center; }
.address_buttons .divider {
  margin: 0 10px; }
.address_buttons button.address_button {
  border: 0;
  background: transparent; }

.addresses-list {
  margin-top: 45px;
  border-top: 1px solid var(--color-border-form);
    padding-top: 50px; }
@media screen and (max-width: 749px) {
  .addresses-list {
    margin-top: 25px; } }
@media screen and (max-width: 749px) {
  .addresses-list {
    padding-top: 30px; } }
.addresses-list > li {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--color-border-form); }
@media screen and (max-width: 749px) {
  .addresses-list > li {
    margin-bottom: 30px;
    padding-bottom: 30px; } }

.address-new-toggle {
  line-height: 1.2;
  min-width: 185px;
  justify-content: center; }

.customer-address-form {
  margin: 50px 0 0 0; }
@media screen and (max-width: 749px) {
  .customer-address-form {
    margin-top: 30px; } }
.customer-address-form .customer-address-form--header {
  margin-bottom: 50px; }
@media screen and (max-width: 749px) {
  .customer-address-form .customer-address-form--header {
    margin-bottom: 30px; } }
.customer-address-form .address_buttons {
  margin-top: 20px; }
.customer-address-form .address_buttons .btn {
  margin: 0;
  line-height: 1.2;
 min-width: 190px;
  padding: 13px;
  justify-content: center; }

@media screen and (max-width:480px) {
  .customer-address-form .address_buttons .btn {
 min-width: 50%;
  }
}
.customer-address-form .address_buttons .btn + .btn {
  margin-left: 12px; }

.disclosure-list li.disclosure-list__item {
  padding: 10px ;
  margin: 0;
  text-align: center; }




/* Faq Section  */
.faq_accordion {
  max-width: 768px;
  width: 100%;
  margin: 0 auto; }
.faq_accordion .heading_block {
  padding-top: 70px;
  border-top: 1px solid var(--color-border);
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center; }
@media screen and (max-width: 749px) {
  .faq_accordion .heading_block {
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 25px; } }
.faq_accordion .heading_block:first-child {
  border: 0;
  margin-top: 0;
  padding-top: 0; }
.faq_accordion .accordion__block .answer {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
  padding-left: 35px;
  margin-bottom: 20px; }
.faq_accordion .accordion__block .answer:not(.active) {
  display: none; }
.faq_accordion .question {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center; }

.template-page .faq_accordion .accordion__block .answer {
  padding-left:0;
}
.template-page .answer_content {
  padding-left:0;
}
.question .icon {
  width:12px;
  min-width:12px;
  height:12px;
  margin-right:10px;
}
.question  .icon--minus {
  color: var(--color-btn-primary);
    display:none;
    }
.question.active .icon--minus {
  display:inline-block;
}
.question.active .icon--plus {
  display:none;
}

.main-faq-section-wrapper .custom_page_header_section + .faq-section {
  padding:50px 0;
}




/* Page 404  */
.page-404-content h1 {
  color: var(--color-btn-primary);
    text-shadow: none;
    margin-bottom: 30px; }
.page-404-content .btn {
  width: 100%;
  justify-content: center;
  max-width: 225px;
  margin-top: 11px;
  font-size: 14px;
  padding: 13px;
  margin: 10px 10px 0 0; }
.page-404-content .btn_wrapper {
  margin-top: 60px; }
.page-404-content .social-sharing {
  justify-content: flex-start;
  margin-top: 50px; }
.page-404-content .social-sharing li {
  margin-right: 11px; }
.page-404-content .social-sharing .btn--share {
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color); }
.page-404-content .page-404-footer {
  margin-top: 130px; }


@media screen and (min-width:750px) {
  header.site-header.logo--inline .site-header__mobile-nav .site-header__icons {
    display: flex;
    align-items: center;
    margin-top: 10px;
    width:100%;
  }
  header.site-header.logo--inline #AccessibleNav {
    padding-left:30px;
  }
}
@media screen and (min-width:1200px) {
  header.site-header.logo--inline .site-header__mobile-nav .site-header__icons .site-header__icons-wrapper .search-bar__interior {
    max-width:100%;
  }
}


/* Collection grid  */

.collection-grid-item.full_image .collection-grid-item__info { 
  padding: 50px 30px; }
@media screen and (max-width: 1650px) {
  .collection-grid-item.full_image .collection-grid-item__info {
    padding: 30px 20px; } }
.collection-grid-item {
  background: var(--white-color);
    padding: 30px;
    border-radius: 20px;
    position: relative;
    text-align: center; }
@media screen and (max-width: 749px) {
  .collection-grid-item {
    padding: 20px 15px; } }
.collection-grid-item img {
  display: block;
  height: auto;
  margin: 0 auto; }
.collection-grid-item .collections-grid-item__info {
  padding: 30px 20px; }
@media screen and (max-width: 989px) {
  .collection-grid-item .collections-grid-item__info {
    padding: 30px 0; } }


.template-list-collections   .collection-grid-item.fixed_height_images .collections-grid-item__info {
    padding: 30px 0; }
.collection-grid-item .collection-grid-item-products-count {
  margin-top: 10px; }
.collection-grid-item .collection-grid-item__button_wrapper {
  margin-top: 50px; }
@media screen and (max-width: 749px) {
  .collection-grid-item .collection-grid-item__button_wrapper {
    margin-top: 20px; } }
.collection-grid-item .collection-grid-item__button_wrapper .btn {
  width: 100%; }
.collection-grid-item.full_image {
  padding: 0; }
.collection-grid-item.full_image img {
  border-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }


.list-collections-grid.grid {
  align-items: inherit; }
.list-collections-grid.grid .collection-grid-item {
  display: flex;
  flex-direction: column;
  height: 100%; }
.list-collections-grid.grid .collection-grid-item .collection-grid-item__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.list-collections-grid.grid .collection-grid-item__button_wrapper {
  margin-top:auto;
}
.list-collections-grid.grid .collection-grid-item .collection-grid-item__button_wrapper .btn {
  margin-top:50px;
}

@media screen and (max-width: 749px) {
  .list-collections-grid.grid .collection-grid-item .collection-grid-item__button_wrapper .btn {
    margin-top:20px;
  }
    .half_row_mobile .list-collections-grid.grid .collection-grid-item .collection-grid-item__info {
   padding:5px 10px 10px;
 }
}


/* Blog page  */

.blog_page_layout {
  display: flex; }
@media screen and (max-width: 1199px) {
  .blog_page_layout {
    flex-direction: column-reverse; } }
.blog_page_layout .blog-sidebar {
  max-width: 350px;
  width: 100%;
  margin-right: 95px;
  padding: 0 25px 20px; }
@media screen and (max-width: 1650px) {
  .blog_page_layout .blog-sidebar {
    margin-right: 50px; } }
@media screen and (max-width: 1199px) {
  .blog_page_layout .blog-sidebar {
    margin: 0;
  }
}
.blog_page_layout .blogs-wrapper {
  width: 100%; }
.blog_page_layout .search-sidebar_form {
  margin: 0; 
  position:relative;
  clear:both;
}
.blog_page_layout .search-sidebar_form .search-form__input {
  border-radius: 20px;
}
.blog_page_layout .search-sidebar_form .search-button__submit {
  color: var(--color-border-form);
    }
.blog_page_layout .blog-sidebar__block-title {
  margin-bottom: 40px; }
.blog_page_layout .blog-sidebar__post-list {
  margin: 0; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item {
  width: 100%;
  display: flex;
  margin-bottom: 35px; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item:last-child {
  margin: 0; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item .blog-sidebar__post-image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item .blog-sidebar__post-image-wrapper .blog-sidebar__post-placeholder,
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item .blog-sidebar__post-image-wrapper .blog-sidebar__post-image {
  object-fit: cover;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  min-width: 60px;
  width: 60px;
  height: 60px; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item .blog-sidebar__post-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px; }
.blog_page_layout .blog-sidebar__post-list .blog-sidebar__post-item .blog-sidebar__post-meta .blog-sidebar__post-meta-item + .article__comment_info {
  margin-left: 20px; }
.blog_page_layout .blog-sidebar__item {
  padding: 45px 0;
  border-bottom: 2px solid var(--color-border); }

.blog_page_layout .blog-sidebar__item + .search-sidebar_form {
	margin-top:45px;
}

/* .blog_page_layout .blog-sidebar__categories ul li {
  margin-bottom: 15px; }
.blog_page_layout .blog-sidebar__categories ul li:last-child {
  margin: 0; } */

.blog_page_layout .blog-sidebar__categories ul li a.selected {
  color: var(--color-text);
    font-weight: 600; }
.blog_page_layout .article_block {
  margin-bottom: 10px; }
.blog_page_layout .article__grid-meta {
  font-size: calc(var(--font-size-base) * 1px - 2px); }
.blog_page_layout .article__list-excerpt {
  margin: 20px 0 0 0;
  text-align: left;
  font-size: calc(var(--font-size-base) * 1px - 2px); }
.blog_page_layout .article__list-btn .btn {
  font-size: 14px;
  padding-top: 11px;
  padding-bottom: 11px; }
.blog_page_layout .article__list-btn {
  display: none; }
@media screen and (min-width: 750px) {
  .blog_page_layout.layout_list .article_block {
    display: flex; }
  .blog_page_layout.layout_list .article_block .article__link {
    width: 35%; }
  .blog_page_layout.layout_list .article_block .article__link img {
    border-radius: 10px; }
  .blog_page_layout.layout_list .article_block .article_block_info {
    width: 65%;
    padding-left: 60px; }

  .blog_page_layout.layout_list .article_block .article_block_info .article__list-excerpt,
  .blog_page_layout.layout_list .article_block .article_block_info .article__list-btn {
    margin-top:20px;
    display: block; }
}

.blog_page_layout .blogs-wrapper .grid.grid--uniform {
  align-items: inherit;
}
.blog_page_layout .blogs-wrapper .grid.grid--uniform .article_block {
  height:100%;
}
.blog_page_top_bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom:30px;
}

.blog_page_top_bar-dropdowns-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.blog_page_top_bar-dropdown-wrapper {
  display: flex;
  align-items: center;
  position:relative;
        }
.blog_page_top_bar-dropdown-wrapper + .blog_page_top_bar-dropdown-wrapper {
  margin-left:20px;
}
.blog_page_top_bar-dropdown-wrapper select {
  min-width: 130px;
  border-radius: 50px;
  border: 2px solid var(--color-border-form);
    padding: 0 30px 0 15px;
    font-size: calc(var(--font-size-base) * 1px - 2px);
      background:none;
      opacity:0.6;
      margin:0;
      min-height: 45px;
      }
.blog_page_top_bar-dropdown-wrapper svg {
  width: 9px;
  height: 9px;
 
  height: 0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5em;
}
@media screen and (max-width:749px) {
  .blog_page_top_bar {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .blog_page_top_bar-dropdowns-wrapper {
    margin: 0;
    justify-content: flex-end;
    display: inline-flex;
    width: auto;
  }
}
.blog_page_layout .blogs-wrapper  {
	margin-bottom:30px;
}

[data-section-type="blog-page"] .open_mobile_sidebar {
  font-size: 14px;
  margin: 0 15px 0  0;
  min-width: 100px;
  width: auto;
  display:none;
}
.close-blog-sidebar {
  float: right;
  cursor: pointer;
  padding: 5px;
  position: relative;
  top: -20px;
  right: -20px;
  display:none;
}
@media screen and (max-width: 1199px) {
  [data-section-type="blog-page"] .open_mobile_sidebar {
    display:inline-block;
  }
  .close-blog-sidebar {
    display: inline-block;
  }
  .blog_page_layout .blog-sidebar {
    position: fixed;
    right: 0;
    top: 0;
    background: var(--white-color);
      left: auto;
      width: 400px;
      z-index: 20;
      margin: 0;
      height: 100vh;
      flex-direction: column;
      bottom: 0;
      justify-content: flex-start;
      padding: 30px;
      transform: translateX(400px);
      overflow: auto;
      transition: all 0.3s;
      }
.blog_page_layout .blog-sidebar.show {
    transform: translateX(0);
}
}



/* Article page */
.article-page  {
	padding-bottom:55px;
}
.article-page .article_image_block {
  margin-bottom: 50px; }
.article-page .article_image_block .article-image-container {
  position: relative; }
.article-page .article_image_block .article-image {
  margin: 0 auto;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  height: auto; }
.article-page .article-image-wrapper {
  margin: 0 auto; }
.article-page .article_header_meta-info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top:15px;
}
.article-page .article_header_meta-info .article__grid-meta {
  display: flex;
  align-items: center; }
.article-page .article_header_meta-info .article__grid-meta .article__date + .article__comment_info {
  position: relative; }
.article-page .article_header_meta-info .article__grid-meta .article__date + .article__comment_info:before {
  content: "|";
  display: inline-block;
  padding: 0 15px; }
.article-page .article_header_meta-info .author {
  display: flex;
  text-align: right;
  align-items: center; }
.article-page .article_header_meta-info .author span {
  display: block; }
.article-page .article_header_meta-info .author .article__author-image {
  margin-left: 20px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
}
@media screen and (max-width: 749px) {
  .article-page .article_header_meta-info .author .article__author-image {
    width: 60px;
    height: 60px;	
  }
}
.article-page .article_header_meta-info .author .author_name {
  font-weight: 600; }
.article-page .article_header_meta-info .author .author_label {
  font-size: calc(var(--font-size-base) * 1px - 2px);
    color: #888; }
.article-page .article-content-wrapper {
  min-height:170px;
  position: relative; }
.article-page .article-content-wrapper .article-social-sharing {
  position: absolute;
  top: 0;
  left: 100px; }
@media screen and (max-width: 1199px) {
  .article-page .article-content-wrapper .article-social-sharing {
    left: 0; } }
.article-page .article-content-wrapper .article-social-sharing .social-sharing {
  flex-direction: column;
  justify-content: center; }
.article-page .article-content-wrapper .article-social-sharing .social-sharing li {
  margin: 0 0 11px 0; }
.article-page .article-content-wrapper .article-social-sharing .social-sharing li:last-child {
  margin: 0; }

.article-page .article-content-wrapper .article-social-sharing .social-sharing .btn--share {
  border-radius: 50%;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #fff;
}
.article-page .article-content-wrapper .article-social-sharing .social-sharing .btn--share:hover {
  background: var(--color-btn-primary);
    }
.article-page .article-content-wrapper .article-social-sharing .social-sharing .btn--share:hover svg {
  fill: var(--white-color);
    }
@media screen and (max-width: 749px) {
  .article-page  {
	padding-bottom:30px;
}
  .article-page .article-content-wrapper .article-social-sharing .social-sharing li .btn--share {
    width: 40px;
    height: 40px; }
  .article-page .article-content-wrapper .article-social-sharing .social-sharing li .btn--share svg {
    width: 13px;
    height: 13px; } }
.article-page:not(.show_full_rte) .article-content-wrapper .rte {
  padding: 0 200px;
  margin: 0 auto; }
@media screen and (max-width: 1199px) {
  .article-page:not(.show_full_rte) .article-content-wrapper .rte {
    padding: 0 100px; } }
@media screen and (max-width: 749px) {
  .article-page:not(.show_full_rte) .article-content-wrapper .rte {
    padding: 0; } }
.article-page .article_tags {
  display: flex;
  align-items: center;
  font-size: calc(var(--font-size-base) * 1px - 2px);
    padding: 40px 0; }
@media screen and (max-width: 749px) {
  .article-page .article_tags {
    flex-direction: column;
    padding: 20px 0; } }
.article-page .article_tags label {
  margin: 0 20px 10px 0;
  font-weight: 600;
  color: #888; }
@media screen and (max-width: 749px) {
  .article-page .article_tags label {
    margin-right: 0; } }
.article-page .article_tags ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0; }
.article-page .article_tags ul li {
  margin: 0 10px 10px 0;
  border-radius: 20px;
  text-align: center;
  color: #888;
  border: 2px solid #888;
  padding: 5px 15px; }
@media screen and (max-width: 749px) {
  .article-page .article_tags ul li {
    padding: 2px 12px; } }
.article-page .article_tags ul li:last-child {
  margin-right: 0; }
.article-page .article_tags ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  border: 0; }
.article-page .article_footer_block {
  text-align: center;
  clear: both;
  width: 100%; } 
.article-page .article_footer_block .default_author_info  {
	display:none;
}
.article-page .article_footer_block .author .article__author-image {
  position:relative;
  display: block;
   width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  margin: 0 auto; } 

@media screen and (max-width: 749px) {
  .article-page .article_footer_block .author .article__author-image {
    width: 60px;
  height: 60px;	
}
.article-page .article-content-wrapper .article-social-sharing {
      position: relative;
  left: auto;
top: auto;
}
.article-page .article-content-wrapper .article-social-sharing .social-sharing {
    flex-direction: row;
flex-wrap: wrap;
align-items: center;
}
  .article-page .article-content-wrapper .article-social-sharing .social-sharing li {
  margin:0 11px 0 0;
  }
  .article-page .article-content-wrapper .article-social-sharing .social-sharing li:last-child {
      margin:0;
  }
}

.article-page .article_header_meta-info .author .article__author-image img,
.article-page .article_footer_block .author .article__author-image img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  bottom: 0;
  object-fit:cover;
}
.article-page .article_footer_block .author .author_info .author_name {
  font-weight: 600; }
.article-page .article_footer_block .social-sharing {
  margin-top: 20px;
  margin-bottom:20px;
}
.article-page .article_footer_block .social-sharing .btn--share {
  background: 0; }

.article-page .article_footer_block .author_info {
  margin-top:20px;
}
.article-page .article_footer_block .author_biography {
  margin-top:10px;
}
.comment-form textarea {
  height: 175px;
  resize: none;
  margin: 10px 0; }
.comment-form .btn {
  max-width: 225px;
  width: 100%;
  margin-top: 10px;
  font-size: calc(var(--font-size-base) * 1px - 2px); }
@media screen and (max-width: 749px) {
  .comment-form .btn {
    max-width: 100%; } }
.comment-form .comment-reset-btn {
  margin-left: 10px;
  margin-top: 0;
  background: 0; }
@media screen and (max-width: 749px) {
  .comment-form .comment-reset-btn {
    margin-left: 0; } }

.comments .comment {
  display: flex;
  width: 100%;
  align-items: center; }
.comments .comment .comment_logo {
  width: 60px;
  height: 60px;
  min-width: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #232323;
  color: #8d8d8d;
  text-transform: uppercase;
  margin-right: 20px; }
.comments .comment .comment__meta-item {
  color: #888;
  font-size: calc(var(--font-size-base) * 1px - 2px); }
.comments .comment .comment__meta-author {
  font-weight: 600;
  font-size: calc(var(--font-size-base) * 1px - 2px); }

.article-page + .article_comments_wrapper >  hr {
	margin-top:0;
}



/* Shop the look  */
.content-btn {
  margin-top: 30px;
  min-width: 270px; }

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

.shop-the-look-section.active_dot .static_block {
  opacity: 0;
  visibility: hidden; }
@media screen and (max-width: 989px) {
  .shop-the-look-section.active_dot .section_block_content {
    padding-top: 30px;
    padding-bottom: 30px; } }
.shop-the-look-section .product-item-block {
  margin: 0;
  padding: 0; }

.shop-the-look-section .shop_the_look_product_carousel {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  z-index: 0; }
@media screen and (max-width: 749px) {
  .shop-the-look-section .shop_the_look_product_carousel {
    padding: 10px 0 10px 22px; } }
.shop-the-look-section .shop_the_look_product_carousel.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 2; }
.shop-the-look-section .shop_the_look_product_carousel .flickity-page-dots {
  text-align: left; }
.shop-the-look-section .shop_the_look_product {
  width: 100%;
  margin-right: 0;
  padding: 5px; }
.shop-the-look-section .shop-the-look_overlay {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
  bottom: 0; }
.shop-the-look-section .shop-the-look_overlay.hotspot_size__small .shop_the_look_dot {
  width: 25px;
  height: 25px; }
@media screen and (max-width: 749px) {
  .shop-the-look-section .shop-the-look_overlay.hotspot_size__small .shop_the_look_dot {
    width: 20px;
    height: 20px; } }
.shop-the-look-section .shop-the-look_overlay.hotspot_size__medium .shop_the_look_dot {
  width: 35px;
  height: 35px; }
@media screen and (max-width: 749px) {
  .shop-the-look-section .shop-the-look_overlay.hotspot_size__medium .shop_the_look_dot {
    width: 25px;
    height: 25px; }
  .shop-the-look-section .shop-the-look_overlay.hotspot_size__medium .shop_the_look_dot .icon {
    width: 14px;
    height: 12px;
  }
}
.shop-the-look-section .shop-the-look_overlay.hotspot_size__large .shop_the_look_dot {
  width: 55px;
  height: 55px; }
@media screen and (max-width: 749px) {
  .shop-the-look-section .shop-the-look_overlay.hotspot_size__large .shop_the_look_dot {
    width: 35px;
    height: 35px; } }
.shop-the-look-section .shop-the-look_overlay .shop_the_look_dot {
  position: absolute;
  background: var(--color-btn-primary);
    color: var(--white-color);
      border-radius: 20px;
      overflow: hidden;
      cursor: pointer;
      opacity: 0.7;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s; }
.shop-the-look-section .shop-the-look_overlay .shop_the_look_dot .icon {
  width: 14px;
  height: 14px;
}
.shop-the-look-section .shop-the-look_overlay .shop_the_look_dot.is-active {
  transform: scale(1.3);
  opacity: 1; }
.shop-the-look-section .content * {
  color: inherit; }


.shop-the-look-section {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin-top: 50px; }
@media screen and (max-width: 989px) {
  .shop-the-look-section {
    margin-top: 0;
    flex-wrap: wrap; } }
.shop-the-look-section .section_image_block {
    width: calc(50% + 100px);
    min-width: calc(50% + 100px);
    position: relative;
  top:-50px;
  border-radius: 20px;
  overflow: hidden;
 }
@media screen and (max-width: 989px) {
  .shop-the-look-section .section_image_block {
    top: auto;
    position: relative;
    border-radius: 0;
    width: 100%; } }
.shop-the-look-section .section_image_block img {
    width: 100%;
  height: auto;
  display: block; }
.shop-the-look-section .section_image_block .section_image_block__option_text {
  position: absolute;
  bottom: 7%;
  left: 150px;
  width: 100%; }
@media screen and (max-width: 989px) {
  .shop-the-look-section .section_image_block .section_image_block__option_text {
    bottom: 0;
    left: 22px; } }
@media screen and (max-width: 749px) {
  .shop-the-look-section .section_image_block .section_image_block__option_text h2 {
    font-size: calc(((var(--font-h2-mobile))/ (var(--font-size-base))) * 1em); } }
.shop-the-look-section .section_block_content {
  width: calc(50% + 100px);
    margin-left: -100px;
  padding: 170px 100px;
 
  position: relative;
  border-radius: 20px;
  overflow: hidden; }
@media screen and (max-width: 1199px) {
  .shop-the-look-section .section_block_content {
     padding-left: 55px;
    padding-right:55px;
  }
}
@media screen and (max-width: 989px) {
  .shop-the-look-section .section_block_content {
    width: 100%;
    top:auto;
    margin:0;
    border-radius:0;
    padding:0 55px;
  }
  .shop-the-look-section.content_side_right .section_block_content .section_content__wrapper.empty_section_content__wrapper {
    padding:22px 0;
  }
}
@media screen and (max-width: 749px) {
  .shop-the-look-section .section_block_content {
/*     padding-right: 22px; 
    padding-left: 22px; */
    padding:0 22px;
  }
}
.shop-the-look-section .section_block_content .section_content_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%; }
.shop-the-look-section .section_block_content .section_content__wrapper {
  position: relative;
  z-index: 1; }
.shop-the-look-section.content_side_left .section_block_content {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
@media screen and (min-width: 1651px) {
  .shop-the-look-section.content_side_left .section_block_content {
    padding-left: calc((100% - 1170px)/ 2); } }
.shop-the-look-section.content_side_left .section_image_block {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  right: 0;
  left: auto; }
.shop-the-look-section.content_side_right {
  flex-direction: row; }
.shop-the-look-section.content_side_right .section_block_content {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
@media screen and (min-width: 1651px) {
  .shop-the-look-section.content_side_right .section_block_content {
    padding-right: calc((100% - 1170px)/ 2); } }
.shop-the-look-section.content_side_right .section_image_block {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  left: 0;
  right: auto; }

@media screen and (max-width: 989px) { 
  .shop-the-look-section.content_side_left .section_block_content {
    border-radius:0;
    padding: 22px;
    position: relative;
  }
  .shop-the-look-section .section_block_content .section_content__wrapper:not(.empty_section_content__wrapper) {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 22px;
    transform: translateY(-50%);
  }
  .shop-the-look-section .shop_the_look_product_carousel {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
  }
  .shop-the-look-section .section_image_block img {
    width:100%;
  }
}

.shop-the-look-section .shop_the_look_product .open-quick-view--btn {
  margin-top:10px;
}
@media screen and (min-width: 990px) {
  body:not(.template-index) .shopify-section+.shopify-section .shop-the-look-section {
    margin-top:100px;
  }
  .shop-the-look-section.content_side_left {
  flex-direction:row-reverse;
}
.shop-the-look-section.content_side_left .section_block_content {
  margin-left:0;
  margin-right:-100px;
}
}

.shop-the-look-section.content_side_right .section_block_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}


/* Video */

.video-section {
  position: relative;
  width: 100%; }
.video-section .section_bg .section_bg_image {
  left: auto;
  width: 500px; }
@media screen and (max-width: 749px) {
  .video-section .section_bg .section_bg_image {
    width: 100%; } }
.video-section .page-width {
  position: relative;
  z-index: 1; }
.video-section .section-tabs-content .index-tabs-content_block {
  display: none;
  justify-content:center;
}
@media screen and (max-width: 749px) {
  .video-section .section-tabs-content .index-tabs-content_block {
    flex-direction: column; } }
.video-section .section-tabs-content .index-tabs-content_block.active {
  display: flex; }
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  max-width: 1200px;
  min-height: 300px; }

@media screen and (min-width: 750px) {
  .video-section .section-tabs-content .index-tabs-content_block .VideoWrapper.VideoContentWithoutText {
    min-height: 600px;
  }
}


.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .video_image_overlay {
  width: 100%;
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  object-fit: cover; }
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .play_video_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white-color);
    border-radius: 50%;
    overflow: hidden;
    transform: translate(-50%, -50%); }
@media screen and (max-width: 749px) {
  .video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .play_video_btn {
    width: 75px;
    height: 75px; } }
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .play_video_btn svg {
  width: 40px;
  height: 40px;
  color: var(--color-btn-primary); }
@media screen and (max-width: 749px) {
  .video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .play_video_btn svg {
    width: 30px;
    height: 30px; } }
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper .VideoContent {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  border-radius: 20px; }
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper iframe,
.video-section .section-tabs-content .index-tabs-content_block .VideoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.video-section .section-tabs-content .index-tabs-content_block .content_column {
  width: 50%;
  padding-right: 100px; }
@media screen and (max-width: 749px) {
  .video-section .section-tabs-content .index-tabs-content_block .content_column {
    width: 100%;
    padding: 0 0 30px 0; } }
.video-section .section-tabs-content .index-tabs-content_block .content_column + .VideoWrapper {
  width: 50%; }
@media screen and (max-width: 749px) {
  .video-section .section-tabs-content .index-tabs-content_block .content_column + .VideoWrapper {
    width: 100%; } }
.video-section .index-tabs_nav__wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  width: calc(50% - 30px); }
.video-section .index-tabs_nav__wrapper.single_tab {
  display: none; }
@media screen and (max-width: 749px) {
  .video-section .index-tabs_nav__wrapper {
    width: 100%; } }
.video-section .index-tabs_nav__wrapper .index-tabs_nav {
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  padding-bottom: 10px;
  margin-bottom: -10px; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item {
  margin-right: 90px;
  opacity: 0.5;
  cursor: pointer; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item:last-child {
  margin-right: 0; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item h2 {
  margin: 0; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item.active {
  opacity: 1;
  pointer-events: none; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav {
  border-bottom: 2px solid var(--color-border);
    overflow: visible; }
@media screen and (max-width: 749px) {
  .video-section .index-tabs_nav__wrapper .index-tabs_nav {
    border: 0;
    overflow: auto; } }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item {
  position: relative; }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item:after {
  content: "";
  position: absolute;
  height: 4px;
  background: transparent;
  transition: all 0.3s;
  width: calc(100% + 20px);
  left: -10px;
  bottom: -13px; }
@media screen and (max-width: 749px) {
  .video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item {
  	margin-right:40px;
  }
  .video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item:last-child {
  	margin-right:0;
  }
  .video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item:after {
    bottom: -10px; } }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item.active:after {
  background: var(--color-btn-primary); }
.video-section .index-tabs_nav__wrapper .index-tabs_nav .index-tabs_nav--item h3 {
  margin: 0;
  text-transform: uppercase;
  font-size: calc(((var(--font-size-header)) / (var(--font-size-base))) * .5em); }
.video-section .video_tab_link {
  margin-top: 50px;
  min-width: 270px; }
@media screen and (max-width: 749px) {
  .video-section .video_tab_link {
    margin-top: 30px; } }

.pswp__container iframe,
.pswp__container video {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.video-section-wrapper {
  position: relative;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); }

@media only screen and (min-width: 750px) {
  .video-section-wrapper {
    overflow: hidden; } }
@media only screen and (max-width: 749px) {
  .video-section-wrapper {
    overflow: visible !important; }

  .video-section-wrapper.video-is-playing {
    margin: 0; }

  .video-section-wrapper.video-is-loaded {
    transition: height 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87), margin 0.6s cubic-bezier(0.44, 0.13, 0.48, 0.87); } }

.video {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2; }

.video--background {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }

.autoplay .video-is-loaded .video--background {
  display: block;
  visibility: visible;
  opacity: 1; }

.video--image_with_play {
  display: none;
  opacity: 0;
  visibility: none;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease-in; }

.video-is-playing .video--image_with_play,
.video-is-paused .video--image_with_play {
  display: block;
  visibility: visible;
  opacity: 1; }

.video__overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3; }

.video-is-playing .video__overlay {
  opacity: 0; }

.video-is-playing .video__overlay:before {
  content: none; }



/* Popups */

.entry_popup_wrapper,
.cookie_popup_wrapper {
  display: none; }

.cookie_popup_wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10; }
.cookie_popup_wrapper.show {
  display: block; }
.cookie_popup_wrapper .cookie_popup {
  max-width: 100%;
  margin: 0 auto;
  background: var(--white-color);
    padding: 7px 60px 7px 30px;
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    }
@media screen and (max-width: 749px) {
  .cookie_popup_wrapper .cookie_popup {
    flex-direction: column;
    padding: 15px 30px 10px;
  }
  .cookie_popup_wrapper .cookie_popup  .modal_content {
    font-size:14px;
  }
}

.cookie_popup_wrapper .cookie_popup .modal_close_btn {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .cookie_popup_wrapper .cookie_popup .modal_close_btn {
    right:5px;
    top: 5px;
    transform: none;
  }
}
.cookie_popup_wrapper .cookie_popup .modal_close_btn svg {
  width: 15px;
  height: 15px; }
.cookie_popup_wrapper .cookie_popup .accept_cookie_popup {
  min-width: 190px;
  margin-left: 20px;
  padding-top:10px;
  padding-bottom:10px;
}
@media screen and (max-width: 749px) {
  .cookie_popup_wrapper .cookie_popup .accept_cookie_popup {
    min-width: auto;
    margin: 10px 0 0 0;
    width: auto;
    font-size: 14px;
  }
}

.entry-modal_wrapper .pswp__ui {
  display: none; }

.entry-modal {
  border-radius: 20px;
  max-width: 700px;
  margin: 0 auto;
  background: var(--white-color);
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center; }
@media screen and (max-width: 749px) {
  .entry-modal {
    padding: 30px; } }
.entry-modal .modal-content {
  display: flex; }
.entry-modal .modal-content.flex-revers {
  flex-direction: row-reverse; }
@media screen and (max-width: 749px) {
  .entry-modal .modal-content {
    flex-direction: column; } }
.entry-modal .modal_close_btn {
  position: absolute;
  top: 10px;
  right: 13px;
  z-index:1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 0; }
.entry-modal .modal_close_btn svg {
  width: 15px;
  height: 15px; }
.entry-modal .image-content {
  width: 50%;
  position:relative;}
@media screen and (max-width: 749px) {
  .entry-modal .image-content {
    display: none; } }
.entry-modal .image-content .popup_logo {
  max-width: 100%;
  display: block; 
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
}
.entry-modal .social-list {
  display: flex;
  flex-wrap: wrap;
  align-item: center;
  justify-content: center;
  margin: 30px 0 0 0; }
.entry-modal .social-list li {
  margin: 0 10px 10px 0; }
.entry-modal .social-list li:last-child {
  margin-right: 0; }
.entry-modal .description-content {
  padding: 40px 20px 30px;
  width: 50%; }
@media screen and (max-width: 749px) {
  .entry-modal .description-content {
    width: 100%;
    padding: 0; } }
.entry-modal .description-content .btn {
  min-width: 270px;
}
.entry-modal .input-group__btn-wrapper {
  display: block; }
.entry-modal .input-group {
  margin-bottom: 10px; }
.entry-modal .input-error-message {
  margin-top: 10px;
  text-align: center;
  justify-content: center; }

.entry-modal_wrapper .pswp__bg {
  opacity: 0.6 !important; }
.entry-modal_wrapper .pswp__container .pswp__item .pswp__zoom-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px; }

.active_modal {
  overflow: hidden; }

form.successForm .input-group__btn-wrapper,
form.successForm .input-group {
  display: none; }

.entry-modal .modal-content  .Form__Input {
  margin-bottom: 5px;
}


/*  Animation  */

a {
  transition:color .3s;
}
.rte a,
.rte-setting a {
  color: var(--color-btn-primary); }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

@keyframes zoom-fade {
  0% {
    opacity: 0;
    transform: scale(1.25); }

  to {
    opacity: 1;
    transform: scale(1); } }


.zoom-fade-animation{
transform: translateZ(0); 
}

.shopify-section .fade-in-animation {
  opacity: 0; }
.shopify-section .fade-in-animation.fadeIn-animation {
  animation-name: fadeIn;
  animation-duration: 1.2s;
  animation-fill-mode: both; }

#MainContent .shopify-section:first-child {
  animation: none;
  opacity: 1; }
#MainContent .shopify-section:first-child .fade-in-animation {
  opacity: 1;
  animation: none; }
#MainContent .shopify-section:first-child .zoom-fade-animation {
  opacity: 1;
  animation: none; }

.shopify-section .zoom-fade-animation .zoom-fade-animation-element {
  opacity: 0;
  transform: scale(1.1); }
.shopify-section .zoom-fade-animation.zoomFade-animation .zoom-fade-animation-element {
  animation: 0.5s cubic-bezier(0.26, 0.54, 0.32, 1) forwards;
  animation-name: zoom-fade;
  transition: none; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(2) .zoom-fade-animation-element {
  animation-delay: 100ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(3) .zoom-fade-animation-element {
  animation-delay: 200ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(4) .zoom-fade-animation-element {
  animation-delay: 300ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(5) .zoom-fade-animation-element {
  animation-delay: 400ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(6) .zoom-fade-animation-element {
  animation-delay: 500ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(7) .zoom-fade-animation-element {
  animation-delay: 600ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(8) .zoom-fade-animation-element {
  animation-delay: 700ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(9) .zoom-fade-animation-element {
  animation-delay: 800ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(10) .zoom-fade-animation-element {
  animation-delay: 900ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(11) .zoom-fade-animation-element {
  animation-delay: 1000ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(12) .zoom-fade-animation-element {
  animation-delay: 1100ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(13) .zoom-fade-animation-element {
  animation-delay: 1200ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(14) .zoom-fade-animation-element {
  animation-delay: 1300ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(15) .zoom-fade-animation-element {
  animation-delay: 1400ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(16) .zoom-fade-animation-element {
  animation-delay: 1500ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(17) .zoom-fade-animation-element {
  animation-delay: 1600ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(18) .zoom-fade-animation-element {
  animation-delay: 1700ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(19) .zoom-fade-animation-element {
  animation-delay: 1800ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(20) .zoom-fade-animation-element {
  animation-delay: 1900ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(21) .zoom-fade-animation-element {
  animation-delay: 2000ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(22) .zoom-fade-animation-element {
  animation-delay: 2100ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(23) .zoom-fade-animation-element {
  animation-delay: 2200ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(24) .zoom-fade-animation-element {
  animation-delay: 2300ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(25) .zoom-fade-animation-element {
  animation-delay: 2400ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(26) .zoom-fade-animation-element {
  animation-delay: 2500ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(27) .zoom-fade-animation-element {
  animation-delay: 2600ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(28) .zoom-fade-animation-element {
  animation-delay: 2700ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(29) .zoom-fade-animation-element {
  animation-delay: 2800ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(30) .zoom-fade-animation-element {
  animation-delay: 2900ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(31) .zoom-fade-animation-element {
  animation-delay: 3000ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(32) .zoom-fade-animation-element {
  animation-delay: 3100ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(33) .zoom-fade-animation-element {
  animation-delay: 3200ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(34) .zoom-fade-animation-element {
  animation-delay: 3300ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(35) .zoom-fade-animation-element {
  animation-delay: 3400ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(36) .zoom-fade-animation-element {
  animation-delay: 3500ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(37) .zoom-fade-animation-element {
  animation-delay: 3600ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(38) .zoom-fade-animation-element {
  animation-delay: 3700ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(39) .zoom-fade-animation-element {
  animation-delay: 3800ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(40) .zoom-fade-animation-element {
  animation-delay: 3900ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(41) .zoom-fade-animation-element {
  animation-delay: 4000ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(42) .zoom-fade-animation-element {
  animation-delay: 4100ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(43) .zoom-fade-animation-element {
  animation-delay: 4200ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(44) .zoom-fade-animation-element {
  animation-delay: 4300ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(45) .zoom-fade-animation-element {
  animation-delay: 4400ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(46) .zoom-fade-animation-element {
  animation-delay: 4500ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(47) .zoom-fade-animation-element {
  animation-delay: 4600ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(48) .zoom-fade-animation-element {
  animation-delay: 4700ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(49) .zoom-fade-animation-element {
  animation-delay: 4800ms; }
.shopify-section .zoom-fade-animation .zoom-fade-animation-element-wrapper:nth-child(50) .zoom-fade-animation-element {
  animation-delay: 4900ms; }

.load_media_spinner {
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: 0.5s all; }

.load_media_spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.load_media_spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.load_media_spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.load_media_spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.load_media_spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }

  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.zoom-fade-animation .load_media_spinner {
  opacity: 1;
  visibility: visible;
  z-index: 2; }

.zoomFade-animation .load_media_spinner {
  opacity: 0;
  visibility: hidden;
  z-index: -1; }


/**
* --------------------------------------------------------------------
*  Quick view MODAL
* --------------------------------------------------------------------
*/

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 20;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
  background:transparent;
}

.modal::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  pointer-events: none;
}

.modal[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal[aria-hidden=false] .modal__dialog {
  transform: scale(1);
  transition: transform 0.4s cubic-bezier(0.18, 1.25, 0.4, 1), visibility 0.4s linear;
}

.modal__dialog {
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-color: var(--color-body);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    transform: scale(0.9);
    transition: transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
    }

.modal__loader {
  display: none;
  padding: 60px 0;
  text-align: center;
}

.modal__loader .icon--search-loader {
  width: 35px;
  height: 35px;
  color: var(--color-body-text);
    }

.modal__close {
  color: var(--color-body-text);
    z-index: 1;
    }

.modal__close svg {
  display: block;
  width: 20px;
  height: 20px;
}
.modal.is-loading .modal__loader {
  display: block;
}

.modal.is-loading .modal__inner {
  display: none;
}


@media screen and (min-width: 750px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal__dialog {
    width: 580px;
    height: auto;
    max-height: calc(100% - 80px);
    border-radius: 3px;
  }

  .modal__dialog--stretch {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .modal__close {
    position: absolute;
    right: 28px;
    top: 28px;
  }
}

.modal .modal__inner {
  padding:55px 0;
}
.modal .modal__close {
  position: absolute;
  top: 10px;
  right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background: transparent;
  color: #000;
  border: 0;
  border-radius: 0;
}



/* Local pickup */
.store-availability-small-text {
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em); }

.store-availability-information {
  display: flex;
  margin-left: 5px; }

.store-availability-information-container {
  margin-left: 5px; }

.store-availability-information__title {
  margin-bottom: 0; }

.store-availability-information__stock {
  margin-bottom: 0; }

.store-availability-information__button {
  text-decoration: underline;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  margin-top: 8px; }
/* 
.store-availability-container .icon {
  min-width: 12px;
  min-height: 12px;
  width: 12px;
  height: 12px;
  margin: 4px 4px 0 0; } */

.store-availability-container .icon-in-stock {
  fill: #00730B; }

.store-availability-container .icon-out-of-stock {
  fill: #DD2200; }

.store-availability-container .icon-close {
  width: 15px;
  height: 15px;
  margin: 0; }

.store-availability-container .store-availability-list__stock .icon {
  margin: 0 2px 3px 0; }

.store-availabilities-modal {
  display: flex;
  flex-direction: column;
  bottom: 0;
  top: 0;
  overflow-x:hidden;
  overflow-y:auto;
  justify-content: inherit;
  align-items: inherit;
  width: 375px;
  left: auto;
  height: 100vh;
    right:0;
  border: none;
  box-sizing: border-box;
  box-shadow: none;
  visibility: hidden;
  z-index: 20;
  pointer-events: all;
  opacity: 1;
  transform: translate(100%);
  transition: transform .5s cubic-bezier(.645,.045,.355,1),visibility .5s cubic-bezier(.645,.045,.355,1);
  background: var(--white-color);
      }


.store-availabilities-modal:before {
	display:none;
}
.store-availabilities-modal.store-availabilities-modal--active {
  display: flex;
  flex-direction: column;
  visibility: visible;
  transform: translate(0);
 }

body.store-availabilities-modal--active .Cart-Drawer {
	display:none;
}
@media only screen and (max-width: 749px) {
    .store-availabilities-modal.store-availabilities-modal--active {
      width: 100%;
      height: 100%;
      overflow: hidden;
      z-index: 9999; } }

.store-availabilities-modal__header {
  width:100%;
  display: flex;
  justify-content: space-between;
  margin: 16px 0 16px 0;
  padding: 0 24px 0 24px; }

.store-availabilities-modal__product-title {
  font-size: calc(((var(--font-size-base) + 2) / (var(--font-size-base))) * 1em);
  text-transform: none;
  margin-bottom: 0;
  letter-spacing: 0; }

.store-availabilities-list {
  width:100%;
  overflow-y: auto;
  padding: 0 20px 0 20px; }

.store-availabilities-modal__close {
  margin: -14px -14px 0 0;
  padding: 14px;
  align-self: start; }

.store-availability-list__item {
  padding-bottom: 16px; }
  .store-availability-list__item::before {
    content: "";
    display: block;
    margin: 0 0 16px 0;
    border-bottom: 1px solid var(--color-border); }

.store-availability-list__address {
  font-size: calc(((var(--font-size-base) - 2) / (var(--font-size-base))) * 1em);
  font-style: normal;
  margin-bottom: 0; }

.store-availability-list__location {
  font-size: var(--font-size-base);
  margin-bottom: 8px; }

.store-availability-list__stock {
  margin-top: 8px;
  margin-bottom: 16px; }

.store-availability-list__phone {
  margin-bottom: 0; }


.template-product .page-container {
	transform:none;
}

.store-availability-container {
      display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-left: 0;
}
.product-form__availability-icon {
  position:relative;
}
 .product-form__availability-icon-base svg {
  width: 38px;
  height: 38px;
  display: flex;
  color: inherit;
  fill: currentColor;
  vertical-align: top;
}
.product-form__availability-icon-status  {
  border: 2px solid #ededed;
  bottom: -0.4rem;
  right: -0.4rem;
  position: absolute;
  padding: 3px;
  border-radius: var(--buttons_border_radius);
  background: currentColor;
}
.text-success {
  color: green;
}
.text-warning {
  color: orange;
}
.text-danger {
  color: red;
}
.product-form__availability-icon-status  svg {
  width:11px;
  height:11px;
  display: block;
  color: var(--white-color);
}
.product-form__availability-text {
	margin:0;
}
.store-availability-information__button {
  margin-top:0;
      text-align: left;
}




/* Other styles */
.template-search .page-container,
.template-collection .page-container {
  transform: none; }

@media screen and (max-width: 749px) {
  .mobile-reverse {
    flex-direction: column-reverse; }
}
.flickity-enabled {
  display: block; }
.advanced-search-section.auto_height {
	position:relative;
}
@media only screen and (min-width: 1200px) {
  .section_style_split_screen,
  .bg_image_with_custom_content:not(.collection-list-section) {
    margin-bottom: 100px; }
  .section_style_split_screen.full_overlay,
  .bg_image_with_custom_content:not(.collection-list-section).full_overlay {
    margin-bottom: 125px; }
  .section_style_split_screen .section_grid__bg,
  .section_style_split_screen .section_bg,
  .bg_image_with_custom_content:not(.collection-list-section) .section_grid__bg,
  .bg_image_with_custom_content:not(.collection-list-section) .section_bg {
    height: calc(100% + 50px); }
  .section_style_split_screen .section_overlay,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay {
    top: 50px; }
  .section_style_split_screen .section_overlay.content_side_left,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay.content_side_left {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .section_style_split_screen .section_overlay.content_side_right,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay.content_side_right {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .section_style_split_screen .section_overlay_border_top,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_top {
    width: calc(50% - 100px);
    height: 50px;
    background: var(--color-body);
      position: absolute;
      top: 0; }
  .section_style_split_screen .section_overlay_border_top:after,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_top:after {
    content: "";
    position: absolute;
    top: 0;
    width: 37px;
    height: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 18px 10px 0 10px var(--color-body);
      right: -37px;
      transform: rotate(180deg);
      top: 0; }
  .section_style_split_screen .section_overlay_border_top.content_side_right,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_top.content_side_right {
    right: 0; }
  .section_style_split_screen .section_overlay_border_top.content_side_right:after,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_top.content_side_right:after {
    border-bottom-left-radius: 20px;
    box-shadow: -23px 10px 0 10px var(--color-body);
      left: -37px; }
  .section_style_split_screen .section_overlay_border_bottom,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_bottom {
    width: 49%;
    height: 50px;
    background: var(--color-body);
      position: absolute;
      bottom: -50px;
      right: 0; }
  .section_style_split_screen .section_overlay_border_bottom:after,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_bottom:after {
    content: "";
    position: absolute;
    width: 37px;
    left: -37px;
    bottom: 0;
    top: auto;
    height: 30px;
    border-bottom-right-radius: 20px;
    box-shadow: 18px 10px 0 10px var(--color-body); }
  .section_style_split_screen .section_overlay_border_bottom.content_side_right,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_bottom.content_side_right {
    right: auto;
    left: 0; }
  .section_style_split_screen .section_overlay_border_bottom.content_side_right:after,
  .bg_image_with_custom_content:not(.collection-list-section) .section_overlay_border_bottom.content_side_right:after {
    border-bottom-left-radius: 20px;
    box-shadow: -23px 10px 0 10px var(--color-body);
      left: auto;
      right: -37px; } }
.category-filters-area .active-filters {
  margin: 10px 0;
  width: 100%;
  display: block; }
.bg_image_with_custom_content .section_bg.full_height {
  height: 100%; }
.bg_image_with_custom_content .section_overlay.full_width {
  width: 100%;
  top: 0; }
.section_content__wrapper .section_main_content.full_width {
  width: 100%; }
.bg_image_with_custom_content.auto_height {
  min-height: auto; }
.bg_image_with_custom_content .section_content.without_image {
  padding: 0;
  top: 0;
  margin-bottom: 0; }
.bg_image_with_custom_content .overlay_behaviour_full .section_bg {
  height: 100%; }
.bg_image_with_custom_content .overlay_behaviour_full .section_content {
  padding-bottom: 50px; }
.bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content {
  position: relative;
  padding: 100px;
  bottom: -125px; }
@media screen and (max-width: 1650px) {
  .bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content {
    padding: 50px !important; } }
@media screen and (max-width: 1199px) {
  .bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content {
    bottom: -50px; } }
@media screen and (max-width: 749px) {
  .bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content {
    padding: 22px !important;
    margin-left: -22px;
    margin-right: -22px;
    width: calc(100% + 44px);
    bottom: 0; } }
.bg_image_with_custom_content .overlay_behaviour_full .section_content .section_main_content:after {
  position: absolute;
  z-index: 1;
  content: "";
  border-radius: 20px;
  display: block;
  left: 0;
  right: 0;
  top: 0; 
  bottom: 0; }
.bg_image_with_custom_content .overlay_behaviour_full .section_overlay {
  top: 20%;
  height: 90%;
  width: 39%;
  border-radius: 20px;
  bottom: -100px;
  display: none; }
.bg_image_with_custom_content .overlay_behaviour_full .section_overlay.content_side_left {
  left: 100px; }
.bg_image_with_custom_content .overlay_behaviour_full .section_overlay.content_side_right {
  right: 100px; }
.bg_image_with_custom_content .overlay_behaviour_full .section_overlay_border_bottom,
.bg_image_with_custom_content .overlay_behaviour_full .section_overlay_border_top {
  display: none; }


body:not(.template-index) .shopify-section + .shopify-section:not(.shopify-section-header) {
  padding-top: 0;
  padding-bottom: 35px;
}
@media only screen and (min-width: 750px) {
  body:not(.template-index) .shopify-section + .shopify-section:not(.shopify-section-header) {
    padding-bottom: 55px;
  } }

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }





/*   .rte a:not(.btn) {border-bottom: 1px solid currentColor;padding-bottom: 1px;} */
.social-icons .icon  {
  margin:0 auto;
}
@media screen and (min-width:750px) and (max-width:1199px) {
  .site-footer__item {
    width: 50%;
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 30px;
  }
  .site-footer-item-align-right {
    text-align:left;
  }
}
.onsale-list .article-thumb a {
  display:block;
  text-align:center;
}
.onsale-list .article-thumb img {
  display: block;
  max-height: 140px;
  width: auto;
  margin: 0 auto;
}
.QuantitySelector__error-message {
  font-size: 12px;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  margin:5px 0 0 0;
  text-align:left;

}
.QuantitySelector__error-message svg {
  margin:0 5px 0 0;
}
[data-section-type="cart-template"]:not(.Cart-Drawer) .QuantitySelector__error-message {
  padding: 0;
  position: absolute;
  bottom: 5px;
  left: 10px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  [data-section-type="cart-template"]:not(.Cart-Drawer) .QuantitySelector__error-message {
    width: 100%;
    text-align: left;
    font-size: 11px;
    left: 0;
    padding: 0 5px;
    top: auto;
    bottom: 0;
  }
}
.nav-bar__link:not(.categories_main_link):hover,
.nav-dropdown__link:hover,
.mega-menu__link:hover {
  color: var(--header_nav_hover_link) !important; 
    }
.rte a,
.rte-setting a {
  color: var(--rte__link_color);
    }
.rte a:hover,
.rte-setting a:hover {
  color: var(--rte_hover_link_color);
    }

.site-header .top_navigation_links .disclosure-list {
  left: auto;
  right: 0;
  transform:none;
  min-width: 200px;
}
.disclosure-list li.disclosure-list__item {
white-space: normal;
}

@media screen and (min-width: 750px) {
  header.site-header.logo--inline  .site-header__mobile-nav   .logo_element-wrapper {
    width:185px;
  }
  header.site-header.logo--inline  .site-header__mobile-nav   .logo_element-wrapper .logo_element {
  	min-width:185px;
  }
  header.site-header.logo--inline  .site-header__mobile-nav   #AccessibleNav {
    max-width: calc(100% - 185px);
  }
}
.product-single__media-wrapper,
.product-single__media {
  max-height: 700px;
  overflow: hidden;
}
.product-single__media img {
  overflow: hidden;
  max-height: 700px;
  object-fit: contain;
}
.thumbnails-wrapper .product-single__thumbnails-block {
  max-height:150px;
  overflow: hidden;
}
.thumbnails-wrapper .product-single__thumbnails-block .product-single__thumbnail-image {
  object-fit: contain;
  max-height: 150px;
}

@media screen and (max-width: 749px) {
  .product-single__media-wrapper,
  .product-single__media img,
  .product-single__media {
    max-height: 500px;
  }
  .thumbnails-wrapper .product-single__thumbnails-block,
  .thumbnails-wrapper .product-single__thumbnails-block .product-single__thumbnail-image  {
    max-height:100px;
  }
}
.empty_cart_buttons {
  display:flex;
  flex-direction:column;
}
.empty_cart_buttons .btn {
  justify-content:center;
}
.empty_cart_buttons .btn  + .btn {
  margin-top:15px;
}
header .disclosure__toggle {
  transition:all 0.3s;
}
header .disclosure__toggle:hover {
  color: var(--header_nav_hover_link);
    } 
.disclosure .disclosure-list__item a.disclosure-list__option {
  text-decoration:none;
  border:0;
}
p > a {
  text-decoration:underline;
} 
.shopify-challenge__container [type="submit"].shopify-challenge__button {
  margin: 15px auto;
  min-width: 185px;
}
.hidden_contactForm {
  opacity:0;
  visibility:hidden;
  z-index:0;
  position:absolute;
  width:1px;
  height:0px;

}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.pagination {
  margin-top:10px;
  text-align:center;
  font-weight:500;
  margin-bottom:15px;
}
.pagination li {
	margin:0 7px;

}
.pagination li.active,
.pagination li.active a {
  color: var(--color-btn-primary);
    opacity:1;
    }
.pagination li a {
  display:flex;
  align-items:center;
  opacity: 0.6;
}
.pagination li a svg {
  margin:0 2px;
  width:9px;
  height:9px;
  position: relative;
  display: block;
  top: 3px;
}
.pagination li:hover a {
  color: var(--color-btn-primary);
    opacity:1;
    }

.faq-section .page-width-small {
  padding-top:35px;
  padding-bottom:35px;
}
@media screen and (min-width:750px) {
  .faq-section .page-width-small {
    padding-top:50px;
    padding-bottom:50px;
  }
}
.page-contact-section .page-width {
  position: relative;
  z-index: 1; }

.page-contact-section {
  position: relative;
  width: 100%; }
.page-contact-section .section_bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

@media screen and (max-width:749px) {
  .half_row_mobile .page-width-small,
  .half_row_mobile .page-width {
    padding-left:10px;
    padding-right:10px;
  }
  .half_row_mobile .small--one-half {
    margin-bottom: 10px;
    padding-left: 10px;
  }
  .half_row_mobile .grid {
    margin-left:-10px;
  }
  .half_row_mobile .small--one-half .product-card  {
    padding: 10px;
  }
  .half_row_mobile .small--one-half .product-card  .product-item__vendor {
    line-height:1;
  }
  .index-tabs-collections-wrapper.half_row_mobile .section-tabs-content {
    padding-right:10px;
    padding-left: 10px !important;
  }
  .grid.grid--uniform .grid__item.small--one-half {
  	margin-bottom:10px;
  }
  .half_row_mobile .use_align_height .collection-grid-item__image-with-placeholder-wrapper, 
  .half_row_mobile .use_align_height .product-card .product-card__image-with-placeholder-wrapper {
    margin-bottom:10px;
  }
  .half_row_mobile  .product-item__swatches {
    right: 12px;
    top: 15px;
  }
  .half_row_mobile .product-item__label-list {
    left: 12px;
    top: 15px;
  }
  .half_row_mobile .product-item__price_and_reviews_row {
  	margin-top:15px;
  } 
}
.spr-container .spr-summary-actions .spr-summary-actions-newreview {
  color: var(--color-text);
}
.spr-container .spr-summary-actions .spr-summary-actions-newreview:hover {
 color: var(--color-btn-primary);
}
.form_popup_link_wrapper {
  width:100%;
  clear:both;
  margin-bottom:10px;
}
.modal__inner_media_wrapper {
  display:block;
  width:100%;
}
.modal__inner_media_wrapper img {
    display:block;
  width:100%;
max-width:100%;
    height: 100%;
  object-fit: cover;
margin:0 auto;
}
.modal__inner_media_wrapper + .modal__inner_page_content {
  margin-top:30px;
}
.form_popup_link {
      display: inline-block;
    align-items: center;
}
.form_popup_link svg {
      width: 18px;
    height: 18px;
    display: inline-block;
    top: -2px;
    position: relative;
    margin-left: 5px;
  transition: color .3s;
}

.quantity_block + .form_popup_link_wrapper {
      margin-top: 20px;
}
.link_underline {
  text-decoration:underline;
}
  .myaccount {
  margin-bottom:27px;
}
 .myaccount table {
     margin-bottom:0;
   }
@media screen and (min-width:750px) {
  .myaccount {
  margin-bottom:50px;
}
}
@media screen and (max-width:749px) {
   .myaccount .myaccount__order-history .account_orders_table  {
    display: block;
     background:transparent;
   }
   .myaccount .myaccount__order-history .account_orders_table td,
   .myaccount .myaccount__order-history .account_orders_table tbody {
     display: block;
   }
     .myaccount .myaccount__order-history .account_orders_table tr {
    display: flex;
    flex-direction: column;
           background: var(--white-color);
           border-radius: 20px;
    overflow: hidden;
     }
   .myaccount .myaccount__order-history .account_orders_table tr td:last-child {
     border-bottom:0;
   }
   .myaccount .myaccount__order-history .account_orders_table tr + tr {
     margin-top:20px;
   }
 
  
}

table dl {
  margin:0;
} 
.myaccount__account-details {
  margin-bottom:10px;
}

.section-header-wrapper-collection h1{
  display: inline-block;
}
.section-header-wrapper-collection{
  margin: 0 0 17.5px;
}

.section-header-wrapper-collection .filters-toolbar__product-count{
  margin-left: 0;
}
.section-header-wrapper-collection h1{
  margin-right: 15px;
} 

@media screen and (max-width: 749px){
.half_row_mobile .small--one-half .product-card .product-item__action-list .btn{
padding-right: 15px;
padding-left: 15px;
}
.half_row_mobile .small--one-half .product-card .product-item__action-list .btn span+svg{
margin-left: 5px;
}
}
.complementary-products .product-item__swatches,
.complementary-products .product-item__desc,
.complementary-products .product-item__label-list {
  display:none;
}
.complementary_products_slide{
  width:100%;
}
 .complementary_products_slide {
  margin-right:15px;
}
.complementary-products .product-item-block.view-mode-list .product-card-wrapper {
       padding: 15px;
  flex-direction:row;
 }
.complementary-products .product-item-block.view-mode-list .product-item--media {
      display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  width:30%;
}
.complementary-products .use_align_height .product-card .product-card__image-with-placeholder-wrapper {
      margin: 0;
    max-height: 100px !important;
    min-height: 100px !important;
    width: 100%;
}
.complementary-products .product-item-block.view-mode-list .product-item--media .list-view-item__image {
      max-width: 100px !important;
    max-height: 100px !important; 
}
.complementary-products .product-item-block {
  margin-bottom:15px;
}
.complementary-products .product-item-block.view-mode-list .product-item--info {
    padding-left: 20px;
  width:70%;
}
.complementary-products .product-item__price_and_reviews_row {
  font-size:14px;
  margin:5px 0;
}
.complementary-products  .product-item-block.view-mode-list .product-item--info .open-quick-view--btn {
     margin: 0;
    display: flex;
    font-size: 13px;
    padding: 10px 13px 10px 15px;
}
.complementary-products-slider_custom_arrows {
      display: flex;
    align-items: center;
    margin-bottom:15px;
}
.complementary-products-slider_custom_arrows  .btn:first-child {
 margin-left:0; 
}

@media screen and (min-width: 901px) {
.collection__layout-button{
  min-width: 49px;
}
 .filters-toolbar .open_mobile_sidebar{
    margin-right: 15px !important;
  }
}
@media screen and (min-width: 1200px) {
.lap-and-up--hide{
  display: none !important;
}
}

.search-ajax .search_popular_searches_menu {
  display:block;
}

.gift-card-recipient__checkbox #send_gift_card_to_recipient {
  min-height: auto;
  position: relative;
  top: 1px;
  margin-right: 3px;
}

.gift-card-recipient__fields {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.gift-card-recipient__fields .form-vertical {
  padding-top: 11px;
}

.gift-card-recipient__fields textarea {
  resize: none;
}
.follow-on-shop{
  margin-top: 20px;
}

.product-single__media-wrapper .plyr.plyr--full-ui.plyr--video .plyr__poster{
height: calc(100% - 60px);
}

.slideshow__text-content.slideshow__text-content--vertical-top {
        top: 0
}

  .slideshow__text-content.slideshow__text-content--vertical-bottom {
        top: auto;
        bottom: 0
  }

.product_options_block_wrapper.product_options_block_wrapper--product-variations .selector-wrapper {
  display: block!important;
  flex-basis: 100%;
}

.swatch-element label.is-selected {
  border-color: #000;
}

.product-single__meta .swatch label.is-selected .swatch_check_icon {
  opacity: 1;
  visibility: visible;
}

.color.swatch-element label.swatch-size--medium {
  min-height: 40px!important;
  min-width: 40px!important;
}

.color.swatch-element label.swatch-size--large {
  min-height: 50px!important;
  min-width: 50px!important;
}

.rich-text .rte-setting li{
 list-style: inherit;
 list-style-position: inside;
 margin-bottom: 10px;
}


.product-item__label-list{
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}


@media screen and (max-width: 749px){
.pswp.entry-modal_wrapper{
 max-height: 100vh; 
}
}

@media screen and (min-width: 1200px) {
  .collection-list-section .section-header:has(.section-header-content:empty + .slider_custom_arrows.desktopHide) {
    display: none;
  }
}
@media screen and (min-width: 750px){
.product-single__media-group--sticky:not(.product-single__media-group--full){
  position:sticky;
  top:calc(var(--header-height) * var(--sticky-header-enabled,0) + 30px);
}
  .page-container:has(.product-single__media-group--sticky:not(.product-single__media-group--full)){
    overflow:visible;
  }
}
@media screen and (min-width: 1200px) {
.desktop-hidden-navigation .flickity-page-dots,
.desktop-hidden-navigation .slider_custom_arrows{
  display: none !important;
}
}

@media screen and (max-width: 1199px) {
  [data-section-type=featured-blocks] .featured-block .featured-block-content-wrapper .featured-block-content .h4{
    margin-bottom: 0;
  }
  [data-section-type=featured-blocks] .featured-blocks-wrapper.mobile_carousel::-webkit-scrollbar {
    display: none;
  }
}

.product-liquid-code{
  margin: 10px 0;
}

.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl:not(.nav-has-menu_image){
  min-width: 250px;
}

.disabled-options{
  pointer-events:none;
}

.shopify-section-header header.site-header .mobile-nav-wrapper {
  background: var(--mobile-navigation-bg);
}

.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__dropdown {
  background: var(--mobile-navigation-highlighted-bg);
}

.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block,
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block .disclosure-list{
  background: var(--mobile-navigation-highlighted-bg);
}

.shopify-section-header header.site-header .mobile-nav-wrapper a, 
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__link, 
.shopify-section-header header.site-header .mobile-nav-wrapper .btn--link {
  color: var(--mobile-navigation-text-color);
}

.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .disclosure__toggle,
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer select, 
.shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer a {
  color: var(--mobile-navigation-text-color);
}

.shopify-section-header header.site-header .mobile-nav-wrapper svg {
  color: var(--mobile-navigation-icons-color);
}

.mobile-nav__link--active .mobile-nav__label {
  border: 0;
}