/** Shopify CDN: Minification failed

Line 456:47 Unexpected "/"

**/
dropdown-menu,
mega-menu {
  position: relative;
  display: block;
  text-align: start;
}

.is-active > .header__menu-item .label {
  background-position: left bottom, left bottom;
  background-size: 100% 0.1rem, 100% 0.1rem;
}

dropdown-menu .store-btn {border-top: 1px solid #5E5E5E1A;padding: 16px 21px 0;margin-top:10px;}
dropdown-menu .store-btn a{ font-family: 'Source Sans 3';font-size: 14px;
font-weight: 500;line-height: 14px;text-align: center;min-height: auto;padding: 13px;width: 100%;}
.list-mega-menu .colls img{width:40px;    height: 40px;margin-right:8px;}
.list-mega-menu .colls a {display:flex;align-items: center;text-decoration: none;margin-bottom:12px;}
.list-mega-menu .coll-main{display:flex;width:38%;}
.JEWELLERY.is-megamenu .list-mega-menu .coll-main{width:auto;margin-right: 40px;}

.list-mega-menu .colls h6{ font-family: 'Source Sans 3';
font-size: 16px;
font-weight: 400;margin:0;
line-height: 16px;
letter-spacing: -0.02em; color:#262626;
}
.list-mega-menu .coll-main .column{margin-right:55px;}
.list-mega-menu .coll-main .column.coll-right{margin:0;}
dropdown-menu .list-menu-dropdown ul{padding:0 41px;}
dropdown-menu.STORES .list-menu-dropdown ul li a{font-family: Amiri;
font-size: 16px;
font-weight: 400;
line-height: 16px;
letter-spacing: -0.02em;
text-align: center;color:#D15C62;}

.list-menu-dropdown {
  min-width: 20rem;
  max-width: 20rem;
  width: max-content;
  position: absolute;
  z-index: 101;
     opacity: 0;
  visibility: hidden; 
  padding: 12px 0 12px; 
  background: #FFFFFFB2;
  backdrop-filter: blur(18px);
  border-radius:0 0 16px 16px;
  top:72px;
    /* border-top: 1px solid #5E5E5E1A; */
}

dropdown-menu .list-menu-dropdown{left: 50%;transform: translateX(-50%);}
 
.list-mega-menu .coll-main+.mega-menu__item + .mega-menu__item .list-menu-child {column-count: 3;}
.list-mega-menu .coll-main+.mega-menu__item + .mega-menu__item {margin:0;width:46%;    max-width: max-content;}
body .list-mega-menu .coll-main +.mega-menu__item {width: 15%;margin: 0 40px 0 0;}
header.header:has(mega-menu.is-active),
header.header:after:has(mega-menu.is-active){border-radius:16px 16px 0 0;} 
mega-menu .page-width--inner{padding:0 24px 0 16px;}

.list-menu-dropdown.hidden {
  display: block !important;
}

.list-menu-dropdown::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  /* background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background)); */
  transition: height var(--duration-default) ease;
}

.list-menu-dropdown::after {
  content: '';
  z-index: -2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1rem);
  /* box-shadow: 0 1rem 2rem rgba(var(--color-header-foreground), 0.08); */
  visibility: hidden;
  opacity: 0;
}

.list-menu-dropdown .list-menu-dropdown::after {
  height: 100%;
  /* box-shadow: 0 0 2rem rgba(var(--color-header-foreground), 0.08); */
}

.is-active > .list-menu-dropdown {
  opacity: 1;
  visibility: visible;
}

.is-active:not(.is-megamenu) > .list-menu-dropdown::before {
  height: 100%;
}

.is-active:not(.is-megamenu) > .list-menu-dropdown::after {
  transition: opacity var(--duration-long) ease;
  transition-delay: 150ms;
  visibility: visible;
  opacity: 1;
}

.is-active:not(.is-megamenu) > .list-menu-dropdown > .list-menu {
  opacity: 0;
}

.is-active:not(.is-megamenu) > .list-menu-dropdown > .show-from-bottom {
  opacity: 1;
  animation: show-from-bottom var(--duration-default) ease 0s;
  transition-delay: var(--duration-short);
  animation-delay: var(--duration-short);
}

.is-active > .list-menu-dropdown .mega-menu__item,
.is-active > .list-menu-dropdown .mega-menu__promo {
  opacity: 0;
}

.is-active > .list-menu-dropdown .show-from-bottom {
  opacity: 1;
  animation: show-from-bottom var(--duration-default) ease 0s;
}

.mini-cart--open .is-active.is-megamenu > .list-menu-dropdown::before {
  height: 100%;
  transition-delay: 50ms;
}

@keyframes show-from-bottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 1.6rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.list-menu-dropdown .header__menu-item {
  width: 100%;
  padding: 0.7rem 0;
  justify-content: space-between;
  letter-spacing: 0;color:#262626;
  text-transform: none; 
}

.list-menu-dropdown .header__menu-item .icon-caret {
  display: block;
  height: 0.5rem;
}

@media screen and (hover: hover) {
  .list-menu-dropdown .is-active > .header__menu-item .icon-caret,
  .list-menu-dropdown .header__menu-item:hover .icon-caret {
    transform: rotate(-90deg);
  }
}

.list-menu-dropdown .list-menu-dropdown {
  /* top: -2rem;
  left: 100%; */
    top: -12px;
    left: calc(100% + 12px);
    transform: none;
}
 .list-menu-dropdown .list-menu-dropdown.third{
  /* backdrop-filter:blur(18px) ;
  -webkit-backdrop-filter:blur(18px) ;
      background: #FFFFFFB2;  */
} 
 /* .list-menu-dropdown .list-menu-dropdown.third:after{
    background: #FFFFFFB2;  -webkit-backdrop-filter:blur(18px) ;
    backdrop-filter: blur(18px);} */

.is-megamenu {
  position: static;
  --grid-horizontal-spacing: 2rem;
}

.is-megamenu > .list-menu-dropdown {
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  padding-top: 2.4rem;
  padding-bottom: 4rem;
  line-height: calc(1 + 0.4 / var(--font-body-scale)); 
  top: 69px; 
  border-radius:16px;
}
/* mega-menu.SHOP.JEWELLERY.is-megamenu.show-images-without-promo .list-menu-dropdown{opacity:1;visibility:visible;} */
.is-megamenu > .list-menu-dropdown .page-width {
  display: flex;
  align-items: flex-start;
  column-gap: var(--grid-horizontal-spacing);
}

.list-mega-menu {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 3rem;
  column-gap: var(--grid-horizontal-spacing);
}

.mega-menu__item {
  flex: 1 1 auto;
  max-width: 22rem;
  page-break-inside: avoid;
  break-inside: avoid;
}

.mega-menu__item:empty{display:none;}

@media screen and (min-width: 1200px) {
  .is-megamenu {
    --grid-horizontal-spacing: 2rem;
  }

  .mega-menu__item {
    max-width: /*28rem*/max-content;
    margin-right:60px;
  }
  .list-mega-menu .mega-menu__item:last-child{margin-right:0;}
}

.is-megamenu.show-images .mega-menu__item {
  width: calc(33.33% - var(--grid-horizontal-spacing) * 2 / 3);
  flex-grow: 0;
}

.is-megamenu.show-images-without-promo .mega-menu__item {
  width: calc(20% - var(--grid-horizontal-spacing) * 4 / 5);
  flex-grow: 0;
}

.mega-menu__item-link {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.mega-menu__item-link .header__menu-item {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: var(--font-navigation-size);
  color: rgba(var(--color-header-foreground), 0.5);
  padding: 0;
  font-family: Amiri;font-size: 16px;font-weight: 400;line-height: 16px;letter-spacing: -0.02em;
text-align: left;color:#D15C62;
}

.mega-menu__item-link .media {
  margin-bottom: 1.5rem;
}

@media screen and (hover: hover) {
  .mega-menu__item-link:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }

  .mega-menu__item-link:hover .header__menu-item .label {
    background-position: left bottom, left bottom;
    background-size: 100% 0.1rem, 100% 0.1rem;
  }
}

.mega-menu__item--blank:empty {
  display: none;
}

.mega-menu__promo {
  flex: 0 0 18.8rem;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .mega-menu__promo {
  flex: 0 0 18.8rem;
  }
}

.list-menu-child .header__menu-item {
  padding-inline-start: 0;
  padding-inline-end: 0;font-family: Source Sans 3;
font-size: 16px;
font-weight: 400;
line-height: 16px;
letter-spacing: -0.02em;
text-align: left; color:#262626;

}

.mega-menu__promo .media {
  margin-bottom: 1rem;
  border-radius: var(--card-radius);
}

.mega-menu__promo-link {
  display: block;
  text-decoration: none;
  background-color: transparent;
  color: rgb(var(--color-header-foreground));
  transition: color var(--duration-default) ease;
}

.mega-menu__promo-link[aria-disabled=true] {
  pointer-events: none;
}

.mega-menu__promo-heading {
  font-family: var(--font-navigation-family);
  font-size: var(--font-navigation-size);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  padding: 0.5rem 0;
  letter-spacing: 0.3rem;
  font-weight: 600;
  transition: color var(--duration-default) ease;
}

.mega-menu__promo-heading .label {
  position: relative;
}

.mega-menu__promo-heading .label::after {
  content: '';
  position: absolute;
  height: 0.1rem;
  background-color: rgb(var(--color-border));
  bottom: 0;
  left: 51%;
  right: 50%;
  transition-property: left, right;
  transition-timing-function: ease;
  transition-duration: var(--duration-default);
}

.mega-menu__promo-subheading {
  font-size: 1.6rem;
  color: rgba(var(--color-header-foreground), 0.7);
}

@media screen and (hover: hover) {
  .mega-menu__promo-link:hover {
    color: rgba(var(--color-header-foreground), 0.7);
  }

  .mega-menu__promo-link:hover .mega-menu__promo-heading .label::after {
    left: 0;
    right: 0;
  }
}

.mega-menu__promo--overlay {
  position: relative;
}

.mega-menu__promo--overlay .mega-menu__promo-link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(4, 4, 4, 0.26) 0, rgba(54, 54, 54, 0.08) 40%, transparent 100%);
  border-radius: var(--card-radius);
}

.mega-menu__promo--overlay .media {
  margin-top: 0;
  margin-bottom: 0;
}

.mega-menu__promo--overlay .mega-menu__promo-content {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  color: #ffffff;
  text-shadow: 0 1rem 2rem rgb(var(--color-foreground));
}

.mega-menu__promo--overlay .mega-menu__promo-subheading {
  color: inherit;
}

.header-background {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height var(--duration-default) ease;
}

.header-background::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-header-background);
  background-color: rgb(var(--color-header-background));
}

.header-background::after {
  content: '';
  z-index: -2;
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  left: 1.5rem;
  height: 2rem;
  border-radius: 100%;
  box-shadow: 0 0 4rem rgba(var(--color-header-foreground), 0.2);
  visibility: hidden;
  opacity: 0;
}

.header-background.is-active {
  /* height: var(--height); */
}

.header-background.is-active::after {
  transition: opacity var(--duration-long) ease;
  transition-delay: 150ms;
  visibility: visible;
  opacity: 1;
}
dropdown-menu.COLLECTIONS .list-menu-dropdown ul{padding:0 32px;}
dropdown-menu .list-menu-dropdown ul li:not(:last-child){padding-bottom:5px;}
.SHOP.JEWELLERY.is-megamenu .list-menu-dropdown/{opacity: 1;visibility: visible;} 
/* dropdown-menu > .header__menu-item.list-menu__item {color:#D15C62;}
dropdown-menu .list-menu-dropdown .header__menu-item.list-menu__item{color:#262626;font-family: 'Source Sans 3';}
 */


@media(max-width:1440px){
  .list-mega-menu .colls h6,
  .list-menu-child .header__menu-item{font-size:calc(10px + (16 - 10) * ((100vw - 990px) / (1440 - 990)));}
  .list-mega-menu .colls img{height:calc(30px + (40 - 30) * ((100vw - 990px) / (1440 - 990)));width:calc(30px + (40 - 30) * ((100vw - 990px) / (1440 - 990)));}
.list-mega-menu .coll-main .column,
  body .list-mega-menu .coll-main + .mega-menu__item{margin-right:calc(12px + (30 - 12) * ((100vw - 990px) / (1440 - 990)));width:auto;}
.mega-menu__item-link .header__menu-item{font-size:calc(12px + (16 - 12) * ((100vw - 990px) / (1440 - 990)));color: #d15c62;}
/* .SHOP.is-megamenu .list-mega-menu{justify-content: space-between;} */
.JEWELLERY.is-megamenu .list-mega-menu .coll-main {margin-right:calc(12px + (25 - 12) * ((100vw - 990px) / (1440 - 990)))}
  
}

@media(max-width:1364px){

  .is-megamenu > .list-menu-dropdown{top: 70px;}

}

@media(max-width:1300px){
  .is-megamenu > .list-menu-dropdown{top: 64px;}
  .list-menu-dropdown {top:calc(63px + (65 - 64) * ((100vw - 990px) / (1300 - 990)));}
}
@media(min-width:990px){
  dropdown-menu .store-btn{display:none;}
  .list-menu-dropdown.third .header__menu-item.list-menu__item{color:#262626;font-family: 'Source Sans 3';}
  .list-menu-dropdown.third .list-menu{padding:12px 24px !important;}
}
@media(max-width:989px){
  .menu-drawer__menu .coll-main .colls a{display: flex;text-decoration: none;align-items: center;background:none;
}
    .menu-drawer__menu .coll-main .colls a img{width:48px;height:48px;margin-right:8px;}
    .menu-drawer__menu .coll-main .colls a h6{font-family: 'Source Sans 3';margin:0;
font-size: 16px;
font-weight: 400;
line-height: 16px;
letter-spacing: -0.02em;
text-align: left; }
  .menu-drawer__menu .coll-main .colls:not(:last-child){margin-bottom:12px;}
  .mega-menu__item-link .header__menu-item{ font-size: 16px;font-weight: 400;font-family: 'Source Sans 3';line-height: 16px;color:#D15C62;letter-spacing: -0.02em;
text-align: left; color:#262626;display: flex;justify-content: space-between;align-items:center;}
  .mega-menu__item-link {margin: 0;padding: 20px 0;line-height:1;}
 
}
