/*
 * summary.css
 * Extracted only for the provided single-product summary HTML
 * Source: style.css + woocommerce.css from xonte159
 */

/* ---------- summary layout ---------- */


.aurae-single-product__summary .product-title {
    font-size: 24px;
    font-weight: 500;
}

/* ---------- shared attribute text ---------- */
.atr1 {
    font-family: "SangBleuEmpire";
}

.atr2 {
    font-size: 13px;
    font-weight: 500;
    margin-top: .5em;
}

.atr4 {
    margin-bottom: 18px;
}

.atr5 {
    display: flex;
    margin-bottom: 18px;
}

.atr6 {
    background: #687f9c;
    padding: 5px 10px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    margin: 18px 0 12px;
    max-width: 390px;
}

/* ---------- custom image / overlay ---------- */
.custom-single-product-image {
    position: relative;
    display: inline-block;
    text-align: center;
    height: 100%;
    padding-left: 110px;
    width: 660px;
}

.custom-attrs-overlay {
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    white-space: nowrap;
}

.custom-attrs-overlay .attr {
    display: block;
}

.custom-attrs-overlay .atr1 {
    font-weight: 300;
    font-size: 28px;
    font-style: italic;
    letter-spacing: .8px;
}

.custom-attrs-overlay .atr2 {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 3px;
}

/* ---------- icons ---------- */
#ship {
    width: 20px;
    margin-left: 5px;
    stroke-width: 9px;
}

.product-icons {
    display: flex;
    align-items: center;
}

.product-icons span {
    font-size: 12px;
    font-weight: 500;
}

.product-icons.atr4 {
    display: none;
}

.product-icons.atr4.vertical {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .8em;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    z-index: 10;
    margin-top: 20px;
    margin-left: 20px;
}

.product-icons.btn1 {
    margin-top: 12px;
}

svg.pr-icon {
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

svg.ar-icon {
    width: 40px;
    height: 30px;
    margin-right: 6px;
}

svg.payment-icon {
    width: 40px;
    height: 20px;
}

.payment-icons {
    position: absolute;
    display: flex;
    right: 16px;
    top: 50%;
    gap: 6px;
    transform: translateY(-49%);
}

/* ---------- rating ---------- */
.woocommerce-product-rating {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.star-rating {
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.star-rating .rating-stars {
    display: flex;
    height: 20px;
    line-height: 1;
}

.star-rating .svg-icon {
    font-size: inherit;
}

.star-rating .max-rating {
    color: #cdcfd0;
}

.star-rating .user-rating {
    color: #ff0000;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.woocommerce div.product .woocommerce-review-link {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 500;
    color: #838889;
    text-transform: capitalize;
    margin-left: 6px;
    vertical-align: 1.5px;
}

.woocommerce div.product .woocommerce-review-link:hover {
    color: #243953;
}

/* ---------- description / price / shipping ---------- */
.woocommerce div.product .woocommerce-product-details__short-description {
    font-size: 13px;
}

.woocommerce div.product .woocommerce-product-details__short-description p:first-child {
    margin-top: 0;
}

.woocommerce div.product .woocommerce-product-details__short-description p:last-child {
    margin-bottom: 0;
}

.regular-price bdi {
    text-decoration: line-through;
    padding-left: 10px;
    color: #bbc1c8;
}

#pro-pd .price2 {
    font-size: 1.2em;
}

span.xs {
    font-size: .7em;
    padding-left: 6px;
    padding-top: 1px;
}

/* ---------- buy button ---------- */
.woocommerce div.product .single_add_to_cart_button {
    color: #fff;
    border: 0;
    min-width: 150px;
    background: #243953;
    margin: 8px 0;
    vertical-align: top;
}

#buy-now {
    width: 100%;
    position: relative;
}

/* ---------- responsive ---------- */
@media (max-width: 1199px) {
    .custom-attrs-overlay {
        top: 83%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-left: 30px;
        text-align: left;
    }

    .custom-single-product-image {
        padding-left: 0;
        width: 550px;
    }

    .aurae-single-product__summary .product-title {
        font-size: 22px;
    }


}

@media (max-width: 991px) {
    
    .product-icons.atr4.vertical {
        display: none;
    }

    .custom-single-product-image {
        width: 100%;
        max-width: 650px;
    }

    .aurae-single-product__summary .product-title {
        font-size: 20px;
    }

    .custom-single-product-image {
        max-width: 610px;
    }

    .product-icons.atr4 {
        display: flex;
    }

}


@media (max-width: 768px) {
    
    .woocommerce div.product .woocommerce-product-details__short-description {
        font-size: 12px;
    }
}
@media (max-width: 670px) {
    .custom-single-product-image {
        max-width: 100%;
    }
}

@media (max-width: 520px) {
    .atr2 {
        font-size: 12px;
    }

    .custom-attrs-overlay .atr1 {
        font-size: 26px;
    }
}

@media (max-width: 468px) {
    .custom-attrs-overlay .atr1 {
        font-size: 24px;
    }

    .custom-attrs-overlay .atr2 {
        font-size: 11px;
    }

    svg.pr-icon {
        width: 48px;
        height: 48px;
    }
}


/* sprite defs */
.svg-defs {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* summary top info */
.atr2-summary {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
}

