.sample-comic-card {
    width: 294px;
    min-height: 589px;
    border-radius: 10px;
    border: 1px solid #EEE; 
    background: #FBFBFB;
}
.sample-comic-title {
    color: #000;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 124%;
}
.tag-container {
    position: relative;
}
.comic-tag {
    position: absolute;
    top: 5%; 
    right: 0;
    padding: 3px 10px;
    z-index: 10; 
}
.tag-name {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    margin: 0;
}
.sample-comic-desc {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}
.book-preview {
    width: 100%; 
    margin: 0 auto;
}
.tag {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #D9EAF2;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 124%;
    text-transform: capitalize;
}
.other-comic-padding {
    padding: 16px;
}
.swiper-btn {
    font-weight: 900;
    scale: 40%;
    color: rgb(0, 0, 0) !important;
    opacity: 100%;
}

.swiper-button-prev {
    left: -5px !important;
}

.swiper-button-next {
    right: -5px !important;
}
.cartbtn button {
    width: 179px;
    height: 43px;
    border-radius: 20px;
    border: none;
    background-color: #EE7700;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    min-width: 120px;
    white-space: nowrap;
}
.cartbtn button:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.discount-container {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEF3E8;
    height: 32px;
    width: 60%;
    margin-bottom: 15px;
    position: relative;
}
.discount-text {
    color: #CC4400 !important;
    font-weight: bold;
    font-size: 12px;
}
.discount-text-offer {
    color: #CC4400;
    font-weight: bold;
    font-size: 12px;
}
.add-to-cart-btn {
    user-select: none;
    display: flex;
    width: 90%;
    height: 40px;
    /* padding: 8px 39px 8px 40px; */
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 10px;
    background-color: #EE7700;
    color: white;
    /* position: absolute; */
    bottom: 5px;
    margin-left: 0.9rem !important;
}
  
.add-cart {
    margin: 0;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
    /* border: 1px solid #C40; */
}
@media (min-width:1850px) {
    #sample-comics {
        max-width: 72%;
    }
}
@media (max-width:768px) {
    .book-preview-mobile {
        width: 100%; 
    }
    /* .book-preview {
        width: 100%; 
    } */
    .sample-comic-card {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .sample-comic-title {
        text-align: center !important;
        width: 100%;
    }
    .price-conatiner{
        margin-right: 2rem;
    }
    .sample-comic-desc {
        text-align: center !important;
    }
    .discount-container {
        right: 3.7rem;
    }
    .discount-text-offer {
        color: #CC4400;
        font-weight: bold;
        font-size: 12px;
    }
}