/** Shopify CDN: Minification failed

Line 1036:0 All "@import" rules must come first

**/
/* Variables */

:root {
  --navbar-height: 40px;
  --cta-height: 60px;
  --light-blue: #a4b5ba;
  --cream: #e9e6e0;
  --light-cream: #f8f6f2;
  --brown: #c9b9ad;
  --light-brown: #edeae3;
  --cta-shadow: #e2dbce;
  --padding-horizontal: 24px;
  --padding-vertical: 36px;
  --max-width: 1110px;
  --padding-desktop: calc((100vw - 1110px) / 2);
  --double-block-padding: 0 calc((50vw - (1110px / 2)) / 2);
}
@media screen and (min-width: 768px) {
  :root {
    --padding-vertical: 72px;
  }
}  
.best.padding--bottom {
    padding-bottom: var(--padding-vertical);
}

.best.padding--top {
    padding-top: var(--padding-vertical);
}

@media screen and (min-width: 768px) {
 .best .product-slider__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
  
   .padding--right-desktop {
    padding-right: var(--padding-desktop);
  }

  .padding--left-desktop {
    padding-left: var(--padding-desktop);
  }
}  
  .text--bold {
  font-weight: 700;
}
  .text--underlined {
  text-decoration: underline;
}
  .text--light-blue {
  color: var(--light-blue);
}
.product-slider__slider-container {
  margin-top: 20px;
}
.product-slider__slider-container .product-tile {
  width: 70vw;
}
  @media screen and (min-width: 768px) {
  .product-slider__slider-container .product-tile {
    width: 24vw;
  }
}

@media screen and (min-width: 1200px) {
  .product-slider__slider-container .product-tile {
    width: 16vw;
  }
}
  .product-tile__image {
  width: 100%;
  background-color: var(--light-cream);
}
  .square {
  position: relative;
}
  .square img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
  .product-tile__details {
  padding-top: 16px;
  text-align: center;
}
  .product-tile__price {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tile__description,
.product-tile__vendor {
  margin: 5px 0;
  height: 20px;
  line-height: 20px;
}
  .product-tile__vendor {
  opacity: 0.5;
}
  @media screen and (min-width: 768px) {
    h3 {
    font-size: 22px;
  }
}
  .text--medium {
  font-size: 14px;
}
  .text--small {
  font-size: 11px;
}
  .product-tile__price {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
  .square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
  .product-tags {
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
}
  @media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
  .best   h2 {margin:0;}
 .button-wrapper.best-seller-section {
    float: right;
}

.slider-prev,
.slider-next {
  display: none;
}
  
  @media screen and (min-width: 768px) {
    
    .slider-prev,
  .slider-next {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    background-color: transparent;
    border: 1px solid transparent;
    top: 150px;
    width: 40px;
    height: 40px;
    cursor: pointer;
  }

  .slider-prev.hidden,
  .slider-next.hidden {
    display: none;
  }    
    .slider-next ,
    button.best-seller.slider-arrow.slider-arrow--next{
    right: calc((50vw - (1110px / 2)) / 2);
  }
     .slider-prev {
    transform: rotate(180deg);
  }

   button.best-seller.slider-arrow.slider-arrow--next,
   button.best-seller.slider-arrow.slider-arrow--prev{
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    position: absolute;
    background-color: transparent;
    border: 1px solid transparent;
    top: 150px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    }
}
  .collection-grid__headerr.product-slider__heading.padding--left.padding--right.padding--left-desktop.padding--right-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 5px!important;
}
  .collection-grid__headerr.product-slider__heading.padding--left.padding--right.padding--left-desktop.padding--right-desktop .block.s1 {
    width: auto!important;
}
  .container.product-slider.padding--top.padding--bottom {
    margin-left: 0;
    padding-left: 5px;
}
  section.related-products {
/*     margin-top: -50px; */
}

section.related-products .page-title {
    margin-top: 0px;
}
@media screen and (min-width: 768px) {  
  .newsletter-form {
    display: flex;
    justify-content: center;
  }
  .newsletter-form__content {
    width: 50%;
  }
  .newsletter-form__text {
  margin-top: 0;
}
    .newsletter-form__text {
    font-size: 16px;
  }
} 

  .klaviyo-form-QQ4U3a form,
.klaviyo-form-WArKFq form {
  padding: 0 !important;
}

.klaviyo-form-QQ4U3a input,
.klaviyo-form-WArKFq input {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  color: black !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  height: 32px !important;
  margin-bottom: 10px !important;
  border-radius: 0 !important;
}

.klaviyo-form-QQ4U3a input::placeholder,
.klaviyo-form-WArKFq input::placeholder {
  color: black !important;
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
}

.klaviyo-form-QQ4U3a input:focus,
.klaviyo-form-WArKFq input:focus {
  box-shadow: none !important;
}

.klaviyo-form-QQ4U3a button,
.klaviyo-form-WArKFq button {
  margin-top: 10px;
  border: none;
  background-color: var(--light-blue) !important;
  height: var(--cta-height);
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px !important;
  box-shadow: 5px 5px var(--cta-shadow);
  cursor: pointer;
  font-family: "Poppins", sans-serif !important;
}
  .background--cream {
  background-color: var(--cream);
}
  
@media only screen and (min-width: 768px){  

  .padding--top {
  padding-top: var(--padding-vertical);
}
.padding--bottom {
  padding-bottom: var(--padding-vertical);
}
  
}  

  
.padding--top {
  padding-top: var(--padding-vertical);
}

.padding--right {
  padding-right: var(--padding-horizontal);
}

.padding--bottom {
  padding-bottom: var(--padding-vertical);
}

.padding--left {
  padding-left: var(--padding-horizontal);
}
  
/*  02-12-2021  */
@media screen and (min-width: 768px) {
  .padding--right {
    padding-right: 0;
  }

  .padding--left {
    padding-left: 0;
  }

  .padding--right-desktop {
    padding-right: var(--padding-desktop);
  }

  .padding--left-desktop {
    padding-left: var(--padding-desktop);
  }

  .margin--right-desktop {
    margin-right: var(--padding-desktop);
  }

  .margin--left-desktop {
    margin-left: var(--padding-desktop);
  }

  .padding--double-block {
    padding: var(--double-block-padding);
  }
}
  
  /* Advantages */

.advantages {
  text-align: center;
}

.advantage {
  margin: 60px 0;
}

.advantage h3 {
  font-size: 24px;
}

.advantage__text {
  margin-bottom: 0;
  margin-top: 16px;
}

.advantage__picture {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  background-size: contain;
}

.advantage__picture img {
  object-fit: contain;
  object-position: bottom;
}

@media screen and (min-width: 768px) {
  .advantages__container {
    display: flex;
    padding-bottom: 80px;
  }

  .advantage {
    flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .advantage h3 {
    font-size: 20px;
    line-height: 26px;
    min-height: 52px;
    padding: 0 20px;
  }

  .advantage__text {
    margin-top: 16px;
    font-size: 14px;
  }

  .advantage:last-of-type {
    margin-right: 0;
  }

  .advantage__picture img {
    object-position: center;
  }
}

@media screen and (min-width: 1200px) {
  .advantage {
    margin-right: 90px;
  }
}
  .background--ellipsis {
  background-image: url('/cdn/shop/t/3/assets/illustration-ellipsis.svg?v=11284051505116802617');
  background-repeat: no-repeat;
  background-position: center;
}
/* Shop by Texture */
.background--circle {
  background-image: url('/cdn/shop/t/3/assets/illustration-circle.svg?v=18236378738750174814');
  background-repeat: no-repeat;
  background-position: center;
}
  section.shop-textures.textures h3 {
    color: #fff;
}

section.shop-textures.textures h2 {
    color: #fff;
}
.textures {
  color: #ffffff;
  text-align: center;
}

.textures__options {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  row-gap: 48px;
  justify-content: center;
}

.texture {
  flex-basis: 50%;
}

.texture__title {
  font-size: 24px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.texture__url {
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  border-bottom: 1px solid;
}

.texture__picture {
  position: relative;
}

.texture__picture.background--circle {
  background-size: 80%;
}

.texture__illustration {
  position: absolute;
  left: 50%;
  align-items: center;
  display: flex;
  top: 50%;
  width: 70%;
  height: 70%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

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

@media screen and (min-width: 768px) {
  .textures h2 {
    font-size: 40px;
  }

  .texture__picture.background--circle {
    background-size: auto;
  }

  .texture {
    flex-basis: 25%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }
}
.background--brown {
  background-color: var(--brown);
}
  .logo-listsec.logos-description {
    min-height: 27px;
}
section.icons-rows-sec .container .icons-row__item .icons-row__image img {
    width: 130px;
    height: 80px;
}
 section.icons-rows-sec .container .icons-row__image {
    width: 140px;
    height: 80px;
}
  /* Product Characteristics */

.product-characteristics {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
}

.product-characteristic {
  display: flex;
  align-items: center;
  margin-top: 36px;
}

.product-characteristic__image {
  margin-right: 20px;
  width: 100px;
  min-width: 100px;
  background-size: contain;
}

.product-characteristic__image svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.product-characteristic__text {
  margin: 0;
}

.product-characteristic__content {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .product-characteristics {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-characteristics__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product-characteristic {
    flex-basis: 48%;
  }
  .mobile-product-info{
   display:none; 
  }
  
}
  @media screen and (max-width: 767px) {
    .product__info.for-desktop-product-info .desktop-prd-title.product__title__wrapper{
/*      display:none; */
    }
    .product__info.for-desktop-product-info .desktop-prd-title.product__title__wrapper .product__price{
      display:none; 
    }
    .product__info.for-desktop-product-info .desktop-prd-title.product__title__wrapper p , .product__info.for-desktop-product-info .desktop-prd-title.product__title__wrapper h1 {
      display:none; 
    }
  }  
  
  section.featured-collection.collection-grid.container-wrap .button-wrapper.best-seller-section a.button.button--primary {
    display: none;
}
  /* Product Tags */

.product-tags {
  display: flex;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 11px;
}

.product-tags__tag {
  background-color: var(--light-blue);
  padding: 2px 10px;
  color: #ffffff;
  text-transform: uppercase;
}
  .background--light-cream {
  background-color: var(--light-cream);
}
  /* Color Selector */

.product-color-selector {
  margin-bottom: 48px;
}

.color-selector__image {
  width: 54px;
  height: 54px;
}

.color-selector {
  display: flex;
  align-items: center;
  padding: 12px 40px 12px 12px;
  margin: 16px 0;
}

.color-selector svg {
  transition: transform 0.3s;
}

.color-selector.with-popup svg {
  transform: rotate(180deg);
}

.color-selector__variant-title {
  flex: 1;
  margin-left: 16px;
}

.color-selector__options {
  display: none;
  height: 350px;
  overflow: auto;
  position: absolute;
  width: calc(100% - 2 * var(--padding-horizontal));
  left: var(--padding-horizontal);
  z-index: 2;
}

.color-selector__options.visible {
  display: block;
}

.color-selector__option {
  display: flex;
  align-items: center;
  padding: 12px;
  border-bottom: 1px solid var(--cream);
}

.color-selector__option.selected {
  background-color: var(--cream);
}

.color-selector__overlay.visible {
  display: block;
}

.color-selector__title {
  display: none;
}

.color-selector__close {
  display: none;
}

@media screen and (min-width: 768px) {
  .color-selector-open {
    overflow: hidden;
  }

  .product-color-selector {
    margin-bottom: 20px;
  }

  .color-selector__options {
    position: absolute;
    left: 20px;
    top: 40px;
    width: calc(100% - 40px);
    height: calc(100% - 80px);
    padding: 5%;
    box-sizing: border-box;
    background-color: #ffffff;
  }

  .color-selector.with-popup svg {
    transform: none;
  }

  .color-selector__close {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }

  .color-selector__title {
    display: block;
    flex-basis: 100%;
    text-align: center;
  }

  .color-selector__overlay.visible {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
  }

  .color-selector__options.visible {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .color-selector__option {
    width: calc(100% / 6 - 20px);
    border: 1px solid var(--cream);
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    transition: transform 0.5s;
  }

  .color-selector__option:hover {
    transform: scale(1.05);
  }

  .color-selector__options .color-selector__variant-title {
    margin-left: 0;
    margin-top: 10px;
    flex: 0;
  }
}
  .background--cream {
  background-color: var(--cream);
}

.background--light-cream {
  background-color: var(--light-cream);
}

.background--brown {
  background-color: var(--brown);
}

.background--light-blue {
  background-color: var(--light-blue);
}
  .color-selector-all-images svg{
  display:none;
  }
.color-selector-all-images .color-selector__image.square--rounded {
    margin: auto;
}
  .product__images.product__images--large {
    position: relative;
}


.template-product .product__images.product__images--large .product__images__slider-nav.flickity-enabled {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 15px;
    margin: 0;
}
  .template-product .product__images.product__images--large .flickity-slider {
/*     transform: inherit !important; */
}
 
.template-product .product__images.product__images--large  .product-single__media-thumb {
    width: 47px;
    height: 47px;
}
  .product__images__slider-nav.flickity-enabled .flickity-viewport {
    height: 55px !important;
}
  .product__container .product__images.product__images--large .product-tags.visible {
/*     z-index: 9; */
}
 .template-product .product__images.product__images--large .product-tags {
    z-index: 1;
    right: 10px !important;
}
/*  03-12-2021  */
  .template-product .product__images.product__images--large .product__images__slider-nav .flickity-slider {
    transform: inherit !important;
}

  .product__container .product__info.for-desktop-product-info .desktop-prd-title.product__title__wrapper {
/*     display: block; */
}
  /* Quantity Selector */

.product-quantity-selector {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantity-selector__minus,
.product-quantity-selector__plus {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--light-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px var(--cta-shadow);
  cursor: pointer;
}

.product-quantity-selector__quantity {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Product Form */

.product-form-new {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .product-form-new {
    padding: 0;
    margin-left: 48px;
    flex: 1;
  }

  .product-quantity-selector {
    margin-top: 0;
  }
}
  /* CTAs */

.ctaa {
  border: none;
  background-color: var(--light-blue);
  height: var(--cta-height);
  color: #ffffff;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 32px;
  font-size: 20px;
  box-shadow: 5px 5px var(--cta-shadow);
  cursor: pointer;
}

[data-add-to-cart] {
  display: flex;
  width: 100%;
}
  
  /* Product Purchase */

.product__purchase {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .product__purchase {
    flex-direction: row;
  }
}
 @media screen and (min-width: 768px) {
  .padding--right {
    padding-right: 0;
  }

  .padding--left {
    padding-left: 0;
  }

  .padding--right-desktop {
    padding-right: var(--padding-desktop);
  }

  .padding--left-desktop {
    padding-left: var(--padding-desktop);
  }

  .margin--right-desktop {
    margin-right: var(--padding-desktop);
  }

  .margin--left-desktop {
    margin-left: var(--padding-desktop);
  }

  .padding--double-block {
    padding: var(--double-block-padding);
  }
   .product-slider__slider-container.padding--left.padding--left-desktop{
   padding-left: var(--padding-desktop);
  }
   
   .product__description.rte.mobile-desc{display:none;}
} 
  .lqip.lazyloaded {
  -webkit-filter: blur(0);
  filter: blur(0);
}
.product-slider__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
  
  @media only screen and (max-width: 767px){
   .product-slider__slider-container.padding--left.padding--left-desktop.swiper-container.swiper-initialized.swiper-horizontal.swiper-pointer-events{
    padding-left: var(--padding-horizontal);
   }
    section.best.product-slider.padding--top.padding--bottom{
    padding-left: var(--padding-horizontal);
      }
    .product__description.rte.desktop-desc{display:none;}
  }
 
@media (min-width: 768px) and (max-width: 1200px){  
  .template-index .product-slider__slider-container.padding--left.padding--left-desktop {
    padding-left: 25px;
}
  .template-index .best .product-slider__heading {
    padding-left: 25px;
}

}
  
  section.product-characteristics.padding--left.padding--right.padding--bottom.margin--left-desktop.margin--right-desktop{
   margin:auto;
  }
     .z.product-tags {
       font-size:13px;
    right: 10px!important;
    left: auto!important;
}
/*  section.best.product-slider span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    right: 10px;
    left: inherit;
}
  
span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    margin-right: 10px;
    float: right;
    position: relative;
} */
  button.qty__adjust-btn.qty__adjust-btn--minus{
  width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px var(--cta-shadow);
    cursor: pointer;
  }
  
  
  button.qty__adjust-btn.qty__adjust-btn--plus{
   width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--light-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 4px var(--cta-shadow);
    cursor: pointer;
  }
  .qty__adjust input.qty__adjust-input {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .qty__adjust{
    width: 135px;
}
  
  .product__form-buttons button.product__form-submit.button--alt{
   border: none;
    background-color: var(--light-blue);
    height: var(--cta-height);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 20px;
    box-shadow: 5px 5px var(--cta-shadow);
    cursor: pointer;
  }
  body.template-product .product-pge.product-tags.product-page.visible {
    left: 0!important;
    display: block;
  }
  .product-pge.product-tags.product-page.visible {
    display: none;
  }
  body.template-index .product-pge.product-tags.product-page {
    display: none;
}
  /*================================03-12-2021===========================================*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap');
.template-product .product-characteristics {
    margin-top: 72px !important;
    margin-bottom: 36px !important;
}
.template-product .product__title {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Poppins';
    color: #000;
    margin: 10px 0;
}
.template-product .product__price span {
    font-weight: 500;
    font-size: 22px;
}
.template-product .qty__adjust input.qty__adjust-input {
    border: 0;
}
.template-product .product__form  .product__form-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.template-product .product__form  .product__form-block  .product__form-buttons {
    width: 60%;
}
 .template-product .product .product__container {
    gap: 40px;
}
.template-product h2{
    color: #000;
}
.template-product .product__title__wrapper {
  display: inline-block;
}
.template-product .product__vendor, .template-product .product-anagraphic__type {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #252525;
  opacity: .5;
}
.template-product .product__description span {
    margin: 30px 0;
    display: inline-block;
}
.template-product .color-selector__overlay.visible {
   z-index: 1050;
} 
.template-product .container {
   z-index: inherit;
}
.template-product .color-selector__image img {
   border-radius: 50%;
}
.template-product .color-selector__close .icon-close path {
   stroke-width: 4em;
   stroke: black;
}
.template-product .color-selector__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: 900;
    margin-top:  0 !important;
}
 .template-product .color-selector__options.visible {
    background: #fff;
}
.product__form-block.product__form-block--options-inline.product__form-block--swatches {
    display: none;
}
  .product__form-buttons .shopify-payment-button .shopify-payment-button__button{
     border: none;
    background-color: var(--light-blue) !important;
    height: var(--cta-height);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 32px;
    font-size: 20px;
    box-shadow: 5px 5px var(--cta-shadow);
    cursor: pointer;
  }
  .quickView-img .product__images__slider-nav.flickity-enabled {
    position: absolute;
    bottom: 14px;
    left: 0;
    z-index: 99;
    width: 100%;
    padding: 0 15px;
  }
  .quickView-img .product__images__slider-nav.flickity-enabled .flickity-slider {
    transform: inherit !important;
  }
  .quickView-img .product-single__media-thumb {
    width: 52px;
    height: 52px;
  }
  .product-block__info .product-block__title {
    font-size: 22px;
    font-family: 'Harmonia Sans';
    line-height: 22px;
  }
  .product-block__info .product-block__title .product-block__price .price, .product-block__info .product-block__price .price{
    font-size: 18px;
  }
  .template-index .product-block__info, .template-index .product-block__top {
    gap: 0px;
  }
  .template-index .product-block__info--center {
    gap: 0px;
  }
  .product-block__info .text--small {
    margin-bottom: 5px;
  }
  .best .product-slider__slider-container.padding--left.padding--left-desktop {
    padding-left: 15px !important;
    padding-right: 15px;
  }
   .best .slider-next,  .best .best-seller.slider-arrow.slider-arrow--next {
    right: calc((50vw - (1305px / 2))/ 2);
  }
  .qty__adjust input.qty__adjust-input {
    border: 0;
  }
  .product__form-block {
    flex-flow: row;
    justify-content: space-between;
  }
  .product__form-block .product__form-buttons {
    width: 60%;
  }
  .slider-arrow--next {
    right: 20px !important;
  }
/*===================================Responsive=========================================*/
  @media (min-width: 992px) and (max-width: 1199.98px){
    .best .slider-next, .slider-prev {
      top: 90px;
    }
    .best .slider-next,  .best .best-seller.slider-arrow.slider-arrow--next {
      right: calc((50vw - (934px / 2))/ 2);
    }
  }
  @media (min-width: 768px) and (max-width: 991.98px){
    .template-product .product__form .product__form-block .product__form-buttons {
      width: 52%;
    }
    .best .slider-next, .slider-prev {
      top: 90px;
    }
    .best .slider-next,  .best .best-seller.slider-arrow.slider-arrow--next {
      right: calc((50vw - (740px / 2))/ 2);
    }
  }

  @media (max-width: 767.98px){
    .template-product .product__title__wrapper {
      display: flex;
    }
    .product-slider__slider-container .product-tile {
      width: 70vw !important;
    }
    .template-product .product-color-selector h5 {
      margin-top: 15px;
    }
    .template-product .product-color-selector {
      width: 100%;
      padding-left: 4px;
      padding-right: 4px;
    }
    .template-product .product {
      margin-top: 0;
    }
    .template-product .product__form .product__form-block {
      flex-direction: column;
    }
    .template-product .product__title {
      font-size: 45px;
      line-height: 50px;
      margin: 0;
    }
    .template-product .product__description span {
      text-align: center;
    }
    .template-product .product-characteristics {
      margin-top: 32px!important;
      padding: 0;
    }
    .template-product .product-characteristics h2 {
      font-size: 30px;
      font-weight: 900;
    }
    .template-product .product__info__wrapper {
      margin-bottom: 30px;
      margin-top: 0;
    }
    .template-product .product__images.product__images--large .product__images__slider-nav.flickity-enabled {
      bottom: 6px;
      padding: 0;
    }
  }	
/* 07-12-2021  */
  .color-selector__overlay.visible h1.color-selector__title {
    margin-top: 40px;
}
  
  
  /* Filters */

#cloud_search_filters_root {
  min-height: 56px;
  overflow-x: auto;
}

.cloud-search-filter {
  margin-right: 20px !important;
}

.cloud-search-filters-horizontal
  .cloud-search-page-controls__filters-container {
  justify-content: flex-start;
}

.cloud-search-page-controls .cloud-search-page-controls__filters {
  margin: 0;
  height: 56px;
  flex-wrap: nowrap;
}

.cloud-search-page-controls--with-margins {
  margin: 0;
}

.cloud-search-page-controls .cloud-search-page-controls__filters > div {
  margin-left: 0;
  margin-right: 0;
}

.cloud-search-filter__name {
  font-weight: bold;
  padding: 0;
}
  /* Collection Banner */

.collection-banner {
  text-align: center;
}

.collection-banner--has-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.collection-banner__image {
  width: 200px;
}

@media screen and (min-width: 768px) {
  .collection-banner {
    text-align: left;
    background: white;
  }

  .collection-banner:not(.collection-banner--has-image) {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-banner__text {
    width: 75%;
  }

  .collection-banner--has-image .collection-banner__content {
    flex: 2;
  }

  .collection-banner--has-image {
    background: var(--cream);
    flex-direction: row;
    align-items: flex-start;
  }

  .collection-banner__image {
    order: 2;
  }
}

/* Collection List */

.template-collection .collection-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media screen and (min-width: 768px) {
  .template-collection .collection-list {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
  .product__container .product__info.for-desktop-product-info .lasst.variant-wrapper.variant-wrapper--color {
    display: none;
}
  
  .product-pge.sold_out.product-tags.product-page {
    
    left: 0px!important;
    right: auto!important;
    position: unset;
}
  span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    background-color: var(--light-blue);
    padding: 4px 10px;
    color: #fff;
    text-transform: uppercase;
     
}
  @media (max-width: 480px){
   span.product-status-flag.product-status-flag--rectangle.is-sold-out {
  
   padding:4px!important;
     margin-left: 6px
	}
  }
  
   @media (max-width: 480px){
  .product-tags__tag.prdt-tag {
    right: 6px;
    font-size: 10px;
	}
  }
     @media (max-width: 480px){
  .z.product-tags {
    right: 6px!important;
}
}
  span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    padding: 4px!important;
    margin-left: 6px;
    font-size: 10px;
}
  
  .qty__adjust.product__purchase.hide-this-bcz-temp-products1 {
    display: none;
}
  .product__form-buttons.hide-this-bc-temp-products1 {
    display: none;
}
  

  
 .product__container .product__images .product-tags .product-tags__tag.prdt-tag
  {
  font-size: 13px!important;
  }
   @media (max-width: 480px){
   .product__container .product__images .product-tags .product-tags__tag.prdt-tag
  {
  font-size: 12px!important;
  }
   }
  
  
  
  
  /* 14 jan */
  .template-product  .product__container .product__images 
  .product-tags .product-tags__tag.prdt-tag{
/*   font-size:13px!important; */
  }
  .button-wrapper.best-seller-section{
  display:none;
  }
    .collection-grid__headerr.product-slider__heading.padding--left.padding--right.padding--left-desktop.padding--right-desktop
  {
  padding-top:0!important;
  }
  .template-index  .featured-collection .product-block__info{
  padding-bottom:0;
  }
  .template-index  .header--full+.shopify-section{
  margin:0;}
  .template-index  .collection-grid{
  margin:0;
    padding:47px 0 0 0;
  }
  #sustainability  .collection-grid{
  margin:0;
    padding:47px 0 0 0;
  }
  .template-index   .gallery-wrap ,
   .template-index .section-mosaic,
  .template-index .three-advantage{
  padding:55px 0  0 0;
  }
  .template-index .ooo-instagram{
  padding:46px 0  40px 0;
  }
  .template-index   .gallery-wrap .gallery{
  margin: 0 var(--gutter) calc(var(--gutter)/2);
    }
  .section-mosaic{
    margin:0;
  }
  .template-index .shop-textures{
  margin-top:54px;
  }
  .advantages__container{
  padding-bottom:0;
  }
  .advantage {
    margin-top: 45px;
}
  .template-index .logo-list{
  padding:25px  0 0 0;
  } 
  .template-index .section-logos .logo-listsec.logos-description{
  display:none;
  }
  
  .feature-item{
  margin-bottom:55px;
  }
  
  .title-module {
    margin: 40px 0 40px 0;
}
  #cloud_search_filters_root {
    min-height: auto;
  }
  
  .template-collection .page-title, .template-page .page-title {
    margin-top: 25px;
    margin-bottom: 30px;
}
  .template-collection  .collection-grid__row[data-infinity]{
  padding-bottom:0;
  }
  .template-collection .collection-grid, .template-search .collection-grid {
    padding: 0px 0;
}
  .product{
  margin:0;
  }
  .product .breadcrumbs {
    margin-bottom: 18px;
}
  .template-product .product-characteristics {
    margin-top: 45px!important;
    margin-bottom: 0px!important;
    padding-bottom:0;
}
  
  .related-products .page-title {
    margin-top: 20px;
    margin-bottom: 36px;
}
  .related-products .product-block__info{
  padding-bottom:0 ;}
  
  .page-title h1, .page-title h2 {
    margin-bottom: 0;
}
  
  .template-collection  .page-title .page-title__text{
  margin-top:20px;
  }
   header .popout--footer .popout {
    padding-right: 24px;
}
 
.collection-list__header {
    margin-top: 40px;
  }
 #shopify-block-fae053ec-6658-4853-a88d-5ddc4c12d986 {
/*    height:240px; */
  }
  iframe body{
  padding:0;
  }
   .collection-list__header {
    margin-top: 45px;
  }
 .collection-list.container-wrap>.collection-list__header.row{
    margin-bottom:22px;
  }
  
.template-page .collection-list__header {
    margin-top: 40px;
  margin-bottom:28px!important;
  }

  .template-product .product__images.product__images--large
  .product__images__slider-nav.flickity-enabled {
    bottom: -4px;
  }
/*   .template-product #CollectionModule--template--15595864719578__164189292015d74b3e{
  margin-top:-80px;
  }
 .template-product  .related-products {
    margin-top:-80px;
  } 
  .shopify-block.shopify-app-block{
  
  margin-bottom:80px;} */
 .template-product  .collection-list__row[data-infinity] {
    padding-bottom: 0;
}
  .template-product .container{
/*   margin-bottom:27px; */
  }
  .shop-textures {
  margin:auto;
    max-width:82%;
  }
  .three-advantage {
 margin: 0 auto;
    max-width: 82%; 
  }
   
  .product_discount-percent{
      padding: 6px 10px;
    right: 0;
    position: absolute;
    bottom: 8px;
    color: #fff;
    background: red;
  
  }
  
      .shopify-block.shopify-app-block #looxReviews{
      margin: 20px auto 0 auto!important;
    max-width: 100%!important;
    width: calc(100% - 80px);
        padding:0 40px;
  }
  
  .language_switcherr-mobile{
  display:none;
  }
  
  @media (max-width:1023px){
     .mosaic__blocks--four .mosaic__content {
    height: auto;
    
}
   .mosaic__blocks--four .mosaic__content .mosaic__content-container{
    margin-bottom:46px;
  }
    .three-advantage {
    margin: 0 auto;
    max-width: 95%;
}
    .shop-textures {
    max-width:100%;
  }
    .shopify-block.shopify-app-block #looxReviews{
    padding:0 40px ;
      width:100%;
    
    }
    
  }
  
  
  @media screen and (max-width: 767px){
    .language_switcherr-desk{
    display:none;
    }
    .language_switcherr-mobile{
    display:block;
    }
  .feature-item{
  margin-bottom:45px;
  }
  
.mosaic__content {
    padding: 0;
}
   .template-index   .collection-grid,#sustainability  .collection-grid{
  margin:0;
    padding:45px 0 0 0;
  }
  .template-index   .gallery-wrap ,
   .template-index .section-mosaic,
  .template-index .three-advantage{
  padding:45px 0  0 0;
  }
  .template-index .ooo-instagram{
  padding:45px 0  34px 0;
  }
    .template-index .shop-textures {
    margin-top: 0px;
}
  .template-index  .advantage:last-child{
    margin-bottom:0;
    }
    .footer__blocks{
    gap:28px;
    }
    
    .product-color-selector,
    .color-selector{
    margin-bottom: 0;
}
    .template-product .product__description span{
    margin:0;
    }
    .related-products .product-block__info {
    padding-bottom: 20px;
}
    .product-characteristic{
    margin-bottom:23px;
    }
    .template-product .site-footer .footer__inner {
      padding-top: 20px;
    }
    .site-header{
    height:auto;
    }
    .main-content{
/*     padding-top:80px; */
    }
   .title-module {
  
    margin-top: 50px;
    }
    .template-product .mobile-product-info .product__title__wrapper{
        margin-top: 40px;
    }
    
    .featured-product--template--15595864719578__main .product__container .product__info__wrapper {
      margin-top:25px;
      margin-bottom:0px;
      gap:0;
    }
    .template-product .product-color-selector h5 {
    margin-top: 8px;
}
    .template-product .product__info.for-desktop-product-info .product__info__wrapper .loox-rating i{
     margin-top:26px;
    }
    
    .template-product .product-1 .product__info.for-desktop-product-info .product__info__wrapper .loox-rating i{
     margin-top:0px;
    }
    .featured-product--template--15595864719578__main .product__container .product__info__wrapper .product__description {
    margin-top:18px;
    }
    .main-content{
    padding-top:67px;
    }
  }

  @media (max-width:549px){
   
  .product_discount-percent{
    right: -10px;
    bottom:9px;
  }
    .shopify-block.shopify-app-block #looxReviews{
    padding:0 20px;
    }
   
  }
  @media (max-width:400px){
  
   .template-product .product__images.product__images--large
  .product__images__slider-nav.flickity-enabled {
    bottom: -7px;
  }
     
  .product_discount-percent{
   
    bottom:7px;
  }
  }
  
  .featured-product--template--15595864719578__main  .product__info.for-desktop-product-info .product__info__wrapper{
  gap:0;
  }
  
  .featured-product--template--15595864719578__main  .product__description span{
    margin-bottom:0;
  }
  
  
  .popout--footer{
  margin-right:0;
  }
 
  body #looxReviews iframe #grid{
  height:auto;
  }
   body #looxReviews iframe .grid-item-wrap{
  position:static;
  }
  
  @media (min-width:768px) and (max-width:1024px){
    .section-mosaic .mosaic__inner .block:nth-child(2){
    margin-top:-50px;
    }

  }
  
  .language_switcherr-desk {
  padding-right:16px;
  }
  .nav-user {
    border-top: none;
    padding-top:15px;
      }
  .language_switcherr-mobile{
 padding-top:27px;
     border-top: 2px solid var(---color-border);
  }
 .language_switcherr-desk   .popout__toggle,.language_switcherr-mobile .popout__toggle{
margin: 0 0 6px;
/*    background-color:#fafafa;
   color:#222222; */
       color: var(---color-footer-bottom-text);
    background-color: var(---color-footer-bottom-bg);
  }
 
  .language_switcherr-desk   .popout__toggle  svg,
  .language_switcherr-mobile .popout__toggle svg{
  height:100%;
  right:10px;}
 
/*   .language_switcherr-desk .language_selector{
    text-transform: uppercase;
    text-align: left;
    letter-spacing: .02em;
    font-size: calc(0.7rem*var(---font-adjust-body));
    line-height: normal;
    padding: 10px 44px 10px 14px;
    white-space: nowrap;
    border: 1px solid #e4e4e4;
  color:rgba(34, 34, 34);
    background: var(---color-background);
} */
  
 .language_switcherr-desk .popout-list, .language_switcherr-mobile .popout-list{
  bottom:unset;
 
 }
/*   .popout-list {
    background-color: var(---color-background);
    border: 1px solid var(---color-border);

    position: absolute;
   
    margin: 0 0 5px;
    padding: 0;
    min-height: 30px;
    max-height: 300px;
    overflow-y: auto;
}
  
  .popout-list__option {
    text-transform: uppercase;
    padding: 8px 15px;
    width: 100%;
    display: block;
    font-size: calc(0.7rem*var(---font-adjust-body));
} */
  
  .popout-list__option.popout-list__item--current span{
      border-bottom: 1px solid var(---color-footer-bottom-text);
  }
  
  .product-status-flag--rectangle.is-sale{
  padding: 10px 12px;
    background:transparent;
    color:#fff;
        top: 0;
    left: 0;
    font-size:11px;
  }
  .product.product--layout-slideshow.container-wrapfeatured-product.featured-product--template--15595864719578__main.product-1 .product__price {
    display: none;
}
  
  
  .site-footer--push {
    padding-bottom: 0px;
}
  
  
    span.product-status-flag.product-status-flag--rectangle.is-sold-out {
   
       font-size: 13px;
}
  
  
  /* 21 jan */
  
  .product__info .product__price{
/*   font-size:22px; */
  }
  span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    padding:4px 10px!important;
    background:#000;
}
  @media (min-width:768px){
  .template-product .desktop-prd-title.product__title__wrapper ~.product__price{
    display:none;
  }
  }
  @media (max-width:767px){
    .product__info .product__price{
      justify-content:center;
    }
  }
  @media (min-width:481px){
    span.product-status-flag.product-status-flag--rectangle.is-sold-out{
    margin-left:10px;
    }
  }
  @media (max-width:480px){
  span.product-status-flag.product-status-flag--rectangle.is-sold-out {
    font-size: 12px;
}
  }
  .section.related-products {
  margin-top:-10px;
  }
  
  .product-block__price .price{
  font-weight:500;
  }
   .product-block__price .price strike{
  font-weight:400;
  }