.elementor-27900 .elementor-element.elementor-element-932fe45{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for container, class: .elementor-element-932fe45 */#iframe-float-blocker {
  position: absolute;
  top: 4200px; /* vertical position of the float button */
  left: calc(100% - 100px); /* align it to the bottom-right corner */
  width: 80px;
  height: 80px;
background: transparent; /* or rgba(255,255,255,0.5) to make it visible while testing */
  z-index: 99999999999;
  pointer-events: auto;
}


/* loading preview */


.iframe-loader {
    position: absolute;
    top: -50px; /* cover the negative margin */
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.iframe-loader.hidden {
    opacity: 0;
    pointer-events: none;
}

.spinner {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #1c244b;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

.loading-text {
    margin-top: 15px;
    font-size: 16px;
    color: #1c244b;
    font-weight: 500;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* === GENERAL RESET === */
body {
    margin: 0;
    padding: 0;
}

/* --- HEADER --- */
.custom-tabs-header-wrapper {
    background: #1c244b;
    color: white;
    padding: 5px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateY(0);
    transition: transform 0.3s ease;
}

/* Header layout adjustments */
.custom-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.custom-return-to-shop {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.custom-return-to-shop:hover {
    color: #facc15;
}

/* Device Icons (Centered on desktop & mobile) */
.custom-tabs-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
}
.custom-tab-title {
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}
.custom-tab-title:hover i,
.custom-tab-title.active i {
    color: #ffbe00 !important;
}

/* Toggle Button */
.floating-toggle-button {
    position: fixed;
    z-index: 9999;
    background: 
    #ffbe00 !important;
    color: #fff;
    padding: 20px;
    top: -1px !important;
    right: 20px;
    width: 32px !important;
    height: 32px !important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
    border-radius: 0 0 3px 3px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}
.floating-toggle-button:hover {
    background: #ffbe00 !important;
    border: 1px solid rgba(255, 255, 255, 0.3)!important;
   
}



.floating-toggle-button i {
    font-size: 20px; }
    

i.dashicons.dashicons-arrow-left-alt {
    margin-right: 5px !important;
}
/* --- PROMO BAR --- */
.custom-promo-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #ffbe00;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
    z-index: 9999;
    font-size: 18px;
    padding-left: 30px;
}
.promo-left .regular {
    text-decoration: line-through;
    margin-right: 5px;
}
.promo-left .sale {
    color: red;
    font-weight: bold;
    font-size: 22px;
}
.promo-center {
    text-align: center;
    flex: 1;
}
.promo-right .custom-add-to-cart {
    background-color: #0073e6;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
}

/* --- PREVIEW WRAPPER --- */
.preview-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}
.preview-iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Hide Header/Promo Bar */
.header-hidden .custom-tabs-header-wrapper,
.promo-hidden {
    display: none !important;
}

/* Block external floating button */
.iframe-button-blocker {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 90px;
    height: 90px;
    z-index: 10;
    background: transparent;
    pointer-events: auto;
}

.custom-tabs-content {
    position: relative;
    width: 100%;
    height: 100vh;
    transition: margin-top 0.3s ease, height 0.3s ease;
    
        box-shadow: 0 14px 24px #2d394b1a;
        margin: 50px auto;
}

.custom-tab-title {
    background: transparent !important;
}

.custom-tab-title:hover {
    background: transparent !important;
}


/* MOBILE */
@media (max-width: 768px) {
    
.custom-tabs-header-wrapper{
    height:60px;
}

    .custom-tabs-header {
        flex-direction: column;
        gap: 10px;
        align-items: self-start;
            padding: 5px 0px;
    }

    .custom-tabs-navigation {
        justify-content: center;
        margin-top: 5px;
       
    
    }
    

    .custom-actions {
        justify-content: center;
        margin-top: 5px;
    }

    .custom-promo-bar {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 15px;
    }

    .promo-left {
        font-size: 18px;
        order: 1;
        width: 100%;
        text-align: center;
    }

    .promo-center {
       
        order: 2;
        width: 100%;
        text-align: center;
        
        border: 1px solid;
        margin: 10px;
        border-radius: 5px;
    }

    .promo-right {
        order: 3;
        width: 100%;
        text-align: center;
    }
    
    a.button.custom-add-to-cart {
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
}

    .promo-right .custom-add-to-cart {
        padding: 8px 12px;
        font-size: 14px;
    }

    .floating-toggle-button {
        top: 10px;
        right: 10px;
        width: 32px !important;
        height: 32px !important;
        padding: 10px;
    }

    .preview-wrapper {
        top: 60px;
        bottom: 100px;
    }
}/* End custom CSS */