/** Shopify CDN: Minification failed

Line 1446:19 Unexpected "{"
Line 1446:30 Expected ":"
Line 1446:34 Unexpected "{"
Line 1449:12 Expected identifier but found whitespace
Line 1449:14 Unexpected "{"
Line 1449:21 Expected ":"
Line 1449:54 Unexpected "{"
Line 1449:61 Expected ":"
Line 1449:94 Expected ":"
Line 1450:21 Expected identifier but found whitespace
... and 2 more hidden warnings

**/
@import url('https://fonts.googleapis.com/css2?family=Jost&display=swap');
.product-page-info #SI_trigger{
  margin-top: 0px !important;
  padding: 14px 80px;
  font-size: 13px;
}


.popup-cart a.product-cart__remove{
  color: #d49cc6;
} 

.embed-responsive-16by9::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(255,255,255,0);
}

.embed-responsive-16by9 iframe{
  position: absolute;
      top: 50% !important;
    left: 50% !important;
    transform: translate(-50%,-45%);
    scale: 1.2;
}


@media screen and (max-width:600px){
  .embed-responsive-16by9 iframe{
      transform: translate(-50%,-31%);
      scale: 1.6;
  }
}


.si-edge-right {
  display: none;
}

.social-media .icon.icon-social-twitter {
    width: 18px;
}

a.social-media__twitter {
    position: relative;
    left: -1px;
}

:root {
    --base-family: "Jost", sans-serif;
    --nav-family: "Jost", sans-serif;
    --alternative-family: "Jost", sans-serif;
  --theme: #000;
  --theme3: #000;
  --nav-weight: 400;
      --heading-weight: 400;
          --h1-size: 22px;
    --h2-size: 24px;
    --h3-size: 17px;
}
.header__tape--style-1 a,
.header__tape--style-1 {
    color: #fff;
}

b, strong {
    font-weight: 600;
}

.product-gallery__thumbnail .product-gallery__thumbnail_item .rimage{
  padding-top: 100% !important;
}

.header__sidebar .ml-25 > a.header__btn-reward,
.header__sidebar .ml-25 > a,
.header__sidebar .ml-auto > a{
  position: relative;
}

.header__sidebar .ml-25 > a.header__btn-reward::before,
.header__sidebar .ml-25 > a::before,
.header__sidebar .ml-auto > a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  margin: auto;
  left: 27px;
  right: 8px;
  background-color: #d49cc6;
      bottom: -18px;
  transition: width .2s linear;
}

.header__sidebar .ml-25 > a.header__btn-cart::before{
  left: 12px;
}

.header__sidebar .ml-25 > a.header__btn-reward::before{
  bottom: 0px;
}

.header__sidebar .ml-25 > a.header__btn-reward:hover,
.header__sidebar .ml-25 > a:hover,
.header__sidebar .ml-auto > a:hover{
  text-decoration: none;
}

.header__sidebar .ml-25 > a.header__btn-reward:hover::before,
.header__sidebar .ml-25 > a:hover::before,
.header__sidebar .ml-auto > a:hover::before {
  width: calc(100% - 32px);
}

.header__sidebar .ml-25 > a.header__btn-cart:hover::before{
  width: calc(100% - 50px);
}

.header__btn-cart span.d-none.d-lg-inline.mt-lg-4{
  position: relative;
  top: -2px;
}

.header__btn-cart span.cart-count {
    background: #d49cc6;
    color: #fff;
    padding: 1px 4px;
    border-radius: 3px;
    line-height: 1;
  position: relative;
      margin-left: 5px;
}

.header__btn-cart span.cart-count::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-right: 5px solid #d49cc6;
    position: absolute;
    left: -5px;
    top: 7px;
}

.header__tape--style-1{
  padding: 5px;
}
.button, button, input[type=submit], input[type=reset], input[type=button]{
	text-transform: uppercase;
      padding: 0 45px;
}
/*
.announcement__slider .slick-slide {
    display: none !important;
}

.announcement__slider .slick-slide.slick-current.slick-active {
    display: block !important;
}*/

.header__tape--style-1 .container.d-flex .position-relative.d-flex.align-items-center.px-35{
  width: 100%;
}

.header__content .header__sidebar{
      flex-direction: column;
}
  
  a:hover {
  text-decoration: underline;
}
  a.button:hover,
  .feat-collection a:hover {
  text-decoration: none;
}
.gallery__section-container.grid__wrapper {
    display: flex;
  padding: 5px;
}

.gallery__section-container .gallery__section-block {
    width: 100%;
  padding: 5px;
}

.gallery__section-container .gallery__section-block .gallery__section-image img{
  width: 100%;
}

.gallery__section-content {
  position: relative;
}

.gallery__section-block .gallery__image-caption {
  z-index: 99;
}

.gallery__section-block .gallery__image-caption h3{
  margin-bottom: 8px;
}

.gallery__section-block .gallery__image-caption {
  position: absolute;
  padding: 15px;
  width: fit-content;
  width: -moz-fit-content;
  display: grid;
  grid-row-gap: 5px;
  min-width: 150px;
}

.gallery__section-block .gallery__image-caption span.button{
  text-align: center;
}

.global__section h2.section-heading {
  text-align: center;
  width: 100%;
}

.promobox__content a.btn--default,
.carousel-articles__item a.btn,
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  background: #d49cc6;
  color: #fff !important;
  height: 50px;
line-height: 50px;
  border-radius: 3px !important;
transition: all .25s ease-in-out;
  border: none;
  padding: 0 45px;
}

.gallery__section-content .rimage::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  border: 0px solid #fff;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
  transform: scaleZ(1);
  transition: .3s;
  background-color: #0000;
}

.gallery__section-content:hover .rimage::before {
  border-width: 2px;
  transform: scale3d(.93,.93,.93);
  background-color: #0003;
}

.gallery__section-content:hover .gallery__image-caption .button{
      color: #fff!important;
    background: #505050!important
}

.carousel-articles h4,
.featured-collections.index-section .feat-section {
  position: relative;
  margin-bottom: 40px;
}

.featured-collections.index-section .feat-section.with-subhead {
  margin-bottom: 0;
}

.carousel-articles h4 a,
.featured-collections.index-section h2 {
  font-size: 34px;
  background: #fff;
  padding: 0 20px;
  max-width: 400px;
  margin: auto !important;
  position: relative;
  z-index: 9;
  float: unset !important;
  text-decoration: none;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.carousel-articles h4.carousel__title::after,
.featured-collections.index-section .feat-section::after {
  content: "";
  width: 100%;
  margin-left: unset;
  left: 0;
  bottom: 50%;
  position: absolute;
  border-bottom: 1px solid #dddddd;
}


.feat-collection .collection-index .collection__list-item {
  padding: 5px;
  margin-bottom: 30px;
  position: relative;
}
.feat-collection .collection-index .collection__item-image {
  border: 1px solid #ddd;
}

.feat-collection .collection-index .inline-block-full{
  width: 100%;
}

.feat-collection .collection-index .h4{
      margin-bottom: 10px;
}

.collection__item-details {
  position: relative;
  top: initial;
  margin-top: 10px;
  padding: 0;
  background: transparent;
  text-align: center;
}

.featured-collections .feat-collection .product-collection-noncarousel .collection-index .btn-shop-now {
  background-color: unset;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  line-height: 1;
  transition: all .2s linear;
  position: relative;
}

.featured-collections .feat-collection .product-collection-noncarousel .collection-index .btn-shop-now:hover span::before {
  width: 65px;
  background-color: #d49cc6;
}

.featured-collections .feat-collection .product-collection-noncarousel .collection-index .btn-shop-now span::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  margin: auto;
  left: 0;
  right: 0;
  background-color: #d49cc6;
  bottom: -2px;
  transition: width .2s linear;
}

.featured-collections .feat-collection .product-collection-noncarousel .collection-index .btn-shop-now:hover {
  color: #d49cc6;
}

.feat-collection .product-collection-noncarousel .collection-index{
    min-height: 321px;
    margin-bottom: 10px;
}

.newsletter__section .newsletter__section-container {
  display: grid;
  grid-template-columns: 2fr 2fr;
  grid-column-gap: 50px;
  align-items: center;
  justify-items: stretch;
  padding: 23px 20px;
}

#shopify-section-newsletter .newsletter__section .newsletter__section-container {
  grid-template-columns: max-content;
  justify-content: center;
  text-align: center;
}

#shopify-section-newsletter .newsletter__section-contentWrapper {
  margin-top: 0px;
}

#shopify-section-newsletter .newsletter__section h2 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0px;
}
#shopify-section-newsletter .newsletter__section .newsletter__section-subheading p {
      color: #fff;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    line-height: 1em;
    text-decoration: underline;
    margin-bottom: 0;
}

#shopify-section-newsletter .newsletter__section .newsletter__section-description p {
      color: #fff;
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.2em;
    margin-bottom: 10px;
}

#shopify-section-newsletter .newsletter__section-contentWrapper {
  margin-top: 0px;
}

#shopify-section-newsletter .newsletter__section .newsletter__section-email{
  	        border: 0px !important;
    background: rgba(255,255,255,0.5);
        color: #000;
      height: 40px;
  margin-bottom: 0px;
  }

.newsletter__section .newsletter__section-submit{
  
    height: 40px;
  line-height: 1em;

}
  
  #shopify-section-newsletter .newsletter__section .newsletter__section-email::placeholder {
	color: #000;
}
  
  #shopify-section-newsletter .newsletter__section .newsletter__section-submit{
  	    background: #d095c1 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 0px !important;
    cursor: pointer;
  }


.feat-collection .collection__item-details p {
    text-overflow: ellipsis;
  line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
}


#your-shopping-cart .btn.btn--text,
.btn:hover, .btn:not([class*=btn--]):hover, .button:hover, .spr-summary-actions-newreview:hover,
  #shopify-section-newsletter .newsletter__section .newsletter__section-submit:hover{
  	    color: #fff !important;
    background: #505050 !important;
  }

#your-shopping-cart .btn.btn--text{
  padding: 10px 20px !important;
}
  
  #shopify-section-newsletter .newsletter__section-contentWrapper {
    margin-top: 0px;
}
.newsletter__section-contentWrapper form {
  position: relative;
}
.newsletter__section .newsletter__section-submit {
  width: auto;
  position: absolute;
      top: 0;
  right: 0;
  border: 0 !important;
}
.carousel-articles .subheading,
.featured-blog .index-blog .subheading, .featured-collections.index-section .subheading {
  text-align: center;
  margin-bottom: 20px;
}

.shop-insta .container .shop-insta-loop .insta-item {
  margin: 5px 5px !important;
}

.footer-announcement {
  background: #d59cc6;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.footer-announcement p {
  margin-bottom: 0;
  color: #fff;
}

.footer--style-1 {
    background-color: #505050;
  color: #c5c5c5;
}

#footer.footer--style-1 .footer__section-head h5{
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  text-transform: capitalize !important;
  font-size: 16px;
  color: #c5c5c5;
}
#footer.footer--style-1 .social-links .icon {
    fill: #c5c5c5;
    width: auto;
    min-width: auto;
    height: 22px;
}

.footer--style-1 p,
.footer--style-1 a, .footer--style-1 a:active, .footer--style-1 a:link, .footer--style-1 a:visited {
    color: #c5c5c5;
}

.award-image {
    text-align: right;
}

.award-image .social-links{
  margin-bottom: 20px;
}

.award-image .social-links .justify-content-lg-start {
    justify-content: flex-end!important;
}

.featured-collections.index-section h2,
.carousel-articles h4 {
    margin-bottom: 10px !important;
}

.promobox__content .promobox__text-1{
  font-size: 36px;
}

.header__social-media svg.icon{
  fill: #fff;
}

#footer.footer--style-1 .social-links a:hover .icon,
.header__social-media .social-media a:hover svg.icon{
  fill: #d49cc6;
}

.js-header-tape .header__tape--style-1 .container.d-flex .position-relative.d-flex.align-items-center.px-35.slider{
  width: 60%;
      justify-content: end;
}

featured-collections,
header-announcement {
    width: 100%;
}

header-announcement p{
  margin-bottom: 0px;
  text-align: center;

  font-size: 14px;
}

.header__tape .header__social-media{
  width: 20%;
  justify-content: end;
}

.header__social-media .js-currencies-list .header__btn-currency i svg{
  fill: #fff !important;
}

.header__social-media .js-currencies-list .header__btn-currency{
  color: #fff; 
  margin-top: 0px !important;
}

.large-search {
  max-width: 200px;
  margin: 0 0 0 auto;
  min-width: 200px;
  margin-top: 10px;
}

.large-search form.header-search-form {
  border: none;
  position: relative;
}

.large-search form.header-search-form #header-search {
  border: 1px solid #ddd;
  width: calc(100% - 38px);
  background: #fff;
}

.header-search-form #header-search {
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 5px;
}

.large-search form.header-search-form button.search-button {
  padding: 6px;
  height: 35px;
  border-radius: 0 !important;
 /* background: #d49cc6;*/
  background: transparent;
  position: relative;
  margin-bottom: 0;
  outline: none;
  margin-left: 3px;
  width: 35px;
}

.large-search form.header-search-form button.search-button {
  display: inline-block;
  margin: 0;
    margin-bottom: 0px;
    margin-left: 0px;
  padding: 0;
  position: unset;
  vertical-align: middle;
      position: absolute;
    right: 0;
    top: 3px;
}

.large-search form.header-search-form button.search-button img{
  position: relative;
  top: -10px;
  /*max-width: 20px;*/
  max-width: 100%;
}
.header__sidebar i{
  margin-right: 3px;
}

.header__sidebar i svg.icon{
  fill: #d49cc6 !important;
}

.feat-collection-carousel .collection-slides{
    position: relative;
}

.feat-collection-carousel .collection-slides .slide-arrow{
 position: absolute;
    top: 30%;
    z-index: 9;
    padding: 8px 3px;
    background: #505050;
    line-height: 1;
    height: auto;
}

.feat-collection-carousel .collection-slides .slide-arrow .icon{
  fill: #fff;
}

.feat-collection-carousel .collection-slides .slide-arrow.prev-arrow{
  left: 0;
}
.feat-collection-carousel .collection-slides .slide-arrow.next-arrow{
  right: 0;
}

.feat-collection-carousel .collection-item{
  padding: 5px;
}

.feat-collection-carousel .collection__item-details a.inline-block-full {
  background-color: #d49cc6;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  text-decoration: none;
  text-transform: uppercase;
  width: auto;
}

.feat-collection-carousel .collection__item-details a.inline-block-full:hover {
  color: #fff !important;
  background: #505050 !important;
}

.feat-collection-carousel .collection__item-details .inline-block-full .prod-title {
  color: inherit;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
      line-height: 1.4em;
}

.feat-collection-carousel .collection__list-item .btn-shop-now {
  display: none;
}

.breadcrumbs ul {
    text-transform: uppercase;
}

.section-heading-wrap {
  width: 100%;
  text-align: left;
  position: relative;
  margin: 10px 0 40px;
}

.section-heading-wrap::before {
      content: "";
    border-bottom: 1px solid #e5e5e5;
    position: absolute;
    bottom: -5px;
    z-index: -1;
    right: 15px;
    width: 100%;
    left: 15px;
}

.section-heading-wrap .section-heading {
  background: #fff;
  display: inline-block;
  font-size: 22px;
      padding-left: 15px;
}

#header .header__line--colorize-1,
#header .header__line--colorize-2{
border-bottom: none;
}

.span-12.hero__title{
  width: 100%;
}

.span-12.hero__title .collection__page-title{
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
}

.fixed-sidebar__section{
    display: none;
}

.product-options__value--text.active, .product-options__value--large-text.active, .product-options__value--square.active {
    background-color: #d49cc6;
    color: #fff;
  border-color: #d49cc6 !important;
}

.product-options__value--text:hover, .product-options__value--large-text:hover, .product-options__value--square:hover{
  background: #505050;
  color: #fff;
}

.product-page-info .product-page-info__button-add-to-cart .js-product-button-add-to-cart{
  background: #d49cc6;
  border: none;
  color: #fff;
}

.product-page-info .row .js-store-lists-add-wishlist{
 background: #505050;
    color: #fff;
    padding: 14px 80px;
    width: 100%;
      border-radius: 3px;
  transition: 0.3s;
}

.product-page-info .row .js-store-lists-add-wishlist:hover{
  background: #d49cc6 !important;
}

.product-page-info .row .js-store-lists-add-wishlist span .icon{
  fill: #fff;
}

.product-page-info .row .js-store-lists-add-wishlist span{
  color: #fff;
}

.product-page-info .pb-15 .mt-20.mb-15{
  float: left;
  width: 100%;
}
.product-page-info .product-page-info__button-add-to-cart.mb-10 {
    width: 50%;
      float: left;
}

.product-page-info .pb-15 > .row.justify-content-center.justify-content-md-start.mt-15{
  width: 50%;
      float: left;
      margin: 0px !important;
      padding-left: 20px;
}

.product-page-info .pb-15{
  float: left;
  width: 100%;
}

.product-page-info .pb-15 > .row.justify-content-center.justify-content-md-start.mt-15 > .col-auto{
    width: 100%;
  padding: 0px;
}

.dynamic-checkout__button .shopify-payment-button .shopify-cleanslate form{
  margin-bottom: 0px;
}

.product-page-info .product-page-info__button-add-to-cart .js-product-button-add-to-cart:hover .icon{
  fill: #fff;
}
.product-page-info .product-page-info__button-add-to-cart .js-product-button-add-to-cart:hover span,
.product-page-info .product-page-info__button-add-to-cart .js-product-button-add-to-cart:hover{
  color: #fff;
}

.collection-sidebar__wrapper h4{
  margin-top: 20px;
  border-bottom: 1px solid #ddd;
padding-bottom: 5px;
}

.collection-sidebar-section__head h5.d-flex{
  justify-content: space-between;
}

span.header__counter {
    display: none;
}

.product-options__value.disabled-hidden {
        background: #fbfbfb;
   /* pointer-events: none;*/
    color: #e5e5e5;
}
.product-options__value.disabled-hidden span::after,
.product-options__value.disabled-hidden span::before {
    background: #fbfbfb;
}

.product-options__value.disabled-hidden span::after {
    background: #ff000036;
}

.product-options__value.disabled-hidden span::before {
  content: unset;
}

.carousel .slick-dots li.slick-active,
.slider .slick-dots li.slick-active {
    background: #d49cc6 !important;
  width: 10px;
  height: 10px;
}

.carousel .slick-dots li,
.slider .slick-dots li {
    background-color: #c5c5c5 !important;
  width: 8px;
  height: 8px;
}

.cbb-frequently-bought-container ul li::before{
  content: unset !important;
}

.readconte.open {
    margin-bottom: 20px;
}

.label.label--in-stock.mb-3.mr-3.text-nowrap {
    display: none;
}

.product-page-info__dynamic-checkout .dynamic-checkout__button {
    margin-top: 0px !important;
}

.product-page-info .pb-15 .mt-20{
  margin-top: 0px !important;
}

.product-page-info .pb-15{
  padding-bottom: 5px !important;
}

.product-page-info__border {
    display: none;
}

.product-page-info__description a{
  text-decoration: underline;
}

button.shopify-payment-button__more-options{
    display: none;
}

.promobox--type-list-collections-2 .promobox__content .promobox__text-1.h5{
  font-size: 18px;
}

.promobox--type-list-collections-2 .position-absolute{
      position: relative!important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
}

.product-page-info__details-buttons .justify-content-md-start .col-auto {
    position: relative;
}

.product-page-info__details-buttons .justify-content-md-start .col-auto::after {
    border-right: 1px solid #e2e0e0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 6px;
  z-index: -1;
}

.product-page-info__details-buttons .justify-content-md-start .col-auto:last-child::after{
  content: unset;
}

#MainContent .pages-content .rte p a,
#MainContent .article .article__body p a,
#MainContent .collection__page-description a#read-more-content:hover,
#MainContent .collection__page-description a{
    text-decoration: underline;
}

#MainContent .pages-content .rte p a:hover,
#MainContent .article .article__body p a:hover,
#MainContent .collection__page-description a#read-more-content,
#MainContent .collection__page-description a:hover{
  text-decoration: none;
}

.large-search form.header-search-form button.search-button {
    background-image: url('/cdn/shop/t/53/assets/magnifier_small.png?v=70392264208520297211668609895');
    background-size: cover;
    background-position: center;
  transition: 0.3s;
}

.large-search form.header-search-form button.search-button:hover{
    background-image: url('/cdn/shop/t/53/assets/magnifier_icon_hover_small.png?v=16274521503163637651668609885');
}

.product-recommendations .carousel__products .product-collection__image.product-image{
  padding: 30px;
}

.reward-wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5px;
}

.reward-wrapper h3{
  margin-bottom: 0px;
}

.reward-wrapper .reward-row.reward-head {
    align-items: end;
}

.reward-wrapper .reward-row .reward-col .box span.bullet {
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
}

.reward-wrapper .reward-row{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: stretch;
  gap: 5px;
}

.reward-wrapper .reward-row.reward-head .reward-col{
  background: transparent !important;
}

.reward-wrapper .reward-row .reward-col{
  width: 100%;
  background: #d59cc6;
  text-align: center;
  padding: 15px;
}

.reward-wrapper .reward-row:nth-child(odd) .reward-col:nth-child(2){
  background: #e0e0e0;
}

.reward-wrapper .reward-row:nth-child(odd) .reward-col:nth-child(3){
  background: #d6b2e2;
}

.reward-wrapper .reward-row:nth-child(odd) .reward-col:nth-child(4){
  background: #e4bbd9;
}

.reward-wrapper .reward-row .reward-col:nth-child(2){
  background: #bfbfbf;
}

.reward-wrapper .reward-row .reward-col:nth-child(3){
  background: #c79cd5;
}

.reward-wrapper .reward-row .reward-col.title {
    width: 200%;
  background: #fff;
}

.reward-wrapper .reward-row .reward-col .box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate .size--large,
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate button {
    background: #eed7e8 !important;
  border-color: #eed7e8 !important;
}

.shopify-payment-button .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate .size--large:hover,
.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate button:hover{
  background: #d49cc6 !important;
  border-color: #d49cc6 !important;
}

@media screen and (min-width: 1025px){
  .menu:not(.menu--vertical) .menu__panel>.menu__item>a{
    font-weight: 600;
  }

  .menu__megamenu .menu__item > a.menu__title {
      font-weight: 600;
  }


  .header__nav .menu:not(.menu--vertical) .menu__panel>.menu__item:last-child > a{
    color: #D49CC6; 
  }
  
}


@media screen and (max-width: 800px){
  .reward-wrapper .reward-row .reward-col.title{
    width: 100%;
  }

  .reward-wrapper .reward-row .reward-col .box,
  .reward-wrapper h3 {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.3em;
  }

  .reward-wrapper .reward-row .reward-col img{
    width: 60px;
  }
}

@media screen and (max-width: 450px){
  .reward-wrapper .reward-row .reward-col .box,
  .reward-wrapper h3 {
      font-size: 9px;
  }
}

@media (min-width: 1025px){
  .header__nav .menu:not(.menu--vertical) .menu__panel > .menu__item > a {
      padding-left: 5px;
      padding-right: 5px;
  }

  .header__content .header__line-top {
    z-index: 1;
}

  .header:not(.header--type-5) .header__content .header__line-top {
    min-height: 110px;
}


  .header__logo--center+.header__sidebar {
    transform: translate3d(0,-40%,0);
  }

.collection-sidebar-type-1 .collection-sidebar-section .collection-sidebar-section__head {
    padding: 0px 0 0px;
}

  .btn--animated .btn__icon {
    transform: translate3d(-14px,0px,0);
}

  .page-404 .container {
      max-width: 1025px !important;
    padding: 60px 0px;
  }
  
}

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

  .footer__content .col-lg-4.d-lg-block.d-none {
      display: block !important;
  }

  .footer__content .col-lg-4.d-lg-block.d-none .award-wrap {
      display: none;
  }

  .footer__content .col-lg-4.d-lg-block.d-none .social-links .social-media {
    justify-content: center !important;
    margin-top: 30px;
}
  
  .header__tape .header__social-media{
    display: none !important;
  }

  .js-header-tape .header__tape--style-1 .container.d-flex .position-relative.d-flex.align-items-center.px-35.slider{
    width: 100%;
  }

  .header__btn-cart .d-none{
    display: block !important;
  }

  .header__btn-cart .header__counter{
    display: none !important;
  }

  .header__btn-cart span.d-none.d-lg-inline.mt-lg-4{
    top: 0px;
  }

  .gallery__section-content .rimage:before{
        background-color: #0003 !important;
  }

  .footer__border-top {
    border: none;
  }

  #footer.footer--style-1 .footer__section-head h5{
    border-bottom: none;
  }

  #footer.footer--style-1 .footer__section-head.open h5{
        border-bottom: 1px solid #e5e5e5;
  }

  .footer__menus .col-lg {
    padding: 0;
}
  
}

@media screen and (min-width: 980px){
  .shop-insta .container .shop-insta-loop .insta-item {
    width: 23.5%;
    float: left;
  }
}

@media screen and (max-width: 980px){
  .feat-collection .product-collection-noncarousel .collection-index {
    min-height: 385px;
  }

  .container .row{
    margin-left: 0px;
    margin-right: 0px;
  }

  div#ssw-widget-recommends-html {
    text-align: center;
    padding: 40px;
}
  
}

@media screen and (min-width: 768px){
  .product-gallery .product-gallery__content{
    flex-direction: row-reverse;
  }

  .product-gallery .product-gallery__content .product-gallery__main .product-gallery__blockratio {
    padding-top: 110% !important;
  }

  .product-page-info .product-page-info__button-add-to-cart{
    display: flex;
    width: 100% !important;
    gap: 10px;
  }

  .product-page-info .js-product-button-add-to-cart{
    width: 100% !important;
  }

  .product-page-info #widget-fave-html{
    width: 100% !important;
    margin-top: 0px !important;
  }

  .product-page-info #widget-fave-html .ssw-fave-btn-content{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  
}

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

  .product-options--type-page {
    text-align: left;
}
  
  .product-options--type-page .product-options__section {
      justify-content: flex-start;
  }
  
  #header .header__line-top .container.d-flex{
    flex-direction: column;
    position: relative;
  }

  #header .header__line-top .header__btn-menu {
      position: absolute;
      left: 20px;
      top: 15px;
  }

  #header .header__line-top .header__sidebar .large-search{
    display: none;
  }
  .promobox__content a.btn--default, .carousel-articles__item a.btn, .button, button, input[type=submit], input[type=reset], input[type=button]{
    height: auto;
    line-height: 1em;
        padding: 12px 20px;
  }

  .container {
      max-width: 100% !important;
  }

  #shopify-section-newsletter .newsletter__section .newsletter__section-email {
    height: 35px;
  }

  .product-page-info .product-page-info__button-add-to-cart.mb-10{
    width: 100%;
  }

  .product-page-info .pb-15>.row.justify-content-center.justify-content-md-start.mt-15{
    padding-left: 0px !important;
    width: 100%;
  }

  .product-page-info .product-page-info__button-add-to-cart .js-product-button-add-to-cart {
      padding: 14px 80px;
  }

  div#ssw-avg-rate-profile-html {
      text-align: center;
  }

  .product-page-info__description.text-center {
    text-align: justify !important;
}

  .shop-features{
        padding: 10px 0px !important;
  }

  .review-wrapp-btn {
    justify-content: center !important;
    margin-bottom: 10px;
}

  .ssw-reviews-head-listing .ssw-reviews-head-title {
    text-align: center;
}

  .product-page-info__button-add-to-cart .btn:not(.btn--size-large) {
    min-height: 52px;
}
  
}

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

  .shop-features .logos-wrapper,
  .gallery__section-container.grid__wrapper {
      flex-direction: column;
  }

  .shop-features .logos-wrapper .logo-block:last-child {
    border: none;
}
  
  .shop-features .logos-wrapper .logo-block {
    border-bottom: 2px solid #fff;
    padding: 20px !important;
    text-align: center;
    border-right: 0px !important;
  }
}

@media screen and (max-width: 490px){
  .header__sidebar .ml-25{
        margin-left: 10px !important;
  }

  .header__sidebar .ml-auto .ml-25 i svg {
    width: 18px;
    height: 18px;
    min-width: 18px;
}

  .header__sidebar .ml-auto .ml-25 i {
    position: relative;
    top: -2px;
}
  
  .feat-collection .product-collection-noncarousel .collection-index {
    min-height: 340px;
}

  .header__content .header__sidebar {
    margin-left: 0px !important;
}
  
  .footer__payments{
    padding-left: 0px;
    padding-right: 0px;
  }

  #shopify-section-newsletter .newsletter__section h2{
    font-size: 18px;
  }

  #shopify-section-newsletter .newsletter__section .newsletter__section-subheading p{
    font-size: 30px;
  }

  #shopify-section-newsletter .newsletter__section-contentWrapper {
      max-width: 300px;
    width: 100%;
  }

  .header__sidebar .ml-25 {
    margin-left: 3px!important;
    font-size: 12px;
  }
  .header__btn-account .icon, .header__btn-cart .icon, .header__btn-compare .icon, .header__btn-menu .icon, .header__btn-services .icon, .header__btn-wishlist .icon {
    width: 20px;
    min-width: 20px;
  }
}





/* Default font color is black */
.logo h1 {
    color: black;
    transition: color 0.3s ease;
}

/* Font color when background is transparent */
.transparent-header .logo h1 {
    color: white;
}

/* Make sure the header text is visible */
.header__logo a {
    color: inherit;  /* This ensures the color is inherited from the parent (white or black) */
}

/* Border for Designer Introduction block */
.ai_gen_block_042429e {
  border: 1px solid #000000 !important;
  padding: 30px !important;
  box-sizing: border-box !important;
  display: inline-block !important;
  max-width: 100% !important;
}


.ai-designer-card-{{ ai_gen_id }} {
    display: block;
    width: 100%;
    padding: {{ block.settings.padding_vertical }}px {{ block.settings.padding_horizontal }}px;
    background-color: {{ block.settings.background_color }};
  }
