﻿body {
}
.productimage {
    width: fit-content;
}
.fslightbox-toolbar {
    display: none !important;
}
.card-product__title-and-price-block{
	 width:100%;
}
.getscanandgobuttonmobile{
	 padding-top:0px;
	 padding-bottom:20px;
     margin-top: -29px;
     margin-bottom: 5px;
}
@media (max-width: 767px) {
    .desktop {
        display: none;
    }

    .list-with-check {
    }
}

@media (min-width: 767px) {
    .mobile {
        display: none;
    }

    .productdescription {
        padding-left: 20px;
    }
}
.titleandprice{
    width:100%;
}
/* Product Card Left Section Layout */
.card-product__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 1.5rem;
    height: 100%;
    justify-content: flex-start;
}

.product-title {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: left;
}

.product-price-row {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.old-price {
    color: #b0b0b0;
    text-decoration: line-through;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.price-badge {
    background: #ffe066;
    color: #222;
    font-weight: bold;
    border-radius: 6px;
    padding: 4px 16px;
    font-size: 1.1rem;
    display: inline-block;
}

@media (max-width: 767px) {
    .card-product__content {
        padding: 1rem;
    }
    .product-price-row {
        margin-bottom: 1rem;
    }
}

.with-bottom-decoration{
    width:fit-content;
}