/* =========================================
   Single Product Page Styles
   ========================================= */

/* -----------------------------------------
   Product Gallery - Desktop
   ----------------------------------------- */
@media (min-width: 594px) {
    .large-image-container {
        min-height: 592px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
}

.wc-block-product-gallery-large-image.wp-block-woocommerce-product-gallery-large-image {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* -----------------------------------------
   Product Gallery - Mobile
   ----------------------------------------- */
@media (max-width: 594px) {
    .large-image-container {
        width: 100% !important;
        min-height: 264px !important;
        max-height: 264px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .large-image-content {
        max-width: 100% !important;
        max-height: 264px !important;
        object-fit: contain !important;
        width: auto !important;
        height: auto !important;
    }

    .wc-block-product-gallery-large-image img {
        width: 256px !important;
        height: 256px !important;
    }
}

/* Gallery thumbnails */
.wc-block-product-gallery-thumbnails__thumbnail img {
    background-color: white;
    border-radius: 8px;
}

/* Product description box border */
body.single-product .wp-block-group.has-contrast-2-background-color:has(.wc-block-components-product-summary) {
    border: 1px solid #44403c !important;
}

/* -----------------------------------------
   Add to Cart
   ----------------------------------------- */
.single_add_to_cart_button {
    min-width: 100% !important;
    transition: background-color 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #312E81 !important;
}

.single_add_to_cart_button.button.alt.wp-element-button {
    color: #ffffff !important;
}

.wp-block-woocommerce-add-to-cart-form form.cart,
.wp-block-woocommerce-add-to-cart-form .variations_button {
    display: block !important;
    width: 100% !important;
}

.cart {
    margin-bottom: 8px !important;
}

/* -----------------------------------------
   Carousel Images
   ----------------------------------------- */
.carousel-image {
    max-width: 80px !important;
    height: auto !important;
    overflow: hidden !important;
    object-fit: cover !important;
}

@media (max-width: 1024px) {
    .carousel-image {
        display: none !important;
    }
}

/* -----------------------------------------
   Product Meta & Thumbnails
   ----------------------------------------- */
.posted_in {
    display: none !important;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    background-color: #ffffff !important;
}

/* -----------------------------------------
   Breadcrumbs - Responsive
   ----------------------------------------- */
@media (max-width: 1024px) {
    .woocommerce-breadcrumb {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .mobile-crumbs {
        display: none !important;
    }
}

/* -----------------------------------------
   Rental Period (Rentman)
   ----------------------------------------- */
body.single-product .rental-period {
    display: none;
}
