/*
 * pdp-buttons.css — created 2026-06-06
 * Loaded via default_head_blocks.xml; fresh URL so no browser-cache issue.
 * Match Order Sample / Get Price (.btnfancy) to Add to Cart computed style:
 *   bg rgb(9,70,142), fontSize 14px, fontWeight 400, padding 0 28px,
 *   lineHeight 48px, minWidth 150px, letterSpacing -0.21px, uppercase, square.
 */
html body.catalog-product-view a.btnfancy,
html body.catalog-product-view .btnfancy {
    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;
    transition: background-color 0.2s ease !important;
    white-space: nowrap !important;
    overflow: visible !important;
}

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