.product-title {
    font-size: 20px;
    font-weight: bold;
}

.product-info {
    display: flex;
    /* gap: 40px; */
    font-family: "Lexend", sans-serif;
}

.swiper {
    /* width: 580px;
    min-width: 580px;
    height: 580px;
    margin-left: unset;
    margin-right: unset; */
    /* width: 26em;
    min-width: 26em;
    height: 26em; */
    margin-left: unset;
    margin-right: unset;
}

.price {
    font-size: 24px;
    color: red;
    margin-top: 10px;
}

.size-options, .frame-options, .material-options, .quantity-container {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.size-options label, .frame-options label, .material-options label, #decrease-btn, #increase-btn {
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    /* margin-bottom: 0; */
    cursor: pointer;
    border-radius: 4px;
}

#increase-btn{
    margin-left: 10px;
}

#increase-btn:hover, #decrease-btn:hover{
    background-color: #f07c63;
    color: white;
}

.size-options p, .frame-options p, .material-options p, .quantity-container p {
    margin: 0;
    width: 100px;
    min-width: 100px;
}

.size-options input[type="radio"]:checked + label,
.frame-options input[type="radio"]:checked + label,
.material-options input[type="radio"]:checked + label{
    border-color: #ee6043;
    border-radius: 4px;
    color: #222;
    font-weight: 400;
}

.size-options input[type="radio"], .frame-options input[type="radio"], .material-options input[type="radio"] {
    display: none;
}

.value{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#quantity {
    width: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
    background-color: #fff;
    border-color: #ee6043;
    border-radius: 4px;
}

.button-group {
    margin-top: 20px;
    display: flex;
}

.button {
    padding: 10px 20px;
    color: white;
    border: none;
    cursor: pointer;
}

.button.buy-now {
    background-color: #f07c63;
    width: 100%;
    border-radius: 50px;
    padding: 12px 0;
}

.add-to-cart{
    color: #ee6043;
    width: 100%;
    border-radius: 50px;
    padding: 12px 0;
    border: 1px solid #ee6043;
    margin-right: 10px;
}


p.price {
    font-size: 20px;
    color: #f07c63;
    font-weight: 500;
    margin-bottom: 0;
}

.return-policy img, .delivery-policy img, .warranty-policy img{
    height: 3em;
}

.return-policy, .delivery-policy, .warranty-policy{
    text-align: center;
    padding: 5px;
}

.highlights{
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    flex-direction: row;
    flex-wrap: wrap;
}

.bank-card {
    display: flex;
    align-items: center;
    width: 250px;
    border: 2px solid #ee6043;
    border-radius: 8px;
}
.logo-bank {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    margin-left: 15px;
}
.logo-bank img {
    width: 100%;
}
.info {
    margin-left: 15px;
}
.info h6 {
    margin: 5px 0;
}
.info p {
    margin: 2px 0;
    font-size: 16px;
}

.hidden{
    display: none;
}
.stamped-tab{
    color: #636363;
}

.stamped-tab:hover{
    color: #f07c63;
}
strong:hover{
    color: #f07c63;
}
.image-container{
    margin-bottom: 30px;
}

.image-container img{
    width: -webkit-fill-available;
    border-radius: 5px;
    height: 28rem;
    object-fit: cover;
}
.read-more-content {
    display: none; 
}

.section {
    background-color: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }
  .section-title {
    font-size: 1.5rem;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .text-content {
    color: #555;
    font-size: 14px;
    line-height: 1.3;
  }
  .highlight {
    color: #f07c63;
    font-weight: 600;
  }

a.related-products-img {
    width: 6.5em;
    margin-right: 1em;
}

.related-product-img{
    border-radius: 10px 10px 10px 10px; 
    width: 6.5em;
}
 
.related-products h5{
    border-bottom: 6px solid #f07c63;
    /* width: 60%; */
    padding: 6px 0;
}

.suggested-product-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1200px) {
    .h1, h1 {
        font-size: 2rem;
    }
    
    .related-products{
        margin-left: 4em;
    }
}

@media only screen and (max-width: 1200px){
    .return-policy, .delivery-policy, .warranty-policy {
        width: 6em;
    }
    
    .related-products{
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .product-details{
        padding-left: 30px;
    }
}

@media only screen and (max-width: 992px) {
    .product-info{
        padding: 0 30px 0 30px;
    }
}

.frame-color-list {
    gap: 16px;
    margin-top: 0;
    margin-bottom: 0;
}
/* abcd */
.frame-swatch {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0 !important;
    margin-bottom: 0;
    background: none;
    position: relative;
    border: none !important;
    width: 5rem;
}

.frame-img {
    width: 5rem;
    height: 50px;
    /* object-fit: cover; */
    border-radius: 7px;
    margin-bottom: 0;
    /* border: 1px solid #ccc; */
    box-sizing: border-box;
    transition: border-color 0.2s;
}

input[name="frame"] + label.frame-swatch .frame-img {
    border: 2px solid #ccc;
}

input[name="frame"]:checked + label.frame-swatch .frame-img {
    border: 2px solid #ee6043;
}

/* Tooltip for frame names on hover */
.frame-swatch:hover::after {
    content: attr(data-frame-name);
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    pointer-events: none;
}

.featured-products-section {
    margin-top: 40px;
    padding: 20px 0;
}

.featured-products-section h3 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
}

.featured-product-link {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease;
}

.featured-product-link:hover {
    transform: translateY(-5px);
}

.featured-product-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 10px;
}

.featured-product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-product-info {
    padding: 10px;
}

.featured-title {
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.featured-slider .swiper-button-next,
.featured-slider .swiper-button-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.featured-slider .swiper-button-next:after,
.featured-slider .swiper-button-prev:after {
    font-size: 18px;
}

.featured-slider .swiper-button-next:hover,
.featured-slider .swiper-button-prev:hover {
    background: #fff;
}
