
.smsl-widget-root{
    position:relative;
    width:100%;
    overflow:visible;
    color:#222;
}
.smsl-hero{
    position:relative;
    display:flex;
    align-items:center;
    min-height:420px;
    width:100%;
    background-color:#071054;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    overflow:hidden;
}
.smsl-hero-full{
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    left:auto!important;
    right:auto!important;
}
.smsl-hero:before{
    content:"";
    position:absolute;
    inset:0;
    z-index:0;
    pointer-events:none;
    background:rgba(7,16,84,.15);
}
.smsl-hero-content{
    position:relative;
    z-index:1;
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:60px 30px;
    text-align:left;
}
.smsl-breadcrumb{
    font-size:11px;
    line-height:1.4;
    letter-spacing:.05em;
    margin:0 0 14px;
    color:#fff;
}
.smsl-title{
    margin:0 0 14px;
    font-family:Georgia,"Times New Roman",serif;
    font-size:48px;
    line-height:1.08;
    font-weight:400;
    color:#fff;
}
.smsl-intro-text{
    max-width:620px;
    font-size:15px;
    line-height:1.65;
    color:#fff;
}
.smsl-content-wrap{
    width:100%;
    background:#fff;
}
.smsl-shell{
    width:100%;
    max-width:1280px;
    margin:0 auto;
    padding:42px 24px 70px;
}
.smsl-main{
    display:flex;
    align-items:flex-start;
    gap:44px;
}
.smsl-sidebar{
    width:260px;
    flex:0 0 260px;
}
.smsl-sidebar-inner{
    position:sticky;
    top:24px;
    background:#fff;
}
.smsl-filter-block{
    padding-bottom:22px;
    margin-bottom:22px;
    border-bottom:1px solid #ececf1;
}
.smsl-filter-title{
    margin:0 0 14px;
    font-size:11px;
    font-weight:700;
    letter-spacing:.08em;
    line-height:1.3;
}
.smsl-category-list{
    list-style:none;
    margin:0;
    padding:0;
}
.smsl-category-list li{
    margin:0 0 9px;
}
.smsl-filter-link{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    text-decoration:none!important;
    font-size:12px;
    line-height:1.4;
    transition:color .2s ease;
}
.smsl-filter-link.is-active{
    font-weight:700;
}
.smsl-cat-count{
    opacity:.55;
    font-size:10px;
}
.smsl-price-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
}
.smsl-price-grid label{
    display:block;
}
.smsl-price-label{
    display:block;
    margin-bottom:5px;
    font-size:10px;
}
.smsl-price-grid input{
    width:100%;
    min-height:38px;
    border:1px solid #dcdce3;
    background:#fff;
    padding:0 9px;
    font-size:12px;
    border-radius:0;
}
.smsl-check-label{
    display:flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
    font-size:12px;
    margin:0 0 10px;
}
.smsl-check-label input{
    width:15px;
    height:15px;
    margin:0;
}
.smsl-filter-actions{
    display:flex;
    align-items:center;
    gap:14px;
    flex-wrap:wrap;
}
.smsl-apply-filter{
    border:0;
    background:#071054;
    color:#fff;
    font-size:9px;
    font-weight:700;
    letter-spacing:.08em;
    padding:11px 16px;
    cursor:pointer;
    transition:background .2s ease,color .2s ease;
}
.smsl-reset-filter{
    color:#071054!important;
    text-decoration:none!important;
    font-size:9px;
    font-weight:700;
    letter-spacing:.08em;
}
.smsl-products-area{
    min-width:0;
    flex:1 1 auto;
}
.smsl-toolbar{
    min-height:48px;
    border-bottom:1px solid #ececf1;
    margin-bottom:24px;
    padding:0 0 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    background:#fff;
}
.smsl-results-count{
    font-size:11px;
}
.smsl-ordering{
    margin-left:auto;
}
.smsl-ordering select{
    min-height:38px;
    border:1px solid #dcdce3;
    background:#fff;
    padding:0 34px 0 12px;
    font-size:11px;
    border-radius:0;
}
.smsl-mobile-filter-button{
    display:none;
    background:#071054;
    color:#fff;
    border:0;
    padding:10px 12px;
    font-size:9px;
    font-weight:700;
    letter-spacing:.06em;
    cursor:pointer;
}
.smsl-filter-icon{
    margin-right:6px;
}
.smsl-products{
    --smsl-columns:3;
    display:grid;
    grid-template-columns:repeat(var(--smsl-columns), minmax(0,1fr));
    gap:28px;
}
.smsl-card{
    min-width:0;
    overflow:hidden;
    background:#fff;
    transition:transform .28s ease,box-shadow .28s ease;
}
.smsl-card-image{
    position:relative;
    width:100%;
    height:320px;
    overflow:hidden;
    background:#f7f5f2;
}
.smsl-card-image>a{
    display:block;
    width:100%;
    height:100%;
}
.smsl-card-image img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
    transition:transform .45s ease;
}
.smsl-badges{
    position:absolute;
    top:10px;
    left:10px;
    z-index:3;
    display:flex;
    gap:6px;
    flex-wrap:wrap;
}
.smsl-badge{
    min-width:38px;
    height:38px;
    border-radius:50%;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:0 7px;
    background:#071054;
    color:#fff;
    font-size:8px;
    line-height:1;
    font-weight:700;
    letter-spacing:.04em;
}
.smsl-card-body{
    text-align:center;
    padding:12px 10px 14px;
}
.smsl-product-title{
    margin:0 0 7px;
    font-size:13px;
    line-height:1.4;
    font-weight:500;
}
.smsl-product-title a{
    text-decoration:none!important;
}
.smsl-price{
    margin-bottom:12px;
    font-size:13px;
    line-height:1.4;
    font-weight:600;
}
.smsl-price del{
    opacity:.7;
    margin-right:5px;
}
.smsl-price ins{
    text-decoration:none;
}
.smsl-add-cart{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:126px;
    border-radius:0!important;
    border:0!important;
    background:#071054;
    color:#fff!important;
    text-decoration:none!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:11px 18px;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}
.smsl-add-cart:hover{
    transform:translateY(-1px);
}
.smsl-pagination{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    gap:7px;
    margin-top:38px;
}
.smsl-pagination .page-numbers{
    width:34px;
    height:34px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border:1px solid #dddde5;
    background:#fff;
    color:#071054!important;
    text-decoration:none!important;
    font-size:11px;
}
.smsl-pagination .page-numbers.current{
    background:#071054;
    color:#fff!important;
    border-color:#071054;
}
.smsl-no-products{
    padding:50px 20px;
    text-align:center;
    border:1px solid #ececf1;
}
.smsl-drawer-overlay,
.smsl-mobile-drawer{
    display:none;
}
.smsl-drawer-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-bottom:16px;
    margin-bottom:18px;
    border-bottom:1px solid #ececf1;
    color:#071054;
    font-size:11px;
    letter-spacing:.06em;
}
.smsl-drawer-close{
    border:0;
    background:transparent;
    font-size:28px;
    line-height:1;
    color:#071054;
    cursor:pointer;
}
.smsl-editor-note{
    padding:12px 14px;
    border:1px solid #dcdcde;
    background:#fff8e5;
    color:#4f4200;
}

@media (max-width:1024px){
    .smsl-hero{min-height:340px}
    .smsl-hero-content{padding:48px 24px}
    .smsl-title{font-size:42px}
    .smsl-products{--smsl-columns:2}
    .smsl-main{gap:28px}
    .smsl-sidebar{width:230px;flex-basis:230px}
    .smsl-card-image{height:280px}
}
@media (max-width:767px){
    .smsl-hero{min-height:280px}
    .smsl-hero-content{padding:38px 20px}
    .smsl-title{font-size:34px}
    .smsl-intro-text{font-size:13px}
    .smsl-shell{padding:28px 16px 50px}
    .smsl-main{display:block}
    .smsl-sidebar{display:none}
    .smsl-toolbar{
        flex-wrap:wrap;
        align-items:center;
        margin-bottom:18px;
    }
    .smsl-mobile-filter-button{display:inline-flex;align-items:center}
    .smsl-results-count{order:3;width:100%}
    .smsl-ordering{margin-left:auto}
    .smsl-products{--smsl-columns:2;gap:14px}
    .smsl-card-image{height:210px}
    .smsl-card-body{padding-left:4px;padding-right:4px}
    .smsl-product-title{font-size:12px}
    .smsl-price{font-size:12px}
    .smsl-add-cart{min-width:0;width:100%;font-size:8px!important;padding:10px 8px}
    .smsl-badge{min-width:32px;height:32px;font-size:7px}
    .smsl-drawer-overlay{
        display:block;
        position:fixed;
        inset:0;
        z-index:99990;
        background:rgba(0,0,0,.38);
        opacity:0;
        visibility:hidden;
        transition:opacity .25s ease,visibility .25s ease;
    }
    .smsl-mobile-drawer{
        display:block;
        position:fixed;
        top:0;
        left:0;
        bottom:0;
        width:min(86vw,340px);
        z-index:99991;
        background:#fff;
        padding:22px 20px;
        overflow-y:auto;
        transform:translateX(-105%);
        transition:transform .28s ease;
        box-shadow:10px 0 30px rgba(0,0,0,.12);
    }
    .smsl-widget-root.smsl-drawer-open .smsl-drawer-overlay{
        opacity:1;
        visibility:visible;
    }
    .smsl-widget-root.smsl-drawer-open .smsl-mobile-drawer{
        transform:translateX(0);
    }
    body.smsl-body-locked{overflow:hidden}
}
@media (max-width:460px){
    .smsl-products{--smsl-columns:2}
    .smsl-card-image{height:180px}
}



/* Independent product action buttons. */
.smsl-cart-wrap{
    display:flex;
    flex-direction:row;
    align-items:stretch;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
}
.smsl-cart-wrap .button{
    margin:0!important;
}
.smsl-view-product{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:126px;
    border:1px solid #071054!important;
    border-radius:0!important;
    background:#fff;
    color:#071054!important;
    text-decoration:none!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:11px 16px;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}
.smsl-view-product:hover{
    background:#071054;
    color:#fff!important;
    transform:translateY(-1px);
}
@media(max-width:767px){
    .smsl-cart-wrap{flex-direction:column}
    .smsl-cart-wrap .smsl-add-cart,
    .smsl-cart-wrap .smsl-view-product{
        width:100%;
        min-width:0;
    }
}


/* v1.3: TRUE full-browser-width Shop hero.
   Hello Elementor and Elementor can place archive content inside max-width wrappers.
   These rules remove that restriction only inside this Shop archive template. */
.smhc-shop-main{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}
.smhc-shop-main > .elementor,
.smhc-shop-main .elementor-section-wrap,
.smhc-shop-main .elementor-section,
.smhc-shop-main .elementor-container,
.smhc-shop-main .elementor-column,
.smhc-shop-main .elementor-widget-wrap,
.smhc-shop-main .elementor-widget,
.smhc-shop-main .elementor-widget-container,
.smhc-shop-main .e-con,
.smhc-shop-main .e-con-inner{
    overflow:visible!important;
}
.smhc-shop-main > .elementor{
    width:100%!important;
    max-width:none!important;
}
.smhc-shop-main .elementor-section:first-child{
    width:100%!important;
    max-width:none!important;
}
.smhc-shop-main .elementor-section:first-child > .elementor-container{
    width:100%!important;
    max-width:none!important;
}
.smhc-shop-main .elementor-section:first-child .elementor-column,
.smhc-shop-main .elementor-section:first-child .elementor-widget-wrap,
.smhc-shop-main .elementor-section:first-child .elementor-widget,
.smhc-shop-main .elementor-section:first-child .elementor-widget-container{
    width:100%!important;
    max-width:none!important;
}

/* Full mode is the default, including old saved widget instances after theme update. */
.smhc-shop-main .smsl-hero-full{
    position:relative!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:100vw!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
    left:auto!important;
    right:auto!important;
}

/* Boxed mode remains available from Elementor if intentionally selected. */
.smhc-shop-main .smsl-hero-boxed{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
}


/* v1.3.1 responsive filter drawer hardening */
@media (max-width:767px){
    .smsl-mobile-filter-button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center;
        position:relative;
        z-index:5;
        pointer-events:auto!important;
        cursor:pointer!important;
        touch-action:manipulation;
    }

    .smsl-drawer-overlay{
        pointer-events:none;
    }
    .smsl-widget-root.smsl-drawer-open .smsl-drawer-overlay{
        pointer-events:auto;
    }

    .smsl-mobile-drawer{
        visibility:visible!important;
        pointer-events:auto!important;
    }

    .smsl-mobile-drawer .smsl-sidebar-inner{
        position:static!important;
        top:auto!important;
    }

    .smsl-drawer-close,
    .smsl-mobile-drawer a,
    .smsl-mobile-drawer button,
    .smsl-mobile-drawer input{
        pointer-events:auto!important;
        touch-action:manipulation;
    }

    html.smsl-html-locked,
    body.smsl-body-locked{
        overflow:hidden!important;
        overscroll-behavior:none;
    }
}


/* ==========================================================
   v1.4 FINAL SHOP LAYOUT FIXES
   ========================================================== */

/* Hello Elementor may set its site content width on #content / site-main.
   Remove that ONLY on our custom Shop archive. Header/footer are unaffected. */
body.smhc-shop-layout-active #content,
body.smhc-shop-layout-active main#content,
body.smhc-shop-layout-active .site-main,
body.smhc-shop-layout-active .page-content,
body.smhc-shop-layout-active .smhc-shop-main,
body.smhc-shop-layout-active .smhc-shop-main > .elementor{
    width:100%!important;
    max-width:none!important;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:0!important;
    padding-right:0!important;
    overflow:visible!important;
}

body.smhc-shop-layout-active .smhc-shop-main .elementor-section-wrap,
body.smhc-shop-layout-active .smhc-shop-main .elementor-section,
body.smhc-shop-layout-active .smhc-shop-main .elementor-container,
body.smhc-shop-layout-active .smhc-shop-main .elementor-column,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget-wrap,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget-container,
body.smhc-shop-layout-active .smhc-shop-main .e-con,
body.smhc-shop-layout-active .smhc-shop-main .e-con-inner{
    overflow:visible!important;
}

/* The Elementor Library's outer starter section must not box the widget. */
body.smhc-shop-layout-active .smhc-shop-main > .elementor > .elementor-section,
body.smhc-shop-layout-active .smhc-shop-main > .elementor > .e-con{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding-left:0!important;
    padding-right:0!important;
}

/* TRUE full browser width. The JS also corrects the measured left offset as fallback. */
body.smhc-shop-layout-active .smsl-hero-full,
.elementor-editor-active .smsl-hero-full{
    display:flex!important;
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    position:relative!important;
    box-sizing:border-box!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    margin-left:0!important;
    margin-right:0!important;
}

/* Intentional boxed mode. */
body.smhc-shop-layout-active .smsl-hero-boxed,
.elementor-editor-active .smsl-hero-boxed{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    left:auto!important;
    transform:none!important;
    margin-left:0!important;
    margin-right:0!important;
}

/* Product action buttons */
.smsl-cart-wrap{
    display:flex;
    flex-direction:row;
    align-items:stretch;
    justify-content:center;
    flex-wrap:wrap;
    gap:8px;
}
.smsl-view-product{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    min-width:126px;
    border:1px solid #071054!important;
    border-radius:0!important;
    background:#fff;
    color:#071054!important;
    text-decoration:none!important;
    font-size:9px!important;
    line-height:1!important;
    font-weight:700!important;
    letter-spacing:.08em;
    text-transform:uppercase;
    padding:11px 16px;
    transition:background .2s ease,color .2s ease,transform .2s ease;
}
.smsl-view-product:hover{
    background:#071054;
    color:#fff!important;
    transform:translateY(-1px);
}

/* Tablet + Mobile drawer mode (default) */
@media(max-width:1024px){
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-main{
        display:block!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-sidebar{
        display:none!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-filter-button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        pointer-events:auto!important;
        touch-action:manipulation!important;
        position:relative!important;
        z-index:20!important;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-drawer-overlay{
        display:block!important;
        position:fixed!important;
        inset:0!important;
        z-index:999990!important;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
        transition:opacity .25s ease,visibility .25s ease;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-drawer{
        display:block!important;
        position:fixed!important;
        top:0!important;
        left:0!important;
        bottom:0!important;
        z-index:999991!important;
        width:min(86vw,340px);
        max-width:100%!important;
        overflow-y:auto!important;
        transform:translate3d(-105%,0,0)!important;
        visibility:visible!important;
        pointer-events:auto!important;
        transition:transform .28s ease!important;
        -webkit-overflow-scrolling:touch;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile.smsl-drawer-open .smsl-drawer-overlay{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile.smsl-drawer-open .smsl-mobile-drawer{
        transform:translate3d(0,0,0)!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-drawer .smsl-sidebar-inner{
        position:static!important;
        top:auto!important;
    }
}

/* Mobile-only mode */
@media(max-width:767px){
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-main{
        display:block!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-sidebar{
        display:none!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-filter-button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        pointer-events:auto!important;
        touch-action:manipulation!important;
        position:relative!important;
        z-index:20!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-drawer-overlay{
        display:block!important;
        position:fixed!important;
        inset:0!important;
        z-index:999990!important;
        opacity:0;
        visibility:hidden;
        pointer-events:none;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-drawer{
        display:block!important;
        position:fixed!important;
        top:0!important;
        left:0!important;
        bottom:0!important;
        z-index:999991!important;
        width:min(86vw,340px);
        max-width:100%!important;
        overflow-y:auto!important;
        transform:translate3d(-105%,0,0)!important;
        visibility:visible!important;
        pointer-events:auto!important;
        transition:transform .28s ease!important;
        -webkit-overflow-scrolling:touch;
    }
    .smsl-widget-root.smsl-drawer-mobile-only.smsl-drawer-open .smsl-drawer-overlay{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only.smsl-drawer-open .smsl-mobile-drawer{
        transform:translate3d(0,0,0)!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-drawer .smsl-sidebar-inner{
        position:static!important;
        top:auto!important;
    }

    .smsl-cart-wrap{
        flex-direction:column;
    }
    .smsl-cart-wrap .smsl-add-cart,
    .smsl-cart-wrap .smsl-view-product{
        width:100%;
        min-width:0;
    }
}

/* Keep drawer controls touchable above other theme elements. */
.smsl-drawer-close,
.smsl-mobile-drawer a,
.smsl-mobile-drawer button,
.smsl-mobile-drawer input,
.smsl-mobile-drawer select{
    pointer-events:auto!important;
    touch-action:manipulation!important;
}

html.smsl-html-locked,
body.smsl-body-locked{
    overflow:hidden!important;
    overscroll-behavior:none!important;
}


/* ============================================================
   v1.5 — FINAL NO-CONFLICT FIX
   Old Shop plugin used the same handles; this stylesheet now has
   a unique theme handle and these rules are intentionally last.
   ============================================================ */

/* Shop archive: remove Hello Elementor content width only from the custom Shop main. */
body.smhc-shop-layout-active .smhc-shop-main,
body.smhc-shop-layout-active .smhc-shop-viewport,
body.smhc-shop-layout-active .smhc-shop-main > .smhc-shop-viewport > .elementor{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:0!important;
    overflow:visible!important;
}

/* All Elementor wrappers containing the Shop widget must allow viewport breakout. */
body.smhc-shop-layout-active .smhc-shop-main .elementor-section-wrap,
body.smhc-shop-layout-active .smhc-shop-main .elementor-section,
body.smhc-shop-layout-active .smhc-shop-main .elementor-container,
body.smhc-shop-layout-active .smhc-shop-main .elementor-column,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget-wrap,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget,
body.smhc-shop-layout-active .smhc-shop-main .elementor-widget-container,
body.smhc-shop-layout-active .smhc-shop-main .e-con,
body.smhc-shop-layout-active .smhc-shop-main .e-con-inner,
.elementor-editor-active .smsl-widget-root,
.elementor-editor-active .smsl-widget-root .elementor-widget-container{
    overflow:visible!important;
}

/* True edge-to-edge browser hero.
   This formula works from inside a centered/boxed parent.
   JS additionally measures and corrects the real left offset. */
body.smhc-shop-layout-active .smsl-hero-full,
.elementor-editor-active .smsl-hero-full{
    position:relative!important;
    display:flex!important;
    box-sizing:border-box!important;
    width:100vw!important;
    min-width:100vw!important;
    max-width:100vw!important;
    left:auto!important;
    right:auto!important;
    transform:none!important;
    margin-left:calc(50% - 50vw)!important;
    margin-right:calc(50% - 50vw)!important;
}

body.smhc-shop-layout-active .smsl-hero-boxed,
.elementor-editor-active .smsl-hero-boxed{
    width:100%!important;
    min-width:0!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    transform:none!important;
}

/* FILTER button is a real interactive control. */
.smsl-mobile-filter-button{
    -webkit-appearance:none!important;
    appearance:none!important;
    pointer-events:auto!important;
    touch-action:manipulation!important;
    cursor:pointer!important;
}

/* Default: drawer replaces sidebar on tablet + mobile. */
@media (max-width:1024px){
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-main{
        display:block!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-sidebar{
        display:none!important;
    }
    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-filter-button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        z-index:30!important;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-drawer-overlay{
        display:block!important;
        position:fixed!important;
        inset:0!important;
        z-index:2147483000!important;
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
        background:rgba(0,0,0,.38);
        transition:opacity .2s ease,visibility .2s ease!important;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-drawer{
        display:block!important;
        position:fixed!important;
        top:0!important;
        left:0!important;
        bottom:0!important;
        z-index:2147483001!important;
        width:min(86vw,360px)!important;
        max-width:100%!important;
        overflow-y:auto!important;
        -webkit-overflow-scrolling:touch!important;
        transform:translate3d(-105%,0,0)!important;
        transition:transform .25s ease!important;
        visibility:visible!important;
        pointer-events:auto!important;
        background:#fff;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile.smsl-drawer-open .smsl-drawer-overlay{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile.smsl-drawer-open .smsl-mobile-drawer{
        transform:translate3d(0,0,0)!important;
    }

    .smsl-widget-root.smsl-drawer-tablet-mobile .smsl-mobile-drawer .smsl-sidebar-inner{
        position:static!important;
        top:auto!important;
    }
}

/* Optional mobile-only drawer mode. */
@media (max-width:767px){
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-main{
        display:block!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-sidebar{
        display:none!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-filter-button{
        display:inline-flex!important;
        align-items:center!important;
        justify-content:center!important;
        z-index:30!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-drawer-overlay{
        display:block!important;
        position:fixed!important;
        inset:0!important;
        z-index:2147483000!important;
        opacity:0!important;
        visibility:hidden!important;
        pointer-events:none!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-drawer{
        display:block!important;
        position:fixed!important;
        top:0!important;
        left:0!important;
        bottom:0!important;
        z-index:2147483001!important;
        width:min(86vw,360px)!important;
        max-width:100%!important;
        overflow-y:auto!important;
        transform:translate3d(-105%,0,0)!important;
        transition:transform .25s ease!important;
        visibility:visible!important;
        pointer-events:auto!important;
        background:#fff;
    }
    .smsl-widget-root.smsl-drawer-mobile-only.smsl-drawer-open .smsl-drawer-overlay{
        opacity:1!important;
        visibility:visible!important;
        pointer-events:auto!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only.smsl-drawer-open .smsl-mobile-drawer{
        transform:translate3d(0,0,0)!important;
    }
    .smsl-widget-root.smsl-drawer-mobile-only .smsl-mobile-drawer .smsl-sidebar-inner{
        position:static!important;
    }

    .smsl-cart-wrap{
        flex-direction:column!important;
    }
    .smsl-cart-wrap .smsl-add-cart,
    .smsl-cart-wrap .smsl-view-product{
        width:100%!important;
        min-width:0!important;
    }
}

/* Drawer interactions must always be clickable. */
.smsl-mobile-drawer,
.smsl-mobile-drawer *,
.smsl-drawer-close,
.smsl-drawer-overlay{
    touch-action:manipulation;
}
.smsl-mobile-drawer a,
.smsl-mobile-drawer button,
.smsl-mobile-drawer input,
.smsl-mobile-drawer select,
.smsl-drawer-close{
    pointer-events:auto!important;
}

html.smsl-html-locked,
body.smsl-body-locked{
    overflow:hidden!important;
    overscroll-behavior:none!important;
}
