/** Shopify CDN: Minification failed

Line 2513:0 Unexpected "}"
Line 8295:2 "align-item" is not a known CSS property

**/
/** Shopify CDN: Minification failed

Line 2509:0 Unexpected "}"
Line 7916:2 "align-item" is not a known CSS property

**/
/** Shopify CDN: Minification failed

Line 2503:0 Unexpected "}"
Line 7910: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
*/

@font-face {
  font-family: "iconfont";
  src: url('../fonts/iconfont.woff2') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

.visuallyhidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

/* 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; }

.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 */

.slideshow__controls {
  justify-content: center;
  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 .flickity-page-dots{ bottom: 30px; position: absolute; padding-top: 0; }
.slideshow__controls .slick-dots li, .slideshow .flickity-page-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 5px;
  opacity:1;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width:749px) {
  .slideshow__controls .slick-dots li, .slideshow .flickity-page-dots li {
    margin:10px 5px;
  }
}
.slideshow__controls .slick-dots li.slick-active, .slideshow .flickity-page-dots li.is-selected {
  background: #fff;
  border: solid 1px rgba(33, 100, 255, 0.3);
}
.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 {
  display:inline-block;
  width:auto;
}

.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: 8px;
  font-size: 46px;
  line-height: 1.26;
}
.slideshow-heading {
  font-family: "Helvetica Neue ForEco";
  font-weight: 400;
}
.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)); }

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


  .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--fix  {
    height: calc(var(--slideshow-mobile-height) * 1);
  }

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

  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__title {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 1.14;
  }

  .slideshow__btn-wrapper {
    margin-top: 16px; }
  .slideshow__controls, .slideshow .flickity-page-dots {
    bottom: 15px;
  }
}

.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; }

@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:50px 0;
  }
}

@media screen and (min-width:750px) and (max-width:989px) {
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__text-content-list {
        max-width: 90%;
  }
  .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);
  }
}
@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%;
}
.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 {
  margin:0 auto;
  position:relative;
}

.AnnouncementBar__Content {
  width:100%;
  display:block;
}
.AnnouncementBar__Content .AnnouncementBar__Text_Content{ max-width: 750px; padding: 0 20px; display: flex; align-items: center; }

.AnnouncementBar__Slide .countdown_wrapper .star_countdown .block{
  width: 45px; height: 45px; font-size: 26px; margin: 0 8px; border-radius: 4.373px;
}
.AnnouncementBar__Slide .countdown_wrapper .star_countdown .unit{
 opacity: 0.5; font-size: 21px;
}
.AnnouncementBar__Slide .countdown_wrapper .star_countdown>div>div span:last-child{ position: unset; transform: unset; font-size: 14px; line-height: 1.14; }
.AnnouncementBar__Slide .countdown_wrapper .star_countdown>div>div{ display: flex; align-items: center; }
.AnnouncementBar__Slide .countdown_wrapper{ margin-left: 14px; display: none; }
.AnnouncementBar__Slide .icon_wrapper{ margin-right: 13px; }
.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;
  z-index: 2;
}
.AnnouncementBar:hover .flickity-prev-next-button {
  visibility:visible;
  opacity:1;
}

.AnnouncementBar__Content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.375;
  font-weight: bold;
}

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

.AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper .desktopHide { display: none; }

.AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper { font-size: 16px; text-align: left; font-weight: 700; }

@media screen and (max-width:1239px) {
  .AnnouncementBar .flickity-prev-next-button.previous {
    left: 0; }
  .AnnouncementBar .flickity-prev-next-button.next {
    right: 0; }
  .AnnouncementBar .AnnouncementBar__close_button {
    right: 5px; }
  .AnnouncementBar .flickity-prev-next-button {
    opacity: 1;
    visibility: visible; }
  .AnnouncementBar__Content p {
    font-size: 14px;
  }
}

@media screen and (max-width:749px) {
  .AnnouncementBar__Content .AnnouncementBar__Text_Content { padding: 0; display: flex; }
  .AnnouncementBar__Slide .countdown_wrapper .star_countdown .block{ width: 39px; height: 39px; margin: 0 6px; font-size: 22px; }
  .AnnouncementBar__Slide .countdown_wrapper{ margin-left: 0; margin-top: 6px; }
  .AnnouncementBar__Slider .flickity-viewport .AnnouncementBar__Content {
    max-width: 100%;
  }
}

@media screen and (max-width:650px) {
  .AnnouncementBar__Slider .AnnouncementBar__Slide { text-align: center; }
  .AnnouncementBar__Content .AnnouncementBar__Text_Content { display: flex; flex-direction: row; gap: 10px;}
  .AnnouncementBar__Content .AnnouncementBar__Text_Content .icon_wrapper { display: none; }
  .AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper { font-size: 12px; }
  .AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper span, .AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper br { display: none; }
  .AnnouncementBar__Content .AnnouncementBar__Text_Content .content_wrapper .desktopHide { display: block; }
  /* .AnnouncementBar__Slider .AnnouncementBar__Slide { height: 135px;  } */
  .AnnouncementBar__Slide .countdown_wrapper { margin-top: 0; }
  .AnnouncementBar__Slide .countdown_wrapper .star_countdown .block { width: 27px; height: 27px; font-size: 14px;  margin: 0 4px;}
  .AnnouncementBar__Slide .countdown_wrapper .star_countdown>div>div span:last-child { font-size: 12px; }
}

/* 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:90px;
  margin-top: 65px;
}
.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:10px;
}
.site-footer__content .site-footer__social-icons .social-icons__item {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 10px 0;
  padding: 0;
}
.site-footer__content .site-footer__social-icons .social-icons__item svg{ display: block; }
.site-footer__content .site-footer__social-icons .social-icons__item .svg-line .st0 { fill: #ffffff; }

@media (min-width: 1240px) {
  .site-footer__content .site-footer__social-icons .social-icons__item .svg-line .st0 { fill: #000000; }
  .site-footer__content .site-footer__social-icons .social-icons__item .svg-line .st1 { fill: #ffffff; }
  .site-footer__content .site-footer__social-icons .social-icons__item .social-icons__link:hover .svg-line .st1 { fill: #c0c1c2; }
}
.site-footer__content .site-footer__social-icons .social-icons__item:hover svg {
  fill: #c0c1c2; }
.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;
  height: 49px;
  border-radius: 8px 0 0 8px;
  color: var(--white-color);
  border: 0;
  margin: 0;
  padding: 14px;
  border: 1px solid #e6e6e6;
  border-right: 0;
  flex-grow: 99;
  outline: 0; }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__input::placeholder{ color: var(--white-color); }
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__submit {
  border-radius: 0 8px 8px 0;
  width: 49px;
  height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}
.site-footer__item-inner--newsletter .contact-form .input-group .newsletter__submit svg {
  margin: 0;
  display: block; }
.site-footer__item-inner--newsletter .site-footer__rte + .site-footer__newsletter {
  padding-top: 30px;
  max-width: 350px;
  position: relative;
}

@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: 1239px) {
  .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 {
    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: cover; }

@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 .homepage_accordion__block:not(:last-child) {
  border-bottom: solid 1px #ebe9e9;
}
.homepage_accordion .answer {
  transition: height 0.35s ease-in-out;
  overflow: hidden;
}
.answer_content {
  padding-left: 0;
  padding-right: 118px;
  padding-bottom: 27px;
}

.answer_content,
.answer_content p {
  color: #666666!important;
  font-size: 14px;
  font-weight: 500;
}
.homepage_accordion .answer:not(.active) {
  height:0;
}
.question {
  position:relative;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content: space-between;
  color:inherit;
  margin: 0;
  padding: 28px 0;
  font-size: 17px;
  font-weight: 500;
}
@media (max-width: 749px) {
  .question {
    font-size: 15px;
    padding: 14px 18px;
    line-height: 1.53;
  }
  .question span{ margin-right: 14px; }
  .question.active {
    padding-bottom: 10px;
  }
  .answer_content {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.bg_image_with_custom_content.bg_image_with_custom_content--index-accordion {
  margin-bottom: 0!important;
  min-height: auto!important;
}
[data-section-type="index-accordion"] {
  display: flex;
  min-height: auto!important; }
[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;
}
.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%;
  box-shadow:0 0 4px 2px var(--color-border);
    display:flex;
    overflow:hidden;
    align-items:center;
    justify-content:center;
    background:var(--white-color);
      margin-right:30px;
      transition:all 0.3s;
      }
.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  {
  text-align:left;

}
.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 {
    margin: 0 0 30px 0; }
  .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: 0px;
    margin-right: 10px;
    text-align: left;
    padding: 60px 10px 0;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    }
[data-section-type="quotes"] .testimonials_slider .testimonial_block .author_image {
  width: 48px;
  margin-left: 0;
  margin-right: auto;
  margin-bottom: 14px;
  height: 48px;
  border-radius: 50%;
  position: relative; }
[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 p {
  color: #757575;
  font-weight: 500;
}
[data-section-type="quotes"] .testimonials_slider .testimonial_block .title {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.35;
}
[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;
}

[data-section-type="quotes"] .section-header {
  position: relative;
  margin: 0 7px 28px 7px;
}
[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; }
}

@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: 0;
  right: -999px;
  transform: none;
  z-index: 22;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  height: 100vh;
  width: 100%; }
#shopify-section-header header.site-header .mobile-nav-wrapper.js-menu--is-open {
  height: calc(var(--doc-height) - var(--header-height, 0px) - var(--announcement-bar-height, 0px) + 4px);
}
.mobile_menu_overlay, .mega_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; }
.mega_menu_overlay { background: rgba(0, 0, 0, 0.5); }
body.js-menu--is-open {
  overflow: hidden;
  height: 100%;
  position: fixed;
  width: 100%;
}
#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); }

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

.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;
  border-bottom: 1px solid #efefef;
}
.site-header .site-header__mobile-nav {
  background: inherit;
}

.header_top__row,
.header_top {
  padding: 7.5px 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
.header_top .grid{ align-items: center; }
.top_navigation_links {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600; }
.top_navigation_links .icon {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.top_navigation_links li + li:not(.disclosure-list__item) {
  margin-left: 16px; }
.top_navigation_links .selectors-form {
  margin: 0; }
.top_navigation_links .selectors-form .selectors-form__item {
  padding: 0;
  margin: 0; }
.top_navigation_links .selectors-form .selectors-form__item + .selectors-form__item {
  margin-left: 10px; }
.top_navigation_links .selectors-form .selectors-form__item + .selectors-form__item .disclosure-list {
  right: 0;
  left: auto;
  transform: none; }
.header_top .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;
  background: var(--white-color);
    padding: 0 0 0 16px; }
.site-header .site-header__icons .search-bar__interior .search-form__container {
  padding: 0;
  display: flex;
  align-items: center;
  background: transparent;
  transition: all 0.5s cubic-bezier(0,1,0.5,1);
}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form {
  border: 0;
  /*max-width: 100%;
  width:100%;*/
  position: static; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper{
    max-height: 0;
    transition: all 0.5s cubic-bezier(0,1,0.5,1);
}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper.visible {
  width: 100%;
  border-radius: 0px;
  overflow: auto;
  padding-bottom: 0;
  max-height:310px;
  z-index:12;
  border-radius: 0 0 8px 8px;
}
.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 {
  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: 11px 36px; }
.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: 400; }
.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 {
  overflow: hidden;
  /*min-height: 55px;*/
  font-size: var(--font-size-base);
  border: 0;
  width: 0;
  padding: 20px;
  outline: none;
}
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input::placeholder{ color: #919191; }
.site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit {
  padding: 0;
  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 a {
    font-size: 13px;
  }
  .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, .search-bar__result-linklist.predictive-search__list .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: 1239px) {
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper {
    max-height: calc(100vh - 60px);
    overflow: auto;
    padding-top: 10px;
    margin-top: 0;
  }
  .site-header__icons .btn--link, .site-header__icons .site-header__cart {
    color: var(--color-btn-primary); }
}

.search_categories_menu {
  margin-right: 20px; }
.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: 0 0 10px 10px;
  border: 0;
/*   margin-top:10px; */
  z-index: 12;
  box-shadow: 0 22px 24px -20px rgb(0 0 0 / 7%)
}
.site-header .site-nav__dropdown.small_dropdown.site-nav__dropdown--right {
  right:0;
  left:auto;
}
.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 24px;
  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;
  margin-left: 16px;
}
.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%;
  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 {
  align-items: center;
  justify-content: center;
  background: var(--white-color);
  color: var(--color-btn-primary);
  position: relative;
  border: 0;
  padding: 0;
  display: block;
}

.header-search-button svg{ width: 24px; height: 24px; display: block; }

@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 .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-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: 1023px) {
  .site-header:not(.logo--left) .site-header__icons-wrapper .search-form__container.show_form {
    justify-content: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9;
    padding: 0 24px;
    transform: unset;
    border-radius: 0;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  .site-header { border-color: #ededed; }
  .site-header .site-header__mobile-nav{ padding-top: 8px; padding-bottom: 8px; }
  .header_top {
    display: none; }
  .site-header .site-header__logo {
    padding: 0; }
  .site-header .header_cart_info {
    margin-left: 15px; }
  .site-header .site-header__menu.js-mobile-nav-toggle {
    background: var(--white-color);
    padding: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    outline: unset;
  }
  .site-header .site-header__menu.js-mobile-nav-toggle span{
    position: absolute;
    width: 3px;
    height: 2px;
    border-radius: 0.8px;
    background: #03060b;
    left: 2px;
  }
  .site-header .site-header__menu.js-mobile-nav-toggle span:first-child{ top: 5px; }
  .site-header .site-header__menu.js-mobile-nav-toggle span:nth-child(2){ top: 11px; }
  .site-header .site-header__menu.js-mobile-nav-toggle span:nth-child(3){ top: 17px; }
  .site-header .site-header__icons {
    position: static;
    width: 40%;
  }
  .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; }

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

    .site-header .site-header__icons-wrapper .search-form__container {
      pointer-events: none;
      position: absolute;
      right: 0;
      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.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;
        border-radius:50%;
      }
      .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; }

}

.categories_menu .second_lvl.nav-dropdown.withoutMegamenuLvl  {
  min-width: 1px;
}
.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: 1;
  background: unset;
  z-index: 9;
}

.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 {
    display: block;
    width: auto;
    font-size: 14px;
    line-height: 1.57;
    padding: 14px 20px 14px 36px;
    transition: .3s all;
    border-radius: 0px;
    line-height: 1.2;
    margin: 0; }
.search_popular_menu a:hover {
  background: #f8f8f8;
}

.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;
      }

.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: sticky;
  top: 0;
  background-color: var(--alternateHeader_bg_color); }
.template-product #shopify-section-header.showAlternateHeader, #shopify-section-header.showAlternateHeader.no-overlap{ position: relative; }
#shopify-section-header.showAlternateHeader + #PageContainer.marginTop {
  padding-top: 50px; }

@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; }
}

.top_navigation_links .icon {
  fill: inherit; }
#shopify-section-header.showAlternateHeader .logo_element .site-header__logo-link,
.header_top .disclosure__toggle, #shopify-section-header.showAlternateHeader select,
.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 .nav-bar__link{
  color: var(--alternateHeader_nav_color);
}
#shopify-section-header.showAlternateHeader .nav-bar__link.link-active, #shopify-section-header.showAlternateHeader .nav-bar__link.sublink-active{ color: var(--color-text); }

#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: #fff;
  height:0;
  overflow-y:auto;
  border-top: 1px solid #ededed;
}
#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(--color-btn-primary); }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer {
  padding: 20px 0 50px 0;
  text-align: center;
  background: #f8f8f8;
  border-top: 1px solid #f5f5f5;
}
#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: #4A4A48; }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .disclosure__toggle{ padding: 0; font-size: var(--font-size-base); font-weight: 500; display: block; width: 100%; position: relative; }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .disclosure__toggle .mobile-nav__label{ display: flex; align-items: center; }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .disclosure__toggle .mobile-nav__label svg{ margin-right: 5px; }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block {
  background: #fff;
  border-radius: 0px;
  padding: 0 0 20px;
  display: block;
  width: auto;
  font-size: 14px;
  margin: 0;
  font-weight: 400;
  text-align: left;
  position: relative;
}
.mobile-nav-wrapper .mobile-nav-footer .mobile-nav-footer-block form#mobile_nav_language__localization .mobile-nav__label{ margin-left: -3px; }
.mobile-nav__label{ position: relative; }
#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;
  width: 100%;
}
#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; }

.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: 50%;
  transform: translateX(-50%);
  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%); }
}


header.site-header .icon--hamburger-mobile {
  display: block;
  min-width:16px;
  width: 16px;
  height: 16px; }

#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: var(--font-size-navigation);
    }

.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 {
  font-size:12px;
  font-weight: 400;
}
.header_top .top_navigation_links a{ padding: 1px 16px 3px 0px; }
.header_top .top_navigation_links button{ padding-left: 16px; display: flex; align-items: center; }
.header_top .top_navigation_links button svg{ margin-right: 4px; }

.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-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: 1439px) {
  .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: 50px; }

  .search_popular_menu a{ font-weight: 400; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-button__submit {
    padding: 0;
    height: unset;
    transform: translateY(-50%);
    top: 50%;
    left: 16px;
  }

  .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:550px;
  }
}
.header_cart_info {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 16px; }

.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.show_cart_subtotal .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:24px;
  height:24px;
}
  .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--inline .header_cart_info.show_cart_subtotal .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: 12px;
  font-weight: 600;
  top: -6px;
  right: -10px;
  z-index: 1;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  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 .header_cart_count{ top:-5px; right: -5px; }
.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: 10px 60px; }

.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);
}
.top_navigation_links a:hover {
  color: var(--header_nav_hover_link);
  border-color:var(--header_nav_hover_link);
}
.top_navigation_links a[href]:hover,
.top_navigation_links button.disclosure__toggle:hover {
 text-decoration: underline;
}

/* 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: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    color: #8d8d8d;
    margin: 0 10px;
    top: auto;
    height: 52px;
    width: 52px;
    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: 268px;
  right: 30px;
  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); }


.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:16px;
}
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 .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: 0px;
  padding-bottom: 10px;
  overflow: hidden; }
.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;
  }
}


@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%; }

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

  .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: 1240px) {

  .index-tabs-content_block__slider .product-item-block.medium-up--one-quarter {
    width: 22%;
    flex: 1 0 22%;
  }
  .index-tabs-content_block__slider .product-item-block.medium-up--one-third {
    width: 472px;
    flex: 1 0 472px;
    padding-left: 16px;
    padding-bottom: 15px;
  }
  .index-tabs-content_block__slider .product-item-block.medium-up--one-third:first-child{
    width: calc(456px + calc(max(1280px, 100vw)/2 - 560px));
    flex: 1 0 calc(456px + calc(max(1280px, 100vw)/2 - 560px));
    padding-left: calc(max(1280px, 100vw)/2 - 560px);
  }
  .index-tabs-content_block__slider .product-item-block.medium-up--one-third:last-child{
    width: 488px;
    flex: 1 0 488px;
    padding-right: 16px;
  }
}


.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-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; }
  .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: 50% !important;
  margin: 0 auto;
  border-radius: 50%;
  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;
  padding-left: 50px;
}
.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 {
  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 {
  border-radius: 20px;
  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 {
  max-width: calc(1280px / 2);
  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: 270px; }

.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%; visibility: hidden; }
.product-single__media__carousel .product-single__media__slide.is-selected{ visibility: visible; }
.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;
  margin: 0 0 0 20px;
  border-radius: 4px;
  border: 0.8px solid #ededed;
}
.qty .qty_btn {
  height: 40px;
  width: 40px;
  min-width: 30px;
  background-color: #f8f8f8;
  cursor: pointer;
  display: block; }
form.product-form .qty .qty_btn.disabled { color: #EBE9E9; cursor: default; }
.qty .product-form__input--quantity {
  border: 0;
  text-align: center;
  padding: 0;
  max-width: 40px;
  height: 40px;
  min-height: 1px;
  border-radius: 0;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  background: transparent;
  border-left: solid 0.8px #ededed;
  border-right: solid 0.8px #ededed;
  color: var(--color-text);
}


.product-single__thumbnail-image {padding:0;}
.product-single__thumbnail-image,
.product-single__media img {
  height: auto;
  overflow: hidden; }

.thumbnails-wrapper {
  margin-top: -56px; z-index: 1; position: relative; }
.thumbnails-wrapper .product-single__thumbnails {
  margin-left: -11px; }
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block {
  margin-bottom: 8px;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  cursor: pointer;
}
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block img{ opacity: 0.4; }
.thumbnails-wrapper .product-single__thumbnails-block {
  margin: 0 4px;
  display: inline-block;
  position: relative;
  float: left;
}

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

.product-single__meta {
  position: relative;
  padding-left: 40px; }
.product-single__meta .product_sku {
  margin: 0; }
.product-single__meta .product-form {
  padding-bottom: 15px; }
.product-single__meta .form_bg_row {
  background: var(--white-color);
    padding: 10px 0px;
    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: 600;
  font-size: 20px;
  margin-bottom: 0;
}
.product-single__meta .swatch .swatch-element {
  margin: 5px 0;
  position: relative;
  display: flex;
  align-items: center;
  padding: 2px;
}
.product-single__meta .swatch .swatch-element:not(.color) {
  width: 100%;
}
.product-single__meta .swatch .color.swatch-element {
  margin: 5px 24px 5px 0;
}
.product-single__meta .swatch .swatch-element .color-swatch-title {
  position: absolute;
  top: 100%;
  font-size: 12px;
  white-space: nowrap;
  text-align: center;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.product-single__meta .swatch .header {
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}
.product-single__meta .swatch .color label .swatch-bg {
  position: absolute;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  left: 2px;
  top: 2px;
  border-radius: 50%;
}
.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 .qty_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-form__item--payment-button {
  display: flex;
  align-items: flex-start;
  padding: 0;
}
.product-form__cart-submit_wrap{ flex: 1 0 auto; width: 100%; margin-left: 16px; }

.product-form__item--payment-button .shopify-payment-button,
.product-form__item--payment-button .product-form__cart-submit_wrap,
.product-form__item--payment-button .product-form-external-btn {
  width: calc(50% - 16px);
}

.product-form__item--payment-button .product-form-external-btn{ margin-left: 16px; flex: 1 0 auto; }

.product-form__item--payment-button .amazon-btn {
  flex-direction: column;
  padding: 1px 20px 9px 20px;
}
.product-form__item--payment-button .amazon-btn span{ font-size: 12px; line-height: 2; }
@media screen and (min-width: 750px) and (max-width: 1024px){
  .product-form__item--payment-button{ flex-direction: column; }
  .product-form__item--payment-button .shopify-payment-button,
  .product-form__item--payment-button .product-form-blue-btn,
  .product-form__item--payment-button .product-form-external-btn {
    width: 100%;
  }
  .product-form__item--payment-button .product-form-external-btn{ margin-left: 0; }
  .sticky-price-wrapper .shop-now-btn{ text-align: right; }
  .shop-now-btn .btn{ margin-top: 5px; margin-bottom: 5px; }
  .product-sticky-bar .sticky-product-info-bar{ padding: 5px 0 !important; }
}

.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-blue-btn {
  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-border-form);
  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: #000;
  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%; }

.swatch-element:not(.color) input:checked + label {
  box-shadow: 0 0 0 1.5px rgba(33, 100, 255, 0.5), inset 0 0 0 1px #2164ff;
  color: var(--color-text);
  font-weight: 600;
  border: 0;
}
.swatch-element.color input:checked + label {
  border-color: #2164ff;
  color: var(--color-text);
  font-weight: 600;
}
.swatch-element.color input:checked + label + .color-swatch-title {
  font-weight: 600;
}

.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; }


.swatch_elements_wrapper { column-gap: 15px;}

.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__controls-group--submit {
    position: fixed;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    flex-direction: row;
    background: var(--white-color);
    border-top: 1px solid #efefef;
    left: 0;
    right: 0;
    margin: 0;
    align-items: flex-start;
    justify-content: space-between;
    padding: 16px 24px 22px;
    display: block;
    border-radius: 0;
  }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__controls-group--submit .price-wrapper{
    padding-bottom: 0; border-bottom: 0; margin-bottom: 10px;
  }
  .product-single__meta.enabled_mobile_sticky_btns .product-form__item--submit{ margin-bottom: 0; }
  /*.product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--payment-button .shopify-payment-button,
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--payment-button .product-form__cart-submit {
    margin: 0;
    width: 100%; }*/
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--payment-button .shopify-payment-button .shopify-payment-button__button--unbranded {
    padding: 12px; }
  .product-single__meta.enabled_mobile_sticky_btns .product-form-blue-btn{ margin-bottom: 0; font-size: 14px; font-weight: 600; padding: 12px 10px; border: 0; }
  .product-single__meta.enabled_mobile_sticky_btns .product-form .product-form__item--payment-button .product-form-blue-btn { 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: 30px;
  padding: 20px 15px;*/ }
.navigation_wrapper > ul > li > .nav-bar__link  {
  flex: 1;
}
.nav-bar__item:last-child {
  margin-right: 0; }

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

.nav-bar__item > .nav-dropdown {
  min-width: calc(100% + 100px);
}

.nav-bar__link {
  display: flex;
  align-items: center;
  cursor: pointer;
  color: var(--header_color_text);
  position: relative;
  padding: 15px;
}
.nav-bar__link span{ flex: 1; }
.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;
}

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

.nav-dropdown__link {
  text-align: left;
}



/**
* --------------------------------------------------------------------
* DROPDOWN MENU
* --------------------------------------------------------------------
*/
.nav-dropdown {
  position: absolute;
  /*top: calc(100% + 20px);*/
  top: 100%;
  list-style: none;
  z-index:0;
  pointer-events:none;
  white-space: nowrap;
  transition: all 0.5s cubic-bezier(0,1,0.5,1);
  }
.nav-dropdown ul{
  padding: 14px 0;
}

.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: 0;
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain; }
.visible.nav-bar__item .nav-dropdown--restrict {
  max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  box-shadow: 0 16px 30px -12px rgb(0 0 0 / 14%), 0 -6px 16px -5px rgb(0 0 0 / 5%);
  background: var(--header_nav_2_bg);
  color: var(--header_nav_2_color_text);
  overflow: unset;
}
.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 {
  z-index: 5;
  position: static; }
li.nav-dropdown__item .nav-dropdown__link { padding: 11px 20px 11px 24px; font-weight: 500; }
.nav-dropdown__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer; }
.nav-dropdown__link:hover{
  color: var(--header_nav_2_color_text_hover) !important;
  background-color: #f8faff;
}
.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: 3px; }

.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: 100%;
  transform: none;
  display: none;
  box-shadow: 0 16px 30px -12px rgb(0 0 0 / 14%), 0 -6px 16px -5px rgb(0 0 0 / 5%);
  background: var(--header_nav_2_bg);
  color: var(--header_nav_2_color_text);
}
.nav-bar__item .nav-dropdown .nav-dropdown.right_side {
  width:100%;
  left:auto;
  right: calc(100% + 10px);
}
.nav-dropdown__item.visible .nav-dropdown{ display: block; }


.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: 100%;
  background: var(--white-color);
  transition: all 0.3s cubic-bezier(0.25,0.1,0.25,1);
  z-index: 11;
}
.mega-menu .mega-menu-wrapper{
  border-radius: 0px;
  border-top: 1px solid var(--color-border);
}

.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 50px;
  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: 0;*/
  max-height: calc(100vh - var(--header-height, 0px) - var(--header-offset, 0px) - var(--announcement-bar-height, 0px) - 100px);
  /* opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out; */
  overflow: auto;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  pointer-events: none;
  display: none;
}
nav .mega-menu.mega_menu_product_cards{ height: 634px; }
nav .visible .mega-menu{
    /* max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px); */
    /* opacity: 1;
    visibility: visible; */
    z-index: 5;
    display: block;
}
.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; }

.template-collection .main-content-spacing, .template-product .main-content-spacing{ padding-top: 0; }

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

body.no-overlap-header .custom_page_header_section {
	 padding-top:50px;
}
@media (max-width: 749px) {
  .custom_page_header_section,
  body.no-overlap-header .custom_page_header_section {
    padding-top: 40px;
  }
}

.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;
}
.custom_page_header_section .page-width .page_header_heading {
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px!important;
  line-height: 22.13px!important;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: 700;
}
.custom_page_header_section .page-width .page_header_heading + .page_header_subtitle  {
  margin-top: 16px;
}
.custom_page_header_section .page-width .page_header_subtitle  {
  text-align: center;
  font-size: 14px!important;
  line-height: 22.13px!important;
  max-width: 100%;
  padding-left: 18px;
  padding-right: 18px;
}
@media screen and (min-width:750px) {
  .custom_page_header_section {
    min-height: 400px;
    align-items: center;}
  .custom_page_header_section .page-width .page_header_heading {
    text-align: left;
    max-width: 540px;
    padding-left: 0;
    padding-right: 0;

    font-size: 36px!important;
    line-height: 52.13px!important;
  }
  .custom_page_header_section .page-width .page_header_subtitle  {
    text-align: left;
    max-width: 520px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px!important;
    line-height: 28.96px!important;
  }
}

.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);
}

.template-product .breadcrumbs{ padding-top: 20px; margin-bottom: 0; }

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

.breadcrumbs__item {
  display: inline-block;
  color: #757575;
  font-weight: 500;
}
.breadcrumbs__item + .breadcrumbs__item {
  margin-left: .2em; }
.breadcrumbs__item a {
  color: inherit; }
.breadcrumbs__item a:hover{ color: #444; }
.breadcrumbs__item.current_tag__item:after {
  display: none !important; }
.breadcrumbs__item:last-child{ color: var(--color-text); }
.breadcrumbs__link[aria-current="page"] {
  color: inherit;
  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 {
  padding: 20px;
  border-radius: 8px;
  position: relative;
  background: var(--white-color);
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s; }

.product-card .product-item__action-list .btn {
  border: 0;
  margin-bottom: 0;
  margin-top: 0px;
  padding: 11px 20px;
  font-size: 14px;
  line-height: 1.3;
  min-height: auto;
  min-width: 116px;
  text-transform: uppercase;
  background-color: var(--checkout-btn-bg);
  color: var(--checkout-btn-color);
  justify-content: center;
  width: auto;
}
.CollectionGrid .product-card .product-item__action-list button.btn{ background-color: #adadad; opacity: 1; }
.featured_collection_cart_page .product-card .product-item__action-list .btn {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  height: 30px;
  width: 118px;
  justify-content: center;
}
.featured_collection_cart_page .product-card .product-item__action-list .btn.sold-out-btn{ background-color: #adadad; opacity: 1; }
.featured_collection_cart_page .product-card .product-item__action-list .btn.added{ background-color: rgba(33, 100, 255, 0.8); }

.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;
}

.product-hover-content {
  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;
  transition: opacity 0.2s ease-in;
}
.product-card-hover-text{
  position: absolute;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  padding: 15px 36px;
  font-size: 14px;
  color: #fff;
  line-height: 1.28;
}
.product-card-hover-text *{ color: #fff; }

.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:0px;
  max-width: 100% !important;
  width: 368px;
  height: 321px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px 8px 0 0;
}
.use_image_height .product-item-block.view-mode-grid .product-card__image.product-card__image--alternate{ width: 100%; }
@media screen and (max-width: 749px){
  .use_image_height .product-item-block.view-mode-grid .product-card__image { width: 268px; height: 268px; }
  .grid.Collection-wrapper .use_image_height .product-item-block.view-mode-grid .product-card__image{ width: 238px; height: 238px; }
  .product-hover-content{ display: none; }
}

.card-hover-shop-now-btn{ margin-top: 20px; width: 100%; text-align: center; }
.card-hover-shop-now-btn:hover{ opacity: 0.8 !important; }
.product-item-block.product-item-block--withAlternateImage img {
  transition: opacity 0.1s linear; }
.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: center;
  margin: 40px 0 15px 0;
  flex-wrap: wrap; }
.product-item__price_and_reviews_row .price {
  font-weight:bold;
  margin-bottom: 5px;
  width: auto;
}
.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; }

  .search-page-wrapper .product-item-block.view-mode-list .product-item--info { padding: 0 20px; text-align: center; }

  .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); }

.product-label + .product-label {
  margin-left: 5px; }





/*  Mosaic */
/*.mosaic_section_wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 11px; }*/
.mosaic_section_wrapper{ display: block; margin: calc(var(--column-gap) * -1)px; }
.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: 8px;
  overflow: hidden;
  position: relative;
  height: 300px;
  transition: all 0.3s;
  width: calc(var(--column-width) - calc(var(--column-gap)));
  float: left;
  margin: var(--column-gap);
}
.mosaic_section_wrapper .mosaic_block a {
  color: inherit; }
.mosaic_section_wrapper .mosaic_block.height_1 {
  height: 100%; }
.template-index .mosaic_section_wrapper .mosaic_block.height_1{ grid-row: 1/3; }
@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 {
    width: 100%;
    grid-row: auto !important;
  }
}

.mosaic_section_wrapper .mosaic_block: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;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  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;
  margin: 32px; }
.mosaic_section_wrapper .mosaic_block .mosaic_block-caption.title-present{ margin: 32px 52px; }
@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 {
  position: relative; }
.bg_image_with_custom_content:not(.bg_image_with_custom_content--index-accordion) {
  padding: 0;
  min-height: 700px;
  margin-bottom: 35px;
}

@media screen and (max-width:749px) {
  .bg_image_with_custom_content:not(.bg_image_with_custom_content--index-accordion) {
    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: 1239px) {
  .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: 0; }
  /*.product-single__meta .product-form__item--payment-button {
    display: block; }
  .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; }*/
    .custom_payment_icons{ margin-top: 10px; }
  }
@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.5;
  z-index: 9999; }

@media screen and (max-width: 749px) {
  .section-header-wrapper {
    flex-wrap: wrap; }
  .section-header-wrapper .filters-toolbar {
    width: 100%;
    flex-wrap: wrap; } }
.search-page-wrapper {
  width: 100%;
  padding-top: 48px;
}

.search-page--open-sidebar-btn {
  margin-bottom:11px;
  max-width: 100%;
}
@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: 100vw;
  height: 100%;
  max-height: none;
  z-index: 999999;
  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: 522px; }
  .Cart-Drawer .CartItem__Info{ width: 220px; }
  .Cart-Drawer .CartItem__Price{ flex: auto; position: relative; }
  }
.Cart-Drawer .Drawer__Header {
  padding: 20px 0 10px; }
.Cart-Drawer .Drawer__Title {
  padding-right: 30px;
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: normal;
  color: #000;
}
.Cart-Drawer .Drawer__Close {
  position: absolute;
  margin-left: 0;
  right: 30px;
  background: 0;
  padding: 0px;
  top: 26px;
  border: 0;
  color: #919191;
}
.Cart-Drawer .Drawer__Close:hover{ color: var(--color-text); }
.Cart-Drawer .Drawer__Close svg {
  width: 20px;
  height: 20px;
  display: block;
}
.Cart-Drawer .Drawer__Close svg.hideDesktop{ display: none; }
.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: 5px 0 0 0;
  flex: none;
  position: relative;
}
.Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout.btn, .fs-checkout-btn-custom, .keep_shopping__btn {
  width: 100% !important;
  justify-content: center;
  background-color: var(--checkout-btn-bg) !important;
  color: var(--checkout-btn-color) !important;
  height: 56px !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
}
.cart__block .cart__submit {
  width: 100%;
  justify-content: center;
  background-color: var(--checkout-btn-bg);
  color: var(--checkout-btn-color);
  height: 56px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
}
.fs-checkout-btn-custom span{
  color: var(--checkout-btn-color) !important;
  margin: auto !important;
  visibility: visible !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
  font-size: 17px !important;
  width: auto !important;
}
.keep_shopping__btn:after{ content: unset; }
.fs-checkout-btn-custom:hover, .Cart__Checkout.btn:hover, .keep_shopping__btn:hover{
  opacity: 0.8 !important;
  background-color: var(--checkout-btn-bg) !important;
  color: var(--checkout-btn-color) !important;
}

.Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout + .Cart__Checkout {
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}
.Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout + .Cart__Checkout:hover{ opacity: 0.6; }
.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: 30px;
  padding-right: 30px;
  position: relative;
}
.CartItemWrapper{ position: relative; }
/* Discount code bar */
.cartItem__discount-code-bar-wrapper--hidden {
  display: none !important;
}
.cartItem__discount-code-bar-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 12.5px;
  padding-right: 10px;
}
.cartItem__discount-code-bar-wrapper--drawer {
  padding-right: 0;
}
.cartItem__discount-code-bar {
  background: #FFF4DB;
  border-radius: 2px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
}
.cartItem__discount-code-bar-wrapper--drawer .cartItem__discount-code-bar {
  width: 100%;
  flex-direction: column;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  padding-right: 8px;
  border-right: 1px solid #F1D0A5;
}
.cartItem__discount-code-bar-wrapper--drawer .cartItem__discount-code-bar .cartItem__discount-code-bar-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 0 0 8px 0;
  border-right: none;
  border-bottom: 1px solid #F1D0A5;
  width: 100%;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar--code-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar--code-wrapper .cartItem__discount-code-bar--code {
  font-size: 12px;
  font-family: "Helvetica Neue ForEco";
  font-weight: 400;
  line-height: normal;
  color: #A06314;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar--code-wrapper .cartItem__discount-code-bar--code-copy-button {
  background: none;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.cartItem__discount-code-bar-wrapper .cartItem__discount-code-bar .cartItem__discount-code-bar--price {
  color: #A06314;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  gap: 4px;
}
.cartItem__discount-code-bar-wrapper--drawer .cartItem__discount-code-bar .cartItem__discount-code-bar-right {
  justify-content: flex-start;
  padding: 8px 0 0 0;
  width: 100%;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar--text {
  color: #A06314;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar-timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.cartItem__discount-code-bar .cartItem__discount-code-bar-timer-wrapper .cartItem__discount-code-bar-timer-text {
  color: #A06314;
  font-family: "Helvetica Neue ForEco";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.47px;
}
.cartItem__discount-code-bar-timer-text.days,
.cartItem__discount-code-bar-timer-text.hours,
.cartItem__discount-code-bar-timer-text.minutes,
.cartItem__discount-code-bar-timer-text.seconds {
  border-radius: 2.969px;
  background: #FFE6B0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
/* Discount code bar end */
/* Gift card bar -- Cart page */
.cartItem__gift-card-code-bar-wrapper--hidden {
  display: none !important;
}
.cartItem__gift-card-code-bar-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 8px;
  padding: 0;
  width: 100%;
}
.cartItem__gift-card-code-bar {
  background: #D8ECFF;
  border-radius: 2px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 360px;
}
.cartItem__gift-card-code-bar-wrapper--cart-page .cartItem__gift-card-code-bar {
  max-width: 100%;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar-left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-right: 8px;
  border-right: 1px solid #7190AE;
  flex: 1;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar--code-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar--code-wrapper .cartItem__gift-card-code-bar--code {
  font-size: 12px;
  font-family: "Helvetica Neue ForEco";
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar--code-wrapper .cartItem__gift-card-code-bar--code-copy-button {
  background: none;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.cartItem__gift-card-code-bar-wrapper .cartItem__gift-card-code-bar .cartItem__gift-card-code-bar--price {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar-right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 8px;
  gap: 4px;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar--text {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar-timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.cartItem__gift-card-code-bar .cartItem__gift-card-code-bar-timer-wrapper .cartItem__gift-card-code-bar-timer-text {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 10.5px;
  font-style: normal;
  font-weight: 500;
  line-height: 12.47px;
}
.cartItem__gift-card-code-bar-timer-text.days,
.cartItem__gift-card-code-bar-timer-text.hours,
.cartItem__gift-card-code-bar-timer-text.minutes,
.cartItem__gift-card-code-bar-timer-text.seconds {
  border-radius: 2.969px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
}
/* Gift card bar -- Cart page end */
/* Gift card bar -- Cart drawer */
.cart-gift-card-bar-row--hidden {
  display: none !important;
}
.cart-gift-card-bar-row {
  margin-bottom: 7px;
}
.cart-gift-card-bar--wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 8px;
  width: 100%;
  background-color: #D8ECFF;
  border-radius: 2px;
}
.cart-gift-card-bar--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #B3D6F6;
}
.cart-gift-card-bar--code-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  flex: 1;
}
.cart-gift-card-bar--code-wrapper .cart-gift-card-bar--code-text {
  font-size: 12px;
  font-family: "Helvetica Neue ForEco";
  font-weight: 400;
  line-height: normal;
  color: #000000;
}
.cart-gift-card-bar--code-copy-button {
  background: none;
  border: none;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
}
.cart-gift-card-bar--price {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}
.cart-gift-card-bar--bottom {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 3px;
  padding-top: 8px;
}
.cart-gift-card-bar--bottom .cart-gift-card-bar--text {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.4px;
}
.cart-gift-card-bar--timer-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
.cart-gift-card-bar--timer-text {
  color: #000000;
  font-family: "Helvetica Neue ForEco";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14.4px;
}
/* Gift card bar -- Cart drawer end */
.Cart-Drawer .Drawer__Header:after, .CartItemWrapper:after, .Cart-Drawer .Drawer__Content .Drawer__Footer:before{
  content: '';
  position: absolute;
  top: 100%;
  left: 30px;
  width: calc(100% - 60px);
  height: 1px;
  background: #ebe9e9;
}
.CartItemWrapper:last-child:after{ content: unset; }
.Cart-Drawer .Drawer__Content .Drawer__Footer:before{ width: calc(100% - 66px); top: 0; }
.Cart__ShippingNotice{ margin-top: 20px; }
.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: flex;
  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;
  border-radius: 0.8px;
  border: solid 0.8px #ededed;
}
.QuantitySelector .QuantitySelector__Button {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-body);
  border: 0;
  padding: 0;
}
.QuantitySelector .QuantitySelector__Button.Button_disabled{ color: #EBE9E9; }
.QuantitySelector__CurrentQuantity {
  border: 0;
  color: var(--color-text);
  padding: 0;
  background: #fff;
  min-width: 1px;
  width: 33px;
  height: 33px;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}

.CartItem__Remove {
  position: absolute;
  /* bottom: 30px;
  right: 30px; */
  bottom: 0;
  right: 0;
  text-decoration: underline;
}

.CartItem__Actions {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.CartItem__Actions .CartItem__QuantitySelector + .CartItem__PriceList {
  margin-left: 45px; }
.cart-drawer-ecocredits-msg__wrapper{ display: flex; align-items: center; justify-content: center; margin-top: 12px; gap: 4px}
.cart-drawer-ecocredits-msg__logo{ width: 20px; height: 20px; }
.cart-drawer-ecocredits-info__logo{ width: 12px; height: 12px; margin-left: 4px; }
.cart-drawer-ecocredits-msg__text{ color: #919191; text-align: center; font-family: Manrope; font-size: 12px; font-weight: 500; line-height: normal;margin-bottom: 0;}
.cart-drawer-ecocredits-msg__text strong { color: #000; font-weight: 700; }
@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 {
  margin-bottom: 9px;
  color: #333;
  font-size: 17px;
  line-height: 1.35;
}
.Drawer__Content .product-small-desc{ margin-bottom: 8px; }
.cart-subtotal-row .line-items-discount{ font-size: 12px; padding: 2px 8px 2px 6px; margin-left: 8px; }
.cart-subtotal-row--drawer .line-items-discount { font-size: 14px; }
.cart-subtotal-row{ padding: 14px 0 8px; display: flex; align-items: center; justify-content: space-between; }
.cart-subtotal__compare_price{ font-size: 12px; font-weight: 500; margin-left: 4px; line-height: 1.3; color: #757575; text-decoration: line-through; }
.cart-subtotal-row--drawer .cart-subtotal__compare_price {
  font-size: 14px;
}
.cart__block .cart-subtotal-row{ justify-content: space-between; }
.cart__block .cart-subtotal-row .line-items-discount{ padding: 8px 11px; }
.cart-subtotal-alter {
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
}
.cart-subtotal-row--drawer .cart-subtotal-alter{
  font-size: 17px;
  line-height: 23px;
}
.line-items-discount, .best-seller-label{
  border-radius: 17px;
  background: rgba(250, 69, 0, 0.06);
  padding: 8px 12px 8px 12px;
  font-weight: bold;
  color: #fa4500;
  line-height: 1.35;
}
.best-seller-label{
  background-color: rgba(0, 25, 191, 0.06);
  padding: 8px 12px 8px 12px;
  color: #2164ff;
  margin-left: 10px;
}

.CartItem {
  margin: 20px 0 0 0;
  padding: 0 30px 30px;
  width: 100%;
  display: flex;
  flex-wrap:wrap;
  position: relative;
}
.CartItem .CartItem__ImageWrapper {
  max-width: 100px;
  width: 80%;
  text-align: center;
  margin-left: -4px;
}
.CartItem .CartItem__ImageWrapper .CartItem__Image {
  max-height: 100px;
  height: auto;
  width: 100%;
  object-fit: contain;
  display: block;
}
.CartItem .CartItem__Info_Wrapper--with-discount-code-bar {
  width: 100%;
  max-width:calc(100% - 96px);
  padding-left: 16px;
  padding-top: 17px;
}
.CartItem .CartItem__Info__Wrapper {
  width: 100%;
  max-width:calc(100% - 96px);
  padding-left: 16px;
  padding-top: 17px;
  display: flex;
}
.CartItem__Info_Wrapper--with-discount-code-bar .CartItem__Info__Wrapper {
  width: 100%;
  max-width: initial;
  padding-left: 0;
  padding-top: 0;
  display: flex;
}

.CartItem__PriceList{ padding-left: 15px; white-space: nowrap; text-align: right; }
.CartItem__PriceList .CartItem__Price,
.CartItem__PriceList .CartItem__OriginalPrice, .CartItem__Info .product-small-desc, .CartItem__Info .CartItem__Variant, .CartItem__Remove{
  /*white-space: nowrap;*/
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  color: #757575;
  margin-top: 8px;
  display: block;
}
.CartItem__PriceList .CartItem__Price{ font-weight: bold; color: #000; margin-top: 0px; }

.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: 24px;
  padding-left:34px;
  padding-right:34px;
}

.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: 15px;
    white-space: unset;
  }
   .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;
}



/* 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;
  justify-content: center; }
.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--chevron-down,
.question  .icon--minus {
  color: var(--color-btn-primary);
  display:none;
}
.question.active .icon--chevron-down,
.question.active .icon--minus {
  display:inline-block;
}
.question.active .icon-chevron-right,
.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;
  }
}
@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 {
  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; }
.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; } }

.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;
  }
}


/* 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;
}
}
/* 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;
}


/* 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; }
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 99999;
  -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:last-child{ padding-right: 24px; }
  .site-footer-item-align-right {
    text-align:left;
  }
  .site-footer__content .site-footer__social-icons{ padding-left: 24px; }
}
.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,
.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 .logo_element {
  	min-width:185px;
    display: flex;
    align-items: center;
  }
  .product-single__media-wrapper,
  .product-single__media {
    border-radius: 10px;
  }
}
.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, .header_top .disclosure__toggle {
  transition:all 0.3s;
}
header .disclosure__toggle:hover, .header_top .disclosure__toggle:hover {
  color: var(--header_nav_hover_link);
    }
.disclosure .disclosure-list__item a.disclosure-list__option {
  text-decoration:none;
  border:0;
  white-space: nowrap;
}
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: 1px;
}
.pagination li:hover a {
  color: var(--color-btn-primary);
    opacity:1;
    }

.page-width-xsmall {
  max-width: 1008px;
  margin: 0 auto;
}
.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 {
    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;
}
.slideshow__arrows .slideshow__arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  justify-content: center;
  background-color: transparent;
}
.slideshow__arrows .slideshow__arrow-previous{ left: 30px; }
.slideshow__arrows .slideshow__arrow-next{ right: 30px; }
.slideshow__arrows .slideshow__arrow:after{ content: unset; }
.slideshow__arrows .slideshow__arrow:hover{ background-color: rgba(118, 118, 118, 0.2); }
.section-tabs-content .product-card{ border-radius: 8px; padding: 40px 33px 0px 36px; }
.section-tabs-content .index-tabs-content_block__slider.new-label-present .product-card{ padding-top: 65px; }
.section-tabs-content .product-card:hover, .mosaic_section_wrapper .mosaic_block:hover, .featured_collection_cart_page .product-card:hover{ box-shadow: 0 22px 24px -20px rgb(0 0 0 / 7%); }
.section-tabs-content .product-card .product-item--info, .featured_collection_cart_page .product-card .product-item--info{ height: var(--product-info-height); padding: 0 0 0 11px; }
.featured_collection_cart_page .product-card .product-card__link-title{ height: var(--product-title-height); }
.section-tabs-content .grid__item{ padding-left: 0; }
.product-card .new-label{ color: var(--product_label_1_color); margin-bottom: 4px; font-weight: 600; }
.index-tabs-content_block__slider.new-label-present .new-label{ position: absolute; top: 40px; }
.product-card .product-main-category{ font-size: 28px; line-height: 1.28; margin-bottom: 4px; }
.product-card .product-small-desc{ color: #757575; font-weight: 500; line-height: 1.35; }
.mosaic_images_section .mosaic_section_wrapper{ padding: 0; }
.mosaic_images_section .section-header{ display: flex; justify-content: space-between; align-items: center; }
.mosaic_images_section .section-header a svg{ margin-left: 5px; }
.section-header{ margin-bottom: 28px; }
.page-width.testimonials_row{ width: auto; }
[data-section-type=quotes] .testimonials_slider .testimonial_block{ width: calc(25% - 10px); }
.testimonials_slider{ padding: 0 45px 60px; border-radius: 8px; display: flex; flex-wrap: wrap; margin: 0 7px; }
.template-index .section-header h2{ font-size: 28px; margin-bottom: 0; }
.mosaic_block.color-light .mosaic_block-caption .h3, .mosaic_block.color-light .mosaic_block-caption .text{ color: #fff; }
.mosaic_block.color-light .mosaic_block-caption .link_text{ color: rgba(255, 255, 255, 0.7); }
.mosaic_block.color-dark .mosaic_block-caption .h3, .mosaic_block.color-dark .mosaic_block-caption .text{ color: #03060b; }
.mosaic_block.color-dark .mosaic_block-caption .link_text{ color: #757575; }
.mosaic_block-caption .text, .mosaic_block-caption .link_text{ max-width: 340px; }
.mosaic_block-caption .h3{ font-size: 32px; line-height: 1; margin-bottom: 12px; }
.mosaic_block-caption .text{ font-weight: 700; font-size: 20px; margin-bottom: 4px; }
.mosaic_block-caption .link_text{ position: relative; font-weight: 500; }
.mosaic_images_section.btn-enabled{ position: relative; padding-bottom: 54px; }
.mosaic_images_section .section-header a{ position: absolute; bottom: 0; width: 100%; padding: 12px; background: #fff; left: 0; text-align: center; font-weight: 500; color: #2164ff; }
.mosaic_images_section .section-header a:hover{ text-decoration: underline; }
.index-tabs-collections-wrapper .flickity-page-dots{ display: none; }
.index-tabs-content_block .slider_custom_arrows .btn, .pswp .pswp__ui .pswp__button.btn{ transition: none; position: absolute; top: 50%; transform: translateY(-50%); margin: 0; width: 48px; height: 48px; }
.pswp .pswp__ui .pswp__button.btn{ top: calc(50% - 72px); }
.index-tabs-content_block .slider_custom_arrows .btn.button-prev, .pswp .pswp__ui .pswp__button--arrow--left{ left: 30px; background: #000 url(../images/arrow-left.png) no-repeat center center; background-size: cover; opacity: 0.1; }
.index-tabs-content_block .slider_custom_arrows .btn.button-next, .pswp .pswp__ui .pswp__button--arrow--right{ right: 30px; background: #000 url(../images/arrow-right.png) no-repeat center center; background-size: cover; opacity: 0.1; }
.index-tabs-content_block .slider_custom_arrows .btn:hover, .pswp .pswp__ui .pswp__button.btn:hover{ background-color: rgba(0,0,0,0.3); opacity: 1; }
.index-tabs-content_block .slider_custom_arrows .btn:after, .pswp .pswp__ui .pswp__button.btn:before{ content: unset; }
.index-tabs-content_block{ position: relative; }
.index-tabs-content_block .flickity-prev-next-button, .index-tabs-content_block .slider_custom_arrows .btn.disabled{ display: none; }
.header_top{ background: #f5f7fa; }
.header_top a{ color: #222222; }
.top_navigation_links li{ border-right: 1px solid #7b7b7b; }
.top_navigation_links li:last-child{ border-right: 0; }
.logo_element .store_text{
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ebe9e9;
  line-height: 1;
}
.customer_nav_button svg, .customer_nav_button{ display: block; }
.site-header__icons-wrapper{ padding: 7px 0; }
.site-footer__newsletter{ max-width: 100%; margin-left: auto; }
.site-footer__bottom_content .selectors-form{ justify-content: flex-end; }
.site-footer__bottom_content .selectors-form__item{ display: flex; align-items: center; }
.site-footer__bottom_content .selectors-form__item .heading{ margin-right: 10px; }
.site-footer__bottom_content .disclosure__toggle{ font-size: calc(var(--font-size-base) * 1px); }
.site-footer__bottom_content .disclosure__toggle:hover{ text-decoration: underline; }
.site-footer__item .h5{ font-size: 17px; line-height: 1.48; }
.site-footer__linklist-item a:hover{ text-decoration: underline; }
.search-bar__form .search-close{
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  padding: 0;
  border: 0;
  display: block;
  background-color: transparent;
}
.search-bar__form .search-close svg, .search-form__submit svg{ display: block; }

.custom_menu_left_side{ width: 24%; }
.custom_menu_right_side{ width: 76%; padding-left: 50px; }
.custom_menu_left_side .custom_menu_left_side_item{ padding: 14px 20px; font-weight: 400; cursor: pointer; transition: background-color 0.1s cubic-bezier(0.25,0.1,0.25,1); }
.custom_menu_left_side .custom_menu_left_side_item.active:not(.custom_menu_item_dropdown_title),
.custom_menu_left_side .custom_menu_item_dropdown_title.active{ background-color: #f4f4f4; }
.custom_menu_right_side .custom_menu_tab_title{ cursor: pointer; color: #444; margin-right: 50px; font-weight: 400; line-height: 1.2; }
.custom_menu_right_side .tab_row{ display: flex; justify-content: space-between; padding: 14px 0; margin-top: -10px; }
.custom_menu_row{ position: relative; }
.custom_menu_row.text-align-left .product_content{ text-align: left; padding: 0; }
.custom_menu_tab_content_inner.negative-margin{ margin-top: -38px; }
.custom_menu_row > a{ position: absolute; right: 0; top: -20px; color: #757575; font-weight: 500; }
.custom_menu_row > a:hover{ text-decoration: underline; }
.custom_menu_row > a.title-in-line{ top: 0px; }
.custom_menu_row .block_btn svg{ margin-left: 12px; }
.custom_menu_tab_content, .custom_menu_block_content{ display: none; opacity: 0; visibility: hidden; transition: visibility 0.1s linear, opacity 0.4s ease-in; }
.custom_menu_tab_content.active, .custom_menu_block_content.active{ opacity: 1; visibility: visible; display: block; }
.custom_menu_tab_title.active{ color: var(--color-text); }
.custom_menu_tab_content_inner{ display: flex; margin-left: -12px; width: calc(100% + 12px); }
.custom_menu_product{ position: relative; flex: 1 1 20%; margin: 0 0 10px 10px; background-color: #f4f4f4; border-radius: 6px; text-align: center; max-width: calc(25% - 12px); padding: 12px 0 20px; height: auto; }
.custom_menu_product .product_content{ padding: 32px 10px 0; position: relative; }
.custom_menu_product .product_content .discount-label { color: #F8200C; font-size: 12px; line-height: 1.36;}
@media (max-width: 1023px) {
  .custom_menu_product .product_content .discount-label br {
    display: none;
  }
}
.custom_menu_product .title{
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 14px;
}
.menu_item_custom_label{
  position: absolute;
  bottom: calc(100% - 16px);
  color: #fff;
  background: var(--background-color);
  font-size: 7px;
  padding: 1px 3px;
  border-radius: 2px 2px 2px 0;
  right: 18px;
  -webkit-text-size-adjust: none;
}
.menu_item_custom_label:after{
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  border: 1.5px solid var(--background-color);
  border-right: 1.5px solid #fff;
  border-bottom: 1.5px solid #fff;
}
.menu-icon-wrapper .nav-bar__item:not(.item-has-mega-menu) .menu_item_custom_label {
  right: 0;
}
.custom_menu_product .small-desc, .custom_menu_product .title span{
  line-height: 1.25;
  color: #666;
  font-weight: 500;
  font-size: 12px;
  max-width: 156px;
  margin: 0 auto 4px;
  display: block;
}
.custom_menu_tab_content_inner.block-2 .custom_menu_product .title, .custom_menu_tab_content_inner.block-1 .custom_menu_product .title, .mobile-menu-products.block-2 .mobile-menu-product .title, .mobile-menu-products.block-1 .mobile-menu-product .title{ margin-top: 12px; }
.custom_menu_tab_content_inner.block-2 .custom_menu_product .title span, .custom_menu_tab_content_inner.block-1 .custom_menu_product .title span, .mobile-menu-products.block-2 .mobile-menu-product .title span, .mobile-menu-products.block-1 .mobile-menu-product .title span{ max-width: unset; margin-top: 4px; }
.custom_menu_product .image, .mobile-menu-product .image{
  position: relative;
  width: 100%;
  text-align: center;
}
.custom_menu_product .image, .mobile-menu-product .image{
  max-width: 100%;
  width: 110px;
  height: 110px;
  object-fit: contain;
  margin: auto;
}
.custom_menu_product .new-label, .mobile-menu-product .new-label {
  position: absolute;
  right: 12px;
  top: 6px;
  color: var(--product_label_1_color);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.custom_menu_product .product_content .discount-label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
}
.mobile-nav__link .new-label{ font-size: 12px; margin-left: 8px; color: var(--product_label_1_color); line-height: 1.3; font-weight: 500; }
.custom_menu_row_title{ font-weight: bold; }
.mobile-nav__link{ font-size: 16px; font-weight: 500; line-height: 1.2; }
.mobile-menu-tab-title, .mobile-nav-product-row, .mobile-nav__item{ position: relative; }
.mobile-nav__sublink img{ margin-right: 12px; height: 42px; width: 42px; object-fit: contain; }
.mobile-nav__sublink{ font-size: 14px; font-weight: 500; background-color: #fff !important; padding-top: 12px; padding-bottom: 12px; }
.mobile-menu-products::-webkit-scrollbar{ display: none; }
.mobile-menu-products{ display: flex; overflow-x: auto; }
.mobile-menu-products .mobile-menu-product{ position: relative; width: 164px; flex: 0 0 164px; margin-right: 8px; text-align: center; padding: 3px 0 0 0; background: #fff; border-radius: 8px; margin-bottom: 40px; }
.mobile-menu-products .mobile-menu-product:first-child{ margin-left: 25px; }
.mobile-menu-products .mobile-menu-product .product_content{ padding: 0 12px; margin-bottom: 16px; }
.mobile-menu-products-container.text-align-left .mobile-menu-product .product_content{ text-align: left; padding: 0; }
.mobile-menu-products.block-2 .mobile-menu-product, .mobile-menu-products.block-1 .mobile-menu-product{ background: unset; }
#shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav__sublink + .mobile-nav__dropdown{ padding: 28px 0 0 0; }
.mobile-menu-products .mobile-menu-product .title{ font-size: 14px; font-weight: 600; color: #333; line-height: 1.35; margin-bottom: 4px; }
.mobile-menu-products .mobile-menu-product .small-desc, .mobile-menu-products .mobile-menu-product .title span{ display: block; font-size: 12px; font-weight: 500; color: #757575; line-height: 1.3; }
.mobile-nav__link.is-active .mobile-nav__icon{ transform: rotate(180deg); margin-top: -6px; }
.mobile-nav-footer-block .selectors-form__item .disclosure{ position: unset; }
.mobile-nav-footer-block .selectors-form__item .disclosure-list{
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  max-height: unset;
  left: 100%;
  border-radius: 0;
  transition: all 0.3s;
}
.mobile-nav-footer-block .selectors-form__item .disclosure-list--visible{
  display: block;
  left: 0;
}
.mobile-nav-footer-block .selectors-form__item .disclosure-list li.disclosure-list__item{ padding: 15px 25px; }
.return_to_currency svg{ transform: rotate(180deg); margin-right: 8px; margin-left: -5px; }
.currency-dropdown-open{ overflow: hidden; }
.currency-dropdown-open ul#MobileNav{ display: none; }

/*.index-tabs-content_block .zoom-fade-animation{ overflow: hidden; }*/
.index-tabs-content_block .scroller-content{ position: relative; }
.index-tabs-content_block .scroller-content::-webkit-scrollbar{ display: none; }
.index-tabs-content_block .scroller-platter .product-item-block{ scroll-snap-align: start; display: inline-block; }
.index-tabs-content_block .scroller-platter{
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  -o-transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.scroller-itemview{ /*transform: translateX(calc(max(1280px, 100vw)/2 - 560px)); height: 544px;*/ }
.hideDesktop{ display: none; }
#qab_container{ display: none !important; }
#country-selector-popup{
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
}
#country-selector-popup.visible{ opacity: 1; visibility: visible; }
#country-selector-popup .popup-overlay{
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#country-selector-popup .popup-wrapper{
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 90%;
  max-width: 960px;
  max-height: 815px;
  border-radius: 20px;
  padding: 48px 90px 0px;
  overflow-y: auto;
  z-index: 2;
}
#country-selector-popup .popup-close{
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #919191;
}
#country-selector-popup .popup-close svg{ display: block; }
#country-selector-popup .popup-close svg.hideDesktop{ display: none; }
#country-selector-popup .popup-close:hover, .pswp__button.pswp__button--close:hover{ color: var(--color-text); }
#country-selector-popup .popup-title{
  font-size: 26px;
  line-height: 1.07;
  text-align: center;
  margin-bottom: 50px;
}
#country-selector-popup .countries-list .country-block-wrapper{ display: flex; flex-wrap: wrap; margin-bottom: 26px; }
#country-selector-popup .countries-list .country-block-inner{ width: 25%; }
#country-selector-popup .countries-list .country-block .region_title{
  font-size: 18px;
  line-height: 1.55;
  padding-bottom: 7px;
  padding-right: 15px;
  border-bottom: 1px solid #ebe9e9;
  margin-bottom: 20px;
  color: #666;
  font-weight: 500;
}
#country-selector-popup .countries-list .country-block a{ margin-bottom: 34px; display: flex; padding-right: 15px; cursor: pointer; width: max-content; }
#country-selector-popup .countries-list .country-block a .flag-image{ width: 30px; margin-right: 12px; }
#country-selector-popup .countries-list .country-block a .flag-image img{ display: block; }
#country-selector-popup .countries-list .country-block .country-title{ font-size: 14px; line-height: 1.35; font-weight: 700; }
#country-selector-popup .countries-list .country-block .country-subtitle{ font-size: 12px; line-height: 1.4; color: #757575; }
#country-selector-popup .countries-list .country-block a:hover .country-title, #country-selector-popup .countries-list .country-block a:hover .country-subtitle{ color: var(--header_nav_2_color_text_hover); }
.sticky-header{ border-bottom: 1px solid #EDEDED; }
body.overflow-hidden{ overflow: hidden; }

/* Homepage submenu */
.submenu-wrapper{ padding: 14px 20px 24px 20px; background-color: #fff; }
.submenu-wrapper .submenu-wrapper-inner{ display: flex; justify-content: center; overflow-x: auto; }
.submenu-wrapper .submenu-wrapper-inner {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.submenu-wrapper .submenu-wrapper-inner::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}
.submenu-wrapper .submenu-wrapper-inner h3{ font-size: 12px; line-height: 1.33; font-weight: 400; margin-top: 4px; margin-bottom: 0; }
.submenu-wrapper .submenu-wrapper-inner .submenu-block{ text-align: center; margin: 0 15px; min-width: 106px; }
.submenu-wrapper .submenu-wrapper-inner .submenu-block:hover h3{ font-weight: 500; color: #2164FF; }
.submenu-wrapper .submenu-wrapper-inner .submenu-block .submenu-block-image{ height: 52px; display: flex; }
.submenu-wrapper .submenu-wrapper-inner .submenu-block .submenu-block-image img{ display: block; margin: auto; }
@media screen and (max-width: 989px){
  .submenu-wrapper{ padding: 14px 15px 24px 15px; }
  .submenu-wrapper .submenu-wrapper-inner .submenu-block{ margin: 0 8px; min-width: 80px; width: 80px; }
}
@media screen and (max-width: 749px){
  .submenu-wrapper .submenu-wrapper-inner{ justify-content: left; }
}

/* Cart page */
.cart-page-width{ max-width: 1240px; padding: 0 20px; margin: 0 auto; }
.cart-page-width h3{ margin-bottom: 32px; font-size: 28px; line-height: 1.14; }

/* Product page */
.template-product{ background-color: #fff; }
.template-product .product-container, .product-sticky-bar .page-width-small{ padding: 0 40px; }
.main-content-spacing, .collection-page-spacer, .template-product .product-container{ padding-top: 55px; }
.template-product .product-container.product-page-spacer{ padding-top: 0; }
.collection-page-spacer-small{ padding-top: 15px; }
@media only screen and (min-width: 750px) { .product-container .product-single__media-group{ width: 56%; position: sticky; position: -webkit-sticky; top: 0; }}
.product-container .product-single__media-group{ width: 56%;}
.product-container .product-single__description-group{ width: 44%; }
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block.selected {
  /* box-shadow: 0 0 0 1px rgb(33 100 255 / 50%), inset 0 0 0 1px #2164ff; */
  opacity: 1;
  border: solid 1.5px rgba(33, 100, 255, 0.5);
  background: #fff;
}
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block.selected img {
  opacity: 1;
}
.product-container .product-single__title{
  font-size: 38px;
  line-height: 1.1;
  margin-bottom: 24px;
  font-family: 'Noto Sans JP', var(--font-stack-header);
  font-weight: 700;
}
.product-container .price__pricing-group{ font-size: 22px; font-weight: bold; }
.product-container .price-item--sale{ margin-right: 4px; }
.product-container .price--on-sale .price-item--regular{ opacity: 1; color: #919191; margin-left: 8px; font-size: 18px; }
.product-container .price--on-sale .price-item--regular .money_unit{ font-size: 18px; }
.product-container .price__badges{ display: none; }
.product-container .new-label{ font-size: 17px; font-weight: 600; line-height: 1.23; color: #fa4500; margin-bottom: 4px; }
.product-container .product-single__description{ padding: 16px 24px 9px; background: #f8f8f8; margin-bottom: 35px; border-radius: 8px; }
.product__media__arrows{
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 48px;
}
.product__media__arrows button{
  position: absolute;
  top: 0;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,0.1);
}
.product__media__arrows button:hover{ background: rgba(0,0,0,0.3); }
.product__media__arrows button.btn-previous{ left: 20px; }
.product__media__arrows button.btn-next{ right: 20px; }
.thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block:not(.selected):hover{ border: solid 1px rgba(0, 0, 0, 0.3); }
.product-single__media__carousel_wrapper{ position: relative; padding: 0; }
.product-container .store-features{ position: relative; display: flex; justify-content: space-between; margin-top: 44px; margin-left: -10px; padding-top: 8px; }
.product-container .store-features:before{ content: ''; position: absolute; top: 0; left: 10px; width: calc(100% - 10px); height: 1px; background: #efefef; }
.product-container .store-features .store_feature{ display: flex; align-items: center; padding-left: 10px; }
.product-container .store-features .store_feature img{ width: 38px; height: 38px; margin-right: 4px; }
.product-container .store-features .store_feature .feature_title{ font-size: 11px; color: #000; line-height: 1.4; }
.product-container .store-features .store_feature .feature_content{ font-size: 10px; }
.product-container .contact-box{ margin-top: 34px; }
.product-container .contact-box a{ display: flex; justify-content: center; align-items: flex-start; line-height: 1.28; color: #2164ff; }
.product-container .contact-box a svg{ margin-right: 8px; }
.product-container .contact-box .contact-box-text p{ color: #2164ff; font-weight: 500; text-align: center; margin-top: 3px; }
.product-container .price--on-sale .price__sale{ align-items: center; }
.product-item--info .product-item__price_and_reviews_row .price__sale { justify-content: center; }
.template-index .product-item--info .product-item__price_and_reviews_row .price__sale { justify-content: flex-start; }
.product-accessories-wrapper{ margin-top: 40px; }
.product-accessories-section{ margin-top: 14px; display: none; }
.product-accessories-section.selected{ display: block; }
.product-accessories-section .variant-accessory{
  border-radius: 8px;
  border: solid 1px #c0c1c2;
  padding: 10px 24px 20px 2px;
  margin: 0 0 8px;
  display: flex;
  cursor: pointer;
}
.product-accessories-section .variant-accessory.selected{ border: 0; box-shadow: 0 0 0 1.5px rgba(33, 100, 255, 0.5), inset 0 0 0 1px #2164ff; }
.product-accessories-section .variant-accessory .variant-accessory-image{ width: 84px; margin-right: 10px; }
.product-accessories-section .variant-accessory .variant-accessory-content{ width: calc(100% - 94px); }
.product-accessories-section .variant-accessory .variant-accessory-content .title{
  margin-bottom: 7px;
  margin-top: 18px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.24;
}
.variant-accessory-price span.regular-price{ font-weight: 700; }
.variant-accessory-price span.compare-price{ font-weight: 500; color: #757575; text-decoration: line-through; margin-left: 10px; }
.variant-accessory-price{ padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #ebe9e9; }
.variant-accessory-small-desc{ margin-top: 16px; margin-bottom: 7px; color: #757575; font-weight: 500; line-height: 1.28; }
.variant-accessory-content a, .product-desc-expand{ line-height: 1.78; color: #2164ff; font-weight: 500; display: inline-flex; align-items: center; text-transform: uppercase; }
.variant-accessory-content a span, .product-desc-expand span{ border: solid #2164ff; border-width: 0 1.5px 1.5px 0; padding: 3px; margin-left: 5px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); }
.product-desc-expand span{ border-width: 0 0 1.5px 1.5px; margin-left: 10px; margin-top: -2px; }
.product-desc-expand.expanded span{ transform: rotate(-225deg); -webkit-transform: rotate(-225deg); margin-top: 6px; }
.product-form__controls-group--submit{ display: block; margin-top: 48px; background-color: #f8f8f8; border-radius: 8px; padding: 30px 24px 10px; }
.product-form__controls-group--submit .product-form__item{ padding: 0; margin-left: -16px; }
.custom_payment_icons{ display: flex; flex-wrap: wrap; margin-bottom: 16px; margin-right: -12px; }
.custom_payment_icons.hideDesktop{ display: none; }
.custom_payment_icons .payment_icon img{ margin-bottom: 4px; margin-right: 4px; height: 24px; display: block; }
.product-form__controls-group .price-wrapper{ display: flex; align-items: center; padding-bottom: 10px; /*padding-bottom: 20px; margin-bottom: 24px; border-bottom: 1px solid #ebe9e9; */width: 100%; }
.product-form__controls-group .price-wrapper .regular-price{ font-size: 22px; font-weight: 700; }
.product-form__controls-group .price-wrapper .compare-price{ color: #757575; margin-left: 10px; font-weight: 500; text-decoration: line-through; }
.product-container .total-savings:not(:empty){ font-size: 14px; padding: 8px 12px; border-radius: 17px; background-color: rgba(250, 69, 0, 0.06); font-weight: bold; color: #fa4500; line-height: 1.4; margin-left: 16px; }
.product-form__controls-group .product-form-blue-btn{
  background-color: var(--checkout-btn-bg);
  color: var(--checkout-btn-color);
  padding: 15px 10px;
  justify-content: center;
  font-size: 17px;
  line-height: 1.4;
  text-transform: uppercase;
  flex: 1 0 auto;
}
button.fs-buynow-btn-custom.fs-buynow-btn{ font-size: 17px !important; padding: 15px 10px !important; line-height: 1.4 !important; height: auto !important; width: 100% !important; text-transform: uppercase !important; }
.product__media__pagination{
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 4px 12px 5px;
  opacity: 0.3;
  border-radius: 12px;
  background-color: #000;
  font-size: 11px;
  color: #fff;
  font-weight: 300;
  line-height: 1.4;
}
.product-desc-expand{ text-transform: none; display: none; cursor: pointer; }
.product-single__description .rte{ height: 150px; overflow: hidden; transition: all ease-in-out; margin-bottom: 7px; }
.product-single__description .rte.expanded{ height: unset; }
.product-form__controls-group .product-form-blue-btn:after{ content: unset; }
.product-form__controls-group .product-form-blue-btn:not(:disabled):hover{ opacity: 0.8; background-color: var(--checkout-btn-bg); }
/*.disabled_btns .quantity_block, .disabled_btns .product-accessories-wrapper, .disabled_btns .product-form__controls-group{ opacity: 0.3; }*/
.site-header__logo-image img{ display: block; }
.site-header__logo-image img.showLaptop, .sticky-header .header_top{ display: none; }
.template-product .mosaic_section_wrapper .mosaic_block .mosaic_block-caption{ width: var(--text-max-width); max-width: calc(100% - 80px); }
.template-product .mosaic_block-caption .text, .template-product .mosaic_block-caption .link_text{ max-width: unset; }
.template-product .mosaic_images_section .section-header{ display: block; text-align: center; }
.template-product .mosaic_images_section .section-header .h5:before{ content: unset; }
.template-product .mosaic_images_section .section-header h2{ font-size: 40px; line-height: 1.1; margin-bottom: 16px; }
.template-product .mosaic_images_section .section-header .h5{
  font-size: 17px;
  color: #666;
  font-weight: 600;
  max-width: 800px;
  line-height: normal;
  text-transform: none;
  margin-bottom: 20px;
}
.template-product .mosaic_images_section .mosaic_section_wrapper{ display: flex; flex-wrap: wrap; margin: 0; }
.template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block{ width: var(--column-width); border-radius: 16px; margin: 0; float: unset; }
.template-product .mosaic_block-caption .h3{ font-size: 28px; line-height: 1.07; margin-bottom: 14px; }
.template-product .mosaic_block-caption .text{ font-size: 15px; line-height: 1.4; font-weight: 500; }
.template-product .mosaic_section_wrapper .mosaic_block .mosaic_block-caption.title-present{ margin: 28px 40px; }
.product-sticky-bar{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background: #fff;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.product-sticky-bar.active {
  opacity: 1;
  transform: none;
  visibility: visible;
  transform: translateY(0);
}
.product-sticky-bar .product-info-sticky-wrapper{ border-bottom: 1px solid #efefef; }
.product-sticky-bar .sticky-tabs-wrapper{ box-shadow: 0 2px 5px 0 rgb(0 0 0 / 5%); }
.product-sticky-bar .sticky-product-info-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.product-sticky-bar .sticky-product-info-bar .product-name{ font-size: 18px; line-height: 1.5; font-weight: bold; margin-right: 30px; }
.product-sticky-bar .sticky-price-wrapper, .product-sticky-bar .sticky-tabs-inner{ display: flex; align-items: center; }
.product-sticky-bar .sticky-tabs-inner{ justify-content: center; padding: 14px 0; }
.product-sticky-bar .sticky-tabs-inner a{ margin: 0 25px; color: #757575; font-weight: 500; font-size: 16px; line-height: normal; }
.product-sticky-bar .sticky-tabs-inner a.active{ font-weight: bold; color: #333333; }
.product-sticky-bar .product-price{ font-size: 17px; font-weight: bold; line-height: 1.23; margin-right: 16px; }
.shop-now-btn .btn{ display: inline-flex; align-items: center; justify-content: center; min-width: 131px; font-size: 14px; line-height: 1.36; height: 40px; white-space: nowrap; text-transform: uppercase; padding: 10px 19px; background-color: var(--checkout-btn-bg); color: var(--checkout-btn-color); }
.shop-now-btn .btn:focus { background-color: var(--checkout-btn-bg); color: var(--checkout-btn-color); }
.product-sticky-bar .shop-now-btn .btn:not(.disabled):hover{ opacity: 0.8; background-color: var(--checkout-btn-bg); }
.product-item--media-relative{ position: relative; }
.slideshow__text-content .slideshow_text_wrapper{ max-width: 550px; padding: 10px 0; }
.text-right.slideshow__text-content .slideshow_text_wrapper{ margin-left: auto; }
.text-center.slideshow__text-content .slideshow_text_wrapper{ margin: auto; }
.slideshow__text-content .slideshow_text_wrapper .mega-subtitle{ font-size: 20px; font-weight: 600; line-height: 1.4; }
.slideshow__text-content .slideshow_text_wrapper .slideshow__btn{
  padding: 6px 24px;
  width: auto;
  min-width: unset;
  font-size: 17px;
  line-height: 2.12;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.slideshow__text-content .slideshow_text_wrapper .slideshow__btn:after{ content: unset; }
.slideshow__text-content .slideshow_text_wrapper .slideshow__btn:hover{ background-color: #2164ff; color: #fff; }
.photoSwipe_innerthumbs{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #efefef;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 114px;
  overflow-x: auto;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}
.photoSwipe_innerthumbs .product_thumbnail{ display: inline-block; padding-top: 2px; cursor: pointer; }
.photoSwipe_innerthumbs::-webkit-scrollbar{ display: none; }
.photoSwipe_innerthumbs .product_thumbnail img{
  width: 78px;
  height: 78px;
  margin: 0 6px;
  object-fit: cover;
  opacity: 0.4;
  border-radius: 6.5px;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.photoSwipe_innerthumbs .product_thumbnail.selected img{
  box-shadow: 0 0 0 1.5px rgba(33, 100, 255, 0.5), inset 0 0 0 1px #2164ff;
  opacity: 1;
}
.pswp__button.pswp__button--close{ right: 44px; top: 44px; width: 20px; height: 20px; color: #919191; background-image: none !important; }
.pswp__preloader{ display: none; }

.product-badge-wrapper{
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
}
 .product-badge-wrapper--left { left: 24px; right: inherit; }
.scroller-platter .product-badge-wrapper{ display: none; top: 14px; right: 14px; }
.nav-bar__linklist hr {
  height: 2px;
  margin: 0;
  background: #333;
  border: none;
  transition: all .3s ease-in-out, display .3s linear;
  display: none;
  position: absolute;
  top: calc(100% - 2px);
}
.collection-sticky-section{ position: sticky; top: var(--sticky-header-height); z-index: 9; border-bottom: 1px solid #ebe9e9;; }
.nav-bar__linklist{ display: flex; align-items: center; }
.product-form-blue-btn.btn--primary svg{ display: none; }
.product-form-blue-btn.added svg{ display: block; width: 18px; height: 18px; margin-right: 6px; opacity: 0.8; }
.site-footer__newsletter .input-message{ font-size: 14px; font-weight: 500; line-height: 1.57; margin-bottom: 10px; top: -12px; left: 0; }
.site-footer__newsletter .input-error-message{ color: #ff1f33; display: none; }
.site-footer__newsletter .input--error{ border-color: #ff1f33; }
.site-footer__newsletter .form-message--success{ color: #fff; display: flex; background-color: unset; border: 0; padding: 0; outline: none; }
.site-footer__newsletter .form-message--success .success_icon{ flex: 0 0 18px;width: 20px; height: 18px; border-radius: 50%; align-items: center; justify-content: center; margin-right: 6px; }
.site-footer__newsletter .form-message--success .success_icon svg{ width: 16px; height: 20px; fill: #fff; }
.site-footer__item_text{ width: 50%; flex: 1 1 50%; }
.site-footer__newsletter .opt-in-checkbox-outer{ margin-top: 5px;white-space: nowrap; }
.site-footer__newsletter .opt-in-checkbox-title{ display: inline-block; margin-left: 5px;white-space: normal; }
.site-footer__newsletter .opt-in-checkbox-title a { color: #919191; }
.site-footer__newsletter .opt-in-checkbox-title a:hover { color: #919191; }
.site-footer__newsletter .opt-in-checkbox{ display: inline-block;vertical-align: top; -webkit-appearance: none; -moz-appearance: none; outline: none; width: 12px; height: 12px; top: 5px; background: black; position: relative; transition: background 0.1s; padding: 0; }
.site-footer__newsletter .opt-in-checkbox:checked::after{ content:''; height: 4px; width: 7px; border: #FFFFFF solid 1px; position: absolute; top: 1px; left: 1px; border-top: none;border-right: none;transform:rotate(-45deg); }
.footer-form-inner.is-success .input-group { display: none; }
.footer-form-inner.is-success .opt-in-checkbox-outer { display: none; }
.sms-error-message { width: 300px; }
.subscribe-select-footer{ position: relative; width: 300px; }
.subscribe-select-footer.is-success{ display: block; }
.subscribe-form-phone-footer{ border-radius: 4px; width: 100%; padding-left: 52px; color: #fff; background: black; }
.subscribe-form-phone-footer[type=text]:focus{ border:1px solid #fff; outline:none; }
.subscribe-form-phone-footer::-webkit-input-placeholder{ color: #fff; }
.subscribe-select-ab-footer{background-position: right 6px center; position: absolute; left: 1px; top: 50%; transform: translateY(-50%); width: 40px; outline: none; color: #fff; border-radius: 5px 0 0 5px; height: 93%; background: #222222; padding: 0 9px; }
.subscribe-select-footer-svg{ position: absolute; top: 0; right: -2px; height: 100%; }
.subscribe-select-footer-phone-text{ display: flex; flex-direction: row; width: 300px; margin-bottom: 10px; }
.subscribe-select-footer-phone-title{ margin-left: 5px; color: #fff; }

@media (max-width:1238px){
  .subscribe-select-footer{ width: 374px; }
  .subscribe-form-phone-footer{ background: #fff; color: #222222; }
  .subscribe-select-ab-footer{ color: black; background: #fff; }
  .subscribe-form-phone-footer[type=text]:focus{ border:1px solid #919191; outline:none; }
  .subscribe-select-footer-svg { position: absolute; top: 2px; right: -1px; height: 93%; }
  .subscribe-select-footer-phone-title{ color: black; }
  .subscribe-form-phone-footer::-webkit-input-placeholder{ color: #bababa; }
  .site-footer__newsletter .form-message--success .success_icon svg>path:nth-child(1){ fill: black; }
  .site-footer__newsletter .form-message--success .success_icon svg>path:nth-child(2){ fill: #fff; }
  .site-footer__newsletter .opt-in-checkbox{ background: #919191; }
}
@media (max-width:420px){
  .subscribe-select-footer{ width: 86.574074074vw; }
  .site-footer__newsletter .opt-in-checkbox{ background: #919191; }
}

@media screen and (max-width: 1239px){
  .hideLaptop{ display: none; }
  .showLaptop{ display: block; }
  .slideshow__arrows{ display: none; }
  .slideshow__controls .slick-dots li, .slideshow .flickity-page-dots li{ width: 14px; height: 2px; background-color: rgba(255,255,255,0.5); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08); margin:0 4px; }
  .index-tabs-content_block .scroller-platter:after{ content: 'flickity'; display: none; }

  .scroller-itemview, .index-tabs-content_block .scroller-platter{ transform: none; padding: 0; margin-right: 12px; }
  .scroller-itemview{ height: unset; margin-right: 0; padding-left: 12px; }
  .index-tabs-content_block .index-tabs-content_block__slider .scroller-platter .product-item-block:last-child{ width: 338px; padding-right: 18px !important; }
  .index-tabs-content_block .scroller-platter{ display: block; }
  .index-tabs-collections-wrapper .section-tabs-content {
    padding-left: 0 !important;
  }
  .index-tabs-collections-wrapper .flickity-page-dots{ display: block; text-align: center; }
  .index-tabs-collections-wrapper .flickity-page-dots .dot{ width: 8px; height: 8px; background: #ebe9e9; margin: 0 6px; }
  .index-tabs-collections-wrapper .flickity-page-dots .dot.is-selected{ background: #03060b; opacity: 0.6; }
  .section-tabs-content .product-card{ padding: 28px 20px 0; }
  .section-tabs-content .index-tabs-content_block__slider.new-label-present .product-card{ padding-top: 53px; }
  .index-tabs-content_block__slider.new-label-present .new-label{ top: 28px; }
  .product-card .product-main-category{ font-size: 20px; }
  .index-tabs-collections-wrapper  .index-tabs-content_block__slider .product-item-block {
    padding:0;
    width: 320px;
    white-space: normal;
    height:auto;
  }
  .index-tabs-collections-wrapper  .index-tabs-content_block__slider .product-item-block:first-child{ padding-left: 6px; width: 326px; }
  .index-tabs-collections-wrapper .slider_custom_arrows { display:none; }
  .mosaic_images_section .page-width-small, .quotes-section .page-width-small{ padding-left: 24px; padding-right: 24px; }
  .quotes-section .testimonials_row{ padding-top: 4px; padding-bottom: 26px; background-color: #fff; }
  .mosaic_section_wrapper{ margin: 0 -24px; }
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption{ position: absolute; top: 24px; bottom: unset; left: 24px; right: unset; padding: 0; display: block; width: calc(100% - 48px); margin: 0 !important; }
  .mosaic_section_wrapper .mosaic_block .mosaic_block-caption .h3, .mosaic_section_wrapper .mosaic_block .mosaic_block-caption .text{ margin-bottom: 4px; }
  .template-index .section-header h2{ font-size: 20px;}
  .template-index .section-header{ margin-bottom: 10px; }
  .mosaic_images_section .mosaic_section_wrapper{ display: flex; flex-wrap: wrap; }
  .mosaic_block-caption .h3, .mosaic_block-caption .text{ font-size: 17px; line-height: 1.24; }
  .mosaic_block-caption a{ font-size: 12px; }
  .mosaic_section_wrapper .mosaic_block{ border-radius: 0; margin: 0; }
  .testimonials_row .testimonials_slider{ background: unset !important; padding: 0; margin: 0; }
  [data-section-type="quotes"] .section-header{ margin: 0 0 10px 0; }
  [data-section-type=quotes] .testimonials_slider .testimonial_block{ background: transparent; padding: 28px 0 0; }
  [data-section-type="quotes"] .testimonials_slider .testimonial_block .title{ font-size: 14px; line-height: 1.28; }
  [data-section-type="quotes"] .testimonials_slider .testimonial_block .quote{ font-size: 12px; line-height: 1.33; }
  .site-footer{ margin-top: 20px; }
  .site-footer-wrapper .page-width-small{ padding: 0; }
  .site-footer .page-width{ padding: 0; }
  .site-footer__content .site-footer__item-inner .h5{ position: relative; padding: 18px 0; margin: 0 24px; margin-bottom: 0; border-bottom: 1px solid #ebe9e9; font-size: 14px; font-weight: 500; }
  .site-footer__content .site-footer__item-inner.active .h5{ border-bottom: 0; }
  .site-footer__content .site-footer__item-inner .h5 span{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
  .site-footer__item{ display: block; width: 100%; flex: 1 1 100%; margin-bottom: 0; padding-right: 0; }
  .site-footer__linklist{ background-color: #ededed; padding: 24px 24px 0 24px; }
  .site-footer__item-inner.active .site-footer__linklist{ display: block !important; }
  .site-footer__linklist-item{ padding: 0 0 24px; }
  .site-footer__item_newsletter, .site-footer__item_text{ width: 50%; flex: 1 1 50%; }
  .site-footer__item_newsletter{ padding-top: 34px; }
  .site-footer-wrapper .site-footer__content{ align-items: center; }
  .site-footer__newsletter{ max-width: 375px; margin: 0 auto 40px; }
  .grid--footer-float-left .site-footer-item-align-left{ text-align: center; }
  .site-footer__item-inner.active .h5 .plus-arrow, .site-footer__bottom_content .selectors-form{ display: none; }
  .site-footer__item-inner.active .h5 .minus-arrow{ display: block !important; }
  .site-header:not(.logo--left) .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input{ width: 100%; padding-left: 55px; border-bottom: 1px solid #ebe9e9;; font-size: 14px; color: #757575; }
  .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{ font-size: 12px; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-bar__input::placeholder{ color: #757575; }
  .index-section{ padding-top: 35px; padding-bottom: 35px; }
  .index-section.quotes-section{ padding-bottom: 0; }
  .site-header__logo-image img.hideLaptop{ display: none; }
  .site-header__logo-image img.showLaptop, .scroller-platter .product-badge-wrapper{ display: block; }
  .template-product .mosaic_images_section .page-width-small{ padding-left: 18px; padding-right: 18px; }
  .template-product .mosaic_images_section .mosaic_section_wrapper{margin: 0; }
  .custom_menu_row_title{ margin-bottom: 16px; margin-left: 25px; }
  .slideshow__text-content .slideshow_text_wrapper{ margin: auto; max-width: 100%; }
  .slideshow__text-content .slideshow_text_wrapper .slideshow__btn{ font-size: 12px; font-weight: 600; line-height: 1.25; padding: 9px 14px; }
  .customer_nav_menu__wrapper{ margin-left: 15px; }
  .product-item__price_and_reviews_row{ margin-top: 20px; margin-bottom: 0; }
  .product-item__price_and_reviews_row .price{ margin-bottom: 0; }
  .scroller-platte .product-card .new-label{ line-height: 1; }
  .mosaic_block .mosaic_block-caption .link_text svg{ vertical-align: bottom; margin-left: 2px; }
  .mosaic_block.color-light .mosaic_block-caption .link_text svg{ fill: #fff; }
  .mosaic_block.color-dark .mosaic_block-caption .link_text svg{ fill: #757575; }
  [data-section-type="collection-template"]{ position: relative; }
  #country-selector-popup .popup-wrapper{
    top: 0;
    left: 0;
    transform: unset;
    width: 100%;
    height: 100%;
    max-width: unset;
    max-height: 100%;
    border-radius: 0px;
    padding: 0;
    padding-bottom: 30px;
  }
  #country-selector-popup{ top: var(--header-height); height: calc(var(--doc-height) - var(--header-height)); left: 100%; transition: left 0.4s ease; }
  #country-selector-popup.visible{ left: 0; }
  #country-selector-popup .popup-overlay{ display: none; }
  #country-selector-popup .popup-title{
    font-size: 16px; line-height: 2; padding: 7px 22px; text-align: left; border-bottom: 1px solid #ededed; margin-bottom: 34px; font-weight: 600;
  }
  #country-selector-popup .countries-list .country-block-inner{ width: 100%; }
  #country-selector-popup .popup-close{ right: 16px; top: 12px; }
  #country-selector-popup .popup-close svg.hideMobile, .Cart-Drawer .Drawer__Close svg.hideMobile{ display: none; }
  #country-selector-popup .popup-close svg.hideDesktop, .Cart-Drawer .Drawer__Close svg.hideDesktop{ display: block; }
  #country-selector-popup .countries-list{ padding: 0 30px; }
  #country-selector-popup .countries-list .country-block-wrapper{ flex-direction: column; margin-bottom: 30px; }
  #country-selector-popup .countries-list .country-block:first-child{ margin-top: 0; }
  #country-selector-popup .countries-list .country-block .region_title{ border-bottom: 0; padding-bottom: 10px; font-weight: bold; color: var(--color-text); }
  #country-selector-popup .countries-list .country-block a{ align-items: center; padding-right: 0; margin-bottom: 20px; width: 100%; }
  #country-selector-popup .countries-list .country-block a .flag-image{ margin-right: 14px; }
  #country-selector-popup .countries-list .country-block a .country-content{ display: flex; justify-content: space-between; align-items: center; width: calc(100% - 44px); }
  #country-selector-popup .countries-list .country-block .country-title{ margin-bottom: 0; line-height: 1; font-weight: 600; }
  #country-selector-popup .countries-list .country-block .country-subtitle{ font-size: 14px; line-height: 1; }
  .slideshow__text-content .slideshow_text_wrapper .mega-subtitle{
    font-size: 16px;
    line-height: 1.13;
    font-weight: 500;
  }
  .site-footer__newsletter .form-message--success{ color: #919191; }
  /*.product-form__item--payment-button .product-form-external-btn{ width: 100%; margin-left: 0; }*/
}
@media screen and (max-width: 749px){
  .product-sticky-bar .page-width-small { padding: 0 20px; }
  .product-sticky-bar .sticky-product-info-bar{ flex-direction: column; }
  .product-sticky-bar .sticky-tabs-wrapper,
  .product-sticky-bar .sticky-product-info-bar .product-name { display: none; }
  .product-sticky-bar .sticky-price-wrapper { justify-content: space-between; width: 100%; }

  .site-footer__item_newsletter{ order: 7; margin-top: 60px; padding: 0 24px; }
  .site-footer__item_text{ order: 8; }
  .site-footer__item_newsletter, .site-footer__item_text{ width: 100%; flex: 1 1 100%; }
  [data-section-type=quotes] .testimonials_slider .testimonial_block{ width: calc(50% - 18px); padding: 0; background: transparent; margin-right: 32px; margin-bottom: 26px; margin-top: 14px; }
  [data-section-type="quotes"] .testimonials_slider .testimonial_block .title{ margin-right: -10px; }
  [data-section-type=quotes] .testimonials_slider .testimonial_block:nth-child(2n){ margin-right: 0; }
  .page-width.testimonials_row{ margin: 0 24px; }
  .main-content-spacing{ padding-top: 30px; }
  .collection-page-spacer{ padding-top: 0; }
  .template-product .main-content-spacing{ padding: 0; }
  .site-header .site-header__mobile-nav .grid{ padding: 0 20px; }
  .site-header__logo img{ max-width: 156px !important; }
  .logo_element{ display: flex; align-items: center; }
  .logo_element .store_text{ font-size: 14px; margin-left: 0; border-left: 0; }
  /*.featured_collection_cart_page .scroller-platter:after{ content: 'flickity'; display: none; }*/
  .hideMobile{ display: none; }
  .product__badge--hide-mobile{ display: none; }
  .hideDesktop{ display: block; }
  .cartItem__discount-code-bar-wrapper--mobile.hideDesktop {
    display: flex;
    justify-content: flex-end;
  }
  .cartItem__discount-code-bar-wrapper--mobile .cartItem__discount-code-bar-wrapper {
    width: calc(100% - 105px);
    padding-right: 0;
  }
  .cartItem__discount-code-bar-wrapper--mobile .cartItem__discount-code-bar-wrapper .cartItem__discount-code-bar {
    width: 100%;
    flex-direction: column;
  }
  .cartItem__discount-code-bar-wrapper--mobile .cartItem__discount-code-bar-wrapper .cartItem__discount-code-bar-left {
    width: 100%;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid #F1D0A5;
    padding: 0 0 8px 0;
    gap: 10px;
  }
  .cartItem__discount-code-bar-wrapper--mobile .cartItem__discount-code-bar-wrapper .cartItem__discount-code-bar-right {
    width: 100%;
    justify-content: flex-start;
    padding: 8px 0 0 0;
  }
  .product-card .product-small-desc{ line-height: 1.28; }
  .Cart-Drawer .Drawer__Title{ font-size: 16px; line-height: 1.5; }
  .Cart-Drawer .Drawer__Close svg{ width: 44px; height: 44px; }
  .Cart-Drawer .Drawer__Header{ padding: 15px 0 10px 24px; }
  .Cart-Drawer .Drawer__Content .Drawer__Footer{ padding: 0; margin-top: 20px; box-shadow: 0 2px 12px -6px rgba(3, 6, 11, 0.06) !important; }
  .Cart-Drawer .Drawer__Content .Drawer__Footer > .cart-drawer-container{ padding-top: 10px; padding-left: 24px; padding-right: 24px; }
  .Drawer__Footer .promotion-message-wrapper.promotion-message--drawer.show{ padding-bottom: 10px; }
  .Cart-Drawer .Drawer__Content .Drawer__Footer .cart-subtotal-row{ padding-top: 16px; justify-content: space-between; }
  .Cart-Drawer .Drawer__Close{ padding: 0; right: 10px; top: 52%; transform: translateY(-50%); }
  .Cart-Drawer .Drawer__Header:after{ width: 100%; left: 0; }
  .CartItem{ margin-top: 4px; padding: 0 18px 22px 4px; }
  .CartItem .CartItem__ImageWrapper{ max-width: 120px; margin-left: 0; }
  .CartItem .CartItem__ImageWrapper .CartItem__Image{ max-height: 120px; }
  .CartItem .CartItem__Info_Wrapper--with-discount-code-bar{ max-width: calc(100% - 120px); padding-left: 4px; flex-direction: column; }
  .CartItem .CartItem__Info__Wrapper{ max-width: calc(100% - 120px); padding-left: 4px; flex-direction: column; }
  .CartItem .CartItem__Info_Wrapper--with-discount-code-bar .CartItem__Info__Wrapper{ max-width: unset; padding-left: 0; flex-direction: column; }
  .CartItem__Info .CartItem__Variant{ margin-bottom: 14px; }
  .CartItem__Info .CartItem__Variant.hideMobile{ display: none; }
  .CartItem__PriceList{ padding-left: 0; display: flex; align-items: center; margin-bottom: 12px; }
  .CartItem__QuantitySelector{ display: flex; align-items: flex-end; justify-content: space-between; width: 100%; }
  .CartItem__Remove{ position: relative; bottom: unset; right: unset; margin-top: 12px; }
  .Drawer__Main .rk-bought_together{ margin: 0 18px !important; }
  .Drawer__Footer{ box-shadow: 0 14px 24px 10px rgb(3 6 11 / 6%); padding-top: 2px; }
  .Drawer__Footer .promotion-message-wrapper.promotion-message--drawer.show p{ font-size: 12px; }
  .cart-subtotal-row{ padding-top: 0; }
  .cart-subtotal-alter{ font-size: 16px; }
  .cart-subtotal-row--drawer .cart-subtotal__price{ padding-left: 4px; }
  .cart__block .cart-subtotal-row .line-items-discount{
    border-radius: 14px;
    padding: 0px;
    color: #fa4500;
    font-size: 14px;
    line-height: 2;
  }
  .Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout.btn, .fs-checkout-btn-custom{ height: 44px !important; padding: 10px !important; width: 100% !important; }
  .CartItem__PriceList .CartItem__OriginalPrice{ margin-top: 0; margin-left: 4px; }
  .Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout + .Cart__Checkout{ margin-top: 16px; color: #757575; }
  .CartItemWrapper:after{ width: calc(100% - 36px); left: 18px; }
  .fs-checkout-btn-custom span, .Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout.btn{ font-size: 14px !important; font-weight: 600; }
  .product-container .product-single__media-group, .product-container .product-single__description-group{ width: 100%; }
  .template-product .product-container, .product-single__media__carousel_wrapper{ padding: 0; }
  .product-container .product-single__description-group .product-single__meta{ padding: 0 17px 0; }
  .product-container .product-single__title{ font-size: 22px; margin-bottom: 20px; }
  .product-container .price__pricing-group{ font-size: 19px; }
  .product-container .product-single__description{ margin: 20px -17px 30px -17px; padding: 22px 18px; border-radius: 0; }
  .product-single__meta .swatch .header, .product-single__meta .header{ font-size: 17px; }
  .qty .qty_btn, .qty .qty_btn svg, .qty .product-form__input--quantity, .QuantitySelector .QuantitySelector__Button{ width: 38px; height: 38px; }
  .qty .qty_btn svg *{ opacity: 1; }
  .QuantitySelector__CurrentQuantity, .qty .product-form__input--quantity{ font-size: 15px; }
  .QuantitySelector__CurrentQuantity{ width: 38px; height: 38px; }
  .variant-accessory-price{ padding-bottom: 12px; margin-bottom: 12px; }
  .variant-accessory-small-desc{ margin-top: 12px; }
  .product-container .store-features{
    margin: 15px 0 0 0;
    padding-top: 30px;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .product-container .store-features:after{
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #efefef;
  }
  .product-container .store-features:after{ left: 0; width: 100%; }
  .product-container .store-features .store_feature{ flex-direction: column; align-items: baseline; margin-bottom: 30px; width: 50%; }
  .product-container .store-features .store_feature img{ width: 48px; height: 48px; }
  .product-container .store-features .store_feature .feature_title{ font-size: 14px; color: var(--color-text); font-weight: 500; }
  .product-container .contact-box{ margin-top: 25px; }
  .variant-accessory-content a{ text-transform: none; }
  .product__photos_text{
    display: flex;
    align-items: center;
    justify-content: CENTER;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 12px 3px;
    border-radius: 12px;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
  }
  .product__photos_text svg{ margin-right: 2px; }
  .product-single__description .rte{ height: 175px; }
  .site-footer__content .site-footer__social-icons{ justify-content: center; }
  .template-product .mosaic_images_section .mosaic_section_wrapper{ display: block; margin: 0 -18px; }
  .template-product .mosaic_images_section .mosaic_section_wrapper:after{ content: 'flickity'; display: none; }
  .template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block{ width: 330px !important; padding-left: 8px; border-radius: 0px; }
  .template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block:first-child{ width: 340px !important; padding-left: 18px; }
  .template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block:last-child{ width: 348px !important; padding-right: 18px; }
  .template-product .mosaic_section_wrapper .mosaic_block .mosaic_block-caption{ width: 262px; max-width: calc(100% - 48px); }
  .template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block .mosaic_block_inner{ position: relative; height: 100%; }
  .template-product .mosaic_images_section .mosaic_section_wrapper .mosaic_block .mosaic_block_inner .mosaic_image{ border-radius: 8px; }
  .template-product .mosaic_images_section .section-header{ text-align: left; margin-bottom: 0; }
  .template-product .mosaic_images_section .section-header .h5{ display: none; }
  .template-product .mosaic_images_section .section-header h2, .template-product .mosaic_block-caption .h3{ font-size: 24px; }
  .template-product .mosaic_section_wrapper .mosaic_block .mosaic_block-caption .h3{ margin-bottom: 16px; }
  .mosaic_section_wrapper .dot{ width: 8px; height: 8px; background-color: #ebe9e9; margin: 0 6px; border-radius: 50%; }
  .mosaic_section_wrapper .dot.is-selected{ background-color: #03060b; opacity: 0.6; }
  .mosaic_section_wrapper .flickity-page-dots{ padding-top: 15px; }
  .quotes-section .section-header h2{ font-weight: 800; }
  [data-section-type="quotes"] .testimonials_slider .testimonial_block .title{ font-weight: 600; }
  .site-footer{ padding-top: 0; }
  .pswp__button.pswp__button--close{ top: 20px; right: 20px; }
  .pswp .pswp__ui .pswp__button.btn.pswp__button--arrow--left{ left: 10px; }
  .pswp .pswp__ui .pswp__button.btn.pswp__button--arrow--right{ right: 10px; }
  .new-label-wrapper{ background-color: #fa4500; height: 98px; width: 100px; position: absolute; top: -50px; left: -50px; transform: rotate(-45deg); }
  .new-label-wrapper + .new-label{ margin-bottom: 0; color: #fff; font-size: 12px; font-weight: 600; position: absolute; top: 14px; left: 12px; transform: rotate(-45deg); line-height: normal; }
  .product-badge-wrapper .line-items-discount{ font-weight: 700; }
  .product-badge-wrapper .best-seller-label{ padding: 8px 16px; }
  .accessories-template .product-badge-wrapper .best-seller-label, .accessories-template .product-badge-wrapper .line-items-discount{ font-size: 12px; padding: 4px 10px; }
  .accessories-template .product-badge-wrapper{ top: 6px; right: 6px; }
  .accessories-template .product-card .new-label{ position: absolute; top: 32px; font-size: 12px; }
  .custom_payment_icons.hideDesktop{ display: flex; margin-top: 24px; }
  .custom_payment_icons .payment_icon img{ margin-bottom: 6px; height: 25px; }
  .product-form__controls-group .price-wrapper .regular-price{ font-size: 20px; }
  .product-form__item--payment-button .amazon-btn{ padding: 4px 20px 7.2px 20px; }
  .product-form__item--payment-button .amazon-btn span{ line-height: 1.4; }
  .product-form__item--payment-button .amazon-btn img{ height: 14px; }
}
@media screen and (min-width: 750px) and (max-width: 989px){
  .slideshow__arrow.btn svg{ margin-left: 0; }
  #country-selector-popup .popup-wrapper{ padding-left: 40px; padding-right: 40px; }
  .product-container .product-single__media-group, .product-container .product-single__description-group{ width: 50%; }
  .product-single__media__carousel_wrapper{ padding: 0; }
  .product-container .product-single__title{ font-size: 24px; }
  .product-single__meta{ margin-left: 25px; }
  .product__media__arrows button.btn-previous{ left: 5px; }
  .product__media__arrows button.btn-next{ right: 5px; }
  .product-container .store-features .store_feature{ width: 50%; }
  .product-container .store-features{ flex-wrap: wrap; }
  .product-container .price__pricing-group{ font-size: 18px; }
  .product-form__controls-group .price-wrapper{ flex-wrap: wrap; justify-content: center; }
  .product-form__controls-group .price-wrapper .regular-price, .product-form__controls-group .price-wrapper .compare-price{ width: 100%; text-align: center; }
}
@media screen and (min-width: 750px) and (max-width: 1199px){
  .page-width, .page-width-small{ padding-left: 55px; padding-right: 55px; }
  .page-width.testimonials_row{ margin: 0 55px; }
  .mega-menu .page-width{ padding-left: 30px; padding-right: 30px; }
  .logo_element .store_text{ display: none; }
  .header_cart_info{ margin-left: 15px; }
  .site-footer__bottom_content .disclosure__toggle{ font-size: calc(var(--font-size-base) * .9px); }
}
@media screen and (min-width: 1024px){
  .site-header .site-header__icons .search-bar__interior .search-form__container, .mobile-nav-wrapper{ display: none; }
  .site-header .site-header__icons .search-bar__interior .search-form__container.show_form{ display: block; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 730px;
    height: calc(100% + 1px);
  }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper {
    width: 100%; height: 100%;
  }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .search-form__input{ width: 100%; height: 100%; padding: 15px 54px; border: 0; border-radius: 0; background: #ededed; outline: none; }
  .show_search_overlay .navigation_wrapper, .show_search_overlay .header-search-button, .show_search_overlay .customer_nav_menu__wrapper, .show_search_overlay .header_cart_info{ opacity: 0; visibility: hidden; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper.visible {
    box-shadow: 0 22px 24px -20px rgb(0 0 0 / 7%), 0 2px 20px 0 rgb(0 0 0 / 5%);
  }
}
@media screen and (min-width: 1240px){
  .product-item-block.product-item-block--withAlternateImage .product-card:hover .product-hover-content{
    opacity: 1;
  }
  .product-item-block.product-item-block--withAlternateImage .product-card:hover .card-hover-shop-now-btn{
    opacity: 1; visibility: visible;
  }
  .qty .qty_btn:hover{ opacity: 0.5; }
  .product-item-block.product-item-block--withAlternateImage .product-card:hover .product-card__image:not(.product-card__image--alternate) {
    opacity: 0;
    visibility: hidden;
  }
  .product-card:hover .product-badge-wrapper, .mosaic_block-caption .link_text svg{ display: none; }
  /*.template-collection .product-item-block.product-item-block--withAlternateImage .product-card:hover .product-item__price_and_reviews_row{ visibility: hidden; }
  .CollectionGrid .product-item-block.product-item-block--withAlternateImage .product-card:hover .product-item__price_and_reviews_row{ opacity: 0; }*/
  .mosaic_block:hover .link_text{ text-decoration: underline; }
  .mosaic_block-caption .link_text:after{
    content: '';
    border-style: solid;
    border-width: 0 1.3px 1.3px 0;
    display: inline-block;
    padding: 2.8px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    bottom: 5.5px;
    margin-left: 3px;
  }
  .mosaic_block.color-light .mosaic_block-caption .link_text:after{ border-color: rgba(255, 255, 255, 0.7); }
  .mosaic_block.color-dark .mosaic_block-caption .link_text:after{ border-color: #757575; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper.visible {
    box-shadow: 0 22px 24px -20px rgb(0 0 0 / 7%), 0 2px 20px 0 rgb(0 0 0 / 5%);
  }
  .product-container .contact-box a:hover, .product-desc-expand:hover, .variant-accessory-content a:hover{ text-decoration: underline; }
}

.template-product .index-section, .template-product .padding-section {
  padding-top: 40px;
  padding-bottom: 40px;
}
.template-product .mosaic_images_section { margin-top: 45px; }
.section-header--subtitle {font-size: 17px;font-weight: 600;color: #666!important;max-width: 780px;margin: 0 auto;display: block;}
.section-title {text-align: center; margin-bottom: 48px;}
.section-title h2 {font-size: 40px; line-height: 1.1; margin-bottom: 16px;}
.product-single__media__carousel .flickity-page-dots{ position: absolute; bottom: 10px; display: none; }
.product-single__media__carousel .dot{ width: 8px; height: 8px; margin: 0 6px; background-color: #767676; opacity: 0.24; }
.product-single__media__carousel .dot.is-selected{ opacity: 1; }

@media (max-width: 749px) {
  .section-title {text-align: left; margin-bottom: 16px;}
  .section-title h2 {font-size: 24px;}
  .section-header--subtitle {font-size: 15px;font-weight: 500;line-height: 1.47;}
  .template-product .mosaic_images_section { margin-top: 5px; }
  .flickity-viewport .AnnouncementBar__Content{ max-width: 315px; }
  .product-single__media__carousel .flickity-page-dots{ display: block; }
  .template-product .index-section .page-width-small, .product-section .section-header{ padding-left: 18px; padding-right: 18px; }
  .product-section .section-header h2{ margin-right: 38px; margin-bottom: 4px; font-weight: 900; }
  .product-section .section-title{ margin-bottom: 26px; }
  .template-product .index-section .product-section .page-width-small{ padding: 0; }
  .template-product .product-section .answer.active{ padding: 10px 47px 11px 33px; background-color: #f8f8f8; }
  .question .icon{ margin-top: 5px; margin-right: 0; }
  .question .icon.icon-chevron-right{ margin-top: 7px; }
  .question.active .icon--chevron-down{ transform: rotate(180deg); margin-top: 7px; }
  .product-section .question{ align-items: unset; position: relative; font-weight: 600; }
  .product-section .question span{ margin-right: 35px; }
  .product-section .answer_content, .product-section .answer_content p{ font-weight: 400; }
  .homepage_accordion .homepage_accordion__block:not(:last-child) { border-bottom: 0; }
  .product-section .question:after{ content: ''; position: absolute; left: 18px; top: 100%; background-color: #ebe9e9; height: 1px; width: calc(100% - 36px); }
  .product-section .question.active:after{ content: unset; }
  .enabled_mobile_sticky_btns .product-form-sticky-parent{ display: block; }
  .cart__buttons-wrapper{ display: flex; flex-direction: row-reverse; align-items: center; justify-content: flex-end; }
  .cart__buttons-wrapper .cart__submit, .fs-checkout-btn-custom{ height: 44px !important; padding: 12px 39px !important; width: auto !important; }
  .fs-checkout-btn-custom{ padding: 10px 39px !important; }
  .cart__buttons-wrapper .cart__submit, .fs-checkout-btn-custom{ width: 45% !important; }
  .Drawer__Footer .fs-checkout-btn-custom{ width: 100% !important; }
  .cart__buttons-wrapper .Continue__shopping{ width: 55%; margin-top: 0 !important; margin-right: 14px; }
  .cart__buttons-wrapper .cart__submit, .cart__buttons-wrapper .Continue__shopping a, .cart-drawer-container .Continue__shopping, .Cart-Drawer .Drawer__Content .Drawer__Footer .Cart__Checkout.btn, .fs-checkout-btn-custom{ font-size: 13px !important; font-weight: 600 !important; line-height: 1.54 !important; }
  .cart__buttons-wrapper .Continue__shopping a, .cart-drawer-container .Continue__shopping{ color: #757575; width: 100%; height: 44px; display: block; padding: 12px 10px; border: 1px solid #c0c1c2; border-radius: 28px;  }
}

@media only screen and (min-width: 750px) {
  .template-product .index-section, .template-product .padding-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-container .product-single__description-group, .product-container .product-single__media-group{ padding-top: 20px; }
}

/* acsb icon & pushowl */
body .acsb-trigger.acsb-trigger-size-medium {
  width: 45px;
  height: 45px;
  right: 30px!important;
  left: auto!important;
  bottom: 70px!important;
}
body .acsb-trigger.acsb-trigger-size-small {
  width: 35px;
  height: 35px;
  z-index: 1000!important;
}
body .pushowl-simple-toast { bottom: 202px!important; right: 30px; left: auto!important; height: 45px !important; background: transparent !important; box-shadow: unset !important; outline: none; }
body .pushowl-simple-toast.is-maximized{ border-radius: 12px !important; background: #212B36 !important; }
body .pushowl-simple-toast__content{ background: #212B36 !important; }
body .pushowl-simple-toast .pushowl-bell-button { width: 45px !important; border-radius: 50% !important; outline: none; }
body .pushowl-simple-toast__action-buttons .pushowl-bell-button { border-radius: 50% !important; outline: none; }
@media (max-width: 1023px) {
  .acsb-trigger.acsb-trigger-size-small { bottom: 70px !important; right: 30px!important; }
  body .pushowl-simple-toast { right: 14px!important; left: auto!important; height: 35px !important; bottom: 180px!important; }
  body .pushowl-simple-toast .pushowl-bell-button { width: 35px !important; }
  .back-to-top { width: 35px; height: 35px; bottom: 235px; right: 30px; }
}

img.mobile-image { display: none!important; }
@media (max-width: 600px){
  img.mobile-image { display: block!important; }
  img.desktop-image { display: none!important; }
}

/* Make sure icons are not covered by Sticky PDP Form */
@media screen and (max-width: 749px) {
  .acsb-trigger.acsb-trigger-size-small,
  .icon-zendesk,
  .pushowl-simple-toast,
  .back-to-top {
    right: 14px!important;
  }
  body.enabled-mobile-sticky .acsb-trigger.acsb-trigger-size-small {
    bottom: 320px!important;
  }
  body.enabled-mobile-sticky .icon-zendesk {
    bottom: 237px!important;
  }
  body.enabled-mobile-sticky .pushowl-simple-toast {
    bottom: 438px!important;
  }
  body.enabled-mobile-sticky .back-to-top {
    bottom: 370px!important;
  }
}

/* Product recommendations page */
.page-white-bg{ background-color: #fff; }
.product-recommendations-page-wrapper{ border-bottom: 1px solid #B9B9B9; padding: 0 20px; }
.recommedation-container{ max-width: 1220px; color: #212121; margin: 0 auto; padding: 90px 0 60px 0; text-align: center; font-family: 'Montserrat', sans-serif; line-height: 1.2; }
.recommedation-container h2{ font-family: 'Montserrat', sans-serif; font-size: 56px !important; font-weight: 700; letter-spacing: 0 !important; line-height: 1.22; margin-bottom: 24px; }
.recommedation-container .recommendation-desc{ font-size: 18px; font-weight: 700; line-height: 1.2; }
.recommedation-container .recommendation-desc p{ color: #212121; }
.recommendation-wrapper{ margin-top: 30px; }
.recommendation-row{ display: flex; width: 100%; padding-top: 60px; position: relative; }
.recommendation-row .recommendation-column{ width: calc(50% - 9px); margin: 0 9px; }
.recommendation-row .recommendation-column.left-column{ display: flex; flex-direction: column; justify-content: center; background: #F7F8F8; border-radius: 50px; padding: 50px 50px 58px; position: relative; }
.recommendation-row .recommendation-column:first-child{ margin-left: 0; }
.recommendation-row .recommendation-column h3{ font-family: 'Montserrat', sans-serif; font-size: 18px; font-weight: 700; margin-bottom: 40px; }
.power-station-dropdown{
  width: 100%;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #BFD6DE;
  font-size: 18px;
  font-weight: 700;
  padding: 14px 32px;
  background: url(../fonts/select-arrow.svg) no-repeat 96% center;
}
.power-station-image{ max-width: 390px; margin: 98px auto 0; display: none; }
.power-station-image.active{ display: block; }
.recommendation-row .recommended_products.active{ display: flex; }
.recommended_products{ display: none; flex-direction: column; height: 100%; }
.recommended_products .recommended_product{ display: flex; background: #F7F8F8; border-radius: 50px; padding: 32px 42px 38px 42px; margin-bottom: 15px; height: 50%; align-items: center; }
.recommended_products .recommended_product:last-child{ margin-bottom: 0; }
.recommended_products .recommended_product .product-image{ width: 42%; }
.recommended_products .recommended_product .product-info{ width: 58%; padding-left: 7%; text-align: left; }
.recommended_products.count-1 .recommended_product{ height: 100%; flex-direction: column; justify-content: center; }
.recommended_products.count-1 .recommended_product .product-info, .accessory-outer .product-info{ text-align: center; margin-top: 40px; }
.recommended_products.count-1 .recommended_product .price-wrapper, .recommended_products.count-1 .recommended_product .qty-wrapper, .accessory-outer .price-wrapper, .accessory-outer .qty-wrapper{ justify-content: center; }
.recommendation-row .recommendation-column .recommended_product h3{ margin-bottom: 28px; }
.recommended_product .price-wrapper{ display: flex; align-items: center; }
.recommended_product .product-price{ font-size: 16px; font-weight: 700; margin-right: 8px; }
.recommended_product .product-compare-price{ font-size: 12px; font-weight: 700; color: #868685; text-decoration: line-through; }
.recommended_product .qty-wrapper{ margin: 28px 0; display: flex; align-items: center; }
.recommended_product .qty-minus, .recommended_product .qty-plus{ cursor: pointer; width: 30px; height: 30px; display: flex; align-items: center; justify-content: center; background: #d4d4d4; border-radius: 4px; }
.recommended_product .qty-wrapper svg{ display: block; }
.recommended_product .qty-wrapper .qty-value{ width: 70px; height: 30px; border: 0; background: transparent; padding: 10px; text-align: center; font-size: 18px; font-weight: 700; }
.recommended_product .qty-wrapper .qty-value::-webkit-outer-spin-button,
.recommended_product .qty-wrapper .qty-value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.recommended_product .qty-wrapper .qty-value[type=number] {
  -moz-appearance: textfield;
}
.add-to-cart button{ background: #212121; color: #fff; border-radius: 90px; width: 100%; max-width: 250px; height: 50px; line-height: 50px; border: 0; font-weight: 700; font-size: 18px; }
.view-details-btn{ margin-top: 28px; font-size: 14px; text-decoration: underline; cursor: pointer; font-weight: 500; }
.product-recommendation-wrapper{ height: 100%; }
.add_more_btn_wrap{ text-align: left; }
.add_more_btn_wrap .add_more_btn, .recommedation_btn a{ min-width: 250px; display: inline-block; margin-top: 28px; padding: 12px 32px; background: #0C87CC; color: #fff; border-radius: 32px; border: 0; font-size: 14px; font-weight: 700; }
.add_more_btn_wrap .add_more_btn{ margin-left: 10px; }
.add_more_btn_wrap .add_more_btn svg{ display: inline-block; margin-right: 16px; height: 16px; vertical-align: middle; }
.recommendation-row .bundle-sign{ position: absolute; top: 50%; right: -54px; transform: translateY(-50%); width: 90px; height: 90px; background: #0C87CC; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.recommendation-row .bundle-sign svg{ width: 30px; height: 30px; }
.view-details-popup{ z-index: 99999; font-family: 'Montserrat', sans-serif; display: none; position: fixed; top: 0; left: 0; width: 100%; height: var(--doc-height); }
.popup-overlay{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); }
.view-details-popup .popup-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 1220px; padding: 50px; border-radius: 50px; background: #fff; height: 90%; overflow: scroll; }
.view-details-popup .popup-close{ position: absolute; right: 45px; top: 45px; padding: 5px; cursor: pointer; }
.view-details-popup .popup-title, .view-details-popup .product-title{ font-size: 32px; font-weight: 700; line-height: 1.2; }
.view-details-popup .product-images-wrapper{ margin: 30px 30px 30px 6px; display: flex; align-items: center; }
.view-details-popup .product-images-wrapper img{ width: 33.33%; padding-left: 24px; }
.view-details-popup .product-title{ padding-bottom: 30px; border-bottom: 1px solid #B9B9B9; }
.view-details-popup .desc-title{ font-size: 28px; font-weight: 700; line-height: 1.2; margin-bottom: 30px; }
.view-details-popup .product-description{ margin-bottom: 30px; }
.view-details-popup .product-specifications img{ width: 100%; margin-bottom: 20px; }
.recommendation-row .recommendation-column.accessory-outer{ width: calc(33.33%); padding: 28px; margin: 0; }
.accessories-wrapper .recommendation-row{ flex-wrap: wrap; }
.add-to-cart [data-error-message]{ color: red; margin-top: 5px; }
.suggestion-text{ margin-top: 8px; font-size: 14px; }
html.removePadding{ padding-bottom: 0 !important; }
.slick-dotted.slick-slider{ margin: 0 !important; }
@media screen and (min-width: 768px) and (max-width: 1024px){
  .recommendation-row .recommendation-column.left-column, .recommended_products .recommended_product{ padding: 50px 20px; }
  .recommended_product .price-wrapper{ flex-direction: column; align-items: baseline; }
}
@media screen and (max-width: 767px){
  .recommedation-container{ padding: 30px 10px 50px 10px; }
  .recommedation-container h2{ font-size: 35px !important; }
  .recommendation-wrapper{ margin-top: 15px; }
  .recommendation-row{ padding-top: 30px; flex-direction: column; }
  .recommendation-row .recommendation-column{ width: 100%; margin: 0; }
  .recommendation-row .recommendation-column h3{ margin-bottom: 30px; }
  .recommendation-row .recommendation-column.left-column{ border-radius: 20px; padding: 30px; margin-bottom: 20px; }
  .power-station-image{ margin-top: 60px; }
  .recommended_products .recommended_product{ padding: 30px; border-radius: 20px; }
  .recommended_products .recommended_product .product-image, .recommended_products .recommended_product .product-info{ width: 100%; padding: 0; text-align: center; }
  .recommended_products .recommended_product .product-image{ margin-bottom: 20px; }
  .power-station-image, .recommended_product .price-wrapper, .recommended_product .qty-wrapper{ justify-content: center; }
  .power-station-image img{ width: 240px; height: 240px; object-fit: contain; }
  .recommendation-row .bundle-sign{ width: 60px; height: 60px; z-index: 2; top: unset; bottom: -40px; left: 50%; transform: translateX(-50%); }
  .add_more_btn_wrap .add_more_btn{ margin-left: 0; }
  .view-details-popup .slick-arrow, .recommendation-row .slick-arrow {
    bottom: 10px;
    top: unset;
    transform: unset;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    z-index: 2;
    outline: none;
  }
  .view-details-popup .slick-arrow.slick-prev, .recommendation-row .slick-arrow.slick-prev {
    left: 30px;
    background: #212121 url(../fonts/DT_ARROW.svg) no-repeat center center;
  }
  .view-details-popup .slick-arrow.slick-next, .recommendation-row .slick-arrow.slick-next {
    right: 30px;
    background: #212121 url(../fonts/DT_ARROW_1.svg) no-repeat center center;
  }
  .view-details-popup .slick-arrow.slick-prev:before,
  .view-details-popup .slick-arrow.slick-next:before,
  .recommendation-row .slick-arrow.slick-prev:before,
  .recommendation-row .slick-arrow.slick-next:before,
  .recommendation-row .slick-dots button:before{ content: unset; }
  .view-details-popup .slick-dots, .recommendation-row .slick-dots{ bottom: 10px; }
  .view-details-popup .slick-dots li, .recommendation-row .slick-dots li {
    width: 7px;
    height: 7px;
    background: #8E8E8E;
    margin: 0 4px;
    border-radius: 50%;
  }
  .view-details-popup .slick-dots li.slick-active, .recommendation-row .slick-dots li.slick-active { background: #000; }
  .recommendation-row .slick-slider.count-2, .accessories-wrapper .slick-slider, .product-images-wrapper.slick-slider{ padding-bottom: 65px !important; }
  .add_more_btn_wrap{ text-align: center; }
  .more-accessories{ padding-top: 60px; }
  .accessories-wrapper .recommendation-row{ display: block; }
  .view-details-popup .popup-content{ top: 20%; bottom: 0; transform: unset; left: 0; width: 100%; height: auto; padding: 24px 22px; border-radius: 20px 20px 0 0; }
  .view-details-popup{ overflow:scroll; }
  .view-details-popup .popup-title, .view-details-popup .product-title{ font-size: 28px; }
  .view-details-popup .desc-title{ font-size: 20px; }
  .view-details-popup .product-images-wrapper{ display: block; }
  .view-details-popup .product-images-wrapper img{ padding-left: 0; }
  .view-details-popup .product-title { margin-top: 40px; }
  .view-details-popup .popup-close{ top: 26px; right: 26px; }
  .recommended_products .recommended_product .product-image img{ margin: auto; }
  .view-details-popup .product-images-wrapper{ opacity: 0; visibility: hidden; }
  .recommendation-row .bundle-sign svg{ transform: rotate(90deg); width: 24px; }
}

/* Ecosystem page */
.ecosystem-page-outer{ background: #1D1D1D; color: #F5F5F7; }
.ecosystem-page-outer h2, .ecosystem-page-outer p{ color: #F5F5F7 !important; }
.alternate-image--with-text-content .quote{ font-weight: 500; font-style: italic; }
.ecosystem-page-outer p, .home-ecosystem-slideshow-navigation .ecosystem-slide-nav .nav-heading, .alternate-image--with-text-content .author{ font-weight: 500; }
.ecosystem-container{ max-width: 1360px; margin: 0 auto; padding: 0 20px; }
.ecosystem-banner{ position: relative; }
.home-ecosystem-banner{ padding-bottom: 80px; }
.home-ecosystem-banner img{ width: 100%; height: calc(100vh - var(--header-height)); object-fit: cover; }
.ecosystem-banner .banner-inner{ width: 100%; position: absolute; padding-top: 50px; padding-bottom: 30px; left: 0; bottom: 0; display: flex; justify-content: center; background: rgba(29,29,29,.6); }
.ecosystem-banner .banner-inner h2{ margin-bottom: 20px; padding-right: 60px; }
.ecosystem-banner .banner-inner h2 p{ font-size: 40px; line-height: 1; }
.ecosystem-banner .banner-inner h2, .ecosystem-banner .banner-inner p{ color: #F5F5F7; }
.ecosystem-banner .banner-inner .banner-content div{ width: calc(565 / 1920 *100vw); }
.home-ecosystem-slideshow{ position: relative; margin: 100px 0 60px 0; }
.home-ecosystem-slideshow .slideshow-introduction{ position: absolute; top: 0; left: 0; width: 500px; }
.home-ecosystem-slideshow .slideshow-introduction h2{ font-size: 40px !important; line-height: 1.2; margin-bottom: 0; }
.home-ecosystem-slideshow-inner .slide-desc{ width: calc(100% - 550px); margin-left: auto; margin-top: 25px; margin-bottom: 100px; }
.home-ecosystem-slideshow-navigation{ display: flex; flex-wrap: wrap; margin-top: 60px; justify-content: flex-start; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 200px; position: relative; margin-right: 20px; margin-bottom: 40px; cursor: pointer; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav .bar{ width: 100%; height: 2px; background-color: #F5F5F7; margin-bottom: 10px; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav .nav-heading{ font-size: 16px; line-height: 1; margin-bottom: 12px; }
.home-ecosystem-slideshow-navigation .ecosystem-slide-nav.slide-active .bar{ background-color: #0FD0E2; height: 4px; margin-top: -1px; }
.home-ecosystem-image-with-text{ padding: 150px 0 100px 0; }
.home-ecosystem-image-with-text .image-with-text-introduction h2{ font-size: 40px !important; line-height: 1; max-width: 350px; margin-bottom: 25px; }
.home-ecosystem-image-with-text .image-with-text-introduction p{ max-width: 550px; margin-bottom: 30px; }
.home-ecosystem-image-with-text .image-with-text-introduction .image-text-line{ color: #7F7F81; font-size: 16px; font-weight: bold; }
.home-ecosystem-image-with-text .image--with-text-image{ margin-top: -14%; text-align: right; }
.home-ecosystem-bundles h2 p{ font-size: 88px; line-height: 0.9; text-align: center; padding: 0 20px; margin-bottom: 50px; }
.home-ecosystem-bundles-inner .home-ecosystem-bundles-row{ display: flex; flex-wrap: wrap; }
.home-ecosystem-bundles-inner .bundle-box{ height: 1080px; width: 50%; background-size: contain; display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.home-ecosystem-bundles-inner .bundle-box.odd{ background-color: #F5F5F7; }
.home-ecosystem-bundles-inner .bundle-box.even{ background-color: #1D1D1D; }
.home-ecosystem-bundles-inner .bundle-box .bundle-title{ margin-top: 150px; text-align: center; }
.home-ecosystem-bundles-inner .bundle-box .bundle-title p, .home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ font-weight: bold; font-size: 32px; line-height: 1; }
.home-ecosystem-bundles-inner .bundle-box.odd .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.odd .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.odd .bundle-desc p{ color: #1d1d1d !important; }
.home-ecosystem-bundles-inner .bundle-box.even .bundle-title p, .home-ecosystem-bundles-inner .bundle-box.even .bundle-subtitle, .home-ecosystem-bundles-inner .bundle-box.even .bundle-desc p{ color: #F5F5F7 !important; }
.home-ecosystem-bundles-inner .bundle-box .bundle-content{ margin-bottom: 100px; text-align: center; padding: 0 16px; }
.home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ margin-bottom: 20px; font-weight: bold; }
.home-ecosystem-bundles-inner .bundle-box .bundle-content .btn{ width: 200px; border: 0; border-radius: 0; text-transform: none; font-size: 16px; padding: 8px 15px; margin-top: 50px; justify-content: center; }
.home-ecosystem-bundles-inner .bundle-box.odd .bundle-content .btn{ background: #1d1d1d; color: #F5F5F7; }
.home-ecosystem-bundles-inner .bundle-box.even .bundle-content .btn{ background: #F5F5F7; color: #1d1d1d; }
.home-ecosystem-image-with-text-alternate{ padding: 100px 0; display: flex; flex-wrap: wrap; }
.alternate-image--with-text-image-1, .alternate-image--with-text-content{ width: 50%;  }
.alternate-image--with-text-image-2{ width: 100%; text-align: right; margin-top: -22%; margin-left: -6%; }
.alternate-image--with-text-image-2 img{ max-width: 50%; }
.alternate-image--with-text-image-1{ z-index: 1; }
.alternate-image--with-text-content{ padding: 50px 0 0 30px; }
.alternate-image--with-text-content .quote{ font-size: 40px; line-height: 1.6; }
.alternate-image--with-text-content .author{ font-size: 24px; margin-top: 25px; }
.home-ecosystem-bundles-alternate{ padding: 25px 0 150px 0; display: flex; flex-wrap: wrap; align-items: center; margin-left: -24px; }
.home-ecosystem-bundles-alternate .bundle-grid{ width: 25%; padding-left: 24px; margin-bottom: 16px; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title{ width: 50%; text-align: right; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2{ display: inline-block; position: relative; width: 424px; max-width: 100%; text-align: left; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title p{ font-size: 40px; line-height: 1; padding-bottom: 20px; }
.home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2:after{ content: ' '; position: absolute; top: 100%; left: 0; width: 100%; height: 4px; background-color: #0ECFE1;  }
.home-ecosystem-bundles-alternate .bundle-content { border-radius: 18px; padding: 35px 35px 25px 35px; }
.home-ecosystem-bundles-alternate .bundle-image{ height: 250px; position: relative; }
.home-ecosystem-bundles-alternate .bundle-image img{ position: absolute; width: 100%; height: 100%; object-fit: contain; top: 0; left: 0; }
.home-ecosystem-bundles-alternate .bundle-title{ font-size: 24px; font-weight: bold; line-height: 1; margin: 16px 0; }
@media screen and (min-width: 1025px) and (max-width: 1320px){
  .alternate-image--with-text-content .quote{ font-size: 30px; }
  .home-ecosystem-bundles-alternate .bundle-title{ font-size: 20px; }
  .home-ecosystem-bundles-alternate .bundle-content{ padding: 35px 20px 25px 20px; }
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 175px; }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 160px; }
  .home-ecosystem-bundles h2 p{ font-size: 50px; }
  .home-ecosystem-bundles-inner .bundle-box{ height: 680px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-title{ margin-top: 70px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content{ margin-bottom: 50px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-title p, .home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ font-size: 25px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content .btn{ margin-top: 20px; }
  .alternate-image--with-text-content{ padding-top: 30px; }
  .alternate-image--with-text-content .quote{ font-size: 24px; line-height: 1.4; }
  .alternate-image--with-text-content .author{ font-size: 18px; margin-top: 15px; }
  .alternate-image--with-text-image-2{ margin-top: -20%; }
  .home-ecosystem-bundles-alternate .bundle-grid{ width: 50%; padding-left: 20px; margin-bottom: 20px; }
  .home-ecosystem-bundles-alternate{ margin-left: -20px; }
  .ecosystem-banner .banner-inner h2 p{ font-size: 25px; }
  .ecosystem-banner .banner-inner .banner-content{ width: 50%; }
  .ecosystem-banner .banner-inner .banner-content div{ width: 100%; }
}
@media screen and (max-width: 1024px){
  .home-ecosystem-slideshow{ margin: 40px 0; }
  .home-ecosystem-slideshow .slideshow-introduction{ position: relative; width: 100%; }
  .home-ecosystem-slideshow-inner .slide-desc{ width: 100%; margin-bottom: 50px; }
  .home-ecosystem-image-with-text{ padding-top: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title{ width: 100%; text-align: center; margin-bottom: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2{ text-align: center; }
  .ecosystem-banner .banner-inner{ padding-top: 20px; padding-bottom: 20px; }
}
@media screen and (max-width: 767px){
  .ecosystem-container{ padding: 0; }
  .home-ecosystem-slideshow .slideshow-introduction,
  .home-ecosystem-slideshow-inner .slide-desc,
  .home-ecosystem-slideshow-navigation,
  .home-ecosystem-bundles-alternate .bundle-grid,
  .home-ecosystem-image-with-text .image-with-text-introduction{
    padding: 0 16px;
  }
  .home-ecosystem-banner img{ height: auto; }
  .ecosystem-banner .banner-inner{ background: #000; height: auto; position: relative; flex-direction: column; padding: 0; padding-top: 6.4vw; }
  .ecosystem-banner .banner-inner h2{ width: 100%; padding-left: 0; padding-right: 0; text-align: center; margin-bottom: 0; }
  .ecosystem-banner .banner-inner .banner-content{ padding-top: 7.2vw; width: 82.6vw; text-align: center; line-height: 1.4; padding-bottom: 5.0667vw; margin: 0 auto; }
  .ecosystem-banner .banner-inner .banner-content div{ width: 100%; }
  .ecosystem-banner .banner-inner h2 p, .home-ecosystem-slideshow .slideshow-introduction h2, .home-ecosystem-bundles-inner .bundle-box .bundle-title p, .home-ecosystem-image-with-text .image-with-text-introduction h2{ font-size: 24px !important; }
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav{ width: 72px; margin-right: 40px; }
  .home-ecosystem-image-with-text .image--with-text-image{ margin: 20px auto 0; max-width: 75%; }
  .home-ecosystem-bundles{ margin-top: 30px; }
  .home-ecosystem-bundles h2 p{ font-size: 40px; line-height: 1; padding: 0 16px; text-align: left; }
  .home-ecosystem-bundles-inner .bundle-box{ width: 100%; height: 680px; }
  .home-ecosystem-bundles-inner .home-ecosystem-bundles-row:nth-child(2n){ flex-direction: column-reverse; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-title{ margin-top: 95px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-subtitle{ font-size: 16px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content .btn{ margin-top: 25px; width: 160px; }
  .home-ecosystem-bundles-inner .bundle-box .bundle-content{ margin-bottom: 40px; }
  .alternate-image--with-text-image-1, .alternate-image--with-text-content{ width: 100%; }
  .home-ecosystem-image-with-text-alternate{ flex-direction: column-reverse; }
  .alternate-image--with-text-content{ padding: 16px; }
  .alternate-image--with-text-content .quote, .alternate-image--with-text-content .author{ font-size: 16px; }
  .alternate-image--with-text-image-2{ display: none; }
  .alternate-image--with-text-image-1{ margin-top: 25px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title p{ padding-bottom: 30px; font-size: 32px; }
  .home-ecosystem-bundles-alternate{ margin-left: 0; padding-bottom: 50px; }
  .home-ecosystem-bundles-alternate .bundle-grid.bundle-main-title h2:after{ height: 2px; max-width: 216px; left: 50%; transform: translateX(-50%); }
  .home-ecosystem-bundles-alternate .bundle-grid{ width: 100%; padding: 0 16px; margin-bottom: 22px; }
  .home-ecosystem-bundles-alternate .bundle-image{ height: 290px; }
  .section-ecosystem-images-grid .bundle-content{ text-align: center; }
  .home-ecosystem-slideshow-navigation .ecosystem-slide-nav.slide-active .bar{ height: 2px; }
  .home-ecosystem-bundles-alternate .bundle-content{ padding: 32px 35px 40px 35px; }
}

.trade-message{
  padding: 25px;
  border-radius: 8px;
  background-color: #f8f8f8;
  margin-top: 44px;
  font-size: 16px;
  font-weight: 500;
}
.trade-message a, .affirm-message-item a{ color: #2164ff; }
.product-main-video, .video-playing .product-single__media__carousel, .video-playing .product__media__arrows{ display: none; }
.video-playing .product-main-video{ display: block; }
.video-playing .thumbnails-wrapper{ margin-top: 20px; }
.product-buttons-row{ display: flex; align-items: center; justify-content: center; }
.product-buttons-row .youtube-video-trigger{ transition: all 0.2s linear; display: flex; align-items: center; font-size: 12px; font-weight: 500; color: #fff; background: #03060b; border-radius: 16px; padding: 5px 16px; margin-top: 26px; cursor: pointer; }
.product-buttons-row .youtube-video-trigger svg{ width: 19px; height: auto; margin-right: 5px; fill: #fff; }
.video-playing .product-buttons-row .youtube-video-trigger{ color: #fff; background-color: #2164FF;  }
.product-form__controls-group.affirm-message-enable .price-wrapper{ border-bottom: 0; padding-bottom: 0; margin-bottom: 10px; }
.affirm-message-item{ font-weight: 500; margin-bottom: 16px; color: #757575; font-size: 12px; }
.product-single__meta .affirm-message-item{ font-size: 14px; color: var(--color-text); }
.installation_text{
  padding-top: 4px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #757575;
}
.installation_text img{ margin-right: 4px; vertical-align: bottom; }
.video-playing .thumbnails-wrapper .product-single__thumbnails.thumbnails-grid .product-single__thumbnails-block.selected{ border: 1px solid rgba(0,0,0,0.1); }
.cbb-frequently-bought-container{ padding-top: 80px; margin-bottom: 0 !important; }
.cbb-frequently-bought-title{ font-size: 40px !important; text-align: center !important; line-height: 1.1; font-weight: 700 !important; color: var(--color-text) !important; }
.cbb-frequently-bought-recommendations-container{ padding: 30px; margin-top: 48px; background-color: #f8f8f8; display: flex; border-radius: 8px 8px 0 0; }
.cbb-frequently-bought-selector-list{ background-color: #f8f8f8; padding: 0 30px 30px !important; border-radius: 0 0 8px 8px; }
.cbb-frequently-bought-selector-list li{ margin-bottom: 10px; }
.cbb-frequently-bought-total-price-text, .cbb-frequently-bought-total-price-sale-price{ font-weight: 700 !important; font-size: 20px; color: var(--color-text) !important; }
.cbb-frequently-bought-total-price-sale-price{ margin: 0 0 0 8px !important; }
.cbb-frequently-bought-total-price-was-price{ font-size: 16px; margin-left: 8px !important; font-weight: 500 !important; color: #919191 !important; }
.cbb-frequently-bought-add-button{ text-transform: uppercase; font-weight: bold; width: auto !important; padding: 10px 32px !important; border-radius: 28px !important; border: 0 !important; font-size: 14px !important; background-color: #2164ff !important; }
.cbb-frequently-bought-add-button span{ color: #fff !important; font-size: 14px; line-height: 1.7; }
.cbb-frequently-bought-form .cbb-frequently-bought-add-button:hover{ border: 0 !important; opacity: 0.8; }
.cbb-frequently-bought-products{ margin-right: 80px !important; margin-bottom: 0 !important; }
.none-selected .cbb-frequently-bought-products{ margin-right: 0px !important; }
.cbb-frequently-bought-plus-icon{ position: relative; width: 30px !important; height: 140px !important; display: inline-block; vertical-align: middle; float: none !important; font-size: 0 !important; padding: 0 55px; }
.cbb-frequently-bought-plus-icon:before, .cbb-frequently-bought-plus-icon:after{
  content: '';
  width: 30px;
  height: 3px;
  background: #c0c1c2;
  border-radius: 1.5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cbb-frequently-bought-plus-icon:after{ transform: rotate(90deg); left: 37%; top: 49%; }
.cbb-frequently-bought-selector-input{ width: 16px !important; height: 16px !important; margin-right: 8px; }
.cbb-frequently-bought-selector-link{ margin-left: 3px; }
.cbb-frequently-bought-selector-label-name{ font-size: 14px !important; color: #757575 !important; font-weight: 500 !important; margin-left: 3px; line-height: normal !important; margin-bottom: 0; }
.cbb-frequently-bought-selector-label-sale-price{ color: var(--color-text) !important; }
.cbb-frequently-bought-selector-label-compare-at-price{ color: #757575 !important; font-weight: 500 !important; }
.cbb-frequently-bought-product-image{ display: inline-block; vertical-align: middle; }
.cbb-frequently-bought-selector-list select{ background-position: right 10px center; }
.cbb-frequently-bought-selector-list li .translatable, .cbb-frequently-bought-selector-list li .cbb-frequently-bought-selector-label-name, .cbb-frequently-bought-selector-list li .cbb-frequently-bought-selector-link{ margin-left: 0 !important; }
@media screen and (min-width: 750px){
  .cbb-frequently-bought-product, .cbb-frequently-bought-product-image-link, .cbb-frequently-bought-product-image{ width: 140px !important; height: 140px !important; }
  .cbb-frequently-bought-product:first-child{ width: 290px !important; }
  .cbb-frequently-bought-total-price-box, .cbb-frequently-bought-selector-list li{ display: flex; align-items: center; }
  .first-selected .cbb-frequently-bought-product{ width: 140px !important; }
}
@media screen and (min-width: 750px) and (max-width: 1060px){
  .cbb-frequently-bought-products{ text-align: left !important; }
  .cbb-frequently-bought-product:first-child{ width: 230px !important; }
  .cbb-frequently-bought-plus-icon{ margin: 0; padding: 0 40px; }
  .cbb-frequently-bought-recommendations-container{ flex-direction: column; }
  .cbb-frequently-bought-plus-icon:after{ left: 31%; }
}
@media screen and (max-width: 749px){
  .bought-together-container{ padding: 0 17px; }
  .cbb-frequently-bought-recommendations-container{ flex-direction: column; padding: 20px 20px 0 !important; margin-top: 20px; }
  .cbb-frequently-bought-selector-list{ padding: 0 20px 20px !important; }
  .cbb-frequently-bought-container{ padding-top: 40px; margin-top: 0 !important; }
  .cbb-frequently-bought-title{ font-size: 24px !important; text-align: left !important; }
  .cbb-frequently-bought-products{ margin-right: 0 !important; text-align: left !important; display: flex !important; align-items: center; justify-content: center; }
  .cbb-frequently-bought-plus-icon{ height: 30px !important; padding: 0 30px; }
  .cbb-frequently-bought-plus-icon:after{ left: 26%; }
  .cbb-frequently-bought-product-image, a.cbb-frequently-bought-product-image-link{ float: none !important; width: 100px !important; height: 100px !important; }
  .cbb-frequently-bought-product{ text-align: center; width: auto !important; height: 100px !important; align-items: center; justify-content: center; flex: 0 0 auto; }
  .cbb-frequently-bought-total-price-box{ display: flex; text-align: left !important; }
  .cbb-frequently-bought-total-price-text, .cbb-frequently-bought-total-price-sale-price{ font-size: 16px; }
  .cbb-frequently-bought-total-price-was-price{ font-size: 14px; }
  .video-playing .product-video-close{ display: block; cursor: pointer; position: absolute; right: 16px; top: 16px; background-color: rgba(255,255,255,0.2); padding: 4px; border-radius: 50%; }
  .video-playing .product-video-close svg{ display: block; width: 24px; height: 24px; }
  .trade-message{ margin-top: 24px; }
  .cbb-frequently-bought-selector-input{ vertical-align: middle; }
}

.tracking-iframe {
  position: relative;
  padding-bottom: 680%;
}
.tracking-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 440px) {
  .tracking-iframe { padding-bottom: 660%; }
}
@media screen and (min-width: 500px) {
  .tracking-iframe { padding-bottom: 640%; }
}
@media screen and (min-width: 640px) {
  .tracking-iframe { padding-bottom: 620%; }
}
@media screen and (min-width: 769px) {
  .tracking-iframe { padding-bottom: 100%; }
}
@media screen and (min-width: 992px) {
  .tracking-iframe { padding-bottom: 870px; }
}
.inner-carl .carousel-caption{
  top: 50%;
  transform: translateY(-50%);
  font-size: 45px;
  padding: 20px;
  bottom: unset;
  left: 0;
  right: 0;
}
.inner-carl .carousel-caption p{ font-weight: 700; line-height: 1.3; }
.template_advocate_signup_button{ justify-content: center; }
[data-page="black-friday-referral"] .custom-html-section .referral-page-subtitle {
  font-size: 22px;
  line-height: 1.35;
}
[data-page="black-friday-referral"] .custom-html-section{ padding-top: 0; }
#conjured_coupon_display {
  max-width: 1200px;
  margin: 75px auto 75px;
  padding: 0 24px;
}
.copy-gift-coupon {
  max-width: 800px;
  margin: auto;
  background: linear-gradient(to left,#1C78BE,#08B4CA);
  border-radius: 30px;
  padding: 30px 30px 15px;
}
.copy-gift-coupon .content-wrapper {
  max-width: 600px;
  margin: 0 auto;
  padding-top: 0;
}
.copy-gift-coupon label {
  color: #fff;
  font-size: 24px;
  margin-bottom: 12px;
  text-align: center;
}
.copy-gift-coupon .email-input {
  position: relative;
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  row-gap: 18px;
  margin-bottom: 12px;
}
.copy-gift-coupon .email-input input {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 6px;
  min-height: 49px;
}
.copy-gift-coupon .email-input button {
  width: 120px;
  background: #fff;
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 6px;
  color: #000;
}
.copy-gift-coupon .note {
  color: #fff;
  border: none;
  font-size: 17px !important;
  padding: 0;
  width: 100%;
  max-width: 80%;
}
.copy-gift-coupon .share {
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
.copy-gift-coupon .share-now {
  color: #fff;
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
.page-sitemap h2 {
  margin-top: 20px !important;
  color: #0ecfe2 !important;
}
.page-sitemap .section-header{ margin: 55px 0; }
.page-sitemap .section-header h1{ font-size: 38px; }

/* Giving back LP page */
.recommendation-page-lp-outer .recommedation-container{ padding: 0 0 100px 0; max-width: 1200px; font-family: 'Gotham'; color: #000; }
.recommendation-page-lp-outer .recommedation-container h2{ font-size: 45px !important; font-weight: bold; line-height: 1.29; }
.recommendation-page-lp-outer .recommendation-row .recommendation-column h3{ color: #000 !important; font-weight: 500; }
.recommendation-page-lp-outer .power-station-dropdown{ color: #000; font-weight: 500; }
.recommendation-page-lp-outer .add-to-cart button{ background-color: #000; max-width: 200px; }
.product-recommendations-ps-lp .recommendation-row{ padding-top: 40px; }
.product-recommendations-ps-lp .recommendation-row .bundle-sign, .product-recommendations-ps-lp .recommendation-row .bundle-sign svg{ width: unset; height: unset; background-color: unset; transform: unset; right: -34px; }
.product-recommendations-ps-lp .add_more_btn_wrap .add_more_btn{ background-color: #C0503B; margin-left: 0; outline: none; }
.product-recommendations-ps-lp .product-recommendations-page-wrapper{ border-bottom: 0; }
.recommendation-page-lp-outer .recommendation-row .recommendation-column.accessory-outer{ background: #f7f7f7; width: calc(33.33% - 14px); margin-left: 14px; margin-bottom: 14px; border-radius: 25px; }
.recommendation-page-lp-outer .accessories-wrapper .recommendation-row{ margin-left: -14px; width: calc(100% + 14px); padding-top: 26px; }
.recommendation-page-lp-outer .recommendation-row .recommendation-column.accessory-outer:nth-child(n+7){ display: none; }
.recommendation-page-lp-outer .recommendation-row .recommendation-column.accessory-outer.active{ display: block; }
.more-accessories .show-more-btn{ cursor: pointer; color: #C0503B; margin-top: 68px; font-size: 20px; font-family: 'Gotham-medium'; text-decoration: underline; text-underline-offset: 2px; }
.recommendation-row .bundle-sign.hideDesktop, .recommended_product .title-for-mobile{ display: none; }
.recommendation-page-lp-outer .more-accessories .recommended_product{ display: flex; flex-direction: column; justify-content: space-between; align-items: center; width: 100%; height: 100%; }
.recommendation-page-lp-outer .view-details-popup .popup-content{ padding: 30px; overflow: unset; }
.recommendation-page-lp-outer .view-details-popup .popup-content .popup-inner{ padding: 20px; overflow-y: auto; height: 100%; }
.recommendation-page-lp-outer .recommended_product .product-compare-price{ font-weight: 500; color: #838383; }
.recommendation-page-lp-outer .accessory-outer .product-info{ width: 100%; }
@media screen and (max-width: 749px){
  .page-sitemap .section-header h1{ font-size: 30px; }
  .recommendation-row .bundle-sign.hideDesktop{ display: block; right: unset; transform: translateX(-50%); bottom:-44px; }
  .recommendation-row .bundle-sign.hideMobile{ display: none; }
  .recommendation-page-lp-outer .add-to-cart button{ background-color: #000; max-width: 284px; }
  .recommendation-page-lp-outer .recommended_product .title-for-mobile{ display: block; }
  .recommendation-page-lp-outer .recommended_product .hide-for-mobile{ display: none; }
  .recommendation-page-lp-outer .recommendation-row .bundle-sign svg{ transform: none; }
  .recommendation-page-lp-outer .recommended_products .recommended_product{ padding: 40px }
  .recommendation-page-lp-outer .recommendation-row .recommendation-column.left-column{ margin-bottom: 15px; }
  .recommendation-page-lp-outer .recommedation-container h2{ font-size: 25px !important; line-height: 1.2; letter-spacing: -1px !important; }
  .recommendation-page-lp-outer .recommedation-container.more-accessories h2{ font-size: 20px !important; }
  .product-recommendations-ps-lp .recommendation-row, .recommendation-page-lp-outer .accessories-wrapper .recommendation-row{ padding-top: 6px; }
  .recommendation-page-lp-outer .recommedation-container{ padding-bottom: 58px; }
  .recommendation-page-lp-outer .accessories-wrapper .recommendation-row{ width: 100%; padding-bottom: 52px !important; }
  .recommendation-page-lp-outer .recommendation-row .recommendation-column.accessory-outer{ margin-left: 0; margin-bottom: 0; }
  .recommendation-page-outer.recommendation-page-lp-outer .slick-arrow{ bottom: 0; }
  .recommendation-page-outer.recommendation-page-lp-outer .slick-dots{ bottom: 5px !important; }
  .recommendation-page-outer.recommendation-page-lp-outer .slick-dots li{ width: 11px; height: 11px; background-color: #D0D0D0; margin: 0 3px; }
  .recommendation-page-outer.recommendation-page-lp-outer .slick-dots li.slick-active{ background-color: #848484; }
  .product-recommendations-ps-lp .recommendation-row + .recommendation-row{ margin-top: 35px; }
  .recommendation-page-lp-outer .product-recommendations-page-wrapper{ padding: 0 14px; }
}
@media screen and (min-width: 981px){
  [data-page="black-friday-referral"] .custom-html-section .referral-page-subtitle {
    font-size: 32px;
  }
}
.Drawer__Main .rk-bought_together{ margin: 0 30px 30px 30px; }

/* Where to buy page */
[data-page="where-to-buy"]{ background-color: #fff; }
.where-to-buy-banner{ position: relative; }
.where-to-buy-banner img{ width: 100%; object-fit: cover; max-height: var(--image-height); }
.where-to-buy-banner .where-to-buy-text-content{ font-weight: bold; position: absolute; top: 50%; left: 130px; transform: translateY(-50%); max-width: 600px; }
.where-to-buy-banner .where-to-buy-text-content .title{ font-size: 80px; line-height: 1.2; margin-bottom: 0; }
.where-to-buy-banner .where-to-buy-text-content .small-content{ margin-top: 16px; font-size: 18px; line-height: 1.3; }
.where-to-buy-container{ padding: 0px 130px; margin: 100px 0; }
.where-to-buy-container .section-title{ font-size: 24px; font-weight: bold; line-height: 1.3; color: #000; margin-bottom: 32px; position: relative; display: flex; }
.where-to-buy-container .section-title span{ position: absolute; top: 50%; height: 1px; width: 100%; left: 0; background-color: #dcdcdc; z-index: 1; }
.where-to-buy-container .section-title div{ z-index: 2; padding-right: 20px; background-color: #fff; }
.where-to-buy-container .countries-blocks{ display: flex; flex-wrap: wrap; margin-left: -20px; }
.where-to-buy-container .countries-blocks .country-block{ padding-left: 20px; margin-bottom: 20px; }
.where-to-buy-container .countries-blocks.per-row-4 .country-block{ width: 25%; }
.where-to-buy-container .countries-blocks.per-row-5 .country-block{ width: 20%; }
.where-to-buy-container .countries-blocks.per-row-6 .country-block{ width: 16.67%; }
.where-to-buy-container .countries-blocks.per-row-7 .country-block{ width: 14.28%; }
.where-to-buy-container .countries-blocks .country-block .country-block-inner{ padding: 30px 45px; text-align: center; box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15); border-radius: 10px; display: block; }
.where-to-buy-container .countries-blocks .country-block .country-block-inner a{ display: block; }
.where-to-buy-container .countries-blocks .country-block .country-block-inner img{ height: var(--image-height); width: 100%; object-fit: contain; }
.where-to-buy-container .show-more-btn{ cursor: pointer; display: none; background: #000; border-radius: 50px; color: #fff; width: 180px; margin: 12px auto 0; padding: 14px; justify-content: center; font-size: 16px; line-height: 1.3; align-items: center; }
.where-to-buy-container .show-more-btn svg{ margin-left: 10px; }
.where-to-buy-container .countries-blocks .country-block .country-block-inner:hover{ opacity: 0.7; }
@media screen and (max-width: 1600px){
  .where-to-buy-container .countries-blocks .country-block .country-block-inner{ padding: 20px 30px; }
  .where-to-buy-banner .where-to-buy-text-content{ max-width: 400px; }
  .where-to-buy-banner .where-to-buy-text-content .title{ font-size: 50px; }
}
@media screen and (max-width: 1200px){
  .where-to-buy-banner .where-to-buy-text-content{ left: 80px; }
  .where-to-buy-container{ padding: 0 80px; }
  .where-to-buy-banner .where-to-buy-text-content{ max-width: 300px; }
  .where-to-buy-banner .where-to-buy-text-content .title{ font-size: 40px; }
  .where-to-buy-container .countries-blocks.per-row-6 .country-block, .where-to-buy-container .countries-blocks.per-row-7 .country-block{ width: 20%; }
}
@media screen and (max-width: 992px){
  .where-to-buy-container .countries-blocks .country-block .country-block-inner{ padding: 10px 20px; }
  .where-to-buy-banner .where-to-buy-text-content .title{ font-size: 40px; }
  .where-to-buy-banner .where-to-buy-text-content{ left: 40px; }
  .where-to-buy-container{ padding: 0 40px; margin: 60px 0; }
}
@media screen and (max-width: 767px){
  .where-to-buy-container .countries-blocks .country-block{ width: 50% !important; }
  .where-to-buy-container .countries-blocks .country-block .country-block-inner{ padding: 15px 36px; }
  .where-to-buy-banner .where-to-buy-text-content .title{ font-size: 30px; }
  .where-to-buy-banner .where-to-buy-text-content .small-content{ font-size: 16px; }
}
@media screen and (max-width: 600px){
  .where-to-buy-container{ padding: 0 24px; margin: 48px 0; }
  .where-to-buy-banner .where-to-buy-text-content{ max-width: 100%; width: 100%; left: 0px; top: 50px; transform: unset; padding: 0 24px; text-align: center; }
  .where-to-buy-banner .where-to-buy-text-content .title{ font-size: 40px; }
  .where-to-buy-banner .where-to-buy-text-content .small-content{ font-size: 16px; }
  .where-to-buy-banner img{ max-height: var(--image-height-mobile); }
  .where-to-buy-container .countries-blocks .country-block .country-block-inner img{ height: var(--image-height-mobile); }
  .where-to-buy-container .show-more-btn{ display: flex; ; }
  .where-to-buy-container .countries-blocks .country-block:nth-child(n+7){ display: none; transition: display 1s linear; }
  .where-to-buy-container .countries-blocks .country-block.active{ display: block !important;  }
}

#swym-remind-email-auth-button { text-transform: none!important; }
[data-page="delta-solar-generator"],
[data-page="river-solar-generator"],
[data-page="solar-powered-generator"],
[data-page="black-friday-referral"],
[data-page="help-me-choose"],
[data-page="trade-in-online"],
[data-page="portable-power-station-camping"],
[data-page="contact-us"],
[data-page="summer-sale"]{ background-color: #fff; }
.ecosystem-page-outer * {
  font-family: 'Gotham';
}
.template-page .site-footer{ margin-top: 0; }

[data-page="r-2-referral-program"] .custom-content {
  justify-content: center;
}
[data-page="r-2-referral-program"] .custom-content .custom__item {
  padding-left: 0;
  margin-bottom: 65px;
  margin-top: 0px;
}
[data-page="r-2-referral-program"] .custom-content p {
  font-size: 24px;
  line-height: 31.2px;
  padding: 0 60px;
}
[data-page="r-2-referral-program"] .custom-content p,
[data-page="black-friday-referral"] .custom-content p {
  font-family: 'Gotham-Medium';
  font-weight: 400;
  max-width: 1000px;
  margin: 0 auto;
}
[data-page="r-2-referral-program"] .custom-content p span {
  color: #0ecfe2;
}
[data-page="r-2-referral-program"] .title {
  font-size: 36px !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: 'Gotham';
}
.terms-condition-subtitle .title {
  margin-bottom: 20px;
}
.terms-condition-subtitle {
  font-size: 16px;
  font-family: 'Gotham';
  max-width: 1200px;
  margin: 0 auto;
}
.terms-condition-subtitle {
  margin-bottom: 94px;
}
.home-hero-slider{ position: relative; }
[data-page="r-2-referral-program"] .index-section {
  padding: 0 !important;
}
.terms-condition-subtitle {
  max-width: 1200px;
  margin-bottom: 94px;
}
[data-page="r-2-referral-program"] .index-section .page-width {
  padding-top: 0;
}
[data-page="r-2-referral-program"] .home-hero-slider .carousel-caption p, [data-page="black-friday-referral"] .home-hero-slider .carousel-caption p, [data-page="black-friday-referral"] .home-hero-slider .carousel-caption h5, .copy-gift-coupon label, .copy-gift-coupon .email-input p, .copy-gift-coupon .share {
  font-family: 'Gotham';
}
[data-page="r-2-referral-program"] .home-hero-slider .carousel-caption p, [data-page="black-friday-referral"] .home-hero-slider .carousel-caption p, [data-page="black-friday-referral"] .home-hero-slider .carousel-caption h5 {
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.3;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Book.woff2') format('woff2'),
       url('../fonts/Gotham-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamBold.woff2') format('woff2'),
       url('../fonts/GothamBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.swym-remind-me {
  background: transparent!important;
  padding: 0!important;
}
.swym-isa-inline-form {
  border: none!important;
}
.swym-button-bar,
.swym-btn-container[data-position=default] {
  display: block!important;
  margin: 0!important;
}
.swym-remind-me input.swym-input {
  height: 54px!important;
  border-radius: 50px!important;
  border-radius: 8px!important;
}
.swym-remind-me .swym-title {
  margin-bottom: 16px!important;
}
.swym-remind-me .swym-title h2 {
  font-size: 20px!important;
  margin: 0!important;
}
.swym-remind-me .swym-privacy-info,
.swym-remind-me p.swym-remind-description {
  display: none!important;
}
.swym-remind-me .swym-remind-auth-form-container {
  position: relative;
}
.swym-remind-me .swym-remind-auth-form-container #swym-remind-email-auth-button {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: inline-block;
  width: auto!important;
  padding: 0 24px!important;
  height: 100%!important;
  margin: 0;
  border-radius: 7px!important;
}

.swym-button {
  font-family: manrope!important;
  font-weight: 700!important;
  padding: 15px 10px!important;
  font-size: 17px!important;
  line-height: 1.4!important;
  text-transform: uppercase!important;
  height: auto!important;
  width: 100%!important;
  background-color: #2164ff!important;
  color: #fff!important;
  border-radius: 50px!important;
}
.swym-button span {
  font-size: 17px!important;
  line-height: 1.4!important;
}

@media (max-width: 1023px) {
  .swym-button-bar {
      display: block!important;
      margin: 10px 0 0!important;
  }
}
[data-page="customer-page"]{ padding-top: 50px; }
#section-reviews:not(.disclainer_box_present){ padding-top: 160px; }
.reviews_tab_wrapper{
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.reviews_tab_wrapper .bv-tab-title{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
  color: #757575;
  position: relative;
  cursor: pointer;
}
.reviews_tab_wrapper .bv-tab-title.active{
  font-size: 40px;
  line-height: 1.1;
  font-weight: bold;
  color: var(--color-text);
}
.reviews_tab_wrapper .separator{
  width: 28px;
  height: 1px;
  margin: 24px 16px 19px 16px;
  transform: rotate(-270deg);
  background-color: #d3d3d3;
}
.bv-tab-content{ display: none; transition: all 0.3s ease-in-out; }
.bv-tab-content.active{ display: block; }
.site-header__gift_icon{ margin-left: 15px; }
.product-single__meta .atc-button-message{
  font-size: 14px;
  font-weight: 500;
  color: #757575;
  line-height: 1.35;
  margin-bottom: 24px;
}
.product-single__meta .atc-button-message b{ font-size: 18px; }
.product-single__meta .atc-button-message a{ text-decoration: underline; color: inherit; }
.disclaimer_box_wrapper .disclaimer_box{
  background: #F8F8F8;
  border-radius: 8px;
  padding: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #04060C;
  line-height: 1.28;
  margin-bottom: 48px;
  margin-top: 48px;
}

.slideshow_text_wrapper{ position: relative; }
.slideshow__text-wrap{ position: unset; height: auto; }
.slideshow__slide .block_disclaimer_box{
  margin-top: 30px;
  background: rgba(4, 6, 12, 0.7);
  border: 1px solid #757575;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1.14;
  position: absolute;
  top: 90%;
  z-index: 4;
  cursor: default;
}
.disclaimer_container.text-right .block_disclaimer_box{ right: 0; }
.slideshow__slide .disclaimer_first_line{ margin-bottom: 8px; display: flex; align-items: center; }
.slideshow__slide .disclaimer_first_line strong{ font-size: 18px; line-height: 0.88; }
.slideshow__slide .disclaimer_first_line svg{ margin-left: 8px; }
.slideshow__slide .disclaimer_first_line p{ color: #fff; margin-bottom: 0; }
.disclaimer_popup_box_wrap{ position: relative; }
.disclaimer_popup_box_wrap .disclaimer_popup_box_inner{
  position: absolute;
  bottom: 18px;
  left: 8px;
  width: 500px;
  z-index: 9;
  padding: 0 0 12px 0;
  display: none;
  transition: display 0.5s ease-in-out;
}
.block-right .disclaimer_popup_box_wrap .disclaimer_popup_box_inner{
  right: 0;
  left: unset;
}
.disclaimer_popup_box_wrap .disclaimer_popup_box{
  background: #FFFFFF;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 45%);
  border-radius: 8px;
  color: #000;
  padding: 30px;
}

.slideshow__slide .disclaimer_popup_box p, .disclaimer_popup_box_m p{ color: #04060C; font-weight: 400; }
.disclaimer_popup_box_wrap .disclaimer_popup_box .disclaimer_popup_close, .disclaimer_popup_box_m .disclaimer_popup_close{ position: absolute; right: 20px; top: 20px; cursor: pointer; }
.disclaimer_popup_box_wrap .disclaimer_popup_box .disclaimer_popup_close svg{ margin: 0; }
.disclaimer_popup_box .disclaimer_btn{
  background: #0270E3;
  border-radius: 100px;
  padding: 10px 19px;
  margin-top: 24px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.3;
}
@media screen and (min-width: 1240px){
  .disclaimer_popup_box_wrap.hidden .disclaimer_popup_box_inner{ display: none; }
  .disclaimer_container .disclaimer_popup_box_wrap:not(.hidden):hover .disclaimer_popup_box_inner{ display: block; }
}
@media screen and (max-width: 1239px){
  html.add-overlay{ overflow-x: hidden; }
  html.add-overlay body{ position: relative; overflow-y: hidden; height: var(--doc-height); }
  html.add-overlay body:before{
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 99999;
  }
  .slideshow__slide .block_disclaimer_box{ top: unset !important; right: unset !important; bottom: 30px; left: 50% !important; transform: translateX(-50%); width: 88%; max-width: 342px; }
  .block_disclaimer_box .block_disclaimer_box_close{ position: absolute; top: 10px; right: 10px; }
  .disclaimer_popup_box_m{
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    left: 10px;
    z-index: 99999;
    width: calc(100% - 20px);
    bottom: 10px;
    padding: 30px;
    display: none;
    transition: display 0.5s ease-in-out;
  }
  .disclaimer_popup_box_m .disclaimer_btn{ width: auto; }
  .disclaimer_popup_box_m p{ margin-bottom: 0; }
  .site-footer__item-inner--newsletter .h5{ display: none; }
}

.site-footer__newsletter .site-footer__social-icons{ margin-top: 20px; justify-content: flex-start; }

@media screen and (max-width: 749px){
  .product-single__meta .atc-button-message{
    background-color: #F8F8F8;
    border-radius: 8px;
    padding: 20px;
    margin-top: 14px;
  }
  .disclaimer_box_wrapper .disclaimer_box{ margin-top: 32px; margin-bottom: 32px; }
  .disclaimer_box_wrapper, #section-reviews{ padding-left: 18px; padding-right: 18px; }
  .site-footer__newsletter .site-footer__social-icons{ justify-content: center; margin-top: 40px; }
  .site-footer__newsletter .site-footer__social-icons .social-icons__item{ margin: 0 10px 10px; }
  .site-footer__newsletter{ margin-bottom: 0; }
}

@media screen and (min-width: 1240px){
  .site-header .page-width-small.grid, .header_top .page-width-small.grid{ width: 100%; padding-left: 16px; padding-right: 16px; }
}

@media screen and (min-width: 1500px){
  .site-header .page-width-small.grid, .header_top .page-width-small.grid{ max-width: 1500px; padding-left: 30px; padding-right: 30px; }
}

#ssw-widget-recommends-html {
  padding-top: 40px;
}
.mx-request-button{
  margin-left: 0 !important;
  width: 100%;
  height: 56px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.product-single__meta .money_unit{ font-size: 14px; }

.button--hover-effect {
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear
}

.button--hover-effect:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px)
}
.cart-subtotal__price .money_unit{ font-weight: bold; }
/* overrides */
.pdp-section-header__heading,
.template-product .mosaic_images_section.mosaic_images_section--pdp .section-header h2 { color: var(--color-body-text); font-size: 35px; font-weight: 700; margin-bottom: 56px; }
.pdp-section-header__subheading { display: block; }
.pdp-section-header__subheading,
.template-product .mosaic_images_section.mosaic_images_section--pdp .section-header .h5 { font-weight: var(--font-weight-body); max-width: none; text-transform: none; margin-bottom: 0; font-size: 20px; line-height: 28px; color: var(--color-body-text); padding: 0 18px; margin-bottom: 56px; }
.pdp-rich-text h2,
.pdp-image-text-horizontal-block .text-content h2,
.pdp-slideshow-item .text-content h2,
.pdp-what-in-box-container h2,
.pdp-video-container h2,
.pdp-image-text.alter h2{
  font-size: 40px; line-height: 1.37; color: var(--color-text); margin-bottom: 16px;;
}
.pdp-slideshow-item .text-content h2,
.pdp-rich-text h2,
.pdp-video-container h2,
.pdp-image-text.alter h2 {
  font-weight: 700;
}
.pdp-what-in-box-container h2{ margin-bottom: 40px; font-weight: 700; }
.pdp-rich-text .subtitle p,
.pdp-image-text-horizontal-block .subtitle p,
.pdp-slideshow-container-inner .text-content .subtitle p,
.pdp-slideshow-item .text-content .subtitle p,
.pdp-video-container .subtitle p{
  font-size: 24px; line-height: 1.37; color: var(--color-text); margin-bottom: 6px; font-weight: 600;
}
.pdp-image-text-horizontal-block .subtitle p{
  font-weight: 400;
}
.pdp-image-text-horizontal-block a.pdp-button{ margin-top: 24px; }
.pdp-rich-text .content p,
.pdp-image-text-horizontal-block .content p,
.pdp-slideshow-container-inner .text-content .content p,
.pdp-video-container .content p,
.pdp-image-text-one-column .pdp-content p{
  font-size: 16px; line-height: 1.37; font-weight: 500; color: #757575;
}

.pdp-image-text-one-column .pdp-content.pdp-bottom-content p,
.pdp-slideshow-container-inner .text-content .content p em {
  font-size: 14px;
  font-style: normal;
}
.pdp-image-text .text-content .content p{ color: #757575; font-weight: 500; }
.pdp.pdp-rich-text a.pdp-button, .pdp-slideshow-container-inner .text-content a.pdp-button, .pdp-video-container .pdp-section-header a.pdp-button{ margin-top: 16px; }
.pdp-video-container .pdp-section-header .content{ margin-bottom: 16px; }
.pdp-video-container .video-container a.pdp-button{ margin-top: 24px; }
.content-align__center .content, .content-alignment-center .content{ margin: 0 auto; }
.pdp-rich-text .content-align__right .content{ margin-left: auto; }

.alignment--center, .content-alignment-center .text-content{ text-align: center !important; }
.alignment--left, .content-alignment-left .text-content{ text-align: left !important; }
.alignment--right, .content-alignment-right .text-content{ text-align: right !important; }
.product-form__controls-group .klaviyo-bis-trigger{
  background-color: var(--checkout-btn-bg);
  color: var(--checkout-btn-color);
  padding: 18px 10px;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 24px;
}
#klaviyo-bis-iframe{ z-index: 999999999 !important; }
.pdp-image-text-horizontal-block{ display: flex; align-items: center; }
.pdp-image-text-horizontal-block .image-content{ flex: 1 0 50%; padding-right: 10px; position: relative; }
.pdp-image-text-horizontal-block .image-content img{ display: block; }
.pdp video, .pdp-video-container img{ width: 100%; border-radius: 10px; }
.pdp .play-video{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.pdp-video .pdp-section-header, .pdp-image-text.alter .pdp-section-header{ margin-bottom: 40px; }
.pdp .play-video svg{ width: 50px; height: 50px; fill: #fff; }
.pdp .play-video svg.pause-icon{ display: none; }
.pdp .play-video.video-playing svg.play-icon{ display: none; }
.pdp .play-video.video-playing svg.pause-icon{ display: block; }
.pdp-image-text-horizontal-block.image-align-right{ flex-direction: row-reverse; }
.pdp-image-text-horizontal-block .text-content{ padding: 0 64px 0 34px; }
.pdp-image-text-horizontal-block.image-align-right .text-content{ padding: 0 34px 0 64px; }
.pdp-image-text-horizontal-block.image-align-right .image-content{ padding-left: 10px; padding-right: 0; }
.pdp-image-text-horizontal{ margin-bottom: 20px; }
.pdp-slideshow-block-images-container{ margin-top: 60px; }
.pdp-slideshow-block-images img{ border-radius: 10px; display: block; }
.pdp-slideshow-item, .pdp-slideshow-item .flickity-button, .pdp-slideshow-bottom-item, .pdp-slideshow-top-item{ display: none; }
.pdp-slideshow-item.active, .pdp-slideshow-bottom-item.active, .pdp-slideshow-top-item.active{ display: block; }
.pdp-slideshow-block-image-wrapper{ width: 100%; }
.slider-buttons .slider-button{ background: transparent; border: 0; padding: 0; position: absolute; top: calc(50% - 17px); transform: translateY(-50%); }
.slider-buttons .slider-button.slider-button-prev{ left: 24px; }
.slider-buttons .slider-button.slider-button-next{ right: 24px; }
.slider-buttons .slider-button svg{ display: block; }
.pdp-slideshow-item .pdp-slideshow-block-images-container{ position: relative; }
.pdp-slideshow-item .flickity-page-dots .dot{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 0 3px;
  background: #dddddd;
}
.pdp-slideshow-item .flickity-page-dots .dot.is-selected{ background: #919191; }
.pdp-slideshow-tabs{ overflow-x: auto; }
.pdp-slideshow-tabs::-webkit-scrollbar{ display: none; }
.pdp-slideshow-tabs-inner{
  margin-top: 24px;
  width: auto;
  text-align: center;
  display: inline-flex;
  border-bottom: 1px solid #ddd;
}
.pdp-slideshow-tab-title {
  display: inline-block;
  padding: 16px 0;
  margin: 0 32px;
  font-size: 16px;
  line-height: 1.37;
  color: #757575;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
}
.pdp-slideshow-tab-title:first-child{ margin-left: 0; }
.pdp-slideshow-tab-title:last-child{ margin-right: 0; }
.pdp-slideshow-tab-title.active{ border-bottom: 2px solid #03060B; margin-bottom: -1px; font-weight: 700; color: var(--color-text); }
.pdp-slideshow-top-item{ margin-top: 18px; }
.pdp-slideshow-top-item strong { color: #000; }
.pdp-slideshow-bottom-item{ margin-top: 16px; }
.pdp-what-in-box-container{ padding-top: 80px; }
.pdp-what-in-box-container .mosaic_block{ background: #EAEAEA; height: auto; text-align: center; }
.pdp-what-in-box-container .mosaic_block:after{ content: unset; }
.pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_block-caption{ padding: 24px 20px 24px 20px; margin: 0; width: 100%; max-width: 100%; display: block; top: 0; left: 0; bottom: unset; }
.pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_block-caption h3{ font-size: 14px; color: var(--color-text); font-weight: 600; text-align: left; }
.pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block:first-child .mosaic_block-caption{ padding-left: 32px; }
.pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block:first-child .mosaic_block-caption h3{ font-size: 20px; }
.pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_image{ bottom: 40px; top: unset; left: 50%; transform: translateX(-50%); object-fit: contain; }
.pdp-what-in-box-container .mosaic_section_wrapper:not(.use_stacked_layout){ padding: 0; }
.pdp-tabs .tab-content .pdp-title, .pdp-tabs .tab-content .pdp-content,
.pdp-image-text-one-column .pdp-title, .pdp-image-text-one-column .pdp-content,
.mosaic_images_section--pdp .section-header,
.pdp-rich-text .content, .pdp-slideshow-container-inner .text-content{ max-width: 840px; padding: 0 20px; margin-left: auto; margin-right: auto; }
.custom_payment_icons--footer { justify-content: flex-end; margin-right: 0; margin-bottom: 5px; }

@media screen and (max-width: 1239px){
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block{ margin: var(--column-gap); }
}
@media screen and (max-width: 749px){
  .pdp-rich-text .content { padding: 0; }
  .template-product .mosaic_images_section.mosaic_images_section--pdp .section-header{ text-align: center; margin-bottom: 0; }
  .template-product .mosaic_images_section.mosaic_images_section--pdp .section-header .h5{ display: block; }
  .pdp-section-header__heading,
  .pdp-rich-text h2,
  .template-product .mosaic_images_section.mosaic_images_section--pdp .section-header h2 { font-size: 20px; margin-bottom: 24px;}
  .pdp-section-header__subheading,
  .template-product .mosaic_images_section.mosaic_images_section--pdp .section-header .h5 { line-height: 17.76px; font-size: 13px;  padding: 0; margin-bottom: 24px; }
  .template-product .mosaic_images_section.mosaic_images_section--pdp .page-width-small{ padding-left: 24px; padding-right: 24px; }

  .pdp-rich-text h2,
  .pdp-image-text-horizontal-block .text-content h2,
  .pdp-slideshow-item .text-content h2,
  .pdp-what-in-box-container h2,
  .pdp-video-container h2,
  .pdp-image-text.alter h2{
    font-size: 24px;
  }
  .pdp-what-in-box-container h2, .pdp-video-container .pdp-section-header:not(:empty){ margin-bottom: 20px; }
  .pdp-rich-text .subtitle p,
  .pdp-image-text-horizontal-block .subtitle p,
  .pdp-slideshow-container-inner .text-content .subtitle p,
  .pdp-slideshow-item .text-content .subtitle p,
  .pdp-video-container .subtitle p{
    font-size: 16px;
  }
  .pdp-rich-text .content p,
  .pdp-image-text-horizontal-block .content p,
  .pdp-slideshow-container-inner .text-content .content p,
  .pdp-video-container .content p,
  .pdp-image-text-one-column .pdp-content p{
    font-size: 14px;
  }
  .pdp-image-text-one-column .pdp-content.pdp-bottom-content p,
  .pdp-slideshow-container-inner .text-content .content p em {
  font-size: 12px;
}
  .pdp video, .pdp-video-container img, .pdp-image-text-horizontal-block img, .pdp-slideshow-block-images img{ width: 100%; border-radius: 4px; }
  .pdp-video .pdp-section-header, .pdp-image-text.alter .pdp-section-header{ margin-bottom: 20px; }
  .pdp-image-text-horizontal-block{ flex-direction: column !important; margin-bottom: 50px; }
  .pdp-image-text-horizontal-block .image-content, .pdp-image-text-horizontal-block.image-align-right .image-content{ padding: 0; }
  .pdp-image-text-horizontal-block .text-content, .pdp-image-text-horizontal-block.image-align-right .text-content{ padding: 20px 0 0 0; }
  .pdp-slideshow-container{ padding: 0 24px; }
  .slider-buttons .slider-button svg{ width: 28px; height: 28px; }
  .slider-buttons .slider-button.slider-button-prev{ left: 12px; }
  .slider-buttons .slider-button.slider-button-next{ right: 12px; }
  .pdp-slideshow-tab-title{ margin: 0 14px; font-size: 14px; }
  .pdp-what-in-box-container{ padding: 36px 24px 0; }
  .pdp-what-in-box-container .mosaic_block{ margin: var(--column-gap); border-radius: 4px; }
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_image{ bottom: 20px; }
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_block-caption{ padding: 16px; }
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block:first-child .mosaic_block-caption{ padding-left: 20px; }
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block .mosaic_block-caption h3{ font-size: 13px; }
  .pdp-what-in-box-container .mosaic_section_wrapper .mosaic_block:first-child .mosaic_block-caption h3{ font-size: 14px; }
  .pdp-slideshow-tab-title{ padding: 10px 0; }
  .pdp-slideshow-block-images-container{ margin-top: 40px; }
  .pdp-slideshow-tabs-inner{ margin-top: 12px; }
  .custom_payment_icons--footer { justify-content: center; }
}

/* Master Typography */
.heading-1, .heading-1 p { font-size: 28px; }
.heading-2, .heading-2 p { font-size: 24px; }
.heading-3, .heading-3 p { font-size: 20px; }
.heading-4, .heading-3 p { font-size: 18px; }
.heading-5, .heading-5 p { font-size: 14px; }
.heading-6, .heading-6 p { font-size: 14px; }
.body-1, .body-1 p { font-size: 16px; }
.body-2, .body-2 p { font-size: 14px; }
.body-3, .body-3 p { font-size: 13px; }
.body-4, .body-4 p { font-size: 12px; }
@media screen and (min-width: 750px) {
  .heading-1, .heading-1 p { font-size: 46px; }
  .heading-2, .heading-2 p { font-size: 40px; }
  .heading-3, .heading-3 p { font-size: 36px; }
  .heading-4, .heading-3 p { font-size: 28px; }
  .heading-5, .heading-5 p { font-size: 20px; }
  .heading-6, .heading-6 p { font-size: 18px; }
  .body-1, .body-1 p { font-size: 20px; }
  .body-2, .body-2 p { font-size: 16px; }
  .body-3, .body-3 p { font-size: 14px; }
  .body-4, .body-4 p { font-size: 12px; }
}

.product__badge.product__badge--sale{
  position: absolute;
  font-family: "Helvetica Neue ForEco";
  font-weight: bold;
  color: #fff;
  background: url('../images/discount_badge_bg.png') no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  line-height: 1.1;
}

.product-single__media__carousel_wrapper .product__badge.product__badge--sale{
  font-size: 20px;
  top: 30px;
  left: 30px;
  width: 84px;
  height: 84px;
}
.product-single__media__carousel_wrapper .product__badge.product__badge--sale .off_text{ font-size: 17px; }

.template-index .product-card.product-card-wrapper .product__badge.product__badge--sale,
.product-card.product-card-wrapper .product__badge.product__badge--sale,
.custom_menu_product .product__badge.product__badge--sale, .mobile-menu-product .product__badge.product__badge--sale{
  font-size: 12px;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
}
.template-index .product-card.product-card-wrapper .product__badge.product__badge--sale,
.product-card.product-card-wrapper .product__badge.product__badge--sale {
  top: 15px;
  left: 20px;
  width: 60px;
  height: 60px;
}
.product-card.product-card-wrapper .product__badge.product__badge--sale .percentage {
  font-size: 18px;
  line-height: 22px;
}
.template-index .product-card.product-card-wrapper .product__badge.product__badge--sale {
  left: auto;
  right: 10px;
}
.custom_menu_product .product__badge.product__badge--sale .off_text, .mobile-menu-product .product__badge.product__badge--sale .off_text{ font-size: 8px; }
@media screen and (max-width: 749px){
  .template-cart .product-card.product-card-wrapper .product__badge.product__badge--sale { display: none; }
  .product-single__media__carousel_wrapper .product__badge.product__badge--sale{ width: 60px; height: 60px; font-size: 15px; }
  .product-single__media__carousel_wrapper .product__badge.product__badge--sale .off_text{ font-size: 13px; }
}
@media screen and (max-width: 1023px){
  .custom_menu_product .product__badge.product__badge--sale{ display: none; }
}

/* Disaster page */
[data-page="disaster-lp"]{ background: #fff; }
.disaster-page-banner{ position: relative; }
.disaster-page-banner .disaster_banner__content{ position: absolute; top: 100px; left: 360px; }
.disaster-page-banner .banner__title{ font-size: 48px; font-weight: bold; margin-bottom: 9px; }
.disaster-page-banner .content{ font-size: 18px; font-weight: 500; }
.disaster-page-banner .disaster_banner__image{ /*height: 560px;*/ width: 100%; object-fit: cover; }
.disaster-rich-text{ padding: 110px 50px; text-align: center; }
.disaster-page-tabs .title, .disaster-page-mailchimp .title, .disaster-page-countdown-timer .title, .disaster-page-sale .title{ font-size: 40px; font-weight: bold; margin-bottom: 46px; }
.disaster-rich-text .banner__title, .disaster-page-images .title, .disaster-page-tabs.disaster-page-features .title, .disaster-page-products .title{ font-size: 40px; font-weight: 700; padding-bottom: 35px; margin-bottom: 35px; position: relative; }
.disaster-page-images .title span,
.disaster-page-tabs.disaster-page-features .title span,
.disaster-page-products .products_wrapper .product_block .product_title span,
.disaster-page-products .products_wrapper .product_block .product_subtitle span,
.disaster-page-products .products_wrapper .product_block .product_price,
.disaster-page-custom_section .title span,
.disaster-page-custom_section .blocks_wrapper .block_title span{
  font-family: 'Helvetica Neue ForEco';
}
.disaster-page-products .products_wrapper .product_block .product_content *, .disaster-page-products .products_wrapper .product_block .product_content{ color: var(--text-color); }
.disaster-page-products .products_wrapper .product_block .product_content{ font-size: 12px; height: var(--product-desc-height); }
.disaster-rich-text .banner__title:after, .disaster-page-images .title:after, .disaster-page-features .title:after, .disaster-page-products .title:after{
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 3px;
  background: #FCC400;
}
.disaster-rich-text .content p{ font-size: 22px; }
.disaster-page-carousel{ padding: 82px 0 110px 0; background: #F9F8F2; text-align: center; }
.disaster-page-carousel .title{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.65;
  margin-bottom: 34px;
}
.disaster-page-carousel .title img{ width: 44px; margin-right: 14px; vertical-align: sub; }
.disaster-page-carousel .title span{ font-size: 32px; }
.disaster-page-carousel .content{ font-size: 22px; margin-bottom: 14px; }
.disaster-page-carousel .item{ border-radius: 4px; background: #fff; width: 500px; }
.disaster-page-carousel .text-wrapper{ text-align: left; }
.disaster-page-carousel .text-wrapper .text-1{
  background: #FCC400;
  font-size: 28px;
  font-weight: bold;
  padding: 3px 40px;
  display: inline-block;
  margin-top: -45px;
  color: #fff;
}
.disaster-page-carousel .text-wrapper .text-2{ padding: 30px 20px 50px 40px; font-size: 18px; height: var(--text-height); box-sizing: content-box; }
.disaster-page-carousel .text-wrapper .text-2 a{ text-underline-offset: 2px; }
.disaster-page-tabs{
  background: #F9F8F2; text-align: center;
}
.disaster-container{ max-width: 1240px; padding: 0 20px; margin: 0 auto; }
.disaster-page-tabs .disaster-container{ padding: 70px 20px 120px; border-top: 1px solid #E7E3D1;}
.disaster-page-tabs .title img{ width: 60px; margin-right: 5px; vertical-align: bottom; }
.disaster_tab_content{
  display: none;
  align-items: flex-end;
  gap: 50px;
}
.disaster_tab_content.active{ display: flex; }
.disaster_tab_content .text-wrapper{ flex: 1; text-align: left; }
.disaster_tab_content .text-wrapper .text1{ font-size: 16px; }
.disaster_tab_content .text-wrapper .text2{
  position: relative;
}
.disaster_tab_content .text-wrapper .text2 p{ font-size: 18px; padding-top: 30px; margin-top: 30px; }
.disaster_tab_content .text-wrapper .text2:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 36px;
  height: 3px;
  background: #FCC400;
}
.disaster_tab_content .image-wrapper{ width: 824px; }
.tabs_wrapper{ display: flex; justify-content: center; gap: 40px; margin-bottom: 60px; overflow-x: auto; }
.tabs_wrapper::-webkit-scrollbar{ display: none; }
.disaster_tab {
  border: 1px solid #FCC400;
  border-radius: 27px;
  padding: 12px 36px;
  min-width: 240px;
  color: #FCC400;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  cursor: pointer;
  word-break: keep-all;
}
.disaster_tab.active{ background-color: #FCC400; color: #fff; }
.disaster-page-images{ padding: 100px 0 120px; text-align: center; }
.disaster-page-images .title{ margin-bottom: 50px; }
.disaster-page-images .images_wrapper:not(.swiper-wrapper){ display: flex; flex-wrap: wrap; gap: 25px; }
.disaster-page-images .images_wrapper .image_block{ width: calc(50% - 13px); }
.disaster-page-tabs.disaster-page-features .disaster-container{ border-top: 0; padding: 100px 20px 85px; position: relative; }
.disaster-page-tabs.disaster-page-features .title img{ width: 46px; margin-right: 9px; }
.disaster-page-features .content{ font-size: 22px; margin-bottom: 30px; }
.disaster-page-features .extra_content{ font-size: 30px; font-weight: bold; margin-bottom: 35px; display: flex; justify-content: center; align-items: center; }
.disaster-page-features .extra_content svg, .disaster-page-mailchimp .title svg, .disaster-page-countdown-timer .title svg, .disaster-page-sale .title svg, .disaster-page-custom-section-3 .title svg{ margin: 0 5px; }
.disaster-page-features .disaster_tab_content.active{ display: block; }
.disaster_tab_row, .disaster_tab_column_inner_wrap, .disaster_tab_column_inner_text, .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text{ position: relative; display: flex; align-items: center; color: #212121; }
.disaster_tab_row.header_row .disaster_tab_column:last-child{ flex: auto; display: flex; align-items: center; }
.disaster_tab_column_inner {
  flex: 50%;
  font-size: 20px;
  padding: 15px 20px;
}
.disaster_tab_column:first-child{ width: 230px; border-bottom: 1px solid #E7E3D1; }
.disaster_tab_row.header_row .disaster_tab_column:first-child{ border: 0; }
.disaster_tab_row.header_row img{ margin-right: 8px; height: 48px; object-fit: contain; }
.disaster_tab_row.header_row span{ line-height: 1; display: inline-block; vertical-align: middle; }
.disaster_tab_row.content_row .disaster_tab_column:first-child{
  background: #F2EFE0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 20px;
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.disaster_tab_row.content_row .disaster_tab_column:last-child{ margin-left: 230px; flex: auto; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap{
  border-bottom: 1px solid #E7E3D1;
}
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text{ gap: 20px; flex: 50%; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text span{ font-size: 14px; text-align: left; line-height: 1.5; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text span b{ font-size: 18px; line-height: 1.2; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .text{ flex: 50%; font-size: 16px; }
.disaster_tab_row.product_row .disaster_tab_column_inner_wrap{ justify-content: center; padding: 32px; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_image{ width: 160px; margin-right: 42px; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content{ text-align: left; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_title{ font-size: 24px; font-weight: 700; line-height: 1.5; font-family: "Helvetica Neue ForEco"; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_content{ color: rgba(33, 33, 33, 0.8); font-size: 16px; line-height: 1.5; margin-bottom: 15px; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_button{ display: flex; align-items: center; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_button .info_box{ width: 270px; margin-left: 58px; font-size: 13px; }
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .btn, .disaster-page-custom_section .blocks_wrapper .btn, .disaster-page-countdown-timer .btn, .disaster-page-sale .btn{
  font-size: 16px;
  padding: 10px 36px;
  font-weight: 700;
  line-height: normal;
  min-width: 240px;
  justify-content: center;
  transition: .3s all ease;
}
.disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .btn:hover, .disaster-page-custom_section .blocks_wrapper .btn:hover, .disaster-page-products .products_wrapper .product_block .btn:hover, .disaster-page-countdown-timer .btn:hover, .disaster-page-sale .btn:hover{
  transform: translateY(-8px);
}
.disaster-page-features .bottom_content{ margin-top: 26px; font-size: 16px; line-height: 1.75; color: rgba(0, 0, 0, 0.70); font-family: Manrope; }
.disaster-page-products .content{ font-size: 22px; line-height: 1.8; }
.disaster-page-products .products_wrapper{ margin-top: 35px; display: flex; gap: 10px; }
.disaster-page-products .products_wrapper .product_block{ background-color: rgba(255, 255, 255, 0.9); border-radius: 12px; padding: 16px 24px 32px; position: relative; display: flex; flex-direction: column; }
.disaster-page-products .products_wrapper .product_block .discount_wrap{
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
}
.disaster-page-products .products_wrapper .product_block .discount_wrap .discount_label{
  position: absolute;
  top: 8px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  font-family: "Helvetica Neue ForEco";
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
}
.disaster-page-products .products_wrapper .product_block .discount_wrap .discount_label span{ font-size: 12px; display: block; }
.disaster-page-products .products_wrapper .product_block .product_label{
  position: absolute;
  right: 15px;
  top: 10px;
  color: #FCC400;
  font-size: 12px;
  font-weight: 700;
}
.disaster-page-products .products_wrapper .product_block .product_title, .disaster-page-products .products_wrapper .product_block .product_price{ font-size: 16px; font-weight: bold; line-height: 1.3; color: #03060B; margin-top: 16px; }
.disaster-page-products .products_wrapper .product_block .product_subtitle{ color: rgba(3, 6, 11, 0.80); font-size: 12px; }
.disaster-page-products .products_wrapper .product_block .product_price{ font-size: 24px; margin-top: 16px; }
.disaster-page-products .products_wrapper .product_block .product_price .money_unit{ font-size: 14px; }
.disaster-page-products .products_wrapper .product_block .product_compare_price{ margin-top: 8px; font-size: 12px; color: #757575; text-decoration: line-through; }
.disaster-page-products .products_wrapper .product_block .btn_wrapper{ display: flex; gap: 12px; margin-top: auto; }
.disaster-page-products .products_wrapper .product_block .btn{ transition: .3s all ease; padding: 11px; font-size: 12px; font-weight: bold; width: 100%; justify-content: center; margin-top: 16px; }
.disaster-page-products .products_wrapper .product_block .btn.product-btn{ color: #000; background-color: transparent; border: 1px solid #000; }
.disaster-page-mailchimp .disaster-container{ padding: 90px 20px 110px; text-align: center; border-bottom: 1px solid #E7E3D1;  }
.disaster-page-mailchimp .title, .disaster-page-countdown-timer .title, .disaster-page-sale .title, .disaster-page-custom-section-3 .title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.disaster-page-mailchimp .content{ font-size: 26px; line-height: 1.7; }
.disaster-page-mailchimp .content b, .disaster-page-mailchimp .content span{ color: #D16400; }
.disaster-page-mailchimp .content span.quote_icons{ position: relative; }
.disaster-page-mailchimp .content span.quote_icons:before{
  content: '!?';
  font-size: 44.034px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  transform: rotate(16deg);
  display: inline-block;
  position: absolute;
  bottom: -22px;
  margin-left: 5px;
}
.disaster-page-mailchimp .content span.quote_icon{ position: relative; }
.disaster-page-mailchimp .content span.quote_icon:before{
  content: '!';
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  color: #000;
  transform: rotate(16deg);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  margin-left: 5px;
}
.disaster-page-mailchimp .content b{ font-size: 40px; }
.disaster-page-mailchimp .mailchimp_image{ width: 440px; margin-bottom: 40px; }
.disaster-page-blogs{ text-align: center; padding: 80px 0 40px; }
.disaster-page-videos{ text-align: center; padding: 40px 0 120px; }
.disaster-page-custom_section .title{ font-size: 40px; font-weight: 700; margin-bottom: 40px; }
.disaster-page-custom_section .blocks_wrapper .block{ width: 460px; margin-right: 25px; border-radius: 4px; background: #F4F4F4; overflow: hidden; }
.disaster-page-custom_section.disaster-page-videos .blocks_wrapper .block{ margin-right: 54px; }
.disaster-page-custom_section .blocks_wrapper{ padding-left: calc(max(1200px, 100vw)/2 - 600px); padding-bottom: 44px; }
.disaster-page-custom_section .blocks_wrapper .block_content{ background-image: url(../images/yellow-lines-bg.png); background-repeat: repeat-x; background-position: top; padding: 36px 40px; }
.disaster-page-custom_section .blocks_wrapper .block_image img{ width: 100%; }
.disaster-page-custom_section .blocks_wrapper .block_title{
  font-size: 20px;
  line-height: 1.4;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 20px;
  height: var(--text-height);
  font-weight: 500;
  font-family: 'Notosansjp-medium';
}
.disaster-page-custom_section .blocks_wrapper .flickity-page-dots{
  padding-top: 0px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.disaster-page-custom_section .blocks_wrapper .flickity-page-dots .dot{ width: 8px; height: 8px; background-color: #969E9B; opacity: 0.5; margin: 0 3px; }
.disaster-page-custom_section .blocks_wrapper .flickity-page-dots .dot.is-selected{ background-color: #000; opacity: 1; }
.disaster-page-countdown-timer .disaster-container, .disaster-page-sale .disaster-container{ border-bottom: 1px solid #E7E3D1; padding: 100px 20px 110px; text-align: center; }
.disaster-page-countdown-timer .title{ margin-bottom: 20px; }
.disaster-page-sale .title{ margin-bottom: 55px; }
.disaster-page-countdown-timer .content{ font-size: 40px; font-weight: bold; color: #FCC400; }
.disaster-page-countdown-timer .content img{ width: 100px; }
.countdown_wrapper .countdown_inner{ display: flex; align-items: center; justify-content: center; }
.countdown_wrapper .countdown_inner .ends_in, .countdown_wrapper .countdown_inner .dots{ font-size: 20px; font-family: 'Notosansjp-medium'; }
.countdown_wrapper .star_countdown, .countdown_wrapper .star_countdown > div{ display: flex; align-items: baseline; }
.countdown_wrapper .star_countdown .block{
  width: 58px;
  height: 58px;
  border-radius: 12px;
  background: #FDB402;
  color: #fff;
  font-family: Manrope;
}
.countdown_wrapper .countdown_inner .dots{ font-weight: 700; margin: 0 12px; }
.countdown_wrapper .star_countdown .block div:first-child{
  font-size: 32px; font-weight: 500;
}
.countdown_wrapper .star_countdown .block div:last-child{ font-size: 12px; font-weight: bold; margin-top: -10px; }
.disaster-page-countdown-timer .content_2{ font-size: 20px; font-weight: 600; margin-top: 18px; font-family: 'Notosansjp-medium'; }
.disaster-page-countdown-timer .content_3{ font-size: 18px; margin-top: 10px; margin-bottom: 30px; }
.countdown_image img{ max-width: 750px; width: 100%; }
.disaster-page-sale .sale_image img{ width: 280px; }
.disaster-page-sale .content{
  color: #FCC400;
  font-size: 60px;
  font-weight: bold;
  margin-top: -155px;
}
.disaster-page-sale .content b{ font-size: 96px; }
.disaster-page-sale .content_2{
  font-size: 28px;
  font-weight: 700;
  margin-top: 8px;
}
.disaster-page-sale .content_3{ margin-bottom: 30px; margin-top: 56px; }
.disaster-page-sale .bottom_line{ font-size: 18px; margin-top: 45px; }
.disaster-page-custom-section-1{ padding: 100px 0 40px; text-align: center; }
.disaster-page-custom-section-1 .title, .disaster-page-custom-section-2 .title, .disaster-page-custom-section-3 .title{ font-size: 40px; font-weight: bold; }
.disaster-page-custom-section-1 .title .yellow-bg, .disaster-page-custom-section-2 .title .yellow-bg{
  border-radius: 4px;
  background: #FFDC25;
  padding: 0 10px;
}
.disaster-page-custom-section-1 .content{
  margin-top: 20px;
  color: #D16400;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 25px;
}
.disaster-page-custom-section-1 .countdown_wrapper .star_countdown .block{ background-color: #FFEEB4; color: #000; }
.disaster-page-custom-section-1 .countdown_image img{ max-width: 100%; margin: 30px 0 24px; }
.disaster-page-custom-section-1 .btn, .disaster-page-custom-section-2 .btn{
  min-width: 240px;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 25px;
}
.disaster-page-custom-section-1 .bottom_content{ font-size: 18px; line-height: 1.7; }
.disaster-page-custom-section-2{ padding: 45px 0 70px; text-align: center; }
.disaster-page-custom-section-2 .flexbox{ display: flex; margin-top: 40px; margin-bottom: 15px; }
.disaster-page-custom-section-2 .countdown_image{ max-width: 380px; }
.disaster-page-custom-section-2 .text-part{ flex: auto; margin-left: 30px; text-align: left; }
.disaster-page-custom-section-2 .content{ font-size: 21px; line-height: 1.6; margin-bottom: 26px; }
.disaster-page-custom-section-2 .content .info_line{ font-size: 18px; }
.disaster-page-custom-section-2-popup-close{ cursor: pointer; background-image: url(../fonts/popup-close.svg); background-size: cover; background-repeat: no-repeat; width: 40px; height: 40px; position: absolute; top: 25px; right: 25px; }
.disaster-page-custom-section-2-popup{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
}
.disaster-page-custom-section-2-popup:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.disaster-page-custom-section-2-popup-inner{
  width: 90%;
  height: 90%;
  max-width: 780px;
  max-height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(0deg, #FFF1C0 0%, #FFFAEA 28.13%, #FFFDF4 50.18%, #FFF8E0 82.58%, #FFF1C0 100%);
  text-align: center;
  padding: 30px 75px 60px;
  border-radius: 8px;
}
.disaster-page-custom-section-2-popup-content .flexbox{
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: left;
}
.disaster-page-custom-section-2-popup-content .large-text{
  font-size: 80px;
  color: #C74700;
  font-family: Manrope;
  font-weight: 700;
  line-height: 1.35;
  margin-right: 14px;
}
.disaster-page-custom-section-2-popup-content .small-text{
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.disaster-page-custom-section-2-popup-content .big-text{
  font-size: 34px; font-weight: 700;
}
.disaster-page-custom-section-2-popup-content .coupon_box{ margin-top: 25px; }
.disaster-page-custom-section-2-popup-content .coupon_box .title{ font-size: 24px; font-family: 'Notosansjp-medium'; }
.disaster-page-custom-section-2-popup-content .coupon-text{ font-size: 36px; color: #C74800; font-weight: 700; }
.disaster-page-custom-section-2-popup-content .copy-coupon{ cursor: pointer; font-size: 26px; margin-left: 16px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; position: relative; }
.disaster-page-custom-section-2-popup-content .copy-coupon span{
  display: block;
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  top: 105%;
  left: 0;
  white-space: nowrap;
  text-align: center;
  width: 100%;
}
.disaster-page-custom-section-2-popup-content .info_line{ font-size: 24px; margin-top: 20px; margin-bottom: 20px; }
.disaster-page-custom-section-2-popup-content .btn{ font-size: 14px; font-weight: 700; min-width: 225px; justify-content: center; padding: 10px 20px; }
.disaster-page-custom-section-3{ padding: 100px 0; text-align: center; }
.disaster-page-custom-section-3 .title{ margin-bottom: 12px; }
.disaster-page-custom-section-3 .content{ font-size: 24px; font-family: 'Notosansjp-medium'; font-weight: 600; margin-bottom: 50px; }
.disaster-page-custom-section-3 .countdown_image img{ max-width: 100%; }

@media screen and (min-width: 1025px) and (max-width: 1600px){
  .disaster-page-banner .disaster_banner__content{ left: 150px; }
}
@media screen and (min-width: 750px) and (max-width: 1024px){
  .disaster-page-banner .disaster_banner__content{ top: 48px; left: 48px; }
  .disaster-rich-text .banner__title, .disaster-page-images .title, .disaster-page-tabs.disaster-page-features .title, .disaster-page-products .title, .disaster-page-tabs .title, .disaster-page-mailchimp .title, .disaster-page-countdown-timer .title, .disaster-page-custom_section .title, .disaster-page-sale .title, .disaster-page-countdown-timer .content{ font-size: 30px; }
  .disaster-rich-text .content p, .disaster-page-features .content{ font-size: 18px; }
  .disaster-rich-text, .disaster-page-carousel{ padding: 70px 50px; }
  .disaster-page-carousel .text-wrapper .text-1, .disaster-page-features .extra_content, .disaster-page-mailchimp .content{ font-size: 22px; }
  .tabs_wrapper{ justify-content: flex-start; }
  .disaster_tab_content .image-wrapper{ width: 60%; }
  .disaster-page-tabs .disaster-container{ padding-bottom: 100px; }
  .disaster-page-products .products_wrapper{ flex-wrap: wrap; }
  .disaster-page-products .products_wrapper .product_block{ width: calc(50% - 5px); }
  .disaster-page-custom_section .blocks_wrapper{ padding-left: 25px; }
  .disaster-page-custom_section.disaster-page-videos .blocks_wrapper .block{ margin-right: 25px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text span b{ font-size: 14px; }
  .disaster_tab_column:first-child{ width: 200px; }
  .disaster_tab_row.content_row .disaster_tab_column:last-child{ margin-left: 200px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text{ gap: 10px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_title{ font-size: 20px; }
  .disaster-page-sale .content{ font-size: 40px; }
  .disaster-page-sale .content b{ font-size: 60px; }
  .disaster-page-custom-section-1 .title, .disaster-page-custom-section-2 .title, .disaster-page-custom-section-3 .title{ font-size: 30px; }
  .disaster-page-custom-section-1 .content{ font-size: 22px; }
  .disaster-page-custom-section-2-popup-inner{ padding: 30px 40px; }
}
@media screen and (max-width: 749px){
  .disaster-container{ padding: 0 12px; }
  .disaster-page-banner .disaster_banner__image{ height: 490px; }
  .disaster-page-banner .disaster_banner__content{ top: 48px; left: 50%; transform: translateX(-50%); width: 90%; text-align: center; }
  .disaster-page-banner .banner__title{ font-size: 38px; margin-bottom: 12px; }
  .disaster-page-banner .content{ font-size: 16px; }
  .disaster-page-features .tabs_content{ overflow-x: auto; }
  .disaster-page-features .tabs_content::-webkit-scrollbar{ display: none; }
  .disaster-page-features .disaster_tab_content{ width: 580px; }
  .disaster-rich-text{ padding: 40px 25px 48px 25px; }
  .disaster-rich-text .banner__title,
  .disaster-page-images .title,
  .disaster-page-tabs.disaster-page-features .title,
  .disaster-page-products .title{
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .disaster-page-tabs .title, .disaster-page-mailchimp .title, .disaster-page-custom_section .title, .disaster-page-countdown-timer .title, .disaster-page-sale .title{ font-size: 20px; margin-bottom: 24px; }
  .disaster-page-carousel .title{ font-size: 20px; margin-bottom: 6px; }
  .disaster-page-carousel{ padding: 40px 12px; }
  .disaster-page-carousel .item{ width: 290px; }
  .disaster-page-carousel .title img{ width: 20px; }
  .disaster-page-carousel .content{ font-size: 12px; }
  .disaster-page-carousel .text-wrapper .text-1{ font-size: 16px; padding: 3px 15px; }
  .disaster-page-carousel .text-wrapper .text-2{ padding: 25px 15px; }
  .disaster-page-carousel .text-wrapper .text-2 br{ display: none; }
  .tabs_wrapper{ gap: 7px; flex-wrap: wrap; margin-bottom: 20px; }
  .disaster_tab{ width: calc(50% - 4px); min-width: unset; max-width: 175px; font-size: 14px; padding: 12px 4px; }
  .disaster-page-tabs .title img{ width: 30px; }
  .disaster-page-tabs .disaster_tab_content{ flex-direction: column-reverse; gap: 16px; }
  .disaster-page-tabs .disaster-container{ padding: 5px 12px 40px; border-top: 0; }
  .disaster_tab_content .image-wrapper{ width: 100%; }
  .disaster-page-products .products_wrapper{ flex-wrap: wrap; }
  .disaster-page-products .products_wrapper .product_block{ width: calc(50% - 5px); padding: 12px; }
  .disaster_tab_content .text-wrapper{ padding: 0 12px; text-align: center; }
  .disaster_tab_content .text-wrapper .text1,
  .disaster_tab_content .text-wrapper .text2 p,
  .disaster-page-features .content,
  .disaster-rich-text .content p,
  .disaster-page-carousel .text-wrapper .text-2,
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text span,
  .disaster-page-products .content,
  .disaster-page-mailchimp .content,
  .disaster-page-countdown-timer .content_2,
  .disaster-page-countdown-timer .content_3,
  .disaster-page-custom-section-1 .bottom_content{
    font-size: 13px;
  }
  .disaster_tab_content .text-wrapper .text2 p{ padding-top: 15px; margin-top: 15px; }
  .disaster_tab_content .text-wrapper .text2:before{ left: 50%; transform: translateX(-50%); }
  .disaster-page-tabs.disaster-page-features .disaster-container{ padding: 40px 0 40px 12px; }
  .disaster-page-tabs.disaster-page-features .disaster-container .title,
  .disaster-page-tabs.disaster-page-features .disaster-container .content,
  .disaster-page-tabs.disaster-page-features .disaster-container .extra_content,
  .disaster-page-tabs.disaster-page-features .disaster-container .tabs_wrapper{ padding-right: 12px; }
  .disaster-page-images{ padding: 40px 0 55px; }
  .disaster-page-images .title{ margin-bottom: 20px; }
  .disaster-rich-text .banner__title:after, .disaster-page-images .title:after, .disaster-page-features .title:after, .disaster-page-products .title:after{ width: 27px; height: 1.5px; }
  .disaster-page-images .images_wrapper:not(.swiper-wrapper){ gap: 10px; }
  .disaster-page-images .images_wrapper .image_block{ width: 100%; }
  .disaster-page-tabs.disaster-page-features .title img{ width: 21px; margin-right: 5px; vertical-align: baseline; }
  .disaster-page-features .content{ margin-bottom: 15px; }
  .disaster-page-features .extra_content,
  .disaster_tab_row.content_row .disaster_tab_column:first-child,
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text span b,
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_content{ font-size: 14px; }
  .disaster_tab_column:first-child{ width: 142px; }
  .disaster_tab_row.content_row .disaster_tab_column:last-child{ margin-left: 142px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text{ gap: 8px; flex: auto; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .text{ flex: unset; }
  .disaster_tab_column_inner{ padding: 10px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .icon-text svg{ width: 24px; height: 24px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_image{ width: 136px; margin-right: 24px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_title{ font-size: 18px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .btn, .disaster-page-custom_section .blocks_wrapper .btn{ font-size: 14px; min-width: 195px; }
  .disaster-page-features .bottom_content{ width: 260px; margin-left: auto; margin-right: auto; font-size: 9px; margin-top: 12px; }
  .disaster-page-products .disaster-container{ padding: 30px 12px 60px; position: relative; }
  .disaster-page-products .disaster-container:before,
  .disaster-page-mailchimp .disaster-container:after,
  .disaster-page-countdown-timer .disaster-container:after,
  .disaster-page-sale .disaster-container:after{ content: ''; position: absolute; top: 0; left: 12px; width: calc(100% - 24px); height: 1px; background-color: #E7E3D1; }
  .disaster-page-mailchimp .disaster-container:after,
  .disaster-page-countdown-timer .disaster-container:after,
  .disaster-page-sale .disaster-container:after{ bottom: 0; top: unset; }
  .disaster-page-products .products_wrapper .product_block .product_label{ font-size: 8px; top: 5px; right: 8px; }
  .disaster-page-products .products_wrapper .product_block .discount_wrap{ width: 40px; }
  .disaster-page-products .products_wrapper .product_block .discount_wrap .discount_label{ font-size: 12px; top: 5px; }
  .disaster-page-products .products_wrapper .product_block .discount_wrap .discount_label span{ font-size: 8px; }
  .disaster-page-products .products_wrapper .product_block .product_label svg{ width: 24px; height: auto; }
  .disaster-page-products .products_wrapper .product_block .product_title{ font-size: 12px; margin-top: 4px; }
  .disaster-page-products .products_wrapper .product_block .product_subtitle{ font-size: 9px; }
  .disaster-page-products .products_wrapper .product_block .product_price{ font-size: 17px; margin-top: 6px; }
  .disaster-page-products .products_wrapper .product_block .btn_wrapper{ flex-wrap: wrap; gap: 0; }
  .disaster-page-products .products_wrapper .product_block .btn{ font-size: 11px; margin-top: 9px; width: 100%; }
  .disaster-page-mailchimp .disaster-container, .disaster-page-countdown-timer .disaster-container, .disaster-page-sale .disaster-container{ padding: 45px 12px 50px; position: relative; }
  .disaster-page-mailchimp .content b{ font-size: 20px; }
  .disaster-page-blogs{ padding: 40px 0 20px 0; }
  .disaster-page-mailchimp .content span.quote_icons:before{ font-size: 20px; bottom: -8px; }
  .disaster-page-custom_section .blocks_wrapper{ padding-left: 12px; padding-bottom: 35px; }
  .disaster-page-custom_section .blocks_wrapper .block{ width: 290px; margin-right: 10px !important; }
  .disaster-page-custom_section .blocks_wrapper .block_content{ padding: 28px 16px 32px; }
  .disaster-page-custom_section .blocks_wrapper .block_title{ font-size: 15px; }
  .disaster-page-custom_section .blocks_wrapper .btn, .disaster-page-countdown-timer .btn, .disaster-page-sale .btn{ width: 225px; }
  .disaster-page-videos{ padding: 20px 0 60px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_button{ flex-direction: column; align-items: baseline; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_button .info_box{ margin-top: 10px; width: auto; margin-left: 0; font-size: 9px; }
  .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .product_button .btn{ width: auto; }
  .disaster-page-countdown-timer .content, .countdown_wrapper .star_countdown .block div:first-child{ font-size: 20px; }
  .countdown_wrapper .countdown_inner{ flex-direction: column; }
  .countdown_wrapper .countdown_inner .ends_in{ font-size: 13px; margin-bottom: 10px; }
  .countdown_wrapper .star_countdown, .countdown_wrapper .star_countdown > div{ align-items: center; }
  .countdown_wrapper .star_countdown .block{ width: 45px; height: 45px; padding: 3px; border-radius: 8px; }
  .countdown_wrapper .star_countdown .block div:last-child{ font-size: 10px; margin-top: -6px; }
  .disaster-page-countdown-timer .title svg, .disaster-page-sale .title svg{ height: 25px; }
  .disaster-page-countdown-timer .content_3{ margin-bottom: 24px; }
  .disaster-page-sale .sale_image img{ width: 180px; }
  .disaster-page-sale .content{ font-size: 38px; margin-top: -90px; }
  .disaster-page-sale .content b{ font-size: 60px; }
  .disaster-page-sale .content_2, .disaster-page-carousel .title span{ font-size: 16px; }
  .disaster-page-sale .content_3{ margin-top: 28px; margin-bottom: 22px; }
  .disaster-page-sale .content_3 svg{ width: 175px; height: auto; }
  .disaster-page-sale .bottom_line{ font-size: 13px; margin-top: 22px; }
  .disaster-page-mailchimp .disaster-container, .disaster-page-countdown-timer .disaster-container, .disaster-page-sale .disaster-container{ border-bottom: 0; }
  .disaster-page-countdown-timer .content{ position: relative; display: inline-block; margin-bottom: 14px; }
  .disaster-page-countdown-timer .content img{ position: absolute; top: 90%; right: 0; width: 50px; }
  .disaster-page-custom-section-1{ padding: 45px 0 30px; }
  .disaster-page-custom-section-1 .title, .disaster-page-custom-section-2 .title, .disaster-page-custom-section-3 .title{ font-size: 20px; margin-bottom: 10px; }
  .disaster-page-custom-section-1 .content{ font-size: 16px; margin-top: 0; margin-bottom: 13px; }
  .disaster-page-custom-section-1 .countdown_image img{ margin: 16px 0; }
  .disaster-page-custom-section-1 .btn, .disaster-page-custom-section-2 .btn{ min-width: 225px; margin-bottom: 12px; max-width: unset; width: unset; font-size: 14px; padding: 10px 15px; }
  .disaster-page-custom-section-2{ padding: 30px 0 50px; }
  .disaster-page-custom-section-2 .title{ padding: 0 20px; }
  .disaster-page-custom-section-2 .flexbox{ margin-top: 16px; flex-direction: column; align-items: center; }
  .disaster-page-custom-section-2 .countdown_image{ max-width: 270px; }
  .disaster-page-custom-section-2 .text-part{ width: 100%; margin: 14px 0 0 0; text-align: center; }
  .disaster-page-custom-section-2 .text-part .content{ font-size: 13px; margin-bottom: 14px; }
  .disaster-page-custom-section-2 .content .info_line{ font-size: 11px; margin-top: 10px; }
  .disaster-page-custom-section-3{ padding: 40px 0 44px; }
  .disaster-page-custom-section-3 .content{ font-size: 16px; margin-bottom: 32px; }
  .disaster-page-custom-section-3 .countdown_image img{ max-width: 350px; width: 100%; margin: 0 auto; }
  .disaster-page-custom-section-2-popup-inner{ max-width: 350px; max-height: 200px; padding: 12px 35px 30px; }
  .disaster-page-custom-section-2-popup-content .large-text{ font-size: 35px; margin-right: 5px; }
  .disaster-page-custom-section-2-popup-content .small-text, .disaster-page-custom-section-2-popup-content .coupon_box .title{ font-size: 10px; }
  .disaster-page-custom-section-2-popup-content .big-text{ font-size: 14px; }
  .disaster-page-custom-section-2-popup-content .coupon_box{ margin-top: 10px; }
  .disaster-page-custom-section-2-popup-content .coupon-text{ font-size: 15px; }
  .disaster-page-custom-section-2-popup-content .copy-coupon{ margin-left: 10px; font-size: 12px; }
  .disaster-page-custom-section-2-popup-content .info_line{ font-size: 10px; margin-top: 8px; margin-bottom: 8px; }
  .disaster-page-custom-section-2-popup-content svg{ display: block; }
  .disaster-page-custom-section-2-popup-content .btn{ font-size: 10px; padding: 7px 20px; min-width: 140px; width: unset; }
  .disaster-page-custom-section-2-popup-close{ width: 17px; height: 17px; top: 12px; right: 12px; }
  .disaster-page-custom-section-2-popup-content .copy-coupon span{ font-size: 8px; }
}

.featured_collection_cart_page .product-card .product-item__action-list .btn svg {
  display: none;
}

p.bottom-description {
  width: 100%;
  line-height: normal;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 40px !important;
  font-size: 16px;
  font-weight: 500 !important;
}

/* Make sure no CLS when toggling labels */
.product-custom-labels--layout { position: absolute; top: -26px; left: 40px; }
@media screen and (max-width: 1239px) {
  .product-custom-labels--layout { left: 0; }
}
.product-custom-labels{ display: flex; gap: 10px; }
.product-custom-labels .member-only{ display: none; color: var(--checkout-btn-bg); }

/* DPU product template */
.section-product-template + .shopify-section { padding-top: 80px; }
.bambu-t-c-section .bambu-section-header .content ul{ padding-left: 12px; }
.bambu-product-section-wrapper .product_content li, .bambu-t-c-section .bambu-section-header .content li{ list-style: disc; font-size: 14px; line-height: 1.5; font-weight: 300; }
.bambu-t-c-section .bambu-section-header .content li{ font-size: 17px; font-weight: 400; }
.bambu-t-c-section .bambu-section-header{ max-width: 1240px; }
.bambu-t-c-section .bambu-section-header .content{ margin-top: 70px; margin-bottom: 100px; text-align: left; }
.star-t-c-section .t-c-heading p{ font-size: 16px; font-weight: 600; color: inherit; line-height: 1.56; margin-bottom: 12px; }
.star-t-c-section .t-c p{ font-size: 14px; line-height: 2; }
.star-t-c-section .font--small .t-c-heading p{ font-size: 14px; }
.star-t-c-section .font--small .t-c p{ font-size: 12px; }
.star-t-c-section .font--large .t-c-heading p{ font-size: 20px; }
.star-t-c-section .font--large .t-c p{ font-size: 16px; }
.star-t-c-section .t-c-wrapper.text-align--center{ text-align: center; }
.star-t-c-section .t-c-wrapper.text-align--right{ text-align: right; }
@media screen and (max-width: 749px){
  .bambu-t-c-section .bambu-section-header .content{ margin: 30px 0 50px; }
  .bambu-t-c-section .bambu-section-header .content li{ font-size: 12px; }
  .star-t-c-section .t-c-heading p, .star-t-c-section .font--small .t-c-heading p{ font-size: 14px; }
  .star-t-c-section .t-c p, .star-t-c-section .font--small .t-c p{ font-size: 12px; }
  .star-t-c-section .font--large .t-c-heading p{ font-size: 16px; }
  .star-t-c-section .font--large .t-c p{ font-size: 14px; }
  .section-product-template + .shopify-section { padding-top: 60px; }
}

/* Mega menu restructure */
[data-header-section] *{ font-family: "Helvetica Neue ForEco"; }
.header-container{ width: 100%; max-width: 1240px; padding: 0 20px; margin: 0 auto; flex-wrap: nowrap; align-items: center; justify-content: space-between; }
.menu-icon-wrapper{ display: flex; justify-content: flex-end; }
.menu-icon-wrapper .grid__item{ width: auto; }
.nav-bar__item svg.arrow-icon {
  vertical-align: middle;
  margin-left: 4px;
  width: 13px;
  transition: transform 0.5s;
}
.custom_menu_right_side .block_btn:hover, .menu_dropdown_link_content_item a[href]:hover{ text-decoration: underline; }
.custom_menu_left_side .custom_menu_item_dropdown_title{ display: flex; justify-content: space-between; align-items: center; padding-left: 0; padding-right: 0; font-weight: 500; }
.custom_menu_item_dropdown .custom_menu_item_dropdown_content{ display: none; }
.custom_menu_item_dropdown.open .custom_menu_item_dropdown_content{ display: block; }
.custom_menu_item_dropdown.open .custom_menu_item_dropdown_title .arrow_icon{ transform: rotate(180deg); }
.custom_menu_right_side .block_btn svg, .mobile-nav-product-row .block_btn svg{ margin-left: 4px; }
.custom_menu_right_side .block_btn, .mobile-nav-product-row .block_btn{ color: #444; display: flex; align-items: center; }
.image_links_block .custom_menu_tab_content_inner{ margin-left: -14px; flex-wrap: wrap; row-gap: 14px; }
.image_links_block .mega_menu_image_box{ flex: 0 0 33.33%; padding-left: 14px; position: relative; }
.image_links_block.level_1_image_links_block .mega_menu_image_box{ flex: 0 0 25%; }
.image_links_block.level_1_image_links_block .custom_menu_tab_content_inner{ justify-content: center; }
.custom_menu_tab_content_inner .mega_menu_image_box_image img{ border-radius: 4px; display: block; transition: transform 0.5s; }
.custom_menu_tab_content_inner .mega_menu_image_box .mega_menu_image_box_content{ position: absolute; bottom: 12px; left: 0; padding: 0 12px; width: 100%; color: #fff; font-size: 14px; font-weight: 500; line-height: 1.2; }
.custom_menu_tab_content_inner .mega_menu_image_box .mega_menu_image_box_content span{ font-size: 12px; font-weight: 400; margin-top: 3px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.mega_menu_dropdown__wrapper .custom_menu_tab_content_inner{ flex-wrap: wrap; justify-content: center; width: 100%; }
.mega_menu_dropdown__wrapper .custom_menu_tab_content_inner .menu_dropdown{ flex: 0 0 auto; padding-right: 90px; max-width: 25%; }
.menu_dropdown .menu_dropdown_link_title{ padding: 10px 0; }
.menu_dropdown .menu_dropdown_link_title a{ color: #757575; }
.menu_dropdown .menu_dropdown_link_content .menu_dropdown_link_content_item{ margin-top: 14px; }
.custom_menu_product .new-badge{ color: var(--new-label-color); }
.custom_menu_product .hot-badge{ color: var(--hot-label-color); }
.custom_menu_product .sale-badge{ color: var(--sale-label-color); }
.custom_menu_tab_content_inner::-webkit-scrollbar{ display: none; }
.mega_menu_image_box_image{ border-radius: 4px; overflow: hidden; }
.mega_menu_image_box_image img:hover{ transform: scale(1.1); }
.nav-bar__link:after{
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 15px;
  background: #333;
  transition: width 0.3s linear;
}
.nav-bar__link.active:after, .nav-bar__link:hover:after{ width: calc(100% - 30px); }
.nav-bar__link:hover svg.arrow-icon, .nav-bar__link.active svg.arrow-icon{ transform: rotate(180deg); }
.swiper{ overflow: hidden; touch-action: pan-y; }
.search-button__submit{ left: 16px; }
.custom-mega-menu__inner .custom_menu_product{ padding: 0; margin-bottom: 15px; }
.custom-mega-menu__inner .custom_menu_product .image{
  padding-top: 100%;
  height: 0;
  position: relative;
  width: 100%;
}
.custom-mega-menu__inner .custom_menu_product .image img{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  object-fit: contain;
}
.custom-mega-menu__inner .custom_menu_tab_content_inner.block-1, .custom-mega-menu__inner .custom_menu_tab_content_inner.block-2{ gap: 12px; }
.custom_menu_tab_content_inner.block-2 .custom_menu_product, .custom_menu_tab_content_inner.block-1 .custom_menu_product {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  max-width: unset;
  margin-left: 0;
  background: unset;
  padding: 0 0 0 8px;
}
.custom_menu_tab_content_inner.block-2 .custom_menu_product .image, .custom_menu_tab_content_inner.block-1 .custom_menu_product .image{
  height: 220px;
  padding-top: 0;
}
.custom_menu_tab_content_inner.block-2 .custom_menu_product .image img, .custom_menu_tab_content_inner.block-1 .custom_menu_product .image img, .mobile-menu-products.block-2 .mobile-menu-product .image img, .mobile-menu-products.block-1 .mobile-menu-product .image img{
  object-fit: cover; border-radius: 8px;
}
.custom-mega-menu__inner .custom_menu_tab_content_inner.text-align-left .product_content{ text-align: left; }
@media screen and (min-width: 1024px){
  .site-header__icons-wrapper a:hover svg, .header-search-button:hover svg{ opacity: 0.7; }
  .custom_menu_left_side .custom_menu_left_side_hover_item:not(.custom_menu_item_dropdown_title):hover, .custom_menu_product:hover{ background-color: rgba(244,244,244,0.5); }
  .mobile-nav-wrapper.js-menu--is-open{ display: none !important; }
}
@media screen and (min-width: 1024px) and (max-width: 1439px){
  .header-container{ max-width: 100%; padding: 0 128px; }
  .navigation_wrapper .nav-bar__item{ margin-right: 0; }
  .nav-bar__link{ padding: 12px; }
  .custom_menu_product{ min-width: 164px; }
  .custom_menu_right_side{ padding-left: 32px; }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .header-container{ padding: 0 48px; }
}
@media screen and (min-width: 1440px){
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form{ max-width: 790px; }
}
@media screen and (max-width: 1023px){
  :root{ --item-right-padding: 48px; --item-left-padding: 58px;  }
  .mega_menu_overlay{ display: none !important; }
  .site-header .site-header__menu.js-mobile-nav-toggle svg{ width: 24px; height: 24px; outline: 0; }
  .navigation-toggle-btn{ margin-left: 14px; }
  nav#AccessibleNav{ display: none; }
  .mobile-nav__link, .mobile-nav__sublist-link{ padding: 15px var(--item-right-padding); justify-content: space-between; }
  .mobile-nav__sublist-link{ padding-left: var(--item-left-padding); font-weight: 400; }
  .mobile-nav__dropdown{ background-color: #f5f5f5; }
  .mobile-nav__dropdown .mobile-nav__sublist-link{ background-color: #fff; }
  .mobile-nav__dropdown.nav_product_cards .mobile-nav__sublist-link{ position: sticky; top: 0; z-index: 9; }
  .mobile-nav-product-row{ margin: 0 var(--item-right-padding) 0 var(--item-left-padding); padding: 24px 0 22px; border-top: 1px solid #d9d9d9 }
  .mobile-nav-product-row:first-child{ padding-top: 0; border-top: 0; }
  .mobile-nav-product-row-title{ display: flex; justify-content: space-between; font-size: 14px; font-weight: 400; line-height: 1.2; color: #444; padding: 14px 0; }
  .mobile-nav-product-row-title .block_btn{ color: #444; }
  .mobile-nav__dropdown .custom_menu_product a{ display: flex; align-items: center; width: 100%; }
  .mobile-nav__dropdown .custom_menu_product a .image{ width: 80px; height: 80px; margin-left: 0; margin-right: 4px; padding: 7px; }
  .mobile-nav__dropdown .mobile-nav-product-row.add-padding{ padding-top: 24px; }
  .custom_menu_product{ max-width: 100%; margin: 0; padding: 0; }
  .custom_menu_product .product_content{ padding: 18px 0 0; text-align: left; flex: 1; }
  .custom_menu_product .small-desc{ margin-bottom: 0; max-width: unset; font-size: 14px; font-weight: 400; }
  #shopify-section-header header.site-header .mobile-nav__dropdown .sublist-link{ line-height: 1.2; color: #3F68E0; font-size: 14px; justify-content: end; }
  .mobile-image-link-block{ padding-bottom: 44px; }
  .mobile-image-link-block-level-1{ padding-top: 44px; }
  .mobile-image-link-block .mobile-nav-product-row-title{ padding: 14px var(--item-right-padding) 14px var(--item-left-padding); }
  .mobile-image-link-block .custom_menu_tab_content_inner{ padding-left: var(--item-left-padding); margin-left: 0; overflow-x: auto; }
  .mobile-image-link-block .mega_menu_image_box{ width: 323px; flex: 0 0 323px; padding-right: 16px; }
  .mobile-image-link-block .mega_menu_image_box:last-child{ width: 355px; flex: 0 0 355px; padding-right: var(--item-right-padding); }
  .mobile-nav__dropdown_item .mobile-nav__dropdown .mobile-nav__sublist-link{ background-color: unset; }
  .mobile-nav__dropdown_item .mobile-nav-product-row-title{ padding: 14px 0; color: #757575 !important; font-weight: 500; }
  .mobile-nav__dropdown_item .mobile-nav-product-row .mobile-nav__dropdown .mobile-nav__sublist-link{ font-size: 16px; padding-left: 0; }
  #shopify-section-header header.site-header .mobile-nav-wrapper .mobile-nav-footer{ margin: 0 var(--item-right-padding); }
  body.show_search_overlay #shopify-section-header{ z-index: 9999999999; }
  .mobile-custom-menu-block .custom_menu_product .title p{ margin-bottom: 10px; text-align: left !important; padding-top: 0 !important; }
  .mobile-custom-menu-block .custom_menu_product .small-desc, .mobile-custom-menu-block .custom_menu_product .title span{ max-width: unset; }
  .mobile-menu-products-container.block-2{ display: flex; }
  .mobile-custom-menu-block .mobile-nav__dropdown .mobile-menu-products-container.block-2 .custom_menu_product{
    position: relative;
    width: 164px;
    flex: 0 0 164px;
    margin-right: 8px;
  }
  .mobile-custom-menu-block .mobile-nav__dropdown .mobile-menu-products-container.block-2 .custom_menu_product a{ display: block; }
  .mobile-custom-menu-block .mobile-nav__dropdown .mobile-menu-products-container.block-2 .custom_menu_product .image{ height: 220px; width: 100%; border-radius: 8px; overflow: hidden; }
  .mobile-custom-menu-block .mobile-nav__dropdown .mobile-menu-products-container.block-2 .custom_menu_product img{ position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
  .menu_item_custom_label{ bottom: 100%; right: -12px; }
}
@media screen and (max-width: 767px){
  :root{ --item-right-padding: 24px; --item-left-padding: 34px;  }
  .mobile-image-link-block .mega_menu_image_box:last-child{ margin-right: 24px; }
  .mobile-image-link-block .mega_menu_image_box:last-child{ width: 331px; flex: 0 0 331px; }
  .site-header .site-header__icons .search-bar__interior .search-form__container .search-bar__form .search-form__input-wrapper .predictive-search-wrapper .predictive-search-title,
  .search_popular_menu a{ padding: 10px 0; }
}
/* Bottom Description */
.bottom-desciption-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
}
.bottom-description {
  text-align: center;
  line-height: normal;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 500;
}

.CartItem__ImageWrapper .gift_label{
  height: 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
/* Disaster LP 2 */
.disaster-page-tabs.disaster-page-recommendations .disaster-container{ border-top: 0; padding-bottom: 80px; }
.disaster-page-tabs.disaster-page-recommendations .title div{ display: flex; justify-content: center; align-items: center; }
.disaster-page-tabs.disaster-page-recommendations .title span{ font-size: 32px; line-height: 2; }
.disaster-page-tabs.disaster-page-recommendations .title img{ margin-right: 12px; width: 44px; }
.disaster-page-recommendations .disaster_tab_content .text-wrapper .text1{ font-size: 24px; font-weight: 700; line-height: 1.25; }
.disaster-page-recommendations .disaster_tab_content .text-wrapper .text2 p{ font-size: 16px; line-height: 1.75; }
.disaster-page-recommendations .tabs_content, .disaster-page-images .disaster-container{ position: relative; padding-bottom: 42px; }
.disaster-page-recommendations .swiper-pagination-bullet-active, .disaster-page-images .swiper-pagination-bullet-active, .disaster-page-slider .swiper-pagination-bullet-active, .disaster-page-videos.alter .swiper-pagination-bullet-active{ --swiper-theme-color: #000; }
.disaster-page-recommendations .swiper-pagination-bullets, .disaster-page-images .swiper-pagination-bullets{ bottom: 0px; width: 100%; }
.disaster-page-tabs.alter .disaster-container{ border-top: 0; }
.disaster-page-tabs.alter .title img{ margin-right: 12px; width: 46px; vertical-align: sub; }
.disaster-page-tabs.alter .disaster_tab_content.active{ display: block; position: relative; }
.disaster-page-tabs.alter .disaster_tab_content .image-wrapper{ width: 100%; border-radius: 8px; overflow: hidden; }
.disaster-page-tabs.alter .disaster_tab_content .text-wrapper{ text-align: center; position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); padding: 0 25px; width: 780px; max-width: 100%; }
.disaster-page-tabs.alter .disaster_tab_content .text-wrapper .text1{ font-size: 20px; line-height: 1.3; }
.disaster-page-features.alter .disaster_tab_column:first-child{ width: 0; padding: 0; }
.disaster-page-features.alter .disaster_tab_row.content_row .disaster_tab_column:last-child{ margin-left: 0; }
.disaster-page-features.alter .disaster_tab_row.content_row.product_row .disaster_tab_column_inner_wrap{ border: 0; }
.disaster-page-tabs.disaster-page-features.alter .disaster_tab_content{ background: #fff; }
.disaster-page-features.alter .disaster_tab_column_inner:first-child:after{ content: ''; width: 1px; height: 100%; position: absolute; right: 50%; top: 0; background: #E7E3D1; }
.disaster-page-features.alter .disaster_tab_column_inner{ padding-left: 30px; padding-right: 30px; }
.disaster-page-features.alter .disaster_tab_row.product_row .disaster_tab_column_inner_wrap.product_row_inner{ justify-content: flex-start; align-items: flex-start; }
.disaster-page-features.alter .disaster_tab_row.product_row b{ width: 40%; text-align: left; font-size: 18px; }
.disaster-page-features.alter .product_row_inner .disaster_tab_column_inner_wrap{ padding: 0; }
.disaster-page-subscription .disaster-page-subscription-wrap{
  background: #F9F8F2;
  border-radius: 8px;
  padding: 60px 68px;
  display: flex;
  align-items: center;
  text-align: left;
  gap: 20px;
  justify-content: space-between;
}
.disaster-page-subscription .disaster-page-subscription-wrap .content{ font-size: 22px; font-family: 'Notosansjp-medium'; }
.disaster-page-subscription .disaster-container{ padding: 0 20px; border-bottom: 0; }
.disaster-page-subscription-wrap .emarsys__form{
  display: flex;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}
.disaster-page-subscription-wrap .emarsys__form .form__input{
  width: 200px;
  background: #fff;
  padding: 18px 16px;
  border-radius: 6px 0 0 6px;
  font-size: 16px;
  color: #919BA7;
  height: 55px;
  outline: none;
}
.disaster-page-subscription-wrap .emarsys__form .emarsys-form-btn{
  background: #FCC400;
  border-radius: 0 6px 6px 0;
  padding: 12px 36px;
  height: 55px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Notosansjp-medium';
  outline: none;
  white-space: nowrap;
  gap: 8px;
}
.disaster-page-subscription-wrap .emarsys__form .success_message{
  display: none;
  position: absolute;
  bottom: -20px;
  color: #20B53B;
}
.disaster-page-subscription-wrap .emarsys__form .line-link{
  background: #20B53B;
  border-radius: 6px;
  color: #fff;
  display: flex;
  align-items: center;
  height: 55px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 600;
  gap: 10px;
  white-space: nowrap;
}
.emarsys__form.form-success .success_message{ display: block; }
.disaster-page-images .images_wrapper.swiper-wrapper .image_block{ width: 100%; }
.disaster-page-images .images_wrapper.swiper-wrapper .swiper-slide img{ border-radius: 8px; }
.disaster-page-images .swiper .swiper-button-next:after, .disaster-page-images .swiper .swiper-button-prev:after{ content: unset; }
.disaster-page-images .swiper .swiper-button-next, .disaster-page-images .swiper .swiper-button-prev{ width: 48px; height: 48px; }
.disaster-page-images .swiper-pagination-bullets .swiper-pagination-bullet, .disaster-page-slider .swiper-pagination-bullets .swiper-pagination-bullet, .disaster-page-videos.alter .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0 3px; }
.disaster-page-tabs.disaster-page-slider{ background: #fff; }
.disaster-page-slider .disaster-page-slider-item{ display: flex; border-radius: 8px; overflow: hidden; }
.disaster-page-slider .disaster-page-slider-item-image{ max-width: 46%; }
.disaster-page-slider .disaster-page-slider-item-image img{ height: 100%; object-fit: cover; }
.disaster-page-slider .disaster-page-slider-item-content{
  background: #F9F8F2;
  padding: 24px 50px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.disaster-page-slider .disaster-page-slider-item-content h3 p{ font-size: 24px; font-family: 'Notosansjp-medium'; line-height: 1.5; }
.disaster-page-slider .disaster-page-slider-item-content-inner div p{ font-size: 18px; line-height: 1.5; color: rgba(0,0,0,0.7); }
.disaster-page-slider .swiper-pagination, .disaster-page-videos.alter .swiper-pagination{ bottom: 45px; width: 100%; }
.disaster-page-custom_section.disaster-page-videos.alter .blocks_wrapper .block{ width: calc(25% - 18.75px); margin-right: 25px; border-radius: 8px; }
.disaster-page-custom_section.disaster-page-videos.alter .blocks_wrapper .block:last-child{ margin-right: 0; }
.disaster-page-custom_section.alter .blocks_wrapper{ padding-left: 0; padding-bottom: 0; }
.disaster-page-custom_section.alter .blocks_wrapper .block_content{ background-image: none; padding: 24px 10px; }
.disaster-page-custom_section.alter .blocks_wrapper .block_title{ font-size: 18px; text-decoration: none; margin: 0; font-family: 'Notosansjp-medium'; }
.disaster-page-videos.alter{ padding: 40px 0 20px; position: relative; }

[data-page="disaster-lp-2"] .disaster-page-custom_section .blocks_wrapper .block_title{ text-decoration: none; }
@media screen and (min-width: 750px) and (max-width: 1023px){
  .disaster-page-subscription .disaster-page-subscription-wrap{ flex-direction: column; }
}
@media screen and (max-width: 749px){
  .disaster-page-subscription .disaster-page-subscription-wrap{ flex-direction: column; padding: 24px; }
  .disaster-page-subscription .disaster-page-subscription-wrap .content{ text-align: center; font-size: 13px; }
  .disaster-page-subscription-wrap .emarsys__form .form__input{ width: 135px; height: 32px; padding: 8px 11px; }
  .disaster-page-subscription-wrap .emarsys__form .emarsys-form-btn{ height: 32px; font-size: 12px; padding: 14px; }
  .disaster-page-subscription-wrap .emarsys__form{ gap: 10px; }
  .disaster-page-subscription-wrap .emarsys__form .line-link{ height: 32px; padding: 8px; font-size: 12px; gap: 5px; }
  .disaster-page-subscription-wrap .emarsys__form .line-link svg{ width: 25px; }
  .disaster-page-tabs.disaster-page-recommendations .title span{ font-size: 18px; }
  .disaster-page-tabs.disaster-page-recommendations .disaster-container{ padding: 40px 0 40px 12px; }
  .disaster-page-tabs.disaster-page-recommendations .disaster_tab_content{ width: 290px; background-color: #fff; border-radius: 8px; overflow: hidden; }
  .disaster-page-tabs.disaster-page-recommendations .disaster_tab_content .text-wrapper{ padding: 9px 15px 20px; text-align: left; flex: unset; }
  .disaster-page-recommendations .disaster_tab_content .text-wrapper .text1, .disaster-page-slider .disaster-page-slider-item-content h3 p{ font-size: 16px; }
  .disaster-page-recommendations .disaster_tab_content .text-wrapper .text2:before{ left: 0; transform: none; }
  .disaster-page-recommendations .disaster_tab_content .text-wrapper .text2 p, .disaster-page-tabs.alter .disaster_tab_content .text-wrapper .text1, .disaster-page-slider .disaster-page-slider-item-content-inner div p{ font-size: 13px; }
  .disaster-page-tabs.disaster-page-recommendations .title img, .disaster-page-tabs.alter .title img{ width: 20px; margin-right: 8px; }
  .disaster-page-tabs.alter .disaster_tab_content .text-wrapper{ bottom: 20px; }
  .disaster-page-features.alter .disaster_tab_row.product_row .disaster_tab_column_inner_wrap.product_row_inner, .disaster-page-slider .disaster-page-slider-item{ flex-direction: column; }
  .disaster-page-features.alter .disaster_tab_row.product_row b{ width: 100%; font-size: 14px; }
  .disaster-page-features.alter .disaster_tab_row.content_row .disaster_tab_column_inner_wrap .tab_product_content .btn{ min-width: 140px; }
  .disaster-lp-2-banner .disaster-page-banner{ padding: 0 12px; }
  .disaster-lp-2-banner .disaster-page-banner .disaster_banner__image{ height: auto; border-radius: 8px; }
  .disaster-page-slider .disaster-page-slider-item-image{ max-width: 100%; }
  .disaster-page-slider .disaster-page-slider-item-content{ text-align: center; padding: 20px 30px; justify-content: center; }
  .disaster-page-tabs.disaster-page-features.disaster-page-slider .disaster-container{ padding: 40px 12px; }
  .disaster-page-slider .swiper-pagination{ bottom: 9px; }
  .disaster-page-custom_section.disaster-page-videos.alter .blocks_wrapper .block{ width: 290px; }
  .disaster-page-videos.alter{ padding-bottom: 35px; }
  .disaster-page-videos.alter .disaster-container{ padding: 0 0 0 12px; }
  .disaster-page-videos.alter .swiper-pagination{ bottom: 0; }
  .disaster-page-images .swiper-mobile-navigation{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    gap: 10px;
  }
  .disaster-page-images .swiper-mobile-navigation svg{ display: block; }
  .disaster-page-images .swiper-mobile-navigation .mobile-swiper-pagination{ width: auto; }
  [data-page="disaster-lp-2"] .disaster-page-images .disaster-container{ padding-bottom: 0; }
}

/* User icon popup */
.header-container.user_popup_bar_wrap{ padding: 0 20px; }
.user-popup-wrap{
  position: ABSOLUTE;
  top: 100%;
  width: 248px;
  right: -46px;
  text-align: left;
  background: url(../images/user-popup-bg.png) no-repeat;
  background-size: 100%;
  border-bottom: 1px solid #D9D9D9;
  border-radius: 4px;
}
.user-popup-inner{
  padding: 30px 20px 20px;
}
.user-popup-inner *{ font-family: "Helvetica Neue ForEco"; }
.user-popup-close{
  position: absolute;
  right: 10px;
  top: 20px;
  cursor: pointer;
}
.user-popup-close svg{ display: block; }
.user-popup-content .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
  margin-bottom: 12px;
}
.user-popup-desc li{ padding-left: 20px; background: url(../fonts/check.svg) no-repeat left center; font-size: 12px; color: #000; margin-bottom: 8px; }
.user-popup-btn{
  font-size: 14px;
  font-weight: 500;
  border-radius: 2px;
  width: 100%;
  justify-content: center;
  padding: 10px;
  line-height: 1;
  margin-top: 2px;
  margin-bottom: 14px;
}
.user-popup-content p{ font-size: 12px; color: #707070; text-align: center; }
.user-popup-content p a{ color: #000; }
.user_popup_bar .user-popup-inner{ padding: 12px 0; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.user_popup_bar .user-popup-desc li{ background: unset; padding: 0; }
.user_popup_bar .user-popup-btn{
  min-width: 90px;
  padding: 10px 20px;
  width: auto;
  white-space: nowrap;
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 0;
}
.user_popup_bar .user-popup-content p{ text-align: left; }
.user_popup_bar_wrap{ background-color: #fff; }
@media screen and (min-width: 750px){
  .hide-in-Desktop{ display: none; }
}
@media screen and (max-width: 749px){
  .hide-in-Mobile{ display: none; }
}

/* Ecocredit Guide LP */
.ecocredit-banner-section img{ width: 100%; }
.ecocredit-rich-text-section__content{ text-align: center; }
.ecocredit-rich-text-section__text p{ font-size: 20px; padding: 15px; }
.ecocredit-rich-text-section__content .btn{
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, .25) 4px 4px 16px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  padding: 11px;
}
.ecocredit-rich-text-section__content .btn-1{
  background-color: #2badcc;
  padding-left: 90px;
  padding-right: 90px;
}
.ecocredit-rich-text-section__content .btn-2{
  background-color: #9b9b9b;
  padding-left: 30px;
  padding-right: 30px;
}
.ecocredit-rich-text-section__content .btn:hover{
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, .5);
  transform: scale(1.1);
}
.ecocredit-rich-text-section__buttons div{ padding: 15px; }
.ecocredit-title-image-section, .ecocredit-step-section, .ecocredit-rich-text-section{ padding-top: 60px; text-align: center; }
.ecocredit-title-image-section .title p, .ecocredit-step-section .title p, .ecocredit-info-section .title p{ font-size: 40px; line-height: 1.45; color: #000; margin-bottom: 20px; text-align: center; font-weight: 700; }
.ecocredit-step-section .subtext{ font-size: 24px; font-family: 'Notosansjp-medium'; font-weight: 500; margin-bottom: 16px; }
.ecocredit-step-section .step-container{ background-color: #fff; border-radius: 8px; padding-bottom: 25px; }
.ecocredit-step-section .step-container .step{ padding: 25px 20px 0; }
.ecocredit-step-section .step-container .step-text{ font-size: 16px; margin-bottom: 20px; }
.ecocredit-step-section span{ font-family: "Helvetica Neue ForEco"; }
.ecocredit-step-section .step-container .step-text, .ecocredit-step-section .step-container .step-title, .ecocredit-step-section .subtext{ line-height: 1.4; color: #000; }
.ecocredit-step-section .step-container .step-title{ font-size: 20px; margin-bottom: 8px; font-family: 'Notosansjp-medium'; }
.ecocredit-step-section .step-container img{ width: 100%; }
.ecocredit-info-section{ padding: 100px 0; text-align: center; }
.ecocredit-info-section .bg-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70px;
  color: #DBECF0;
  font-family: 'Helvetica Neue ForEco';
  font-weight: 700;
  top: 0;
  line-height: 1.47;
}
.ecocredit-info-section .info-block{ padding-top: 42px; padding-bottom: 30px; position: relative; }
.ecocredit-info-section .info-title {
  font-size: 20px;
  margin-bottom: 16px;
  z-index: 2;
  position: relative;
  font-family: 'Notosansjp-medium';
}
.ecocredit-info-section .info-text {
  font-size: 14px;
  color: #6E6E6E;
}
.ecocredit-info-section .btn{
  padding: 12px 50px;
  background: #2AADCC;
  font-size: 16px;
  font-weight: 700;
  margin-top: 40px;
  width: auto;
}
.ecocredit-info-section .info-text a{ color: inherit; text-decoration: underline; }
.ecocredit-step-section .step-container .step .step-text a{ text-decoration: underline; }

@media screen and (max-width: 749px){
  .ecocredit-title-image-section, .ecocredit-step-section, .ecocredit-rich-text-section{ padding-top: 30px; }
  .ecocredit-rich-text-section__text p, .ecocredit-step-section .step-container .step-text{ font-size: 12px; }
  .ecocredit-rich-text-section__content .btn{ font-size: 14px; justify-content: center; width: 250px; padding: 14px 20px; }
  .ecocredit-rich-text-section__buttons div{ padding: 8px; }
  .ecocredit-title-image-section .title p, .ecocredit-step-section .title p, .ecocredit-info-section .title p{ font-size: 21px; }
  .ecocredit-step-section .subtext{ font-size: 16px; }
  .ecocredit-info-section .info-block{ padding-top: 14px; }
  .ecocredit-info-section .bg-text{ font-size: 48px; top: -14px; }
  .ecocredit-info-section .info-title{ font-size: 13px; }
  .ecocredit-info-section .info-text{ font-size: 11px; }
  .ecocredit-info-section{ padding: 40px 0; }
  .ecocredit-info-section .btn{ font-size: 13px; margin-top: 0; padding: 12px 40px; }
}

/* Ecocredits popup */
.ecocredits-popup-trigger{
  position: fixed;
  bottom: calc(var(--icon-offset-bottom) + 2 * (var(--icon-size) + var(--icon-gap)) + var(--sticky-form-height));
  right: var(--icon-offset-right);
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  cursor: pointer;
  z-index: 9999;
  background: url(../images/EF_coin.png) no-repeat center;
  background-color: rgba(255,255,255,0.98);
  background-size: 24px;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08);
}
.ecocredits-popup *:not(path):not(svg){ font-family: "Helvetica Neue ForEco"; }
.ecocredits-popup *{ color: #000; }
.ecocredits-popup{
  display: none;
  position: fixed;
  bottom: 65px;
  z-index: 99999;
  right: 105px;
  width: 375px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
  max-height: min(565px, 80vh);
  overflow-y: auto;
  transition: display 1s;
}
.ecocredits-popup.add-padding{ padding-bottom: 30px; }
.ecocredits-popup-default-content, .ecocredits-section-content{ display: none; }
.ecocredits-popup.active, .ecocredits-popup-default-content.active, .ecocredits-section-content.active{ display: block; }
.ecocredits-popup .ecocredits-popup-default-content .ecocredits-popup-close{
  position: absolute;
  top: 16px;
  right: 20px;
  cursor: pointer;
}
.ecocredits-popup .ecocredits-popup-close{ cursor: pointer; }
.ecocredits-popup-default-content{ padding: 56px 0 0; }

.ecocredits-popup .section {
  border-radius: 4px;
  border: 1px solid #CACAC8;
  padding: 20px;
  margin: 0 24px 16px;
}
.ecocredits-popup .section:last-child{ margin-bottom: 0; }
.ecocredits-popup .section .sec-title, .ecocredits-section-content .title-row .title{ font-size: 18px; font-weight: 500; color: #000; line-height: 1.3; }
.ecocredits-popup .section .sec-desc{ margin-top: 6px; }
.ecocredits-popup .section .sec-desc, .earn-content-box-title-text .small-text, .earn-content-box-content{ font-size: 12px; font-weight: 400; color: #62625F; line-height: 1.2; }
.ecocredits-popup .section .sec-links{
  margin-top: 20px;
  margin-right: 20px;
}
.ecocredits-popup .section .sec-links .sec-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #000;
  line-height: 1.2;
  font-weight: 500;
  cursor: pointer;
}
.ecocredits-popup .section .sec-links .sec-link span:first-child{ display: flex; align-items: center; }
.ecocredits-popup .sec-link-divider{ width: 100%; height: 1px; background-color: #CACAC8; margin: 12px 0; }
.ecocredits-popup .section .sec-links .sec-link:last-child{ margin-bottom: 0; padding-bottom: 0; }
.ecocredits-popup .section .sec-links .sec-link svg.link-icon{ display: inline-block; vertical-align: middle; margin-right: 14px; }
.ecocredits-popup .section-2 .sec-links .sec-link, .ecocredits-popup .section-3 .sec-links .sec-link{ justify-content: flex-start; }
.ecocredits-popup .section-2 svg, .ecocredits-popup .section-3 svg{ margin-left: 10px; }
.ecocredits-popup-footer{
  margin-top: 14px;
  padding: 14px 44px 20px;
  text-align: center;
  position: sticky;
  bottom: 0;
  background: #FFF;
  z-index: 4;
}
.ecocredits-popup-footer.add-shadow{ box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.05); }
.ecocredits-popup-footer .title{
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.13;
  margin-bottom: 8px;
}
.ecocredits-popup-footer .btn{
  width: 100%;
  justify-content: center;
  border-radius: 4px;
  padding: 7px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
}
.ecocredits-popup-footer .login-line{ margin-top: 4px; font-size: 12px; color: #949491; line-height: 1.2; }
.ecocredits-popup-footer .login-line a{ color: #3F68E0; text-decoration: underline; }
.ecocredits-section-content .title-row{
  position: sticky;
  top: 0;
  background: #F4F4F2;
  display: flex;
  justify-content: space-between;
  padding: 15px 22px;
  align-items: center;
  z-index: 4;
}
.ecocredits-section-content .title-row.title-row--box-shadow { box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15); }
.ecocredits-section-content .back-btn{ cursor: pointer; }
.ecocredits-section-content .earn-content-boxes{ margin-top: 12px; }
.ecocredits-section-content .earn-content-box{ padding: 20px 0; margin: 0 30px; position: relative; border-bottom: 1px solid #CACAC8; }
.ecocredits-section-content .earn-content-box .arrow{ position: absolute; right: 0; }
.earn-content-box-title{ display: flex; gap: 16px; cursor: pointer; position: relative; z-index: 2; }
.ecocredits-popup-refer-content .earn-content-box-title{ cursor: default; }
.earn-content-box-title-text{ font-size: 14px; font-weight: 500; line-height: 1.2; color: #000; }
.earn-content-box-title-text .small-text{ color: #3F68E0; }
.earn-content-box-content{ color: #949491; margin-top: 10px; display: none; }
.earn-content-box-content.open{ display: block; }
.earn-content-box.open .arrow svg{ transform: rotate(180deg); }
.ecocredits-section-content.ecocredits-popup-reward-content .title-row{ margin-bottom: 20px; }
.ecocredits-popup-reward-content .reward-content-box {
  margin-top: 16px;
  margin: 16px 24px 0;
  padding: 16px;
  border-radius: 4px;
  border: 1px solid var(--EF-gray-2, #CACAC8);
}
.ecocredits-popup-reward-content .reward-content-box .title{ font-size: 16px; font-weight: 500; color: #000; line-height: 1.3; }
.reward-coupon-boxes{ display: flex; flex-wrap: wrap; justify-content: space-between; text-align: center; }
.reward-coupon-box{ width: 33.33%; position: relative; margin-top: 12px; }
.reward-coupon-box svg{ margin: auto; }
.reward-coupon-box span{ position: absolute; top: 6px; left: 50%; transform: translateX(-50%); font-size: 13px; font-weight: 500; line-height: 1.2; }
.reward-coupon-box .text{ font-size: 12px; font-weight: 400; line-height: 1.2; margin-top: 8px; }
.reward-gift-boxes{ margin-top: 16px; }
.reward-gift-boxes .reward-gift-box{ display: flex; gap: 15px; align-items: self-end; margin-bottom: 20px; }
.reward-gift-boxes .reward-gift-box:last-child{ margin-bottom: 2px; }
.reward-gift-box-title-text{ font-size: 12px; line-height: 1.2; font-weight: 500; }
.reward-gift-box-title-text .blue-text{ margin-top: 4px; color: #3F68E0; font-weight: 400; }
.learn-more-box-content .title{
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0 30px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
}
.learn-more-box-content .learn-more-box{
  display: flex;
  align-items: center;
  padding: 14px 20px 14px 38px;
  gap: 12px;
  font-size: 12px;
  color: #000;
  line-height: 1.2;
}
.learn-more-form.emarsys__form{
  margin-top: 26px;
  padding: 0 44px;
  margin-bottom: 26px;
}
.learn-more-form .contact-form{ display: flex; }
.learn-more-form .contact-form input{
  border-radius: 4px 0 0 4px;
  background: #fff;
  border: 1px solid #000;
  padding: 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  outline: 0;
}
.learn-more-form .contact-form input::-webkit-input-placeholder{ color: #CACAC8; }
.learn-more-form .contact-form .btn{
  color: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 9px;
}
.ecocredits-popup-reward-content .points-desc{
  text-align: CENTER;
  font-size: 16px;
  font-weight: 500;
}
.ecocredits-popup-reward-content .box-title{
  margin: 5px 30px 0;
  font-size: 16px;
  font-weight: 500;
}
.ecocredits-popup-reward-content .earn-content-box-title{ align-items: center; }
.ecocredits-popup-reward-content .earn-content-box{ padding: 10px 0; }
@media screen and (max-width: 749px){
  .ecocredits-popup{ width: 100%; right: 0; bottom: 0; z-index: 9999999; border-radius: 4px 0 0 4px; }
  .ecocredits-popup-footer .btn{ max-width: 300px; }
  body.ecocredit-popup-open{ overflow-y: hidden; position: relative; }
  body.ecocredit-popup-open:before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 9999999; }
}

.pdp-video-gallery .video-gallery{ display: flex; flex-wrap: wrap; gap: 18px; }
.pdp-video-gallery .video-gallery .video-gallery-block{ width: calc(50% - 9px); }
.pdp-video.pdp-video-gallery .video-container{ width: unset; height: unset; padding-top: 56.25%; }
.pdp-video.pdp-video-gallery .video-container iframe, .pdp-video.pdp-video-gallery .video-container img{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 0; }
.pdp-video.pdp-video-gallery .video-gallery-block .content p{ font-size: 16px; color: #999; font-weight: 700; margin-top: 24px; }
.pdp-video.pdp-video-gallery .video-container .video-play-btn{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); cursor: pointer; }
.pdp-video.pdp-video-gallery .youtube-product-video{ opacity: 0; visibility: hidden; }
.pdp-video.pdp-video-gallery .video-playing .youtube-product-video{ opacity: 1; visibility: visible; }
@media screen and (max-width: 749px){
  .pdp-video-gallery .video-gallery{ gap: 24px; }
  .pdp-video-gallery .video-gallery .video-gallery-block{ width: 100%; }
  .pdp-video.pdp-video-gallery .video-gallery-block .content p{ font-size: 14px; color: #707070; font-weight: 400; margin-top: 12px; }
}

.tooltips {
  display: inline-block;
  position: relative;
}

.tooltips .tooltips-handle {
  cursor: pointer;
}

.tooltips .tooltips-content:hover,
.tooltips:hover .tooltips-content,
.tooltips .tooltips-handle:hover + .tooltips-content {
  visibility: visible;
  opacity: 1;
}

.tooltips .tooltips-content {
  position: absolute;
  visibility: hidden;
  padding: 1rem;
  right: -20px;
  max-width: 300px;
  width: max-content;
  box-sizing: border-box;
  transform: translateY(-10px);
  bottom: 100%;
  color: #fff;
  z-index: 999;
  background-color: #333;
  border-radius: 8px;
}

.tooltips .tooltips-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  height: 10px;
  width: 100%;
}

.tooltips .tooltips-content:before {
  content: "";
  position: absolute;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  top: 100%;
  right: 20px;
}

.tooltips .tooltips-content * {
  color: #fff;
}

/* sections/cust_rich-banner.liquid */
.cust-rich-banner__heading { font-weight: 700; }
.cust-rich-banner__heading--small { font-size: 24px !important; line-height: 34.752px; }
.cust-rich-banner__heading--medium { font-size: 38px !important; line-height: 55.024px; }
.cust-rich-banner__heading--large { font-size: 50px !important; line-height: 72.4px; }
.cust-rich-banner__text--small { font-size: 14px !important; line-height: 19.6px; }
.cust-rich-banner__text--medium { font-size: 18px !important; line-height: 25.2px; }
.cust-rich-banner__text--large { font-size: 22px !important; line-height: 30.8px; }
@media (max-width: 767px) {
  .cust-rich-banner__heading--small { font-size: 16px !important; line-height: 24.752px; }
  .cust-rich-banner__heading--medium { font-size: 22px !important; line-height: 35.024px; }
  .cust-rich-banner__heading--large { font-size: 21px !important; line-height: 30.41px; }
  .cust-rich-banner__text--small { font-size: 12px !important; line-height: 16.6px; }
  .cust-rich-banner__text--medium { font-size: 14px !important; line-height: 19.6px; }
  .cust-rich-banner__text--large { font-size: 14px !important; line-height: 19.6px; }
}

/* sections/cust_rich-banner-with-content.liquid */
.cust-banner-with-content--grid { height: 100%; justify-content: flex-end; align-items: center; }
.cust-banner-with-content--grid__item { flex: 0 0 50%; max-width: 520px; padding: 0;}
.rich-text.cust-banner-with-content__container .rich-text-wrapper { text-align: left!important;}
.rich-text.cust-banner-with-content__container { padding: 0; text-align: left!important; }
.cust-banner-with-content__heading { font-weight: 700; }
.cust-banner-with-content__heading--small { font-size: 24px !important; line-height: 34.752px; }
.cust-banner-with-content__heading--medium { font-size: 38px !important; line-height: 55.024px; }
.cust-banner-with-content__heading--large { font-size: 50px !important; line-height: 72.4px; }
.cust-banner-with-content__text--small { font-size: 14px !important; line-height: 19.6px; }
.cust-banner-with-content__text--medium { font-size: 18px !important; line-height: 25.2px; }
.cust-banner-with-content__text--large { font-size: 22px !important; line-height: 30.8px; }
@media (max-width: 767px) {
  .cust-banner-with-content__heading--small { font-size: 16px !important; line-height: 24.752px; }
  .cust-banner-with-content__heading--medium { font-size: 22px !important; line-height: 35.024px; }
  .cust-banner-with-content__heading--large { font-size: 21px !important; line-height: 30.41px; }
  .cust-banner-with-content__text--small { font-size: 12px !important; line-height: 16.6px; }
  .cust-banner-with-content__text--medium { font-size: 14px !important; line-height: 19.6px; }
  .cust-banner-with-content__text--large { font-size: 14px !important; line-height: 19.6px; }
  .rich-text.cust-banner-with-content__container .rich-text-wrapper { text-align: left!important; }
  .rich-text.cust-banner-with-content__container { padding: 0; text-align: left!important; }
  .cust-banner-with-content--grid { height: 100%; justify-content: center; align-items: flex-start; margin: 0!important; }
  .cust-banner-with-content--grid__item { flex: 1; }
}

/* sections/cust_tabs-content.liquid */
.cust-tabs-content__tabs { display: flex; justify-content: center; margin-bottom: 61px; }
.cust-tabs-content__tabs-list { display: flex; gap: 64px; list-style: none; padding: 0; margin: 0; border-bottom: 1px solid #ddd; overflow-x: auto; }
.cust-tabs-content__tab-link { cursor: pointer; font-size: 24px; font-weight: 500; color: #707070; white-space: nowrap; margin-bottom: 0; }
.cust-tabs-content__tab.active .cust-tabs-content__tab-link { color: #000; }
.cust-tabs-content__tab-link { border-bottom: 2px solid transparent; }
.cust-tabs-content__tab.active .cust-tabs-content__tab-link { border-bottom: 2px solid #000; }
.cust-tabs-content__content-image { height: auto; border-radius: 8px; }
.cust-tabs-content__content { display: none; opacity: 0; transition: opacity 0.3s ease-in-out; }
.cust-tabs-content__content.active { display: block; opacity: 1; }
.cust-tabs-content__content-image-block { margin-top: 20px; }
.cust-tabs-content__content-text ul { padding-left: 24px; margin-bottom: 20px; }
.cust-tabs-content__content-text ul li { list-style-type: disc; }
@media screen and (max-width: 1199px) {
  .cust-tabs-content__tabs { margin-bottom: 25px; }
  .cust-tabs-content__tabs-list { gap: 28px; }
}
@media (max-width: 767px) {
  .cust-tabs-content__tab-link { font-size: 14px; }
}

.image--height-auto { height: auto!important; }

/* sections/cust_rich-card.liquid */
.product__items_swiper:not(.swiper-initialized) .cust-rich-card__items { display: grid; gap: 24px; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.cust-rich-card__item { border-radius: 8px; background-color: #F4F4F4; padding: 24px; display: flex; flex-direction: column; }
.cust-rich-card__content { flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.cust-rich-card__image { height: 320px; margin-bottom: 20px; }
.cust-rich-card__image-thumbnail { height: 100%; width: auto;  }
.cust-rich-card__text, .cust-rich-card__title { font-size: 18px; line-height: 24.3px; }
.cust-rich-card__title { margin-bottom: 12px; }
.cust-rich-card__title, .cust-rich-card__title p { color: #000; font-weight: 700; }
.cust-rich-card__title p, .cust-rich-card__text p { margin: 0; }
.cust-rich-card__text { margin-bottom: 24px; }
.cust-rich-card__text, .cust-rich-card__text p { font-weight: 500; color: #838383; }
.cust-rich-card__button { padding: 0 24px; height: 48px; display: flex; align-items: center; justify-content: center; font-size: 14px; line-height: 16.8px; font-weight: 700; }
.swiper-slider-enabled .swiper-button-next, .swiper-slider-enabled .swiper-button-prev{ width: 48px; z-index: 9; }
.swiper-slider-enabled .swiper-button-next:after, .swiper-slider-enabled .swiper-button-prev:after{ content: unset; }
.swiper-slider-enabled .swiper-button-next[aria-disabled="true"], .swiper-slider-enabled .swiper-button-prev[aria-disabled="true"]{ opacity: 0.3; cursor: auto; }
@media screen and (max-width: 1199px) {
  .product__items_swiper:not(.swiper-initialized) .cust-rich-card__items { gap: 16px; }
  .cust-rich-card__item { padding: 16px; }
}
@media (max-width: 767px) {
  .cust-rich-card__items { grid-template-columns: 1fr; }
  .cust-rich-card__image { height: 230px; }
  .cust-rich-card__title { font-size: 14px; line-height: 18.9px; }
}

/* sections/cust_rich-content.liquid */
.text-container--remove-p-margin p { margin-bottom: 0!important; }
.swiper-pagination-bullet { background: #ddd; opacity: 1; }
.swiper-pagination-bullet-active { background: #919191; opacity: 1; }
.cust-rich-content__image-slider-container img { width: 100%; }
.cust-rich-content__text-container, .cust-rich-content__image-container { margin-bottom: 36px; }
.cust-rich-content__text-container.text-container--remove-p-margin { margin-bottom: 19.44444px; }
.cust-rich-content__image-slider { position: relative; overflow: hidden; padding-bottom: 48px; }
.cust-rich-content__image-slider .swiper-button-next:after, .cust-rich-content__image-slider .swiper-button-prev:after { font-size: 20px; font-weight: 700; }
.cust-rich-content__image-slider .swiper-button-prev, .cust-rich-content__image-slider .swiper-rtl .swiper-button-next { left: 30px; }
.cust-rich-content__image-slider .swiper-button-next, .cust-rich-content__image-slider .swiper-rtl .swiper-button-prev { right: 30px; }
.cust-rich-content__image-slider .swiper-button-next, .cust-rich-content__image-slider .swiper-button-prev { top: calc(50% - 25px); color: #fff; width: 48px; height: 48px; background-color: rgba(0, 0, 0, .26); border-radius: 50%; }
@media (max-width: 767px) {
  .cust-rich-content__image-slider { padding-bottom: 38px; }
  .cust-rich-content__image-slider .swiper-button-next:after, .cust-rich-content__image-slider .swiper-button-prev:after { font-size: 12px; }
  .cust-rich-content__image-slider .swiper-button-next, .cust-rich-content__image-slider .swiper-button-prev { top: calc(50% - 12px); width: 30px; height: 30px; }
  .cust-rich-content__image-slider .swiper-button-prev, .cust-rich-content__image-slider .swiper-rtl .swiper-button-next { left: 15px; }
  .cust-rich-content__image-slider .swiper-button-next, .cust-rich-content__image-slider .swiper-rtl .swiper-button-prev { right: 15px; }
}

/* Disaster-2024: */
@media screen and (min-width: 750px) {
  /* Align the product card content: */
  .disaster-new-pd-2024.disaster-page-products .products_wrapper,
  .disaster-page-products.alignProducts .products_wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .disaster-new-pd-2024.disaster-page-products .products_wrapper .product_block,
  .disaster-page-products.alignProducts .products_wrapper .product_block {
    width: 100%;
  }
  .disaster-new-pd-2024.disaster-page-products .products_wrapper .product_image img,
   .disaster-page-products.alignProducts .products_wrapper .product_image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
  }
  .disaster-new-pd-2024.disaster-page-products .products_wrapper .product_block .product_title {
    min-height: calc(1.3em* 3);
  }
}

/* Disaster-2024: */
.disaster-page-products .products_wrapper .product_block .product_info_wrapper{ padding: 0; text-align: center; display: flex; flex-direction: column; height: 100%; }
.disaster-page-products .products_wrapper .product_image img {
  object-fit: cover;
  max-height: 300px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  /* Align the product card content: */
  .disaster-page-products .products_wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .disaster-page-products .products_wrapper .product_block{ width: 100%; }
  .disaster-page-products .products_wrapper .product_block.block-one_fourth{ width: calc(25% - 7.5px); }
  .disaster-page-products .products_wrapper .product_block.block-one_column{ width: calc(33.33% - 6.67px); }
  .disaster-page-products .products_wrapper .product_block.block-one_half{ width: calc(50% - 5px); }
  .disaster-page-products .products_wrapper .product_block .product_title {
    min-height: calc(1.3em* 3);
  }
  .disaster-page-products .products_wrapper .product_block.block-full_width{
    flex-direction: row;
    align-items: CENTER;
  }
  .disaster-page-products .products_wrapper .product_block.block-full_width .product_image{ flex: 1 0 50%; }
  .disaster-page-products .products_wrapper .product_block.block-full_width .product_info_wrapper{
    flex: 1 0 50%;
    text-align: LEFT;
    padding: 20px 50px;
  }
}

/* RIVER 3 Pdp */
.pdp-banner-video #river-3-banner .text-content{ top: 90px; transform: translateX(-50%); }
.pdp-banner-video #river-3-banner .subtitle p, .pdp-banner-video #river-3-banner .title p, .pdp-banner-video #river-3-banner .video-button{ color: #000; }
.pdp-banner-video #river-3-banner .video-button{ border-color: #000; }
.pdp-banner-video #river-3-banner .title p{ font-family: 'Notosansjp-medium'; }
.pdp-video .icon-img{ width: 125px; margin-bottom: 24px; display: inline-block; }
.pdp-video .icon-img img{ display: block; }
.pdp-video .subheading, .pdp-slideshow.alter .subheading, .pdp-image-text-alter .subheading{ font-size: 22px; font-family: 'Notosansjp-medium'; margin-bottom: 16px; }
.pdp-image-text-alter .subheading{ text-align: center; }
.pdp .gradient_color{ background-clip: text; -webkit-text-fill-color: transparent; }
.pdp .gradient_border{ position: relative; padding: 7px 13px; display: inline-block; }
.pdp .gradient_border:before{
  content: '';
  position: absolute;
  background: inherit;
  background-origin: border-box;
  background-clip: border-box;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-mask-repeat: no-repeat;
  inset: 0;
}
.pdp-video .pdp-popup-button .pdp-button, .pdp-slideshow.alter .pdp-popup-button .pdp-button{
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  font-size: 16px;
  color: #000;
  padding: 8px 10px 8px 24px;
  margin-top: 50px;
}
.pdp-video .pdp-popup-button .pdp-button.no-icon{ padding-right: 24px; }
.pdp-video .pdp-popup-button .pdp-button:hover, .pdp-slideshow.alter .pdp-popup-button .pdp-button:hover{ color: #fff; background-color: #1e51c9; }
.pdp-popup-content{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
}
.pdp-popup-content:before{
  content: '';
  position: ABSOLUTE;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.pdp-popup-content .pdp-popup-inner{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 90%;
  width: 90%;
  max-width: 1440px;
  max-height: 1000px;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: auto;
  border-radius: 20px;
  padding: 60px;
}
.pdp-popup-content .pdp-popup-close{
  position: ABSOLUTE;
  top: 60px;
  right: 60px;
  cursor: pointer;
}
.pdp-slideshow.alter .pdp-slideshow-container{ padding: 180px 0 24px 0; }
.pdp-slideshow.alter .pdp-slideshow-container.full{ max-width: 100%; }
.pdp-slideshow.alter .pdp-slideshow-item{ width: 100%; display: block }
.pdp-slideshow.alter .pdp-slideshow-container.full .pdp-slideshow-item{ width: 62%; }
.pdp-slideshow.alter .pdp-slideshow-block-images-container{ padding: 0 12px; }
.pdp-slideshow.alter .text-content .content p{ color: #000; }
.pdp-image-slider{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.pdp-image-slider .pdp-image-item{ width: var(--width); padding: 8px; }
.pdp-image-slider .pdp-image-item div{ height: 100%; }
.pdp-image-slider .pdp-image-item img{ height: 100%; object-fit: cover; display: block; border-radius: 0; }
.pdp-banner-video .content p{ font-size: 24px; color: #fff; margin-top: 10px; }
.pdp-slideshow.theme-dark{ background-color: #000; }
.theme-dark .pdp-slideshow-tab-title{ color: #949494; }
.theme-dark .pdp-slideshow-container-inner .text-content .content p, .theme-dark .pdp-slideshow-item .text-content h2, .theme-dark .pdp-slideshow-tab-title.active{ color: #fff; }
.theme-dark .pdp-slideshow-tabs-inner{ border-color: #343434; }
.theme-dark .pdp-slideshow-tab-title.active{ border-color: #fff; }
.pdp-slideshow-item .text-content .subheading{ font-size: 22px; margin-bottom: 16px; line-height: 1.18; color: #5B72F9; }
.star-page-tab-wrapper.is-sticky.fixed{ position: fixed; top: 0; left: 0; width: 100%; height: auto; z-index: 999999999; }
.star-page-tab-wrapper .sticky-row:after{ content: 'flickity'; display: none; }
.star-page-tab-wrapper .sticky-row a{ white-space:nowrap; line-height: 1.375; color: var(--text-color); font-size: var(--text-font-size); text-transform: capitalize; margin: 0 30px; padding: 13px 0; position: relative; display: block; }
.star-page-tab-wrapper .sticky-row div.active a{ /*font-weight: 700;*/ color: var(--text-active-color); }
.star-page-tab-wrapper:not(.flash-sale-tab-wrapper) .sticky-row div.active a:before{ content: ''; position: absolute; bottom: 0; width: 100%; height: 3px; background-color: var(--text-active-undeline-color); }
.star-page-tab-wrapper .slider-button[disabled], .star-page-tab-wrapper .flickity-button{ display: none; }
.star-page-tab-wrapper .slider-button{ cursor: pointer; position: absolute; top: 50%; transform: translateY(-50%); width: 60px; background: linear-gradient(90deg, var(--section-background-color) 0%, rgba(220, 76, 48, 0) 100%); padding: 5px 0; }
.star-page-tab-wrapper .slider-button svg{ display: block; }
.star-page-tab-wrapper .slider-button.previous{ left: 10px; }
.star-page-tab-wrapper .slider-button.next{ right: 10px; transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0); }
.stikcy-bar-enabled pt-experience{ display: none; }
.pdp-accordion-inner{ position: relative; }
.pdp-accordion-left-part{ width: 50%; padding-right: 70px; }
.pdp-accordion-right-part{ position: absolute; top: 0; right: 0; width: 50%; height: 100%; }
.pdp-accordion-right-part img{ height: 100%; object-fit: cover; }
.pdp-accordion-left-part .subheading{ font-size: 22px; color: #5B72F9; line-height: 1.2; margin-bottom: 16px; }
.pdp-accordion-left-part .title{ font-size: 40px; font-family: 'Notosansjp-medium'; line-height: 1.1; margin-bottom: 50px; }
.pdp-accordion-left-part .tab_block{ padding: 20px 0; border-bottom: 1px solid #EEEEEE; }
.pdp-accordion-left-part .tab_block .tab_title{
  display: FLEX;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 20px;
  font-family: 'Notosansjp-medium';
}
.pdp-accordion-left-part .tab_block .tab_content{ font-size: 16px; padding-top: 16px; }
.pdp-accordion-left-part .tab_title.open svg{ transform: rotate(180deg); }
.pdp-image{ text-align: center; }
.pdp-image .title{ font-size: 40px; line-height: 1.1; font-family: 'Notosansjp-medium'; margin-bottom: 30px; }
.pdp-image .pdp-image-inner img{ width: 100%; max-width: 575px; }

@media screen and (min-width: 750px) and (max-width: 1150px){
  .pdp-accordion-left-part .title{ font-size: 30px; margin-bottom: 30px; }
  .pdp-accordion-left-part .tab_block .tab_title{ font-size: 18px; }
}
@media screen and (max-width: 749px){
  .pdp-video .subheading, .pdp-slideshow.alter .subheading, .pdp-image-text-alter .subheading{ font-size: 14px; margin-bottom: 8px; }
  .pdp-slideshow.alter .pdp-slideshow-container{ padding-top: 100px; }
  .pdp-images .text-content, .pdp-slideshow.alter .text-content{ text-align: left; padding: 0 24px; }
  .pdp-slideshow.alter .pdp-slide-text-content{ padding-left: 24px; }
  .pdp-slideshow.alter .pdp-slide-text-content .pdp-slideshow-tabs-inner{ padding-right: 24px; }
  .pdp-popup-content .pdp-popup-inner{ width: 100%; max-height: 470px; border-radius: 0; padding: 70px 24px 24px; }
  .pdp-popup-content .pdp-popup-close{ top: 24px; right: 24px; }
  .pdp-popup-content .pdp-popup-close svg{ width: 40px; height: 40px; }
  .pdp-slideshow.alter .pdp-popup-button{ padding: 0 24px; }
  .pdp-slideshow.alter .pdp-slideshow-bottom-item{ padding: 0 24px 0 0; text-align: left; }
  .pdp-slideshow.alter .pdp-slideshow-bottom-item .text-content{ padding: 0; }
  .pdp-image-slider{ margin-top: 30px; display: block; }
  .pdp-images .pdp-video-container{ padding: 0 !important; position: relative; }
  .pdp-image-slider .pdp-image-item, .pdp-slideshow.alter .pdp-slideshow-item, .pdp-slideshow.alter .pdp-slideshow-block-images-container{ width: 100%; padding: 0; }
  .pdp-images .pdp-image-slider:after{ content: 'flickity'; display: none; }
  .pdp-images .flickity-prev-next-button{ display: none; }
  .pdp-images .flickity-page-dots{ padding-top: 42px; }
  .pdp-images .flickity-page-dots .dot{
    width: 7px;
    height: 7px;
    background: rgb(112, 112, 115, 0.3);
    position: relative;
  }
  .pdp-images .flickity-page-dots .dot.is-selected{ width: 48px; }
  .pdp-images .flickity-page-dots .dot.is-selected:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 7px;
    background: #000;
    opacity: 1;
    border-radius: 50px;
  }
  .pdp-images .slider-prev, .pdp-images .slider-next{
    position: absolute;
    bottom: -10px;
    background: #000;
    width: 48px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
  }
  .pdp-images .slider-prev{ left: 24px; }
  .pdp-images .slider-next{ right: 24px; }
  .pdp-banner-video .content p{ font-size: 16px; }
  .pdp-slideshow-item .text-content .subheading{ font-size: 14px; margin-bottom: 12px; }
  .star-page-tab-wrapper .sticky-row:after{ content: ''; }
  .star-page-tab-wrapper .sticky-row{ display: flex; flex-wrap: nowrap; overflow-x: auto; max-width: 375px; margin: 0 auto; justify-content: flex-start; }
  .star-page-tab-wrapper .sticky-row::-webkit-scrollbar, .star-page-tab-wrapper .slider-button{ display: none; }
  .star-page-tab-wrapper .star-page-container{ padding: 0 0 0 20px; }
  .star-page-tab-wrapper .sticky-row a{ padding: 15px 0; margin: 0 40px 0 0; font-size: var(--mobile-text-font-size); }
  .pdp-image .title{ font-size: 24px; }
  .pdp-accordion-left-part{ width: 100%; padding: 0; }
  .pdp-accordion-left-part .subheading{ font-size: 14px; margin-bottom: 12px; }
  .pdp-accordion-left-part .title{ font-size: 24px; margin-bottom: 40px; }
  .pdp-accordion-left-part .tab_block .tab_title{ font-size: 16px; }
  .pdp-accordion-left-part .tab_block .tab_content{ font-size: 14px; margin-bottom: 20px; }
}

/* D3 plus custom banner */
.d3-plus-banner-container{ position: relative; }
.d3-plus-banner-container img{ width: 100%; height: 800px; object-fit: cover; display: block; }
.d3-plus-banner-container .d3-plus-banner-content{ position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; }
.d3-plus-banner-container .subtitle{
  font-size: 22px;
  text-align: CENTER;
  line-height: 1.2;
  background: linear-gradient(270deg, #8EA7FF 0%, #5B72F9 100%);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  font-family: 'Helvetica Neue ForEco';
  font-weight: 500;
  margin-bottom: 16px;
}
.d3-plus-banner-container .title{
  font-size: 40px;
  line-height: 1.2;
  color: #fff;
  font-family: 'Notosansjp-medium';
  text-align: CENTER;
}

@media screen and (max-width: 749px){
  .d3-plus-banner-container img{ height: 400px; }
  .d3-plus-banner-container .subtitle{ font-size: 14px; margin-bottom: 12px; }
  .d3-plus-banner-container .title{ font-size: 24px; }
  .pdp-slideshow-container-inner .text-content{ padding: 0; }
}

.cust-rich-card_slider .cust-rich-card__items{ display: flex; gap: unset; }
.rich_card_swiper_wrap{ max-width: 1096px; padding: 0 80px; margin: auto; position: relative; }
.cust-rich-card_slider .cust-rich-card__image{ height: 165px; }
.rich_card_swiper_wrap .cust-rich-card__image-thumbnail{ object-fit: contain; }
.cust-rich-card_slider .cust-rich-card__item{ padding: 0; }
.cust-rich-card_slider .cust-rich-card__content{ padding: 0 24px 24px; display: block; }
.cust-rich-card_slider .swiper-button-next:after, .cust-rich-card_slider .swiper-button-prev:after{ content: unset; }
.cust-rich-card_slider .swiper-button-prev, .cust-rich-card_slider .swiper-button-next{ width: 48px; height: 48px; }
.cust-rich-card_slider .swiper-button-prev{ left: 0; }
.cust-rich-card_slider .swiper-button-next{ right: 0; }
.cust-rich-card_slider .swiper-pagination{ bottom: -45px; left: 0; width: 100%; }
.cust-rich-card_slider .swiper-pagination .swiper-pagination-bullet{ width: 12px; height: 12px; margin: 0 6px; background: rgba(0,0,0,0.2); }
.cust-rich-card_slider .swiper-pagination .swiper-pagination-bullet-active{ background: #A4A4A4; }
.cust-rich-card_slider .cust-rich-card__title p{ margin-top: 0; font-size: 16px; line-height: 1.4; }
.cust-rich-card_slider .cust-rich-card__title{ margin-bottom: 22px; }
.cust-rich-card_slider .swiper-wrapper .cust-rich-card__text p{ color: #898989; margin-top: 0; }
.cust-rich-card_slider .cust-rich-card__button{
  padding: 10px 36px;
  border-radius: 8px;
  height: auto;
  display: inline-block;
}
.cust-rich-card_slider .cust-rich-card__button.disabled{ background-color: #8F8F8F; opacity: 1; }
.solar-panel-section .scroll-area{ padding: 0; }
.solar-panel-form-section .solar-panel-form__section-heading{ margin-bottom: 40px; }
.solar-panel-form-section .solar-panel-form-row{
  display: grid;
  --feature-chart-heading-width: 185px;
  grid-template-columns: var(--feature-chart-heading-width) 34% 28% 22%;
  border-bottom: 1px solid #C4C4C4;
  min-width: min-content;
}
.solar-panel-form-section .solar-panel-form-title{ display: flex; align-items: center; padding-left: 30%; }
.solar-panel-form-section .solar-panel-form-head .solar-panel-form-title:first-child{ grid-column-start: 2; padding-left: 39% !important; }
.solar-panel-form__container.scroll-area{ padding: 0; border: 2px solid rgba(0, 0, 0, .1); border-radius: 12px; }
.solar-panel-form-row.solar-panel-form-head{ background: #E0E0E0; padding: 22px 0; text-align: center; font-size: 20px; font-family: 'Notosansjp-medium'; }
.solar-panel-form-section .solar-panel-form-title svg{ margin-right: 8px; }
.solar-panel-form-row:nth-child(2){ background-color: #2673FF1A; }
.solar-panel-form-row-details > div{ padding: 20px 35px; display: flex; align-items: center; }
.solar-panel-form-row .solar-panel-form__row__heading{ font-size: 20px; font-family: 'Notosansjp-medium'; border-right: 1px solid #C4C4C4; justify-content: center; }
.solar-panel-form-section .solar-panel-form-row:last-child{ border-bottom: 0; }
@media only screen and (max-width: 1149px){
  .solar-panel-form-section .solar-panel-form-row{
    grid-template-columns: 130px 290px 230px 195px;
  }
  .solar-panel-form-row-details > div{ padding: 20px; }
  .solar-panel-form-row .solar-panel-form__row__heading, .solar-panel-form-row.solar-panel-form-head{ font-size: 14px; }
  .solar-panel-form-row.solar-panel-form-head{ padding: 12px 0; }
  .solar-panel-form-section .scroll-area{ overflow: auto; }
}
@media only screen and (max-width: 767px){
  .rich_card_swiper_wrap{ padding: 0; }
  .cust-rich-card_slider .swiper-button-next, .cust-rich-card_slider .swiper-button-prev{ display: none; }
  .cust-rich-card_slider .cust-rich-card__content{ padding: 0 9px 15px; }
  .cust-rich-card_slider .swiper-wrapper .cust-rich-card__title p, .cust-rich-card_slider .swiper-wrapper .cust-rich-card__text p{ font-size: 12px; }
  .cust-rich-card_slider .cust-rich-card__button{ padding: 10px 20px; font-size: 12px; }
  .cust-rich-card_slider .swiper-pagination .swiper-pagination-bullet{ width: 32px; height: 1px; background-color: #ddd; margin: 0; border-radius: 0; }
  .cust-rich-card_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{ height: 3px; background-color: #B5B5B5; }
  .cust-rich-card_slider .swiper-pagination{ display: flex; align-items: center; justify-content: center; bottom: -30px; }
  .cust-rich-card_slider .cust-rich-card__image{ height: 120px; }
  .solar-panel-form-section .solar-panel-form-title{ padding-left: 26%; }
}
/* sections/cust_accordion-slider.liquid */
.cust_accordion-slider__image-item { position: relative; z-index: 1; }
.cust_accordion-slider__image-item.active { position: relative; z-index: 2; }
.cust_accordion-slider__image-item img { position: absolute; opacity: 0; transition: opacity 0.3s ease; }
.cust_accordion-slider__image-item.active img { position: relative; opacity: 1; }
.cust_accordion-slider__header .section-title { margin-bottom: 40px; }
.cust_accordion-slider__header .section-title, .cust_accordion-slider__title { font-family: Helvetica Neue ForEco; }
.cust_accordion-slider__slider-container { position: relative; }
.cust_accordion-slider__title { margin-bottom: 12px; font-size: 20px; line-height: 30px; font-weight: 500; }
.cust_accordion-slider__content, .cust_accordion-slider__content p { font-size: 16px; line-height: 24px; font-family: Helvetica Neue ForEco; font-weight: 400; color: #4E4E4E; }
.cust_accordion-slider .swiper-pagination-bullet { background: #ddd; opacity: 1; }
.cust_accordion-slider .swiper-pagination-bullet-active { background: #919191; opacity: 1; }
.cust_accordion-slider .swiper-pagination { display: none; }
.cust_accordion-slider__slide { display: flex; min-height: 360px; border-radius: 12px;}
.cust_accordion-slider__image-container img { height: 100% !important; width: auto !important; border-radius: 12px; }
.cust_accordion-slider__image-container { flex: 0 0 50%; }
.cust_accordion-slider__content-container { flex: 0 0 50%; padding: 59px; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.cust_accordion-slider__slider { position: relative; overflow: hidden; }
.cust_accordion-slider .swiper-button-next:after, .cust_accordion-slider .swiper-button-prev:after { font-size: 20px; font-weight: 700; }
.cust_accordion-slider .swiper-button-prev, .cust_accordion-slider .swiper-rtl .swiper-button-next { left: -64px; }
.cust_accordion-slider .swiper-button-next, .cust_accordion-slider .swiper-rtl .swiper-button-prev { right: -64px; }
.cust_accordion-slider .swiper-button-next, .cust_accordion-slider .swiper-button-prev { top: calc(50% - 25px); color: #fff; width: 48px; height: 48px; background-color: rgba(0, 0, 0, .26); border-radius: 50%; }
.cust_accordion__title { cursor: pointer; position: relative; font-size: 24px; line-height: 26.4px; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.cust_accordion__title .icon { display: block; width: 28px; height: 28px; position: relative; transition: transform 0.3s ease; }
.cust_accordion-slider__content
.cust_accordion-slider__content p { font-size: 18px; line-height: 21.6px; font-weight: 400; }
.cust_accordion-slider__button,
.cust_accordion-slider__button a { font-size: 18px; line-height: 21.6px; font-weight: 400; color: #3F68E0; margin-top: 12px; }
.cust_accordion-slider__button a { text-decoration: underline; }
.cust_accordion__content-container,
.cust_accordion-slider__content-item { width: 100%; }
.cust_accordion-slider__content-item + .cust_accordion-slider__content-item { margin-top: 48px; }
.cust_accordion-slider__contents { display: none; }
.cust_accordion-slider__content-item.active .cust_accordion-slider__contents { display: block; }
.cust_accordion-slider__content-item.active .cust_accordion-slider__title .icon { transform: rotate(180deg); }
@media (max-width: 767px) {
  .cust_accordion-slider__button { width: 100%; }
  .cust_accordion-slider__header .section-title { text-align: center; margin-bottom: 24px; }
  .cust_accordion-slider__content-container { padding: 20px; text-align: center; }
  .cust_accordion-slider__title { font-size: 18px; line-height: 21.6px; width: 100%; }
  .cust_accordion-slider__button, .cust_accordion-slider__button a,
  .cust_accordion-slider__content, .cust_accordion-slider__content p { font-size: 14px; line-height: 16.8px; }
  .cust_accordion-slider .swiper-pagination { display: block; }
  .cust_accordion-slider__slide { border-radius: 8px; flex-direction: column; min-height: 0; }
  .cust_accordion-slider__image-container { height: 240px !important; }
  .cust_accordion-slider__image-container img { height: auto !important; width: 100% !important; border-radius: 8px 8px 0 0; }
  .cust_accordion-slider__slider { padding-bottom: 38px; }
  .cust_accordion-slider .swiper-button-next:after, .cust_accordion-slider .swiper-button-prev:after { font-size: 12px; }
  .cust_accordion-slider .swiper-button-next, .cust_accordion-slider .swiper-button-prev { top: calc(50% - 12px); width: 30px; height: 30px; }
  .cust_accordion-slider .swiper-button-prev, .cust_accordion-slider .swiper-rtl .swiper-button-next { left: 15px; display: none; }
  .cust_accordion-slider .swiper-button-next, .cust_accordion-slider .swiper-rtl .swiper-button-prev { right: 15px; display: none; }
}
/* AO sale page */
.ao-sale-banner .page-banner__content__h1, .ao-sale-banner .page-banner__content__p, .ao-sale-banner .page-banner__content__date, .ao-sale-banner .page-banner__content-countdown, .ao-sale-banner .countdown-timer__dot{ color: #fff; }
.ao-sale-banner .page-banner__content__h2{ color: #FF7300; }
.ao-sale-banner .ct-unit{ background: #fff; color: #000; }
.ao-sale-campaign-section .campaign-section-inner{
  border: 1px solid #EC4E20;
  background: #FFE2D2;
  padding: 36px;
  border-radius: 12px;
  text-align: center;
}
.ao-sale-campaign-section .campaign-section-inner .title{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}
.ao-sale-campaign-section .campaign-section-inner .title h2{ font-size: 40px; font-weight: bold; }
.ao-sale-campaign-section .campaign-section-inner .title .after_icon{ width: 21px; margin-top: -40px; }
.ao-sale-campaign-section .campaign-section-blocks{ display: flex; flex-wrap: wrap; gap: 20px; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block{ width: calc(50% - 10px); background-color: #fff; border-radius: 9px; padding: 62px 14px 0; position: relative; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-badge{
  position: ABSOLUTE;
  top: 0;
  left: 0;
  background: #FFC234;
  border-radius: 9px 0 9px 0;
  padding: 6px 16px;
  color: #6B5218;
  font-size: 22px;
  font-weight: 700;
}
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-header{ color: #EC4E20; font-size: 20px; font-weight: bold; margin-bottom: 12px; position: relative; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-content{ font-size: 18px; font-weight: 500; font-family: 'Notosansjp-medium'; margin-bottom: 12px; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-subcontent{ font-size: 14px; color: #898989; font-weight: 500; font-family: 'Notosansjp-medium'; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-btn{
  background-color: #EC4E20;
  color: #fff;
  padding: 10px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  display: inline-block;
}
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-btn[disabled]{
  background: #919191;
  cursor: default;
}
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block.gift-block{ width: 100%; display: flex; justify-content: space-between; padding-bottom: 36px; }
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block{ width: 556px; max-width: 100%; margin-top: -26px; }
.ao-sale-campaign-section .campaign-section-blocks .left-content-block{ flex: 1; }
.ao-sale-campaign-section .campaign-section-blocks .left-content-block .button--wrapper{ display: inline-block; margin: 15px auto 0; }
.ao-sale-campaign-section .campaign-section-blocks .left-content-block .goc-gift-btn__wrapper{
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.ao-sale-campaign-section .campaign-section-blocks .left-content-block .goc-gift-btn__wrapper span{ padding-right: 12px; margin-right: 10px; border-right: 1px solid #fff; }
.ao-sale-campaign-section .campaign-section-blocks .left-content-block .button--wrapper button{ background-color: #1A75FF; border-radius: 24px; padding: 12px 16px; }
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .ribbon{ width: 54px; }
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner{
  border: 2px solid #FFC234;
  border-radius: 8px;
  padding-bottom: 18px;
}
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner .block-header{
  background: #FFC234;
  padding: 6px;
  font-size: 20px;
  color: #6B5218;
  margin-bottom: 0;
}
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner .block-image{ width: 204px; margin: auto; position: relative; }
.ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner .block-image .gift-image-text{
  position: absolute;
  top: 12px;
  right: -120px;
  width: 170px;
}
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .gift-sect-inner .block-content{ color: #666666; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .gift-sect-inner .block-subcontent{ font-size: 20px; color: #000; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-header .popup svg{ vertical-align: middle; cursor: pointer; }
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-header .popup-content{
  display: none;
  background: url('../images/popup-bg.png') no-repeat;
  width: 245px;
  position: absolute;
  top: 100%;
  right: -2px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  font-weight: 400;
  padding: 16px 16px 4px;
  background-size: 100%;
}
.ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-header .popup svg:hover + .popup-content{ display: block; }
.ao-sale-subscribe-section .title h2{ font-size: 40px; font-weight: 700; text-align: center; margin-bottom: 20px; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner{
  border: 1px solid #EC4E20;
  border-radius: 12px;
  padding: 36px 50px;
  display: flex;
  justify-content: space-between;
}
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .btn { color: #222; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .left-content h2{ font-size: 24px; font-weight: 500; font-family: 'Notosansjp-medium'; margin-bottom: 12px; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .left-content .content{ font-size: 16px; margin-bottom: 28px; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content{ padding-left: 100px; border-left: 1px solid #EC4E20; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content img{ width: 100px; }
.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .line_icon_content{ font-size: 16px; font-family: 'Notosansjp-medium'; margin-bottom: 24px; }
.ao-sale-subscribe-section .klaviyo_signup{
  max-width: 450px;
}
.ao-sale-subscribe-section .form__input{
  border-radius: 6px 0 0 6px;
  background: #f4f4f4;
  padding: 12px 16px;
  flex: 1;
}
.ao-sale-subscribe-section .klaviyo_signup .emarsys-form-btn{
  background: #EC4E20;
  font-size: 16px;
  padding: 8px 8px;
}
.ao-sale-subscribe-section .klaviyo_signup label{
  margin-top: 16px;
  margin-bottom: 0;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  color: #7D7D7D;
}
.ao-sale-subscribe-section .klaviyo_signup label p{ margin-bottom: 0; color: #7D7D7D; }
.ao-sale-subscribe-section .klaviyo_signup label p a{ color: inherit; }
.ao-sale-subscribe-section .klaviyo_signup label input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.ao-sale-subscribe-section .klaviyo_signup label .checkmark{
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: transparent;
  border: 1px solid #D8D8D8;
}
.ao-sale-subscribe-section .klaviyo_signup label .checkmark:after{
  content: "";
  position: absolute;
  display: none;
  left: 2.1px;
  top: 0.3px;
  width: 4px;
  height: 6px;
  border: solid #03060B;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
.ao-sale-subscribe-section .klaviyo_signup input:checked~.checkmark:after {
  display: block;
}
.ao-sale-page .member__title, .ao-sale-page .member__subtitle{ color: #000; text-align: center; }
.ao-sale-page .member-page__content-tag--first{ background: #EC4E20; }
.ao-sale-page .member-page__content-tag--second{ color: #EC4E20; background-color: #FFECE4; }
.ao-sale-page .button--container-variant.active .button{ background: #FFF4EE; }
.ao-sale-page .button--container-variant .button{
  color: #EC4E20;
  border-color: #EC4E20;
  border-radius: 3px !important;
  font-size: 14px;
  letter-spacing: 0;
  height: 100%;
}
.ao-sale-page .member-page__price-tag{ display: none; }
@media screen and (min-width: 1100px) {
  .ao-sale-page .member-page__block__wrapper--one-column .member-page__points-text-container {
      font-size: 13px;
  }
}
@media screen and (max-width: 767px){
  .ao-sale-campaign-section .campaign-section-inner .title h2,
  .ao-sale-subscribe-section .title h2{ font-size: 22px; }
  .ao-sale-campaign-section .campaign-section-inner .title{ align-items: flex-start; }
  .ao-sale-campaign-section .campaign-section-inner .title .after_icon{ margin-top: -15px; }
  .ao-sale-campaign-section .campaign-section-inner{ padding: 16px; }
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block{ width: 100%; }
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block.gift-block{ flex-direction: column; gap: 20px; padding-left: 8px; padding-right: 8px; }
  .ao-sale-campaign-section .campaign-section-blocks .gift-sec-block{ margin-top: 0; padding: 0 10px; }
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-header,
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .gift-sect-inner .block-subcontent{ font-size: 16px; }
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-content,
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-subcontent{ font-size: 12px; }
  .ao-sale-campaign-section .campaign-section-blocks .campaign-section-block .block-badge,
  .ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner .block-header{ font-size: 14px; }
  .ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .gift-sect-inner .block-image .gift-image-text{ width: 100px; right: -30px; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner{ padding: 18px; border-radius: 8px; flex-direction: column; text-align: center!important; }
  .ao-sale-subscribe-section .klaviyo_signup label{ font-size: 12px; padding-left: 15px; text-align: left; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content{ padding: 18px 0 0 0; margin-top: 16px; border-left: 0; border-top: 1px solid #EC4E20; }
  .ao-sale-page .member__countdown-wrapper{ flex-direction: column; margin-top: 10px; gap: 0 !important; }
  .ao-sale-page .member__countdown-label{ font-size: 20px !important; }
  .ao-sale-campaign-section .campaign-section-blocks .gift-sec-block .ribbon{ width: 40px; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .left-content h2{ font-size: 18px; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .line_icon_content{ margin-bottom: 12px; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content img{ width: 80px; }
  .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .left-content .content{ font-size: 12px; margin-bottom: 18px; }
  .ao-sale-subscribe-section .klaviyo_signup .emarsys-form-btn{ font-size: 14px; }
  .ao-sale-subscribe-section .klaviyo_signup label{ margin-top: 12px; }
}

/* PDP subscription form */
.bf-banner__disclaimer {
  display: block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
  user-select: none;
  width: fit-content;
  font-family: 'Helvetica Neue ForEco';
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

/* Hide the default checkbox */
.bf-banner__disclaimer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.bf-banner__disclaimer .checkmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: transparent;
  border: 1px solid var(--text-color);
  /* This is the border color */
}

/* When the checkbox is checked, add a black background */
.bf-banner__disclaimer input:checked~.checkmark {
  background-color: transparent;
}

/* Create the checkmark/indicator (hidden when not checked) */
.bf-banner__disclaimer .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.bf-banner__disclaimer input:checked~.checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.bf-banner__disclaimer .checkmark:after {
  left: 4.1px;
  top: 0.3px;
  width: 4px;
  height: 10px;
  border: solid var(--text-color);
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 749px){
  .bf-banner__disclaimer {
    width: calc(100% - 24px);
    margin: auto;
  }
  .bf-banner__disclaimer .checkmark {
    height: 14px !important;
  }
}
/* bf banner checkbox end */
.pdp-emarsys-form{
  background: #F5F5F5;
  border-radius: 8px;
  padding: 22px 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  position: RELATIVE;
  font-family: 'Helvetica Neue ForEco';
}
.pdp-emarsys-form img{
  position: ABSOLUTE;
  right: 16px;
  top: -16px;
  width: 90px;
}
.pdp-emarsys-form .emarsys-form-text{
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
}
.pdp-emarsys-form .emarsys-form-content{ font-size: 16px; font-weight: 500; margin: 16px 0; line-height: 1.37; }
.pdp-emarsys-form .klaviyo_signup .form__input{ border-color: #000; border-radius: 4px 0 0 4px; }
.pdp-emarsys-form .klaviyo_signup .klaviyo_submit_button{ border-radius: 0 4px 4px 0; white-space: nowrap; }
.pdp-emarsys-form .bf-banner__disclaimer{ margin-top: 8px; font-family: 'Manrope'; font-weight: 500; color: #707070; width: 100%; }
.pdp-emarsys-form .bf-banner__disclaimer .checkmark{ border-color: #ccc; border-radius: 2px; }
.pdp-emarsys-form .bf-banner__disclaimer input:checked~.checkmark{ background-color: #000; border-color: #000; }
.pdp-emarsys-form .message{ margin: 8px 0; color: #FF0000; }
.pdp-emarsys-form .message.success_message{ color: #30BF05; }
@media screen and (max-width: 749px) {
  .pdp-emarsys-form img{ width: 80px; right: 0; }
  .pdp-emarsys-form .emarsys-form-text{ font-size: 16px; }
  .pdp-emarsys-form .emarsys-form-content{ font-size: 14px; }
  .pdp-emarsys-form .klaviyo_signup .klaviyo_field_group{ flex-direction: column; }
  .pdp-emarsys-form .klaviyo_signup .klaviyo_submit_button{ margin-top: 12px; width: 100%; height: 48px; max-width: unset; border-radius: 4px; justify-content: center; }
  .pdp-emarsys-form .klaviyo_signup .form__input{ width: 100%; border-right: 1px solid #000; border-radius: 4px; height: 48px; }
}

/* Black friday 2024 */
.bf-lp-banner .ct-unit{ --ct-size: 60px; }
.bf-timeline-section{ padding: 80px 0; }
.bf-timeline-section .container{ padding: 0 12px; max-width: 1104px; }
.bf-timeline-section .text-logo{ display: flex; justify-content: space-between; }
.bf-timeline-section .text-logo .logo{ width: 200px; margin-right: 9%; }
.bf-timeline-section .text-logo .text{ font-size: 30px; font-weight: 700; color: #fff; margin-left: 21%; }
.bf-timeline-section .timeline-blocks-wrapper{
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  text-align: CENTER;
  position: relative;
}
.bf-timeline-section .timeline-blocks-wrapper:before {
  content: '';
  position: absolute;
  top: 10px;
  height: 9px;
  width: 100%;
  background: linear-gradient(90deg, #FF7759 0%, #BB7200 100%);
  border-radius: 12px;
}
.bf-timeline-section .block{ z-index: 2; }
.bf-timeline-section .block img{ width: 32px; }
.bf-timeline-section .block p{ font-size: 20px; margin-top: 14px; font-weight: 500; font-family: 'Notosansjp-medium'; color: #fff; }
.bf-slider-section .title, .bf-campaign-section .section-title, .bf-member-section .title, .bf-gift-section .title{
  font-size: 40px;
  text-align: CENTER;
  background: linear-gradient(89.85deg, #FFA800 -0.07%, #FF853E 49.48%, #CD5302 100.08%);
  font-weight: bold;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.bf-slider-section .block{ border-radius: 8px; background: #FFEABB; height: auto; overflow: hidden; }
.bf-slider-section .block .text{ padding: 18px 65px; text-align: center; font-size: 20px; font-family: 'Notosansjp-medium'; display: FLEX; flex: 1; align-items: center; }
.bf-slider-section .block .swiper-content{
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bf-slider-section .slider-controls{
  padding-top: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.bf-slider-section .slider-controls .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto;
}
.bf-slider-section .slider-controls .swiper-button-prev, .bf-slider-section .slider-controls .swiper-button-next{
  position: relative;
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
  left: unset;
  right: unset;
}
.bf-slider-section .slider-controls .swiper-button-prev:after, .bf-slider-section .slider-controls .swiper-button-next:after{ content: unset; }
.bf-slider-section .swiper-button-next svg, .bf-slider-section .swiper-button-prev svg{ width: 6px; }
.bf-slider-section .swiper-pagination-bullet{ margin: 0 5px; background: #969E9B; }
.bf-slider-section .swiper-pagination-bullet.swiper-pagination-bullet-active{ background: #fff; }
.bf-campaign-section{ padding-top: 80px; }
.bf-campaign-section .campaign-blocks-wrapper{ display: flex; gap: 18px; }
.bf-campaign-section .campaign-blocks-wrapper .block{
  background: #FFEABB; border: 2px solid #FF9900; padding: 0 22px 16px 22px; border-radius: 12px; text-align: center; width: calc(33.33% - 12px);
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.bf-campaign-section .campaign-blocks-wrapper .block .block-bottom{
  height: 100%;
  display: inline-flex;
  flex-direction: column;
}
.bf-campaign-section .campaign-blocks-wrapper .block .top_title_index{
  font-size: 70px;
  font-family: 'Helvetica Neue ForEco';
  font-weight: 700;
  background: linear-gradient(180deg, #FFAE00 0%, #FFDC7D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bf-campaign-section .campaign-blocks-wrapper .block .top_title{
  font-size: 26px;
  font-weight: 700;
  background: linear-gradient(89.85deg, #FFA800 -0.07%, #FF853E 49.48%, #CD5302 100.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -38px;
  margin-bottom: 14px;
}
.bf-campaign-section .campaign-blocks-wrapper .block .title p{ font-size: 24px; color: #D05707; font-family: 'Notosansjp-medium'; margin-bottom: 12px; }
.bf-campaign-section .campaign-blocks-wrapper .block .description{ font-size: 20px; padding-bottom: 20px;}
.bf-campaign-section .campaign-blocks-wrapper .block .description span{ font-weight: bold; color: #D05707; }
.bf-campaign-section .campaign-blocks-wrapper .block .block-top img{ max-height: 255px; margin-bottom: 15px; }
.bf-campaign-section .campaign-blocks-wrapper .block .btn{
  background: #FFC24D;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  padding: 14px 38px;

  /* Fix: to always display the button aligned to the bottom of the box */
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}
.bf-campaign-section .bottom_text, .bf-member-section .bottom_text, .member-page__block__bottom-text{
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin-top: 20px;
}
.bf-member-section, .bf-gift-section{ padding-top: 80px; text-align: center; }
.bf-member-section .title{
  position: RELATIVE;
  display: inline-block;
  margin-bottom: 12px;
}
.bf-member-section .title:before {
  content: '';
  position: ABSOLUTE;
  top: 8px;
  left: -32px;
  width: 3px;
  height: 45px;
  background: #FCAB0D;
  transform: rotate(-25deg);
}
.bf-member-section .title:after {
  content: '';
  position: ABSOLUTE;
  top: 8px;
  right: -32px;
  width: 3px;
  height: 45px;
  background: #FCAB0D;
  transform: rotate(25deg);
}
.bf-member-section .description, .bf-gift-section .description{
  font-size: 24px;
  color: #fff;
}
.bf-gift-section .bottom_text{ margin-top: 24px; }
.bf-member-section .member-section-wrapper{
  margin-top: 18px;
  display: flex;
  align-items: center;
  border: 1px solid #FF9900;
  border-radius: 12px;
  background: #FFEABB;
  text-align: left;
}
.bf-member-section .member-section-wrapper .member-section-image{ width: 55%; }
.bf-member-section .member-section-wrapper .member-section-info{ width: 45%; padding: 35px 80px; }
.bf-member-section .member-section-wrapper .member-section-info .tag{
  background: linear-gradient(180deg, #FFD873 0%, #FFA114 100%);
  display: inline-block;
  padding: 2px 8px;
  font-size: 15px;
  font-family: 'Notosansjp-medium';
}
.bf-member-section .member-section-wrapper .member-section-info .product_title{
  margin-top: 15px;
  font-size: 24px;
  font-weight: 700;
}
.bf-member-section .member-section-wrapper .member-section-info .product_price{
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
}
.bf-member-section .member-section-wrapper .member-section-info .product_price span{
  font-size: 34px;
  font-family: 'Helvetica Neue ForEco';
}
.bf-member-section .member-section-wrapper .member-section-info .buttons_wrapper{
  margin-top: 25px;
  display: flex;
  gap: 18px;
}
.bf-member-section .member-section-wrapper .member-section-info .buttons_wrapper .btn{
  width: calc(50% - 9px);
  font-size: 15px;
  font-family: 'Notosansjp-medium';
  background: transparent;
  color: #000;
  border: 1px solid #000;
  justify-content: center;
}
.bf-member-section .member-section-wrapper .member-section-info .buttons_wrapper .btn.checkout_btn{
  background-color: #FFC24D;
  border-color: #FFC24D;
}
.bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner{
  margin-top: 10px;
  border: 1px solid #FF9900;
  border-radius: 12px;
  background: #FFEABB;
  text-align: left;
}
.bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .coupon_block_title{
  font-size: 24px;
  text-align: center;
  font-family: 'Notosansjp-medium';
  margin-bottom: 16px;
}
.bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .member-section-coupon-block{
  margin-top: 14px;
  background: url(../images/coupon_block_bg.png) no-repeat;
  width: 240px;
  margin: 14px auto;
  background-size: 100% 100%;
  padding: 15px 0;
}
.ao-sale-subscribe-section-inner .member-section-coupon-block .coupon_block_content{
  font-size: 15px;
  font-weight: 700;
  background: linear-gradient(89.85deg, #FFA800 -0.07%, #FF853E 49.48%, #CD5302 100.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-family: 'Helvetica Neue ForEco';
}
.ao-sale-subscribe-section-inner .member-section-coupon-block .coupon_block_content span{
  font-size: 40px;
  display: block;
  background: linear-gradient(89.85deg, #FFA800 -0.07%, #FF853E 49.48%, #CD5302 100.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ao-sale-subscribe-section-inner .member-section-coupon-block .coupon_code_field{
  margin: 5px 20px 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 0;
  font-family: 'Helvetica Neue ForEco';
}
.ao-sale-subscribe-section-inner .member-section-coupon-block .coupon_icon svg{ display: block; cursor: pointer; }
.ao-sale-subscribe-section-inner .coupon_block_bottom_text{
  text-align: center;
  font-size: 15px;
  color: #7D7D7D;
}
.bf-member-section .ao-sale-subscribe-section .klaviyo_signup .emarsys-form-btn{ background: #FFC600; padding: 8px 22px; }
.bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .ao-sale-block:nth-child(2){ border-left: 1px solid #FFC24D; padding-left: 50px; flex: 1; }
.bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .ao-sale-block:nth-child(1){ padding-left: 0; padding-right: 30px; border: 0; max-width: 600px; }
.bf_product_section .member__countdown-wrapper {
  display: flex;
  align-items: center;
  gap: 18px;
}
.bf_product_section .member__countdown-label {
  font-size: 24px;
  font-weight: 700;
  font-family: manrope;
}
.bf_product_section .ct-unit {
  --ct-size: 52px;
  background: #FFDFA2;
  color: #000;
  border-radius: 4px;
}
.bf_product_section .countdown-timer__dot {
  font-size: 17px;
  font-family: manrope;
  font-weight: 600;
  color: #fff;
}
.bf_product_section .member-page__discount-price__wrapper{ color: #000; font-family: 'Helvetica Neue ForEco'; }
.bf_product_section .member-page__content-tag--first{ font-family: 'Helvetica Neue ForEco'; font-size: 15px; padding: 2px 8px; }
.bf_product_section .member-page__content-tag--second{ background: #E4F1FF; color: #4577FF; font-size: 15px; padding: 2px 8px; }
.bf_product_section .button--container-link .button{
  background-color: #FFC24D;
  color: #000;
  border-color: #FFC24D;
}
.bf_product_section .member-page__price{ font-family: 'Helvetica Neue ForEco'; font-weight: 700; }
.bf_product_section .member-page__price .money_unit{
  font-family: 'Noto Sans JP';
}
.bf_product_section .member-page__discount-price{ line-height: 1; }
.bf_product_section .member-page__tag-wrapper{ margin-bottom: 0; }
.bf_product_section .member__title-heading-icon{ margin-bottom: 15px; }
.bf_product_section .member__popup-button{ text-align: center; margin-top: 18px; }
.bf_product_section .member__popup-button .member__popup-button-button{
  background: #fff;
  border-radius: 40px;
  padding: 8px 8px 8px 24px;
  display: inline-flex;
  justify-content: center;
  align-items: CENTER;
  gap: 10px;
  font-size: 16px;
  font-family: 'Notosansjp-medium';
}
.bf_product_section .member__button-tabs{ display: flex; margin: 30px 0 0 0; gap: 25px; justify-content: center; }
.bf_product_section .member__button-tabs button{
  width: 360px;
  background: #fff;
  border: 2px solid #FFC24D;
  border-radius: 50px;
  padding: 7px;
  font-size: 20px;
  font-weight: 700;
}
.bf_product_section .member__button-tabs button.active{
  background: #FFC24D;
}
.bf_product_section .amazon_btn_wrap{ text-align: center; margin-bottom: 12px; }
.bf_product_section .amazon_btn_wrap .btn{ width: 230px; justify-content: center; }
.product_block_popup{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999999;
  background: #040823;
}
.product_block_popup .product_block_popup_inner{
  position: absolute;
  width: auto;
  max-width: 1440px;
  height: auto;
  max-height: 800px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  padding: 60px 20px;
}
.product_block_popup .product_block_popup_inner img{ max-height: calc(90vh - 120px); }
.product_block_popup .product_block_popup_close{ position: absolute; top: 20px; right: 20px; cursor: pointer; }
.product_block_popup .product_block_popup_content{ max-width: 1030px; margin: auto; }
.product_block_popup .product_block_popup_content .title{ font-size: 40px; font-weight: 700; }
.bf_product_section .member-page__block__wrapper--row-desktop .member-page__block__content-wrapper .button--wrap-container{ flex-direction: row; }

@media only screen and (min-width: 1024px) {
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-fourth .member-page__block__image-wrapper img{ width: 100%; height: 290px; object-fit: contain; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-column .member-page__block__image-wrapper img{ width: 100%; height: 320px; object-fit: contain; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-half .member-page__block__image-wrapper img{ width: 100%; height: 300px; object-fit: contain; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--full-width .member-page__block__image-wrapper img{
    width: 100%;
    /* object-fit: contain;  height: 380px;*/
    object-fit: cover;
    border-radius: 12px 0px 0px 12px;
  }
}

.bf_product_section[data-active-tab="tab-7"] .member-page__block__wrapper:not([data-tab="tab_7"]),
.bf_product_section[data-active-tab="tab-6"] .member-page__block__wrapper:not([data-tab="tab_6"]),
.bf_product_section[data-active-tab="tab-5"] .member-page__block__wrapper:not([data-tab="tab_5"]),
.bf_product_section[data-active-tab="tab-4"] .member-page__block__wrapper:not([data-tab="tab_4"]),
.bf_product_section[data-active-tab="tab-3"] .member-page__block__wrapper:not([data-tab="tab_3"]),
.bf_product_section[data-active-tab="tab-2"] .member-page__block__wrapper:not([data-tab="tab_2"]),
.bf_product_section[data-active-tab="tab-1"] .member-page__block__wrapper:not([data-tab="tab_1"]) {
  display: none;
}

@media only screen and (min-width: 768px) {
  .bf_product_section .member-page__block__container{ display: flex; flex-wrap: wrap; gap: 14px; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--full-width{ width: 100%; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-half{ width: calc(50% - 7px); flex-direction: column; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-column{ width: calc(33.33% - 10px); flex-direction: column; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-fourth{ width: calc(25% - 10.5px); flex-direction: column; }
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-half.member-page__block__wrapper--row-desktop,
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-column.member-page__block__wrapper--row-desktop,
  .bf_product_section .member-page__block__wrapper.member-page__block__wrapper--one-fourth.member-page__block__wrapper--row-desktop{ flex-direction: row; }

  .tagsFound .member-page__block__wrapper.member-page__block__wrapper--row-desktop .member-page__tag-wrapper{ justify-content: flex-start; }

  /* .bf_product_section[data-active-tab="tab-2"] .member-page__block__wrapper[data-tab="tab_2"],
  .bf_product_section[data-active-tab="tab-1"] .member-page__block__wrapper[data-tab="tab_1"]{ display: flex; } */
}
@media only screen and (min-width: 1440px) {
  .bf_product_section .member-page__points-wrapper{ left: 85px; }
}

.bf-gift-section .gift-section-wrapper{ margin-top: 20px; display: flex; gap: 20px; }
.bf-gift-section .gift-section-wrapper .gift-section-block{ position: relative; padding: 15px 24px; width: calc(50% - 10px); border-radius: 12px; background-color: #FFEABB; border: 1px solid #FF9900; }
.bf-gift-section .gift-section-wrapper .gift-section-block .badge-image{
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
}
.bf-gift-section .gift-section-wrapper .gift-section-block .product-title{
  font-size: 24px;
  font-weight: 700;
  background: linear-gradient(89.85deg, #FFA800 -0.07%, #FF853E 49.48%, #CD5302 100.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bf-gift-section .gift-section-wrapper .gift-section-block .gift-section-image img{ height: 175px; object-fit: contain; margin-top: 30px; }
.bf-gift-section .gift-section-wrapper .gift-section-block .btn{
  margin-top: 25px;
  background: #FFC24D;
  color: #000;
  font-size: 18px;
  padding: 12px 15px;
}
.bf-gift-section .gift-section-wrapper .gift-section-block .btn .button{ padding: 0; }
.bf-gift-section .gift-section-wrapper .gift-section-block .btn .button span{
  padding: 0;
  padding-right: 15px;
  border-right: 1px solid;
  border-radius: 0;
  font-weight: 700;
}
.bf-gift-section .gift-section-wrapper .gift-section-block img.bg-image {
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 150px;
}
.bf-gift-section .gift-section-wrapper .gift-section-block:nth-child(2) .badge-image{
  right: 30px;
  left: unset;
}
.bf-gift-section .gift-section-wrapper .gift-section-block:nth-child(2) img.bg-image{
  right: -20px;
  left: unset;
}
.bf-banner-section{ padding-top: 80px; }
.bf-banner-section .bf-banner-section-inner{ position: relative; }
.bf-banner-section .bf-banner-section-inner .star-page-container{
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 75px;
}
.bf-banner-section .bf-banner-section-inner .star-page-container .content{
  position: absolute;
  width: auto;
  text-align: CENTER;
}
.bf-banner-section .bf-banner-section-inner .star-page-container .content .title{
  text-align: left;
  font-size: 32px;
  color: #fff;
  font-family: 'Notosansjp-medium';
}
.bf-banner-section .bf-banner-section-inner .star-page-container .content .btn{
  margin-top: 30px;
  background: #FFC24D;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.bf_product_section .member__subtitle{ text-align: center; }
.bf_product_section .button--container-variant .button{ border-radius: 3px !important; }
.member-section-coupon-blocks{ display: flex; gap: 18px; text-align: center; justify-content: center; }
.member-section-coupon-block-inner .coupon_block_text{
  font-size: 16px;
  font-family: 'Notosansjp-medium';
}

@media screen and (max-width: 767px){
  .bf-timeline-section{
    overflow: scroll;
    scrollbar-width: none;
    padding: 60px 0 40px;
  }
  .bf-timeline-section .container{
    width: 800px;
    overflow-x: scroll;
  }
  .bf-timeline-section .text-logo .text{ font-size: 22px; }
  .bf-timeline-section .block p, .bf-campaign-section .campaign-blocks-wrapper .block .title p{ font-size: 14px; }
  .bf-slider-section .title, .bf-campaign-section .section-title, .bf-member-section .title, .bf-gift-section .title{ font-size: 21px; }
  .bf-slider-section .block{ background-color: #fff; }
  .bf-slider-section .block .text{ padding: 8px 40px; font-size: 12px; }
  .bf-campaign-section{ padding-top: 40px; }
  .bf-campaign-section .campaign-blocks-wrapper{ flex-direction: column; }
  .bf-campaign-section .campaign-blocks-wrapper .block{ width: 100%; display: flex; align-items: center; gap: 10px; padding: 0 8px 16px 8px; flex-direction: row; }
  .bf-campaign-section .campaign-blocks-wrapper .block .block-top{ width: 160px; }
  .bf-campaign-section .campaign-blocks-wrapper .block .block-bottom{ flex: 1; text-align: left; }
  .bf-campaign-section .campaign-blocks-wrapper .block .top_title_index{ font-size: 32px; }
  .bf-campaign-section .campaign-blocks-wrapper .block .top_title{ margin-top: -20px; }
  .bf-campaign-section .campaign-blocks-wrapper .block .top_title,
  .bf-campaign-section .campaign-blocks-wrapper .block .description,
  .bf-member-section .description, .bf-gift-section .description,
  .bf-member-section .member-section-wrapper .member-section-info .buttons_wrapper .btn{ font-size: 12px; }
  .bf-campaign-section .campaign-blocks-wrapper .block .btn{ padding: 8px 10px; justify-content: center; }
  .bf-campaign-section .bottom_text, .bf-member-section .bottom_text, .member-page__block__bottom-text{ font-size: 10px; margin-top: 8px; }
  .bf-member-section .title:before, .bf-member-section .title:after{ top: 0; height: 30px; }
  .bf-member-section .member-section-wrapper{ flex-direction: column; padding: 12px; }
  .bf-member-section .member-section-wrapper .member-section-image, .bf-member-section .member-section-wrapper .member-section-info{ width: 100%; }
  .bf-member-section .member-section-wrapper .member-section-info{ padding: 18px 28px; border-top: 1px solid #FF9900; text-align: center; }
  .bf-member-section .member-section-wrapper .member-section-image{ margin-bottom: 24px; }
  .bf-member-section .member-section-wrapper .member-section-info .product_title,
  .bf-gift-section .gift-section-wrapper .gift-section-block .product-title{ font-size: 16px; }
  .bf-member-section .member-section-wrapper .member-section-info .product_price{ font-size: 13px; }
  .bf-member-section .member-section-wrapper .member-section-info .product_price span{ font-size: 24px; }
  .bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .ao-sale-block:nth-child(2){ padding-left: 0; border-top: 1px solid #FFC24D; border-left: 0; padding-top: 18px; margin-top: 16px; }
  .bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .ao-sale-block:nth-child(1){ padding-left: 0; border: 0; padding-top: 0; padding-right: 0; margin-top: 0; }
  .bf-gift-section .gift-section-wrapper{ flex-direction: column; }
  .bf-gift-section .gift-section-wrapper .gift-section-block{ width: 100%; }
  .bf-gift-section .gift-section-wrapper .gift-section-block .badge-image{ top: 37px; right: 20px; left: unset; }
  .bf-gift-section .gift-section-wrapper .gift-section-block .btn{ font-size: 15px; width: auto; }
  .bf-gift-section .gift-section-wrapper .gift-section-block img.bg-image{ display: none; }
  .bf-banner-section .bf-banner-section-inner{ padding-top: 100px; background: #3C404B; }
  .bf-banner-section .bf-banner-section-inner .star-page-container{ top: 30px; }
  .bf-banner-section .bf-banner-section-inner .star-page-container .content{ width: 245px; left: 50%; transform: translateX(-50%); }
  .bf-banner-section .bf-banner-section-inner .star-page-container .content .title{ font-size: 20px; text-align: center; }
  .bf-banner-section .bf-banner-section-inner .star-page-container .content .btn{ width: auto; margin-top: 18px; font-size: 14px; }
  .bf_product_section .ct-unit__num { font-size: 18px; }
  .bf_product_section .member__countdown-label{ font-size: 12px; }
  .bf_product_section .ct-unit{ --ct-size: 32px; }
  .bf_product_section .countdown-timer__dot{ font-size: 10px; }
  .bf_product_section .member__countdown-wrapper{ margin-top: 10px; }
  .bf_product_section .countdown-xmas{ margin-top: 0; }
  .tagsFound .member-page__block__wrapper:not(.member-page__block__wrapper--full-width) .member-page__tag-wrapper{ position: relative; transform: none; left: unset; }
  .bf_product_section .member__button-tabs{ width: 100%; }
  .bf_product_section .member__button-tabs button{ width: 50%; }
  .product_block_popup .product_block_popup_content .title{ font-size: 20px; }
  .product_block_popup .product_block_popup_close{ top: 40px; right: 20px; }
  .product_block_popup .product_block_popup_inner{ width: 90%; }
  .bf-member-section .ao-sale-subscribe-section .ao-sale-subscribe-section-inner .coupon_block_title{ font-size: 18px; }
  .ao-sale-subscribe-section-inner .member-section-coupon-block .coupon_block_content span{ font-size: 32px; }
  .ao-sale-subscribe-section-inner .coupon_block_bottom_text{ font-size: 11px; }
  .member-section-coupon-blocks{ flex-direction: column; }
  .member-section-coupon-block-inner .coupon_block_text{ font-size: 13px; }
}

/* pdp-unlimited-section.liquid */
.pdp-unlimited .tag { margin-bottom: 8px; font-size: 16px; font-weight: 500; line-height: 1.2; }
.pdp-unlimited .pdp-section-header { max-width: 800px; margin-left: auto; margin-right: auto; }
.pdp-unlimited .pdp-section-header.alignment--left { margin-left: 0; }
.pdp-unlimited .pdp-section-header.bottom { margin-top: 20px; }
.pdp-unlimited .pdp-video-container .pdp-section-header.bottom .content { margin-bottom: 0; }
@media screen and (max-width: 749px){
  .pdp-unlimited .tag { font-size: 14px; }
  .pdp-unlimited .pdp-section-header.bottom, .pdp-video-container .video-container .pdp-section-header.bottom a.pdp-button { margin-top: 16px; }
}

/** InsCoder  WANG.J 2024-12-04 B **/

.bf_product_section .member__button-tabs{
  flex-wrap: wrap;
}

.bf_product_section .member__button-tabs button{
  width: unset;
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .bf_product_section .member__button-tabs button{
    width: unset;
    font-size: 12px;
  }
  .bf_product_section .member__button-tabs{
    gap: 8px 20px;
  }
}
.bf_product_section .member__button-tab-button-info{
  font-size: 15px;
  color: #FFF;
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans JP";
}

.bf_product_section .member__button-tabs button{
    display: flex;
    align-items: center;
    gap: 2px;
    justify-content: center;
}
@media screen and (min-width: 768px) {
  .ao-sale-banner .page-banner__content__h2{
    display: flex;
  }
  .xmas-banner .page-banner__content__h1{
    font-size: 30px;
  }
  .xmas-banner .page-banner__content__h2{
    font-size: 50px;
  }
  .xmas-banner .page-banner__content__p{
    font-size: 40px;
  }
  .xmas-banner .page-banner__content__date{
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .xmas-banner .page-banner__content__h1{
    font-size: 18px;
  }
  .xmas-banner .page-banner__content__h2{
    font-size: 28px;
  }
  .xmas-banner .page-banner__content__p{
    font-size: 26px;
  }
  .xmas-banner .page-banner__content__date{
    font-size: 14px;
  }
}
.bf_product_section .member-page__block__wrapper.hide-price .member-page__block__content-price-wrapper{
  display: none;
}
@media screen and (min-width: 768px) {
  .bf_product_section .member-page__block__wrapper.hide-price .member-page__content-title{
    font-size: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bf_product_section .member-page__block__wrapper.hide-price .member-page__content-title{
    padding-top:20px;
    font-size: 30px;
    text-align: center;
  }
}

/** InsCoder  WANG.J 2024-12-04 E **/

.bf_product_section .member__popup-buttons{
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .bf_product_section .member__popup-buttons{
    gap: 0px;
    flex-direction: column;
  }
}

.xmas-product-block .button--container-link .button .button-icon{
  width: 50px;
  border-left: 1px solid #FFF;
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: 0px 5px;
  display: none;
  flex: unset;
}
.page-new-year-2025 .xmas-product-block .button--container-link .button .button-icon{
  display: flex;
}
.page-new-year-2025 .xmas-product-block .button--container-link .button .button-text{
  flex: 1;
}
.page-new-year-2025 .xmas-product-block .member-page__block__wrapper--one-fourth .button .button-text{
  /* padding-left: 60px; */
}

.xmas-product-block .button--container-link .button:has(.button-icon){
  padding: 0;
  height: 45px;
}

.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content img.image-button{
  width: 150px;
  height: auto;
  margin-left: 10px;
}

.ao-sale-subscribe-section .ao-sale-subscribe-section-inner .right-content>div:has(.image-button){
  display: flex;
  align-items: center;
  gap: 20px;
}

.page-new-year-2025 .member-page__block__bottom-text{
  color: #757575;
}
@media screen and (max-width: 1400px) and (min-width: 768px) {
  .page-new-year-2025 .page-banner__title-wrapper{
    margin-bottom: 10px;
  }
  .page-new-year-2025 .page-banner__content__h2{
    font-size: 32px;
  }
  .page-new-year-2025 .page-banner__content__p{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .page-new-year-2025 .page-banner__content__h1{
      font-size: 20px;
      margin-top: 20px;
  }
  .page-new-year-2025 .member-page__price{
    font-size: 30px;
  }
  .page-new-year-2025 .page-banner__content{
    gap: 20px;
    padding: 10px 40px;
  }
}
@media screen and (max-width: 767px){
  .page-new-year-2025  .bf_product_section .member__countdown-label {
    font-size: 12px !important;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}

.page-new-year-2025 .member-page__block__container:has(.member-page__tag-container) .member-page__content-wrapper{
  padding-top: 32px;
}

/* Adjust d3-plus-2 page */

.product-d3-plus-2 .top-bar {
  gap: 60px;
}

.product-d3-plus-2 .top-bar button{
  color:  #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}


.product-d3-plus-2 .pdp-rich-text h2,
.product-d3-plus-2 .pdp-slideshow h2,
.product-d3-plus-2 .pdp-video h2,
.product-d3-plus-2 .pdp-what-in-box h2,
.product-d3-plus-2 .pdp-image .title,
.product-d3-plus-2 .pdp-accordion .title{
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

.product-d3-plus-2 .pdp-rich-text .subheading,
.product-d3-plus-2 .pdp-slideshow .subheading,
.product-d3-plus-2 .pdp-video .subheading {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}

.product-d3-plus-2 .pdp-slideshow .content p,
.product-d3-plus-2 .pdp-slideshow .pdp-slideshow-bottom-item .content,
.product-d3-plus-2 .pdp-video .content p{
  color: #707070;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.product-d3-plus-2 .pdp-slideshow .pdp-slideshow-tab-title {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.product-d3-plus-2 .pdp-accordion .tab_content_inner {
  color:  #707070;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.product-d3-plus-2 .pdp-accordion span {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (min-width: 769px){
.product-d3-plus-2 .pdp-slideshow {
  padding-top: 40px;
}
}

@media screen and (max-width: 768px){
  .product-d3-plus-2 .top-bar {
    gap: 35px;
    justify-content: center;
  }

  .top-bar button.active::after {
    height: 1px !important;
  }

  .product-d3-plus-2 .top-bar button {
    font-size: 14px;
  }

  .product-d3-plus-2 .pdp-rich-text h2,
  .product-d3-plus-2 .pdp-slideshow h2,
  .product-d3-plus-2 .pdp-video h2,
  .product-d3-plus-2 .pdp-what-in-box h2,
  .product-d3-plus-2 .pdp-image .title,
  .product-d3-plus-2 .pdp-accordion .title{
    font-size: 24px;
    line-height: 120%;
  }

  .product-d3-plus-2 .pdp-rich-text .subheading,
  .product-d3-plus-2 .pdp-slideshow .subheading,
  .product-d3-plus-2 .pdp-video .subheading {
      font-size: 14px;
      line-height: 130%;
  }

  .product-d3-plus-2 .pdp-slideshow .pdp-slideshow-tabs-inner {
    margin-top: 20px;
    gap: 43px;
  }
   .product-d3-plus-2 .pdp-slideshow .pdp-slideshow-block-images {
    padding-top: 20px;
  }
  .product-d3-plus-2 .pdp-slideshow .pdp-slideshow-tab-title {
    padding: 12px 0;
    margin: 0;
    font-size: 14px;
  }

  .product-d3-plus-2 .pdp-slideshow .pdp-slideshow-bottom-item {
    margin-top: 20px;
  }

  .product-d3-plus-2 .pdp-accordion span {
      font-size: 16px;
      line-height: 130%;
  }

  .product-d3-plus-2 .pdp-accordion .tab_content_inner {
      font-size: 14px;
  }

  .product-d3-plus-2 .pdp-slideshow .content p,
  .product-d3-plus-2 .pdp-slideshow .pdp-slideshow-bottom-item .content,
  .product-d3-plus-2 .pdp-video .content p{
    font-size: 14px;
  }


}





.cust-quotes .testimonials_slider {
  padding: 0px;
  gap: 20px;
  background-color: transparent !important;
  margin: 0px;
}

.cust-quotes .testimonials_slider .testimonial_block{
  padding: 18px 14px 46px 27px;
  border-radius: 10px;
  width: auto;
  flex: 1;
  background-color: #FFF;
  margin: 0;
}

.cust-quotes .section-header{
 margin: 0px 0px 60px;
}

.cust-quotes .testimonials_slider .testimonial_block .author_image{
  width: 74px;
  height: 74px;
  margin-bottom: 0px;
}
.cust-quotes .testimonials_slider .testimonial_block .title{
  font-size: 16px;
  font-weight: 700;
}
.cust-quotes .testimonials_slider .testimonial_block .quote p{
  color: #757575;
  font-size: 14px;
}
.cust-quotes .section-header h2{
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 768px){

  .cust-quotes .testimonials_slider {
    gap: 8px;
    flex-wrap: wrap;
  }

  .cust-quotes .testimonials_slider .testimonial_block{
    padding: 14px 5px 18px 13px;
    border-radius: 5px;
    min-width: calc(50% - 4px);
  }

  .cust-quotes .section-header{
    margin: 0px auto 30px;
    max-width: 250px;
  }
  .quotes-section .cust-quotes .testimonials_row{
    background-color: transparent;
    padding-top: 0;
  }
  .cust-quotes .testimonials_slider .testimonial_block .author_image{
    height: 40px;
    width: 40px;
  }
  .cust-quotes .testimonials_slider .testimonial_block .title{
    font-size: 12px;
    margin-bottom: 6px;
  }
  .cust-quotes .testimonials_slider .testimonial_block .quote p{
    font-size: 10px;
  }
  .cust-quotes .section-header h2{
    font-size: 20px;
    text-align: center;
  }
}


.cust-quotes *{
  font-family: 'OpenSans-Bold' !important;
}

.xmas-icon-sec .icon-section__icon-wrapper {
  width: 125px;
  flex: 0 0 125px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(1) .icon-section__icon {
  width: 64px!important;
}
.xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(2) .icon-section__icon {
  width: 88px!important;
}
.xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(3) .icon-section__icon {
  width: 93px!important;
}
.custom-product-block .button--wrapper.button--with-atc-icon{
  display: flex;
  flex-direction: row;
  gap: 0;
}
.custom-product-block .button--with-atc-icon .button--container {
  flex: 1 1 50%;
}
.xmas-product-block.custom-product-block .button--container-link .button {
  background: linear-gradient(180deg, #7D4E0B 0%, #5E3906 100%);
  color: #fff;
  font-weight: 700;
  border-color: #5e3906;
  border-radius: 27px 0 0 27px;
}
.custom-product-block .button--with-atc-icon .button--atc-icon {
  flex: 0 0 50px;
  background: #f6bc26;
  border-radius: 0 27px 27px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  border-left: 1px solid #fff;
}
.custom-product-block .member-page__block__wrapper.member-page__block__wrapper--one-fourth .button--wrap-container, .custom-product-block .member-page__block__wrapper.member-page__block__wrapper--one-column .button--wrap-container {
  flex-direction: column;
  margin-top: auto;
}
.xmas-product-block.custom-product-block .member-page__block__content-wrapper .member-page__button--container-link .button {
  border-color: #1F1F1E;
  color: #1F1F1E;
  font-weight: 700;
  border-width: 1.5px;
}
.xmas-product-block.custom-product-block .member-page__block__wrapper{ border-radius: 8px; }
.xmas-product-block.custom-product-block .member-page__content-tag--first{ background: #4577FF; font-size: 12px; font-weight: 500; }
.xmas-product-block.custom-product-block .member-page__content-tag--second{ background: #E4F1FF; color: #4577FF; font-size: 12px; font-family: 'Notosansjp-medium'; }
.custom-product-block .member-page__discount-tag__wrapper{ left: -1px; }
.xmas-product-block.custom-product-block .button--container-variant.active .button{ background: #FFF6EF; }
.xmas-product-block.custom-product-block .button--container-variant .button{ border-color: #FF9B28; color: #FF9B28; font-family: 'Notosansjp-medium'; letter-spacing: 0;  }
.xmas-product-block.custom-product-block .member-page__block__content-price-wrapper{ margin-top: 0; }
.xmas-product-block.custom-product-block .button--container-link.login-btn .button{ border-radius: 27px; }
.xmas-product-block.custom-product-block .member-page__discount-price__wrapper{ color: #000; }
.xmas-product-block.custom-product-block .member-page__content-tag{ display: flex; align-items: center; text-align: center; }

@media screen and (max-width: 767px){
  .xmas-icon-sec .icon-section__icon-wrapper {
    width: 45px;
    flex: 0 0 45px;
  }
  .xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(1) .icon-section__icon {
    width: 20px!important;
  }
  .xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(2) .icon-section__icon {
    width: 28px!important;
  }
  .xmas-icon-sec .icon-section__grid .icon-section__item:nth-child(3) .icon-section__icon {
    width: 30px!important;
  }
  .xmas-product-block.custom-product-block .member__title,
  .xmas-product-block.custom-product-block .member-page__price{ font-size: 20px; }
  .xmas-product-block.custom-product-block .member-page__block__container{ grid-template-columns: 1fr 1fr; }
  .xmas-product-block.custom-product-block .member-page__content-tag--first, .xmas-product-block.custom-product-block .member-page__content-tag--second{ font-size: 10px; }
  .xmas-product-block.custom-product-block .member-page__content-title{ font-size: 12px; }
  .xmas-product-block.custom-product-block .member-page__block__content-wrapper{ padding-left: 0px; padding-right: 0px; padding-bottom: 10px; display: flex; flex-direction: column; flex: 1; }
  .xmas-product-block.custom-product-block .member-page__block__content-wrapper .button--wrap-container{ padding: 0 8px; margin-top: auto; flex-direction: column; }
  .xmas-product-block.custom-product-block .member-page__block__content-wrapper .member-page__button--container-link .button,
  .xmas-product-block.custom-product-block .button--container-link .button:has(.button-icon){ font-size: 12px; padding: 0; height: 35px; }
  .xmas-product-block.custom-product-block .button--wrapper-variant{ gap: 4px; padding: 0 8px; }
  .xmas-product-block.custom-product-block .button--container-variant .button{ font-size: 10px; padding: 4px 2px; }
  .xmas-product-block.custom-product-block .member-page__block__wrapper{ display: flex; flex-direction: column; }
  .xmas-product-block.custom-product-block .member-page__block__wrapper .member-page__block__image-wrapper img{ height: 150px; object-fit: contain; }
  .xmas-product-block.custom-product-block .member-page__content-description{ font-size: 12px; }
  #disaster-subscribe-block .line_icon_content {
    font-size: 16px !important;
  }
  #disaster-subscribe-block .btn {
    font-size: 12px !important;
    padding: 6px 22px !important;
    width: auto;
  }
  #disaster-subscribe-block h2{ font-size: 16px; }
}

.pdp-slideshow-image-slider-wrap{ position: relative; }
.pdp-slideshow-image-slider-wrap .slider-button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  background: unset;
}
.pdp-slideshow-image-slider-wrap .slider-button.slider-button-next{ right: 24px; }
.pdp-slideshow-image-slider-wrap .slider-button.slider-button-prev{ left: 24px; }
.pdp-slideshow-image-slider-wrap .slider-dots{
  padding-top: 20px;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.pdp-slideshow-image-slider-wrap .slider-dots .dot{
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  cursor: pointer;
}
.pdp-slideshow-image-slider-wrap .slider-dots .dot.active{ background: #919191; }
@media screen and (max-width: 749px){
  .pdp-slideshow-image-slider-wrap{ padding: 0 24px; }
}




.product_image-block img{
  height: auto;
}

/* === page-car-parking-pillar === */
.page-vanlife-pillar .tabs-content-section .cust-tabs-content__tab .cust-tabs-content__tab-link {
  color: #919191;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  margin: 0;
}
.page-vanlife-pillar .cust-anchor-link-bar__links li.active .cust-anchor-link-bar__link,
.page-vanlife-pillar .tabs-content-section .cust-tabs-content__tab.active .cust-tabs-content__tab-link {
  color: #00863E;
  border-color: #00863E;
}
.page-vanlife-pillar .cust-anchor-link-bar__links li .cust-anchor-link-bar__link:hover,
.page-vanlife-pillar .tabs-content-section .cust-tabs-content__tab .cust-tabs-content__tab-link:hover {
    color: #00863E;
}

.page-vanlife-pillar .tabs-content-section .cust-tabs-content__contents .cust-tabs-content__content-text {
  text-align: center;
}

.page-vanlife-pillar .ppsp-brand__section .ppsp-brand__accordion-title-wrapper i {
  color: #507B3B;
  font-style: normal;
}

.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row--title,
.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row.use_as_the_title{
  background-color: #eeffed;
}

.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row.use_as_the_title .cust-tabs-content-table__table-col {
    font-weight: 700;
}

.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table,
.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row,
.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-col{
  border-color: #ADD2AC;
  text-align: center;
}

.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row:last-child,
.page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__table-row.use_as_the_title .cust-tabs-content-table__table-col {
  border: none;
}
.page-vanlife-pillar .cust-tabs-content-table-v2 .row_1_col_image .row_1_col_image_btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 148.179px;
    height: 28.224px;
    padding: 3.36px 6.72px;
    border-radius: 20.16px;
    background: #00863E;
    color: #FFF;
    font-size: 16.8px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}

.page-vanlife-pillar .cust-tabs-content-table-v2 .row_1_col_image img {
    max-height: 217.8px;
    width: auto;
    object-fit: contain;
}

.page-vanlife-pillar .disaster-page-tabs .disaster-container {
    padding-bottom: 0px;
    border-top: 0;
}

.page-vanlife-pillar .cust-tabs-content-table__tab .cust-tabs-content-table__tab-link {
    border-color: #00863E;
    color: #00863E;
}

.page-vanlife-pillar .cust-tabs-content-table__tab.active .cust-tabs-content-table__tab-link {
  background: #00863E;
  color: #fff;
}

.page-vanlife-pillar .disaster-page-tabs .product-btn.btn {
  border-color: #00863E !important;
  color: #00863E !important;
}

.page-vanlife-pillar .disaster-page-tabs .btn--checkout.btn {
  background: #00863E;
  color: #fff;
}

.page-vanlife-pillar .m4-subscribe-block-wrap .left-content h2 {
    padding-bottom: 10px;
    margin: 0;
    text-align: left;
}

.page-vanlife-pillar .ao-sale-subscribe-section .form__input {
    border-radius: 0px 0px 0px 6px;
    border: 1px solid #919BA7;
    /* border-top: 0; */
    border-right: 0;
}

.page-vanlife-pillar .ao-sale-subscribe-section.m4-subscribe-block-wrap .klaviyo_signup label .checkmark {
    top: 9px;
}

.page-vanlife-pillar .ao-sale-subscribe-section.m4-subscribe-block-wrap .klaviyo_signup .emarsys-form-btn {
  background: #FCC400;
}
.page-vanlife-pillar .m4-subscribe-block-wrap {
    padding: 37px 53px 30px 55px;
}
.page-vanlife-pillar .m4-campaign-block-wrap .m4-campaign-block .info_content {
    display: none;
}
.page-vanlife-pillar .m4-subscribe-block-wrap .right-content {
    width: auto;
}
.page-vanlife-pillar .m4-subscribe-block-wrap .right-content .line_icon_content {
    font-size: 24px;
}

.page-vanlife-pillar .m4-subscribe-block-wrap .right-content .btn_wrapper {
  float: left;
}

.page-vanlife-pillar .m4-subscribe-block-wrap .right-content .btn_wrapper + div:has(.btn) {
    float: right;
}

.page-vanlife-pillar .ao-sale-subscribe-section .klaviyo_signup label p a {
    color: inherit !important;
}

.page-vanlife-pillar .pp-image-blocks__section .pp-image-blocks .pp-image-blocks__block {
    border-radius: 8px;
    overflow: hidden;
}

.page-vanlife-pillar .cust-slider-content .cust-slider-content__button {
  background: #00863E;
  color: #fff;
  font-size: 16.8px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table {
  margin-top: 20px;
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-row--title {
    background-color: #eeffed;
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table,
.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-col,
.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-row{
  border-color: #ADD2AC;
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-row:last-child {
    border: none
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-col--title {
  font-size: 14.4px;
}

.page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-col {
  font-size: 14px;
  min-width: 84px;
}

.page-vanlife-pillar .cust-slider-content .table_footer_text {
  margin-top: 20px;
  color: #000;
  opacity: 0.6;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.page-vanlife-pillar .cust-slider-content-section {
  padding-bottom: 20px;
}

.page-vanlife-pillar .m4-subscribe-block-wrap {
    margin-top: 55px;
}

@media(min-width: 769px) {
  .page-vanlife-pillar .disaster-page-products .products_wrapper .product_block .btn_wrapper {
    flex-wrap: wrap;
  }

  .page-vanlife-pillar .cust-testimonials .page-width-small {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }

  .page-vanlife-pillar .cust-testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

 .page-vanlife-pillar .cust-testimonials .cust-testimonials__items .swiper-button-next {
      right: -80px;
  }

 .page-vanlife-pillar .cust-testimonials  .cust-testimonials__items .swiper-button-prev {
    left: -80px;
  }
}

@media(max-width: 768px) {
  .page-vanlife-pillar .cust-anchor-link-bar::-webkit-scrollbar,
  .page-vanlife-pillar .cust-tabs-content__tabs-list::-webkit-scrollbar,
  .page-vanlife-pillar .cust-tabs-content-table__tabs-list::-webkit-scrollbar,
  .page-vanlife-pillar .products_wrapper::-webkit-scrollbar{
    display: none;
  }
  .page-vanlife-pillar .cust-tabs-content__tabs-list {
      padding-left: 24px;
      margin-left: -24px;
      padding-right: 24px;
      margin-right: -24px;
      border: none;
  }

  .page-vanlife-pillar .tabs-content-section {
        margin-top: 53px;
        padding-top: 0;
  }

  .page-vanlife-pillar .cust-tabs-content__tabs {
        border-bottom: 1px solid #ddd;
        margin-bottom: 24px;
        gap: 24px;
  }

  .page-vanlife-pillar .tabs-content-section .cust-tabs-content__tab .cust-tabs-content__tab-link {
    font-size: 14px;
  }

  .page-vanlife-pillar .cust-tabs-content-table__table-col--title {
    white-space: nowrap;
  }

  .page-vanlife-pillar .cust-slider-content-section,
  .page-vanlife-pillar .ppsp-brand__section,
  .page-vanlife-pillar .m4-custom-section {
    padding-bottom: 0;
  }

  .page-vanlife-pillar .cust-tabs-content-table-v2 .cust-tabs-content-table__tabs-list {
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
  }
  .page-vanlife-pillar .cust-tabs-content-table-v2 .page-width-small {
      padding-left: 12px;
      padding-right: 12px;
  }
  .page-vanlife-pillar .cust-tabs-content-table-v2 .row_1_col_image img {
    width: 130.68px;
    height: 130.68px;
    max-height: unset;
    object-fit: contain;
  }
  .page-vanlife-pillar .cust-tabs-content-table-v2 .row_1_col_image .row_1_col_image_btn {
    width: 88.907px;
    height: 16.934px;
    padding: 2.016px 4.032px;
    font-size: 12px;
  }

  .page-vanlife-pillar .m4-subscribe-block-wrap .right-content .line_icon_content,
  .page-vanlife-pillar .m4-subscribe-block-wrap .left-content h2{
    font-size: 16px;
    text-align: center;
  }

  .page-vanlife-pillar .m4-subscribe-block-wrap {
        padding: 15px !important;
  }

 .page-vanlife-pillar .m4-subscribe-block-wrap .right-content {
        padding-left: 0 !important;
  }

  .page-vanlife-pillar .m4-subscribe-block-wrap .right-content .btn_wrapper {
    margin-right: 16px;
  }

  .page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table,
  .page-vanlife-pillar .cust-slider-content .table_footer_text {
      margin-top: 12px;
  }

  .page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-col--title,
  .page-vanlife-pillar .cust-slider-content .cust-tabs-content-table__table-col,
  .page-vanlife-pillar .cust-slider-content .table_footer_text {
    font-size: 12px;
  }

  .page-vanlife-pillar .disaster-page-products .disaster-container:before {
    display: none;
  }

  .page-vanlife-pillar .m4-subscribe-block-wrap .left-content h2 {
    padding-bottom: 18px;
  }

  .disaster-page-products .products_wrapper {
    flex-wrap: nowrap;
    overflow: scroll;
    scroll-behavior: smooth;
  }

  .page-vanlife-pillar  .disaster-page-products .products_wrapper .product_block .btn_wrapper {
        flex-wrap: nowrap;
        gap: 12px;
  }

  .page-vanlife-pillar .disaster-page-products .products_wrapper .product_block {
    width: 80%;
    flex-shrink: 0;
  }
}

/** InsCoder  WANG.J 2025-04-24 B **/
@media(min-width: 769px) {
  .page-vanlife-pillar .ao-sale-subscribe-section.m4-subscribe-block-wrap .klaviyo_signup .emarsys-form-btn{
    padding: 17px 46px;
  }
  .page-vanlife-pillar .ao-sale-subscribe-section .klaviyo_signup{
    max-width: 527px;
  }


  .page-vanlife-pillar .m4-subscribe-block-wrap .right-content .btn{
    padding: 10px 40px;
    font-size: 19px;
  }
}
.page-vanlife-pillar .ao-sale-subscribe-section .form__input{
  border: none;
}

.page-vanlife-pillar .klaviyo_signup .klaviyo_field_group{
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.04);
  border-radius: 6px;
}

/** InsCoder  WANG.J 2025-04-24 E **/

.outdoor-banner .page-banner__content__h2{ font-size: 48px; }
.outdoor-banner .page-banner__content__p{ font-size: 20px; font-family: 'Notosansjp-medium'; }
.outdoor-banner .page-banner__content-countdown{ font-family: 'Notosansjp-medium'; }
body .button--with-atc-icon {
  display: flex;
  flex-direction: row;
  gap: 0;
  position: relative;
  transition: .3s all ease;
}
body .button--with-atc-icon .button--container {
  flex: 1 1 50%;
}
body .button--with-atc-icon .button--container:hover {
  transform: none;
}
body .button--with-atc-icon:hover {
  transform: translateY(-8px);
}
body .button--with-atc-icon .button--container .button {
  border-radius: 27px 0 0 27px;
}
body .button--with-atc-icon .button--atc-icon {
  flex: 0 0 50px;
  background: #F6BC26;
  border-radius: 0 27px 27px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 5px;
  border-left: 1px solid #fff;
}
@media (min-width: 750px) {
  body .button--wrapper.button--with-atc-icon {
    display: flex;
    flex-direction: row;
    gap: 0;
  }
}
@media screen and (max-width: 749px){
  .outdoor-banner .page-banner__content--bottom .ct-unit__num{ font-size: 18px; line-height: 1.2; margin-top: 0; }
  .bf-lp-banner.outdoor-banner .ct-unit{ width: 50px; height: 50px; }
  .outdoor-banner .page-banner__content__h2{ font-size: 40px; }
  .outdoor-banner .page-banner__content__p{ font-size: 14px; }
  .slideshow__text-wrap--desktop .slideshow__text-content .slideshow__btn-wrapper .slideshow__btn + .slideshow__btn{ margin-left: 15px; }
  .pillar-product-block .container--default{ padding-left: 24px; padding-right: 24px; }
  .xmas-product-block.custom-product-block.pillar-product-block .member-page__block__container{ display: flex; overflow-x: auto; }
  .xmas-product-block.custom-product-block.pillar-product-block .member-page__block__container::-webkit-scrollbar{ display: none; }
  .xmas-product-block.custom-product-block.pillar-product-block .member-page__block__wrapper{ width: 280px; flex: 0 0 280px; }
  .xmas-product-block.custom-product-block.pillar-product-block .member-page__block__content-wrapper{ padding-bottom: 24px; }
}

.disaster-page-products.swiper-slider-enabled .products_wrapper{ gap: 0; flex-wrap: unset; }

/* New Form style adjustment(for Powerful Form Builder APP) B */

.cust-popup__new-form .globo-form-app {
  overflow-y: scroll;
  padding: 27px 46px 34px;
  border-radius: 12px !important;
}

.cust-popup__new-form .globo-form-app .g-container {
    padding: 0 !important;
}

.cust-popup__new-form .g-container .header {
  margin-bottom: 40px;
}

.cust-popup__new-form .g-container .header .title {
  color: #03060B;
  font-family: var(--font-stack-body);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.cust-popup__new-form .g-container .header .description {
  display: none;
}

.cust-popup__new-form .g-container .globo-label {
  margin-bottom: 16px;
}

.cust-popup__new-form .g-container .globo-label .label-content {
  color: #03060B !important;
  font-family: var(--font-stack-body);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.cust-popup__new-form .g-container .radio-wrapper .radio-label,
.cust-popup__new-form .g-container .checkbox-wrapper .checkbox-label {
  color: #757575 !important;
  font-family: var(--font-stack-body);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cust-popup__new-form .g-container .globo-form-control {
  margin-bottom: 24px;
}

.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label,
.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input:checked ~ .radio-label {
  color: #000 !important;
}

.cust-popup__new-form .g-container .globo-list-control {
    width: 100%;
    margin-bottom: 16px;
}

.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input~.radio-label:before {
  border-radius: 4px;
  border: 1px solid #ccc;
}

.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input~.radio-label:after {
  border: 0;
}

.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input~.radio-label:before,
.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input~.radio-label:after,
.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:before,
.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input~.checkbox-label:after,
.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before{
  box-shadow: unset;
  width: 20px;
  height: 20px;
}

.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input:checked~.checkbox-label:after,
.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input:checked~.radio-label:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M16 2.5C17.1046 2.5 18 3.39543 18 4.5V16.5C18 17.6046 17.1046 18.5 16 18.5H4C2.89543 18.5 2 17.6046 2 16.5V4.5C2 3.39543 2.89543 2.5 4 2.5H16ZM14.5068 6.94727C14.2206 6.68487 13.7858 6.68662 13.502 6.93945L13.4473 6.99316L8.5 12.3896L6.55273 10.2656L6.49805 10.2119C6.21419 9.95922 5.77937 9.95741 5.49316 10.2197C5.2068 10.4822 5.17092 10.9159 5.39844 11.2207L5.44727 11.2793L7.94727 14.0068C8.08932 14.1618 8.28981 14.25 8.5 14.25C8.71019 14.25 8.91068 14.1618 9.05273 14.0068L14.5527 8.00684L14.6016 7.94727C14.8287 7.64256 14.793 7.20964 14.5068 6.94727Z' fill='%2303060B'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 0;
  border-radius: 0;
}

.cust-popup__new-form .g-container .globo-form-control .checkbox-wrapper .checkbox-input:checked ~ .checkbox-label:before {
    border: unset !important;
    box-shadow: unset !important;
    background-color: unset !important;
}

.cust-popup__new-form .g-container .globo-form-control .radio-wrapper .radio-input:checked~.radio-label:before {
  display: none;
  border: 0;
  border-radius: 0;
}

.cust-popup__new-form .g-container  .globo-form-control .gfb__repeater {
    display: none;
}

.cust-popup__new-form .g-container .globo-form-control input,
.cust-popup__new-form .g-container .globo-form-control textarea {
    height: 44px;
    padding: 12px 16px;
    color: #000;
    background-color: unset;
    border-radius: 4px;
    font-size: 14px;
    box-shadow: unset;
    border: 1px solid #ddd;
}

.cust-popup__new-form .g-container .custom-paragraph p{
  color: #757575;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.cust-popup__new-form .g-container .custom-paragraph p a {
  color: #4460FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.cust-popup__new-form .g-container .gfb__footer .globo-description {
  display: none;
}

.cust-popup__new-form .g-container .gfb__footer .wizard__submit {
    display: flex;
    max-height: 53px;
    padding: 17px;
    margin: 0 auto;
    font-family: var(--font-stack-body);
    width: 400px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #2D78FF;
    opacity: 0.4;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.cust-popup__new-form .g-container .gfb__footer .wizard__submit.active {
    opacity: 1;
}

 .cust-popup__new-form .globo-form-app .custom-input__namet .globo-label.globo-position-label {
    height: auto !important;
}

.cust-popup__new-form .g-container .globo-form-control .help-block.error {
    color: #FF5A62;
    margin: 8px 0 0;
    font-size: 14px;
}

.cust-popup__new-form .globo-form-app .dismiss {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 24px;
    height: 24px;
    background: #919191;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.cust-popup__new-form .globo-form-app .dismiss svg {
      fill: #fff;
}

.cust-popup__new-form .g-container .globo-label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cust-popup__new-form .g-container .globo-label .text-danger.text-smaller {
    background: url('../images/form-request.png');
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 0;
    width: 32px;
    height: 19px;
    display: flex;
}

.cust-popup__new-form .globo-form-app .message.success {
    margin-bottom: 25px;
}

.cust-popup__new-form  .globo-form-app.popup-layout {
    z-index: 2147483638 !important;
}

.cust-popup__new-form .overlay {
    z-index: 2147483637 !important;
}

@media(min-width: 768px) {
  .cust-popup__new-form .floating-button {
    background: url('../images/cust-new-popup-formnx.png');
    background-color: unset !important;
    background-size: contain;
    width: 220px !important;
    height: 234px !important;
    border-radius: 0 !important;
    box-shadow: unset !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 9999999999 !important;
    position: relative;
  }

  .cust-popup__new-form .floating-button.close {
    display: none;
  }

  .cust-popup__new-form .floating-button svg {
    display: none !important;
  }

  .cust-popup__new-form .floating-button .fabLabel {
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M9.99976%201.66675C14.602%201.66675%2018.3336%205.39753%2018.3337%209.99976C18.3337%2014.6021%2014.6021%2018.3337%209.99976%2018.3337C5.39753%2018.3336%201.66675%2014.602%201.66675%209.99976C1.66692%205.39764%205.39764%201.66692%209.99976%201.66675ZM12.9421%207.05737C12.7287%206.84414%2012.3985%206.81741%2012.156%206.97729L12.0574%207.05737L9.99976%209.11499L7.94214%207.05737L7.84351%206.97729C7.60097%206.81758%207.27076%206.84399%207.05737%207.05737C6.84401%207.27076%206.81757%207.60098%206.97729%207.84351L7.05737%207.94214L9.11499%209.99976L7.05737%2012.0574C6.81342%2012.3014%206.81358%2012.698%207.05737%2012.9421C7.30144%2013.1862%207.69806%2013.1862%207.94214%2012.9421L9.99976%2010.8845L12.0574%2012.9421L12.156%2013.0222C12.3986%2013.1822%2012.7287%2013.1556%2012.9421%2012.9421C13.1556%2012.7287%2013.1822%2012.3986%2013.0222%2012.156L12.9421%2012.0574L10.8845%209.99976L12.9421%207.94214L13.0222%207.84351C13.1822%207.60094%2013.1556%207.27084%2012.9421%207.05737Z%22%20fill%3D%22%23919191%22/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    width: 20px !important;
    height: 20px !important;
  }
}

@media(max-width: 767px) {
  .cust-popup__new-form .globo-form-app {
    padding: 27px 20px 34px;
  }

  .cust-popup__new-form .g-container .header .title {
    font-size: 20px;
  }

  /* .cust-popup__new-form .custom-input__namet .globo-label {
    display: none;
  } */

  .cust-popup__new-form .g-container .globo-label {
    align-items: flex-start;
  }

  .cust-popup__new-form .g-container .globo-label .text-danger.text-smaller {
    margin-top: 5px;
  }

  .cust-popup__new-form .floating-button {
    border-radius: 100% !important;
    background: linear-gradient(137deg, #2673FF 9.3%, #26FFF8 85.96%), rgba(255, 255, 255, 0.98);
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.08) !important;
    min-height: unset !important;
    min-width: unset !important;
    width: 40px !important;
    height: 40px !important;
    padding: 8px !important;
    right: 20px !important;
    bottom: 180px !important;
  }

  .cust-popup__new-form .floating-button .fabLabel {
    width: fit-content !important;
    background-image: url('../images/cust-new-popup-form-m1.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 16888;
  }

  .cust-popup__new-form .floating-button .fabLabel svg,
  .cust-popup__new-form .floating-button .fabLabel svg path{
    display: none;
  }

  .cust-popup__new-form .g-container .gfb__footer .wizard__submit {
    width: 287px;
  }
}

.page-home-storage-pillar .icon-microsoft-chat-widget,
.product-delta-pro-3 .icon-microsoft-chat-widget {
  display: none !important;
}

/* New Form style adjustment(for Powerful Form Builder APP) E */

/* Add a form input for lp-banner section 25-06-16 B */
.lp-banner .page-banner:has(.slideshow__emarsys-form) .page-banner__content--top {
    margin-bottom: 15px;
}

.lp-banner .page-banner .slideshow__emarsys-form {
  margin-top: 15px;
  max-width: 433px;
}

.lp-banner .page-banner .form__input,
.lp-banner .page-banner .klaviyo_signup .klaviyo_submit_button {
    border-radius: 0;
}

.lp-banner .page-banner .klaviyo_field_group.contact-form {
    border-radius: 6px;
    overflow: hidden;
}

.lp-banner .page-banner .form__input {
  padding: 12px 16px;
  max-height: 48px;
  background: #fff;
  outline: none;
}

.lp-banner .page-banner .klaviyo_signup .klaviyo_submit_button {
  padding: 12px 18px;
  color: #FFF;
  background: #0045B7;
  font-size: 16.565px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  text-transform: capitalize;
  white-space: nowrap;
}

.lp-banner .page-banner .bf-banner__disclaimer-wrapper {
  margin-top: 10px;
}

.lp-banner .page-banner .bf-banner__disclaimer {
  margin-bottom: 12px;
  font-size: 15.155px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.815px;
}

.lp-banner .page-banner .bf-banner__disclaimer a,
.lp-banner .page-banner .bf-banner__disclaimer p {
  color: var(--text-color) !important;
}

.lp-banner .page-banner .bf-banner__disclaimer .checkmark {
    top: 3px;
}

@media(max-width: 767px) {
  .lp-banner .page-banner .slideshow__emarsys-form {
    margin-top: 15px;
    max-width: 433px;
    display: none;
  }
}

/* Add a form input for lp-banner section 25-06-16 E */


/* rapid-27k */
.product-rapid-27k h1,
.product-rapid-27k h2,
.product-rapid-27k .h1,
.product-rapid-27k .h1,
.product-rapid-pro-27k h1,
.product-rapid-pro-27k h2,
.product-rapid-pro-27k .h1,
.product-rapid-pro-27k .h1,
.product-rapid-pro-20k h1,
.product-rapid-pro-20k h2,
.product-rapid-pro-20k .h1,
.product-rapid-pro-20k .h1{
  font-size: 40px !important;
}


.product-rapid-27k .pdp-unlimited .pdp-section-header,
.product-rapid-27k .pdp-slideshow-container-inner .text-content,
.product-rapid-pro-27k .pdp-unlimited .pdp-section-header,
.product-rapid-pro-27k .pdp-slideshow-container-inner .text-content,
.product-rapid-pro-20k .pdp-unlimited .pdp-section-header,
.product-rapid-pro-20k .pdp-slideshow-container-inner .text-content{
    max-width: unset;
}

.product-rapid-27k .pdp-slideshow .pdp-slideshow-bottom-item .content,
.product-rapid-27k .pdp-slideshow .pdp-slideshow-item .content,
.product-rapid-pro-27k .pdp-slideshow .pdp-slideshow-bottom-item .content,
.product-rapid-pro-27k .pdp-slideshow .pdp-slideshow-item .content,
.product-rapid-pro-20k .pdp-slideshow .pdp-slideshow-bottom-item .content,
.product-rapid-pro-20k .pdp-slideshow .pdp-slideshow-item .content{
  color: #757575;
}

@media(max-width: 749px) {
  .product-rapid-27k h1,
  .product-rapid-27k h2,
  .product-rapid-27k .h1,
  .product-rapid-27k .h1,
  .product-rapid-pro-27k h1,
  .product-rapid-pro-27k h2,
  .product-rapid-pro-27k .h1,
  .product-rapid-pro-27k .h1,
  .product-rapid-pro-20k h1,
  .product-rapid-pro-20k h2,
  .product-rapid-pro-20k .h1,
  .product-rapid-pro-20k .h1{
    font-size: 24px !important;
  }

  .product-rapid-27k .page-width-small,
  .product-rapid-pro-27k .page-width-small,
  .product-rapid-pro-20k .page-width-small{
    padding: 0 24px !important;
  }
}
@media screen and (max-width: 749px) {
  .pdp-slideshow-new .pdp-slideshow-tabs-inner {
    justify-content: start !important;
  }
  .pdp-slideshow-tab-title {
    flex-shrink: 0 !important;
  }
}
