/** Shopify CDN: Minification failed

Line 457:0 Unexpected "}"
Line 472:0 Unexpected "}"

**/
/*-----------------------------------------------------------------------------/
/ Custom Theme CSS
/-----------------------------------------------------------------------------*/
/*---------------- Global Custom CSS -------------------*/
.price_range {
    display: block;
    width: 70% !important;
}

.sp-single .entry-summary>:not(:last-child){
    margin-bottom: 2px !important;
}

.price_stock {
    border: none !important;
}


.nt_menu>li>a {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

#shopify-section-9374abe7-f107-4298-97ab-e21b0b1daa45 h3.section-title {
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
}

.pin__type .pin_tt {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -27px;
    bottom: 0;
    left: -14px;
    padding: 5px 10px;
    z-index: 1;
    background-color: #65affa;
    border-radius: 3px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.truncate {
    overflow:visible;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qMWqRG_videosContainer {
    grid-template-columns: repeat(20,calc(33.3% - 11px)) !important;
    gap: 20px;
    display: grid;
    overflow: auto;
}

.qMWqRG_videoContainer {
    cursor: pointer;
    aspect-ratio: 9/16;
    max-height: 100% !important;
    width: 100%;
    background: #f4f5f7;
    display: grid;
    overflow: hidden;
}

.qMWqRG_video {
    object-fit: cover;
    max-height: 100% !important;
    aspect-ratio: 9/16;
    height: 100%;
    width: 100%;
    grid-area: 1/1;
    margin: 0!important;
}

.page_head:before {
    background:#fff !important;

}

#shopify-section-cat_heading h1.mb__5.cw {
color:#333 !important;
}

#blockid_423664cc-eaa7-468d-ab98-c4fa3ae031a3{
display:none !important;
}

#blockid_0ca40e92-aa6f-46d5-abcd-f4cd0550ccf3{
display:none !important;
}

#shopify-section-cat_heading .parallax-inner {
    background-size: 100%;
display:block !important;
background:#fff !important;
color:#333 !important;

}

#shopify-section-cat_heading .page-head {
    padding: 0px 0;
    justify-content: center;
    align-items: center;
background:#fff !important;
color:#333 !important;

}

.page-head:before{
background:#fff !important;
color:#333 !important;
}

.pr_lazy_img {
padding-top: 123.333% !important;
}

/*---------------- Custom CSS for only desktop -------------------*/
@media (min-width: 1025px) {
  .submegamenu{
padding:0  15px 0 15px !important;
margin:0 !important;
}
.submegamenu h4 a{
color:#777 !important;
}


.submegamenu h4{

font-size:14px !important;
color:#777 !important;
padding:5px !important;
font-weight:bold;



}
.submegamenu ul{
margin:0;
padding:0;
}
.submegamenu li{
display:block !important;
}
.submegamenu li a{
display:block;
padding:5px !important;
font-family: Avenir Next,sans-serif !important;
font-size:12px !important;
color:#000 !important;
text-transform:uppercase;
}

.nt_menu .sub-menu .sub-column-item {
    padding: 10px 15px !important;
}

.page_head_402557468928:before {
    
    opacity: 0 !important;
}
b, strong {
    font-weight: 600;
}

.golde{
color:#c7b176; 
font-size:28px !important;
 font-family:playfair-display !important;
}

.marquee {
        margin: 0 auto;
        width: 100%;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
      }
      .marquee:before,
      .marquee:after {
        position: absolute;
        top: 0;
        width: 30px;
        height: 30px;
        content: "";
        z-index: 1;
      }
      .marquee:before {
        left: 0;
        
      }
      .marquee:after {
        right: 0;
        
      }
      .marquee__content {
        width: 100%;
        display: flex;
        line-height: 30px;
        animation: marquee 6s linear infinite forwards;
      }
      .marquee__content:hover {
        animation-play-state: paused;
      }
      .list-inline {
        display: flex;
        justify-content: space-around;
text-align:center;
        width: 50%;
        /* reset list */
        list-style: none;
        padding: 0;
        margin: 0;
      }
      @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-66.6%);
        }
      }
}

/*---------------- Custom CSS for tablet, mobile -------------------*/
@media (max-width: 1024px) {
  .golde{
color:#c7b176; 
font-size:20px !important;
 font-family:playfair-display !important;
}

.marquee {
        margin: 0 auto;
        width: 100%;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
      }
      .marquee:before,
      .marquee:after {
        position: absolute;
        top: 0;
        width: 50px;
        height: 30px;
        content: "";
        z-index: 1;
      }
      .marquee:before {
        left: 0;
        
      }
      .marquee:after {
        right: 0;
        
      }
      .marquee__content {
        width: 200%;
        display: flex;
        line-height: 30px;
        animation: marquee 6s linear infinite forwards;
      }
      .marquee__content:hover {
        animation-play-state: paused;
      }
      .list-inline {
        display: flex;
        justify-content: space-around;
text-align:center;
        width: 33.33%;
        /* reset list */
        list-style: none;
        padding: 0;
        margin: 0;
      }
      @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-66.6%);
        }
      }

.flickity-button {
  position: revert;
  color: #000;
  -webkit-transition: .25s;
  transition: .25s;
font-weight: 100;
border:none !important;
}

.cat_filter {
    opacity: 1;
font-size:12px !important;
    pointer-events: auto;
    min-height: 32px !important;
    line-height: 30px !important;
}

.cat_sortby > a {
  color: #000;
  font-weight: 200;
font-size:12px !important;
background:#000 !important;
color:#fff !important;
  min-height: 32px !important;
  line-height: 30px !important;
}

.product-image .nt_add_w > a {
  width: 25px;
  display: none;
}
}

/*---------------- Custom CSS for only tablet -------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
  .golde{
color:#c7b176; 
font-size:20px !important;
 font-family:playfair-display !important;
}

.flickity-prev-next-button {
  top: calc(90% - 0px);
  top: -webkit-calc(50% - 20px);
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border-width: 2px;
}

.flickity-button {
  position: revert;
  color: #000;
  -webkit-transition: .25s;
  transition: .25s;
}
}

/*---------------- Custom CSS for only mobile -------------------*/
@media (max-width: 767px){
  .qMWqRG_videosContainer {
    grid-template-columns: repeat(12,calc(47% - 1px)) !important;
    gap: 12px;
    display: grid;
    overflow: auto;
}

.page_head_402557468928:before {
    
    opacity: 0 !important;
}

.golde{
color:#c7b176; 
font-size:20px !important;
 font-family:playfair-display !important;
}

.marquee {
        margin: 0 auto;
        width: 100%;
        height: 30px;
        white-space: nowrap;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
      }
      .marquee:before,
      .marquee:after {
        position: absolute;
        top: 0;
        width: 50px;
        height: 30px;
        content: "";
        z-index: 1;
      }
      .marquee:before {
        left: 0;
        
      }
      .marquee:after {
        right: 0;
        
      }
      .marquee__content {
        width: 200%;
        display: flex;
        line-height: 30px;
        animation: marquee 6s linear infinite forwards;
      }
      .marquee__content:hover {
        animation-play-state: paused;
      }
      .list-inline {
        display: flex;
        justify-content: space-around;
text-align:center;
        width: 33.33%;
        /* reset list */
        list-style: none;
        padding: 0;
        margin: 0;
      }
      @keyframes marquee {
        0% {
          transform: translateX(0);
        }
        100% {
          transform: translateX(-66.6%);
        }
      }


.label_style_rectangular .nt_label {
  height: 18px;
  width: 45px;
  font-size: 9px;
}

 .product-image .nt_add_cp > a, .product-image .nt_add_qv, .product-image .nt_add_w > a, .product-image .nt_add_w > div {
    height: 18px;
  }
}

.nt_labels {
  top: 6px;
}
 .product-image .nt_add_w > a{
width: 100%;
}

.variations_form .shopify-payment-button {
    margin-top: 7px;
  }
}

.flickity-button{
display:none !important;
position:revert !important
}

.flickity-prev-next-button {
  top: calc(90% - 0px) !important;
  top: -webkit-calc(50% - 20px);
  border-radius: 50%;
  padding: 0;
  background-color: transparent;
  border-width: 2px;
}
}