.elementor-kit-9{--e-global-color-primary:#072A9C;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#072A9C;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-size:14px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Inter";--e-global-typography-secondary-font-size:14px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:14px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;color:#000000;font-family:"Inter", Sans-serif;font-size:24px;font-weight:400;}.elementor-kit-9 e-page-transition{background-color:#FFBC7D;}.elementor-kit-9 a{color:#072A9C;font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;}.elementor-kit-9 a:hover{color:#0938CF;font-family:"Inter", Sans-serif;}.elementor-kit-9 h1{color:#363636;font-family:"Inter", Sans-serif;font-size:14px;}.elementor-kit-9 h2{color:#072A9C;font-family:"Inter", Sans-serif;font-size:14px;font-weight:600;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================
   PRINTFAST VARIABLE PRODUCT CONTROLS
   Add "printfast-product-actions" to the
   Elementor Add to Cart widget
   ========================================= */

.printfast-product-actions {
    --pf-blue: #0b4fc4;
    --pf-blue-dark: #073b98;
    --pf-orange: #ff6b00;
    --pf-orange-dark: #df5900;
    --pf-navy: #0b214a;
    --pf-border: #d8e0ec;

    width: 100%;
    font-family: "Inter", sans-serif;
}

/* Keep the complete variation form stacked */
.printfast-product-actions form.cart,
.printfast-product-actions form.variations_form {
    display: block !important;
    width: 100%;
    margin: 0 !important;
}

/* Variation table */
.printfast-product-actions table.variations {
    width: 100%;
    margin: 0 0 24px !important;
    border: 0;
}

.printfast-product-actions table.variations tr {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    align-items: center;
    gap: 24px;
}

.printfast-product-actions table.variations th,
.printfast-product-actions table.variations td {
    display: block;
    padding: 10px 0 !important;
    border: 0 !important;
}

/* Choose Size label */
.printfast-product-actions table.variations label {
    color: var(--pf-navy);
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Size dropdown */
.printfast-product-actions table.variations select {
    width: 100% !important;
    min-height: 52px;
    padding: 0 44px 0 16px !important;

    color: var(--pf-navy);
    font-family: "Inter", sans-serif;
    font-size: 15px;

    background-color: #ffffff;
    border: 1px solid var(--pf-border) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

/* Hide the variation reset link if it is not needed */
.printfast-product-actions .reset_variations {
    display: none !important;
}

/* The actual quantity and button row */
.printfast-product-actions
.woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 10px;
}

/* Quantity box */
.printfast-product-actions .quantity {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 0 0 78px;
    width: 78px !important;
    height: 54px;
    margin: 0 !important;
    padding: 0 !important;

    background: #ffffff;
    border: 1px solid var(--pf-border) !important;
    border-radius: 6px !important;
    overflow: hidden;
}

/* Quantity field */
.printfast-product-actions .quantity input.qty {
    width: 100% !important;
    height: 52px !important;
    min-height: 52px;
    margin: 0 !important;
    padding: 0 8px !important;

    color: var(--pf-navy) !important;
    font-family: "Inter", sans-serif;
    font-size: 16px !important;
    font-weight: 600;
    line-height: 52px;
    text-align: center;

    background: #ffffff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Add to Cart */
.printfast-product-actions
.woocommerce-variation-add-to-cart
.single_add_to_cart_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 170px;
    min-height: 54px;
    margin: 0 !important;
    padding: 14px 24px !important;

    color: #ffffff !important;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap;

    background: var(--pf-blue) !important;
    border: 2px solid var(--pf-blue) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.printfast-product-actions
.woocommerce-variation-add-to-cart
.single_add_to_cart_button:hover {
    color: #ffffff !important;
    background: var(--pf-blue-dark) !important;
    border-color: var(--pf-blue-dark) !important;
}

/*
   Start Designing:
   targets any additional link or button in the same
   action row, while excluding Add to Cart and +/-.
*/
.printfast-product-actions
.woocommerce-variation-add-to-cart
:is(a, button, .button):not(.single_add_to_cart_button):not(.plus):not(.minus) {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    width: auto !important;
    min-width: 180px;
    min-height: 54px;
    margin: 0 !important;
    padding: 14px 24px !important;

    color: #ffffff !important;
    font-family: "Inter", sans-serif;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;

    background: var(--pf-orange) !important;
    border: 2px solid var(--pf-orange) !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.printfast-product-actions
.woocommerce-variation-add-to-cart
:is(a, button, .button):not(.single_add_to_cart_button):not(.plus):not(.minus):hover {
    color: #ffffff !important;
    background: var(--pf-orange-dark) !important;
    border-color: var(--pf-orange-dark) !important;
}

/* Disabled Add to Cart before a size is selected */
.printfast-product-actions .single_add_to_cart_button.disabled,
.printfast-product-actions .single_add_to_cart_button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Tablet and mobile */
@media (max-width: 767px) {
    .printfast-product-actions table.variations tr {
        display: block;
    }

    .printfast-product-actions table.variations th {
        padding-bottom: 4px !important;
    }

    .printfast-product-actions
    .woocommerce-variation-add-to-cart {
        display: grid !important;
        grid-template-columns: 78px minmax(0, 1fr);
        gap: 10px;
    }

    .printfast-product-actions
    .single_add_to_cart_button {
        width: 100% !important;
        min-width: 0 !important;
    }

    .printfast-product-actions
    .woocommerce-variation-add-to-cart
    :is(a, button, .button):not(.single_add_to_cart_button):not(.plus):not(.minus) {
        grid-column: 1 / -1;
        width: 100% !important;
    }
}/* End custom CSS */