.product-card {
    position: relative;
    background-color: white;
    border: 1px solid #c2c69a;
    border-radius: 0.75rem;
    color: var(--wp--preset--color--color-1);
}

.product-card .ribbon {
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 0.3rem 0.7rem;
    background-color: var(--wp--preset--color--color-2);
    border-radius: 0 0 0.75rem 0;
    color: white;
    font-size: 1.1875rem;
    font-weight: bold;
    z-index: 1;
}

.product-card .image {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4 / 3;
}
.product-card .image img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
    object-fit: contain;
}
.product-card:hover .image img {
    transform: scale(1.05);
}

.product-card .make,
.product-card .model,
.product-card .category,
.product-card .reference {
    font-size: 0.75rem;
}
.product-card .make,
.product-card .model {
    line-height: 1;
    text-align: right;
}
.product-card .make {
    font-weight: bold;
}
.product-card h3 {
    font-size: 1rem;
}

.product-card .price {
    color: var(--wp--preset--color--color-2);
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1;
}
.product-card .price del {
    display: block;
    margin: 0;
    font-size: 0.6875rem;
    font-weight: normal;
}
.product-card .price ins {
    text-decoration: none;
}
.product-card .price > :not(del) .woocommerce-Price-currencySymbol,
.product-card .price .woocommerce-price-suffix {
    position: relative;
    top: -0.5em;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
.product-card .btn {
    font-size: 0.875rem;
}


.product .product-main {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 8%;
    background: white;
    border-radius: 0.75rem;
    column-gap: 10%;
    color: #202026;
    font-size: 1rem;
    line-height: 1.25;
}
@media (min-width: 1200px) {
    .product .product-main {
        flex-direction: row;
    }
}

.product .product-main > div {
    flex: 1;
    float: none !important;
    width: 100% !important;
}
@media (min-width: 1200px) {
    .product .product-main > div {
        width: 50% !important;
    }
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.product .ribbon {
    display: inline-block;
    padding: 0.3rem 0.7rem;
    background-color: var(--wp--preset--color--color-2);
    border-radius: 0 0 0.75rem 0;
    color: white;
    font-size: 1.1875rem;
    font-weight: bold;
}

.product .make,
.product .model {
    /*font-size: 0.75rem;*/
    line-height: 1;

    display: inline-block;
    font-size: 1.5rem;
}
.product .make a,
.product .model a {
    text-decoration: none;
}
.product .make {
    font-weight: bold;
}

.product h1 {
    font-size: 1.375rem;
}

.product .reference {
    font-size: .75rem;
}

.product .price-and-cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 1rem;
}
@media (min-width: 768px) {
    .product .price-and-cart {
        flex-direction: row;
    }
}

.product .summary .price-and-cart > * {
    flex: 1;
}

.product .summary .price-and-cart .price {
    margin: 0;
    color: var(--wp--preset--color--color-2);
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
}
.product .summary .price-and-cart .price del {
    display: block;
    font-size: 1.1875rem;
    font-weight: normal;
    opacity: 1;
}
.product .summary .price-and-cart .price ins {
    text-decoration: none;
}
.product .summary .price-and-cart .price > :not(del) .woocommerce-Price-currencySymbol,
.product .summary .price-and-cart .price .woocommerce-price-suffix {
    position: relative;
    top: -0.5em;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
.product .summary .price-and-cart .cart {
    margin: 0;
}

.woocommerce div.product form.cart .button {
    float: none;
    width: 100%;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 1.25rem;
}



.product .woocommerce-tabs {
    padding: 1rem 0;
    font-size: 1rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin-bottom: 1.5rem;
    text-align: center;
}
@media (min-width: 1200px) {
    .woocommerce div.product .woocommerce-tabs ul.tabs {
        margin-bottom: 3rem;
    }
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
    content: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    margin: 0 1.25em;
    background: transparent;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    position: relative;
    color: white;
    text-transform: uppercase;
}
.single-product ul.wc-tabs li.active a:before {
    content: "";
    position: absolute;
    inset: auto 5px 0;
    height: 3px;
    background-color: var(--wp--preset--color--color-2);
}


.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 1200px;
    margin: 0 auto;
}












.woocommerce div.product div.images.woocommerce-product-gallery {
    margin-bottom: 0;
    padding-bottom: 2.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    flex-wrap: nowrap;
    padding-top: 1rem;
    padding-bottom: 5px;
    gap: 1.5rem;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    float: none;
    min-width: 25%;
}

.woocommerce div.product .woocommerce-product-gallery .slick-arrows {
    position: absolute;
    bottom: 0;
}



.woocommerce-result-count {
    font-size: 1.2rem;
}

form.woocommerce-ordering select {
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}