.elementor-kit-22{--e-global-color-primary:#000000;--e-global-color-secondary:#5C4A3D;--e-global-color-text:#7A7A7A;--e-global-color-accent:#F7BD00;--e-global-color-d0d3c06:#FDF5E6;--e-global-color-63f08e8:#FFFFFF;--e-global-color-24038be:#00000033;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Lato";--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;background-color:transparent;font-family:"Playfair Display", Sans-serif;background-image:linear-gradient(180deg, #FDF5E6 0%, #FDF5E6 100%);}.elementor-kit-22 e-page-transition{background-color:#FFBC7D;}.elementor-kit-22 h2{font-family:"Lato", Sans-serif;}.elementor-kit-22 button:hover,.elementor-kit-22 button:focus,.elementor-kit-22 input[type="button"]:hover,.elementor-kit-22 input[type="button"]:focus,.elementor-kit-22 input[type="submit"]:hover,.elementor-kit-22 input[type="submit"]:focus,.elementor-kit-22 .elementor-button:hover,.elementor-kit-22 .elementor-button:focus{color:var( --e-global-color-accent );border-radius:15px 15px 15px 15px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//* --- Global Typography & Spacing --- */
:root {
    --brand-gold: #F7BD00;
    --brand-gold-soft: #ffdf7a;
    --brand-dark: #2a1f16;
    --brand-body: #5c4a3d;
    --card-shadow: 0 20px 50px rgba(42, 31, 22, 0.05);
    --gold-gradient: linear-gradient(135deg, #F7BD00 0%, #FFD700 100%);
}

.woocommerce-MyAccount-content {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.02em;
    line-height: 1.6;
    width: 100% !important;
    background: transparent !important;
    padding: 60px !important;
    border-radius: 32px !important;
    border: 2px solid #F7BD00 !important; /* Gold Border */
    box-shadow: 0 10px 30px rgba(247, 189, 0, 0.05) !important;
    box-sizing: border-box !important; /* Forces padding to stay INSIDE */
    overflow-x: hidden !important; /* Stops content from crossing the border */
}

/* --- Luxurious Form Inputs --- */
.woocommerce-EditAccountForm input:not([type="file"]):not([type="checkbox"]):not([type="radio"]), 
.woocommerce-address-fields input:not([type="file"]):not([type="checkbox"]):not([type="radio"]),
.woocommerce-EditAccountForm select {
    width: 100% !important;
    max-width: 100% !important;
    background: #fbfbfb !important;
    padding: 18px 24px !important;
    border-radius: 16px !important;
    border: 1px solid #e5e5e5 !important;
    box-sizing: border-box !important;
    transition: all 0.4s ease !important;
}

/* --- High-End Metallic Buttons --- */
.woocommerce-EditAccountForm button.button, 
.woocommerce-address-fields button.button {
    background: var(--gold-gradient) !important;
    color: #000 !important;
    padding: 20px 45px !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    border: none !important;
    box-shadow: 0 10px 25px rgba(247, 189, 0, 0.3) !important;
}

/* --- Avatar Section Compact Fixes --- */
/* Completely hide all headings in the form (like "Profile Picture") and th labels */
.woocommerce-edit-account form h2,
.woocommerce-edit-account form h3,
.woocommerce-edit-account form h4,
.woocommerce-edit-account form table th,
.woocommerce-edit-account form fieldset,
.woocommerce-edit-account form .avatar-rating,
.woocommerce-edit-account form tr.avatar-rating {
    display: none !important;
}

/* Force table to be compact */
.woocommerce-edit-account form table,
.woocommerce-edit-account form table tbody, 
.woocommerce-edit-account form table tr, 
.woocommerce-edit-account form table td {
    display: block !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    text-align: left !important;
}

/* Make the avatar image a PERFECT circle and remove extra styling */
/* We use multiple width/height properties to override any inline theme styles restricting the image */
.woocommerce-edit-account form img.avatar,
.woocommerce-edit-account form .simple-local-avatar {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    min-width: 70px !important;
    min-height: 70px !important;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important; /* Prevents stretching */
    object-position: center !important; /* Centers the crop securely */
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 10px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}

/* Reset the file input so it doesn't look like a giant text box */
.woocommerce-edit-account form input[type="file"] {
    display: inline-block !important;
    width: auto !important;
    background: transparent !important;
    padding: 10px 0 !important;
    border: none !important;
    box-shadow: none !important;
    font-size: 13px !important;
    cursor: pointer !important;
}

/* --- Custom Slim Gold Scrollbar --- */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: #fdf5e6; }
::-webkit-scrollbar-thumb { background: var(--brand-gold); border-radius: 10px; }

/* --- Mobile Fix --- */
@media (max-width: 768px) {
    .woocommerce-MyAccount-content {
        padding: 30px 15px !important;
        border-radius: 20px !important;
    }
}
/* Style the Remove Image link/button */
#simple-local-avatar-remove, 
.simple-local-avatars-remove {
    display: inline-block !important;
    background: #F7BD00 !important; /* Light gray */
    color: #5c4a3d !important; /* Your brand body color */
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    text-decoration: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    border: none !important;
    margin-top: 10px !important;
}

#simple-local-avatar-remove:hover, 
.simple-local-avatars-remove:hover {
    background: #e5e5e5 !important;
    color: #000 !important;
}/* End custom CSS */