/** Shopify CDN: Minification failed

Line 949:98 Invalid escape

**/
.button.button--primary {
    border-radius: 10px;
  	color: #fff;
  	box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}

.button.button--primary svg {
    width: 30px;
    margin-right: 10px;
}

.button.button--primary .cls-1 {
    stroke: #fff;
}

/* ////////////////// HEADER START ////////////////// */
.announcement-bar {
    padding: 7px 20px;
}
.announcement-bar.gradient p {
    margin: 0px;
}

.header.header--middle-left {
    display: flex;
    flex-wrap: wrap;
  	padding: 0px;
}

.header__inline-menu {
    flex: 1 0 0; 
}

.header__icons {
    flex: 1 0 0;
    justify-content: flex-end;
}

.header__menu-item span svg {
    display: none;
}
.list-menu__item {
    position: relative;
    font-size: 18px;
}
.header__menu-item .header__active-menu-item svg {
    display: block;
    max-width: 20px;
    margin: 5px auto 0px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header__menu-item .header__active-menu-item {
    text-decoration: none;
}

.header__menu-item .header__active-menu-item svg * {
    stroke: #fff;
    fill: #F179BA;
    stroke-width: 1px;
}

.list-menu__item:hover span {
    text-decoration: none;
}

.list-menu__item:hover {
    text-decoration: none;
}
h1.header__heading {
    flex: 0 0 auto;
    position: relative;
    margin-bottom: -55px;
}

h1.header__heading img {
    width: 100%;
}

h1.header__heading a {
    display: block;
    padding: 0;
}
.search-modal {
    background-color: #fff;
}
.header__icons .search input#Search-In-Modal {
    border: 0;
    border-bottom: 1px solid #323232;
    box-shadow: none;
    padding: 15px 30px 8px 0px!important;
}

.header__icons .search .field {max-width: 240px;margin: 0 15px 0 auto;}

.header__icons .search  label.field__label {
    left: 0;
    font-size: 14px;
    top: 15px;
}

.header__icons .search label.field__label:focus {
    top: 0 !important;
}

.customer .field input:-webkit-autofill~label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .field__input:-webkit-autofill~.field__label, .field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label {
    font-size: 12px !important;
    top: -4px !important;
}

.header__icon--account {width: 30px;margin-right: 10px;}

.header__icon--cart {
    width: 30px;
  	margin-right: 20px;
}
/* ////////////////// HEADER END ////////////////// */


/* ////////////////// HOME PAGE START ////////////////// */

.video-control-btn {
    position: absolute;
    top: 80px;
    right: 40px;
}
.video-control-btn button {
    padding: 0 !important;
    min-width: auto;
    min-height: auto;
    width: 40px;
    position:relative;
    height: 40px;
    border: 1px solid #f379bb;
    box-shadow: none;
    background-color: rgb(242 121 184 / 30%);
}
.video-control-btn button i{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    height:16px;
    width:16px;
}
.video-control-btn button:hover, .video-control-btn button:focus {
    background-color:  #f379bb;
    box-shadow: none;
}
.mobile-video {
    display: none;
}

.background-video-wrap {
    overflow: hidden;
    position: relative;
}
#myVideo {
    width: 100%;
    position: relative;
}

@media only screen and (min-width: 1600px) {
  #myVideo {
      top: -20%;
  }
}
.video-section {
    position: relative;
}

.video-bootom-image {
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: 110% 100%;
    background-position-x: 60%;
    min-height: 200px;
    padding-top: 130px;
}

.image-with-text__list {
    display: flex;
    flex-wrap: wrap;
  	margin-top: 32px !important;
  	margin-bottom: 20px;
}

.image-with-text__list li {
  	flex: 0 0 50%;
    display: flex;
    align-items: center;
    position: relative;
  	font-weight: 700;
}
@media all and (max-width:767px){
  .image-with-text__list li {align-items: flex-start;}
}
  .image-with-text__list li svg {
    max-width: 18px;
    margin-right: 10px;
}

.background-image-with-text-section {
    position: relative;
}

.background-image-with-text-section p {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
  	font-size: 44px;
    font-weight: 600;
  	text-align: center;
    line-height: 48px;
}

/* .newsletter-notifications .newsletter__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  	width: 100%;
    max-width: 1200px;
} */

.newsletter-notifications .newsletter {
    position: relative;
}

.background-image-with-text-section img {
    width: 100%;
}

.newsletter-background-image img {
    width: 100%;
}

.collection-list-wrapper {
    display: flex;
    flex-wrap: wrap;
  	align-items: center;
}

.collection-list-title {
    flex: 0 0 30%;
}

.collection-slider-wrap {
    flex: 0 0 70%;
    overflow: hidden;
}

.collection-list-title h2 {
  	max-width: 280px;
    margin: 0 auto;
    color: #fff;
    font-size: 48px;
    font-weight: 600;
}

.collection-list-slider .card__media-spacer .media {
    background-color: transparent;
}

.collection-list-slider .collection-list__item {
  margin: 15px;
  padding: 0px;
}

.collection-list-slider .slick-list.draggable {
    margin-right: -130px;
}

.collection-list-slider-arrow {
    max-width: 90%;
    text-align: right;
}

.collection-list-slider-arrow .next.slick-arrow {
    list-style: none;
}

.collection-list-slider-arrow .next.slick-arrow {
    height: 60px;
    width: 60px;
    background-color: #fff;
    border-radius: 100px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: auto;
}

.collection-list-slider-arrow .next.slick-arrow svg {
    width: 32px;
    height: 32px;
}

.collection-list-slider-arrow .next.slick-arrow svg * {
    stroke: #77cbc8;
}

.newsletter-form__field-wrapper .field__input {
    box-shadow: none;
  	height: 52px;
}

.newsletter-form__field-wrapper .field__input::placeholder {
    opacity: 1;
}

.newsletter-form__field-wrapper .field {
    background-color: #fff;
    border-radius: 10px;
    padding: 16px;
}

.newsletter-form__field-wrapper .newsletter-form__button {
    position: unset;
    background-color: #77cbc8;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    padding: 16px;
    height: 52px;
  	width: 225px;
  	box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
}

.newsletter__wrapper .newsletter-form__field-wrapper {
    max-width: 600px !important;
}

.newsletter__wrapper .newsletter-form {
    max-width: 600px ;
  	margin: 0px;
    margin-left: auto;
}

.newsletter__wrapper h2 {
    font-size: 22px;
    color: #ffff;
    margin-bottom: 72px;
}

#shopify-section-custom-html {
    padding-top: 10px;
    padding-bottom: 10px;
}


.custom-html-wrapper p {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}

.custom-html-wrapper p a {
    font-weight: 500;
    color: #000;
}

.collection-list-slider .collection-list__item .card--light-border {
    border: 0px;
}

.collection-list-slider .collection-list__item .card--light-border:hover {
    border: 0px !important;
}

.collection-list-slider .collection-list__item .card__media-spacer {
    padding: 25px;
    background-color: #fff;
    border-radius: 30px;
}

.collection-list-slider .media--portrait img {
    background-color: #fff !important;
}

.collection-list-slider .collection-list__item .media--portrait {
    border-radius: 20px;
    padding-bottom: 100%;
}

.collection-list-slider .collection-list__item .card__text h3 {
    color: #ffff;
    font-size: 28px;
}

.collection-list-slider .card--media .card__text-spacing {
    padding: 30px 0px;
    padding-bottom: 0px;
}

.collection-list-with-slider {
    padding-top: 40px;
    padding-bottom: 40px;
}

.image-with-text__list .cls-1 {
    fill: #F179BA;
    stroke: #ffffff;
    stroke-width: 1px;
}

.collection-list-slider .collection-list__item .media.media--square {
    background-color: #fff;
}
.footer-block--contact p img {
    width: 24px;
    margin-right: 20px;
}

.footer-block--contact p a {
    text-decoration: none;
}

.footer__copyright * {
    font-size: 14px;
    color: #fff;
}

.footer-block--menu .footer-block__details-content li a:hover, .footer-block--menu .footer-block__details-content li a:focus {
    color: #fff;
}

.newsletter-notifications .newsletter__wrapper {
    top: 40%;
}

.newsletter__wrapper h2 {
    font-size: 32px;
}

.newsletter-form__field-wrapper .field__input {
    padding: 10px 20px 10px 0 !important;
}

.newsletter-form__field-wrapper .field {
    padding: 15px 26px;
}

.collection-list-slider-arrow .next.slick-arrow {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
}

.collection-list-slider .collection-list__item .card__media-spacer {
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 30%);
}

.collection-list-slider .collection-list__item .card {padding: 0 10px;}


.mobile-image {
    display: none;
}

/* ////////////////// HOME PAGE END ////////////////// */


/* ////////////////// FOOTER START ////////////////// */


.footer-block__details-content.footer-block--contact p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  	color: #fff;
  	font-size: 14px;
}

.footer-block__details-content.footer-block--contact p a {
  	color: #fff;
}

.footer-block__details-content.footer-block--contact .icon {
    margin-right: 20px;
  	max-width: 28px;
}

.footer-block__details-content.footer-block-image p {
    max-width: 220px;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
  	margin-bottom: 32px;
}

.footer-block-image .footer__list-social {
    justify-content: center;
  position: relative;
  left: 11px;
}

.footer__list-social .list-social__link {
    color: #fff;
  	padding: 0px;
    margin-right: 15px;
}

.footer-block__heading {
    color: #fff;
}

.footer-block__details-content .list-menu__item--active {
    text-decoration: none;
}

.footer-block--menu .footer-block__details-content li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
  	padding-bottom: 10px;
}

.footer__content-bottom {
    border-top: 1px solid #fff !important;
}

.footer-block--menu .footer-block__heading {
    display: none;
}
/* .collection-slider-wrap .slick-list {
    padding: 0 0 0 18%;
} */


.shopify-shop-now-btn .shopify-payment-button__button {
    padding: 0 !important;
    height: 62px;
}

.shopify-shop-now-btn .shopify-payment-button__button button {
    padding: 22px 20px !important;
    height: 62px !important;
    border-radius: 10px !important;
}

/* ////////////////// FOOTER END ////////////////// */

/* ///////////// RESPONSIVENESS //////////////// */

@media only screen and (max-width : 1024px){
  
  .collection-list-section {
    margin-top: -1px;
  }


  .video-bootom-image {
    bottom: -5px;
  }
  
  .header__inline-menu {
    min-width: auto !important;
  }

  .header.header--middle-left {
    padding: 0 10px;
  }

  .background-image-with-text-section p {
    top: 0px;
  }
  .desktop-video {
    display: none;
  }
  
  .mobile-video {
    display: block;
  }
}


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

  .header__icon--cart {
      width: 30px;
      margin-right: 5px;
  }

  
  .image-with-text .grid .grid__item {
    width: calc(100% - 1rem / 2);
  }

  .rich-text__blocks {
    width: auto !important;
  }

  .image-with-text-and-list .image-with-text__content {
    align-items: center;
  }

  .image-with-text-and-list .image-with-text__text {
    text-align: center;
  }
  
  .collection-list-section {
    margin-top: -1px;
  }

  .collection-list-title {
    flex: 0 0 100%;
  }

  .collection-slider-wrap {
    flex: 0 0 100%;
  }
  
  .collection-list-title h2 {
    max-width: max-content;
    margin-bottom: 48px;
    text-align: center;
  }

  .newsletter__wrapper h2 {
    max-width: 340px;
    margin: 10px auto 40px;
  }
  
  .footer-block.grid__item {
    width: 100%;
    text-align: center;
  }

  .footer-block__details-content.footer-block-image p {
    max-width: initial;
  }

  .footer__blocks-wrapper.grid.grid--1-col.grid--2-col.grid--4-col-tablet {
  }

  .footer-block-image .footer__list-social {
    justify-content: center;
  }

  .footer-block__details-content.footer-block--contact {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-block__details-content.footer-block--contact p {
    flex: 1 0 0;
    justify-content: center;
  }

/*   .footer-block--menu .footer-block__details-content.list-unstyled {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  } */

  .footer-block--menu .footer-block__details-content li a {
    padding: 0px;
  }
  
  .footer-block.grid__item.footer-block--menu {
    order: 3;
  }
  
  .video-bootom-image {
    background-size: 115% 100%;
  }


  .header__icons .search-modal__form {
    display: none;
  }

  .header.header--middle-left {
    justify-content: space-between;
  }

  .header header-drawer {
    flex: 1 0 0;
    margin-left: 0px;
  }

  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }

  .newsletter__wrapper h2 {
    max-width: 450px;
  }

  .newsletter__wrapper .newsletter-form {
    margin: 0 auto;
  }

  .newsletter-notifications .newsletter__wrapper {
    top: 25%;
  }
  
  #menu-drawer {
    background-color: #fff;
  }

  .menu-drawer__navigation {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .menu-drawer__utility-links {
    display: none;
  }

  .menu-drawer__navigation-container {
    height: auto !important;
  }

  .menu-drawer__utility-links {
    background-color: transparent;
  }

  .image-with-text-and-list .image-with-text {
    margin-bottom: 20px;
    margin-top: 0;
  }
  
  .rich-text  .rich-text__blocks {
    max-width: max-content;
  }

  .collection-list-slider-arrow .next.slick-arrow {
    margin: 0 auto;
  }
  
  .collection-list-slider .collection-list__item .card__media-spacer {
    padding: 16px;
  }
  
  .newsletter-notifications .newsletter__wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
  
  .background-image-with-text-section p {
    width: 100%;
    max-width: 500px;
  }

 
}

@media only screen and (max-width : 767px){
  #myVideo {
      top: -20%;
  }
  .video-bootom-image {
  	min-height: 120px;
    padding-top: 80px;
  }
}
@media only screen and (max-width : 480px){
  
  .image-with-text-and-list .image-with-text__content {
    padding-left: 0px;
    padding-right: 0px;
  }

  .image-with-text-and-list .image-with-text__content .image-with-text__heading {
    text-align: center;
    font-size: 20px;
  }
  
  .background-image-with-text-section p {
    font-size: 22px;
    max-width: 250px;
    line-height: 26px;
  }
  
  .footer-block.grid__item.footer-block--menu {
    order: 3;
  }

  .footer__content-top {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer__content-top .footer__blocks-wrapper {
    display: flex;
  }

  .footer__blocks-wrapper .footer-block.grid__item {
    margin-bottom: 0px;
  }

  .footer__blocks-wrapper .footer-block--contact {
    margin-bottom: 0px;
  }

/*   .video-bootom-image {
    background-size: 150% 102%;
    min-height: 120px;
    padding-top: 45px;
  } */
  
  .image-with-text__list li svg {
    margin-right: 5px;
  }
  
  .newsletter__wrapper h2 {
    max-width: max-content;
    font-size: 22px;
    margin-bottom: 0px;
  }

  .newsletter__wrapper {
    padding: 0px 15px;
  }

  .newsletter-form__field-wrapper .field {
    padding: 10px 15px;
  }

  .newsletter-background-image .mobile-image {
    height: 440px;
    object-fit: cover;
  }

  .menu-drawer__utility-links {
    display: block;
    padding: 0 32px;
    background-color: transparent;
  }

  .menu-drawer .list-social {
    display: none;
  }

  .announcement-bar.gradient p {
    font-size: 12px;
  }

  .footer-block--menu .footer-block__details-content.list-unstyled {
    justify-content: space-between;
  }

  .footer-block--contact p img {
    margin-right: 8px;
    width: 16px;
  }

  .footer__content-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block__details-content.footer-block--contact p {
    flex: 0 0 100%;
  }

  .menu-drawer__account {
    display: inline-block !important;
  }

  .menu-drawer__account svg {
    max-width: 30px;
  }

  .menu-drawer__utility-links {
    padding: 0 32px !important;
    background-color: transparent !important;
  }
  
  .collection-list-title h2 {
    font-size: 32px;
  }
  .header__heading {
  	flex: 0 0 180px !important;
    margin-bottom: 0 !important;
  }
}
.image-with-text__list_metafield{margin: 5px 0 !important;}
@media only screen and (max-width: 768px){
.header__icons {
    flex: 0 0 0 !important;
    justify-content: flex-end;
}
  .mobile___search_icon{margin-right:1.2rem;}
  .image-with-text__list_metafield{margin: 5px 0 !important;}
}


/********* ETHERCYCLE *********/
nav.breadcrumbs {width: 94%; margin: auto;}
body.cart main#MainContent, body.page main#MainContent {width: 94%; margin: auto;}
#ProductGridContainer {width: 93%; margin: auto;}

.announcement-bar a {background-color: #b896d4; color: #fff; padding: 3px 5px; margin-left: 4px; text-decoration: none; border-radius: 4px;}
.video-with-bottom-image .desktop-video {aspect-ratio: 1.778 / 1;}
.video-with-bottom-image .mobile-video {aspect-ratio: 1 / 1;}
#shopify-section-template--15521276297422__16342288731a2469c9 {width: 100%; aspect-ratio: 1.757 / 1}
.rich-text__blocks {margin: auto; width: calc(100% - 5rem);}

.product__info-wrapper .price__regular {color: #b996d4;}

.deferred-media__poster-button {color: #fff !important; background-color: #f179ba !important; transform: scale(175%) !important}

.newsletter__wrapper {padding: 0 !important}

.seenon {text-align: center; padding: 24px 2%;}
.seenon .h1 {margin-top: 0;}
.logostrip {display: flex; justify-content: center; align-items: center;}
.logostrip img {margin: 8px 2%; max-width: 16.5%;}

.card-information__wrapper {text-align: center}
.card-information__wrapper .rc_container_wrapper {display: none !important}
.card-information__wrapper .shopify-atc-btn {max-width: unset; width: 100%;}
.card-information__wrapper .shopify-atc-btn button.product-form__submit {
  background-color: #b896d4;
  border-color: #b896d4;
  position: relative;
  z-index: 3;
  padding: 6px;
  width: 45%;
  margin: auto;
}
.card-information__wrapper .price {justify-content:center}
.card-information__text {padding: 0 !important}


.slideshow__slide {display: flex !important;}
slideshow-component .slideshow__text.banner__box {max-width: 768px; position: absolute; bottom: 8%}
.slideshow__text-wrapper.banner__content {aspect-ratio: 1.6;}

@media only screen and (max-width: 992px){
  nav.breadcrumbs {margin-top: 4em; padding: 0;}
  #shopify-section-template--15521276297422__16342288731a2469c9 {width: 100%; aspect-ratio: 1 / 1}\
  .rich-text__blocks {text-align:center;}
  body.cart main#MainContent, body.collection main#MainContent {width: 100%;}
  slideshow-component .banner__content {padding-top: 0;}
  slideshow-component .slideshow__text.banner__box {padding-top: 0; bottom: 4%}
}

@media only screen and (max-width: 599px){
  .banner--mobile-bottom .slideshow__text.banner__box {padding: 1em 0 0;}
  .rich-text {margin-top: 3rem !important}
  slideshow-component .slideshow__text.banner__box {bottom: -8vw}
  slideshow-component .slideshow__text.banner__box .button {font-size: 1.33rem;}
  .card-information__wrapper .shopify-atc-btn button.product-form__submit {width: 100%;}
  .card-information__wrapper .shopify-atc-btn button.product-form__submit img {display: none; width: 80%; font-size: 1.1em;}
}
