/* WooCommerce's price descriptions stay available to assistive technology. */
.oxy-product-price .screen-reader-text,
.woocommerce .price .screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    white-space: nowrap !important;
    word-wrap: normal !important;
}

/* The homepage uses Oxygen cards rather than the WooCommerce catalog layout. */
body.home #div_block-615-33572 {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

body.home #_dynamic_list-616-33572 {
    align-items: flex-start;
}

body.home #div_block-615-33572 [data-id="div_block-617-33572"] {
    position: relative;
    height: auto;
    justify-content: flex-start;
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

body.home #div_block-615-33572 [data-id="div_block-627-33572"] {
    padding-bottom: 0;
}

body.home #div_block-615-33572 [data-id="link_button-635-33572"] {
    width: 100%;
}

/* The catalog reuses this Oxygen footer with the same bottom padding. */
[data-id="div_block-35-214240"] {
    padding-bottom: 0 !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

[data-id="div_block-5-145523"] {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

/* Badge count must not change image or footer positions between cards. */
body.home #div_block-615-33572 [data-id="div_block-618-33572"] {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    z-index: 1;
    pointer-events: none;
}

/* Some rendered cards place the sale label directly under the slide. */
body.home #div_block-615-33572 [data-id="div_block-617-33572"] > [data-id="text_block-619-33572"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

body.home #div_block-615-33572 [data-id="link-625-33572"] {
    height: clamp(210px, 24vw, 300px);
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

body.home #div_block-615-33572 [data-id="image-626-33572"] {
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}

body.home #div_block-615-33572 [data-id="link-628-33572"] {
    width: 100%;
    min-height: 40px;
    padding-right: 10px;
    padding-left: 10px;
    justify-content: center;
}

body.home #div_block-615-33572 [data-id="headline-629-33572"] {
    min-height: 40px;
    line-height: 20px;
}

/* Reserve the loaded icon's size even while Rocket displays its SVG placeholder. */
body.home #div_block-615-33572 .product-color-image {
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
    object-fit: contain;
}

body.home #div_block-615-33572 .oxy-product-price .price {
    min-height: 26px;
    align-items: baseline;
    justify-content: center;
}

body.home #div_block-615-33572 .price ins,
body.home #div_block-615-33572 .price ins .woocommerce-Price-amount,
body.home #div_block-615-33572 .price > .woocommerce-Price-amount {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

body.home #div_block-615-33572 .price del,
body.home #div_block-615-33572 .price del .woocommerce-Price-amount {
    font-size: 13px;
    font-weight: 400;
    color: #767676;
}
