/**
 *
 * Apple Pay
 *
 * @author Presta-Module.com <support@presta-module.com>
 * @copyright Presta-Module
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 *
 ****/

/* Custom CSS for classic theme */
body.pm-applepay .product-miniature.pm-with-apple-pay .thumbnail-container {
    height: 370px !important;
}
body.pm-applepay .product-miniature.pm-with-apple-pay .thumbnail-container a.product-thumbnail,
body.pm-applepay .product-miniature.pm-with-apple-pay .thumbnail-container a.thumbnail {
    height: calc(100% - 120px) !important;
}
body.pm-applepay .product-miniature.pm-with-apple-pay .product-description {
    height: unset !important;
}
body.pm-applepay .product-miniature.pm-with-apple-pay .product-description .pm-apple-pay-product-list {
    margin-top: unset !important;
}
body.pm-applepay .pm-apple-pay-button {
    margin-bottom: unset !important;
}
body.pm-applepay .product-miniature.pm-with-apple-pay .pm-apple-pay-container {
    padding: 10px;
}
body.pm-applepay .product-miniature.pm-with-apple-pay:hover .highlighted-informations {
    bottom: 9.25rem !important;
}
body.pm-applepay .product-miniature.pm-with-apple-pay:hover .highlighted-informations.no-variants {
    bottom: 7.5rem !important;
}