/** Shopify CDN: Minification failed

Line 179:2 Comments in CSS use "/* ... */" instead of "//"
Line 180:2 Comments in CSS use "/* ... */" instead of "//"
Line 181:2 Comments in CSS use "/* ... */" instead of "//"
Line 205:2 Comments in CSS use "/* ... */" instead of "//"
Line 1406:29 Unexpected "{"

**/

/**
 * Home page spacing
 */

.index-product{
  padding-bottom:  90px;
  @include media-query($small) {
    padding-bottom:  30px;
  }
}

.index-rte,
.index-page{
  padding-top: 60px;
  padding-bottom: 30px;
  @include media-query($small) {
    padding-top: 30px;
    padding-bottom:  15px;
  }
}

/*=============== Backgrounds ===============*/

.homepage-columns,
.index-collections-list,
.index-product,
.index-products,
.index-newsletter,
.index-page,
.index-rte,
.index-blog{
  background-color: $color_bg;
}

.footer__image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer__logo{
  padding-top: 75px;
  display: inline-block;
}
.footer__block{
  margin-bottom: 25px;

  @include media-query ($medium) {
    margin-top: 50px;
  }
  @include media-query ($small) {
    margin-top: 30px;
  }
}
.footer__quicklinks {
  padding-top: 4px;
  li{
    margin: 0 0 1em 0;
  }
}
.footer__social{
  li{
    margin: 0 1.5em 1em 0;
    svg{
      height: 15px;
      width: 15px;
      fill: $color_footer_link;
      &:hover{
        fill: $color_footer_link_hover;
      }
    }
  }
}
.footer__social__text,
.footer__newsletter__text{
  margin-bottom: 15px;
}

.footer__copyright,
.footer__quicklinks{
  @extend .caps;
}

.footer__secondary{
  margin: 50px 0 40px 0;
}
.footer__copyright{
  font-size: 10px * $font-adjust-body;
  li{
    display: inline-block;
    padding: 15px 20px 10px 0;
  }
  @include media-query ($small) {
    text-align: left;
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

.footer__copyright {
  @include media-query ($small) {
    order: 100;
    width: 100%;
  }
}

.footer__payment{
  margin: 50px 0 40px 0;
  text-align: right;
  li{
    display: inline-block;
    padding: 0 10px 10px 0;
  }
  a{
    text-decoration: none;
  }
  .payment-icon {
    width: 36px;
  }
  @include media-query ($small) {
    line-height: 2em;
    text-align: left;
    margin: 15px 0;
    li {
      padding: 0 15px 5px 0;

      &:last-child {
        padding-right: 0;
      }
    }
  }
}

.site-footer-wrapper .input-group.newsletter-form{
  border: 1px solid $color_footer_text;
  .input-group-btn,
  .input-group-btn .btn,
  .input-group-btn .btn:active,
  .input-group-btn .btn:focus{
    background-color: $color_footer_text;
    color: $color_footer_bg;
  }
  input{
    color: $color_footer_text;
  }
}

.site-footer--push {
  margin-bottom: 50px;
}


.plyr.plyr--full-ui.plyr--video {
  color: $color_text;
  background-color: transparent;
  body:not(.focus-enabled) & { outline: none; }

  .plyr__video-wrapper {
    background-color: transparent;
  }

  .plyr__poster {
    background-color: $color_video_bg;
  }

  // --------------------------------------------------------------
  // Fullscreen
  // --------------------------------------------------------------

  &:fullscreen .plyr__video-wrapper &:fullscreen .plyr__poster {
    background-color: #000;
  }

  /* stylelint-disable-next-line */
  &:-webkit-full-screen .plyr__video-wrapper,
  &:-webkit-full-screen .plyr__poster {
    background-color: #000;
  }

  /* stylelint-disable-next-line */
  &:-moz-full-screen .plyr__video-wrapper,
  &:-moz-full-screen .plyr__poster {
    background-color: #000;
  }

  /* stylelint-disable-next-line */
  &:-ms-fullscreen .plyr__video-wrapper,
  &:-ms-fullscreen .plyr__poster {
    background-color: #000;
  }

  // Fallback for unsupported browsers
  .plyr--fullscreen-fallback .plyr__video-wrapper,
  .plyr--fullscreen-fallback .plyr__poster {
    background-color: #000;
  }

  .plyr__control.plyr__control--overlaid {
    background-color: $color_bg;
    border-color: rgba($color_text, 0.05);

    &.plyr__tab-focus,
    &:hover {
      color: rgba($color_text, 0.55);
    }
  }

  .plyr__controls {
    background-color: $color_bg;
    border-color: rgba($color_text, 0.05);
  }

  .plyr__progress {
    input[type='range'] {
      &::-moz-range-thumb {
        box-shadow: 2px 0 0 0 $color_bg;
      }

      &::-ms-thumb {
        box-shadow: 2px 0 0 0 $color_bg;
      }

      &::-webkit-slider-thumb {
        box-shadow: 2px 0 0 0 $color_bg;
      }

      &::-webkit-slider-runnable-track {
        background-image: linear-gradient(
          to right,
          currentColor var(--value, 0),
          rgba($color_text, 0.6) var(--value, 0)
        );
      }

      &::-moz-range-track {
        background-color: rgba($color_text, 0.6);
      }

      &::-ms-fill-upper {
        background-color: rgba($color_text, 0.6);
      }

      &.plyr__tab-focus {
        &::-webkit-slider-runnable-track {
          box-shadow: 0 0 0 4px rgba($color_text, 0.25);
        }

        &::-moz-range-track {
          box-shadow: 0 0 0 4px rgba($color_text, 0.25);
        }

        &::-ms-track {
          box-shadow: 0 0 0 4px rgba($color_text, 0.25);
        }
      }

      &:active {
        &::-moz-range-thumb {
          box-shadow: 0 0 0 3px rgba($color_text, 0.25);
        }

        &::-ms-thumb {
          box-shadow: 0 0 0 3px rgba($color_text, 0.25);
        }

        &::-webkit-slider-thumb {
          box-shadow: 0 0 0 3px rgba($color_text, 0.25);
        }
      }
    }

    .plyr__tooltip {
      background-color: $color_text;
      color: $color_bg;

      &::before {
        border-top-color: $color_text;
      }
    }
  }

  &.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(
      -45deg,
      rgba($color_text, 0.6) 25%,
      transparent 25%,
      transparent 50%,
      rgba($color_text, 0.6) 50%,
      rgba($color_text, 0.6) 75%,
      transparent 75%,
      transparent
    );
  }

  .plyr__volume {
    input[type='range'] {
      color: $color_bg;

      &::-moz-range-thumb {
        box-shadow: 2px 0 0 0 $color_text;
      }

      &::-ms-thumb {
        box-shadow: 2px 0 0 0 $color_text;
      }

      &::-webkit-slider-thumb {
        box-shadow: 2px 0 0 0 $color_text;
      }

      &::-webkit-slider-runnable-track {
        background-image: linear-gradient(
          to right,
          currentColor var(--value, 0),
          rgba($color_bg, 0.6) var(--value, 0)
        );
      }

      &::-moz-range-track,
      &::-ms-fill-upper {
        background-color: rgba($color_bg, 0.6);
      }

      &.plyr__tab-focus {
        &::-webkit-slider-runnable-track {
          box-shadow: 0 0 0 4px rgba($color_bg, 0.25);
        }

        &::-moz-range-track {
          box-shadow: 0 0 0 4px rgba($color_bg, 0.25);
        }

        &::-ms-track {
          box-shadow: 0 0 0 4px rgba($color_bg, 0.25);
        }
      }

      &:active {
        &::-moz-range-thumb {
          box-shadow: 0 0 0 3px rgba($color_bg, 0.25);
        }

        &::-ms-thumb {
          box-shadow: 0 0 0 3px rgba($color_bg, 0.25);
        }

        &::-webkit-slider-thumb {
          box-shadow: 0 0 0 3px rgba($color_bg, 0.25);
        }
      }
    }
  }
}
/**
 * Tabs
 */

.tabs-wrapper{
  padding-top: 30px;
}
.product-tabs{
  max-width: 100%;
}
ul.tabs {
  margin: 0px 0px 0px 0px;
  padding: 0px;
  list-style: none;
  display: inline-block;
  position: relative;
}
ul.tabs > li {
  background: none;
  color: $color_link;
  display: inline-block;
  padding: 10px 0px;
  margin: 0rem 3rem 0rem 0rem;
  font-weight: $font-weight-body;
  cursor: pointer;
  vertical-align: bottom;
  border-bottom: 3px solid transparent;
}
ul.tabs > li.current{
  border-bottom: 3px solid #b1945c;
  color: #b1945c;
  font-weight: 600;
}
.tab-content{
  display: none;
  padding: 15px 15px 15px 0px;
  min-height: 6rem;
}
.tab-content.current{
  display: inherit;
}

.accordion {
  border-bottom:1px solid $color_site_border;
}
.accordion-toggle {
  cursor: pointer;
  border-top: 1px solid $color_site_border;
  padding: 1rem 0;
  margin-bottom: auto;
  color: $color_text;
}
.accordion-content {
  display: none;
  color: $color_text;
  padding-bottom: $gutter;
}
.accordion-content.accordion--open{
  display: block;
}
.accordion .accordion__icon{
  float: right;
  margin-top: 3px;
  color: $color_site_border;
  transition: all 0.3s ease-in-out;
  &.rotate-90{
    transform: rotate(450deg);
  }
}

/**
 * Image with text
 */
.image-with-text-section {
	@include media-query($small) {
		height: auto;
	}
}
.image-with-text-wrapper {
	display: flex;
	align-items: stretch;
	height: 100%;

	@include media-query($small) {
		flex-direction: column;
		height: auto
	}

	&.image-with-text--no-text {
		.image-with-text__image {
			width: 100%;
		}
	}

	.image-height & {
		height: auto;
		align-items: center;
	}
}
.image-with-text-wrapper--reverse{
	flex-direction: row-reverse;
	@include media-query($small) {
		flex-direction: column;
	}
}

.image-with-text__inner {
	max-width: 600px;
	margin: 0 auto;
	padding: 50px;
}

.image-with-text__text,
.image-with-text__image {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 100%;
	text-align: center;

	@include media-query($small) {
		height: auto;
		width: 100%;
		.screen-height-full & { min-height: calc(100vh / 2); }
		.screen-height-three-quarters & { min-height: calc(75vh / 2); }
		.screen-height-two-thirds & { min-height: calc(66vh / 2); }
		.screen-height-one-half & { min-height: calc(50vh / 2); }
		.screen-height-one-third & { min-height: calc(33vh / 2); }
		.seven-fifty-height-hero & { min-height: calc(750px / 2); }
		.sixty-fifty-height-hero & { min-height: calc(650px / 2); }
		.five-fifty-height-hero  & { min-height: calc(550px / 2); }
		.four-fifty-height-hero  & { min-height: calc(450px / 2); }
		.three-fifty-height-hero & { min-height: calc(350px / 2); }
		.two-fifty-height-hero  & { min-height: calc(250px / 2); }
	}
}

.image-with-text__text {
	flex-direction: column;
}

.image-with-text__image {
	position: relative;
	overflow: hidden;

	&:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1;
	}

	.image-height & {
		height: auto;

		img {
			display: block;
			width: 100%;
			height: auto;
		}
	}
}
.image-with-text__image-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #fff;
	z-index: 0;

	svg {
		display: block;
		height: 100%;
		margin: auto;
		fill: #e0e0e0;
		background-color: #f7f7f7;
	}

	.image-height & {
		position: relative;
		bottom: auto;
		display: block;
		width: 100%;
		height: 0;
		padding-bottom: 100%;

		svg {
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
		}
	}
}

.image-with-text__button {
	position: relative;
	z-index: 100;
	color: $color_text;
	border-radius: $radius;
	border: solid 1px $color_text;
	background: rgba(0,0,0,0);
	padding: 15px 25px;
	font-size: .725rem;
	transition: color .2s ease, background .2s ease, border .2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	@extend .caps;

	.icon {
		margin-left: 10px;
	}

	&:hover {
		color: #fff;
		border-color: $color_link_hover;
		background: $color_link_hover;
	}

	.image-height & {
		position: absolute;
	}

	&.video__play {
		padding: 0;
		background: transparent !important;
		border: 0 !important;

		span {
			display: none;
		}

		svg.icon-play {
			margin: 0;
			fill: $color_text !important;
		}
	}
}

button.mfp-close {
	svg {
		width: 24px;
		height: 24px;

		stroke: #fff;
	}

	&:hover {
		background-color: transparent;
		box-shadow: none;
	}
}

/**
 * Featured Video
 */

.featured-video-section{
  position: relative;
}

.play-button-mobile {
  display: none;
  width: 150px;
  height: 150px;
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  line-height: 0;
  z-index: 10;
}

@-webkit-keyframes loading{
  0%{
      width:0px
  }
  60%{
      width:100px;
      margin-left:-50px
  }
  100%{
      margin-left:50px;
      width:0px
  }
}
@keyframes loading{
  0%{
      width:0px
  }
  60%{
      width:100px;
      margin-left:-50px
  }
  100%{
      margin-left:50px;
      width:0px
  }
}
.video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: $color_bg_secondary;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  overflow: hidden;
}

.video__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.video__background-image {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.video__iframe {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 5;
  background-color: #000;
  transition: opacity 1s linear;
}
.video__iframe iframe{
  position: absolute;
  width: 190vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__iframe {
  opacity: 0;
  @include prefix(transition, opacity .5s ease, webkit moz ms o spec);
}

.loaded {
  .video__iframe {
    opacity: 1;
  }
}
.video__iframe.loaded {
  opacity: 1;
}

.video__image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: $color_bg_secondary;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
}

.video__image-bg {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  &.placeholder-bg {
    background-image: url("{{ 'blank.svg' | asset_url }}");
  }
}

.video__play {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 1em;

  svg {
    width: 100%;
    height: 100%;
  }
}

.text-light .video__play svg{
  fill: #fff;
}

.text-dark .video__play svg{
  fill: $color_text;
}

/**
 * Home Map
 */

.map-section--display-map:not(.image-height) .map-section__image {
  display: none !important;
}
.map-section__image {
  img {
    display: block;
    width: 100%;
    height: auto;

    &.image-placeholder {
      max-height: 100%;
      max-width: 100%;
      width: auto;
      height: auto;
    }
  }
}

.image-height .map-section__image + .map-section__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.map-section--load-error {
  @include media-query($large) {
    width: 50%;
    margin: 0 auto;
  }
  .errors {
    width: 100%;
  }
}

.map-section__container{
  min-height: 100%;
}

.flex--centered{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.no-js .lazy-image{
  display: none;
}
.no-js .homepage-slideshow,
.no-js .homepage-image:not(.column__block){
  height: auto !important;
}

.map__text{
  margin-bottom: rem(25px);
}


/*=============== Image Columns ===============*/

.homepage-columns{
  display: flex;
  align-items: stretch;
}
.column__block{
  position: relative;
  overflow: hidden;
  float: none;

  .flex--centered{
    padding: 15px;
  }
}
.homepage-columns {
  .column__block {
    height: 100%;
  }

  &.image-height {
    .column__block{
      height: auto;
    }

    &.auto-height {
      .column__block{
        height: 33vw;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    }
  }
}



.column__block .text-left .home__subtitle::after{ right: initial; }
.column__block .text-right .home__subtitle::after{ left: initial; }

@include media-query ($small) {
  .homepage-columns.screen-height-full{ height: auto; .column__block{ height: 100vh; } }
  .homepage-columns.screen-height-three-quarters{ height: auto; .column__block{ height: 66vh; } }
  .homepage-columns.screen-height-two-thirds{ height: auto; .column__block{ height: 66vh; } }
  .homepage-columns.screen-height-one-half{ height: auto; .column__block{ height: 50vh; } }
  .homepage-columns.screen-height-one-third{ height: auto; .column__block{ height: 33vh; } }
}

/**
 * Home Slideshow
 */


.homepage-slideshow{
  position: relative;

  .slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;

    li {
      margin: 0 4px;

      &.slick-active {
        button:before {
          color: #fff;
        }
      }
    }

    button {
      position: relative;
    }
  }

  .hero__content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.slideshow__arrow {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  .icon {
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
    @include media-query($small) {
      width: 25px;
      height: 25px;
    }
  }
}
.slideshow__arrow--next{
  right: 0;
  @include media-query($small) {
    justify-content: flex-end;
  }
}
.slideshow__arrow--prev{
  left: 0;
  @include media-query($small) {
    justify-content: flex-start;
  }
}

.slideshow__slide{
  position: relative;
}

.slideshow__slide img {
  max-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.text-light.slideshow__arrow .icon{
  color: #f1f1f1;
  fill: #f1f1f1;
}
.text-dark.slideshow__arrow .icon{
  color: #333333;
  fill: #333333;
}

.background-size-cover {
  min-height: 100%;
}
.background-size-cover--slide{
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.button-image{
  display: block;
  width: 100%;
  &:focus {
    outline: 0;
    opacity: 0.8;
    padding-top: 2px;
  }
}

.slideshow__slide .hero__content__wrapper{
  position: relative;
  z-index: 100;

  .image-height & {
    position: absolute;
  }
}

/**
 * Social sharing
 */

.social-sharing{
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid $color_site_border_light;
}
.share{
  display: flex;
  align-items: center;
  text-align: left;
  color: $color_text;
  padding: rem(15px) rem(30px) rem(15px) 0;
  text-transform: uppercase;
  font-weight: $font-weight-body-bold;
  letter-spacing: 2px;
  font-size: 10px * $font-adjust-body;
  transition: background-color .25s ease-in;
  color: $color_text_light;
  svg{
    fill: $color_text;
    transition: transform .25s ease-out;
    margin: 0 rem(10px) 0 0;
    height: 25px;
    width: 25px;
  }
  span{
    transform: translateY(2px);
  }
}
.share--pinterest{
  &:hover{
    color: #BD081C;
    svg{ fill: darken(#BD081C, 6%); }
  }
}
.share--facebook{

  &:hover{
    color: #3b5998;
    svg{ fill: darken(#3b5998, 6%); }
  }
}
.share--twitter{
  &:hover{
    color: #1da1f2;
    svg{ fill: darken(#1da1f2, 6%); }
  }
}

/**
 * Logo list
 */
.logo-list {
  padding: 15px 0;
  overflow: hidden;
}
.logo-list__wrapper {
  position: relative;
  text-align: center;
  padding: 0 40px;

  .slideshow__arrow {
    fill: $color_text;
    top: auto;
    bottom: 0;
    height: 90px;

    &:not(.slick-arrow) { display: none; }
  }
  .slick-prev { left: -40px; }
  .slick-next { right: -40px; }
  .slick-track { margin: auto; }

  @include media-query ( $small ) {
    padding: 0 30px;
    .slick-prev { left: -30px; }
    .slick-next { right: -30px; }
  }
}

.logo-list__slider {
  height: 100%;
  margin: auto;

  &:not(.slick-initialized) {
    display: flex;
    justify-content: center;
  }
}
.logo-list__item {
  display: block;
  width: 120px;
  height: 90px;
  margin: 0 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;

  &.svg-placeholder {
    background-color: transparent;
  }

  .placeholder-svg-logo {
    background-color: #e1e1e1;
  }
}

.logo-list__slider {
  position: relative;

   @media screen and (max-width: 1439px) { width: 960px; margin: auto; }
   @media screen and (max-width: 1023px) { width: 800px; }
   @media screen and (max-width: 991px) { width: 640px; }
   @media screen and (max-width: 767px) { width: 480px; }
   @media screen and (max-width: 639px) { width: 320px; }
   @media screen and (max-width: 374px) { width: 160px; }

   .logo-list__item {
    transition: opacity .3s ease;
    cursor: pointer;

    &:hover {
      opacity: 1;
    }
  }
}
.logo-list__slide.is-active .logo-list__item{
  opacity: 1;
}

.logo-list__slider-text {
  margin: 30px 0;
}

/**
 * Index text row
 */

.text-row {
  padding: 30px 35px;

  &[data-text-alignment="left"] { text-align: left; }
  &[data-text-alignment="center"] { text-align: center; }

  @include media-query ($medium) {
    padding: 30px 20px;
  }
  @include media-query ($small) {
    padding: 20px 15px;
  }
}


.icon__column__icon{
  padding-bottom: 10px;
}

.icon__column__icon svg{
  width: 20px;
  height: 20px;
  fill: none !important;
}
.icon--large .icon__column__icon svg{
  width: 40px;
  height: 40px;
}

.icon--left{
  .icon__column{
    display: flex;
  }
  .icon__column__icon{
    padding: 0 20px;
  }
}

.icon--left.icon--large .icon__column__icon{
  display: flex;
  align-items: center;
}

.rte.icon__column__paragraph{
  margin-bottom: 0;
  p{ margin-bottom: 0; }
}
.icon__column__text{
  h5{
    line-height: 1.4em;
  }
  p{
    font-size: .875rem * $font-adjust-body;
  }
}

/**
 * Split hero
 */

.split-hero {
  display: flex;
  align-items: stretch;
  position: relative;

  @include media-query($small) {
    &[data-mobile="stacked"] {
      flex-direction: column;

      .split-hero__half {
        height: 50%;
        width: 100%;
      }
    }
  }
}
.split-hero__half {
  width: 50%;
  height: 100%;
}
.split-hero__box {
  height: 100%;
}
.split-hero__image {
  height: 100%;
  background-color: $color_bg;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.split-hero__image--onboarding {
  position: relative;
  opacity: .3;

  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 150%;
    transform: translate(-50%, -50%);
  }
}
.split-hero__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.split-hero__content--left,
.split-hero__content--bottom-left {
  .row {
    justify-content: flex-start;
    text-align: left;
  }
}
.split-hero__content--right,
.split-hero__content--bottom-right {
  .row {
    justify-content: flex-end;
    text-align: right;
  }
}
.split-hero__content--bottom-left,
.split-hero__content--bottom-right {
  .row {
    align-items: flex-end;
  }
}

@include media-query($medium-up) {
  .split-hero__text--one-half { width: 50%; }
  .split-hero__text--one-third { width: 33.33%; }
  .split-hero__text--full-width { width: 100%; }
}

/**
 * Subcollection
 */

.subcollections {
  position: relative;
  background-color: #fff;
}
.subcollections__list {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;

  @include media-query($medium) {
    &.one-half {
      width: 75%;
    }
  }
  @include media-query($small) {
    &.one-half {
      width: 100%;
    }
  }

  @include media-query($medium-up) {
    &.one-half {
      margin: 0 auto;
    }
  }
}

.subcollection__item {
  position: relative;
  margin-bottom: 0;
  min-height: 410px;
  overflow: hidden;

  @include media-query($small) {
    width: 100%;
    min-height: 100vw;
  }

  @include media-query($medium) {
    &:not(.one-whole) {
      width: 50%;
    }
  }

  @media (min-width: 1920px) {
    min-height: 510px;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
  &:hover .subcollection__image{
    transform: scale(1.2);

  }
  &:hover .subcollection__title{
    transform: scale(1.2);
  }
  &:hover .subcollection__image__zoom{
    transform: scale(1.2);
    opacity: 1;
  }
}
.subcollection__image,
.subcollection__title{
  z-index: 0;
  transition-property: transform;
  transition-duration: 3s;
  transition-timing-function: cubic-bezier(.38,.03,0,.97);
}
.subcollection__image__zoom{
  z-index: 1;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 3s, 3s;
  transition-timing-function: cubic-bezier(.38,.03,0,.97), cubic-bezier(.23,.96,0,.97);
}

.subcollection__image,
.subcollection__image__zoom, {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}

.subcollection__link {
  position: relative;
  display: flex;
  padding: 20px;
  width: 100%;
  height: 100%;

  &:hover {
    .subcollection__title {
      color: #ffffff;
    }
  }

  &.align--top-left {
    justify-content: flex-start;
    align-items: flex-start;
  }

  &.align--top-right {
    justify-content: flex-end;
    align-items: flex-start;
  }

  &.align--middle-center {
    justify-content: center;
    align-items: center;
  }

  &.align--bottom-left {
    justify-content: flex-start;
    align-items: flex-end;
  }

  &.align--bottom-right {
    justify-content: flex-end;
    align-items: flex-end;
  }
}

.subcollection__title {
  margin-bottom: 0;
  font-weight: normal;
  font-size: 22px;
  color: #ffffff;
}

/**
 * Related
 */
.related__products {
  text-align: center;

  .tabs {
    margin-bottom: 30px;
  }

  .tab-link,
  .tab-content {
    padding: 0;
  }

  .tab-link {
    margin: 0 15px;

    &.current {
      border-color: $color_accent_bright;
    }
  }

  .recent__title {
    padding: 15px 5px 5px;
    border: 0;

    @include media-query( $small ) {
      font-size: 1rem;
    }
  }

  .recent__wrapper {
    margin-top: 0;
  }

  .quicklook { 
    text-align: left; 
  }
}


/*============ Add any custom styles below this line ==================*/

/* -- code to hide and show mobile and desktop banners -- */
@include media-query($small) {
   .banner-desktop {display:none;}
}
@include media-query($medium-up) {
   .banner-mobile {display:none;}
}
/* - end - */
.product__main-photos .slick-list { padding: 0 !important }

/* Variant Selector Change ***** @author Shoora Vagmine's Pvt Ltd */

.alert {
  padding: 15px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 15px;
  background-color: #ff9090;
  color: white;
  border-color: #ff0000;
  border-radius: 16px;
  border-style: solid;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
/* END Variant Selector Change */

/**
 * Custom
 */

.error-message {
  color: #f00;
  margin-bottom: 10px;
  text-align: center;
}

.product__photo.slick-slide {
  width: calc(100vw - 30px) !important;
}

.product__slides .slick-track {
  display: flex;
}

/* .product__photo.slick-slide > div {
  width: 100% !important;
} */

.product__thumbs--square .slick-dots {
  text-align: center;
}

.product__page {
  text-align: center;
}
.shopify-policy__container{
 max-width: 1200px !important;
 margin:auto !important; 
 padding-left: 0 !important;
 padding-right: 0 !important;
}

@media (min-width: 750px) {
  .product__page {
    text-align: left;
  }
}
@media only screen and (max-width: 749px){
a.toggle-menus {
    left: 0;
}
  .user-links {
    left: 54px;
  }
  #CartButton {
    right: 15px;

  }
  .nav-link-parent {
    width: 100%;
}
}

#CollectionLoop .product-item {
 padding-left:8px;
 padding-right:8px;
}

#CollectionLoop .product-item:first-child, #CollectionLoop .product-item:nth-child(5),
 #CollectionLoop .product-item:nth-child(9),
 #CollectionLoop .product-item:nth-child(13),
 #CollectionLoop .product-item:nth-child(17),
 #CollectionLoop .product-item:nth-child(21){
 padding-left:16px;
}
#CollectionLoop .product-item:nth-child(4),
 #CollectionLoop .product-item:nth-child(8),
 #CollectionLoop .product-item:nth-child(12),
 #CollectionLoop .product-item:nth-child(16),
 #CollectionLoop .product-item:nth-child(20){
 padding-right:16px;
}

@media only screen and (max-width:768px){
 #CollectionLoop .product-item {
 padding-left:1px;
 padding-right:1px;
}

#CollectionLoop .product-item:first-child, #CollectionLoop .product-item:nth-child(3),
 #CollectionLoop .product-item:nth-child(5),
 #CollectionLoop .product-item:nth-child(7),
 #CollectionLoop .product-item:nth-child(9),
 #CollectionLoop .product-item:nth-child(11),
 #CollectionLoop .product-item:nth-child(13),
 #CollectionLoop .product-item:nth-child(15),
 #CollectionLoop .product-item:nth-child(17),
 #CollectionLoop .product-item:nth-child(19),
 #CollectionLoop .product-item:nth-child(21){
 padding-left:1px;
}
#CollectionLoop .product-item:nth-child(2),
 #CollectionLoop .product-item:nth-child(4),
 #CollectionLoop .product-item:nth-child(6),
 #CollectionLoop .product-item:nth-child(8),
 #CollectionLoop .product-item:nth-child(10),
 #CollectionLoop .product-item:nth-child(12),
 #CollectionLoop .product-item:nth-child(14),
 #CollectionLoop .product-item:nth-child(16),
 #CollectionLoop .product-item:nth-child(18),
 #CollectionLoop .product-item:nth-child(20){
 padding-right:1px;
} 
 .shopify-policy__container{
 padding-left: 20px !important;
 padding-right: 20px !important;
}
}

.footer_hhh{
  font-weight: 900!important;
  font-size: 20px;
  text-transform:capitalize;
}
.footer_links li a{
  font-size: 15px;
  text-transform:capitalize;
}
.testimonial_p{
 font-size:16px !important; 
}
.newsletter_heading {
  font-size:22px; 
}
.newsletter_rte p{
  font-size:16px; 
}
.email_input{
  height:40px; 
}
.bg_clr{
  background-color:#b1945c !important;
}
.bg_clr:hover input.btn {
 opacity:0.8; 
}
.m-bottom{
  margin-bottom:40px !important; 
}
.pp_tracking_content{
  max-width: 1200px !important;
  margin: 24px auto !important; 
}

.page-contact h4 {
  text-align:center; 
}
.desktop-2 {
  width: 14.5833333333333333%;
}
.bx-wrapper {
  position: relative;
  padding: 0;
}
.product__thumbnail{
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: hidden; 
  padding:20px;
}
.thumbnails_img {
  width: 25%;
  max-width: 100%;
  display: block;
  padding:4px;
  overflow: hidden;
  border: 1px solid #fff;
  cursor:pointer;
}
.thumbnails_img img {
  width: 100%;
  max-width: 100%;
}
.thumbnails_img.slick-current{
  border: 1px solid #a5874f;
}
.product__thumbnail .slick-prev:before {
  content: "<";
  color: #a5874f;
  font-size: 30px;
}

.product__thumbnail .slick-next:before {
  content: ">";
  color: #a5874f;
  font-size: 30px;
}
.product__thumbnail .slick-prev, .product__thumbnail .slick-next {
  margin:0;
  top:44%;
}
.product__thumbnail .slick-next {
  right:-7px; 
}
.product__thumbnail .slick-prev {
  left:-7px; 
}
.product__thumbnail .slick-arrow.slick-disabled {
  opacity: 1!important;
  cursor: pointer;
}

.product__slides li.slick-active {
  color: #a5874f;
}
.product__slides ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.product__slides li {
  color: #8f8d8d;
  font-size: 20px;
}
.half_width_div_mt {
  width: 50%;
  display: block;
  max-width: 100%;
  max-height: 550px;
  overflow: hidden;
}
.collection_left .collection-item{
  width: 100% !important;
  height: 100%;
}
.half_width_div_mt .collection-item{
  width: 49%; 
  display:inline-block;
}
.collection_title{
  position: absolute;
  bottom: 0;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-weight: 100;
  transition:.5s;
}
.collection_right .collection-item{
  padding:10px;
  padding-bottom:0;
}
.collection_right .collection-item-1, .collection_right .collection-item-2{
  padding-top:0;
}
.collection_right .collection-item-1, .collection_right .collection-item-3{
  padding-left:20px;
}
.collection-item:hover .collection_title{
 color:#a5874f;
 }
h2.theme.coll-heading {
  text-transform: capitalize;
  font-size: 22px;
}
.input-group.newsletter-form {
  border: 1px solid #b1945c !important;
  width:370px;
}
.new_height{
 height:45px; 
}
.half_width_div_mt .collection-item {
 border:none !important; 
}
.p-b-t-0 {
 padding:40px 15px 0;
}
.text_size p {
 font-size:15px; 
}
.link_space{
 letter-spacing:0px; 
}
.collection_left .position_u {
 padding:0;
 height:551px;
}

.collection_right .position_u {
 padding:0;
 height:270px;
}
.product__thumbnail .slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 40px;
  z-index: 5555;
  cursor: pointer;
  font-weight: 400;
  color:#a5874f;
}
.product__thumbnail .previous {
    float: left;
    left: 0;
    top: 43%;
}
.product__thumbnail .fa-angle-left:before {
    content: "\f104";
}
.product__thumbnail .next {
    float: right;
    right: 0;
    top: 43%;
}
.product__thumbnail .fa-angle-right:before {
    content: "\f105";
}
.border_none{
 border:none; 
}
.testimonial_block{
 min-height:unset !important; 
}
.border_none{
  min-width:180px !important;
}
.collection_list_mobile{
   display:none; 
  }

@media only screen and (max-width:768px) {
  
  
   .banner_mobile_section44.hero__content__wrapper.align--middle-center {
    top: 50%;
    transform: translate(0px, -50%);
}
 
  
  .collection_list_mobile .background_color_section.collection-item {
    width: 100%;
    padding: 10px;
}
  
  .collection_list_sectionn34{display: none;}
  
  
  .half_width_div_mt {
    width: 100%;
    display:none;
  }
  .collection_list_mobile .collection-item{
    padding-top:0;
    padding-bottom:16px;
  }
  .collection_list_mobile .collection-item-1, .collection_list_mobile .collection-item-3, .collection_list_mobile .collection-item-5 {
    padding-left:16px;
    padding-right:8px;
  }
  .collection_list_mobile .collection-item-2, .collection_list_mobile .collection-item-4 {
    padding-right:16px;
    padding-left:8px;
  }
  .footer__block, .footer__payment {
   text-align:center; 
  }
  .footer__copyright {
   justify-content:center; 
  }
  .footer__secondary {
   margin:0; 
  }
  .collection_left .position_u {
    height: 300px;
  }
  .collection_right .position_u {
    padding:0;
    height:200px;
  }
  .p-b-t-0 {
    padding:0 15px;
  }
  .testimonial_double_quotes{
    margin-bottom:15px;
  }
  .p-b-t-0 blockquote{
   margin-bottom:20px;
  }
  .p-b-t-0 .testimonial__author {
    margin-bottom:20px;
  }
  .collection-list_mob {
   display:flex!important; 
  }
  .collection_list_mobile{
   display:block; 
   width:50%;
  }
  .collection_list_mobile .collection-item{
    border:none;
  }
  .collection_title{
    bottom: 12px;
    font-size:15px;
  }
  .input-group.newsletter-form {
    margin-left: auto;
    margin-right: auto;
  }
  .product__thumbnail {
   display:none; 
  }
}


@media only screen and (max-width:750px) {
  
/*   .newsletter_section_mobile {
    height: 233.3px;
} */
  
 .newsletter_section_mobile .input-group.newsletter-form {
    border: 1px solid #b1945c!important;
    width: 100%;
}

.product_tumbnil_mobile_hide.product__thumbnail {
    display: none;
}
  
 .product__slides .slick-dots li {
  margin:0px;}
  
  .product__slides .slick-dots{bottom:-30px;}

}

 .product__thumbnail .previous {
    float: left;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
  
  .product__thumbnail .next {
    float: right;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

 .product__slides .slick-dots li button{
  width:0px !important;  height: 0px !important;
  }
  
.product-description.rte img {
    width: 100%;
}

 .product__slides .slick-dots{bottom:-30px !important;}

.banner_slideshow_section44.hero__content__wrapper.align--middle-left {
    top: 50%;
    transform: translate(0, -50%);
}

.banner_slideshow_section44.hero__content__wrapper.align--middle-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.sections_featured_21 .product-item .product-link {
    display: block;
    margin: 15px 10px;
    height: 100%;
    color: #545454;
}

/* .background_color_section {
    background-color: #f7f7f7 !important;
} */

.newsletter_section_mobile {
    height: 100% !important;
}

#insta-feed, .instafeed-shopify {
    margin-top: 10px;
}


@media only screen and (min-width: 769px){
.mobile_collection_list_section{display: none;}
}


.banner_dsktp_section44.hero__content__wrapper.align--middle-center.hero__content--transparent {
    top: 50% !important;
    transform: translate(0px, -50%);
}


.featured_collection_slider .fa-angle-left:before{font-size: 60px; display: inline-block;}
.featured_collection_slider .fa-angle-right:before{font-size: 60px; display: inline-block;}


.featured_collection_slider i.fa.fa-angle-right.next.slick-arrow{ 
    color: rgb(114, 109, 117);

/*     opacity: 0.5; */
    transform: translate(0,-50%);
    top: 42%;
    position: absolute;
    z-index: 1;
  right: 30px;
  cursor: pointer;
}

.featured_collection_slider i.fa.fa-angle-left.previous.slick-arrow{
  color: rgb(114, 109, 117);

/*     opacity: 0.5; */
    transform: translate(0,-50%);
    top: 42%;
    position: absolute;
    left: 30px;
  z-index: 1;
  cursor: pointer;
}

  .product__slides ul.slick-dots {
    display: block !important;
    justify-content: center;
    align-items: center;
    margin-top: -20px;
    position: inherit !important;
}
 .product__slides .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1 !important;
    color: #dcdcdc;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
   .product__slides .slick-dots li {
    margin: 10px 10px 5px 0 !important;
}
  .product__slides .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #b1945c !Important;
}
   .product__slides .slick-dots li.slick-active button:after {
      content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #f0f0f0;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 2;
   }
.product__photo.slick-slide>div {
    width: 100%!important;
}

@media(min-width: 280px) and (max-width: 767px){
.template-product .border_none {
    min-width: 33.33%!important;
}.input-group.newsletter-form {
    border: 1px solid #b1945c!important;
    width: 100% !important;
}

}

.product_submit_btnn button.product__submit__add {
    margin-bottom: 5px;
}

.form__inner__wrapper .product-description.rte {
    margin-top: 15px;
}

div#recently-viewed-products .product-item {
    border: 1px solid #f0f0f0 !important;
  border-left: 0px !important;
}

/* .product-item {
    border: none !important;
} */


.margin_btn_view_offter{margin-bottom: 5px !important;}

.tabs__recommendation .bg_color_product_section.product-item {
    border: 1px solid #f0f0f0 !important;
  border-left: 0px !important;
}
.js-swatch-option.disabled:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    margin-left: 0;
    width: 100%;
    height: 1px;
    background: #919191;
    transform: rotate(33deg);
    z-index: 999;
}
.js-swatch-option.disabled
{
	opacity : 1 !important;
  	z-index: unset !important;
}
.js-swatch-option
{
	-webkit-appearance: none !important;
    -moz-appearance: none !important;
    -ms-appearance: none !important;
    -o-appearance: none !important;
    appearance: none !important;
}
.js-swatch-option:focus
{
	border: none;
}
.js-swatch-option:focus-visible {
	outline : none;
}


  .product_section_div{ position: relative; }
  
 .sale_tagg {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 8px 14px;
    background: #ea9921;
    z-index: 1;
}


.article__content a {
    text-decoration: underline;
    font-weight: 600;
}
@media only screen and (max-width: 700px){
div#CollectionLoop {
    display: grid;
    grid-template-columns: repeat(2,minmax(auto,1fr));
}
div#CollectionLoop .bg_color_product_section.product-item.small--one-half.medium--one-half.large-up--one-quarter.border_none {
    min-width: 100% !important;
    max-width: 100% !important;
}  
  .sale_tagg {
  padding: 8px 12px;
    font-size: 15px;
  }
  
}


/* mandasa custom css */

.product-information .price, .product__price span[data-product-price]{
    font-weight: 700;
    color: #000;
}
.qty-size-chart {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sharethis-inline-share-buttons.st-center{
      text-align: left!important;
}

/*-------------------------- transparent header --------------------------------*/

.template-index .is-sticky .header__content {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.template-index .is-sticky .header-content, .template-index .is-sticky nav.site-nav.nav__links{
  background: transparent;
  border: none;
}
.template-index .is-sticky .header-content a svg {
    fill: #000;
}
.template-index .is-sticky .header-content .user-links a{
  color:#000;
}
.Clean_Size_Chart.bundler-size {
    float: right;
    padding: 0px 0px 15px;
}
@media only screen and (min-width: 750px){
  .template-index .main-menu>li>a {
    font-weight: 700;
    letter-spacing: 1px;
    color: #000000;
  }
  .template-index .header--transparent.is-sticky .header__content .nav-carat-small svg{
    stroke: #000;
    stroke-width: 5px;
  }
  .template-index .header--transparent .header__content .nav-carat-small svg{
    stroke: #fff;
    stroke-width: 5px;
  }
  .template-index .header--transparent .site-nav.nav__links{
    border: none;
    height:100vh;
  }
}
@media only screen and (max-width: 749px){
  .template-index .header--transparent .header-content {
    background: transparent;
  }
  .template-index .header--transparent .header__content_scroll.header__content:not(.fixedHeader){
    background: transparent;
  }
  .template-index.use-transparent-header #MainContent {
    padding-top: 0!important;
  }
  .template-index .header__content_scroll.header__content.fixedHeader, .mobile-menu--open .template-index .header__content {
    background: rgba(255, 255, 255, 0.2)!important;
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }
  .mobile-menu--open{
    overflow:hidden;
  }
}
.site-footer-wrapper hr {
    border-top: 1px solid #d6d6d6;
}
p, .p, .search .search-query, .cart table th, .cart table tbody td {
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 .5em;
}
.ajaxcart__product-meta {
    font-size: 10px;
    color: #000;
}
.rich-text-image {
    max-width: 200px;
    margin: 0 auto;
}
.rich-text-image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.rich-text__content {
    text-align: center;
}
.collection__products .grid {
    grid-gap: 0 !important;
}
.announcement__text p {
    font-size: 10px;
}
.announcement__text {
    min-height: auto !important;
}
.tabs>li h2,
.tabs>li span {
    font-size: 20px;
    font-weight: 600;
    color: #737373;
    text-transform: capitalize;
    letter-spacing: 0px;
}
div#product-recommendations {
    grid-gap: 0px;
    padding: 0;
}
.tab-content .grid-outer {
    padding: 0;
}
div#product-recommendations .grid-item, .recent__content .grid-item {
    width: 100%;
    max-width: 100%;
    border-left: 1px solid #f0f0f0;
}
.page, body .shopify-policy__container {
    max-width: 1200px !important;
    margin: auto !important;
}
.PartofyourCustomBox.cart__item {
    display: none;
}
button.btn.btn--primary {
    /* background: var(--BTN-PRIMARY-BG-COLOR);
    border-color: var(--BTN-PRIMARY-BG-COLOR); */
    opacity: 1;
}
/*-------------------------- transparent header --------------------------------*/

.collection_description {
  padding: 15px 30px;
  background: #f1f1f1;
  margin-top: 20px;
}
.testimonial__content.p-b-t-0 {
    padding: 40px 15px;
}

/* MEROXIO CUSTOM CSS */
.m_quick_add_button {
  color: black;
  background: white;
  font-size: 15px;
}
.m_quick_add_variants {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  pointer-events: none;
}

@keyframes slideInUpMerox {
  from {
    transform: translate(-50%, 200%);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

@keyframes slideOutDownMerox {
  from {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
  to {
    transform: translate(-50%, 200%);
    opacity: 0;
  }
}
.m_quick_add_button:hover span.btn__text {
  opacity: 0;
  /* animation: slideOutDownMerox 0.6s ease forwards; */
}
.m_quick_add_button:hover .m_quick_add_variants {
  opacity: 1;
  animation: slideInUpMerox 0.3s ease forwards;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
} 
span.m_quickATCVariant {
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
  min-width: 30px;
  min-height: 30px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.m_quickATCVariant:hover {
  background: #eee;
}
.hideSpanInQuickAdd {
  opacity: 0;
  pointer-events: none;
}
.showSpanInQuickAdd {
  opacity: 1;
  pointer-events: auto;
}
.m_quickATCVariantSoldOut {
  text-decoration: line-through;
  opacity: 0.7;
  pointer-events: none;
}
/* PGI Container */
.product-grid-item__container {
  position: relative;
  overflow: hidden;
}
.product-grid-item__image-wrapper {
  background: #fff; /* Failsafe to ensure that if multiple images with transparent backgrounds are used, the background is still white */
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.15s linear, visibility 0.15s linear;
  transition-delay: 0.15s;
}
.product-grid-item__image-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
/* PGI pagination */
.product-grid-item__pagination {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 12px 12px 15px;
  background: linear-gradient(to bottom, rgba(13, 13, 13, 0.06) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-item__image:hover .product-grid-item__pagination {
  opacity: 1;
}
.product-grid-item__pagination span {
  --width: 100%;
  flex: 1 0 auto;
  position: relative;
  height: 2px;
  overflow: hidden;
  border-radius: 5px;
  margin: 0 1px;
  font-size: 0;
  transform: translateY(-5px);
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.product-grid-item__pagination span:before, .product-grid-item__pagination span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.product-grid-item__pagination span:before {
  opacity: 0.4;
}
.product-grid-item__pagination span:after {
  width: var(--width);
}
.product-item__image:hover .product-grid-item__pagination span {
  transform: translateY(0);
}
.product-grid-item__pagination span.is-active {
  --width: 0%;
}
.product-grid-item__pagination span.is-active ~ span {
  --width: 0% !important;
}
@keyframes fakeFade {
  from {
    opacity: 0.35;
  }
  to {
    opacity: 1;
  }
}
.sale-box, .badge-box {
  padding: 3px 10px;
  line-height: normal;
  right:5px;
  top:16px;
  left:unset;
}
.grid--slider-disabled {
  grid-column-gap: 0;
  padding: 0;
}
.tabs__recently-viewed {
  margin-top: 30px;
  padding-top: 30px !important;
  border-top: 1px solid #f0f0f0;
}
@media(max-width: 768px) {
  div#product-recommendations .grid-item, .recent__content .grid-item {
    width: 33.33% !important;
    max-width: 33.33% !important;
    margin: 0;
  }
  .mforDesktop {
    display:none;
  }
  .m_quick_add_button .btn__plus {
    color: white;
  } 
  .product-grid-item__pagination {
    display: none;
  }
  .m_quick_add_button {
    position:absolute;
    right:2%;
    padding:22px;
    /* width: 93%; */
    display: flex;
    align-items: center;
    margin-left:auto;
    justify-content: center;
    font-size: unset;
  }
  .m_quick_add_variants {
    top:45%;
  }
  .m_quick_add_button:hover {
    width:93%;
    position:static;
    margin: 0 auto 6px;
  }
  .m_quick_add_variants {
    pointer-events: auto;
    font-size: 12px;
  }
  section[data-section-type="product-grid"] .grid--mobile-slider .grid-item {
    flex: 0 0 auto;
    width: calc(100% - 130px);
  }
  span.m_quickATCVariant {
    min-width: 20px;
    min-height: 20px;
    padding: 0 2px;
  }
  .sharing-button svg {
    height:14px;
    width:14px;
  }
  .sharing-button__text {
    margin-left:2px;
    margin-top:-2px;
  }
 .forMobileDevices {
  display: block;
 }
 .forDesktopDevices { 
  display: none;
 }
}
@media (min-width: 767px) {
  .forMobileDevices {
    display: none;
  }
  .forDesktopDevices {
    display: block;
  }
  .mforMobile {
    display:none;
  }
  .m_quick-add__holder {
    width: 93%;
    left: 10px;
    bottom: 10px;
  }
  /* .mSliderow {
    font-size:16px;
  } */
}
.m_quick_add_button svg {
  height: 20px;
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-miterlimit: 10;
  stroke-width: var(--ICON-STROKE-WIDTH);
}
.trustBadgesContainer .mTrustBadge {
  border: 2px solid black;
  padding:12px;
  border-radius:12px;
}
/* END MEROXIO CUSTOM CSS */