.card-text-price {
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    color: #000;
    padding: 0;
}

.card-text-price-add-to-cart {
    text-decoration: none;
    color: #000;
    padding: .5vw 1vw;
    background: #E7E5E5;
    font-weight: bold;
    font-size: 16px;
}

/*setting atleast 2 lines*/
.card-title {
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 5px 0 10px 0;
    font-weight: 700;
    font-size: 14px;
    min-height:48px;
}

.card-figure {
    background-color: transparent;
}

.price-section{
    text-align: left;
    width: 50%;
}

.price--rrp, .price--non-sale, .price--discounted {
    color: #98b40c !important;
}

.price--sale{
    color:#6D6D6D;
    font-weight: 700;
    font-size: 16px;
}

.quoteModeTooltip {
    display: none;
}

.card:hover .quoteModeTooltip { 
    display: block;
    background-color: #e7e5e599; 
    margin-bottom: 20px;
    padding: 3px;
    text-align: center;
}

.non-sale-price--withTax {
    font-size: 15px;
}

.smaller {
    font-size: 12px;
}

.productView .card .card-body,
.card .card-body {
    min-height: 0 !important;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    text-align: left;
}

.site-height {
    height: 20px;
    padding:2px 0 5px 0px;
}
@media screen and (max-width: 400px){
    .card-img-container .card-image {
        padding: 10px !important;
    }
    .card-body {
        padding: 5px 10px 12px !important;
    }
}
@media screen and (min-width: 320px){
    .card{
        width: 100%;
        margin-bottom: 5px;
        border: 1px solid #F5F5F5;
        border-radius: 15px;
        position: relative;
    }


    .card-img-container .card-image {
        max-height: fit-content;
        height: 100%;
        object-fit: cover;
        padding: 12px 12px 5px 12px;
        border-radius: 20px;
        margin: 0 auto;
    }

    .card-body {
        padding: 5px 12px 12px 12px;
    }

    .card-figure{
        height: 100%;
    }
}
@media(min-width: 801px) and (max-width: 1020px) {
    .card-text-price {
        flex-direction: column;
    }
}
@media screen and (min-width: 482px) {
     .card-img-container .card-image {
        width: 300px;
    }
}

@media(max-width: 767px) {
    .card:hover .quoteModeTooltip {
        position: absolute;
        top: 18vw;
        left: 0;
    }
    .card:hover .quoteModeTooltip span {
        font-size: 11px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .card:hover .quoteModeTooltip {
        position: absolute;
        top: 15vw;
        left: 0;
    }
}
@media(min-width: 992px) and (max-width: 1260px) {
    .card:hover .quoteModeTooltip { 
        position: absolute;
        top: 17vw;
        left: 0;
    }
}
@media(min-width: 1261px) and (max-width: 1920px) {
    .card:hover .quoteModeTooltip { 
        position: absolute;
        top: 13vw;
        left: 0;
    }
}
@media(max-width: 767px) {
    .card-text-price {
        flex-direction: column;
    }
    .cart-item-value {
        padding-left: 0;
    }
    .card-body {
        text-align: left;
    }
    .card-title {
        margin: 5px 0 10px 0;
    }
    .card-text-price-add-to-cart {
        padding: 0.5vw 4vw;
    }
    .price-section {
        width: 100%;
    }
}

.card-btn {
    background: #E7E5E5;
    min-width: fit-content;
    max-width: fit-content;
    padding: 5px 18px;
    border-radius: 5px;
}

.card-btn:hover {
    background: #98b40c;
}

.card-btn a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 14px;
}
/*
     FILE ARCHIVED ON 15:35:53 Mar 17, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:15:01 Jul 30, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.673
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.011
  esindex: 0.012
  cdx.remote: 485.352
  LoadShardBlock: 412.214 (3)
  PetaboxLoader3.datanode: 111.505 (4)
  PetaboxLoader3.resolve: 299.863 (2)
  load_resource: 154.354
*/