/** Shopify CDN: Minification failed

Line 982:0 Unexpected "}"

**/
/* Custom CSS for KarmaKriti */

:root {
    --primary-color: #CC6242;
    --secondary-color: #80904C;
    --accent-color: #ff9270;
    --text-dark: #101010;
    --text-light: #5f5f5f;
    --border-color: #eaeaea;
    --success-color: #28a745;
    --warning-color: #ffc107;
    --danger-color: #c24352;
}
.cart__items:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.cart__warnings p ,.cart__login-paragraph{
  font-size: 16px !important;
}
.underlined-link, .customer a {
    color: #CC6242;
    font-weight: 400;
}
.cart__warnings .button {
    background: var(--primary-color);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    transition: background 0.2s;
}
.cart__warnings .button:hover {
    background: #b85538;
}
.container {
    max-width: 1200px !important;
}
/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
.gfa-content__button.button-sXUfZzyNPzIR {
  padding: 10px 30px!important;
  font-family: 'Futura Md BT', 'Futura', sans-serif!important;
 font-weight: 400!important;
  background-color: #fff!important;
  color: #212529!important;
  border: 1px solid #212529!important;
  border-radius: 0.375rem!important;
}
.gfa-content__button.button-sXUfZzyNPzIR:hover {
    background-color: #212529!important;
}
/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #b85538!important;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b85538;
}
body {
    color: var(--text-dark);
    line-height: 1.6;
    background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
.section-title {
    font-family: var(--futura-md);
    font-weight: 400;
    margin-bottom: 24px !important;
}
.btn {
  font-size: 16px;
}
/* Main Item Carousel */
.main-item-carousel-section {
  background: #fff;
  padding: 18px 0 20px 0;
}
.main-item-carousel .item-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  transition: transform 0.18s;
}
.mainitemcrousel-inner {
  max-width: 750px;
  margin: auto;
}
#cart .cart-items {
    background-color: rgba(236, 229, 216, 0.31);
  border-radius: 10px;
}
#cart .cart-items thead {
    background-color: rgba(117, 84, 47, 1);
    color: #fff;
    font-weight: 400;
}
#cart .cart-items thead tr th:first-child {
  border-top-left-radius: 10px;
}
#cart .cart-items thead tr th:last-child {
  border-top-right-radius: 10px;
}
#cart .cart-items thead th, #cart .cart-items tbody td {
    padding: 16px 20px !important;
}
.title-wrapper-with-link a {
    margin-top: 0;
    flex-shrink: 0;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 15px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}

button#checkout {
    background-color: #CA6343;
    border: none!important;
    box-shadow: none!important;
    outline: none!important;
  font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 14px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;

}
button#checkout:hover {
    border: none!important;
    box-shadow: none!important;
    outline: none!important; 
}
button#checkou:focus-visible, .cart__ctas:focus-visible {
    outline:none!important; 
    outline-offset:none!important; 
    box-shadow: none!important; 
}
button#checkout:before , button#checkout:after {
  display: none;
} 
#cart .cart-items thead th {
    text-align: left;
    padding-bottom: 0;
    opacity: 1;
    font-weight: 400;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
.main-item-carousel .item-cta:hover .item-circle-img,
.main-item-carousel .item-cta:focus .item-circle-img {
  box-shadow: 0 4px 24px rgba(205,99,65,0.18);
}
.main-item-carousel .item-circle-img {
  width: 80px!important;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  background: #fff;
  transition: box-shadow 0.18s, transform 0.18s;
}
.main-item-carousel .item-label {
  font-family: var(--futura-lt);
  font-size: 14px;
  color: #000;
  font-weight: 400;
  margin-top: 0;
  line-height: 1.2;
}
/* Hero Carousel Section */
.hero-carousel-section {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.hero-carousel-img {
    width: 100%;
    min-height: 340px;
    max-height: 600px;
    object-fit: cover;
    display: block;
}
.list-menu__item {
    font-size: 16px;
    color: #000 !important;
}
.header__active-menu-item {
  color: #CC6242;
}
/* Hero Carousel Overlay Content */
.hero-slide {
  position: relative;
}
.hero-carousel-overlay-content {
  left: 0;
  top: 0;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
}
.desktopver {
  display: block;
}
.mobilever {
  display: none;
}
.hero-carousel-content {
  position: relative;
  background: none;
  padding: 60px 0 60px 0;
  pointer-events: auto;
  max-width: 520px;
  width: 100%;
}

.hero-rating {
  font-size: 16px;
  margin-bottom: 0.7rem;
}
.hero-rating span i{
  color: #FCC847;
}
.hero-rating-text {
  color: #000;
  font-weight: 400;
  text-transform: capitalize;
  margin-left: 8px;
  font-size: 14px;
}
.hero-title {
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 1.2rem;
  font-family: var(--futura-md);
  text-transform: capitalize;
}
.hero-subtitle {
  font-size: 20px;
  color: #000;
  margin-bottom: 2rem;
  font-family: var(--futura-lt);
  font-weight: 400;
  text-transform: capitalize;
}
.hero-subtitle strong {
  text-decoration: underline;
  font-weight: 600;
}
.hero-btn {
  background: #CC6242;
  border: none;
  font-size: 18px;
  padding: 12px 60px;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: background 0.2s;
  color: #fff;
  box-shadow: 0 2px 8px rgba(205,99,65,0.08);
  text-transform: uppercase;
}
.hero-btn:hover {
  background: #b85538;
}

/* Category Grid Section */
.category-grid-section {
    background: #fff;
    padding: 40px 0;
  }
  .category-card {
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    transition: box-shadow 0.18s, transform 0.18s;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  .category-card:hover,
  .category-card:focus {
    box-shadow: 0 8px 32px rgba(205,99,65,0.13);
    transform: translateY(-4px) scale(1.02);
    z-index: 2;
  }
  .category-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 400px;
    display: block;
    transition: transform 0.18s;
  }
  .category-card:hover .category-img,
  .category-card:focus .category-img {
    transform: scale(1.04);
  }
 
/* Material Section */
.material-section {
    background: #fff;
    padding: 40px 0;
  }
  .material-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.18s;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
  }
  .material-cta:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color:  rgba(0, 0, 0, 0.2);
  }
  .material-cta img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .material-cta:hover .material-circle,
  .material-cta:focus .material-circle {
    box-shadow: 0 4px 24px rgba(205,99,65,0.18);
    transform: scale(1.07);
  }
 
  .material-label {
    color: #fff;
    font-family: var(--futura-md);
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500;
    text-align: center;
    letter-spacing: 1px;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    text-shadow: 0 2px 8px rgba(0,0,0,0.25);
  }

/* Video Section */
.video-section {
    min-height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
  }
  .video-poster {
    width: 100%;
    min-height: auto;
    max-height: 600px;
    object-fit: cover;
    display: block;
    filter: brightness(0.92);
  }
  .video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #CC6242;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    transition: background 0.2s;
    cursor: pointer;
  }
  .video-play-btn img {
    width: 32px;
    height: 32px;
  }
  .video-section:hover .video-play-btn {
    background: #b85538;
    box-shadow: 0 6px 24px rgba(205,99,65,0.18);
  }
  #productVideo {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    display: block;
  }
  .d-none {
    display: none !important;
  }
/* New Arrival Section */
.new-arrival-section {
    background: #fff;
    padding: 50px 0 30px;
  }
  .new-arrival-section .section-title {
    font-family: var(--futura-md);
    font-size: 30px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .gfa-content__text.heading-LvhpxALAmwQk>h3{
    font-family: var(--futura-md);
    font-size: 30px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 20px;
    text-transform: capitalize;
  }
  .arrival-card {
    background: #fff;
    border-radius: 12px;
    padding: 0 0 18px 0;
    min-height: 370px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    position: relative;
  }
  .arrival-card:hover {
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  }
  .arrival-img-wrap {
    width: 100%;
    aspect-ratio: 1/1;
    background: #f8f8f8;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .arrival-thumb {
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
        height: 100%;
  }
  .arrival-badge {
    background: #CC6242;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 0 12px 0 12px;
    top: 0;
    right: 0;
  }
  .arrival-rating {
    color: #250050;
    font-size: 14px;
    font-family: var(--futura-lt);
    position: absolute;
    background-color: rgba(255,255,255,0.6);
    padding: 3px 9px;
    border-radius: 8px;
    right: 10px;
    bottom: 10px;
 }
 .arrival-rating i {
    color: #DFA02E;
     font-size: 14px;
}
  .arrival-rating-count {
    color: #250050;
    font-size: 14px;
    font-family: var(--futura-lt);
  }
  .arrival-title {
    font-size: 18px;
    color: #000;
    font-family: var(--futura-lt);
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: capitalize;
  }
  .arrival-price {
    font-size: 17px;
    color: #000;
    font-family: var(--futura-md);
    text-transform: capitalize;
    font-weight: 300;
  }
  .arrival-price .current {
    font-size: 17px;
    color: #000;
    font-family: var(--futura-md);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;

  }

  .arrival-price .original {
    text-decoration: line-through;
    color: #888;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
  }
  .arrival-price .discount {
    color: #CC6242;
    font-size: 12px;
    font-weight: 400;
  }
/* Values Section */
.values-section {
    background: #fff;
    padding: 40px 0;
  }
  /* Values Flex Group */
.values-flex-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.value-card {
  min-width: 50px;
  max-width: 180px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 0;
}
  .value-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 10px;
    /* Optional: make icon color match brand */
    /* filter: invert(45%) sepia(20%) saturate(1525%) hue-rotate(328deg) brightness(98%) contrast(91%); */
  }
  .value-title {
    font-family: var(--futura-lt);
    font-size: 16px;
    color: #222;
    font-weight: 400;
    margin-top: 0;
    line-height: 1.2;
  }
/* Blog Section */
.blog-section {
    background: #fff;
    padding: 50px 0 70px;
}
.gfa-widget.GSC-rGlPHNarCPetZoh {
    padding: 50px 00px 50px 0px!important;
}
.section-title {
    font-family: var(--futura-md);
    font-size: 30px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.blog-card {
    background: #fff;
    border-radius: 12px;
    padding: 0 0 24px 0;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    text-decoration: none;
}
.blog-card:hover {
    /* box-shadow: 0 2px 12px rgba(0,0,0,0.04); */
    text-decoration: none;
}
.blog-thumb {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}
.blog-date {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 8px;
    font-family: var(--futura-lt);
    text-transform: capitalize;
}
.blog-desc {
    font-size: 18px;
    color: #000000;
    font-family: var(--futura-lt);
    margin-bottom: 0;
    flex-grow: 1;
    display: flex;
    text-align: center;
    text-transform: capitalize;
    font-weight: 400;
}
.viewll {
    padding: 10px 30px;
}
/* Newsletter Section */
.newsletter-section {
    background: url('./form-bg.png') center center/cover no-repeat;
    position: relative;
    padding: 60px 0;
    background-color: #FFD3C6;
}

.newsletter-title {
    font-family: var(--futura-md);
    font-size: 30px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
}

.newsletter-subtitle {
    font-family: var(--futura-lt);
    font-size: 16px;
    color: #000;
    margin-bottom: 32px;
    text-transform: capitalize;
}

.newsletter-form .form-control {
    border: 1px solid var(--primary-color);
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 16px;
    background: #fff;
    color: #101010;
    box-shadow: none;
    transition: border-color 0.2s;
    background-color: transparent;
}

.newsletter-form .form-control:focus {
    border-color: var(--accent-color);
    outline: none;
    box-shadow: 0 0 0 2px rgba(255,146,112,0.15);
}

.newsletter-form .btn-primary {
    background: var(--primary-color);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    transition: background 0.2s;
}

.newsletter-form .btn-primary:hover {
    box-shadow: 0 0 0 2px rgba(255,146,112,0.15);
}



/* Footer */
.footer-section {
    background-color: #fff !important;
    color: #101010;
}

.footer-section h5,
.footer-section h6 {
    color: #101010;
    font-size: 18px;
    margin-bottom: 20px;
}
.KarmaKriti_hj p {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--futura-lt);
}
.footer-section .list-unstyled a {
    color: #101010;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--futura-lt);
    text-transform: capitalize;
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
}
 /*.footer-accordion-btn,
  .footer-accordion-content {
    display: none !important;
  } */
  .footer-accordion-icon::after {
    display: none;
  }
  .footer-accordion > h6,
  .footer-accordion > ul {
    display: block !important;
  }
.social-links {
    display: flex !important;
    gap: 20px !important;
}
.footer-section .list-unstyled a:hover {
    color: var(--primary-color) !important;
}
.footer-accordion-btn,
.footer-accordion-content {
  display: none;
}

.social-links a img {
    filter: none;
    transition: filter 0.3s;
}

.social-links a:hover img {
    filter: invert(45%) sepia(20%) saturate(1525%) hue-rotate(328deg) brightness(98%) contrast(91%);
}

.payment-methods i {
    font-size: 15px;
    color: #ccc;
    transition: all 0.3s ease;
}

.payment-methods i:hover {
    color: var(--primary-color);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-in-up {
    animation: fadeInUp 0.6s ease-out;
}




/*==============Product listing=============*/
.header-section.innerouter {
  background-color: #80904C;
}
.header-section.innerouter {
  padding: 25px 0;
}
.header-section.innerouter h1 {
  color: #fff;
}
.header-section.innerouter .breadcrumb {
  color: #fff; 
  font-size: 13px;
}
.header-section.innerouter .breadcrumb a {
  color: #fff; 
  margin-right: 8px;
  text-decoration: none;
}
.header-section.innerouter .breadcrumb span {
  margin-left: 8px; 
}
#ProductGridContainer .product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

#ProductGridContainer .product-grid.product-view-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#ProductGridContainer .product-grid.product-view-list .card:not(.ratio) {
    width: 100%;
    flex-direction: unset;
    gap: 15px;
}
.listing-main .facets-vertical .facets-wrapper {
    padding-right: 20px;
    max-width: 270px;
}
#ProductGridContainer .product-grid .card {
  border: none;
} 
.related-products .card {
  border: none;
} 
.top-filter {
  align-items: center;
  justify-content: flex-end;
}


#ProductGridContainer .product-grid .card .card__heading {
    font-size: 18px;
    color: #000;
    font-family: var(--futura-lt);
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.related-products .card .card__heading {
    font-size: 18px;
    color: #000;
    font-family: var(--futura-lt);
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: capitalize;
} 
.related-products .card .price {
    font-size: 17px;
    color: #000;
    font-family: var(--futura-md);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
}
#ProductGridContainer .product-grid .card .price {
    font-size: 17px;
    color: #000;
    font-family: var(--futura-md);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
}

#ProductGridContainer .product-grid .card .price--on-sale .price-item--regular {
    color: #888;
    font-size: 16px;
    font-weight: 400;
}
.related-products .card .price--on-sale .price-item--regular {
    color: #888;
    font-size: 16px!important;
    font-weight: 400;
}
.related-products .card .price--on-sale .price__regular .price-item--regular .price-item {
      color: #888;
    font-size: 16px!important;
    font-weight: 400;
}
#ProductGridContainer .product-grid .card__inner {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f8f8;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.related-products .card__inner {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #f8f8f8;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .select {
  position: relative;
  display: inline-block;
  width: 250px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.select__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fff;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.select__select:hover {
  border-color: #999;
}

.select__select:focus {
  border-color: #007aff;
  box-shadow: 0 0 0 2px rgba(0, 122, 255, 0.3);
  outline: none;
}

.svg-wrapper {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
}

.icon-caret {
  width: 14px;
  height: 14px;
  color: #555; */
}
/* 
.product-grid.active.grid-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}  */
.collection-view-toggle {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 0rem;
  
}
.view-toggle-button {
  border: none;
  background: none;
  cursor: pointer;
  opacity: 0.5;
  padding: 5px;
}

.product-count__text span {
  font-family: Futura Lt BT;
  font-weight: 400;
  font-style: Light;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #000;
}
.view-toggle-button.active {
  opacity: 1;
   background-color: #F0F0F0;
}
.facet-filters__field .select:focus-visible {
  box-shadow: none!important;
  outline: none!important;
  border: none!important;
}
.facet-filters__field .select:focus {
   box-shadow: none!important;
  outline: none!important;
  border: none!important;
}
.facet-filters__sort:focus-visible {
     box-shadow: none!important;
  outline: none!important;
  border: none!important;
} 
.pagination__item {
  font-size: 16px;
}
.product-view-grid .product-card-wrapper {
  display: block;
}
.pagination__item--current:after, .pagination__item:hover:after {
  display: none!important;
}
.pagination__item.pagination__item--current {
    border: 1px solid #CC6242;
    color: #fff;
    background-color: #CC6242;
  opacity: 1; 
}
.pagination-wrapper .pagination {
    justify-content: center;
}
.product-view-list .product-card-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.product-view-list .product-card-wrapper .cardmedia {
  width: 30%;
}
.product-view-list .product-card-wrapper .cardcontent {
  width: 70%;
}


.filter-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding: 10px 0;
}

.filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-right: 15px;
}

.filter-group label {
  font-size:16px;
  color: #333;
}

.filter-group select {
  padding: 7px 10px !important;
  font-size: 14px !important;
  line-height: 24px !important;
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  background-color: #FFF !important;
}
.entry-content {
  padding-bottom: 40px;
}
.filter-group button.toggle-btn {
  border: 1px solid transparent;
}
.filter-group button.toggle-btn.active {
  border: 1px solid #000; 
}

/* About Us Hero Section */
.about-hero-section {
  position: relative;
  width: 100%;
  min-height: 445px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.about-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
    filter: brightness(0.8);
    object-position: top;
}
.about-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 60px 16px 40px 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-hero-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 18px;
  color: #fff;
  line-height: 1.1;
}
.about-hero-subtitle {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

/* About Welcome Section */
.about-welcome-section {
  background: #fff;
  padding: 48px 0 48px 0;
}
.about-welcome-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.about-welcome-content {
  flex: 1 1 auto;
  max-width: 540px;
}
.about-welcome-title {
  color: #CC6242;
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 18px;
}
.about-welcome-text {
  color: #000;
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.5;
  font-weight: 400;
}
.about-welcome-features {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-welcome-features li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
}
.about-welcome-features img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-top: 2px;
}
.feature-title {
  display: block;
  font-weight: 400;
  color: #000;
  font-size: 16px;
  margin-bottom: 2px;
  font-family: var(--futura-md, 'Futura', sans-serif);
}
.feature-desc {
  display: block;
  color: #101010;
  font-size: 16px;
  font-family: var(--futura-lt, 'Futura', sans-serif);
}
.about-welcome-image {
  flex: 1 1 320px;
  max-width: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-welcome-image img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* Why Us Section */
.why-us-section {
  background: #F9F7F3;
  padding: 56px 0;
}
.why-us-features {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
.why-us-feature {
  flex: 1 1 220px;
  max-width: 260px;
  min-width: 180px;
  background: none;
  text-align: center;
  padding: 0 10px;
}
.why-us-icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  object-fit: contain;
  display: inline-block;
}
.why-us-feature-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 18px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: capitalize;
}
.why-us-feature-desc {
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 16px;
  color: #101010;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
/* Brand Values Section */
.brand-values-section {
  background: #fff;
  padding:80px 0;
}
.brand-values-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 48px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.brand-values-image {
  flex: 1 1 340px;
  max-width: 470px;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-values-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
.brand-values-content {
  flex: 2 1 420px;
  max-width: 600px;
}
.brand-values-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 40px;
  font-weight: 400;
  color: #000;
  margin-bottom: 18px;
}
.brand-values-intro {
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 16px;
  color: #000;
  margin-bottom: 24px;
  font-weight: 400;
}
.brand-values-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.brand-values-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 22px;
}
.brand-values-list img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-top: 2px;
}
.brand-value-label {
  display: block;
  font-weight: 400;
  color: #101010;
  font-size: 16px;
  margin-bottom: 2px;
  font-family: var(--futura-md, 'Futura', sans-serif);
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.brand-value-desc {
  display: block;
  color: #101010;
  font-weight: 400;
  font-size: 16px;
  font-family: var(--futura-lt, 'Futura', sans-serif);
  line-height: 1.5;
}
/* Contact Banner Section */
.contact-banner-section {
  position: relative;
  width: 100%;
  min-height: 445px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  background: #f7f7f7;
}
.contact-banner-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.contact-banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-banner-content {
  position: relative;
  z-index: 2;
  background: #CC6242;
  color: #fff;
  border-radius: 16px;
  padding: 36px 38px 36px 38px;
  max-width: 585px;
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contact-banner-title {
  color: #fff;
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 18px;
}
.contact-banner-text {
  color: #fff;
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400
}


/* Contact Info Section */
.contact-info-section {
  background: #fff;
  padding: 60px 0;
}
.contact-info-row {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.contact-info-item {
  flex: 1 1 200px;
  min-width: 180px;
  max-width: 260px;
  margin-bottom: 18px;
}
.contact-info-icon {
  width: 38px;
  height: 38px;
  margin-bottom: 12px;
  object-fit: contain;
  display: inline-block;
}
.contact-info-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size:16px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 8px;
  margin-top: 0;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.contact-info-desc {
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 16px;
  color: #101010;
  font-weight: 400;
  margin: 0;
  line-height: 1.5;
}
.contact-info-desc a {
  color: #101010;
  font-weight: 400;
  text-decoration: none;
  word-break: break-all;
}
.contact-info-desc a:hover {
  color: #CC6242;
  text-decoration: underline;
}


/* Contact Map Section */
.contact-map-section {
  width: 100%;
  background: #f7f7f7;
  padding: 0;
}
.contact-map-embed {
  width: 100%;
  height: 340px;
  overflow: hidden;
  border-radius: 0;
}
.contact-map-embed iframe {
  width: 100%;
  height: 340px;
  border: 0;
  display: block;
}
/* blog page */

.blogMian {
  padding: 50px 0;
}

.blog-card-list {
  background: #F4F4F4;
  border-radius: 18px;
  overflow: hidden;
  transition: box-shadow 0.18s, transform 0.18s;
  display: flex;
  flex-direction: column;
  min-height: 340px;
  height: 100%;
}
.blog-card-list:hover,
.blog-card-list:focus {
  transform: translateY(-4px) scale(1.02);
  text-decoration: none;
}
.blog-card-list-img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  background: #eee;
}
.blog-card-list-body {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border-radius: 0 0 18px 18px;
}
.blog-card-list-meta {
  font-size: 14px;
  color: #CC6242;
  font-family: var(--futura-md, 'Futura', sans-serif);
  display: flex;
  align-items: center;
  gap: 6px;
}
.blog-card-list-date {
  color: #101010;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
}
.blog-card-list-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 24px;
  font-weight: 400;
  color: #222;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: 1.3;  
  text-transform: capitalize;
}
.blog-card-list-desc {
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-size: 16px;
  color: #101010;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.5;
}
.KarmaKriti_hj h5 img {
  max-width: 358px;
  width: 100%;
}

/* Blog Detail Page */
.blog-detail-section {
  background: #fff;
  padding: 48px 0;
}
.blog-detail-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.blog-detail-cardinner {
  max-width: 780px;
  margin: 0 auto;
}
.blog-detail-img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 24px;
  background: #eee;
}
.blog-detail-title {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-size: 40px;
  font-weight: 400;
  color: #101010;
  margin-bottom: 0.7rem;
  margin-top: 0;
  line-height: 1.2;
  text-transform: capitalize;
  max-width: 90%;
}
.blog-detail-meta{
  align-items: center;
  display: flex
;
}
.blog-detail-date {
  color: #101010;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.01em;
}
.blog-detail-content {
  font-family: var(--futura-lt, 'Futura', sans-serif);
  color: #222;
  font-size: 1.08rem;
  line-height: 1.7;
}
.blog-detail-content h2,
.blog-detail-content h3 {
  font-family: var(--futura-md, 'Futura', sans-serif);
  color: #101010;
  font-size: 20px;
  font-weight: 400;
  margin-top: 30px;
  margin-bottom: 0px;
}
.blog-detail-content p {
  margin-bottom: 8px;
  font-size: 16px;
}
.blog-detail-pagination {
  gap: 12px;
}
.blog-detail-pagination .btn-outline-secondary {
  background: transparent;
  border: none;
  border: 1px solid #101010;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  transition: background 0.2s;
  font-family: var(--futura-md, 'Futura', sans-serif);
  width: 120px;
  color: #101010;
}
.blog-detail-pagination .btn-outline-secondary:hover {
  background: none;
  color: #101010;
  box-shadow: 0 0 0 2px rgba(255, 146, 112, 0.15);
}
.blog-detail-pagination .btn-primary {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  transition: background 0.2s;
  width: 120px;
  font-family: var(--futura-md, 'Futura', sans-serif);
}
.blog-detail-pagination .btn-primary:hover {
  box-shadow: 0 0 0 2px rgba(255, 146, 112, 0.15);
}
/*--------- Privacy Policy------------ */
.cmspage h1 {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-weight: 400;
  font-style: Medium;
  font-size: 40px;
  line-height:1.3;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #101010;
  margin-bottom: 20px;
}  
.cmspage h2 , .cmspage h3 , .cmspage h4 {
  font-family: var(--futura-md, 'Futura', sans-serif);
  font-weight: 400;
  font-style: Medium;
  font-size: 20px;
  line-height:1.3;
  letter-spacing: 0%;
  text-transform: capitalize;
  color: #101010;
  margin-bottom: 8px;
}
.cmspage ul {
  list-style: none;
  padding-left: 0; 
  margin-bottom: 16px;
}
.cmspage p , .cmspage ul li ,.cmspage ol li{
  font-family: var(--futura-lt, 'Futura', sans-serif);
  font-weight: 400;
  font-style: Light;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0%;
  color: #101010;
  margin-bottom: 15px;
}
.cmspage ol li {
  list-style: lower-latin;
}
.cmspage ol li ul li {
  list-style: none;
  position: relative;
  padding-left: 20px;
}
.cmspage ol li ul li::before {
  position: absolute;
  content: url(./bullet.svg);
  left: 0;
} 
.cmspage ol {
  padding-left: 16px;
}
.cmspage ol li ol ,.cmspage ol li ul{
  margin-top: 10px;
}
.cmspage {
  padding: 50px 0;
}
.cmspage ol li ol li {
  list-style: lower-roman;
  position: relative;
  padding-left: 0;
}
/* .cmspage ol li ol li::before {
  position: relative;
  content: url(./bullet.svg);
  left: 0;
  top: 3px;
} */

/*========= FAQS PAge============ */
.faqMain {
  padding: 60px 0;
}
/*========= cart PAge============ */
.cartmain {
  padding: 60px 0;
}

/*========= Product details PAge============ */
.artisans-section {
  padding: 50px 0 20px;
}
.artisan-highlight {
  display: flex;
  background: linear-gradient(180deg, #F7D6BB 0%, #ECAD9A 100%);
  border-radius: 10px;
}
.artisan-imgae-wrap {
  width: 100%;
  max-width: 410px;
}
.artisan-img {
  border-radius: 10px 0 0 10px;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0% 100%);
  height: 100%;
  object-fit: cover;
}
.artisan-card {
  padding: 30px 30px 30px 50px;   
}
.artisan-title {
  font-family: var(--futura-md);
  font-size: 26px;
  font-weight: 400;
  color: #000;
}

.artisan-desc {
  font-family: var(--futura-lt);
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.reviews-section {
  padding: 40px 0;
}

.review-list {
  margin-top: 15px;
}

.review-item {
  padding-bottom: 15px;
}

.review-avatar {
  width: 55px;
  height: 55px;
  object-fit: cover;
  border: 2px solid #ffe3d0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.review-img-bx {
  gap: 15px;
  margin-bottom: 15px;
}
.review-author {
  font-family: var(--futura-md);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  cursor: #101010;
}

.review-title {
  font-family: var(--futura-lt);
  font-size: 16px;
  color: #101010;
  font-weight: 400;
  margin-bottom: 2px;
}

.review-text {
  font-family: var(--futura-lt);
  font-size: 0.97rem;
  color: #101010;
  font-size: 16px;
}

.review-stars {
  color: #DFA02E;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-family: var(--futura-md);
}
.announcement-bar__message.h5 {
  margin-bottom: 0!important;
  font-size: 14px;
}
.quantity {
   background: transparent!important;
    border: 1px solid #D9D9D9;
    box-shadow: none!important;
}
.product_details_wrapper .product__title>* {
    margin: 0;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 30px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: #000;
}
.product__info-container .product__description p {
  font-size: 16px;
}
.product_details_wrapper .exclusive-offers {
  border-radius: 4px!important;
  border: 1px solid #CC6242!important;
}
.product_details_wrapper .price-item.price-item--regular {
    letter-spacing: 0;
}
.product_details_wrapper .price--show-badge .price--on-sale .price-item--regular {
  font-size: 20px;
}
.product_details_wrapper .price--show-badge .price--on-sale .price-item--regular {
  font-size: 20px;
}
.product_details_wrapper .price.price--large.price--on-sale.price--show-badge {
    display: inline;
}
.product_details_wrapper .price-item.price-item--sale {
    letter-spacing: 0;
}
.swatch-input__input:active+.swatch-input__label, .swatch-input__input:checked+.swatch-input__label ,.swatch-input__input+.swatch-input__label:hover{
  outline: 1px solid #FFCCBC!important;
}
.exclusive-offers h3 {
    font-family: Futura Md BT;
    font-weight: 400 !important;
    font-style: Medium;
    font-size: 18px!important;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
     color: #101010;
    text-transform: capitalize;
}
.product_details_wrapper .offers_code {
    font-family: Futura Md BT;
    font-weight: 400 !important;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: capitalize;
    color: 101010;
}
.product_details_wrapper .exclusive-offers hr {
  border-top: 1px solid #c0c0c0!important;
}
.product_details_wrapper .exclusive-offers .offers_data p {
  font-family: Futura Lt BT;
  font-weight: 400;
  font-style: Light;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0%;
  vertical-align: middle;
  text-transform: capitalize;
  color: #101010;
}
.product_details_wrapper .product__description ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 10px
}
.product_details_wrapper .product__description strong {
  font-size: 16px;
  font-weight: 400;
  color: #101010;
}
.product_details_wrapper .product__description ul li {
  color: #606060;
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.product_details_wrapper  span.badge.price__badge-sale {
    background-color: #CC6242;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 13px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
}
span.h4.inline-richtext {
    font-family: Futura Lt BT;
    font-weight: 400;
    font-style: Light;
    font-size: 10px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
   padding-top: unset;
}
.accordion .summary__title+.icon-caret {
    height: 12px!important;
}
.related-products__heading {
  text-align: center;
  font-family: var(--futura-md);
  font-weight: 400;
  color: #101010;
  font-size: 30px;
}
.product__accordion.accordion .summary__title .accordion__title{
    display: flex;
    flex: 1;
    font-family: Futura Lt BT;
    font-weight: 400;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    text-transform: capitalize;
   color: #000;
}
.product-form__buttons {
    display: flex;
    gap: 10px;
}
.product-form__buttons button.product-form__submit {
    flex: 1;
    background-color: #80904C !important;
    border: none;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    border-radius: 4px;
   color: #fff;
  transition: 0.5s ease-in-out;
}
.product-form__buttons button.product-form__submit:hover {
    background-color: #708241 !important;  
}
.product-form__buttons button.product-form__submit span {
  position: relative;
}
.product-form__buttons button.product-form__submit span:before {
  position: absolute;
    left: -25px;
    top: -2px;
    content: url(./BagOutline.svg);
}
.product-form__buttons button.product-form__submit:before ,
.product-form__buttons button.product-form__submit:after {
  display: none;
}
.product-form__buttons .shopify-payment-button  {
    flex: 1;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button {
    background-color: var(--primary-color)!important;
    border: none;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 40px;
    transition: background-color 0.2s!important;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button:hover {
  background-color: #b85538!important;
}
.product-form__buttons .shopify-payment-button .shopify-payment-button__button:before ,
.product-form__buttons .shopify-payment-button .shopify-payment-button__button:after {
  display: none;
} 
.product_details_wrapper .product-discount_detail {
  color: #CC6242;
  font-family: Futura Md BT;
  font-weight: 400;
  font-style: Medium;
  font-size: 13px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-transform: uppercase;
}
.product_details_wrapper span.badge.price__badge-sale.color-scheme-4 {
  margin-bottom: 0!important;
}
.product_details_wrapper .product__description h4 > strong{
  font-weight: 400;
}
.product_details_wrapper label.quantity__label.form__label {
    font-family: Futura Lt BT;
    font-weight: 400;
    font-style: Light;
    font-size: 17.5px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
  color: #101010!important;
}
.product__accordion .accordion__content {
  padding-left: 0!important;
}
.product__accordion .accordion__content p {
  font-size: 16px;
  font-weight: 400;
      font-family: Futura Lt BT;
}
.faq .accordion-item {
  margin-bottom: 10px;
  background-color: #FFECE7;
   box-shadow: none;
  border: none;
  outline: none;
}
.faq .accordion-header button:focus {
  box-shadow: none;
  border: none;
  outline: none;
}
.faq .accordion-header button {
    margin-bottom: 0;
    background-color: #FFECE7;
    font-family: Futura Lt BT;
    font-weight: 400;
    font-style: Light;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 150%;
    letter-spacing: 0%;
    color: #101010;
}
.faq .accordion-item .accordion-body {
    font-size: 16px;
    font-weight: 400;
    font-family: Futura Lt BT;
    color: #101010;
    padding-bottom: 20px;
}
.faq .accordion {
  border-bottom: none;
}
.faq .accordion-button::after {
  background-size: 20px;
  width: 20px;
  height: 20px;
  color: #101010!important;
}
.cart-drawer .drawer__cart-items-wrapper .cart-item__name.h4 {
  font-family: Futura Lt BT;
  font-weight: 400;
  font-style: Light;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #101010;
}
.accordion-button:not(.collapsed) {
    color: #101010!important;
    background-color: unset;
    box-shadow: none;
}


.cart-drawer .drawer__cart-items-wrapper .cart-item__media {
  width: 75px;
}
.cart-drawer .drawer__cart-items-wrapper .quantity {
    width: 80px!important;
}
.cart-drawer .drawer__cart-items-wrapper .quantity__button {
    width: calc(2.5rem / var(--font-body-scale))!important;
}
.cart-drawer .drawer__cart-items-wrapper table th {
  font-size: 14px;
}
.cart-drawer .drawer__cart-items-wrapper .quantity {
    min-height: 26px;
}
.cart-drawer .drawer__cart-items-wrappe tbody {
    padding-right: 10px;
}
.cart-drawer .drawer__cart-items-wrapper table td span.price.price--end {
    font-size: 12px;
    white-space: nowrap;
}
.cart-drawer .cart__note .text-area {
  font-size: 14px;
}
.cart-drawer .drawer__cart-items-wrapper .cart-item cart-remove-button .svg-wrapper {
    width: 28px;
    height: 28px;
    background-color: #CC62424d;
    border-radius: 50%;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #b85538!important;
}
.order-history {
    background-color: rgba(236, 229, 216, 0.31);
    border-radius: 10px;
}
.order-history thead {
    background-color: rgba(117, 84, 47, 1);
    color: #fff;
    font-weight: 400;
}

.order-history thead tr th {
     text-align: left;
    opacity: 1;
    font-weight: 400;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
}
.order-history tbody tr td ,.customer tbody td{
    text-decoration: none;
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    font-size: 16px;
    color: #000;
    line-height: 100%;
    letter-spacing: 0%;
    color: #000
    text-transform: capitalize;
}
.account table td:first-of-type a {
     box-shadow: none!importnt;
    border: 1px solid #FFCCBC!important;
}
.account table td:first-of-type a:focus {
       box-shadow: none!importnt;
    border: 2px solid #FFCCBC!important;
}
.account_sec {
  background-image: url(./accountbnner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}
.account_sec .customer {
  background-color: #fff;
  border-radius: 10px;
}
.order_data {
    width: 65%;
}
.acn_data {
    width: 35%;
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 10px;
}
.acn_data a {
  font-weight: 400;
  font-family: Futura Md BT;
  font-weight: 400;
  font-style: Medium;
  font-size: 16px;
  color: #000;
}
.customer button {
    margin: 4rem 0 1.5rem;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}
.addresses ul li p {
  font-size: 16px;
} 
.addresses button.btn_edit {
  background-color:#80904C;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  font-family: Futura Md BT;
  text-transform: capitalize;
  color: #fff;
}
.addresses button.btn_delete {
  background-color: #CC6242;
  border-radius: 4px;
  font-size: 16px;
    font-family: Futura Md BT;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.addresses ul li[data-address] {
    margin-top: 25px;
}
.customer.addresses {
  padding: 30px!important;
}
.customer.addresses ul {
  margin-bottom: 0;
}
.customer.addresses {
  max-width: 700px!important;
  width: 100%
}
.customer.addresses button.bt2 {
    background-color: #d54545;
    border-radius: 4px;
    font-size: 16px;
    font-family: Futura Md BT;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}
.customer.addresses form label {
  font-size: 14px;
}
.field__input:focus~.field__label, .field__input:not(:placeholder-shown)~.field__label, .field__input:-webkit-autofill~.field__label, .customer .field input:focus~label, .customer .field input:not(:placeholder-shown)~label, .customer .field input:-webkit-autofill~label {
  font-size: 14px;
}
.select .svg-wrapper, .customer select+.svg-wrapper {
    height: .6rem;
    width: 1rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: 15px;
}
#FacetSortForm .select .svg-wrapper, #FacetSortForm .customer select+.svg-wrapper {
    right: 0;
}
.tr-review-box__brandmark {
  display: none;
}
h1.main-page-title.page-title {
    font-family: var(--futura-md);
    font-size: 30px;
    font-weight: 500;
    color: #101010;
    margin-bottom: 25px;
}
.xb-wishlist-product__title a{
    font-size: 18px;
    color: #000;
    font-family: var(--futura-lt);
    font-weight: 400;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.xb-wishlist-product__price {
    font-size: 17px;
    color: #000;
    font-family: var(--futura-md);
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0;
}
.xb-wishlist-product__item {
  box-shadow: none!important;
}
.xb-list-style__add-to-cart {
    color: #fff!important;
    cursor: pointer;
    font-family: var(--futura-md)!important;
    height: 32px;
    line-height: 1;
    min-width: 90px;
    padding: 6px 14px!important;
    position: relative;
    background: var(--primary-color)!important;
    border: none!important;
    border-radius: 4px!important;
    font-size: 16px!important;
    font-weight: 500!important;
}
table.xb-list-style__table thead{
    background-color: rgba(117, 84, 47, 1);
    color: #fff;
    font-weight: 400!important;
}

.xb-list-style__tbody th, 
.xb-list-style__thead th {
    padding: 20px 10px!important;
    font-size: 15px!important;
}

.template-search #ProductGridContainer .grid.product-grid {
    column-gap: var(--grid-desktop-horizontal-spacing)!important;
    row-gap: var(--grid-desktop-vertical-spacing)!important;;
    display: flex!important;
}
.template-search .field:after, 
.template-search .select:after, 
.template-search .customer .field:after, 
.template-search .customer select:after, 
.template-search .localization-form__select:after {
     box-shadow: 0 0 0 ipx #FFCCBC;
}
.template-search select:focus-visible {
    outline: none;
    outline-offset: unset;
    box-shadow: none;
}
/* .main-page-title.page-title {
  padding-left: 20px;
} */

.field__input, 
.select__select, 
.customer .field input, 
.customer select {
  border: 1px solid #d5d5d5;
  box-shadow: none;
}
.contant-formsection .field:before, .contant-formsection .field:after,
.contant-formsection .select:before,  .contant-formsection .select:before, 
.contant-formsection .customer .field:before, .contant-formsection .customer .field:after, 
.contant-formsection .customer select:before,.contant-formsection .customer select:after {
  display: none;
}
.contant-formsection .contact__field-error {
  color: #eb001b;
  font-size: 0.875rem;
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.contant-formsection .svg-wrapper {
  width: unset;
  height: unset;
}
.contant-formsection ul.form-status-list {
    list-style: none;
}
.contant-formsection .form__message:focus-visible , .contant-formsection .form__message .caption-large:focus-visible{
    outline: none !important;
    box-shadow: none !important;
}
.contant-formsection button[type=submit] {
    background-color: #CA6343;
    border-radius: 4px;
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}

.contant-formsection button[type=submit]:hover {
    background: #b85538;
}
.tr-review-form .tr-review-form__submit {
    background-color: #CA6343!important;
}
.tr-review-form .tr-review-form__submit:hover {
    background: #b85538!important; 
}
.tr-review-form .tr-review-form__title {
    font-family: Futura Md BT;
    font-weight: 400;
    font-style: Medium;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: capitalize;
}
.faqMain {
    padding: 30px 0;
}
.template-404 a.button {
    background-color: #CA6343;
    border-radius: 4px;
    font-family: Futura Md BT;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
}
.template-404 a.button:hover {
    background-color: #b85538!important;
}
 .template-404 {
    background-image: url(./accountbnner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   padding: 70px 0;
} 

.main-item-carousel-section .owl-nav {
  display: none;
}

.footer-accordion-btn {
  background: none;
  border: none;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.footer-accordion-icon::after {
  content: '+';
  transition: transform 0.3s ease;
}

.footer-accordion-btn[aria-expanded="true"] .footer-accordion-icon::after {
  content: '-';
} 
.Innr404 {
  background-color: #fff;
  border-radius: 10px;
  max-width: 500px;
 padding: 40px 30px;
  margin: 0 auto;
}
.Innr404 p {
  font-size: 40px;
}
.Innr404 h1 {
  margin-top: 0;
}


.free-shipping-wrapper {
  max-width: 400px;
  margin: 0 auto 20px;
}

.shipping-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}

.icon {
  font-size: 18px;
}

.progress-bar {
  width: 100%;
  height: 8px;
  background-color: #FF9270;
  border-radius: 4px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  background-color: #CC6242;
  border-radius: 4px;  
  width: 0;
  animation: fillAnimation 2s ease forwards;
}
.shipping-info span {
  font-family: Futura Md BT;
  font-weight: 400;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
/* Animation */
@keyframes fillAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 30%; /* Same as inline width on .progress-fill */
  }
}
.free-shipping-wrapper div:empty {
    display: block;
}
.payment-card .payment-button {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.04);
  cursor: pointer;
}
.payment-card .payment-button:hover {
  border: 1px solid rgba(0, 0, 0, 1);  
}
#homePopupModal .modal-content {
   background: url(./wecomepop-bg.png) center center / cover no-repeat;
  background-color: unset;
}
#homePopupModal .newsletter-section {
    background: none;
    position: relative;
    padding: 60px 0;
    background-color: unset;
} 
#homePopupModal .modal-content .modal-header {
  border-bottom: none;
}

#homePopupModal .newsletter-title, #homePopupModal .newsletter-subtitle {
    color: #fff;
}
#homePopupModal .newsletter-form .form-control {
      border: 1px solid #fff;
     color: #FFFFFF;
}
#homePopupModal input:placeholder {
    color: #FFFFFF;
}
#homePopupModal input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFFFFF;
}
#homePopupModal input::-moz-placeholder { /* Firefox 19+ */
    color: #FFFFFF;
}
#homePopupModal input:-ms-input-placeholder { /* IE 10+ */
    color: #FFFFFF;
}
#homePopupModal input:-moz-placeholder { /* Firefox 18- */
    color: #FFFFFF;
}
#homePopupModal .newsletter-form .btn-primary {
    color: var(--primary-color);
    background-color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 40px;
    transition: background 0.2s;
}
#homePopupModal .newsletter-form .btn-primary:hover {
    color: var(--primary-color);
    background-color: #fff;
}
#homePopupModal button.close {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
#homePopupModal .modal-header {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}
#homePopupModal button.close:focus {
  border: none; 
  box-shadow: none;
}
.product__description h1 strong {
  font-weight: 400;
}
.product__description h1 {
  display: none;
}
.product__info-container .product__description {
    max-height: 180px;
    overflow: hidden;
}
.product__info-container .product__description.expanded {
  max-height: none; 
}
.product__info-container .show-more-btn {
  cursor: pointer;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
}
.product__info-container .show-more-btn:hover ,.product__text a:hover{
  color: #CC6242;
}
.product_details_wrapper fieldset.product-form__input.product-form__input--pill {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.product_details_wrapper fieldset.product-form__input.product-form__input--pill legend.form__label {
    width: auto;
}

/*Sticky Section*/
.sticky-product-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #e5e5e5;
  padding: 10px 16px;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
  z-index: 1000;
}

.sticky-product-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  /* flex-wrap: wrap; */
}

.sticky-product-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sticky-product-info img {
  width: 50px;
  height: auto;
  border-radius: 5px;
}

.sticky-product-info .title {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  color: #000;
}

.sticky-price-cart {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.price-wrapper {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    font-size: 16px;
    flex-direction: column;
}
.sale-price {
  font-weight: 700;
  color: #000;
}

.compare-price {
  text-decoration: line-through;
  color: #999;
}

.discount-badge {
  background-color: #d9534f;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  font-weight: 600;
}

.sticky-add-button {
  background-color: #7a9354;
  color: #fff;
  padding: 8px 16px 8px 35px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
}

.sticky-add-button svg {
  width: 16px;
  height: 16px;
  fill: white;
}
.sticky-add-button span:before {
    position: absolute;
    left: 8px;
    top: 13px;
    content: url(./BagOutline.svg);
}
.icon_bv {
  width: 50px;
  height: 60px;
  flex-shrink: 0;
}
.icon_bv img {
  width: 100%;
  height: auto;
  object-fit: contain;  
}
.list-menu--inline {
    align-items: center;
}
nav.header__inline-menu .list-menu li:last-child a ,nav.menu-drawer__navigation .list-menu li:last-child a{
    color: #cd6341 !important;
    font-weight: bold;
    padding: 6px 14px;
    border: 2px solid #cd6341;
    border-radius: 6px;
    position: relative;
    animation: borderPulse 1.5s infinite;
    text-decoration: none;
    transition: all 0.3s ease;
}
.list-menu--inline {
    width: -webkit-fill-available;
}
nav.header__inline-menu .list-menu li:last-child {
    margin: auto;
}
nav.menu-drawer__navigation .list-menu li:last-child a {
  text-align: center;
  max-width: 170px;
  justify-content: center;
  margin: 10px auto 0;
}
nav.header__inline-menu .list-menu li:last-child a:hover,nav.menu-drawer__navigation .list-menu li:last-child a:hover {
    color: #fff !important;
    background-color: #cd6341;
    animation: none; /* stops animation on hover */
}
.collection-hero__image-container {
    margin-left: 0 !important;
    background-color: #F9F7F3;
    min-height: 400px !important;
}
.collection-hero__image-container img {
  object-fit: cover!important;
  width: auto;
  max-width: 100%;
}
p.sm-text {
    text-align: center;
    font-family: Futura Lt BT;
font-weight: 400;
font-style: Light;
font-size: 9.01px;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;

}
@keyframes borderPulse {
    0% {
        box-shadow: 0 0 0 rgba(205, 99, 65, 0.7);
    }
    50% {
        box-shadow: 0 0 10px rgba(205, 99, 65, 0.9);
    }
    100% {
        box-shadow: 0 0 0 rgba(205, 99, 65, 0.7);
    }
}

.xb-wishlist-product__img {
    height: unset!important;
    width: 100%;
    border-radius: 4px!important;
}
.xb-wishlist-product__img img {
    border-radius: 4px!important;  
}
.cmspage .xb-wishlist-page {
  padding-left: 0!important;
  padding-right: 0!important;
}
@media screen and (min-width: 750px) and (max-width: 989px) {
    .header-localization:not(.menu-drawer__localization) .doubly-wrapper {
        margin: 0 0px 0 0px;
    }
}
@media(max-width: 575px) {
  /* .sticky-product-footer {
    display: none;
  } */
  .sticky-product-content {
    flex-wrap: wrap;
    justify-content: center;
  }

.product-form__submit {
    margin-bottom: 0;
}
}
