/** Shopify CDN: Minification failed

Line 160:45 Expected ":"

**/
/***header css***/
.header__icon--cart{
    margin-right:0;
}
.header__icon .icon.icon-cart-empty {
    width: 48px;
    height: 38px;
}
.header__icon .icon {
    fill: initial;
    width: 18px;
    height: 35px;
}
  div#main-mega-menu {
    text-align: center;
    text-transform: uppercase;
  } 
  .header-wrapper,
  div#main-mega-menu{
      background:#FBF9F5!important;
  }
  nav.header__inline-menu li a:hover {
    color: #92957e!important;
  }
  div#main-mega-menu  {
    position: relative;
  }
  #left-menu li a{
    text-transform:uppercase;
    font-size: 18px; 
    font-family: 'Glossy Display';
  }
  #left-menu li a:hover{
     text-decoration:underline;
  }
  .menu-drawer-container {
    display: flex;
  }

  .list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .list-menu--inline {
    display: inline-flex;
    flex-wrap: wrap;
  }

  summary.list-menu__item {
    padding-right: 2.7rem;
  }

  .list-menu__item {
    display: flex;
    align-items: center;
    line-height: calc(1 + 0.3 / var(--font-body-scale));
  }

  .list-menu__item--link {
    text-decoration: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
  }
  .right-menu li a {
    text-transform: uppercase;
    font-family: 'Sohne';
    font-size: 9px;
    letter-spacing: 3px;
    margin-top:4px;
  }
/**sticky header**/
div#header-container.active-scrolled-past-header,
div#header-container{
    transition: all .2s ease!important;
    position:relative; 
    z-index:99;
}

div#header-container.active-scrolled-past-header  .header-navigation {
    position: fixed!important;
    z-index: 99;
    width: 100%;
    top:89px;
    transition: all .2s ease!important;
    z-index:999;
}
div#header-container.active-scrolled-past-header  .shopify-section-header-sticky{
    position: fixed!important;
    z-index: 9999;
    width: 100%;
    transition: all .2s ease!important;
    margin: 0;
    top:0;
}
div#header-container .header-navigation{
    position:fixed!important;
    transition: all .2s ease!important;
    z-index: 2;
    width:100%;
    top:89px;
}
div#header-container .shopify-section-header-sticky{
    position:fixed!important;
    width:100%;
    top:initial;
    transition: all .2s ease!important;
}
main#MainContent {
    margin-top: 116px;
    margin-bottom: 50px;
}

h1.title,
h1.collection-hero__title{
    text-align: center;
    margin: 80px auto 20px;
}
h1.main-page-title{
    padding-top: 80px
}
/**secondary header**/
div#main-mega-menu {
    width: 100%;
    clear: both;
    left: 0;
    height:40px;
}
div#main-mega-menu .mega-menu-wrapper {
    position: absolute;
    width: 100%;
    background: #FBF9F5;
    left: 0;
    right: 0;
    top: 35px;
    overflow:hidden;
    z-index:999;
    height:0;
    transition:all .2s ease;
}
div#main-mega-menu li:hover > .mega-menu-wrapper {
    height:initial;
    transition:all .2s ease;
}
div#main-mega-menu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -18px;
    height: 18px;
    z-index:99;
    background: url('scallop04.png');repeat-x;
    background-size: 58px;
}
div#main-mega-menu .mega-menu-wrapper .mega-menu-row {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-items: center;
    justify-content: center;
    column-gap: 100px;
}
div#main-mega-menu .mega-menu-wrapper .mega-menu-column {
    display: flex;
    flex-wrap: wrap;
    column-gap: 90px;
    width: 57%;
}
div#main-mega-menu .mega-menu-wrapper  .mega-menu-column.mega-menu-image {
    width:  45%;
}
div#main-mega-menu .mega-menu-wrapper .menu-item-inner h3 {
    font-weight: 400;
    font-size: 14px;
    margin:40px 0 10px;
    font-family: 'Sohne';
    text-align: left;
    color:#333;
    font-size: 10px;
    letter-spacing: 2px;
}
div#main-mega-menu .mega-menu-wrapper .menu-item-inner li a {
    display: block;
    text-align: left;
    text-decoration: none;
    font-family: "Glossy Magazine";
    color: #333;
    font-size: 13px;
    letter-spacing: 0px;
    text-transform:none;
    padding: 0;
}
div#main-mega-menu .mega-menu-wrapper .menu-item-inner ul{
    padding:0;
    margin:0;
}
div#main-mega-menu .mega-menu-wrapper .menu-item-inner li{
    display:block;
    text-align:left;
    margin:0;
}
div#main-mega-menu .img-product-meta {
    margin: 20px;
    height: 320px;
    overflow: hidden;
    object-fit: cover;
    object-position: center center;
}
div#main-mega-menu .image-grid {
    display: flex;
}
.mega-menu-row li a:hover {
    color: #92957e!important;
}
div#main-mega-menu .product-caption a {
    color: #333;
    text-decoration: none;
}
div#main-mega-menu h4{
    margin: 0;
    padding: 0;
}
div#main-mega-menu p{
    margin:  0 0 15px;
    padding: 0;
    font-style:italic;
    text-transform:none;
}
.header__menu-item li a:hover {
    color: #92957e!important;
}
@media screen and (min-width: 750px) {
    .list-menu__item--link {
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }
}
/**cookie banner***/
section#shopify-pc__banner {
    max-width: 100%;
    width: 100%;
    left: 0;
    background:#ffffff
}

.shopify-pc__banner__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.shopify-pc__banner__dialog button {
    width: 30%!important;
    max-width: 200px;
    background: #787773 !important;
    box-shadow: none!important;
    text-transform: uppercase;
    font-size: 10px !important;
    font-family: Sohne !important;
    letter-spacing: 2px !important;
    border:none!important;
    color:#fff!important;
}

.shopify-pc__banner__btns {
    justify-content: start;

}
.shopify-pc__banner__dialog button.shopify-pc__banner__btn-manage-prefs {
    background: none!Important;
    color: #333!important;
    max-width: 300px;
}

button#shopify-pc__banner__btn-decline {
    background: none!important;
    color: #333!important;
    border: 1px solid #787773!important;
}

/****our story slider***/
div#our-story-slider {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 30px 0 50px;
}
#story-slider {
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
    height:  800px;
}
#story-slider .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(760px); /* Center the slides */
    height:  800px;
    column-gap: 20px;
}
#story-slider .slide {
    flex: 0 0 18%;
    box-sizing: border-box;
    text-align: center;
    transition: all .4s ease;
    margin: 0 -10px;
}
#story-slider .slide img {
    width: 100%;
    height: auto;
    margin:  40px auto 0;
}
#story-slider  .text{
    font-size: 14px;
}
#story-slider .date{
    font-family:'Sohne';
    font-size:12px;
    letter-spacing:1px;
    text-transform:uppercase;
}
#story-slider .event-title{
    text-transform:uppercase;
}
#story-slider .slider-details {
  padding: 10px;
  position: relative; 
  top: 50px;
  transform: scale(0.7);
}
#story-slider .slide.active img{
    transform-origin: center;
    transform: scale(1.1);
    z-index: 2!important;
    opacity: 1!important;
    transition: all .4s ease;
}
#story-slider .slide.active .slider-details{
    transform: scale(1);
}
#story-slider{
  position:relative;
}
#story-slider:before{
    width:100%;
    height:1px;
    background:#fff;
    content:'';
    display:block;
    position:absolute;
    top:45.5%;
    z-index:999;
}
#story-slider .slide:before {
    width: 10px;
    height: 10px;
    top: 45%;
    background:#fff;
    content:'';
    position:absolute;
    left:0;
    right:0;
    border-radius:100%;
    margin:auto;
    z-index:99;
}
#story-slider .slide{
    position:relative;
    opacity:0.7
}
#story-slider .slide.active{
    z-index:4;
    opacity:1;
}
#story-slider .slide.active:before{
    transform:scale(1.4)
}
.footer__content-top.page-width {
    max-width: 1400px;
}
/**remove instagram powered by**/
main#MainContent > p {
    display: none;
}
@media only screen and (min-width: 961px){
     .page-width--narrow{max-width: 65rem}
    #story-slider .slide {
        flex: 0 0 auto;
        box-sizing: border-box;
        text-align: center;
        transition: all .4s ease;
        margin: 0 -10px;
        width: 40rem
    }
}
/***blog page css***/
#blog-banners {
    background: #d1ccbd;
    padding: 0;
    overflow:hidden;
} 
.blog-banner {
    position: relative;
    min-height: 600px;
}
.blog-banner .blog-banner-img{
    width: 60%;
    position: absolute;
    height: 600px;
    right: 0;
}
.blog-banner .blog-banner-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
    display: block;
    object-position: 0 35%;
}
.blog-banner-wrapper {
    max-width:  1300px;
    margin: 0 auto;
}
div.blog-banner-info {
    max-width:  400px;
    text-align: center;
    top: 130px;
    position:relative;
}
div.blog-banner-info h2{
    font-size: 33px;
    font-weight: 700
}
#blog-banners a.read-more-link {
    color:#000;
    padding:10px;
    text-decoration:none!important;
    border-bottom:1px solid #000;
    display:inline-block;
    font: 8px 'Sohne';
    text-transform:uppercase;
    letter-spacing:4px;
}
#blog-banners  a.read-more-link:hover{
    color: #92957e!important;
}
#blog-banners .slider {
    position: relative;
    overflow: hidden;
    width: 100%;
}
#blog-banners .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}
#blog-banners .slide {
    min-width: 100%;
    box-sizing: border-box;
}

#blog-banners .slider-pagination-wrap{
    position: absolute;
    bottom:20%;
    max-width:1300px;
    margin:auto;
    left:0;
    right:0;
}
#blog-banners .slider-pagination {
    display: flex;
    max-width: 400px;
    justify-content: center;
}
#blog-banners .pagination-number {
    width: 20px;
    height: 20px;
    margin: 0 5px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
div#blog-post {
    max-width: 1300px;
    margin: 0 auto;
    padding:  3.5%;
}
#blog-banners .pagination-number.active {
    font-weight: 700;
    text-shadow: 0 0 1px #000;
}
div#blog-post .article{
    width:50%;
    display:inline-block;
    vertical-align:top;
    box-sizing:border-box;
    padding:20px;
}
div#blog-post .full-unstyled-link {
    font-weight:400;
    text-shadow: 0 0 1px;
}
div#blog-post .article a.read-more-link {
    color: #333;
}
div#blog-post .card{
    max-width: 90%
}
div#blog-post .article-card__info.caption-with-letter-spacing.h5 {
    margin: 10px 0 15px;
    font: 8px 'Sohne';
    letter-spacing: 3px;
} 

/**design build form popup**/
div#design-form-popup {
    max-width:  1200px;
    margin: 0 auto;
    text-align: center;
    position:fixed;
    top:20px;
    z-index:999;
    background:#e8e6df;
    padding: 30px 50px;
    left:0;
    right:0;
    margin:auto;
    overflow-y:scroll;
    height:100%;
}
div#design-form-popup h2{
    font-family:'Sohne';
    font-size:12px;
    letter-spacing: 4px;
    text-transform:uppercase;
    margin:0;
    padding:0;
}
div#design-form-popup  h3{
    font-size: 34px;
    text-transform:uppercase;
     margin:10px;
    padding:0;
}
.cs-form-parent-warp{
    text-align:left;
    margin:70px auto;
    color:#333;
}
.cs-form-parent-warp h2{
    display:none
}
div#form-popup-overlay {
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display:none;
    opacity:0;
    transition:all .5s ease;
}
a.inquire-here,
a.apply-here{
    cursor:pointer;
}
.form-close {
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
    font-family: 'Sohne';
    cursor:pointer;
}
div#design-form-popup .form-submit-btn-wrap button {
    background: #92957E!important;
    padding: 15px 30px!important;
    border-radius: 5px;
    color: #fff!Important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Sohne';
}
div#form-popup-overlay.active {
    opacity: 1;
    transition:all .5s ease;
}

div#form-popup-overlay-design #design-form-popup {
    width: 100%;
     right: -100%;
    position: fixed;
    left:initial;
    max-width:700px;
    margin:0;
    top: 0;
    transition: all .5s ease;
}
div#form-popup-overlay-design.active #design-form-popup{
    right:0;
}
div#form-popup-overlay-design.active:before {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    position: fixed;
    z-index: 999;
}


/***product page css**/
.quick-add.no-js-hidden {
    position: absolute;
    top: 400px;
    width: 100%;
    opacity:0;
    transition: all .3s ease;
}
.quick-add.no-js-hidden button{
    border:none;
    box-shadow: none!important;
    background:#92957e;
    color:#fff;
}

.quick-add.no-js-hidden button::before,
.quick-add.no-js-hidden button::after{
    display:none!important;
}

.card-wrapper:hover .quick-add.no-js-hidden {
    opacity:1;
    transition: all .3s ease;
}
.quick-add.no-js-hidden a {
    display: block;
    border: none;
    box-shadow: none!important;
    background: #92957e;
    color: #fff;
    text-align:center;
    text-decoration:none!important;
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    padding: 15px;
}
.shareit a i {
    color: #999;
    margin: 5px;
    font-size: 20px;
}
button.wishlist_button {
    display: flex;
    width:100%;
    padding:0;
    align-items: center;
    column-gap: 10px;
    font-family: Sohne!important;
    justify-content: start;
    background: none;
    border: none;
    margin: 10px 0 0;
}
button.wishlist_button p{
    font-family: Sohne!important;
    text-transform:uppercase;
    font-size:11px;
    letter-spacing:1px
}
.card-wrapper.product-card-wrapper.underline-links-hover p.wishlist_text {
    display: none;
}
.card-wrapper button.wishlist_button {
    position:absolute;
    right: 10px;
    text-align: right;
    z-index:9999;
    cursor:pointer;
    display: block;
}
button.wishlist_button svg {
    transform: scale(0.7);
}
.perfect-match {
    background: #92957e4d;
    padding: 25px 15px;
    border-radius: 11px;
}
.perfect-match img{
    float:left;
    margin-right:20px;
    height:150px;
    width: auto;
}
.perfect-match h4 {
    padding: 0!Important;
    margin: 0;
}
.perfect-match a.shop-now{
    display:block;
    color:#333!important;
    letter-spacing:2px;
    margin:10px 0;
    font-family:Sohne!important;
    font-size: 11px
}
.perfect-match h3 {
    padding: 0;
    margin: 0 0 20px;
}
.quick-add-modal button.wishlist_button {
    display: none;
}
.quick-add-modal .product-tags {
    margin: 0;
    right: 0;
    left: initial;
    position: relative;
    top: initial;
}

.product-form__input input[type=radio]:checked+label {
    background: #999!important;
    border: 1px solid #999!important;
}

.product-form__input input[type='radio'] + label {
    border: 1px solid #999!important;
}
#hp-featured-collection .quick-add.no-js-hidden{
    top:initial!Important; 
    bottom:80px;
}
.product .slider-pagination {
    max-width: 56px;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Keep all dots in one line */
    margin: 0 auto;
    left: 0;
    right: 0;
    height: 20px;
    position:absolute; 
    bottom: 30px;
    scrollbar-width:none!Important
}
  
.product  .pagination-wrapper {
    display: inline-block; /* Ensure all dots are displayed in one line */
    margin-top:0!important;
}

span.pagination-dot {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #b1b1b1;
    border-radius: 100%;
    margin: 2px;

}
span.pagination-dot.active{
    background:#8d8d8d
}
/***wishlist product***/

.c-product {
    cursor: pointer;
    margin-bottom: 20px;
}
.c-product img:hover {
    transform: scale(1.03);
}
.c-product h3.c-product__title {
    position: relative;
    width: 20%;
    font-size: 18px;
}
h2.wishlist-title{
    text-align: center;
    padding-top: 20px;
    font-size: 34px;
}
.wishlist-product__list {
    border-top: 1px solid #dbdbdb;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}
.wishlist-product__list .c-product {
    display: flex;
    align-items: center;
    justify-content: center;
}
.wishlist-product__list .c-product img{
    max-width: 80px;
    height:auto;
    margin: 0;
}
.wishlist-product__list button {
    border: none;
    background: #92957E;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin:0 20px;
}
.c-product img {
    width: calc(100% - 20px);
    object-fit: cover;
    border-radius: 5px;
    transition: all .5s ease;
    object-position: center;
    margin: 10px 10px 20px;
    display: block;
    height: 450px;
}

.wishlist-product__list h3, .wishlist-product__list p {
    padding: 0 20px;
}

.wishlist-product__list h3 {
    font-size: 20px;
    margin-top: 10px;
}
/***contact form popup***/
#ids-form, #dtd-form{
    background: rgba(0,0,0,0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    display:none;
    opacity:0;
    transition:all .5s ease;
}
#ids-form.active, #dtd-form.active{
    opacity: 1;
    display:block;
    transition:all .5s ease;
}
#dtd-form-close,  #ids-form-close{
    position: absolute;
    right: 30px;
    top: 20px;
    font-size: 20px;
    font-family: 'Sohne';
    cursor:pointer;
}

/***care guide css***/
.care-guide-items {
    position: relative;
    min-height:  700px;
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.care-guide-items .img-holder {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    overflow:hidden;
    max-width: 650px;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
}
.care-guide-txt {
    max-width:  600px;
}
.care-guide-txt h3{
    font-weight: 700;
    font-size: 28px;
    position:relative;
    padding: 0;
    margin: 20px 0 0;
    width: 100%;
    max-width: 600px;
}
.care-guide-txt h3 i{
    position:absolute;
    right:0;
    font-weight:300;
    font-size:20px;
    color:#333;
    top:2px;
}
.care-guide-items .img-holder img{
    object-position:center;
    object-fit: cover;
    display: flex;
    width: 100%;
    height: 100%;
}

.cg-wrapper {
    width: 100%;
    max-width: 600px;
}

/***featured collection css**/
#hp-featured-collection .tab {
    text-align: center;
}
#hp-featured-collection .tab button {
    background: none;
    font-size: 25px;
    border: none;
    font-family: Glossy Display;
    border-bottom: 2px solid transparent;
    margin: 10px;
    text-transform: uppercase;
    padding: 7px 10px;
    cursor: pointer;
    color: #000 ! Important;
}
#hp-featured-collection .tab button.active{
    border-bottom:1px solid #6f6f6f
}

/**search result***/
.template-search__results .card__inner {
    background: transparent !important;
    border: 1px solid #9a9a9a !important;
}
.template-search__results .card__inner .media {
    position: relative !important;

}
.template-search__results .card__inner .media img:first-child{
    position:relative;
}