.elementor-56 .elementor-element.elementor-element-5dc975b{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-56 .elementor-element.elementor-element-5dc975b:not(.elementor-motion-effects-element-type-background), .elementor-56 .elementor-element.elementor-element-5dc975b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-56 .elementor-element.elementor-element-576c2d5{--display:flex;--min-height:650px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-56 .elementor-element.elementor-element-9cabe15{text-align:center;}.elementor-56 .elementor-element.elementor-element-9cabe15 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:45px;font-weight:400;color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-56 .elementor-element.elementor-element-9cabe15 .elementor-heading-title{font-size:45px;}}@media(min-width:768px){.elementor-56 .elementor-element.elementor-element-576c2d5{--width:70%;}}@media(max-width:1024px) and (min-width:768px){.elementor-56 .elementor-element.elementor-element-576c2d5{--width:90%;}}@media(max-width:767px){.elementor-56 .elementor-element.elementor-element-576c2d5{--width:100%;}.elementor-56 .elementor-element.elementor-element-9cabe15 .elementor-heading-title{font-size:40px;}}/* Start custom CSS for container, class: .elementor-element-576c2d5 */.hover-heading .elementor-heading-title {
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease;
}

.hover-heading .elementor-heading-title::after {
    content: "View Collections →";
    position: absolute;
    
    left: 50%;
    top: 120%;
    
    transform: translateX(-50%) translateY(10px);
    text-align: center;
    white-space: nowrap;
    
    opacity: 0;
    transition: all 0.3s ease;
    
    font-size: 14px;
}

.hover-heading:hover .elementor-heading-title::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.hover-heading:hover .elementor-heading-title {
    transform: translateY(-10px);
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5dc975b *//* '.elementor-56 .elementor-element.elementor-element-5dc975b' now targets this specific container */
.elementor-56 .elementor-element.elementor-element-5dc975b {
    --header-height: 70px; /* Your measured height */
    --footer-height: 86px; /* Your measured height */
    
    min-height: calc(100vh - var(--header-height) - var(--footer-height)) !important;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}/* End custom CSS */