/** Shopify CDN: Minification failed

Line 168:3 Unexpected "/"

**/

@font-face {
   font-family: "Proxima-Nova";
    src: url('/cdn/shop/files/ProximaNova-Regular.woff?v=1774082959') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
   font-family: "Proxima-Nova";
    font-weight: 600;
    src: url('/cdn/shop/files/ProximaNova-Semibold.woff?v=1774441328') format('woff');
    font-style: normal;
    font-display: swap;
}
@font-face {
   font-family: "Proxima-Nova";
    src: url('/cdn/shop/files/ProximaNova-Bold.woff?v=1774441469') format('woff');
    font-style: normal;
    font-display: swap;
     font-weight: 600;
}
/* @font-face {
   font-family: "Streamline-Moderne";
    src: url('/cdn/shop/files/StreamlineModerne-Normal.woff?v=1774082336') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
} */
@font-face {
   font-family: "Streamline-Moderne";
    src: url('/cdn/shop/files/QueensVar.woff?v=1781062566') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/* -webkit-text-stroke: 1px  #FFFFFF; */
  .top-icons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    background: #e8e8e8;
    border: 1px solid #e8e8e8;
    margin: 20px 0px 25px;
  }

  .top-icons-item {
    display: flex;
    align-items: center;
    gap: 10px;
     padding: 19px 29px;
    background: #fff;
  }

  .top-icons-img-wrap {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
  }

  .top-icons-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .top-icons-label {
font-family: "Proxima-Nova";
font-weight: 400;
font-size: 16px;
line-height: 136%;
letter-spacing: 0;
color: #000000;
max-width: 136px;
}

/* -- */
.offers-wrap {
  width: 100%;
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.offer-ticket {
  position: relative;
  background: #EBDBCB4D;
    padding: 10px 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
      display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
}

/* ── Left-Right notch cutouts ── */
.offer-ticket::before,
.offer-ticket::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #FFFFFF; /* ⚠️ ise apne page/section ke actual background color se match karo */
  z-index: 1;
}
.offer-ticket::before {
  left: -10px;
}
.offer-ticket::after {
  right: -10px;
}

.offer-ticket__text {
  color: #000000CC;
 font-family: "Proxima-Nova";
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  position: relative;
  z-index: 2;
}

.offer-ticket__text p {
  margin: 0;
}

.offer-ticket__text strong {
  font-weight: 600;
  color: #1A1A1A;
}
span.offer-ticket__label {

  color: #1A1A1A;
   font-family: "Proxima-Nova";
font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  position: relative;
  z-index: 2;
}

/* -- */
.wishlist-btn--active svg.wishlist-icon {
    fill: red;
    stroke: red;
}

.wishlist-btn--active svg.wishlist-icon path {
    stroke: red;
} */

.header__icon--wishlist.link svg {
    width: 24px;
    height: 24px;
}
span.wishlist-count-bubble {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 0px;
    min-width: auto;
    color: rgb(var(--color-background));
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
    height: auto !important;
    padding: 4px 5px;
    border-radius: 10rem;
    background: rgb(72, 19, 36);
}

.header__icon .svg-wrapper {
    width: 24px !important;
    height: 24px !important;
}
/* megamenu */
/* Desktop Mega Menu Circles */


div#wishlist-grid .grid__item {
    max-width: unset;
    width: unset;
    list-style: none;
}
.wishlist-grid .card__information {
    padding: 0;
}


.mega-menu-circles {
    gap: 10px;
    padding: 0 0;
    justify-content: center;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
max-width: unset;
}

.mega-menu-circle-item {
display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.8rem;
    text-decoration: none;
    color: inherit;
    min-width: 85px;
    background: #f5f5f5;
    padding: 0px 8px;
    width: 100%;
    justify-content: space-around;
}

.mega-menu-circle-img {
    width: 74px;
    height: 74px;
    overflow: hidden;
    border: 0px solid transparent;
    transition: all 0.3s;
}

.mega-menu-circle-item:hover .mega-menu-circle-img {
  border-color: #6B1A2A;
}

.mega-menu-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu-circle-placeholder {
  width: 100%;
  height: 100%;
  background: #f0f0f0;
}

.mega-menu-circle-item span {
font-size: 1.2rem;
text-align: center;
white-space: nowrap;
font-family: "Proxima-Nova";
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0;
text-align: center;
color:#121212;
}

/* Mobile Drawer Circles */
.drawer-mega-circles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding:0px 0px 10px !important;
}

.drawer-circle-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.6rem;
    text-decoration: none;
    color: inherit;
    background:rgba(var(--color-foreground), .04) !important;
justify-content: space-around;
padding:0px 8px;
}
.drawer-view-all a{ 
    color:#F5F5F5;
    color:#151515;
font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 134%;
    letter-spacing: 0%;
}
.drawer-view-all{
        display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}
.drawer-circle-img {
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: border-color 0.2s;
}

.drawer-circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.drawer-circle-item span {
  font-size: 1.1rem;
  text-align: center;
}

/* Fade in mega menu */

/* 
details[open] .mega-menu__content {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
} */

.js .menu-drawer__navigation .submenu-open{
    visibility:unset !important;
}
.menu-drawer__inner-submenu {
    padding: 0 0 0 0px !important;
}

.mega-menu__content {
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.25s ease, transform 0.25s ease;
  pointer-events: none;
  visibility: hidden;
}

 details[open] > .mega-menu__content,
.mega-menu details[open] .mega-menu__content {
    pointer-events: auto;
    visibility: visible;
    background: #FFFFFF;
    max-width: 1240px;
    margin-left: 81px;
    padding: 20px;
} 
/* ---- */
.rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    letter-spacing:0;
}
.complementary-products__container svg.icon.icon-caret {
    width: 24px !important;
    height: 8px !important;
    display:flex !important;
}
li.grid__item .product-card {
    height: 100%;
}

li.grid__item .product-card__info.my-card-info.for-height-rate{
    min-height: 116px !important; 
}


/* cart */
.cart-icon .svg-wrapper {
    display: flex;
    align-items: center;
    gap: 6px;
}
td.cart-item__totals.right {
    display: none;
}
span.cart-bag-text {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}
.cart-bag-text {
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
}

/* Count bubble styling */
.cart-count-bubble {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    border-radius: 50px;
    background: transparent;
     background: #FFFFFF;
    margin-left: 4px;
}
/* cartend */
.common-h2{
 font-family: "Streamline-Moderne";
font-weight: 500;
font-size: 54px;
line-height: 130%;
color:#000000;
-webkit-text-stroke: 1px  #000000;
margin:unset;
}
.common-eyebrow-text{
font-family: "Proxima-Nova";
font-weight: 400  !important;
font-size: 14px !important;
line-height: 100%;
text-transform: uppercase;
color:#481324;
}
.common-container {
    max-width: 1800px;
    margin: 0 auto;
    padding:0px 40px;

}
.relative{
position:relative;    
}
h2.common-h2 p {
    margin: 0;
}
/* search */
 .template-search .facets__heading {
    font-family: "Proxima-Nova";
    font-weight: 600;
    font-size: 15px;
    line-height: 136%;
    letter-spacing: 0%;
}
.template-search span.facets__summary-label {
     font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: 0%;
}
.template-search .facet-filters__label {
    font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 136%;
    letter-spacing: 0%;
}
.template-search .facet-filters__field .select{
   font-family: "Proxima-Nova";
font-weight: 400;
font-size: 14px;
line-height: 136%;
letter-spacing: 0%;

}


.template-search summary.facets__summary {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 136%;
    letter-spacing: 0%;
}

.template-search  .card__heading.h5 {
  font-family: "Proxima-Nova";
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0%;
    color: #000000;
}

.template-search s.price-item.price-item--regular.hhh span {
    font-family: "Proxima-Nova";
    font-weight: 300;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    text-decoration: line-through;
    color: #000000B2 !important;
    text-decoration-color: #8B1E3F;
}

.template-search span.price-item.price-item--sale.price-item--last.last-price span {
     font-family: "Proxima-Nova";
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.render-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* -- */


.also-eyebrow.common-eyebrow-text {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.top-parts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-parts a {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #121212CC;
}
.mobile-view{display:none;}

/* header */
.custom-header-class  {
    max-width: 1800px;
    padding: 1px 40px !important;
    display: flex;
    justify-content: space-between;
}
.header__menu-item span {
   font-family: "Proxima-Nova";
    font-weight: 400;
    font-style: Regular;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0;
}
.menu-drawer-container.menu-opening svg:first-child {
    display: none;
}
.header__heading,
.header__heading-link
 {
    max-width: 224px;
    width: 100%;
}
.list-menu__item {
    padding: 0px 0px 0px;
}

ul.list-menu.list-menu--inline {
    gap: 30px;
}
.cart-icon .svg-wrapper {
    gap: 4px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    padding: unset;
    width:100% !important;
}
.header-custom.header__icons {
    gap: 4px;
    max-width: 487px !important;
    width: 100%;
    justify-content: flex-end;
}
.cart-icon .svg-wrapper svg {
    width: 24px;
}
.cart-count-bubble {
    color: #000000;
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    padding: 4px !important;
    width: 18px;}
.cart-icon {
    width: auto !important;
    text-decoration: unset;
    padding:8px 10px;
    /* min-width: 103px; */
    position:relative;

}

.cart-icon.header__icon span {
    height: auto;
}
.cart-icon.header__icon span .bag-text{
  font-family: "Proxima-Nova";
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0;
text-decoration:unset;
}
/* cart-drawer */
button.quantity__button {
    /* max-height: 30px; */
}

h2.drawer__heading {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
}

.caption-with-letter-spacing {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
}

a.cart-item__name.h4.break {
  font-family: "Streamline-Moderne";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 2%;
}

.product-option {
  font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
}
.cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 2 / 5;
}
.cart-drawer .cart-item__details {
    width: auto;
    grid-column: 2 / 5;
}
.cart-drawer .cart-item__media {
    grid-row: 1 / 4;
    grid-column: 1 / 2;
}
.cart-drawer .cart-item__image {
    max-width: 100%;
    height: 100%;
}
.drawer__close .svg-wrapper {
    height: 1.5rem !important;
    width: 1.5rem !important;
}
.cart-item__quantity-wrapper {
    display: flex;
    justify-content: space-between;
}
.tax-note.caption-large,
.totals__total-value,
.totals__total{
     font-family: "Proxima-Nova" !important;
}
.cart__ctas button {
background: #481324;
 font-family: "Proxima-Nova";
font-weight: 400;
font-size: 18px;
line-height: 100%;
letter-spacing: 16%;
text-transform: uppercase;
}

.icon.icon-caret
{
display:none;
}

.mega-menu summary{
    padding: 0 !important;
}

/* -- */

.cart-count-bubble {
 margin-left: 0px;
 background: #481324;   
 color: #FFFFFF !important;
margin-left: 0;
position: absolute !important;
top: 0px;
}
span.cart-bag-text {
    display: none;
}
@media(max-width:1600px){
details[open] > .mega-menu__content,
.mega-menu details[open] .mega-menu__content {
padding: 30px 10px;
}
.mega-menu-circles{
gap: 30px;
}

}
@media(max-width:1536px){
    .common-h2{
  font-size:42px;  
}
.mega-menu-circles{
gap: 24px;
}

.js .menu-drawer__menu li{
font-family: "Proxima-Nova";
font-weight: 600;
font-size: 16px;
line-height: 100%;
letter-spacing: 0;
color:#151515;
border-top: 1px solid #1212121A;
}
.js .menu-drawer__menu li:last-child {
    border-bottom: 1px solid #1212121A;
} 


.menu-drawer__menu svg.icon.icon-arrow {
    display: flex !important;
}
.drawer-mega-circles {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}

.drawer-circle-item span {
    font-size: 14px;
}


.menu-drawer__menu {
    padding: 0px 16px !important;
}
.menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text.focus-inset {
    font-size: 16px;
    color:#151515;
}
.menu-drawer__menu-item {
padding: 12px 0px 12px 0px !important;
}

.header--middle-center:not(.drawer-menu) {
    gap: 0;
}

}

@media(max-width:1440px){
.common-h2{
  font-size:40px;  
}
.header-custom.header__icons{
    max-width:100%
}
.header--has-social .menu-drawer__utility-links{
 display:none;   
}
.js .menu-drawer__submenu{
    z-index:5 !important;
}
span.offer-ticket__label {
    font-size: 15px;
}

.offer-ticket__text {
    font-size: 14px;
}
}

@media(max-width:1400px){
  .custom-header-class{
justify-content: unset;
  }  
  .header__heading, .header__heading-link{
    width:unset !important;
}
.header-custom.header__icons {
max-width: 100% !important;
}
}


@media(max-width:1176px){
.common-container {
    padding: 0px 28px;
}
}
@media(max-width:1024px){
.common-h2 {
    font-size: 34px;
}
.custom-header-class {
padding: 1px 20px;
}
ul.list-menu.list-menu--inline {
    gap: 10px;
}
}



@media(max-width:768px){
.common-h2{
  font-size: 32px;  
}
.header__icon--account {
    width: 37px;
    height: 40px;
}
.header__search {
    display: inline-flex;
    line-height: 0;
    width: 37px;
}

.menu-drawer__menu-item{
    font-size:16px !important;
   padding: 12px 0 12px 0px !important; 
}
h1.header__heading {
    max-width: unset !important;
    width: auto;
}
.drawer-circle-item span{
 font-size:12px;   
}
.drawer-circle-item{
    gap:6px;
}
.menu-drawer__inner-submenu button.menu-drawer__close-button.link.link--text.focus-inset{
        font-size: 16px;
        color: #151515;
        font-weight: 600;
}
.menu-drawer{
overflow:hidden;
}


div#bob_whatsapp_widget_container {
    bottom: 11% !important;
}
.header__heading-link{width:100px;}
.common-eyebrow-text{
    font-size:12px !important;
    margin-bottom: 11px !important;
}
.cart-icon .svg-wrapper{
 gap:6px;   
}
span.cart-bag-text {
    display:none;
}
.cart-icon {
background:unset;
}

.common-container{
    padding:0px 10px;
}
.mobile-view{
       display: flex;
        color: #121212cc;
        justify-content: center;}
.desktop-view{display:none;}
.custom-header-class{
 padding:1px 10px;   
}
.custom-header-class {
    justify-content: unset;
    padding: 10px!important;
}

.header-custom.header__icons {
    justify-content: flex-end;
    width: 100%;
}
    .header-custom.header__icons {
        justify-content: flex-end;
        width: 100%;
        gap: 0px;
    }
    .header__icon--account {
    display: flex !important;
}
span.svg-wrapperfor-cart {
    min-width: 70px;
    display: flex;
    gap: 5px;
}
.list-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-menu li {
    font-family: "Proxima-Nova";
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0;
    margin: unset !important;
}
account-icon svg {
    display: block !important;
}
svg.icon.icon-close {
    width: 16px !important;
}
.header__heading-logo-wrapper {
    width: 85px;
}
    .header__heading-link {
        width: auto !important;
        max-width: unset;
    }


.cart-drawer .cart-item__media {
    grid-row: 1 / 4;
    grid-column: 1 / 3;
}
.cart-drawer .cart-item__details {
    width: auto;
    grid-column: 3 / 5 !important;
}
.cart-drawer .cart-items .cart-item__quantity {
    padding-top: 0;
    grid-column: 3 / 5 !important;
    height: 40px;
}
.cart-drawer .cart-item{
  gap:0 !important;  
}
.quantity__input {
    font-size: 18px !important;
}
.quantity__button {
font-size: 10px !important;
}
cart-remove-button .button{
    min-width: 20px !important; 
}
.cart__ctas button {
   font-size:16px; 
}
.render-tabs{
    display:none;
}

.list.list-social svg{
display:flex !important;
}
.header--has-social .menu-drawer__utility-links{
    display:none;
}
span.wishlist-count-bubble{
right: -4px;
}

.top-icons-grid {
    margin: 16px 0px 20px;
}
.top-icons-label{
font-size:14px;
}
.top-icons-item {
    padding: 16px 7px;
}
.top-icons-img-wrap {width:46px; height:46px;}



  .offers-grid {
    display: flex;
    gap: 6px;
}
      span.offer-ticket__label {
        font-size: 13px;
    }
    .offer-ticket {
        padding: 8px 9px;
        min-height: unset;
    }
  .offer-ticket__text {
    font-size: 12px;
  }
.offer-ticket::before, .offer-ticket::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 16px;
    height: 16px;
}

div#bob_whatsapp_widget_container a {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

img {}

div#bob_whatsapp_widget_container img {
    width: 100%;
    height: 100%;
}
div#bob_whatsapp_widget_container {
        bottom: 11% !important;
        width: 60px !important;
        height: 60px !important;
    }

}