.breadcrumb {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Montserrat';
    font-size: 14px;
    padding: 20px 50px;
}

.breadcrumb a {
    color: #5C5F6A;
    text-decoration: none;
}

.breadcrumb .current {
    color: #0E1422;
    font-weight: 500;
}

.separator {
    width: 24px;
    height: 24px;
    opacity: 0.5;
}

.product-container {
    display: flex;
    gap: 80px;
    padding: 0 50px;
    margin-top: 50px;
    justify-content: center;
}

.product-images {
    flex: 1;
    max-width: 600px;
}

.main-image-container {
    position: relative;
    margin-bottom: 20px;
}

.main-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.productSwiper {
    width: 100%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 500px;
    margin-bottom: 50px;
}

.productSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productSwiper .swiper-slide img {
    width: 90%;
    height: 90%;
    object-fit: cover;
}

/* Hide default swiper navigation arrows */
    .productSwiper .swiper-button-next:after,
.productSwiper .swiper-button-prev:after {
    display: none;
}

.productSwiper .nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productSwiper .prev-btn{
    width: 27px;
    height: 27px;
}

.productSwiper .next-btn {
    width: 40px;
    height: 40px;
}

/* Remove default swiper button styles */
.productSwiper .swiper-button-next::after,
.productSwiper .swiper-button-prev::after {
    display: none;
}

/* Hide navigation buttons when disabled */
.productSwiper .swiper-button-disabled {
    opacity: 0;
    cursor: default;
    pointer-events: none;
}

.productSwiper .swiper-pagination {
    position: absolute;
    bottom: 0px !important;
    left: 50% !important;
    z-index: 10;
    display: flex;
    gap: 8px;
    background: transparent;
}

.productSwiper .swiper-pagination-bullet {
    width: 6px !important;
    height: 5px !important;
    background: #D9D9D9 !important;
    border-radius: 2.5px !important;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 1 !important;
    margin: 0 4px !important;
}

.productSwiper .swiper-pagination-bullet-active {
    width: 20px !important;
    height: 5px !important;
    background: #999999 !important;
    transform: scale(1);
    border-radius: 2.5px !important;
}

.image-dots {
    display: none;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
}

.dot.active {
    background: #161616;
}

.product-details {
    flex: 1;
    max-width: 500px;
}

.product-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.product-header h1 {
    font-family: 'Raleway';
    font-size: 28px;
    font-weight: 600;
    color: #161616;
    margin: 0;
}

.share-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

.price-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.price {
    font-family: 'Playfair Display';
    font-size: 34px;
    font-weight: 500;
    color: #161616;
}

.rating {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #F8F8F8;
    padding: 4px 12px;
    border-radius: 100px;
}
.rating-section{
    display: flex;
    align-items: center;
    gap: 12px;

}
.stars {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #777777;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.stars img {
    width: 24px;
    height: 24px;
}

.dash {
    color: #777777;
    margin: 0 2px;
}

.reviews-count {
    color: #777777;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.reviews-count::before {
    display: none;
}

.stock-status {
    color: #458140;
    font-family: 'Montserrat';
    font-size: 12px;
    padding: 4px 12px;
    /* background: #F1F5F3; */
    border-radius: 20px;
    border: 0.8px solid #458140;
}

.delivery-info {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
   
}

.delivery-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'Raleway';
    font-size: 14px;
    color: #5c5f6a;
}

.delivery-item img {
    width: 24px;
    height: 24px;
    filter: invert(42%) sepia(93%) saturate(437%) hue-rotate(87deg) brightness(98%) contrast(88%);
}

.color-section,
.size-section,
.quantity-section {
    margin-bottom: 24px;
}
.color-section h3,
.size-section h3,
.quantity-section h3{
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Raleway';
    color: #5c5f6a;
}
h3 {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #777777;
    margin-bottom: 12px;
}

.color-options {
    display: flex;
    gap: 12px;
}

.color-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 2px;
    border: none;
    position: relative;
}

.color-btn::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 50%;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.color-btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: inherit;
}

.color-btn.active::before {
    border-color: currentColor;
}

.size-options {
    display: flex;
    gap: 12px;
}

.size-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #E6E7E8;
    border-radius: 50%;
    background: white;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #161616;
    cursor: pointer;
    transition: all 0.3s ease;
}

.size-btn:hover {
    background: #F8F8F8;
}

.size-btn.active {
    /* background: #161616; */
    color: #161616;
    border: 1px solid #161616;
}

.quantity-controls {
    display: flex;
    align-items: center;
    border: 1px solid #202533;
    border-radius: 100px;
    padding: 8px 12px;
    width: fit-content;
    gap: 16px;
}

.qty-btn {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    font-size: 18px;
    cursor: pointer;
    color: #777777;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.qty-btn:hover {
    color: #161616;
}

.quantity-controls input {
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    text-align: center;
    font-family: 'Raleway';
    font-size: 14px;
    color: #161616;
    padding: 0;
    font-weight: 500;
}

/* Remove spinner buttons from number input */
.quantity-controls input::-webkit-outer-spin-button,
.quantity-controls input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity-controls input[type=number] {
    -moz-appearance: textfield;
}

.action-buttons {
    display: flex;
    gap: 12px;
    margin-top: 32px;
}

.add-to-cart{
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 100px;
    font-family: 'Raleway';
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #161616;
    color: white;
    border: none;
}
.wishlist-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 12px;
    border-radius: 50%;
    font-family: 'Raleway';
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: white;
    color: #161616;
    border: 1px solid #E5E5E5;
}


.add-to-cart:hover {
    background: #2c2c2c;
}

.wishlist-btn:hover {
    border-color: #161616;
}

.add-to-cart img,
.wishlist-btn img {
    width: 20px;
    height: 20px;
}

.heart-icon {
    transition: all 0.3s ease;
}

.details-container {
    max-width: 1440px;
    margin: 40px auto;
    padding: 0 100px;
}

.details-tabs {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #FFFFFF;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #777777;
    cursor: pointer;
    padding: 8px 16px;
    border-radius: 100px;
    transition: all 0.3s ease;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}

.tab-btn img {
    width: 20px;
    height: 20px;
    opacity: 0.6;
}

.tab-btn.active {
    background: #F8F8F8;
    color: #161616;
    font-weight: 500;
    box-shadow: none;
}

.tab-btn.active img {
    opacity: 1;
}

.details-content {
    display: none;
    padding-top: 24px;
    padding-bottom: 75px;
    text-align: center;
    border-bottom: 1px solid #97979733;

}

.details-content.active {
    display: block;
}

.details-content h2 {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
    color: #161616;
    margin-bottom: 16px;
    text-align: left;
}

.details-content p {
    font-family: 'Nunito';
    font-size: 14px;
    line-height: 1.6;
    color: #5c5f6a;
    margin-bottom: 16px;
    text-align: left;
}

.see-more {
    background: none;
    border: none;
    font-family: 'Montserrat';
    font-size: 14px;
    color: #161616;
    cursor: pointer;
    padding: 8px 24px;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    margin: 25px auto 0;
    display: block;
}

.see-more:hover {
    border-color: #161616;
}

.coupons-container {
    margin-top: 32px;
    padding-top: 24px;
}

.coupons-container.hidden {
    display: none;
}

.coupon-cards {
    display: flex;
    flex-direction: row;
    /* gap: 24px; */
    align-items: center;
    justify-content: space-between;
}

.coupon-card {
    display: flex;
    justify-content: space-between;
    grid-template-columns: 1fr 2fr;
    background: #FFFFFF;
    width: max-content;
    /* min-width: 300px; */
    position: relative;
    padding: 20px;
    overflow: hidden;
}

.coupon-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #161616;
    border-radius: 16px;
}

.coupon-card::after {
    content: "";
    border-bottom: 1px solid #161616;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0%;
    right: 39%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
    left: 36%;
}
.right-section::after {
    content: "";
    border-top: 1px solid #161616;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 100%;
    right: 58%;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: 1;
}

.left-section {
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.no-min-spend {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #777777;
    margin-bottom: 16px;
}

.discount {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    gap: 4px;
}

.discount-amount {
    font-family: 'Playfair Display';
    font-size: 48px;
    line-height: 1;
    display: flex;
    align-items: baseline;
}

.discount-amount span {
    font-size: 24px;
    margin-left: 4px;
    font-family: 'Playfair Display';
}

.discount-text {
    font-family: 'Playfair Display';
    font-size: 14px;

    color: #161616;
}

.right-section {
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding-left: 32px;
}

.coupon-title {
    font-family: 'Urbanist';
    font-size: 16px;
    color: #161616;
    font-weight: 500;
    margin-bottom: 8px;
}
.coupon-desc {
    display: flex;
    font-family: 'Urbanist';
    font-size: 14px;
    color: #777777;
    margin-bottom: 16px;
    justify-content: flex-start;
}

.collect-btn {
    width: 100%;
    background: #161616;
    color: white;
    border: none;
    border-radius: 100px;
    padding: 12px;
    font-family: 'Urbanist';
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    text-transform: lowercase;
    margin-bottom: 16px;
}

.validity {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.valid-from,
.valid-till {
    font-family: 'Urbanist';
    font-size: 8.69px;
    font-family: 'Urbanist';
    color: #5c5f6a;
    text-align: left;
    display: flex;
    gap: 8px;
}

.valid-from span,
.valid-till span {
    font-size: 8.69px;
    font-weight: 600;
    font-family: 'Urbanist';
    color: #5c5f6a;

}

.reviews-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.reviewer-info {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviewer-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.reviewer-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex: 1;

}

.reviewer-name {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #161616;
    margin-bottom: 4px;
}

.review-date {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    color: #777777;
}

.review-rating {
    display: flex;
    gap: 4px;
}

.review-rating img {
    width: 16px;
    height: 16px;
}

.review-text {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #5C5F6A;
    text-align: justify;
}

.review-images {
    display: flex;
    gap: 12px;
}

.review-images img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
}

/* Hidden reviews for See More functionality */
.hidden-reviews {
    display: none;
}

.reviews-list .see-more {
    margin-top: 32px;
}

/* Update existing see-more button styles */
.see-more_similar {
    background: none;
    border: 1px solid #E5E5E5;
    border-radius: 100px;
    padding: 8px 24px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    color: #161616;
    cursor: pointer;
    /* margin: 32px auto 0; */
    display: block;
    transition: all 0.3s ease;
}

.see-more_similar:hover {
    border-color: #161616;
}

