/*
 * pdp-buttons-v3.css — created 2026-06-06, bumped for extra specificity.
 * Beats cached older custom.css rules (which used .btnfancy.btnfancy doubling).
 */
html body.catalog-product-view a.btnfancy.btnfancy.btnfancy,
html body.catalog-product-view .btnfancy.btnfancy.btnfancy,
body.catalog-product-view a[id^="lofform"].btnfancy.btnfancy,
body.catalog-product-view a.btnfancy.btnfancy[id^="lofform"] {
    background: rgb(9, 70, 142) !important;
    background-color: rgb(9, 70, 142) !important;
    background-image: none !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    padding: 0 28px !important;
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 48px !important;
    height: 48px !important;
    min-height: 48px !important;
    min-width: 150px !important;
    letter-spacing: -0.21px !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    display: inline-block !important;
    vertical-align: middle !important;
    width: auto !important;
    max-width: none !important;
    float: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
    text-align: center !important;
    white-space: nowrap !important;
    overflow: visible !important;
    transition: background-color 0.2s ease !important;
}

html body.catalog-product-view a.btnfancy.btnfancy.btnfancy:hover,
html body.catalog-product-view a.btnfancy.btnfancy.btnfancy:focus,
html body.catalog-product-view a.btnfancy.btnfancy.btnfancy:active {
    background: #06325f !important;
    background-color: #06325f !important;
    color: #ffffff !important;
    text-decoration: none !important;
}

/* 2026-06-06 — Hide PDP product social-share bar (leave footer .follow-us alone) */
html body.catalog-product-view .product-share,
html body.catalog-product-view div.product-share,
html body.catalog-product-view .product-social-links,
html body.catalog-product-view div.product-social-links,
html body.catalog-product-view .product-info-main .product-social-links {
    display: none !important;
}
