/** Shopify CDN: Minification failed

Line 765:4 Unexpected "{"

**/
/* headder */
.full-search{
  width:100%;
}

.logo-icons {
    display: flex;
    gap: 60px;
}

.quickSearchResultsWrap {
    width: 100% !important;
  }

.list-menu{
text-align:start;
/* padding-left:5px; */
}

/* Target the search form inside the modal */
.search-modal__form {
   width: 100% ;
   max-width:100% !important;              /*take 70% width of container */
  margin: 0 auto;          /* center it */
  display: flex;
  padding-bottom:4px;
  align-items: center;
  justify-content: center;
}

/* Style the input box */
.search__input {
  width: 100%;             /* fill available width */
  padding: 12px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 30px;     /* rounded corners */
  outline: none;
  transition: border-color 0.3s ease;
}

.search__input:focus {
  border-color: #000;      /* change to your theme’s primary color */
}

/* Style the search button */
.search__button {
  margin-left: -50px;      /* overlaps on the right edge of input */
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__button svg {
  width: 20px;
  height: 20px;
  fill: #333;              /* icon color */
  transition: fill 0.3s;
}

.search__button:hover svg {
  fill: #000;              /* darker on hover */
}


/* Key Details Block */
.key-details {
  display: flex;
  align-items: flex-start;
  padding: 1rem;
  border-radius: 3px;
  margin: 1rem 0;
  color: Black !important;
  background-color: var(--key-details-background-color);
}

.key-details__icon {
  color: black;
}

.key-details__icon,
.key-details__image {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 0.75rem;
}

.key-details__wrapper {
  flex-grow: 1;
  word-break: break-word;
  line-height: 1.5;
  text-align: left;
}
.key-details__wrapper a,
.key-details__wrapper a:hover,
.key-details__wrapper a:active,
.key-details__wrapper a:visited {
  color: inherit;
}

.key-details__wrapper p {
  margin-top: 0;
}
.key-details__wrapper p:first-child {
  margin-top: 0;
  line-height: initial;
}
.key-details__wrapper p:last-child {
  margin-bottom: 0;
}

.key-details__heading {
  margin: 0 0 6px 0;
  font-weight: bold !important;
}
/* Key details END */

/* Font Styling */

h2.sidebarBlock-heading.is-clicked {
    font-weight: 700 !important;
    font-size: unset !important;
}

.news-head{
margin-top: 10px !important;
font-size: 22px !important;
font-weight: bold !important;
}

*{

  font-family:Gotham;

.header-mobile a, .header-navigation-wrapper a, .footer a{
  font-family: Poppins !important;
  font-size: 14px !important;
}

p, a{
    font-family: Gotham !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-style: normal; 
}

h4, h5 ,h6{
  font-family: Gotham !important;
  font-weight: normal !important;
  font-size: 15px !important;
}
/* h1, h2:not(:where(.sidebarBlock-heading is-clicked, .facets__text)) ,h3{
font-family:Gotham !important;
font-weight: normal !important;
font-size: 35px !important;
}  */
h2:not(.sidebarBlock-heading),
h1:not(:has(.sidebarBlock-heading, .facets__text)),
h2:not(:has(.sidebarBlock-heading, .facets__text)),
h3:not(:has(.sidebarBlock-heading, .facets__text)) {
  font-family: 'Gotham', sans-serif !important;
  font-weight: 400 !important;
  font-size: 25px !important;
}


.span-head{
font-weight:bold !important ;
/* padding-bottom: 10px !important; */
}


}


.newsletter-form__field-wrapper, input, button{
border-radius:5px;
}

.halo-block-header .title .text {
    padding: 0 0px !important;
}


.cent-banner h3{
   font-family: photograph_signatureregular !important;
font-weight: 400 !important;
font-style: Regular;
font-size: 75px !important;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
}

h2.footer-block__heading{
font-family: Poppins !important;
font-weight:bold;
font-size:18px !important;
}


    .header-navigation .header--wishlist svg, .header__search svg{
      fill: none !important;
      width:22px !important;
      height: 22px !important;
    }

/* GRID ROUND BANNERS SECTION STYLING */
.grid-round-banners {
  text-align: center;
  padding: 0px 5px;
  background: #fff;
}

.grid-round-banners .shop-by-skin-title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}

.grid-round-banners .skin-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 20px;
  row-gap: 10px;
  justify-items: center;
}

.grid-round-banners .skin-item {
  text-decoration: none;
  position: relative;
}

.grid-round-banners .skin-image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  /* height: 100%; */
  border-radius: 50%;
  /* overflow: hidden; */
}

.grid-round-banners .main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #eee;
  transition: transform 0.3s ease;
}
.grid-round-banners .icon-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 8vw;
  height: auto;
  max-width: 50px;
  object-fit: contain;
  background: #fff;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 868px) {
    .grid-round-banners .skin-grid {
  grid-template-columns: repeat(4, 1fr);

}

.custom-image-banner-block .halo-row .halo-item+.halo-item:not(.slider__slide) {
        margin-top: 1px !important;
    }

/* .grid-round-banners .skin-image-wrapper {
    max-width: 120px;
    max-height: 120px;
    aspect-ratio:none;
  } */
  .banner-mob-height .promo-grid--inner{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;

    .promo-block {
      background-color: white;
      mix-blend-mode: darken;
      background-size: contain !important;
      .promo-block--content{
        padding: 0 !important;
      }
    }
  }
}

@media only screen and (max-width: 450px){
    .grid-round-banners .skin-grid {
  grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  row-gap: 0px;

}

.grid-round-banners .skin-item {
    margin-bottom: -20px;
}
  
  /* .grid-round-banners .skin-image-wrapper {
    max-width: 110px;
    max-height: 110px;
    aspect-ratio:none;
  } */

  .grid_h4{
    padding-bottom:10px;
        /* margin: 0; */
  }

}

@media only screen (max-width:550px){
    .instafeed-new-layout-wrapper{
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-rows: auto;
  }
  .instafeed-new-layout-item:nth-of-type(n+5) {
    display: none !important;
  }
}

/* Font Styling */


@media only screen and (max-width: 768px){
/* 
  .productView-image {
    width: 50% !important;
} */

.quickSearchResults {
    max-height: calc(150vh - 150px);
}

 #predictive-search-results-list .products-grid .product {
        width: 130px;
        margin: 0;
          }

.header-mobile__item--search{
width:100%;
}

.search-modal__content{
width:100%;
}

/* Search button */

.search-block h3 {
    font-size: 15px !important;
}

.header-navigation .header--wishlist svg, .header__search svg {
    fill: black !important;
    width: 18px !important;
    height: 20px !important;
}

  .instafeed-new-layout-wrapper{
    grid-template-columns: repeat(3, 1fr) !important;
    grid-auto-rows: auto;
  }
  .instafeed-new-layout-item:nth-of-type(n+7) {
    display: none !important;
    grid-auto-rows: auto;

  } 


.instafeed-new-layout-item {
    aspect-ratio: 34 / 54 !important;
    width: 100% !important;
    height: 100% !important;
}

   .product-logo-badge .logo-list {
    display:grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items:center;
  }

  .cent-banner a.image.image-mobile {
    padding-top: 36% !important;
}

  .footer-block__heading{
font-family: Poppins !important;
font-weight:bold;
font-size:18px !important;
}

.news-head{
font-size:25px !important;
font-weight: bold !important;
}


p, a{
    font-family: Gotham !important;
    font-size: 14px !important;
    font-weight: 300 !important;
    font-style: normal; 
}

h4, h5 ,h6{
  font-family: Gotham !important;
  font-weight: normal !important;
  font-size: 14px !important;
}
h1, h2 ,h3{
font-family:Gotham !important;
font-weight: normal !important;
font-size: 25px !important;
} 

.span-head{
font-weight:bold !important ;
padding-top: 12px !important;
}

.cent-banner h3{
font-size:35px !important;
}

.productView-image {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    height: 50%;
    padding-right: 5px;
    padding-left: 5px;
}

}

@media only screen and (min-width:1024px) and (max-width:1280px){
  .header-navigation .container-1770{
    padding:0px !important;
  }
}

@media only screen and (min-width: 1024px) {

  /* Thumbnail */
.productView-thumbnail-wrapper{
display: none;
}

  /* Image With Text  */
.image-with-text { 
    display: flex;
}

.image-with-text--reverse{
  display:flex;
  flex-direction:row-reverse;
}

.picture-img{
      width: 50%;
    display: flex;
    justify-content: center;
}

.prose .heading-img{
  font-weight:bold !important;
  font-size:17px !important;
}

.prose{
      width: 40%;
    align-content: center;
    text-align: start;
}

/* Image With Text End */  
  
  .grid-round-banners {
        padding: 0 45px;
    }

     .product-logo-badge .logo-list {
  /* column-gap: 50px; */
  width:auto;
  display: flex;
    justify-content: space-around;
}

    .header__menu-item{
      padding:0 12px 7px !important;
    }

}
@media (min-width: 1025px) {
    .halo-block-header .title .text {
        width: fit-content !important;
    }
}

@media only screen and (min-width: 1250px) {
    .grid-round-banners {
        padding: 0 32px;
    }
}

@media only screen and (min-width: 1600px) {
    .grid-round-banners {
        padding: 0 30px;
    }
}

@media only screen and (min-width: 1900px) {
    .grid-round-banners {
        padding: 0px 40px;
    }
}

@media only screen and (min-width: 2200px) {
    .grid-round-banners {
        padding: 0 40px;
    }
}

@media only screen and (min-width: 2400px) {
    .grid-round-banners {
        padding: 0 30px;
    }
}




.col-head{
margin-top:6.5rem !important;
}

/* Wrapper for the dress image */
.halo-item.spotlight--image {
  position: relative;
  display: inline-block;
  overflow: hidden; /* ensures overlay doesn’t spill out */
}

/* Dress image itself */
.halo-item.spotlight--image img {
  display: block;
  width: 100%;   /* responsive image */
  height: auto;
}

/* Curve effect on the right side */
.halo-item.spotlight--image .spotlight-item .image-container .img-box .image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
  width: 150px;   /* adjust width of curve overlay */
  height: 100%;
  background: url("/cdn/shop/files/curve.png?v=1755584093") no-repeat right center;
  background-size: cover;   /* fills height */
  pointer-events: none;     /* keep image clickable */
}



.custom-image-banner-block .customImageBanner--largeImg .customImageBanner-item,
.custom-image-banner-block .customImageBanner--largeImg .customImageBanner-item .img-box,
.custom-image-banner-block .customImageBanner--largeImg .customImageBanner-item .img-box .image {
    height: 100%;
}
.custom-image-banner-block .customImageBanner--smallImg .customImageBanner-child {
    height: 100%;
    margin: 0 !important;
}

    /* .header-navigation .header__icon--account svg path{
      height:30px !important;
      width:30px !important;
    } */



       .header-navigation .header--cart svg, .header--account svg{
      fill: none !important;
      width:30px !important;
      height: 30px !important;
    }
    
    .header--wishlist {
  order: 1;
}

.header__search {
  order: 2;
}

.header--cart {
  order: 3;
}

.header--account {
  order: 4;
}

.header-mobile--icon svg{
 fill:none !important;
}

.cart-count-bubble, .wishlist-count-bubble {
    min-width: 18px;
    min-height: 18px;
    font-size: 13px;
}
.icons a p {
    padding-left: 10px;
    color:white;
}
.icons a img {
    width: 30px;
    height: 30px;
    padding-right: 0px;
        margin-bottom: 5px;
}

.icons a {
    display: flex;
    padding-top: 0px;
    align-items: center;
}
.footer-custm ul.list-unstyled{
  list-style:inside;
  color:white;
}


.cent-banner .item--largeImg .content-box--absolute{
  --content_width: 100% !important;
}

/* Product Page */
.prose .heading-img{
          margin: 5px 0px;
}

.sticky-image img {
    object-fit: cover !important;
}

.productView-groupBottom{
display:flex;
flex-direction:column;
}

.productView-payment{
  order:0;
}

.productView-checkbox{
order:1;
}

.wish-share-btn{
order:2;
display:flex;
align-items:center;
}

.productView-wishlist {
    flex: 0 0 90%;
    margin: 0 !important;
}

.productView-wishlist a{
  border-radius:0 !important;
  width:100% !important;
}

.picture-img{
  display:flex;
  justify-content:center;
}

/* Logo List */

.product-logo-badge{
  max-width:100% !important;
}

.product-logo-badge .logo-list .logo-list__item img {
  filter: none;
}
.product-form__label {
    margin: 3px 5px 5px 0 !important;
}
/* End Logo List */

.productView-tab .tabs-contents .tab-content .toggle-title a span {
    font-size: 15px;
    font-weight: 700;
}

.productView-tab .tabs-contents .tab-content .toggle-content p {
    font-size: 14px;
    font-family: Gotham Book;
    color: black;
}

.rating__star-wrapper svg{
width:1.1rem;
height:1.3rem;
margin:5px 0;
}

@media (min-width: 768px) {

    .productView-nav.style-3 .prod-img{
        /* padding-top: 10px; */
        width: 50% !important;
        padding: 5px 5px 5px 5px !important;
   }

.instafeed-new-layout-wrapper{
  .instafeed-new-layout-item:nth-of-type(3){
      width: 100% !important;
      height: 100% !important;
      grid-column: 3 / 5 !important;
      grid-row: 1 / 3 !important;
  }
  .instafeed-new-layout-item:nth-of-type(4), .instafeed-new-layout-item:nth-of-type(5), .instafeed-new-layout-item:nth-of-type(6){
    display: none !important;
  }
}

}

/* @media (max-width: 768px) {
    .productView-nav.style-3 .prod-img{
        width: 50% !important;
        padding: 0px 3px;
    }
}  */

/* Header Top  Bar */
@media (min-width: 1025px) {
    {
        display: flex
;
        width: 100%;
       
    }
}

.modalbox,
.modalbox-overlay {
  position: fixed;
  right: 0;
  top: 0;
}
.announcement-bar-section {
  border: none;
  padding-left: 0;
  padding-right: 0;
  gap: 0;
}
.hdr-top-bar .topbar-item {
  flex-grow: 1;
  padding-right: 10px;
}
.topbar-item.img-invert img.icon-img {
  filter: brightness(0) invert(1);
}
.topbar-item a span,
.topbar-item span {
  font-size: 12px;
}
.topbar-item .announcement-bar__message {
  display: flex;
  justify-content: center;
  align-items: center;
  margin:8px;
}
.announcement-bar__message{
padding:0 !important;
}

.topbar-item a p{
  margin: 5px 0px;
}

.topbar-item a.link {
  text-decoration: none !important;
}
.modalbox-overlay {
  width: 100vw;
  height: 100vh;
  left: 0;
  bottom: 0;
  z-index: 9998;
  background-color: #232323cc;
  display: none;
}
.modalbox-overlay.active {
  display: block;
}
.modalbox {
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
  overflow-x: hidden;
  transition: transform 0.5s;
  width: 410px;
  height: 100%;
  padding: 40px 30px;
  transform: translate3d(410px, 0, 0);
  max-width: 90%;
}
.modalbox .modal-title {
  color: #121212;
  font-weight: 900;
  font-size: large;
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bdbcbc;
}
.modalbox .modal-content {
  color: #121212;
  font-size: 15px;
  margin-bottom: 30px;
}
.modalbox.active {
  transform: translateZ(0);
}
.topbar-item a.modal-popup {
  cursor: pointer;
}
.modalbox button.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  background: 0 0;
  border: none;
  padding: 0;
  width: 18px;
  cursor: pointer;
  color: #000;
}
.hdr-top-bar .page-width {
  display: flex;
}
@media only screen and (min-width: 990px) and (max-width: 1200px) {
  .hdr-top-bar .topbar-item {
    min-width: 20% !important;
  }
  .hdr-top-bar .announcement-bar {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 990px) {
  .hide-mobile {
    display: none;
  }
  .hdr-top-bar .topbar-item {
    padding: 0 5px;
    width: 33.33% !important;
  }
  .hdr-top-bar .page-width {
    padding: 0 0.5rem;
  }
  .topbar-item-inner:has(.hide-mobile) span {
    margin: 0 !important;
  }
  .topbar-item-inner .icon-img {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .topbar-item a span,
  .topbar-item span {
    font-size: 10px;
  }
  .topbar-item-inner .icon-img {
    width: 16px;
    height: 16px;
  }
  .announcement-bar-section .announcement-bar {
    flex-wrap: wrap;
    padding: 8px 0;
    gap: 3px;
    row-gap: 6px;
  }
  .topbar-item .announcement-bar__message {
    justify-content: flex-start;
    margin:2px;
  }
}
@media screen and (min-width: 700px) {
  .announcement-bar-section .announcement-bar {
    column-gap: 0.5rem;
  }
}
.hdr-top-bar.utility-bar .announcement-bar {
  padding: 0px 0 0 0;
}

.top-head{
color: white !important;
}

@media only screen and (min-width:1024px){
    .hdr-top-bar .container {
        max-width: 1400px !important;
    }

    .megamenu_style_5 .wrapper-colunm-menu {
        height: 550px;
    }

  }

/* @media only screen and (max-width: 699px) { */
     .hdr-top-bar.utility-bar .announcement-bar {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0px 0;
    }
      .hdr-top-bar .announcement-bar .topbar-item {
        min-width: fit-content;
    }
/* } */
/* Header Top  Bar End */


.recently-header h3 {
    font-size: 15px !important;
}

@media only screen and (max-width: 768px) {
  .quickSearchResultsWrap[data-quick-trending-products] {
    display: none !important;
  }
}
