.elementor-6323 .elementor-element.elementor-element-80aa104{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6323 .elementor-element.elementor-element-99a3d43{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6323 .elementor-element.elementor-element-99a3d43.e-con{--align-self:center;}.elementor-6323 .elementor-element.elementor-element-28e000b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}body.elementor-page-6323:not(.elementor-motion-effects-element-type-background), body.elementor-page-6323 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for woocommerce-breadcrumb, class: .elementor-element-830a2fe *//* ======================================
   MYDREAM GLOBAL – LARGE CLEAN BREADCRUMB
   ====================================== */

.breadcrumbs {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 20px 0;
    margin: 25px 0 40px 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;              /* Bigger */
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    border-bottom: 1px solid #e5e5e5;   /* Clean divider */
}

/* Remove bullets */
.breadcrumbs li {
    list-style: none;
}

/* Black text */
.breadcrumbs a,
.breadcrumbs li {
    color: #000;
    text-decoration: none;
}

/* Elegant hover */
.breadcrumbs a:hover {
    opacity: 0.65;
}

/* Hide original slash */
.breadcrumbs .breadcrum-icon {
    font-size: 0;
}

/* Premium arrow */
.breadcrumbs .breadcrum-icon::after {
    content: ">";
    font-size: 18px;
    margin: 0 12px;
    color: #000;
    font-weight: 800;
}

/* Current page emphasis */
.breadcrumbs li:last-child {
    font-weight: 800;
    letter-spacing: 0.1em;
}
/* Home link softer */
.breadcrumbs a {
    color: #777;
}

/* Arrow softer */
.breadcrumbs .breadcrum-icon::after {
    color: #bbb;
}

/* Current page strong */
.breadcrumbs li:last-child {
    color: #000;
    font-weight: 700;
}
/* Prevent blue/purple visited color */
.breadcrumbs a,
.breadcrumbs a:visited,
.breadcrumbs a:active,
.breadcrumbs a:focus {
    color: #777 !important;   /* or #000 if you want full black */
    text-decoration: none;
}/* End custom CSS */