/** Shopify CDN: Minification failed

Line 1940:2 Unexpected "}"

**/

  .index-section{
    margin:50px 0;
    margin-top:0px !important;
  }

.site-header {
  padding: 0 !important;
}

div#StickyHeaderWrap {
    height: auto !important;
}

.New_arrival-sec .section-header__title.h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #000;
    text-align: center;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}


@media(max-width:768px)
{
  .New_arrival-sec .section-header__title.h2 {
    font-size: 25px !important;
 
}
}

.grid-product__title--body {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    -webkit-hyphens: unset;
    hyphens: unset;
    word-break: normal;
    margin: 0;
    font-size: 15px;
    font-weight: 700;
    color: #000;
}
.grid-product__price--savings {
    background: #D1A248;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 2px 4px;
    border-radius: 4px;
    display: inline-block;
    margin-top: 4px;
}
.grid-product__price .grid-product__price--savings {
    display: block;
    width: 25%;
    margin-top: 3px;
    text-align: center;
}
/* Sale price - bada */
.grid-product__price {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0;
    display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* Compare price - chota */
.grid-product__price--original {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
}

.grid-product__tag--custom {
    position: absolute;
    top: 6px;
    left: 6px;
    background-image: url(/cdn/shop/files/Vector_6_3.png?v=1780137586);
    
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    /* padding: 6px 28px 6px 12px; */
    z-index: 2;
    letter-spacing: .04em;
    max-width: 95px;
    height: 21px;
    display: flex;
    align-items: center;
    clip-path: none;
}


@media(max-width:768px)
{
 .grid-product__tag--custom {
    position: absolute;
    top: 4px;
    left: 4px;
    max-width: 87px;
    height: 19px;
   
}
 
}



@media only screen and (min-width:769px){

.grid-product{
    margin-bottom:0px !important;
}
}

.home-logo-list .section-header__title.h2 
{
    text-align: center;
    font-size: 25px;
    margin-bottom: 0px !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 9px;
    line-height: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

@media(max-width:768px)
{
.home-logo-list .section-header__title.h2 {
    text-align: center;
    font-size: 25px;
    margin-top: 0px;
    padding-bottom: 15px;
  
}
}


.home-logo-list {
  background-image: url('/cdn/shop/files/Group_47807621.png?v=1780116996');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0;
}

/* .home_bottom_collection {
   
    padding-top: 40px;
} */

@media only screen and (min-width: 769px) {
.home-logo-list .logo-bar__item {
    flex: 0 1 220px;
    margin: 0 20px 30px;
}
}    
.home_bottom_collection .section-header__title.h2 
 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 0!important;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    margin-top: 9px;
    line-height: 0;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.home_bottom_collection .collection-image {
  position: relative;
  overflow: hidden;
}

.home_bottom_collection .collection-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 45%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.6) 35%,
    rgba(0, 0, 0, 0) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.home_bottom_collection .collection-item__title--overlaid {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0%;
    line-height: normal;
    text-transform: uppercase;
}
.home_bottom_collection .collection-item__title--bottom-center {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    min-height: 70px !important;
}



.image-grid__grid {
  display: grid;
  grid-template-columns: 1fr 1.8fr 1fr;
  gap: 10px;
}

.image-grid__item {
  overflow: hidden;
  border-radius: 10px;
}

.image-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Desktop Layout */
.image-grid__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  height: 462px;
}

.image-grid__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;

}

.image-grid__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  height: 462px;
}

.image-grid__item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
  height: 462px;
}

.image-grid__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  height: 462px;
}

.image-grid__item:nth-child(n+6) {
  display: none;
}

/* Mobile */
@media screen and (max-width: 767px) {

  .image-grid__grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .image-grid__item {
    grid-column: auto !important;
    grid-row: auto !important;
    height: auto !important;
    display: block !important;
  }

  .image-grid__image-wrap {
    aspect-ratio: 3/4;
  }

  .image-grid__item:nth-child(n+6) {
    display: block;
  }
  .image-grid .section-header__title.h2 
 {
    font-size: 25px !important;
}
}

.image-grid .section-header.text-center {
    margin-bottom: 20px;
}

.image-grid .section-header__title.h2 
 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

.image-grid__button-wrapper {
    text-align: center;
    margin: 50px 0px;
 
}

.image-grid__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
   background: #D1A248;
    color: #000;
    padding: 10px 28px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    transition: .3s ease;
}


.image-grid__button:hover {
  opacity: 1;
}
.template-index .page-content--product {
    padding-top: 0px;
    padding-bottom:0px;
}
.theme-block .h2 {
  text-align: center;
    font-size: 25px;
    font-weight: 600;
    margin-Bottom: 20px;
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
   
}


.h2.product-single__title {
    font-size: 25px;
    color: #000;
    letter-spacing: 0%;
    font-weight: 600;
    line-height: 30px;
    margin: 0!important;
    margin-bottom: 10px !important;
}
.product-single__vendor {
    font-size: 10px;
    font-weight: 600;
}

/* OFF Badge */
.product__price-savings--badge {
  display: inline-flex;
  align-items: center;
  background: #D1A248;
  color: #ffffff;      
  font-size: 12px;
  font-weight: 700;
  padding: 5px 8px;
  border-radius: 4px;
  letter-spacing: 0%;
  text-transform: uppercase;
}

.variant-wrapper.js {
    margin: 15px 0px;
}

.variant-input-wrap label {
    background-color: #D1A248;
    border: 1px solid #D1A248 !important;
    box-shadow: none !important;
    color: #ffff;
    font-size: 16px !important;
    font-weight: 600;
    transition:0.5s;
}

.variant__label {
    font-size: 13px !important;
    font-weight: 600;
    letter-spacing: 0% !important;
}

.product__price.on-sale {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}
.payment-buttons {
  display: flex;
  gap: 10px;
}

.payment-buttons .add-to-cart,
.payment-buttons .shopify-payment-button {
  flex: 1;
   margin: 0;
  
  
}

@media (max-width: 768px) {
  .payment-buttons {
    flex-direction: column;
  }
}


.add-to-cart.btn--secondary {
    background-color: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0%;
    font-weight: 600;
}

.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    background: #000;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0%;
}
.product-grid .grid-product__vendor {
    display: none;
}


@media(max-width:768px)
{
  .home_bottom_collection .collection-item__title--bottom-center {
    min-height: 31px!important;
}
  .home_bottom_collection .collection-item__title--overlaid {
    font-size: 14px;
}
.home_bottom_collection .section-header__title.h2 {
    margin-bottom: 40px !important;
    font-size:25px;
}
.sbc-wrap {
    padding-bottom:0px !important;
}
.image-grid__button-wrapper {
    margin: 15px 0;
}
.cr-section {
    padding-bottom: 0px !important;
}
.New_arrival-sec {
    margin-top: 50px !important;
}
.theme-block .h2 {
   
    margin-top: 40px;
   margin-bottom: -25px;
   font-size:25px;
}
}

/* ==============================
   FEATURE BAR — Mobile Horizontal Scroll Fix
   Add this CSS to your theme's custom CSS
   or paste in Online Store > Themes > Edit Code > assets/custom.css
============================== */

/* Desktop: 4 per row — unchanged */
@media (min-width: 768px) {
  .custom-feature-bar__wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .custom-feature-bar__wrapper.has-4-per-row .custom-feature-bar__item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .site-nav__link.site-nav__link--icon.small--hide {
    padding-right: 5px;
    margin-left: 12px;
}

.site-nav__link.site-nav__link--icon.js-drawer-open-cart {
    padding-left: 0;
}
}

/* Mobile: horizontal scroll, 2 cards visible */
@media (max-width: 767px) {
  .custom-feature-bar__wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory !important;
    gap: 0 !important;
    padding-bottom: 8px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    margin: 0 !important;
  }

  .custom-feature-bar__wrapper::-webkit-scrollbar {
    display: none !important;
  }

  /* Each card = 50% width → 2 visible at a time */
  .custom-feature-bar__wrapper .custom-feature-bar__item {
    flex: 0 0 50% !important;
    width: 50% !important;
    max-width: 14% !important;
    scroll-snap-align: start !important;
    box-sizing: border-box !important;
    height: 69px !important;
    object-position: center !important;
    padding-top: 22px !important;
  }
}



/* footer css */
/* .logotext-footer {
    border-top: 2px solid;
    padding-top: 15px;
} */

.newslettercustom-footer{
    border-top: 2px solid;
    padding-top: 15px;
}

.mainbgcolor {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 0px;
}

.mainbgcolor::before,
.mainbgcolor::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #000; 
}
.footer__social li {
    display: inline-block;
    margin: 0 15px 0px 0 !important;
}

  /* ==============================
   HEADER INLINE SEARCH BAR
============================== */
.header-search-inline {
  display: flex;
  align-items: center;
  margin-right: 12px;
}

.header-search-form {
  display: flex;
  align-items: center;
  border: 2px solid #000000ff;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  height: 38px;
  padding: 0 6px 0 16px;
  gap: 4px;
  min-width: 200px;
}

.header-search-input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #000000ff;
  width: 100%;
  height: 100%;
  padding: 0;
}

.header-search-input::placeholder {
  color: #000000;
  font-size: 13px;
  font-weight:600;
}

.header-search-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  color: #000000ff;
  flex-shrink: 0;
}

.header-search-btn .icon-search {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  fill: none;
  stroke-width: 3;
}

/* Hide on mobile — keep theme's mobile search */
@media (max-width: 768px) {
  .header-search-inline {
    display: none !important;
  }
    .announcement-bar {
   
    display:none;
  }
  a.site-nav__link.site-nav__link--icon.wishlist-header-icon {
   
    padding-left: 4px !important;
}
}

.footer__newsletter input:focus {
    border:none !important;
}


.New_arrival-sec .grid-product__vendor {
    display: none;
}
.quick-product__btn {
    background-color: #d1a248 !important;
}

/* ==============================
   FOOTER NEWSLETTER — Pill Style
============================== */

.footer__newsletter {
  display: flex;
  align-items: center;
  background: #dbdbdb;
  border-radius: 50px;
  overflow: hidden;
  padding: 6px 6px 6px 20px;
  max-width: 100%;
  width: 100%;
  box-shadow: none;
}

.footer__newsletter-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  font-size: 14px;
  color: #111;
  padding: 6px 0;
  min-width: 340px;
}

.footer__newsletter-input::placeholder {
  color: #bbb;
  font-size: 14px;
}

.footer__newsletter-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px 6px 8px;
  color: #555;
  font-size: 13px;
  flex-shrink: 0;
  transition: opacity 0.2s;
}

.footer__newsletter-btn:hover {
  opacity: 0.7;
}

.footer__newsletter-btn .icon-email {
  width: 20px;
  height: 20px;
  stroke: #555;
  fill: none;
  stroke-width: 3;
  flex-shrink: 0;
}

.footer__newsletter-btn-label {
  display: none; /* hide "Subscribe" text — icon only like screenshot */
}
.footer__collapsible .newslettercustom-footer:last-child {
  border-top: none !important;
  padding-top: 0px !important;
}

@media(min-width:1200px){
.footer__item--newsletter_LMhdRN {
    margin-top: 0px !important;
}
}
.logotext-footer p {
    font-size: 13px !important;
    letter-spacing: 0%;
    font-weight: 500;
    text-transform: capitalize;
}

.newslettercustom-footer p {
    font-size: 13px !important;
    letter-spacing: 0%;
    font-weight: 500;
    text-transform: capitalize;
}

.wishlist-header-icon .icon-heart {
  width: 25px;
  height: 22px;
  display: block;
}

a.site-nav__link.site-nav__link--icon.wishlist-header-icon {
    padding: 0;
    margin-top: 0px;
    margin-left: -8px;
    width: 25px;
    height: 20px;
}




/* grid image mobile slider css */
@media screen and (max-width: 767px) {
  .image-grid__grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: hidden !important;
    gap: 0 !important;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .image-grid__item {
    flex: 0 0 100% !important;
    width: 100% !important;
    transition: transform 0.45s ease;
  }

  .image-grid__image-wrap {
    width: 100%;
  }

  .image-grid__image-wrap img {
    width: 100%;
    height: auto;
    display: block;
  }

  .ig-slider-wrap {
    position: relative;
  }

  .ig-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255,255,255,0.85);
    border: none;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    padding: 0;
  }

  .ig-arrow--prev { left: 10px; }
  .ig-arrow--next { right: 10px; }

  .ig-arrow svg {
    width: 18px;
    height: 18px;
    stroke: #000;
    fill: none;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .ig-dots {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 14px;
  }

  .ig-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ccc;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background 0.2s, transform 0.2s;
  }

  .ig-dot.active {
    background: #D1A248;
    transform: scale(1.35);
  }
}

.image-grid {
  border-bottom: 2px solid #d1a24873;
}


/* media screen 1300 css header */
@media screen and (min-width: 1200px) and (max-width: 1310px) {
  .home-logo-list .logo-bar__item {
    flex: 0 1 180px !important;
    margin: 0 20px 30px;
}
  .text-center .site-navigation {
    padding-left: 0px !important;
  }
  .site-header .site-nav__link.site-nav__link--underline {
    padding: 8px 10px;
}
  .header-layout--left-center .header-item--icons, .header-layout--left-center .header-item--logo {
        min-width: 130px;
        min-width: fit-content !important;
        max-width: 35% !important;
    }
  .header-item {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 0px !important;
}
  .header-search-form {
    display: flex;
    align-items: center;
    border: 2px solid #000000ff;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    height: 38px;
    padding: 0 6px 0 16px;
    gap: 4px;
    width: 85%;
    justify-content: flex-end;
}
  
  .header-search-inline {
    display: flex;
    width: 70%;
    max-width: 60%;
}
  .site-nav__link
  {
    font-size:13px !important;
  }
  .sbc-track {
    display: flex;
    gap: 30px !important;
   
}
.grid-product__price {
    font-size: 12px;
    justify-content: flex-start;
    align-items: baseline;
}
.grid-product__price--savings {
    font-size: 10px;
 
}
/* Desktop Layout */
.image-grid__item:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
  height: 415px;
}

.image-grid__item:nth-child(2) {
  grid-column: 2;
  grid-row: 1 / span 2;

}

.image-grid__item:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
  height: 415px;
}

.image-grid__item:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
  height: 415px;
}

.image-grid__item:nth-child(5) {
  grid-column: 3;
  grid-row: 2;
  height: 415px;
}

}
.template-collection .theme-block .h3 {
  position: relative;
  padding-bottom: 15px;
  color:#000 !important;
}

.template-collection .theme-block .h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 27.5%;
  transform: translateX(-50%);
  width: 55%;
  height: 1px;
  background-color: #B2B2B2;
}



/* LEFT SIDE — filter + count */
.collection-filter__item--drawer,
.collection-filter__item--count {
  order: 1;
}

/* RIGHT SIDE — sort */
.collection-filter__item--sort {
  order: 3;
  margin-left: auto;
}

/* Filter button */
.collection-filter__item--drawer .btn--tertiary {
  background: none;
  border: none;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  color: #3A222F;
  cursor: pointer;
}

.collection-filter__item--drawer .icon-filter {
  width: 16px;
  height: 16px;
}

/* Count */
.collection-filter__item--count {
  font-size: 11px;
  color: #3A222F;
  font-weight: 600;
  display: block !important;
  text-transform:uppercase;
}

/* Sort */
.collection-filter__sort-container {
  display: flex;
  align-items: center;
  gap: 6px;
}

.collection-filter__sort-container select {
  border: none;
  background: none;
  font-size: 11px !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  color: #3A222F;
  outline: none;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
}

.collection-filter__sort-container::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 14px;
  background-image: url("/cdn/shop/files/Group_276.png?v=1780564452");
  background-repeat: no-repeat;
  background-size: contain;
}


/* view as css */
/* ===== VIEW AS BUTTONS ===== */
.collection-filter__item--views {
  order: 2;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.collection-filter__item--sort {
  order: 3;
  margin-left: 20px !important;
}

.view-as-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #3a222f;
}

.view-as-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #ccc;
  display: flex;
  align-items: center;
  transition: color 0.2s;
}

.view-as-btn.active { color: #000; }
.view-as-btn:hover { color: #000; }



/* ===== DESKTOP GRID ===== */
.collection-grid--4,
.collection-grid--3 {
  display: flex !important;
  flex-wrap: wrap !important;
}

.collection-grid--4 .grid__item {
  width: 25% !important;
  max-width: 25% !important;
  flex: 0 0 25% !important;
}

.collection-grid--3 .grid__item {
  width: 33.333% !important;
  max-width: 33.333% !important;
  flex: 0 0 33.333% !important;
}

@media screen and (max-width: 767px) {
   /* Mobile grid columns */
  .collection-grid--m1,
  .collection-grid--m2,
  .collection-grid--m3 {
    display: flex !important;
    flex-wrap: wrap !important;
  }

  .collection-grid--m1 .grid__item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  .collection-grid--m2 .grid__item {
    width: 50% !important;
    max-width: 50% !important;
    flex: 0 0 50% !important;
  }

  .collection-grid--m3 .grid__item {
    width: 33.333% !important;
    max-width: 33.333% !important;
    flex: 0 0 33.333% !important;
  }
}


@media screen and (max-width: 767px) {
  .collection-filter {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    padding: 10px 0 !important;
    gap: 0 !important;
  }

  .collection-filter__item--drawer {
    order: 1 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin:0 !important;
  }

  .collection-filter__item--count {
    order: 2 !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin-left: 10px !important;
    display: block !important;
  }

  .collection-filter__item--count.small--hide {
    display: block !important;
    width: auto !important;
    flex: 0 0 auto !important;
    margin:0 !important;
  }

  .collection-filter__item--sort {
    order: 4 !important;
    flex: 0 0 43%!important;
    width: auto !important;
    margin-left: auto !important;
  }

  .collection-filter__item--views {
    order: 4 !important;
    flex: 0 0 50% !important;
    width: 100% !important;
    margin-left: 13px !important;
    margin-top: 0px;
    justify-content: flex-start;
  }
}

.wishlisthero-product-page-button-container {
    display: block;
}
.template-product .h2.product-single__title {
    
    text-transform: uppercase;
    line-height: normal;
}
.template-product .product__price.on-sale {
    font-size: 22px !important;
    font-weight: 500;
    letter-spacing: 0;
    color: #000;
    line-height: normal;
    margin:0;

}
.template-product .product__price.product__price--compare {
  font-size: 15px;
  letter-spacing:0%;
  line-height:normal;
  color:#000;
  font-weight: 500;
}
.template-product .product__price-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.template-product .product__price {
    font-size: 22px;
    letter-spacing: 0%;
    line-height: normal;
    color: #000;
    font-weight: 500;
}
.template-product .product__policies.rte.small--text-center {
    font-size: 12px;
    color: #000;
    font-weight: 500;
    margin-top: 5px;
}

.template-product .variant__label {
    font-size: 18px !important;
    color: #000;
    font-weight: 500;
    letter-spacing: 0% !important;
    text-transform: capitalize !important;
}

.template-product .variant__label-info {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.template-product .variant__label {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.size-chart__standalone {
    margin: 0;
}
.template-product .collapsible-content__inner.rte h5 {

    letter-spacing: 0%;
    font-weight: 600;
    color: #d1a248;
    margin-top: 20px;
    margin-bottom: 20px;
} 
.template-product .tab-decoded-content br {
    display: none;
}
.product__quantity {
    display: none;
}

.qty-add-row {
    display: flex;
    gap: 12px;
}
 .js-qty__wrapper {
    width: 100%;
    max-width: 300px;
    height: 50px;
}
.product__quantity--inline {
    width: 300px;
}
.js-qty__num {
    padding: 14px 15px;
    border-radius: 50px;
    border: 1px solid #000;
}

.js-qty__adjust.js-qty__adjust--minus {
    left: 15%;
}

.js-qty__adjust.js-qty__adjust--plus {
    right: 15%;
}

.add-to-cart.btn--secondary {
    border-radius: 50px;
    border: none;
    background-color: #d1a248;
    transition:0.5s;
}
.add-to-cart.btn--secondary:hover {
    background-color: #000000ff;
    
}


.shopify-payment-button__button.shopify-payment-button__button--unbranded {
    border-radius: 50px;
    height: 50px;
}

.template-product .collapsible--auto-height {
    margin-top: 40px;
    border: 1px solid #d1a248;
    border-top: 1px solid #d1a248 !important;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

/* .template-product .product-block--tab:last-of-type .collapsible-trigger-btn--borders {
  border-bottom: 1px solid #d1a248 !important;
} */


.template-product .collapsibles-wrapper.collapsibles-wrapper--border-bottom {
    border: 0 !important;
}

.template-product .collapsible--auto-height is-open {
    border-bottom: 0px !important;
}

.template-product .collapsible-trigger-btn--borders.collapsible--auto-height.is-open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.template-product .collapsible-content__inner.rte {
    border: 1px solid #d1a248 !important;
    border-top: 0 !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
}

.template-product .icon.icon--wide.icon-chevron-down {
    color: #d1a248;
}


.modal__centered-content .collapsible--auto-height {
    margin-top: 40px;
    border: 1px solid #d1a248;
    border-top: 1px solid #d1a248 !important;
    border-radius: 15px;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

/* .modal__centered-content .product-block--tab:last-of-type .collapsible-trigger-btn--borders {
  border-bottom: 1px solid #d1a248 !important;
} */


.modal__centered-content .collapsibles-wrapper.collapsibles-wrapper--border-bottom {
    border: 0 !important;
}

.modal__centered-content .collapsible--auto-height is-open {
    border-bottom: 0px !important;
}

.modal__centered-content .collapsible-trigger-btn--borders.collapsible--auto-height.is-open {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.modal__centered-content .collapsible-content__inner.rte {
    border: 1px solid #d1a248 !important;
    border-top: 0 !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
}

.modal__centered-content .icon.icon--wide.icon-chevron-down {
    color: #d1a248;
}

/* .cbb-frequently-bought-css */

/* Main Layout */
.cbb-frequently-bought-container{
    /* background: #d1a2480f; */
    padding: 0px;
    border-radius: 15px;
}
.custom-fbt-price{
    display:flex;
    align-items:center;
    gap:8px;
    flex-wrap:wrap;
}

.custom-fbt-price span{
    display:inline-block !important;
    color: #000;
    font-weight: 500 !important;
    font-size: 14px !important;
}

.custom-fbt-price .money{
    font-size:15px;
    font-weight:600;
}
.custom-fbt-title{
    font-size:14px;
    font-weight:600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width:100%;
    display:block;
}
.cbb-frequently-bought-title{
    text-align:center !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #000;
    margin-bottom: 15px !important;
    margin-top: 30px !important;
    letter-spacing: 0%;
}

.cbb-frequently-bought-products{
    display:flex !important;
    justify-content:center;
    align-items:flex-start;
    gap:40px;
    float:none !important;
    margin:0 auto !important;
}

/* Product Card */
.cbb-frequently-bought-product{
    width: 291px !important;
    display:flex !important;
    flex-direction:column;
    position:relative;
}

/* Image */
.cbb-frequently-bought-product-image,
.cbb-frequently-bought-product-image-link{
    width: 100% !important;
    height: !important;
    display:block;
}

.cbb-frequently-bought-product-image{
    width: 90%!important;
    /* height:280px !important; */
    background-size: contain !important;
    background-position:center !important;
    float:none !important;
}

/* Plus Icon */
.cbb-frequently-bought-plus-icon{
    position:absolute;
    right: -28px;
    top: 40%;
    font-size: 25px !important;
    font-weight:700 !important;
    height:auto !important;
    line-height:1 !important;
    width:auto !important;
    float:none !important;
}

/* Product Info */
.custom-fbt-card{
    margin-top:10px;
    text-align:left;
}

.custom-fbt-title{
    font-size: 14px !important;
    font-weight:600;
    line-height: normal;
    margin-bottom: 0px;
    letter-spacing: 0;
    padding-left: 6px;
}

.custom-fbt-price{
    display:flex;
    align-items:center;
    gap: 0px;
}

.custom-fbt-price .money{
    font-size:16px;
    font-weight:600;
}

.custom-fbt-price s{
    opacity:.5;
}

/* Hide old list */
.cbb-frequently-bought-selector-list{
    display:none !important;
}

/* Total + Button */
.cbb-frequently-bought-form {
    display: flex!important;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    margin-top: 10px!important;
    width: 100%;
    background-color: #000;
}

.cbb-frequently-bought-total-price-box {
    background: #000;
    color: #fff;
    padding: 15px 20px;
    text-align: left;
    margin: 5px 0px !important;
}

.cbb-frequently-bought-total-price-text.translatable {
    display: none;
}
.cbb-frequently-bought-add-button{
    background:#fff !important;
    color:#000 !important;
    border:2px solid #000 !important;
    border-radius:0 !important;
    padding:15px 35px !important;
}
@media (max-width: 767px){
  .cbb-frequently-bought-product{
    width: calc(50% - 10px) !important;
    min-width: 140px;
     height: 270px !important; 
  }
}

/* ================= MOBILE ================= */
@media (max-width: 767px){

  .cbb-frequently-bought-container{
    padding: 0 10px;
  }
  .product-single__meta {
    margin-top: 15px;
    padding-left: 0;
    text-align: left !important;
}
.product__policies.rte.small--text-center {
    text-align: left !important;
}

.product-single__title {
    font-size: 22px !important;
    color: #000;
    letter-spacing: 0%;
    font-weight: 600;
    margin: 0!important;
}

  .cbb-frequently-bought-title{
    font-size:18px !important;
    margin:20px 0 15px !important;
  }

  .cbb-frequently-bought-products{
    gap:20px;
    align-items:flex-start;
  }

  .cbb-frequently-bought-product-image-link{
    width:100% !important;
    height:auto !important;
  }

  .cbb-frequently-bought-product-image{
    width:100% !important;
    height:220px !important;
    min-height:220px !important;
    background-size:cover !important;
    background-position:center center !important;
    display:block !important;
  }

  .cbb-frequently-bought-plus-icon{
    right:-26px;
    top:35%;
    font-size:22px !important;
  }

  .custom-fbt-title{
    font-size:12px !important;
    padding-left:0;
  }

  .custom-fbt-price .money{
    font-size:13px !important;
  }

  .custom-fbt-price s{
    font-size:11px !important;
  }

  .cbb-frequently-bought-form{
    flex-direction:column;
    background:none;
    gap:10px;
  }

  .cbb-frequently-bought-total-price-box{
    width:100%;
    text-align:center;
    margin:0 !important;
  }

  .cbb-frequently-bought-add-button{
    width:100%;
    max-width:100%;
    padding:12px 20px !important;
    font-size:14px !important;
  }
}


.section-header__title 
{
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #000;
    line-height:46px;
    text-align: center;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-transform:uppercase
}

 .js-qty__adjust:hover {
    fill: #000!important;
    background-color: unset !important;
    color: #000!important;
}

.drawer.drawer--right .js-qty__wrapper {
    width: 110px;
    height: 26px !important;
}

.variant__button-label:hover {
    background-color: #000;
    /* border: none !important; */
    border: 1px solid #000 !important;
}

  .variant-input-wrap input[type=radio]:checked+label {
    background: #000;
    border: 1px solid #000 !important;
} 

.template-product .product__price-savings--badge {
    font-size: 10px;
    padding: 3px 8px;
   
}

.drawer__scrollable {
    padding: 5px !important;
}

@media(max-width:768px)
{
  .template-collection .theme-block .h3 {
    font-size: 22px !important;
    line-height:25px;
}

}

.grid-product__title 
{
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    -webkit-hyphens: unset;
    hyphens: unset;
    word-break: normal;
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.template-product .collapsible-content__inner.rte {
    margin-top: -30px;
    padding-bottom: 0px !important;
}

.template-product .tab-decoded-content ul {
    margin: 0 15px;
    padding: 0;
}
.template-product .tab-decoded-content {
    padding: 40px 0px 0px !important;
}

.tab-decoded-content p:empty,
.tab-decoded-content p:has(span:empty) {
  display: none;
}
.tab-decoded-content ul br:first-child
{
  display: none;
}

.footer__map-inner {
  display: flex;
  gap: 0;
  height: 200px;
}

.footer__map-embed {
  width: 80%;
  height: 200px;
}

.footer__map-embed iframe {
  width: 100% !important;
  height: 200px !important;
}

.footer__map-image {
  width: 20%;
  height: 200px;
}

.footer__map-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .footer__map-inner {
    height: auto;
  }
  .footer__map-embed,
  .footer__map-image {
    width: 100%;
    height: 200px;
  }
}
.newslettercustom-footer,
.newslettercustom-footer:last-of-type {
  border-top: 0 !important;
}
.wishlist-header-icon .icon-heart path {
  stroke-width: 2px !important;
  vector-effect: non-scaling-stroke;
}

.template-index .product__price {
    color: #4C4B4B;
    font-weight: 600;
}

.cart__item-price-col {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  gap: 15px;
}

.cart__remove-btn {
  color: #999;
  display: block;
  line-height: 1;
}

.cart__remove-btn:hover {
  color: #000;
}

a.cart__remove-btn svg {
    /* font-size: 28px !important; */
    width: 25px;
    height: 21px;
}

.enlarge-text h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height:25px;
}

.enlarge-text br {
    display: none;
}
.tab-decoded-content p > span.metafield-multi_line_text_field > br:first-child {
  display: none;
}

.tab-decoded-content ul > br:last-child {
  display: none;
}

.newslettercustom-footer .footer__map-inner {
  display: flex;
  gap: 10px;
  height: 150px;
  margin-top: 15px;
}

.newslettercustom-footer .footer__map-embed {
  width: 70%;
  height: 150px;
}

.newslettercustom-footer .footer__map-embed iframe {
  width: 100% !important;
  height: 150px !important;
}

.newslettercustom-footer .footer__map-image {
  width: 30%;
  height: 150px;
  overflow: hidden;
}

.newslettercustom-footer .footer__map-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.newslettersubheading p {
  padding-left: 22px;
  position: relative;
}

.newslettersubheading p:nth-child(1)::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f095';
  position: absolute;
  left: 0;
}

.newslettersubheading p:nth-child(2)::before {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
  content: '\f232';
  position: absolute;
  left: 0;
}

.newslettersubheading p:nth-child(3)::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0e0';
  position: absolute;
  left: 0;
}

.newslettersubheading p:nth-child(4)::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f041';
  position: absolute;
  left: 0;
}

/* .template-page .page-width.page-width--narrow.page-content {
    padding: 0px !important;
} */

.template-page .btn.btn--secondary.btn--small {
    background-color: #d1a248;
    color: #000;
    font-weight: 600;
}
.template-page .btn.btn--secondary.btn--small:hover
{
     background-color: #000000;
    color: #fff;
}

.wishlisthero-product-page-button-container .button--full-width.product-form__buttons {

    height: 45px !important;
    cursor: pointer;
    width: 100%;
    border-radius: 50px;
      

}

.form-vertical {
    margin-bottom: 15px;
    max-width: 500px;
    margin: 0 auto;
}

/* @media only screen and (max-width: 768px) {
  #Footer-newsletter_LMhdRN.collapsible-content.collapsible-content--small {
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
    margin-top: -20px;
    /* background-color: #bd6363 !important; */
  }
} */



@media(max-width:768px)
{
     .futureblink-popup .title {
       font-size:22px !important;
      }

      .futureblink-popup .description { 
             font-size:18px !important;
             margin-top:-15px !important;

      }
}

 .template-article .section-header__title {
    font-size: 30px !important;
    font-weight: 600;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-transform: uppercase;
}

@media(max-width:768px){
 .template-article .section-header__title {
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0%;
    text-decoration: underline;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    text-transform: uppercase;
}
}

@media(max-width:768px){
 .template-article .article__body .wp-block-heading {
    margin: 0;
    font-size: 18px;
    line-height: 22px;
}
}
.template-article .wp-block-heading {
    font-size: 30px;
}
.h4.footer__title.newslettertext {
    margin-bottom: 20px;
}

h2.wp-block-heading {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 15px;
}
.feature-row a {
    color: #D1A248;
}

.h2.appear-delay {
    font-size: 30px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
    margin-bottom:20px !important;
}

 .page-frequently-asked-questions
{
 padding-bottom:0PX !IMPORTANT;
}

@media screen and (max-width: 767px) {
    #carthike-chat-button-container.right {
        position: fixed;
        bottom: 2px !important;
        right: 10px !important;
        z-index: 1000000;
    }
}

html body .wishlist-hero-custom-button.wishlisthero-floating button {
    width: 30px !important;
    height: 30px !important;
}

/* ===== WISHLIST PAGE ===== */
#wishlist-hero-shared-list-view {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px !important;
  font-family: inherit !important;
}

/* Header */
.wishlist-hero-page-header {
  font-size: 28px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  border-bottom: 1px solid #e8e8e8 !important;
  padding-bottom: 20px !important;
  margin-bottom: 30px !important;
}

.wishlist-hero-page-header svg {
  color: #000000 !important;
}

/* Share button */
.wishlist-hero-page-actions-bar {
  margin-bottom: 25px !important;
}

.wishlist-hero-footer-share-btn {
  border: 1px solid #1a1a1a !important;
  border-radius: 0 !important;
  padding: 8px 20px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: #1a1a1a !important;
  transition: all 0.3s ease !important;
}

.wishlist-hero-footer-share-btn:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}

/* Login message */
.wishlist-hero-list-header {
  background: #faf9f7 !important;
  padding: 15px 20px !important;
  border-left: 3px solid #000000 !important;
  font-size: 14px !important;
  letter-spacing: 0.5px !important;
  color: #555 !important;
  margin-bottom: 30px !important;
}

/* Product Cards Grid */
.wishlisthero-customer-view-listing .MuiGrid-container {
  gap: 0 !important;
}

/* Individual Card */
.wishlist-hero-list-card .MuiPaper-root {
  border-radius: 0 !important;
  box-shadow: none !important;
  border: 1px solid #e8e8e8 !important;
  transition: all 0.3s ease !important;
  overflow: hidden !important;
}

.wishlist-hero-list-card .MuiPaper-root:hover {
  border-color: #1a1a1a !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08) !important;
  transform: translateY(-3px) !important;
}

/* Product Image */
.wishlist-hero-list-card-product-image {
  /* height: 280px !important; */
  background-size: contain;
  background-size: c!important;
  background-position: center top !important;
  transition: transform 0.4s ease !important;
}

.wishlist-hero-list-card .MuiPaper-root:hover .wishlist-hero-list-card-product-image {
  transform: scale(1.04) !important;
}

/* Card Header - Product Name */
.wishlist-hero-list-card-header {
  padding: 15px 15px 8px !important;
}

.wishlist-hero-list-card-header-product-name {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1a1a1a !important;
  letter-spacing: 0.3px !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
}

.wishlist-hero-list-card-header-added-on {
  font-size: 11px !important;
  color: #999 !important;
  letter-spacing: 0.5px !important;
}

/* Price */
.wishlist-hero-list-card-product-price p {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #1a1a1a !important;
  letter-spacing: 0.5px !important;
  padding: 8px 15px !important;
}

/* Footer Buttons */
.wishlist-hero-list-card-footer {
  padding: 10px 15px 15px !important;
}

.wishlist-hero-list-card-footer-add-to-cart {
  background: #1a1a1a !important;
  border-radius: 0 !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  padding: 10px !important;
  transition: background 0.3s ease !important;
}

.wishlist-hero-list-card-footer-add-to-cart:hover {
  background: #d1a248 !important;
}

.wishlist-hero-list-card-footer-delete {
  background: #f5f5f5 !important;
  border-radius: 0 !important;
  border-left: 1px solid #e8e8e8 !important;
  transition: all 0.3s ease !important;
}

.wishlist-hero-list-card-footer-delete:hover {
  background: #ffe5e5 !important;
  color: #d1a248 !important;
}

/* Bottom Buttons */
.wishlist-hero-list-footer {
  border-top: 1px solid #e8e8e8 !important;
  padding-top: 25px !important;
  margin-top: 30px !important;
}

.wishlist-hero-list-card-footer-add-all-to-cart-dialog {
  border: 1px solid #1a1a1a !important;
  border-radius: 0 !important;
  padding: 10px 25px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: #1a1a1a !important;
  transition: all 0.3s ease !important;
}

.wishlist-hero-list-card-footer-add-all-to-cart-dialog:hover {
  background: #1a1a1a !important;
  color: #fff !important;
}

.wishlist-hero-list-card-footer-delete-all {
  border: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
  padding: 10px 25px !important;
  font-size: 11px !important;
  letter-spacing: 2px !important;
  color: #999 !important;
  transition: all 0.3s ease !important;
}

.wishlist-hero-list-card-footer-delete-all:hover {
  border-color: #d1a248 !important;
  color: #d1a248 !important;
}

.wishlist-hero-list-card-header-product-name.MuiTypography-colorTextPrimary {
    min-height: 1em !important;
}
.MuiCardContent-root {
    padding: 5px !important;
}
.MuiCardMedia-root.jss21.wishlist-hero-list-card-product-image {
    background-size: contain !important;
}
.jss18 {
    padding: 0px !important;
   
}
.wishlisthero-floating {
    &.wlh-right-btn {
        right: 5px !important;
        left: auto !important;
        background: #fff;
    }
}
.wishlisthero-floating:hover {
    background-color: rgb(255 255 255) !important;
}

.footer__newsletter input:-webkit-autofill,
.footer__newsletter input:-webkit-autofill:active{
 
    box-shadow: 0 0 0 1000px #dbdbdb inset !important;

}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-item--navigation .site-nav {
    gap: 8px !important;
    max-width:650px;
    text-align:left;
    padding-left: 0 !important;
  }
  .site-nav__link {
    font-size: 12px !important;
    padding-left: 0px !important;
 
  }
  .header-item--icons .icon-search {
    display: none;
  }
}

h3.western {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.rte h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.page-media {
    padding: 0px !important;
}

