/** Shopify CDN: Minification failed

Line 1878:0 Unexpected "}"

**/
/* SECTION BANNER */
h2::after {
	content: unset !important;
}

h2 {
	margin-bottom: 8px !important;
}
.custom-banner {
	display: flex;
}

.gallery__row h2, .gallery__row h1 {
  font-family: "Mulish" !important;
}
.custom-banner img {
	height: 100%;
  	width: 100%;
  	object-fit: cover;
}

.custom-banner-left {
	width: 65%;
    overflow: hidden;
}
.text-custom-banner {
	position: absolute;
  	color: white;
  	width: 100%;
  	height: 100%;
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	font-weight: bold;
  	font-size: 24px;
  	z-index: 9;
  	
}
.custom-banner-right {
	width: 35%;
  	display: flex;
  	flex-direction: column;
  overflow: hidden;

}
.custom-banner-right a {
	position: relative
}


.custom-banner-left:hover img,.custom-banner-right .top:hover img ,.custom-banner-right .bottom:hover img {
	transform: scale(1.1);
    	transition: 0.3s ease

}
.custom-banner-left img,.custom-banner-right img{
  	transition: 0.3s ease;
    	transform: scale(1);
}

.gallery__item:hover .gallery__image {
	transform: scale(1.1) !important;
    	transition: 0.3s ease
}
@media screen and (max-width: 768px) {
  .custom-banner {
    flex-direction: column;
  }
  .custom-banner-left {
    width: 100%;
    height: 50vh;
  }

  .custom-banner-right {
    width: 100%;

  }
}

/* SECTION GALLERY */
.gallery__item h2 {
    font-size: 36px !important;
    font-weight: bold;
    color: #ffffff;
    margin-top: 10px;
}


.richtext-gallery p {
	line-height: 1.6em;
  
}

/* BUTTON */
.button-custom.button.alt {
	border: none;
  	border-radius: 0px !important;
}

.button-custom.button.alt:hover {
	color: white !important;
}

/* FOOTER */

.section-footer__row--blocks {
	display: flex;
    flex-direction: column;
  	padding-top: 40px !important;
}

.section-footer__newsletter-block {
  flex: auto !important;
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-bottom: 20px !important;
}

.section-footer__newsletter-block  .section-footer__title,.section-footer__newsletter-block .section-footer__text{
	text-align: center;
}
.section-footer__newsletter-block .section-footer__text {
	color: #474443;
  	margin-bottom: 5px;
}
.section-footer__newsletter-block .section-footer__title {
	margin-bottom: 5px;
}

.section-footer__newsletter-block .signup-form__email {
    border: 1px solid !important;
    padding-left: 10px !important;
}

.section-footer__newsletter-block .signup-form__button {
  background: black !important;
  height: 100%;
  border-radius: 0px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-weight: bold; 
}

.section-footer__menu-block__menu {
	display: flex;
  	justify-content: center;
/*   	gap: 20px; */
  	flex-wrap: wrap;
}
.section-footer__menu-block__menu li:not(:last-child) {
  margin-right: 20px;
}

.section-footer__menu-block {
	margin-bottom: 20px !important
}

.section-footer__text {
	margin-bottom: 0px !important;
}
.section-id-scrolling-text {
	padding-top: 20px;
} 
.pb-medium.header-overlap-section {
	padding-bottom: 0px !important;
}
.section-footer__menu-block__menu li a {
	font-size: 12px;
  	color:#474443
}

#footer_newsletter_signup p {
	margin-bottom: 0px;
}

.section-footer__text-block--with-text {
	flex: auto !important;
  	margin-bottom: 0px !important;
  	margin-left: auto;
  	margin-right: auto;
}

.section-footer__text-block--with-text p, .section-footer__row-lower span, .section-footer__row-lower a {
	font-size: 13px;
  	color: #474443;
}

.section-footer__row-lower {
	padding-top: 0px !important;
  	padding-bottom: 0px !important;
  	justify-content: center !important;
}

html {
	padding-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
  .section-footer__menu-block__menu {
/*     gap: 15px; */
    row-gap: 0px;
  }
  .section-footer__newsletter-block {
  	width: 100%;
  }
  .section-footer__text-block--with-text {
  	text-align: center;
    margin-bottom: 0px;
  }
  .section-footer .section-footer__row-lower .section-footer__row__col:first-child {
  	display: none;
  }
  .section-footer .section-footer__row--blocks {
  	padding-bottom: 0px !important;
  }
  .section-footer__row__col.section-footer__text-block.section-footer__text-block--with-text {
  	padding-top: 0px;
    padding-bottom: 0px;
  }
  .section-footer .section-footer__row__col {
  	padding: 0px;
  }
  .copyright {
  	text-align: center;
  }
  .section-footer__text {
  	margin-bottom: 0px !important;
  }
}


/* RICHTEXT */
.section-rich-text a{
	font-size: 16px;
  	text-decoration: none;
  	border: 0px !important;
}

/* HEADER */
/*------ HEADER -------- */

/* Explication: Change of order of the header so logo is in the middle
   change of size of the div so everyting is aligned. */

a.logo {
  order: 1; 
  width: 180px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* to make it on top of the submenu */
  left: unset !important;
}

.logo img {
  margin-left: auto;
  margin-right: auto;
}

.site-control__inline-links {
  order: 0;
  width: 45%;
  position: relative;
}

.nav-right-side {
  order: 2;
  width: 45% !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
  top: 10px;
}



.nav-row {
  position: relative;
  top: 7px;

}
.site-control__inner {
	padding-top: 0px;
  	padding-bottom: 0px;
}
.nav-row {
	padding-left: 15px !important
}
.site-control.nav-inline-desktop .site-control__inner .nav-row .contains-children:hover .nav-rows {
	max-height: 100vh !important;
}

  .nav-row li a {
    padding:4px 15px !important
  }
@media screen and (min-width: 1300px)  {
  .nav-row li a {
    padding:4px 15px !important
  }
  .nav-row .tier-1 {
/*     padding: 15px 10px !important; */
    padding-top: 22px !important;
  }
  .nav-right-side {
    justify-content: flex-end;
  }
  .nav-row .tier-1 {
    display: flex;
    justify-content: flex-start
  }
  .site-control .links.site-control__inner a, .custom-cart-nav p {
  	font-size: 12px !important;
  }
}

@media screen and (max-width: 1300px)  {
  .nav-row li a {
    padding: 4px 15px !important
  }
  .nav-row .tier-1 {
/*     padding: 15px 10px !important; */
    padding-top: 22px !important
  }
  .nav-right-side {
    justify-content: flex-end;
  }
  .nav-row .tier-1 {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
  }
    .site-control .links.site-control__inner a, .custom-cart-nav p {
  	font-size: 12px !important;
  }
}
.custom-cart-icon-with-text {
  display: flex !important;
  width: auto !important;
  align-items: center;
  padding: 10px 30px;
}

/* .custom-cart-icon-with-text.nav-cart svg {
	display: none;
} */
.custom-cart-icon-with-text svg {
  width: 15px !important;
  height: 15px !important;
  margin-right: 8px;
}

.cart.nav-search {
  width: 15px;
  height: 15px;
}

.site-control.inline.icons.nav-inline-desktop {
	top: 15px;
  	transition: all 0.2s ease;
}
.site-control.inline.icons.nav-inline-desktop.nav-opaque {
	top: 0px;
  transition: all 0.2s ease;
}
/* End of Explication */






/* E-shop Submenu */
.nav-rows {
  width: 100vw;
  max-width: unset !important;
  /*   	position: absolute; */
  left: 0px !important;
  display: flex !important;
  top: 74px !important;
  margin-top: 0px !important;
/*   margin-left: 4vw !important;
  margin-right:4vw !important; */
  padding: 0px !important;
  justify-content: space-between;
  box-shadow: -1px 2px 4px rgb(0 0 0 / 20%);
  border-top: 0px !important;
}


.nav-rows li a {
	letter-spacing: 0.8px;
  	color: #000000 !important
}
.contains-children {
	position: static !important;
  	padding-bottom: 30px;
}

.nav-rows-right {
    display: flex;
    width: auto;
    justify-content: flex-end;
    height: 100%;
}

.nav-rows-left {
	display: flex;
  	flex-direction: column;
  	width: 40%;
  	flex-wrap: wrap;
    margin: auto;
}

.nav-rows-lookbook {
	display: flex;
  	gap: 5px;
  	padding: 5px;
}

.submenu {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 200px;
}
.nav-inline-desktop .logo, .logo img {
	width: 150px !important;
}




@media screen and (max-width: 768px) {
	.nav-inline-desktop .logo, .logo img {
	width: 95px !important;
}
}
.tier-1 .contains-children .nav-rows .nav-collection-img {
	position: relative;
  	padding: 0px !important;
  	width: 100%;
 
/*   	height: 80%;
  	width: 47%; */
}

.nav-rows-lookbook {
	width:100%;
}

.nav-collection-img p {
	position: absolute;
  	bottom: 30px;
  	width: 100%;
  	color: white;
  	font-weight: bold;
    font-family: 'Oswald';
    text-align: left;
    padding-left: 30px;
    bottom: 6px;
    font-size: 18px;
}

.nav-collection-img img {
	height: 350px;
  	width:100%;
  	object-fit: cover;
  object-position: top;
}
.menu {
	align-items: flex-start !important;
}
.site-control .menu .icon-menu {
	width: 20px !important;
    height: 20px !important;
}
.site-control .menu .icon-menu .icon-menu__bar {
	width: 20px;
  	height: 1px
}
.header-submenu::after {
  content: 'bb';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #f2e9de;
}
.header-submenu {
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 12px;
  transition: all 300ms ease;
  position: relative;
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
}

/* End */



/* Media queries for mobile */
@media screen and (max-width: 1100px) {
  .custom-cart-icon-with-text p, .nav-account{
  	display: none !important;
  }
  .custom-cart-icon-with-text {
  	height: 40px !important;
  }
  .cart-icon--basket1, .nav-search {
  	position: relative !important;
    right: unset !important;
    padding: 3px;
  }
  .custom-cart-icon-with-text svg {
    width: 21px !important;
    height: 21px !important;
  }
  .nav-search {
  	top: 4
      0px !important;
  }
  .nav-search svg {
      width: 18px !important;

  }
  
  .nav-right-side {
    flex-direction: row-reverse;
    justify-content: end;  
    top: 12px !important;
  }
  
  .site-control .cart {
  	margin-top: 0px;
  }
  
  a.logo {
  	width: 110px !important;
  }
}

/* End */

/* ------ END OF HEADER ------  */


/* VALEURS */
.nos-valeurs-title h1 {
  	margin-top: 70px;
  	color: black;
  	font-size: 45px;

}
.page-nos-valeurs .image-with-text, .engagements-wrapper {
  padding-bottom: 0px!important;
}
.valeurs-content {
	max-width: 390px;
  	margin-left: auto;
  	margin-right: auto;
  	text-align: center;
  	color: black;
}

.page-nos-valeurs .rte p { 
	text-align: justify !important;
  	color: black;
  	
}

.page-nos-valeurs .rte {
	max-width: 390px;
  	margin: auto;
}
.page-nos-valeurs .image-with-text, .engagements-wrapper {
	width: 90%;
  	margin: auto;
  	max-width: 1240px;
}

.button-container {
    display: flex;
    justify-content: center;
  	flex-direction: row-reverse;
    gap: 20px;
    margin: auto;
    max-width: 390px;
  	align-items: center;
}

.button {
	border-radius: 0px !important;
  	font-weight: bold;
      padding: 15px 60px;
  font-size: 12px !important;

}

.custom-button a {
    border: 1px solid;
    padding: 14px 60px;
  	background: black !important;
  	color: white;
    	font-weight: bold;
    font-size: 12px !important;
  transition: opacity .3s,color .3s,background-color .3s,border-color .3s,transform .3s;
}

.custom-button a:hover {
	background: black;
  	color: white;
  transition: opacity .3s,color .3s,background-color .3s,border-color .3s,transform .3s;
}
.engagements-container {
	width: 50%;
  	padding-left: 70px;
  	padding-right: 70px;
  	margin-bottom: 20px;
}

.engagements-container {
 text-align: justify;
}
.engagements-text-right {
	padding-left: 20px;
}
.engagements-bottom {
  display: flex;
  align-items: center;
}

.engagements-img {
  width: 150px;
}

@media screen and (min-width: 1000px) {
.page-nos-valeurs h2 {
  font-size: 33px !important;
}
  
}

@media screen and (max-width: 768px) {
 .custom-cart-icon-with-text.nav-cart, .custom-cart-icon-with-text.nav-cart svg {
	display: block !important;
  }
  
   .custom-cart-icon-with-text.nav-cart {
	    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
  }
  .nos-valeurs-title h1 {
	font-size: 33px;
  }
  .valeurs-content {
  	width: 90%;
    text-align: left;
  }
  
  .page-nos-valeurs .image-with-text__image  {
    order: 2;
  }
  .image-with-text-left .image-with-text__image {
  	order:3;
  }
  .page-nos-valeurs .image-with-text__text__wrap {
    padding-left: 0px;
    padding-right: 0px;
  }
  .engagements-container {
  	width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
  }
  .engagements-bottom {
  	flex-direction: column;
  }	
  .engagements-text-right {
  	padding-left: 0px;
  }
}



/* CONTACT */
span.required {
	    color: red;
    margin-left: 3px;
}

.input-row label {
	text-align: left;
  	font-size: 14px;
  	color: black;
  	text-transform: capitalize;
  	letter-spacing: 0;
}

.form {
	max-width: unset !important;
}

.contact-submit input{
	border-radius: 0px !important;
  	width: auto;
  	padding: 15px 60px;
  	font-weight: bold;
}

.contact-footer {
	font-size: 13px;
  	margin-top: 30px;
  	color: black;
  	line-height: 1.4
}

.contact-footer a {
	text-decoration: underline;

}

.champs-obligatoires {
	text-align: left;
  	font-size: 11px;
  	color: black;
}

/* COLLECTION PAGE */
.cc-product-filter-container {
	width: 100%;
  	padding: 0px;
}

.product-recommendations .product-block.cc-product-block {
  padding-left: 0px !important;
}

@media screen and (min-width: 1000px) {
.product-block.cc-product-block{
	padding: 50px !important;
/*  Three columns height  */
/*   	height: 500px; */
}
  .template-collection .product-list-container {
  	padding-left: 50px;
    padding-right: 50px;
  }
  .product-block {
  margin-top: 0px !important;
  }
.product-block__inner, .product-block__inner .image  {
	height: 100% !important;
}
}

.product-block span.title::after{
    content: '-';
    padding-left: 3px;
    right: 0;
    font-weight: 400;
}

.product-block a.caption  {
	display: flex !important;
  	align-items: center;
  	padding-top: 10px;
  	padding-left: 20px;
}

.product-block .price, .product-block .title {
  padding-top: 0px;
  font-size: 12px !important;
}

.product-block .price {
  padding-left: 5px;
}
.product-block .title {
  text-transform: uppercase;
  color: black;
  font-weight: bold;
}

.theme-money {
  color: black;
}
.current-price.theme-money {
	color: black;
}

.template-index .section-footer__row-container {
	padding-top: 0px;
}

.on-sale .current-price, .on-sale .theme-money {
	color: #AB293A!important;
}

.on-sale .was-price  {
	color: black !important;
  	opacity: 1;
  	margin-left: 5px
}

.collection-title {
	text-align: left !important;
  	margin-bottom: 0px !important;
  	font-size: 64px !important;
 
}
.theme-filter-container .cc-product-filter-container .product-list-container .product-list {
	padding-bottom: 100px !important;
}

.template-collection .collection-header .overlay-type .central .feature-header:after {
  border-color: transparent;
  content: unset !important;
}

.collection-header .overlay-type {
	padding-bottom: 0px !important;
  	padding-left: 0px !important;
  	position: absolute !important;
  	align-items: center;
  	display: flex;
  	
}

.breadcrumb{
	text-align: left;
}

.collection-header .central {
	padding-left: 40px !important;
}

.filter  {
  padding: 0 !important;
  margin-bottom: 0;
  border: none;
  display: block; 
}

.filter ul.filter-list {
    position: relative;
    top: 0;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
    line-height: 10px;
  	display: flex;
  	justify-content: center;
  	gap: 30px;
  	line-height: 1;
  	overflow: hidden
}

.filter ul.filter-list li {
    display: inline-block;
    margin-bottom: 0;
    text-transform: uppercase;
  	font-size: 13px;
  	color: black;
}

.filter ul.filter-list li.active {
	font-weight: bold;
}

.filter ul.filter-list li:hover {
	opacity: 0.5;
}

.wide-container.filter.cc-animate-init {
	display: none;
}

.collection-footer .content {
	display: flex;
  	flex-direction: column;
  	align-items: flex-end;
}

.collection-footer .line-2 {
	margin: 0px;
}

.collection-button {
 background-color: transparent !important;
 color: white !important;
  font-size: 64px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  border: 0px !important;
  font-family: Muli,sans-serif;
  font-weight: 900;
  font-style: normal;
}
  

#page-content .central.footer {
	border-top: 0px;	
  	margin-top: 0px;
  	padding-top: 10px;
}

#page-content .central {
	max-width: unset !important;
  	width: 100% !important;
}
.template-collection .footer p {
	text-align: justify;
  	max-width: 88vw;
  	margin: auto;
  	color: black;
}

.template-collection .footer a {
	color: black;
}

.collection-info h2{
	text-align: left;
  	font-size: 46px;
  	line-height: 1.2;
}

.collection-info p{
	text-align: left;
  	font-weighT: bold;
  	color: black;
}
.template-collection .collection-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px !important;
  	padding-top: 250px !important;
}
@media screen and (max-width: 768px) {
  .filter {
  	margin: 0px;
    background-color: black;
    color: white;
    padding-top:10px !important;
    padding-bottom: 10px !important;
  }
  .template-collection .collection-header .overlay-type,.collection-header .overlay__content {
  	width: 100%;
  }
  .filter ul {
  	justify-content: space-between;
    gap: unset;
    margin-top: 0px;
    
  }

  .product-list {
    width: 100%;
    margin: auto !important;
    display: flex;
    justify-content: space-between;
  }
  .product-block {
  	padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
    .product-block:nth-child(even) {
  	padding-left: 2px !important;
  }
  
      .product-block:nth-child(odd) {
  	padding-right: 2px !important;
  }
  
  .collection-title {
  	font-size: 30px !important;
  }
  .product-block {
  	margin-top: 0px !important;
  }
  .filter ul.filter-list li {
  	font-size: 10px;
    color: white;

}
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .product-block, .theme-filter-container .cc-product-filter-container .product-list-container .product-list.product-list--rows .collection-block {
  	width: 50% !important;
  }
  .filter ul.filter-list {
      gap: 0px !important;
    padding-left: 0px !important;
    justify-content: space-around;
  }
  .theme-filter-container .cc-product-filter-container .product-list-container .product-list {
  	padding-bottom: 10px !important;
  }
  .recommendation-header {
  	width: 100% !important;
  }
  .recommendation-header p {
  	padding-left: 20px;
    padding-right: 20px;
  }
  .product-list-container {
  	padding-top: 0px !important;
  }
  .wide-container.filter {
   display: none;
  }
  .template-collection .product-block .title {
  	font-size: 10px;
  }
  .product-block a.caption {
  	padding-left: 5px;
  }
  .breadcrumb {
  	display: none;
  }
  .line-1.feature-header.collection-title  {
    text-align: center !important;
  }
  .section-footer__row section-footer__row--blocks {
  	padding-top: 20px !important;
  }
  .template-collection .overlay-type {
    padding-right: 0px;
    padding-bottom: 40px !important;
        padding-top: 40px !important;

  }
  .collection-footer {
  	display: none;
  }
  .template-collection .footer p {
	font-size: 12px;
}
    .template-collection .footer h2 {
	font-size: 14px;
}
  
  .collection-info h2{
  	font-size: 22px;

}
  .product-detail__trust-icon {
    width: 33%;
    
  }
  .product-list.swiper-container {
    display: flex;
    flex-direction: column;
  }

.collection-info p{
	font-size: 10px;
  	line-height: 1;

}
.template-collection .collection-info {
    padding: 20px !important;
  	padding-top: 50px !important;
}
  
  .recommendation-header {
  	text-align: center;
    margin-left: 0px !important;
        margin-right: 0px !important;

  }
    .recommendation-header h2,   .recommendation-header p {
      	text-align: center;
		display: block;
    }
  .recommendation-header h2 {
  	font-size: 14px;
  }
  .recommendation-header p {
      	font-size: 12px;

  }
  br {
  	display: block !important;
  }
  
  /*.template-index .shopify-section.section-gallery:not(:first-child) {
  	margin-top: 40px
  }*/
  .section-gallery .cc-gallery.gallery--with-margins:not(.gallery--mobile-carousel) .gallery__item:not(:nth-child(1)) {
  	margin-bottom: 0px
  }
}


/* LOOKBOOK */
.lookbook-banner {
	width: 100%;
  	object-fit: cover;
}

.lookbook-section {
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
      padding-top: 60px;
  	max-width: 1200px;
    margin: auto;
}

.lookbook-full {
	max-width: unset !important;
}
.lookbook-full p {
	padding-left: 10px;
}
.lookbook-content {
	max-width: 490px;
  	margin: auto;
  	text-align: justify;
  	margin-top: 50px;
}
.lookbook-section.lookbook-big {

}

.lookbook-section img {
	width: 100%;
}

.lookbook-section p {
  align-self: flex-start;
}

.lookbook-double {
	flex-direction: row;
  	gap: 60px;
	
}

.lookbook-half {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative
}

.lookbook-section-full p {
	padding-left: 15px;
}
.lookbook-section-full {
	padding-top: 60px;
  	display: flex;
  	flex-direction: column;

}
.page-lookbook  .button{
  background-color: white !important;
  color: black !important;
  border: 1px solid white !important;
}

  .page-lookbook .gallery__row .line-3{
  	display: block !important;
    opacity: 1 !important;
  
  }
.page-lookbook .gallery__row h2{
	font-size: 54px !important;
}

  .page-lookbook .gallery__row .line-3 span{
	background: white !important;
    color: black !important;
    border: 0px !important;
  }

  .page-lookbook .section-rich-text h2:after {
	display: none !important;
  }
  .page-lookbook .section-rich-text .content{
	margin-left: 0px;
  }

  .page-lookbook .section-rich-text h2,.page-lookbook .section-rich-text p {
	margin-bottom: 0px !important;
    	margin-top: 0px !important;

  }

.page-lookbook .section-gallery .wide-container  {
	padding-top: 0px !important;
  padding-bottom: 0px !important;

}
.lookbook-title {
  position: absolute;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 900;
    bottom: -36px;
    left: -10px;
    transform: rotate(-90deg);
    transform-origin: top left;
    line-height: 1;
  	color: black
}
.lookbook-banner-content {
	position: absolute;
}
.lookbook-banner-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lookbook-banner-content h1 {
  font-weight: lighter;
  color: white;
  font-size: 54px;
  
}
.lookbook-half-left {
	padding-left: 30px;
}

@media screen and (max-width: 1200px) {
  .lookbook-section {
  	max-width: 1000px;
  }
}

@media screen and (max-width: 1000px) {
  .lookbook-section {
  	max-width: 90vw;
  }
}

@media screen and (max-width: 768px) {
  .lookbook-section {
  	max-width: 95vw;
  }
  .lookbook-double {
  	flex-direction: column;
    gap: 20px;
  }
  .lookbook-title {
  	display: none;
  }
  .lookbook-half-left {
  	padding-left: 0px;
  }
  .lookbook-banner-content h1 {
  font-size: 30px;
  
}
  .lookbook-section {
	padding-top: 20px;
  }
  .lookbook-content {
	max-width: 90vw;
    margin-bottom: 50px;

}
  
  .page-lookbook .gallery__row h2{
	font-size: 24px !important;
}
    .page-lookbook .gallery__row br{
	display: block !important;
}

}

/* TAILLE */
  .bulle-info {
  	position: absolute;
    width: 10vw;
    left: 40px;
    top: 0;
    display: none;
  }
  
  
.wf-section {
    margin-top: 75px;
    margin-bottom: 75px;
}
  .container-info-taille-mobile {
  	display: none;
  }
.taille-section .container {
  max-width: 90vw;
}
  
.taille-section .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 100px;
}
  .bigtext {
  	text-align: center;
  }
.flex.flex-guide {
  grid-column-gap: 20px;
  align-items: center;
  justify-content:center;
}

.taille-section .guide {
  width: 100%;
}
 .section-product-template .section.wf-section.taille-section, .flex-guide {
	padding-top: 0px !important;
  	margin-top: 0px !important;
}

.taille-section .table {
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-row.table-header {
  background-color: #000;
  color: #fff;
}

.table-row.table-even {
  background-color: #e9e1d5;
}

.table-cell {
  width: 14.28%;
}

.table-cell.table-cell-5 {
  width: 20%;
}

.table-cell.table-large {
  width: 29%;
}

.guide-right {
  position: relative;
  width: 50%;
}

.img-guide {
  width: 100%;
}

.bulle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}

.bulle.bulle-buste {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 52%;
  width: 22px;
  height: 22px;
}

.bulle.bulle-taille {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 36%;
  width: 22px;
  height: 22px;
}

.bulle.bulle-hanche {
  position: absolute;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 26%;
  width: 22px;
  height: 22px;
}

.img-guide-container {
  position: relative;
  width: 85%;
}

@media screen and (max-width: 991px) {
  .taille-section .container {
    max-width: 95vw;
  }

  .taille-section .guide, .taille-section .guide-right {
    width: 100%;
  }
  
  .taille-section .guide-right {
  	margin-top: 40px;
  }

  .taille-section .flex {
  	flex-direction: column;
  }
  
  .img-guide-container {
  	width: 100%;
    margin-top: 40px;
  }
  
  .container-info-taille-mobile {
  	display: block;   
  }
  .info-taille-mobile {
  	margin-top: 10px;
    margin-bottom: 10px;
    background: #f4f4f4;
    padding: 10px 15px;
  }
}

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

    .taille-section .flex {
    	padding-left: 0px;
      	padding-right: 0px;
    }
    .table-cell {
    	font-size: 10px;
    }
    .wf-section {
    	margin-top: 20px;
    }
  }

/* PRODUCT PAGE */
.product-recommendations-container.product-slider {
	background: white;
}

.product-recommendations-container .wide-container {
	padding-left: 0px !important;
  	padding-right: 0px !important;
}

.product-recommendations-container .swiper-button-next, .product-recommendations-container .swiper-button-prev {
	margin-left: 0px !important;
  	margin-right: 0px !important;
  	border-radius: 0px;
  	width: 70px;
  	height: 70px;
  	color: black !important;
  	background: transparent !important;
}

.product-recommendations-container .swiper-button-next:hover, .product-recommendations-container .swiper-button-prev:hover {
  	color: black !important;
}

.swiper-wrapper {
	margin-top: 5px !important
}

.recommendation-header {
	text-align: left;
  	color: black;
  	width: 98%;
  	margin:auto;
  	margin-bottom: 15px;
  	margin-left: 20px;
}
.product-recommendations-container .swiper-button-next:hover svg, .product-recommendations-container .swiper-button-prev:hover svg{
  	color: black !important;
}


.recommendation-header h2 {
	color: black;
  	margin-bottom: 0px !important
}
.recommendation-header p{
  margin-top: 0px;
  margin-bottom: 0px;

}

.product-recommendations-container .swiper-slide {
	margin-right: 2px !important;
}

.product-area__details__title  {
	font-weight: normal !important;
  	color: black;
    text-transform: uppercase;
  	font-size: 22px;
}

.vendor {
  padding-top: 0px !important;
  color: black !important;
  opacity: 1 !important;
  font-style: italic;
}

.price-area.product-detail__gap-sm {
	display: flex;
  	flex-direction: column-reverse;
  	position: absolute;
  	top: 30px;
  	right: 0px;
  	width: auto;
  	font-weight: bold;
  	gap: 10px;
}

.price-area .was-price {
	margin: 0px;
    font-size: 13px !important;
    text-align: right;
    /* opacity: 0.5; */
    font-weight: normal;
  	margin-right: 0px !important;
}

.clickyboxes li a {
	padding: 10px;
  	background: white;
  	color: black;
  	border: 1px solid;

}

.clickyboxes li a.active {
	border: 1px solid;
  	background: black;
  	color: white;
  
}

.option-selectors .cc-hover-line {
	display: none;
}

.product-detail__form__action {
  padding-top: 0px !important;
}                          

.size-chart-link {
  text-decoration: underline;
  color: black;
  font-size: 15px;
  font-weight: 100;
}

.product-area .product-detail__trust-icon {
	padding: 0px 20px;
}

.product-area .product-detail__trust-icon {
	flex-basis: unset !important;
  	display: flex;
}

.product-detail__gap-lg.product-detail__trust-icons {
	padding-top: 0px !important;
}

.product-area .product-detail__trust-caption{
	text-align: left;
  	padding-left: 5px;
  	color: black;
}

.template-product .section-rich-text .content {
	max-width: 475px;
}

.template-product .section-rich-text .content h2 {
  text-align:center;
  font-size: 14px !important;
}
.template-product .section-rich-text .content p {
  margin-bottom: 0px;
  margin-top: 0px;
  color: black;
  text-align: justify;
}
.template-product .section-rich-text .content h2::after {
  content: unset !important;
}
.template-product .section-rich-text .button-row {
  text-align: center;
}
.template-product .section-rich-text .button-custom  {
  background: white;
  color: black;
  border: 1px solid black !important;
}
.template-product .section-rich-text .button-custom:hover  {
  background: black;
  color: white;
}
.template-product .section-rich-text .section-spacing {
  padding-top: 0px;
  padding-bottom: 0px;
}


.product-area__details__inner  {
	width: 100% !important;
}
@media screen and (min-width: 1000px) {
.product-area__details.product-detail {
	width: 50% !important;
}


.product-area__media.cc-animate-init {
	width: 60% !important;
  	padding-left: 0px !important;
}
  .product-area__details__inner {
	padding-left: 70px !important;
  	padding-right: 0px !important;
}

}

@media screen and (min-width: 1300px) {
.product-area.product-area--restrict-width.product-area--one-col {
	max-width: 1250px
}
}

@media screen and (max-width: 768px) {
  .product-media  img{
  	padding-left: 10px;
    padding-right: 10px;
  }
  .product-area__details__title {
  	font-size: 13px;
  }
  .product-area__details__header {
  	padding-top: 0px !important;
  }
  .price-area.product-detail__gap-sm {
  	top: 0px;
    gap: 4px;
  }
    .price-area.product-detail__gap-sm span {
     font-size: 12px !important; 
    }
  .clickyboxes li a.active {
  	background: black;
    color: white;
    border: 0px;
  }
  .product-detail__trust-icon {
  	flex-direction: column;
    align-items: center;
  }
  .product-detail__trust-caption {
  	text-align: center !important;
    font-size: 11px !important;
  }
  .product-detail-accordion p, .product-detail-accordion .cc-accordion-item__title {
  	font-size: 12px !important;
  }
  .product-slider .swiper-container .swiper-scrollbar {
  	display: none;
  }
  .template-product .section-rich-text .content p {
  	font-size: 12px;  
  }
}

.size-chart__inner h2 {
	display: none;
}


.cc-accordion-item__title {
	text-transform: uppercase;
  	color: black;
  	padding-bottom: 10px;
  	font-weight: bold;
}
.cc-accordion-item, .cc-accordion{
	border-top: 0px !important;
  	border-bottom: 0px !important;
}

.cc-accordion-item__content {
	padding-bottom: 0px;
  	color: black
}

.cc-accordion-item__content a{
	color: black;
  	border-bottom: 1px solid black;
}

.cc-accordion-item__title::after,.cc-accordion-item__title::before {
	content: unset !important;
}

.product-media   {
	margin-bottom: 0px !important;
}

.product-detail-accordion, .product-area .product-detail-accordion {
	margin-top: 0px !important;
  	margin-bottom: 0px !important;
}

.product-detail__form__options {
	padding-top: 0px !important;
}


.product-detail__form__action button {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px!important;
}
                          

.size-chart-container {
      position: absolute;
    right: 0px;
    top: 60%;
    transform: translateY(-50%);
  	z-index: 9999;
}


.selector-wrapper {
	position: relative;
}

/* STICKY */    

.sticky-visible, .sticky-custom {
  	display: none;
  }

@media screen and (max-width: 767px) {
  .size-chart-container {
    top: unset;
    transform: unset;
    bottom: 0px;
  }
  .sticky-visible {
    display: block !important;
    background: white !important;
    z-index: 999;
  }
  .sticky-visible .store-availability-container-outer {
    display: none !important;
  }
  .sticky-guide {
    width: 100%;
    text-decoration: underline;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    text-align: right;
    font-size: 11px;
}
  }
  .sticky-custom {
    position: fixed;
    bottom: 0%;
    left: 0%;
    width: 100%;
    padding: 10px;
    display: none;

  } 
.product-area .clickyboxes {
	padding-bottom: 20px;
}
  .sticky-custom label {

    display: none !important
  }
  .sticky-custom .price-area {
  	flex-direction: row-reverse;
    top: 20px;
    right: 10px;
  }
  
  .sticky-custom .clickyboxes li a:after {
  	content: unset !important;
  }
  .sticky-custom .clickyboxes li a{
  	border: 1px solid black;
    font-size: 11px;
    padding: 8px;
  }
    .sticky-custom .clickyboxes li a.active{
		background: black;
      	color: white;
    }
  
  .sticky-custom .product-detail__form__options {
  	padding-bottom: 5px;
  }
.cart.nav-search.custom-cart-icon-with-text {
  margin-right: 8px;
}
}

.size-chart-container {
	z-index: 999;
}
.selector-wrapper {
	z-index: 9999;
}


.product-block img{
/* 	width: 95% !important; */
  	object-fit: cover;
}

.collection-header{
  min-height: 680px;
}
.localization-mobile {
	display: none;
}

@media screen and (max-width: 768px) {
  .localization-mobile {
  	display: block;
    margin-top: 0px;
    position: absolute;
    left: 58px;
  }
  .localization-mobile .disclosure .disclosure-list {
  	bottom: -300%;
  }
.collection-header{
  min-height: 250px;
}
  .template-index .image-with-text__text__wrap {
  	padding-top: 20px;
  }
  .template-index .image-with-text__text__wrap, .template-index .image-with-text__text__wrap h2, .template-index .image-with-text__text__wrap p{
  	text-align: center;
    
  }
    .product-block:nth-child(1),  .product-block:nth-child(2) {
  	padding-top: 3px !important;;
  }
        
  .template-index .image-with-text-left .image-with-text__image {
  	order: 1;
        padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
      
  .template-index .image-with-text__text__wrap h2 {
  	font-size: 14px;
  }
  
  .nos-valeurs-title h1 {
  	margin-top: 30px;
  }
  
  .collection-header .central {
   padding: 0px !important 
  }
  .site-control .menu {
  margin-top: -14px;
  }
  .cart.nav-search.custom-cart-icon-with-text {
  	margin-top: 5px;
    left: 10px !important;
    margin-right: 0px;
    
  }

}

button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover, input[type=submit].alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover, .button.alt:not(.hover-grow):not(.no-hover):not(input[type=submit].textbutton):not(button.textbutton):not([disabled=disabled]):hover {
	border: 1px solid black;
  	color: black !important
}




@media screen and (min-width: 768px) {
.section-gallery .cc-gallery.gallery--with-vertical-outer-padding {
    padding: 20px 20px 0px 20px;
}
  .section-gallery .cc-gallery.gallery--grid-2 .gallery__item.gallery__item--enlarged, .section-gallery .cc-gallery.gallery--with-margins .gallery__item {
   margin-top: 0px;
   margin-bottom: 0px;
}
  
  }

.ly-arrow svg {
	width: 14px;
  	height: 14px;
  } 

.svg-flag {
	position: relative !important;
  	top: 2px !important;
  	margin-right: 5px !important;
  	width: 14px !important;
  	height: 14px !important;
  	margin-top: 0px !important;
  	right: unset !important
  }


.site-control .site-control__inner .nav-account {
	padding-left: 12px;
  }

.product-detail__gap-lg.product-detail__trust-icons {
	display: none
  }

.ly-currency-switcher {
	displaY: none !important;
}

.backorder {
	display: none !important
}

/* PAGE LOOKBOOK */
.new-lookbook-container {
  width: 100%;
}

.new-lookbook-container .lookbook-double-img-container {
  display: flex;
  align-items: flex-end;
}
.new-lookbook-container .img-lookbook-half {
  width: 50%;
}

.img-lookbook-two-third {
  width: 66% !important;
}

.new-lookbook-container .img-lookbook-center {
  width: 100%;
}
.new-lookbook-container .lookbook-section {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
}
.new-lookbook-container .lookbook-content {
  margin: unset;
  margin-right: auto;
  margin-left: auto;
}
/*.new-lookbook-container .lookbook-reverse .lookbook-content {
	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50%;
  	margin: unset;
    	margin-right: auto;
  	margin-left: auto;
}*/

@media screen and (min-width: 1000px) {
  .lookbook-bigger-img img.img-lookbook-half {
    width: 60% !important;
  }
  .lookbook-bigger-img .lookbook-content {
    width: 40%;
  }
  .lookbook-bigger-img .lookbook-content .lookbook-richtext {
    width: 85%;
    margin: auto;
    padding-bottom: 20px;
  }
}
.new-lookbook-container .lookbook-richtext {
  /* 	width: 50%; */
  text-align: justify;
  font-weight: 100;
  line-height: 1.1;
  color: black;
}
.new-lookbook-container .lookbook-richtext p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.new-lookbook-container .lookbook-reverse {
  flex-direction: row-reverse;
  align-items: center;
  text-align: center;
}

.new-lookbook-container .lookbook-reverse-mid {
  flex-direction: row-reverse;
}

.new-lookbook-container .lookbook-reverse .lookbook-richtext {
  text-align: center;
  font-size: 14px !important;
}

.new-lookbook-container .lookbook-reverse .lookbook-richtext img {
  width: 200px;
  margin-bottom: 20px;
}
.new-lookbook-container .img-lookbook-center:not(:first-child),
.new-lookbook-container .lookbook-double-img-container {
  margin-bottom: 40px;
}

.img-lookbook-border {
  width: 90% !important;
  margin: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-lookbook-no-padding {
  margin-bottom: 0px !important;
}

.lookbook-section {
  max-width: unset !important;
  padding-top: 0px;
}

@media screen and (max-width: 1000px) {
  .new-lookbook-container .lookbook-richtext {
    width: 70%;
    font-size: 10px;
  }
  .lookbook-richtext {
    margin: auto;
  }
}

@media screen and (max-width: 500px) {
  .new-lookbook-container .lookbook-richtext {
    width: 70%;
    font-size: 6px;
  }
  .new-lookbook-container .lookbook-reverse .lookbook-richtext {
    width: 70% !important;
    font-size: 6px !important;
  }
}

.lookbook-richtext * {
  font-family: "Oswald", sans-serif !important;
}

/* END OF LOOKBOOK */
.site-control.nav-inline-desktop .site-control__inner .nav-row a {
  text-transform: uppercase;
}

.text-align-justify {
  text-align: justify !important;
}
.lookbook-richtext.text-align-justify {
  width: 70% !important;
}
.text-align-justify p {
  margin-bottom: 10px !important;
  font-size: 16px !important;
}
.text-align-center {
  text-align: center !important;
}

@media screen and (max-width: 750px) {
  .new-lookbook-container .lookbook-reverse {
    flex-direction: column-reverse;
  }
  .new-lookbook-container .lookbook-reverse .lookbook-content {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .new-lookbook-container .lookbook-reverse .lookbook-richtext {
    width: 80% !important;
  }
  .new-lookbook-container .img-lookbook-half {
    width: 100% !important;
  }
  .eng-lookbook {
    margin-top: 30px !important;
  }
}

.collection-footer .rimage-outer-wrapper {
  background-position: top;
}

.logo-top-text {
  width: 120px;
}

.logo-bottom-text {
  margin-top: 20px;
}

#shopify-section-template--15122845892701__7fd4b1c6-8e81-4194-89f4-83d4994cac85 {
  margin-top: 40px;
}

.lookbook-header {
  font-size: 1.2rem;
  text-align: left !important;
  margin-bottom: 20px !important;
}

.qtity-low-container {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  margin: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.qtity-low-container p {
  margin: 0px;
}

@media screen and (min-width: 750px) {
  .product-area__media {
    padding-top: 40px;
  }
  .theme-images.swiper-wrapper {
    padding-top: 0px !important;
  }
}

.img-lookbook-big-title .lookbook-richtext.text-align-justify {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  width: 100% !important;
}

.img-lookbook-big-title h1.lookbook-header {
  font-size: 4rem;
}

.img-lookbook-big-title .lookbook-richtext img {
  width: 60%;
}

.img-lookbook-vertical-center {
  align-items: center !important;
}

@media screen and (max-width: 750px) {
  .lookbook-double-img-container {
    flex-direction: column;
  }
  .lookbook-richtext.text-align-justify {
    width: 90% !important;
  }
  .img-lookbook-big-title h1.lookbook-header {
    font-size: 3rem;
    margin-top: 10px;
  }
  .lookbook-double-img-container.lookbook-reverse {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .page-lookbook-winter-2022 .lookbook-content {
    padding-top: 30px;
  }
  .page-lookbook-winter-2022 .new-lookbook-container .lookbook-richtext {
    font-size: 13px !important;
  }
}
@media screen and (min-width: 750px) {
  .page-lookbook-winter-2022 .img-lookbook-padding-right {
    padding-left: 10%;
  }
}

.page-lookbook-winter-2022
  .new-lookbook-container
  .img-lookbook-center:not(:first-child) {
  margin-bottom: 120px;
}

.slideshow .overlay.position--bottom {
  padding-bottom: 40px;
}
.image-overlay .overlay__content .line-1 {
  font-size: 36px;
}

@media screen and (max-width: 750px) {
  .slideshow .overlay.position--bottom,
  .section-gallery
    .cc-gallery.slick-slider
    .gallery__item
    .overlay-type.position--bottom {
    padding-bottom: 28px;
  }
}

.image-overlay.image-overlay--bg-full:after {
  background: rgba(0, 0, 0, 0.24);
}
.section-gallery .cc-gallery .gallery__item:hover.image-overlay--bg-full:after {
  opacity: 0.7 !important;
}

.cc-accordion-item__title h2 {
  text-align: left;
  font-size: 1.3rem;
  margin-bottom: 0px !important;
}

p.product-area__details__title {
  margin-bottom: 5px !important;
}

h1.type {
  font-size: 14px;
  text-align: left;
  font-weight: normal;
  font-style: italic;
}

.on-sale .theme-money {
  font-weight: bold;
}
span.was-price.theme-money {
  font-weight: normal;
}

.big-title {
  font-size: 36px;
}
@media (min-width: 992px) {
  .big-title {
    font-size: 112px;
  }
}

@media (min-width: 768px) {
  .overlay-type.overlay.position--right.position--top.cc-animate-init h2 {
    width: fit-content;
    margin-left: auto;
    text-align: left;
    padding-right: 50px;
    padding-top: 50px;
  }
  .flexible-layout.flexible-layout--variable-columns.flexible-layout--columns-4.align-left {
    display: FLEX;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .flexible-layout--variable-columns.flexible-layout--columns-4 .column {
    width: 25%;
  }
  .big-title {
    font-size: 78.4px;
  }
  .product-list.cf.product-list--rows.mob-two-col.grid--uniform {
    display: flex;
    flex-wrap: wrap;
  }
  .column.half:nth-child(7n) {
    width: 51%;
    margin-left: auto;
    margin-right: auto;
  }

  .cc-gallery.gallery--grid-2.gallery--with-margins.gallery--with-vertical-outer-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .section-gallery .cc-gallery.gallery--with-vertical-outer-padding {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery__item-1 {
    margin-left: 0px !important;
  }
  .gallery__item-2 {
    margin-right: 0px !important;
  }
  .gallery__item:nth-child(1) {
    margin-right: 0px !important;
  }
}

@media (min-width: 768px) and (min-width: 1441px) {
  .section-gallery
    .cc-gallery.gallery--with-margins:not(.gallery--not-full-width)
    .gallery__row {
    margin: 0;
  }
  .gallery__item-1 {
    margin-left: 0px !important;
  }
  .gallery__item-2 {
    margin-right: 0px !important;
  }
}

.left-align-subtitle {
  font-size: 23px;
  font-weight: 100;
}

.span-bigger {
  color: black;
  font-size: 5rem;
  line-height: 110%;
}
.span-smaller {
  color: black;
  font-size: 1.5rem;
}

.newsletter-bg form {
  padding: 0px !important;
  display: flex;
  align-items: center;
  margin-top: 20px !important;
}

.newsletter-bg form p {
  margin-top: 0px;
}

.newsletter-bg form button {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 4px solid black;
}

div#section-id-template--15409127948381__a3ad9f94-fb94-4c8e-8dce-1b22f44d9217 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.lookbook-newlayout .lookbook-richtext {
  display: flex;
  flex-direction: column;
}

.lookbook-newlayout .lookbook-richtext img {
  order: 1;
  width: 100% !important;
}

.lookbook-newlayout .lookbook-richtext h1 {
  order: 0;
  font-size: 50px;
  text-align: right !important;
  color: black;
  margin-bottom: 5px !important;
  font-family: "Mulish" !important;
}

.lookbook-newlayout .lookbook-richtext p {
  order: 2;
  max-width: 300px;
  color: black;
  font-family: "Mulish" !important;

  line-height: 1.2;
}

.lookbook-reverse.lookbook-newlayout .lookbook-richtext h1 {
  text-align: left !important;
}

.lookbook-reverse.lookbook-newlayout .lookbook-richtext p {
  text-align: left !important;
  margin-left: auto !important;
}

.img-lookbook-big-title.lookbook-newlayout .lookbook-richtext h1 {
  text-align: left !important;
  font-size: 35px !important;
}

.img-lookbook-big-title.lookbook-newlayout .lookbook-richtext p {
  text-align: left !important;
  max-width: 350px;
  margin-left: unset !important;
  margin-top: 15px;
}
.img-lookbook-big-title.lookbook-newlayout {
  align-items: flex-end !important;
}

.img-lookbook-big-title.lookbook-newlayout .lookbook-richtext {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .lookbook-img-full img {
    width: 100% !important;
  }
  .lookbook-img-full {
    position: relative;
  }
  .lookbook-img-full .lookbook-content {
    position: absolute;
    background: white;
    padding: 34px 54px;
    bottom: 7%;
    left: 7%;
  }
  .lookbook-img-full .lookbook-content img {
    margin-bottom: 30px;
    width: 180px !important;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .lookbook-newlayout .lookbook-richtext {
    width: 100% !important;
    padding-bottom: 30px;
  }
  .span-bigger {
    font-size: 3.6rem;
  }
  h2.orange-title.orange-inst {
    font-size: 25px;
  }
  h2.orange-title.orange-inst span {
    font-size: 20px;
  }
}

.shopify-section #insta-feed {
  width: 100% !important;
  margin-bottom: 80px !important;
}

h2.orange-title.orange-inst {
  text-align: left;
  padding-left: 20px;
}

svg.svg-header {
  height: 18px !important;
}

a.nav-cart.nav-account {
  position: relative;
  padding: 10px !important;
  padding-left: 0px !important;
}

.nav-cart.nav-account p {
  position: absolute;
  top: -10px !important;
  right: 2px;
}

a.nav-cart.nav-account {
  display: block !important;
}

.orange-title {
  font-family: "Mulish" !important;
}

.img-lookbook-padding-top {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .img-lookbook-padding-top {
    padding-bottom: 40px;
  }
  .lookbook-double-img-container.img-lookbook-no-padding.img-lookbook-vertical-center.lookbook-newlayout
    p {
    font-size: 14px;
  }
}

@media screen and (min-width: 602px) {
  .shopify-section #insta-feed a:nth-child(3) .instafeed-container {
    width: 33% !important;
    padding-top: 33% !important;
    margin-top: 0% !important;
  }
  .shopify-section #insta-feed a:first-child .instafeed-container,
  .shopify-section #insta-feed a:nth-child(2) .instafeed-container,
  .shopify-section #insta-feed a:nth-child(4) .instafeed-container,
  .shopify-section #insta-feed a:last-child .instafeed-container {
    width: 33% !important;
    padding-top: 33% !important;
    margin-top: 0% !important;
  }
}

@media screen and (max-width: 600px) {
  .shopify-section #insta-feed a:first-child .instafeed-container,
  #insta-feed a:last-child .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
    margin-top: 0%;
  }
  .shopify-section #insta-feed a:nth-child(3) .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
    margin-top: 0%;
  }
  .shopify-section #insta-feed a:first-child .instafeed-container,
  .shopify-section #insta-feed a:nth-child(2) .instafeed-container,
  .shopify-section #insta-feed a:nth-child(4) .instafeed-container,
  .shopify-section #insta-feed a:last-child .instafeed-container {
    width: 100% !important;
    padding-top: 100% !important;
    margin-top: 0%;
  }
}

.lookbook-text-card .lookbook-richtext {
  width: 100%;
  font-size: 15px;
  line-height: 20px;
}

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

.lookbook-text-card span {
  text-align: center;
}

.cropped-section {
  padding: 40px;
}

#shopify-section-template--18277608423763__16583178383da802d6
  .new-lookbook-container,
#shopify-section-template--18277608423763__16583178383da802d6
  .img-lookbook-half {
  width: 100% !important;
}

@media (max-width: 768px) {
  #shopify-section-template--18277608423763__16583178383da802d6
    .cropped-section {
    padding: 80px 0px;
    margin-left: 0;
    align-items: center;
  }
  #shopify-section-template--18277608423763__16583178383da802d6
    .lookbook-text-card {
    margin-top: 20px;
  }
  #shopify-section-template--18277608423763__16583178383da802d6 .custom-header {
    margin-bottom: 20px;
  }
}

/* ULYSSE / LOOKBOOK APRIL 2023 */
.lookbook-double-img-container {
  position: relative;
}

.lookbook-transparent-card {
  background: transparent !important;
  width: 100% !important;
  position: static !important;
  padding: 0px !important;
  width: 0px !important;
}

.custom-logo {
  display: block;
  position: absolute;
  top: 80px;
  left: 80px;
  width: 300px !important;
}

@media (max-width: 7680px) {
  .custom-logo {
    display: none;
  }
}

@media (min-width: 1000px) {
  .custom-logo {
    display: block;
    position: absolute;
    top: 80px;
    left: 80px;
    width: 400px !important;
  }
}

.lookbook-text {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-size: 1.25rem;
  font-weight: 600;
}

.lookbook-text-custom-1 {
  bottom: 80px;
  right: calc(50% + 40px);
}

.lookbook-text-custom-2 {
  bottom: 40px;
  left: 80px;
  color: white !important;
}

.lookbook-text-custom-4 {
  bottom: 40px;
  right: 80px;
  color: white !important;
}

.lookbook-text-custom-3 {
  bottom: 80px;
  left: calc(50% + 40px);
}

.pipe-products {
  width: 2px;
  height: 30px;
  background-color: black;
}

.pipe-white {
  background-color: white;
}

.single-pipe {
  height: 15px;
}

@media (max-width: 768px) {
  .pipe-products {
    background-color: white;
  }

  .lookbook-text {
    gap: 10px;
    font-size: 1rem;
    font-weight: 600;
    color: white !important;
  }

  .lookbook-content {
    margin: 0 !important;
  }

  .lookbook-text-custom-1 {
    bottom: 60px;
    right: 50%;
    transform: translate(50%, 0);
  }

  .lookbook-text-custom-3 {
    bottom: 60px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .lookbook-text-custom-2 {
    bottom: 5px;
    left: 5px;
  }

  .lookbook-text-custom-4 {
    bottom: 5px;
    right: 5px;
  }
}

/* ULYSSE / TASK NEW HOMEPAGE */

.new-home-text,
.discover-heading {
  color: black;
  font-family: Muli, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
  text-align: left;
}

.discover-heading {
  font-weight: 700;
}

.spacing-slideshow {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  #section-id-template--18513145037139__1656610772b64c0605
    div.gallery__item.gallery__item-2 {
    margin-top: 40px !important;
  }

  #section-id-template--18513145037139__b22c2eff-dba7-4e14-8f6d-16c5137bbd0b,
  #shopify-section-template--18513145037139__16566109144a746683 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #section-id-template--18513145037139__16566109144a746683 > div > div > div.gallery__item > div.overlay-type {
  padding: 0 !important;
}

#shopify-section-template--18513145037139__16566109144a746683 {
  margin-top: 0 !important;
}
}

@media (min-width: 768px) {
  #shopify-section-template--18513145037139__16566109144a746683 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  #section-id-template--18513145037139__16566109144a746683
    div.gallery__item.gallery__item-2 {
    margin-right: 40px !important;
    margin-left: 38px !important;
  }
  #section-id-template--18513145037139__16566109144a746683
    .line-1 {
      width: 70% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
}

#section-id-template--18513145037139__16566109144a746683
  div.gallery__image.rimage-outer-wrapper.rimage-background,
#section-id-template--18513145037139__1656610772b64c0605
  div.gallery__image.rimage-outer-wrapper.rimage-background {
  transform: none !important;
}


@media screen and (max-width: 768px) {
.page-lookbook-high-summer .gallery__item-1 .inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}