/* Checkout Page Styles */
.woocommerce-checkout {
    background-color: black !important;
    color: white !important;
    padding: 20px;
}
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout .woocommerce-additional-fields label {
    color: white !important;
}
.woocommerce-checkout input,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px;
}
.woocommerce-checkout .button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 20px !important;
}
.woocommerce-checkout .order-total th,
.woocommerce-checkout .order-total td {
    color: white !important;
}
/* Stripe payment method label text */
.woocommerce-checkout .payment_method_stripe label {
    color: white !important;
    font-size: 20pt !important;
}
/* Stripe payment box container */
.woocommerce-checkout .payment_box.payment_method_stripe {
    background-color: black !important;
    color: white !important;
}
/* Stripe UPE form fieldset */
.woocommerce-checkout #wc-stripe-upe-form {
    background-color: black !important;
}
/* Stripe element wrapper */
.woocommerce-checkout .wc-stripe-upe-element {
    background-color: black !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 15px !important;
}
/* Stripe private element wrapper */
.woocommerce-checkout .wc-stripe-upe-element .__PrivateStripeElement {
    background-color: black !important;
}
/* Stripe card header color - change from green to pink */
.woocommerce-checkout .wc-stripe-upe-element .StripeElement,
.woocommerce-checkout .wc-stripe-upe-element .__PrivateStripeElement iframe {
    color-scheme: dark !important;
}
/* Override Stripe's default green accent color */
.woocommerce-checkout .payment_method_stripe {
    --stripe-accent-color: #EA008B !important;
}
/* Stripe saved payment methods */
.woocommerce-checkout .woocommerce-SavedPaymentMethods {
    background-color: black !important;
    color: white !important;
}
/* Stripe save payment checkbox label */
.woocommerce-checkout .payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew label {
    color: white !important;
    font-size: 14px !important;
}
/* Terms and conditions checkbox text */
.woocommerce-checkout .woocommerce-terms-and-conditions-checkbox-text {
    color: white !important;
}
.woocommerce-checkout .woocommerce-form__label-for-checkbox .woocommerce-terms-and-conditions-checkbox-text {
    color: white !important;
}
.ast-author-details,
.ast-single-post .posted-by,
.ast-meta-author,
.author-info,
.author,
.byline {
    display: none !important;
}
.woocommerce div.product .woocommerce-Tabs-panel iframe,
.woocommerce div.product .woocommerce-Tabs-panel video {
    width: 400px;
    aspect-ratio: 16 / 9;
    height: 800px;
    display: block;
    margin: 20px 0;
    max-width: 100%;
}
body {
    overflow-x: hidden;
}

/* Order confirmation page - Order details title */
.woocommerce-order-details__title {
    background-color: black !important;
    color: white !important;
}

/* Order confirmation page - Billing address title */
.woocommerce-column__title {
    background-color: black !important;
    color: white !important;
}

/* WooCommerce success message */
.woocommerce-message {
    background-color: black !important;
    color: white !important;
    border: 1px solid #EA008B !important;
}

.woocommerce-message a.button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 20px !important;
}

/* Coupon code section */
.coupon label {
    color: white !important;
}

.coupon input[type="text"] {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
}

.coupon button.button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 20px !important;
}

/* Checkout form field styling */
.woocommerce-checkout .form-row input[type="text"],
.woocommerce-checkout .form-row input[type="email"],
.woocommerce-checkout .form-row input[type="tel"],
.woocommerce-checkout .form-row input[type="number"],
.woocommerce-checkout .form-row select,
.woocommerce-checkout .form-row textarea {
    background-color: black !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
}

/* Checkout form labels */
.woocommerce-checkout .form-row label,
.woocommerce-checkout .woocommerce-billing-fields label,
.woocommerce-checkout .woocommerce-shipping-fields label,
.woocommerce-checkout .woocommerce-additional-fields label {
    color: white !important;
}

/* Checkout notices and info boxes */
.woocommerce-notices-wrapper {
    background-color: black !important;
    color: white !important;
}

.woocommerce-info {
    background-color: black !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 15px !important;
}

.woocommerce-info::before {
    display: none !important;
}

.woocommerce-info a {
    color: #EA008B !important;
    text-decoration: none !important;
}

.woocommerce-info a:hover {
    text-decoration: underline !important;
}

/* Coupon toggle styling */
.woocommerce-form-coupon-toggle .showcoupon {
    color: #EA008B !important;
    text-decoration: none !important;
}

.woocommerce-form-coupon-toggle .showcoupon:hover {
    text-decoration: underline !important;
}

/* ===============================
   ACCOUNT/LOGIN PAGE STYLING
   =============================== */

/* Hide "My account" page title */
.entry-header {
    display: none !important;
}

/* Account page base styling */
.woocommerce-account {
    background-color: black !important;
    color: white !important;
    margin-bottom: 80px;
}

/* Login/Register container - push below nav */
#customer_login {
    margin-top: 150px !important;
}

/* Login/Register headings */
#customer_login h2 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    color: white !important;
}

/* SCOPED: Form styling - ONLY for login/register forms */
#customer_login .woocommerce-form {
    background-color: black !important;
    color: white !important;
}

/* SCOPED: All labels on login/register page */
#customer_login .woocommerce-form label {
    color: white !important;
}

#customer_login .woocommerce-form label span {
    color: white !important;
}

/* SCOPED: Form input fields - login/register only */
#customer_login .woocommerce-form input[type="email"],
#customer_login .woocommerce-form input[type="password"],
#customer_login .woocommerce-form input[type="text"],
#customer_login .woocommerce-form input[type="tel"] {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    width: 100%;
    box-sizing: border-box;
}

/* SCOPED: Form buttons - login/register only */
#customer_login .woocommerce-form .button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
}

#customer_login .woocommerce-form .button:hover {
    background-color: #EA008B !important;
    color: black !important;
}

/* SCOPED: Checkbox styling - login/register only */
#customer_login .woocommerce-form input[type="checkbox"] {
    border: 1px solid #fff !important;
    background-color: transparent !important;
}

/* SCOPED: Remember me label */
#customer_login .woocommerce-form .woocommerce-form__label-for-checkbox {
    color: white !important;
}

/* SCOPED: Links on login/register */
#customer_login .woocommerce-form a {
    color: #EA008B !important;
    text-decoration: none !important;
}

#customer_login .woocommerce-form a:hover {
    text-decoration: underline !important;
}

/* SCOPED: Login form wrappers */
#customer_login .u-column1,
#customer_login .u-column2 {
    background-color: black !important;
    color: white !important;
}

/* SCOPED: Form text/instructions */
#customer_login .woocommerce-form p {
    color: white !important;
}

/* SCOPED: Required field indicator */
#customer_login .required {
    color: #EA008B !important;
}

/* Account navigation styling */
.woocommerce-MyAccount-navigation {
    display: block !important;
    background-color: black !important;
    color: white !important;
    border: 1px solid #EA008B !important;
    border-radius: 10px !important;
    padding: 5px !important;
    margin: 150px 0 30px 0 !important;
}
/* Remove or reduce margin for mobile devices */
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-navigation {
        margin: 30px 0 20px 0 !important; /* smaller or no top margin */
    }
}

.woocommerce-MyAccount-navigation ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 1px !important;
}

.woocommerce-MyAccount-navigation li {
    margin: 0 !important;
    background-color: black !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 0px 5px !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-navigation a {
    color: white !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    transition: color 0.3s ease !important;
    background-color: black !important;
}

.woocommerce-MyAccount-navigation a:hover {
    color: #EA008B !important;
    background-color: black !important;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: black !important;
    border-color: #EA008B !important;
    box-shadow: none !important;
}

.woocommerce-MyAccount-navigation-link.is-active a {
    color: #EA008B !important;
    font-weight: bold !important;
    background-color: black !important;
}

.woocommerce-MyAccount-navigation i {
    color: #EA008B !important;
    font-size: 14px !important;
}

/* Account page layout - remove sidebar space */
.woocommerce-account {
    margin-top: 0 !important;
    padding: 0 !important;
}

.woocommerce-account .woocommerce {
    display: block !important;
    margin: 0 !important;
    padding: 0 5px !important;
}

/* Main account content styling */
.woocommerce-MyAccount-content {
    background-color: black !important;
    color: white !important;
    padding: 10px;
    border-radius: 10px !important;
    max-width: 800px;
    width: 100%;
    margin: 150px auto 0 !important;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
    .woocommerce-MyAccount-content {
        margin: 30px auto 0 !important; /* reduce or remove margin on mobile */
        padding: 15px !important; /* optional – slightly larger padding for mobile spacing */
    }
}

/* Account page headings and text */
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-MyAccount-content p,
.woocommerce-MyAccount-content label {
    color: white !important;
}

/* Links in account content */
.woocommerce-MyAccount-content a {
    color: #EA008B !important;
    text-decoration: none !important;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline !important;
}

/* Form fields in account content */
.woocommerce-MyAccount-content input,
.woocommerce-MyAccount-content select,
.woocommerce-MyAccount-content textarea {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    width: 100%;
    box-sizing: border-box;
}

/* Account buttons */
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content .button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 20px !important;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content .button:hover {
    background-color: #EA008B !important;
    color: black !important;
}

/* ===============================
   PROGRESS TRACKER STYLING
   =============================== */

.pdwd-progress-form {
    background-color: black !important;
    color: white !important;
    border: 1px solid #EA008B !important;
    border-radius: 20px !important;
    margin-top: 50px !important;
    padding: 30px !important;
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box;
}

.pdwd-progress-form h2 {
    color: white !important;
    text-align: center !important;
}

.pdwd-progress-form p {
    color: white !important;
}

.pdwd-progress-form strong {
    color: white !important;
}

.pdwd-progress-form label {
    color: white !important;
}

.pdwd-progress-form input[type="file"],
.pdwd-progress-form input[type="text"],
.pdwd-progress-form input[type="date"],
.pdwd-progress-form input[type="number"],
.pdwd-progress-form select,
.pdwd-progress-form textarea {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    width: 100%;
    box-sizing: border-box;
}

.pdwd-progress-form fieldset {
    border: 1px solid #EA008B !important;
    background-color: black !important;
    color: white !important;
}

.pdwd-progress-form legend {
    color: white !important;
}

.pdwd-progress-form legend strong {
    color: white !important;
}

.pdwd-progress-form button {
    background-color: transparent !important;
    color: white !important;
    border: 3px solid #EA008B !important;
    border-radius: 45px !important;
    padding: 10px 10px !important;
    transition: all 0.3s ease;
    cursor: pointer !important;
}

.pdwd-progress-form button:hover {
    background-color: #EA008B !important;
    color: black !important;
}

/* Progress entries display */
.pdwd-progress-entries {
    background-color: black !important;
    color: white !important;
    margin-top: 2em;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.pdwd-progress-entries h3 {
    color: white !important;
    text-align: center !important;
}

.pdwd-progress-entries label {
    color: white !important;
}

.pdwd-progress-entries select {
    background-color: transparent !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    width: 100%;
    box-sizing: border-box;
}

.pdwd-progress-entries select option {
    background-color: black !important;
    color: white !important;
}

#pdwd_entry_display {
    background-color: black !important;
    color: white !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    padding: 15px !important;
    margin-top: 1em;
}

#pdwd_entry_display strong {
    color: white !important;
}

#pdwd_entry_display ul {
    color: white !important;
}

#pdwd_entry_display img {
    max-width: 180px;
    margin: 5px;
    border-radius: 8px;
}

/* Limit top padding to WooCommerce pages only on mobile */
@media (max-width: 768px) {
    .woocommerce-checkout .entry-content,
    .woocommerce-account .entry-content {
        padding-top: 100px !important;
    }

    /* Remove top padding on all other pages */
    body:not(.woocommerce-checkout):not(.woocommerce-account) .entry-content {
        padding-top: 0 !important;
    }
}

    .pdwd-progress-form {
        margin-top: 50px !important;
        padding: 20px !important;
    }

    .pdwd-progress-form input[type="file"],
    .pdwd-progress-form input[type="number"],
    .pdwd-progress-form input[type="text"],
    .pdwd-progress-form input[type="date"] {
        padding: 8px 12px !important;
    }

    .woocommerce-MyAccount-content {
        padding: 10px;
    }

    /* Mobile checkout adjustments */
    .woocommerce-checkout {
        padding: 5px !important;
    }

    .entry-content {
        padding-top: 100px !important;
    }

    .woocommerce-checkout .form-row input[type="text"],
    .woocommerce-checkout .form-row input[type="email"],
    .woocommerce-checkout .form-row input[type="tel"],
    .woocommerce-checkout .form-row input[type="number"],
    .woocommerce-checkout .form-row select,
    .woocommerce-checkout .form-row textarea {
        padding: 12px 15px !important;
    }

    .woocommerce-form-coupon-toggle {
        margin-bottom: 10px !important;
    }

    #wc-stripe-upe-form {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
    }

    .wc-stripe-upe-element {
        width: 100% !important;
        box-sizing: border-box !important;
        padding: 0 !important;
    }

    .wc-stripe-upe-element iframe {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #order_review_heading {
        margin-left: -5px !important;
        margin-right: -5px !important;
        padding: 0 5px !important;
    }

    #order_review {
        margin-left: -5px !important;
        margin-right: -5px !important;
        padding: 0 5px !important;
    }

    .woocommerce-checkout-review-order-table {
        width: 100% !important;
    }

    #payment {
        margin-left: -5px !important;
        margin-right: -5px !important;
        padding: 0 5px !important;
    }

    .form-row.place-order {
        margin-left: -5px !important;
        margin-right: -5px !important;
        padding: 0 5px !important;
    }
/* ===============================
   REMOVE DEFAULT FOCUS / TAP OUTLINES (MOBILE SAFE)
   =============================== */

/* Remove focus outlines globally */
*:focus {
    outline: none !important;
    box-shadow: none !important;
}

/* Remove focus borders on Firefox */
::-moz-focus-inner {
    border: 0 !important;
}

/* Remove the blue/grey tap highlight on mobile browsers */
a, button, input, textarea, select {
    -webkit-tap-highlight-color: transparent !important;
}

/* Remove iOS Safari default rounded tap feedback */
a, button {
    -webkit-touch-callout: none !important;
}

/* Optional: prevent active state highlighting */
a:active, button:active {
    outline: none !important;
    box-shadow: none !important;
}
/* ===============================
   FIX GLOBAL PADDING ISSUE
   =============================== */

/* Remove unintended top padding globally */
.entry-content {
    padding-top: 0 !important;
}

/* Keep proper top spacing ONLY on mobile checkout/account pages */
@media (max-width: 768px) {
    .woocommerce-checkout .entry-content,
    .woocommerce-account .entry-content {
        padding-top: 100px !important;
    }
}

/* Adjust My Account and Login margins for desktop */
#customer_login {
    margin-top: 80px !important; /* reduce from 150px */
}

.woocommerce-MyAccount-content {
    margin: 80px auto 0 !important; /* reduce from 150px */
}
/* ===============================
   LOST PASSWORD PAGE - CLEAN STYLING
   =============================== */

/* Main container to centre content */
body.woocommerce-account.woocommerce-lost-password #primary {
    max-width: 600px;
    margin: 0 auto;
    padding: 120px 15px 30px; /* padding-top moves below nav */
}

/* WooCommerce notices wrapper */
body.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper {
    margin-bottom: 20px; /* space between notice and form */
    text-align: center;
}

/* Remove WooCommerce icons in notices */
body.woocommerce-account.woocommerce-lost-password .woocommerce-error::before,
body.woocommerce-account.woocommerce-lost-password .woocommerce-info::before,
body.woocommerce-account.woocommerce-lost-password .woocommerce-message::before {
    content: none !important;
    display: none !important;
}

/* Style the error list */
body.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error {
    background-color: black !important;
    color: white !important;
    border: 1px solid #EA008B !important;
    border-radius: 20px !important;
    padding: 15px 20px !important;
    margin: 0 auto;
    list-style: none;
    display: inline-block;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
}

/* Individual list items */
body.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error li {
    margin: 0;
    padding: 0;
    color: white !important;
}

/* Links inside error messages */
body.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error li a {
    color: #EA008B !important;
    text-decoration: none !important;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce-notices-wrapper .woocommerce-error li a:hover {
    text-decoration: underline !important;
}

/* Reset password form - centred */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword {
    background-color: black;
    color: white;
    border: 1px solid #EA008B;
    border-radius: 20px;
    padding: 30px;
    margin: 0 auto 30px auto;
    display: block;
}

/* Input fields */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword input[type="text"],
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword input[type="email"],
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword input[type="password"] {
    background-color: transparent;
    color: white;
    border: 1px solid #fff;
    border-radius: 30px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
}

/* Input placeholders */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword input::placeholder {
    color: rgba(255,255,255,0.7);
}

/* Labels */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

/* Button styling */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword button,
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .button {
    background-color: transparent;
    color: white;
    border: 3px solid #EA008B;
    border-radius: 45px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto 0 auto;
}

body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword button:hover,
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword .button:hover {
    background-color: #EA008B;
    color: black;
}

/* Mobile adjustments */
@media screen and (max-width: 768px) {
    body.woocommerce-account.woocommerce-lost-password #primary {
        padding-top: 100px !important;
    }

    body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword {
        padding: 20px;
    }
}
/* Lost password form labels */
body.woocommerce-account.woocommerce-lost-password .woocommerce-ResetPassword label {
    display: block;
    margin-bottom: 30px;
    font-weight: 600;
    color: white; /* ensures labels are visible */
}
.woocommerce form .show-password-input {
  position: absolute;
  right: 1rem; /* adjust spacing if needed */
  top: 20%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  opacity: 0.7;
  cursor: pointer;
}

.woocommerce form .show-password-input::before {
  margin-top: 0 !important; /* aligns the eye icon vertically */
}

.woocommerce form .show-password-input:hover {
  opacity: 1;
}
