:root {
    --primary-dark: #88222a;
    --primary-light: #f5cedb;
    --black: #000000;
    --light-gray: #ECECEC;
    --accent-yellow: #FFC107;
    --accent-mint: #CAF3E5;
    --accent-blue: #E0EFF6;
    --accent-pink: #F9D9DA;
    --white: #ffffff;
    --heading-font: "Roboto", sans-serif;
    --paragraph-font: "Open Sans", sans-serif;
    --Poppins: "Poppins", serif;
    --font-paragraph-small: 12px;
    --font-paragraph-medium: 14px;
    --font-paragraph-large: 16px;
}


p {
    font-size: var(--font-paragraph-medium);
    color: var(--color-black);
    opacity: .8;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    font-family: var(--paragraph-font);
}

@media (min-width:768px) {
    p {
        font-size: var(--font-paragraph-large);
    }
}

ul li {
    font-size: var(--font-paragraph-medium);
    color: var(--color-black);
    opacity: .8;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    font-family: var(--paragraph-font);
}

@media (min-width:768px) {
    ul li {
        font-size: var(--font-paragraph-large);
    }
}

label{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: capitalize;
}
/*----- breadcrumb-sec sec start ------*/
.breadcrumb-sec {
    background-color: var(--accent-mint);
}

.breadcrumb-sec ol.breadcrumb li.breadcrumb-item {
    font-size: 14px;
}

.breadcrumb-sec ol.breadcrumb li.breadcrumb-item a {
    text-decoration: none;
    color: var(--primary-dark);
}

/*----- breadcrumb-sec sec end -------*/

/*----- product-details style start ------*/
.product-details .thumbnails-slider .swiper-slide {
    width: 100% !important;
    border-radius: 8px;
    background-color: var(--white);
    border: 1px solid var(--primary-dark);
}

.product-details .thumbnails-slider .swiper-slide.undefined {
    opacity: .7;
}

.product-details .thumbnails-slider .swiper-slide img {
    width: 100%;
    height: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}

.product-details .col-lg-6 .main-image-slider {
    background: #F9F1E7;
    border-radius: 8px;
}

.product-details .product-description-brief h1 {
    font-size: 18px!important;
    font-family: var(--Poppins)!important;
    color: var(--primary-dark);
    font-weight: 500;
    line-height: normal;
    margin: 0;
    font-style: normal;
}

@media (min-width:768px) {
    .product-details .product-description-brief h1 {
        font-size: 36px!important;
    }
}

@media (min-width:1400px) {
    .product-details .product-description-brief h1 {
        font-size: 36px!important;
    }
}

.product-details .product-description-brief .price {
    font-size: 16px;
    color: var(--primary-light);
    font-weight: 600;
}
@media (min-width:992px) {
    .product-details .product-description-brief .price {
        font-size: 24px;
    }
}
.product-details .product-description-brief .review .fa-star {
    color: var(--accent-yellow);
    font-weight: 600;
    font-size:14px;
}
@media (min-width:768px) {
    .product-details .product-description-brief .review .fa-star {
        font-size: 16px;
    }
}
.product-details .product-description-brief .no-of-productreview {
    font-size: 14px;
    color: var(--primary-light);
}

.product-details .product-description-brief .product-description {
    font-size: 14px;
    line-height: normal;
    /*color: var(--primary-light);*/
     color: #272425;
}

.product-details .product-description-brief .product-size button {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background-color: var(--accent-pink);
    color: var(--black);
    opacity: .8;
}

.product-details .product-description-brief .product-size .size {
    font-size: 14px;
    color: var(--primary-light);
    font-weight: 600;
    text-transform: capitalize;
}

.product-details .product-description-brief .product-color button {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    background-color: var(--accent-yellow);
    color: var(--black);
    opacity: .8;
}

.product-details .product-description-brief .product-color .color {
    font-size: 14px;
    color: var(--primary-light);
    font-weight: 600;
    text-transform: capitalize;
}

.product-details .product-description-brief .product-increment {
    width: 130px !important;
}

.product-details .product-description-brief .add-product-btn {
    padding: 12px 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    background-color: var(--primary-light);
    color: var(--white);
    border-radius: 8px;
    border: 1px solid var(--primary-light);
}

.product-details .product-description-brief .add-compare-btn {
    padding: 12px 24px;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    border: none;
    background-color: var(--white);
    color: var(--black);
    border-radius: 8px;
    border: 1px solid var(--black);
}
@media (min-width:768px) {
  .product-details .product-description-brief .add-product-btn,
  .product-details .product-description-brief .add-compare-btn{
    padding: 14px 32px;
    font-size: 14px;
  }
}
.product-details .product-description-brief .sku span:first-child,
.product-details .product-description-brief .category span:first-child,
.product-details .product-description-brief .tag span:first-child {
    width: 100px;
    font-size: 14px;
    color: var(--black);
    opacity: .6;
    text-transform: capitalize;
    font-style: normal;
    line-height: normal;
    position: relative;
}

.product-details .product-description-brief .sku span:first-child::after,
.product-details .product-description-brief .category span:first-child::after,
.product-details .product-description-brief .tag span:first-child::after {
    content: ':';
    position: absolute;
    right: 0;
}

.product-details .product-description-brief .sku span:last-child,
.product-details .product-description-brief .category span:last-child,
.product-details .product-description-brief .tag span:last-child {
    font-size: 14px;
    color: var(--black);
    opacity: .6;
    text-transform: capitalize;
    font-style: normal;
    line-height: normal;
    position: relative;
    padding-left: 8px;
}

.product-details .product-description-brief .share-btn {
    padding: 8px 12px;
    font-size: 12px;
    color: var(--white);
    opacity: .6;
    background-color: var(--primary-dark);
    text-transform: capitalize;
    border: none;
    border-radius: 8px;
    display: inline-block;
    margin-right: auto;
}

.product-details .product-description-tab .nav-link{
    border-radius: 0;
    padding: 0;
    font-weight: normal;
    background: none;
    color: var(--black);
    opacity: .6;
    font-size: 16px;
    text-transform: capitalize;
}
.product-details .product-description-accordian .accordion-header .accordion-button{
    font-weight: 600;
    background: none;
    color: var(--black);
    font-size: 14px;
    text-transform: capitalize;
}

.product-details .product-description-tab .nav-link.active{
    font-weight: bold;
    opacity: 1;
}

/* Review Section Styles */
.product-details .review-card {
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    padding: 1rem;
    margin-bottom: 1rem;
}

.product-details .review-card img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.product-details .review-card .review-stars {
    color: #ffc107;
}

/* Custom Styles */
.share-icon .fa {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    margin: 0 8px;
    color: white;
    font-size: 14px;
}

.share-icon .fa-facebook {
    background-color: #1877F2;
}

.share-icon .fa-instagram {
    background-color: #E4405F;
}

.share-icon .fa-twitter {
    background-color: #1DA1F2;
}

.share-icon .fa-whatsapp {
    background-color: #25D366;
}

.share-icon .fa-envelope {
    background-color: #6C757D;
}

.share-icon .copy-btn {
    background-color: #E02D3C;
    color: white;
    border: none;
}

/*----- product detail style end -------*/

.product-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    background: var(--light-gray);
    font-family: var(--paragraph-font) !important;
    border-radius: 8px;
  }
  
  .product-card .offer {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    background: var(--accent-yellow);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-paragraph-small);
    font-weight: 600;
    text-align: center;
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .product-card img{
      width: 100%;
    height: auto;
    object-fit: contain;
  }
  .product-card h5 {
    font-size: var(--font-paragraph-large);
    font-family: var(--paragraph-font) !important;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    color: var(--primary-dark);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  @media (max-width:768px){
      .product-card h5{
          font-size:var(--font-paragraph-medium);
      }
  }
  .product-card p,
      .product-card span,
      .product-card del {
    color: var(--primary-dark);
    font-size: var(--font-paragraph-medium);
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  @media (max-width:768px){
      .product-card p,
      .product-card span,
      .product-card del{
          font-size:var(--font-paragraph-small);
      }
  }
  .product-card:hover .hover-overlay {
    opacity: 1;
  }
  
  .hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 8px;
  }
  
  .hover-overlay .actions{
    width: 100%;
    display: flex;
    justify-content: center;
    gap:8px;
    margin-bottom: 16px;
    padding: 0 8px;
  }
  
  .hover-overlay .actions button {
    font-size: var(--font-paragraph-small);
    font-weight: 400;
    font-family: var(--paragraph-font);
    border: none;
    background: none;
    color: var(--white);
    font-size: 14px;
  }
  .hover-overlay .actions button.cartbtn{
    background: var(--white);
    padding: 12px;
    border-radius: 8px;
    display: block;
    width: 100%;
    border: none;
    color: var(--black);
    display: block;
  }

/*----- addtocart-sec style start ------*/
.addtocart-sec table thead {
    background: var(--accent-mint);
}

@media (max-width:768px) {
    .addtocart-sec table thead {
        display: none;
    }
}

.addtocart-sec table thead th {
    font-size: 14px;
    color: var(--black);
    width: 100%;
}

.addtocart-sec table tr {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--light-gray);
}

@media (max-width:768px) {
    .addtocart-sec table tr {
        display: flex;
        flex-direction: column;
        border: 1px solid var(--light-gray);
        border-radius: 8px;
    }
}

.addtocart-sec table tr td {
    font-size: 14px;
    color: var(--black);
    opacity: .8;
    width: 100%;
    border: none;
    padding: 4px;
}

@media (max-width:768px) {
    .addtocart-sec table tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 24px;
    }

    .addtocart-sec table tr td::before {
        content: attr(data-title);
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
}

.addtocart-sec table tr td .quantity {
    width: 100px;
}

.addtocart-sec .totalcardvalue {
    background: var(--accent-mint);
    padding: 16px;
}

.addtocart-sec .totalcardvalue .d-flex {
    border-bottom: 1px solid var(--light-gray);
    padding: 4px 0;
}

.addtocart-sec .totalcardvalue span,
.addtocart-sec .totalcardvalue strong {
    font-size: 14px;
    color: var(--black);
}

.addtocart-sec .totalcardvalue .checkout-btn {
    width: 100%;
    border: none;
    padding: 12px;
    font-size: 16px;
    text-transform: capitalize;
    background: var(--primary-light);
    color: var(--white);
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    border-radius: 8px;
    margin-top: 16px;
}

.addtocart-sec .totalcardvalue .checkout-btn::after {
    content: url('../images/payments/arrow.svg');
    margin-left: 8px;
    vertical-align: middle;
}

/*----- addtocart-sec style end -------*/

/*----- benefits-two sec style start ------*/
.benefits-two {
    background: var(--accent-mint);
}

.benefits-two img {
    width: 50px;
    height: 50px;
}

.benefits-two h5 {
    font-size: 18px;
    font-weight: bold;
    text-transform: capitalize;
}

.benefits-two p {
    text-transform: capitalize;
    margin: 0;
}
/*----- benefits-two sec style end --------*/

/*----- cart notification start ------*/
/* Custom styles for the cart */
.offcanvas-end {
    width: 400px;
}

.offcanvas-end .btn-close{
    font-size: 12px;
}

.offcanvas-end .cart-item img {
    width: 108px;
    height: 105px;
    border-radius: 8px;
    border: 1px solid var(--primary-dark);
}
.offcanvas-end .cart-item h6{
    font-size: 14px;
    color: var(--black);
    font-weight: 600;
    margin: 0;
}
.offcanvas-end .cart-item p,
.offcanvas-end .cart-item .item-total{
    font-size: 14px;
    color: var(--primary-dark);
    font-weight: bold;
    margin: 0;
}
.offcanvas-end .cart-item .cart-item-remove{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    background-color: var(--black);
    color: var(--white);
    font-size: 12px;
    border: none;
    text-align: center;
    opacity: .6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.offcanvas-end .cart-item .quantity-controls {
    display: flex;
    align-items: center;
}

.offcanvas-end .cart-item .quantity-btn {
    border: none;
    background-color: #f0f0f0;
    font-size: 1rem;
    padding: 2px 8px;
    cursor: pointer;
    border-radius: 4px;
}

.offcanvas-end .cart-item .quantity-input {
    width: 35px;
    text-align: center;
    border: none;
    font-size: 14px;
    color: var(--black);
}

.offcanvas-end .checkout{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: var(--white);
}
.offcanvas-end .checkout a{
    width: 100%;
    display: block;
    border-radius: 50px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
    font-style: normal;
    padding: 6px 0;
    font-weight:600;
}
.offcanvas-end .checkout a:first-child{
    border: 1px solid var(--black);
    color: var(--black);
}

.offcanvas-end .checkout a:last-child{
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    color: var(--white);
}
/*----- cart notification end --------*/

/*------- swiper js style stat ------*/
.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: var(--font-paragraph-small) !important;
    color: var(--primary-dark) !important;
    font-weight: bold;
}

/*------- swiper js style end -------*/