/** Shopify CDN: Minification failed

Line 199:0 Unexpected "}"

**/
@media only screen and (min-width: 989px) {
  nav.header__nav.small-hide.medium-hide.js-nav {
    display: none !important;
}
.drawer__row {
    padding-top: 97px;
}
nav.slide-out-menu {
    display: none;
}
}
a.drawer__subnav-link.h6 {
    font-size: 18px;
    text-transform: uppercase;
}
@media only screen and (min-width: 767px) {
.product-heading {
    padding: 178px 10px;
    max-width: 500px;
    position: sticky;
    top: 61px;
    height: calc(100vh - 61px);
    width: 100%;
    min-height: 1px;
    margin: 0;    
}

.product-grid__item.product-grid__item--content {
    padding: 178px 60px;
    max-width: 450px;
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 61px;
}

.product-grid__item.product-grid__item--media.product-grid__item-media--start {
    height: 100%;
    flex: 0 0 calc(100% - 950px);
    border: none;
    padding: 77px 80px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
}
.main-product__media--grid {   
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;    
}
.product-grid.product-grid__size--large {
    display: flex !important;
}
.product-grid__sticky h1.product__title.product__block.product__block--gap-1.h6 {
    display: none;
}

.product-grid__sticky .product__price {
    display: none;
}
.template--product .section-complete-the-set

 {
    display: none;
}
.collection-facets__inner {      
        justify-content: end !important;
       
    }
    .facets__actions-button {
    background: transparent !important;
    border: none !important;
}
.menu-open .drawer__button {
    display: none !important;
}
}
@media only screen and (max-width: 767px) {
    .product-heading {
    display: none;
}
nav.drawer__subnav {
    display: none;
}
span.drawer__button-text {
    color: #fff !important;
}
}
div#Navigation-menu-drawer-header {
     background: rgba(24, 24, 24, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

div#Navigation-menu-drawer-header a {
    color: #fff !important;
}
.copyright {
    color: #fff !important;
}
    .header-drawer__button-close {       
        color: #fff !important;
    }
.lookbook-popup .swiper-button-next, .lookbook-popup .swiper-button-prev {
   display: block !important;
}
section.lookbook-section {
    max-width: 1280px;
    margin: 0 auto;
}
.lookbook-popup .swiper {    
    max-width: 600px !important;    
}
.lookbook-item {
  text-align: center;
}

.lookbook-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}

.lookbook-btn {
  display: inline-block;
  width: 100%;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 0 0 8px 8px; /* matches image corners */
  font-size: 14px;
  font-weight: 600;
  transition: background 0.3s ease, color 0.3s ease;
}

.lookbook-btn:hover {
  background: #333;
  color: #fff;
}
a.btn.swiper-no-swiping {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    line-height: 2.5;
}
a.btn.swiper-no-swiping {
    margin-bottom: 8rem !important;
    display: inline-block;
    text-align: center;
    width: 100%;
}
/* @media only screen and (min-width: 1600px) {
.product-heading {
    padding: 178px 10px;
    max-width: 600px;
    position: sticky;
    top: 61px;
    height: calc(100vh - 61px);
    width: 100%;
    min-height: 1px;
    margin: 0;    
}

.product-grid__item.product-grid__item--content {
    padding: 178px 60px;
    max-width: 600px;
    height: calc(100vh - 61px);
    display: flex;
    align-items: center;
    width: 100%;
    position: sticky;
    top: 61px;
}

.product-grid__item.product-grid__item--media.product-grid__item-media--start {
    height: 100%;
    flex: 0 0 calc(100% - 1200px);
    border: none;
    padding: 77px 30px 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
} */
}
button.drawer-close {
    background: transparent;
    border: none;
    cursor: pointer;
}
button.custom-select__btn.button-reset.focus-inset.js-btn-dropdown.facets__button-custom {
    background: transparent;
    border: none;
}
.product-card__media {
    border-radius: inherit !important;
}
/* Overlay behind the drawer */
.shop-drawer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18181899;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 9998;
}

.shop-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
}
.shop-drawer {
  position: fixed;
  top: 0;
  left: -100%;
  width: 350px;
  height: 100%;
  background: #fff;
  box-shadow: 2px 0 8px rgba(0,0,0,0.2);
  z-index: 9999;
  transition: left 0.4s ease;
  overflow-y: auto;
}

.shop-drawer.active {
  left: 0;
}

/* Drawer Header */
.drawer-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

.drawer-header h3 {
  font-size: 18px;
  margin: 0;
}

.drawer-close {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

/* Overlay */
.shop-drawer-overlay {
  position: fixed;
  top: 12% !important;
  left: 0;
  width: 100%;
  height: 100%;
  background: #18181899;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.shop-drawer-overlay.active {
  opacity: 1;
  visibility: visible;
  display: block !important;
}

.main-password__email-signup {
    padding: 1rem 0;
    background-color: transparent !important;
}

/* Klaviyo Form */

.needsclick.kl-private-reset-css-Xuajs1.klaviyo-el-1-10.klaviyo-el-2-8 {
    padding-bottom: 4px;
    border-bottom: 1px solid #181818;
}

input.needsclick.go2544359273.kl-private-reset-css-Xuajs1.klaviyo-el-1-14.klaviyo-el-2-12 {
    border: none !important;
    padding: 0 !important;
}

button.needsclick.go300628013.kl-private-reset-css-Xuajs1.klaviyo-el-1-17.klaviyo-el-2-15 {
    font-size: 0 !important;
    background: url(//www.aimeleondore.com/cdn/shop/t/535/assets/arrow_right.svg?v=5679266…) !important;
    width: 45px;
    height: 20px !important;
    background-size: 45px 20px !important;
    background-repeat: no-repeat !important;
    outline: 0 none;
    padding: 0 !important;
}
.needsclick.kl-private-reset-css-Xuajs1.klaviyo-el-1-16.klaviyo-el-2-14 {align-items: end !important;}
.needsclick.kl-private-reset-css-Xuajs1.klaviyo-el-1-11.klaviyo-el-2-9 {
    padding: 0 !important;
    align-items: end !important;
}
input.needsclick.go2544359273.kl-private-reset-css-Xuajs1.klaviyo-el-1-14.klaviyo-el-2-12:focus-visible {
    outline: none !important;
}
.block-text_card_J6n8hm {
    display: none;
}