/**
* 2007-2024 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2024 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/* Eurokarting - Product sizing */
#js-product-list-header:not(.col-lg-5) ~ #products .product-miniature .product-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}

#js-product-list-header:not(.col-lg-5) ~ #products .product-miniature .product-description {
    flex: 1;
}

#js-product-list-header:not(.col-lg-5) ~ #products .product-miniature {
    min-height: 350px;
}

.ek-linked-products {
    position: relative;
    z-index: 30;
    background: #fff;
    margin-top: 2rem;
    padding: 0 0 1rem;
}

.ek-linked-products .products {
    position: relative;
    z-index: 30;
}

.ek-linked-products__title {
    margin: 0 0 1.75rem;
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
}

.ek-linked-products .product-miniature {
    margin-bottom: 1.5rem;
}

.ek-linked-products .product-miniature .product-container {
    height: 100%;
    padding: 1rem 1rem 1.25rem;
    background: #fff;
    border: 1px solid #dcdcdc;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
}

.ek-linked-products .product-miniature .thumbnail-container,
.ek-linked-products .product-miniature .thumbnail-inner,
.ek-linked-products .product-miniature .product-thumbnail {
    border-radius: 14px;
    overflow: hidden;
}

.ek-linked-products .product-miniature .product-description {
    padding-top: 0.75rem;
    text-align: center;
}

.ek-linked-products .product-miniature .product-title {
    min-height: 52px;
    font-size: 1rem;
    line-height: 1.35;
}

.ek-linked-products .product-miniature .price {
    font-size: 1.9rem;
    font-weight: 700;
}

.ek-linked-products .product-miniature .product-container:hover {
    border-color: #bdbdbd;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.js-ek-shop-address.is-disabled {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

.subcategories .subcategories-wrapper {
    margin-bottom: 0;
}

.subcategories .subcategories-wrapper > div[class*="col-"] {
    position: relative;
    z-index: 1;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.subcategories .subcategories-wrapper > div[class*="col-"]:hover {
    z-index: 5;
}

.subcategories .ek-catalog-export-btn {
    display: inline-block;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 6;
    background: #fff;
    border: 1px solid #da291c;
    color: #da291c;
    font-weight: 600;
    min-width: 72px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.subcategories .ek-catalog-export-btn:hover {
    background: #da291c;
    border-color: #da291c;
    color: #fff;
}