/* Polegada product purchase layout v3 */
body#product .product-actions.js-product-actions .custom-product-actions,
body#product .product-actions.js-product-actions .custom-price-and-add-to-cart {
    box-sizing: border-box !important;
}

body#product .polegada-layout-summary-moved,
body#product .polegada-layout-discounts-moved,
body#product .polegada-layout-social-moved,
body#product .polegada-layout-social-hidden {
    box-sizing: border-box !important;
    clear: both !important;
    max-width: 100% !important;
    width: 100% !important;
}

body#product .custom-product-actions .polegada-layout-temp-links-only {
    margin: calc(18px + var(--polegada-temp-align-offset, 0px)) 0 0 !important;
}

body#product .custom-product-actions .polegada-layout-temp-links-only .pgt-temp-links {
    margin: 0 !important;
}

body#product .custom-product-actions .polegada-layout-temp-links-only .pgt-temp-links b {
    display: block !important;
    margin-bottom: 10px !important;
}

body#product .custom-product-actions .polegada-layout-temp-links-only .pgt-temp-link {
    margin-bottom: 8px !important;
}

body#product .polegada-layout-specs-wide {
    box-sizing: border-box !important;
    clear: both !important;
    float: none !important;
    margin-top: 0 !important;
    max-width: 100% !important;
    padding-top: 20px !important;
    width: 100% !important;
}

body#product .polegada-layout-specs-wide .polegada-layout-specs-panel {
    box-sizing: border-box !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

body#product .polegada-layout-specs-wide .polegada-layout-specs-panel ul {
    box-sizing: border-box !important;
    display: grid !important;
    gap: 18px 28px !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    max-width: 100% !important;
    width: 100% !important;
}

body#product .polegada-layout-specs-wide .polegada-layout-specs-panel li {
    box-sizing: border-box !important;
    min-width: 0 !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved {
    margin: 18px 0 0 !important;
    text-align: center !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-discounts-empty {
    display: none !important;
    margin: 0 !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved .product-discounts-title {
    margin: 0 0 10px !important;
    text-align: center !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved table {
    margin: 0 auto !important;
    max-width: 100% !important;
    width: 100% !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved th,
body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved td {
    text-align: center !important;
    vertical-align: middle !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-social-moved {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    margin: 18px 0 0 !important;
    min-height: 40px !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-social-moved .pgt-product-social {
    justify-content: center !important;
    margin: 0 !important;
    max-width: 100% !important;
    text-align: center !important;
    width: 100% !important;
}

body#product .custom-price-and-add-to-cart .polegada-layout-social-moved .social-sharing {
    margin: 0 !important;
}

body#product .polegada-layout-social-hidden {
    display: none !important;
    margin: 0 !important;
    min-height: 0 !important;
}

@media (min-width: 768px) {
    body#product .product-actions.js-product-actions form > .row {
        align-items: flex-start !important;
        display: flex !important;
        flex-wrap: wrap !important;
    }

    body#product .product-actions.js-product-actions .custom-product-actions,
    body#product .product-actions.js-product-actions .custom-price-and-add-to-cart {
        float: none !important;
    }

    body#product .custom-product-actions .polegada-layout-temp-links-only,
    body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved {
        min-height: 0 !important;
    }
}

@media (max-width: 767px) {
    body#product .custom-product-actions .polegada-layout-temp-links-only,
    body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved,
    body#product .custom-price-and-add-to-cart .polegada-layout-social-moved {
        margin-top: 16px !important;
    }

    body#product .custom-product-actions .polegada-layout-temp-links-only {
        --polegada-temp-align-offset: 0px !important;
    }

    body#product .custom-product-actions .polegada-layout-temp-links-only .pgt-temp-links {
        text-align: left !important;
    }

    body#product .custom-product-actions .polegada-layout-temp-links-only .pgt-temp-link {
        min-width: 64px !important;
        text-align: center !important;
    }

    body#product .polegada-layout-specs-wide {
        margin-top: 0 !important;
        padding-top: 20px !important;
    }

    body#product .polegada-layout-specs-wide .polegada-layout-specs-panel ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 14px 16px !important;
    }

    body#product .custom-price-and-add-to-cart .polegada-layout-discounts-moved {
        overflow-x: auto !important;
        padding-bottom: 2px !important;
    }

    body#product .custom-price-and-add-to-cart .polegada-layout-social-moved .pgt-product-social {
        justify-content: center !important;
    }
}