.elementor-kit-16{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7f7a6f3:#1E3A8A;--e-global-color-1c854c4:#D4AF37;--e-global-color-13c7d6f:#0A1128;--e-global-color-3dedd58:#1E3A8A;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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 *//* ========================================
   ELEMENTOR LAYOUT FIXES
   ======================================== */

/* Force Elementor columns to work on checkout */
body.woocommerce-checkout .elementor-section-boxed > .elementor-container {
    max-width: 1400px !important;
}

body.woocommerce-checkout .elementor-column.elementor-col-66,
body.woocommerce-checkout .elementor-column.elementor-col-33 {
    width: auto !important;
}

body.woocommerce-checkout .elementor-row {
    display: flex !important;
    flex-wrap: wrap !important;
}

/* Remove the grid that's breaking Elementor layout */
body.woocommerce-checkout form.checkout {
    display: block !important;
    grid-template-columns: none !important;
}

/* ========================================
   ORDER REVIEW SIDEBAR STYLING
   ======================================== */

#order_review {
    background: #2c3e5f;
    padding: 30px;
    border-radius: 12px;
    border: none;
    color: #fff;
}

#order_review_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #fff;
    display: none; /* Hide duplicate heading */
}

/* Your Order Table Styling */
.woocommerce-checkout-review-order-table {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
}

.woocommerce-checkout-review-order-table thead {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.woocommerce-checkout-review-order-table th {
    padding: 12px 0;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.8);
}

.woocommerce-checkout-review-order-table td {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.woocommerce-checkout-review-order-table .product-name {
    font-size: 15px;
}

.woocommerce-checkout-review-order-table .product-total {
    text-align: right;
    font-weight: 500;
}

/* Cart Subtotal and Total */
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td {
    font-weight: 600;
    padding: 18px 0;
    font-size: 16px;
}

.woocommerce-checkout-review-order-table .order-total {
    font-size: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

.woocommerce-checkout-review-order-table .order-total td {
    padding-top: 20px;
}

/* ========================================
   SHIPPING IN SIDEBAR
   ======================================== */

/* Hide all shipping methods in sidebar */
#order_review #shipping_method {
    display: none !important;
}

/* Add "Free" text under Shipping */
#order_review .shipping td:last-child::after {
    content: "Free";
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

/* ========================================
   PAYMENT BUTTONS STYLING
   ======================================== */

/* Remove box around payment methods */
#payment .payment_methods {
    background: transparent;
    padding: 0;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

/* PayPal Smart Buttons Container */
.woocommerce-checkout #payment .wc_payment_method.payment_method_ppcp-gateway {
    background: transparent;
    border: none;
    padding: 0;
}

/* Style the PayPal buttons */
.woocommerce-checkout #payment .payment_box {
    background: transparent !important;
    padding: 15px 0 !important;
}

/* Make all PayPal buttons same width and add spacing */
.woocommerce-checkout #payment .ppcp-button-wrapper,
.woocommerce-checkout #payment [data-funding-source] {
    margin-bottom: 10px !important;
}

/* Hide duplicate "PayPal" radio button */
.woocommerce-checkout #payment .payment_method_ppcp-gateway > label {
    display: none;
}

/* Hide PayPal placeholder box */
.woocommerce-checkout #payment .payment_box {
    display: none !important;
}

/* Hide Place Order button (using PayPal buttons instead) */
#place_order {
    display: none !important;
}

/* ========================================
   FORM HEADINGS
   ======================================== */

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    font-size: 22px;
    font-weight: 600;
    color: #2c3e5f;
    margin-bottom: 25px;
    padding-bottom: 12px;
    border-bottom: 3px solid #4169e1;
}

/* ========================================
   SHIPPING SECTION STYLING
   ======================================== */

/* Force shipping fields below billing */
.woocommerce form.checkout .col2-set {
    display: block !important;
    width: 100% !important;
}

.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce form.checkout .col2-set .col-1 {
    margin-bottom: 30px !important;
}

.woocommerce form.checkout .col2-set .col-2 {
    clear: both !important;
}

.woocommerce-shipping-fields {
    margin-top: 20px !important;
}

/* Style the "Ship to different address" checkbox */
.woocommerce-shipping-fields h3 {
    cursor: pointer;
    position: relative;
    padding-left: 35px !important;
    background: #f0f8ff;
    padding: 15px 15px 15px 45px !important;
    margin: 20px 0 15px 0 !important;
    border-radius: 8px;
}

.woocommerce-shipping-fields h3 input[type="checkbox"] {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
}

.woocommerce-shipping-fields h3 label {
    cursor: pointer;
    margin: 0 !important;
}

.woocommerce-shipping-fields .shipping_address {
    margin-top: 15px;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
}

/* ========================================
   FORM FIELDS - GENERAL STYLING
   ======================================== */

.woocommerce-checkout .form-row input,
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.woocommerce-checkout .form-row input:focus,
.woocommerce-checkout .form-row select:focus,
.woocommerce-checkout .form-row textarea:focus {
    border-color: #4169e1;
    outline: none;
    box-shadow: 0 0 0 3px rgba(65, 105, 225, 0.1);
}

.woocommerce-checkout .form-row {
    margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
    font-weight: 500;
    font-size: 14px;
    color: #333;
    margin-bottom: 6px;
    display: block;
}

.woocommerce-checkout .form-row .required {
    color: #e74c3c;
    font-weight: bold;
}



/* ========================================
   BILLING FIELDS - ROW ALIGNMENT FIX (FINAL)
   ======================================== */

/* ========================================
   BILLING: force pairs on same row (LIVE FIX)
   ======================================== */

body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  width:100% !important;
}

/* IMPORTANT: remove any "full width" flex rule theme applies to ALL .form-row */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > p.form-row{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* Now force ONLY these to be half width */
body.woocommerce-checkout p#billing_first_name_field.form-row,
body.woocommerce-checkout p#billing_last_name_field.form-row,
body.woocommerce-checkout p#billing_state_field.form-row,
body.woocommerce-checkout p#billing_postcode_field.form-row,
body.woocommerce-checkout p#billing_phone_field.form-row,
body.woocommerce-checkout p#billing_email_field.form-row{
  flex: 0 0 calc(50% - 10px) !important;   /* 2 columns with 20px gap */
  max-width: calc(50% - 10px) !important;
  width: auto !important;
  clear: none !important;
  float: none !important;
}

/* gap between left/right columns */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{
  column-gap: 20px; /* harmless in flex, but fine */
  gap: 20px !important; /* actual flex gap */
}

/* keep these full width */
body.woocommerce-checkout p#billing_country_field.form-row,
body.woocommerce-checkout p#billing_address_1_field.form-row,
body.woocommerce-checkout p#billing_address_2_field.form-row,
body.woocommerce-checkout p#billing_city_field.form-row{
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* make sure the input wrapper doesn't limit width */
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .select2-container{
  width:100% !important;
  max-width:100% !important;
}

/* mobile stack */
@media (max-width: 700px){
  body.woocommerce-checkout p#billing_first_name_field.form-row,
  body.woocommerce-checkout p#billing_last_name_field.form-row,
  body.woocommerce-checkout p#billing_state_field.form-row,
  body.woocommerce-checkout p#billing_postcode_field.form-row,
  body.woocommerce-checkout p#billing_phone_field.form-row,
  body.woocommerce-checkout p#billing_email_field.form-row{
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* ========================================
   SHIPPING SECTION STYLING (MATCH BILLING)
   ======================================== */

/* Force shipping fields below billing */
.woocommerce form.checkout .col2-set {
    display: block !important;
    width: 100% !important;
}

.woocommerce form.checkout .col2-set .col-1,
.woocommerce form.checkout .col2-set .col-2 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.woocommerce form.checkout .col2-set .col-1 {
    margin-bottom: 30px !important;
}

/* Style the "Ship to different address" checkbox bar */
.woocommerce-shipping-fields h3 {
    cursor: pointer;
    position: relative;
    padding-left: 35px !important;
    background: #f0f8ff; /* Light blue bar */
    padding: 15px 15px 15px 45px !important;
    margin: 20px 0 15px 0 !important;
    border-radius: 8px;
    border-bottom: none !important; /* Remove the blue line from this specific heading */
}

.woocommerce-shipping-fields h3 input[type="checkbox"] {
    position: absolute !important;
    left: 15px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 20px !important;
    height: 20px !important;
}

/* MATCH BILLING: Remove gray background and make it white/clean */
.woocommerce-shipping-fields .shipping_address {
    margin-top: 0;
    padding: 0; /* Remove padding so it aligns with the heading above */
    background: transparent !important; /* Remove gray background */
    border: none !important; /* Remove gray border */
}

/* Ensure the shipping fields themselves have the same white background as billing */
.woocommerce-shipping-fields__field-wrapper {
    background: #fff !important;
    padding: 0 !important;
}

/* ========================================
   SHIPPING FIELDS LAYOUT
   ======================================== */

/* Force shipping wrapper to flex (same as billing) */
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    gap: 20px !important;
}

/* Reset all shipping rows to full width first */
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper > p.form-row {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Force these shipping fields to be half width (side-by-side) */
body.woocommerce-checkout p#shipping_first_name_field.form-row,
body.woocommerce-checkout p#shipping_last_name_field.form-row,
body.woocommerce-checkout p#shipping_state_field.form-row,
body.woocommerce-checkout p#shipping_postcode_field.form-row {
    flex: 0 0 calc(50% - 10px) !important;
    max-width: calc(50% - 10px) !important;
    width: auto !important;
    clear: none !important;
    float: none !important;
}

/* Keep these shipping fields full width */
body.woocommerce-checkout p#shipping_country_field.form-row,
body.woocommerce-checkout p#shipping_address_1_field.form-row,
body.woocommerce-checkout p#shipping_address_2_field.form-row,
body.woocommerce-checkout p#shipping_city_field.form-row,
body.woocommerce-checkout p#shipping_company_field.form-row {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Ensure inputs fill their containers */
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper input,
body.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper select {
    width: 100% !important;
    max-width: 100% !important;
}

/* Order Notes */
.woocommerce-checkout #order_comments_field textarea {
    width: 100% !important;
    max-width: 500px !important;
    min-height: 80px;
    max-height: 120px;
}

/* Mobile: stack shipping fields */
@media (max-width: 700px) {
    body.woocommerce-checkout p#shipping_first_name_field.form-row,
    body.woocommerce-checkout p#shipping_last_name_field.form-row,
    body.woocommerce-checkout p#shipping_state_field.form-row,
    body.woocommerce-checkout p#shipping_postcode_field.form-row {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

/* ========================================
   COUPON CODE STYLING
   ======================================== */

.woocommerce-form-coupon-toggle {
    margin-bottom: 20px;
    background: #f0f8ff;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #4169e1;
}

.woocommerce-form-coupon-toggle .showcoupon {
    color: #4169e1;
    font-weight: 500;
    text-decoration: none;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
    color: #2c3e5f;
}

.woocommerce-form-coupon {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 25px;
    border: 2px solid #e9ecef;
}

.woocommerce-form-coupon p {
    margin-bottom: 15px;
}

.woocommerce-form-coupon input[type="text"] {
    max-width: 300px;
    margin-right: 10px;
}

.woocommerce-form-coupon button {
    background: #4169e1;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.woocommerce-form-coupon button:hover {
    background: #2c3e5f;
}

/* ========================================
   NOTICES AND MESSAGES
   ======================================== */

.woocommerce-checkout .woocommerce-NoticeGroup {
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-error,
.woocommerce-checkout .woocommerce-message {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text {
    font-size: 13px;
    color: #666;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e0e0e0;
}

/* Privacy policy in sidebar */
#order_review .woocommerce-privacy-policy-text,
#order_review .woocommerce-privacy-policy-text p,
#order_review .woocommerce-privacy-policy-text a {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 13px;
}

#order_review .woocommerce-privacy-policy-text a {
    text-decoration: underline;
}

/* ========================================
   OTHER ELEMENTS
   ======================================== */

/* Price filter label (if used elsewhere) */
.woolentor_price_label {
    font-size: 14px !important;
    font-weight: bold !important;
}

/* Quantity button spacing (if used elsewhere) */
.quantity .minus,
.qty-btn.minus {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    margin-right: 8px !important;
}

.quantity > * {
    margin-right: 5px !important;
}

.quantity input.qty {
    margin: 0 5px !important;
}

/* ========================================
   MOBILE RESPONSIVE
   ======================================== */

@media (max-width: 768px) {
    /* Stack all fields on mobile */
    .woocommerce-checkout .form-row-first,
    .woocommerce-checkout .form-row-last,
    #billing_state_field,
    #billing_postcode_field,
    #billing_phone_field,
    #billing_email_field,
    #shipping_state_field,
    #shipping_postcode_field {
        display: block !important;
        width: 100% !important;
        margin-right: 0 !important;
    }
    
    /* Full width inputs on mobile */
    .woocommerce-checkout .form-row input,
    .woocommerce-checkout .form-row select {
        width: 100% !important;
        max-width: 100% !important;
    }
}
/* ========================================
   WOOLENTOR QTY - REMOVE DUPLICATES & FIX
   ======================================== */

/* 1. Hide the duplicate buttons (usually the ones without specific Woolentor classes) */
body.woocommerce-checkout .quantity .minus + .minus, 
body.woocommerce-checkout .quantity .plus + .plus {
    display: none !important;
}

/* 2. Force the quantity container to be a clean row */
body.woocommerce-checkout .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    background: #fff !important;
    width: auto !important;
    padding: 0 !important;
}

/* 3. Style the input field (the number) */
body.woocommerce-checkout .quantity input.qty {
    width: 35px !important;
    height: 32px !important;
    border: none !important;
    border-left: 1px solid #ddd !important;
    border-right: 1px solid #ddd !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #333 !important;
    font-weight: 600 !important;
    background: #fff !important;
    -moz-appearance: textfield !important;
}

/* 4. Style the Plus and Minus buttons */
body.woocommerce-checkout .quantity .minus, 
body.woocommerce-checkout .quantity .plus {
    width: 30px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f8f9fa !important;
    color: #333 !important;
    cursor: pointer !important;
    font-size: 16px !important;
    font-weight: bold !important;
    border: none !important;
    margin: 0 !important;
}

/* 5. If the theme is doubling them via pseudo-elements, hide those too */
body.woocommerce-checkout .quantity .minus::before,
body.woocommerce-checkout .quantity .minus::after,
body.woocommerce-checkout .quantity .plus::before,
body.woocommerce-checkout .quantity .plus::after {
    /* Only hide if they are causing the "double" look inside the same button */
    /* display: none !important; */ 
}

/* 6. Fix the "QTY:" label alignment */
.woolentor-checkout-area .product-quantity {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}


/* ========================================
   CART SIDEBAR - MATCH CHECKOUT EXACTLY
   ======================================== */

/* 1. Remove the dark blue background from the sidebar containers */
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .elementor-widget-container,
body.woocommerce-cart .woolentor-coupon-area,
body.woocommerce-cart .woolentor-cart-totals-wrapper {
    background-color: transparent !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* 2. Style the inner boxes to match the Checkout sidebar look */
.woolentor-coupon-content, 
.cart_totals {
    background-color: #f9f9f9 !important; /* Light gray like checkout */
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px !important;
    padding: 25px !important;
    margin-bottom: 20px !important;
}

/* 3. Fix text colors for readability */
.woolentor-coupon-content h3, 
.woolentor-coupon-content label,
.cart_totals h2, 
.cart_totals .shop_table th, 
.cart_totals .shop_table td,
.cart_totals .cart-subtotal td,
.cart_totals .order-total td {
    color: #2c3e5f !important; /* Dark blue text */
}

/* 4. Ensure the "Apply" and "Proceed" buttons pop */
.woolentor-coupon-content button,
.wc-proceed-to-checkout .button {
    background-color: #4169e1 !important;
    color: #fff !important;
    border-radius: 6px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
}

/* 5. Remove any dark blue from the column itself (Elementor) */
body.woocommerce-cart .elementor-column.elementor-col-33,
body.woocommerce-cart .elementor-column.elementor-col-50 {
    background: transparent !important;
}

/* ========================================
   PROCEED TO CHECKOUT - HOVER FIX
   ======================================== */

/* Normal state */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward {
    background-color: #1E3A8A !important;
    color: #ffffff !important;
    border: 2px solid #1E3A8A !important;
    transition: all 0.3s ease !important;
}

/* Hover state - Force Gold and Black Text */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:focus,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:active {
    background-color: #D4AF37 !important;
    background: #D4AF37 !important; /* Some themes use 'background' instead of 'background-color' */
    color: #000000 !important;
    border: 2px solid #1E3A8A !important;
    box-shadow: none !important; /* Remove any theme shadows */
}

/* If the button has an internal span or text element */
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward:hover * {
    color: #000000 !important;
}

/* ========================================
   CART PAGE — RESTORE DEFAULT QTY BEHAVIOR
   ======================================== */

body.woocommerce-cart .quantity {
    display: block !important;
    border: none !important;
    background: transparent !important;
}

body.woocommerce-cart .quantity .minus,
body.woocommerce-cart .quantity .plus {
    display: none !important; /* Remove custom buttons */
}

/* Keep native number input behavior */
body.woocommerce-cart .quantity input.qty {
    width: 60px !important;
    height: 38px !important;
    padding: 6px !important;
    text-align: center !important;
    border: 1px solid #d1d5db !important;
    border-radius: 6px !important;
    background: #ffffff !important;
    color: #111827 !important;
    -webkit-appearance: auto !important;
    appearance: auto !important;
}

/* ========================================
   FIX SHIPPING "FREE" ARTIFACT
   ======================================== */

/* 1. Hide the original shipping method text that's peeking through */
#order_review .shipping td ul#shipping_method li label,
#order_review .shipping td span.woocommerce-Price-amount {
    display: none !important;
}

/* 2. Ensure the custom "Free" text we added is the only thing visible */
#order_review .shipping td:last-child {
    font-size: 0 !important; /* Hides the original text string */
    color: transparent !important;
}

#order_review .shipping td:last-child::after {
    content: "Free shipping" !important; /* Set the full text here */
    font-size: 15px !important; /* Restore font size for the custom text */
    color: #333 !important; /* Match your other text color */
    font-weight: 600 !important;
    display: inline-block !important;
    visibility: visible !important;
}


.sku_wrapper,
.product .sku,
.product_meta .sku_wrapper {
    display: none !important;
}/* End custom CSS */