/* ===== MOBILE ONLY SAFE CSS ===== */

@media only screen and (max-width: 767px) {

/* ===== RESET ===== */

html,
body{
    overflow-x:hidden !important;
    background:#f5f6f8;
}

/* ===== CONTAINER FIX ===== */

.container{
    width:100% !important;
    max-width:100% !important;

    padding-left:12px !important;
    padding-right:12px !important;

    margin:0 auto !important;
}

/* ===== HEADER ===== */

.header-bottom{
    display:flex;
    justify-content:space-between;
    align-items:center;

    padding:10px 12px;

    background:#fff;
}

.logo img{
    width:stretch;
}

/* ===== SLIDER ===== */

.slider-height-6{
    height:240px !important;

    margin:12px 0 !important;

    overflow:hidden;

    position:relative;
}

/* ===== SLIDER IMAGE ===== */

.slider-height-6 img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* ===== OVERLAY ===== */

.slider-height-6::before{
    content:"";

    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:linear-gradient(to top,
    rgba(0,0,0,0.55),
    transparent);

    z-index:1;
}

/* ===== SLIDER CONTENT ===== */

.slider-content-1{
    position:absolute;

    left:18px;
    right:18px;
    bottom:20px;

    z-index:2;
}

.slider-content-1 h1{
    font-size:18px !important;

    line-height:1.4;

    margin-bottom:12px;

    color:#fff;
}

/* ===== SHOP BUTTON ===== */

.shop-btn{
    display:inline-block;

    background:#0aad6a;

    color:#fff !important;

    

    border-radius:30px;

    font-size:13px;

    font-weight:600;

    text-decoration:none;
}

/* ===== FEATURES ===== */

.static-area .row{
    display:block !important;
}

.single-static{
    display:flex;

    align-items:center;

    gap:12px;

    background:#fff;

    padding:14px;

    margin-bottom:12px;

    border-radius:14px;

    box-shadow:0 2px 10px rgba(0,0,0,0.05);
}

.single-static img{
    width:34px;
}

.single-static-meta h4{
    font-size:15px;

    margin:0 0 3px;
}

.single-static-meta p{
    font-size:12px;

    color:#777;

    margin:0;
}

/* ===== PRODUCT SLIDER ===== */

.new-product-slider{
    display:block !important;
}

.new-product-slider .owl-stage{
    display:flex !important;
    align-items:stretch !important;
}

.new-product-slider .owl-item{
    width:100% !important;
}

/* ===== PRODUCT CARD ===== */

.card-body{
    flex:1;
    display:flex;
    flex-direction:column;
}

.home-product-card{
    background:#fff;

    border-radius:16px !important;

    overflow:hidden;

    padding:8px !important;

    box-shadow:0 2px 10px rgba(0,0,0,0.06);

    height:100%;
    display:flex;
    flex-direction:column;
}

/* ===== PRODUCT IMAGE ===== */

.card-img{
    padding:8px !important;
}

.card-img img{
    width:100%;

    height:100px !important;

    object-fit:contain !important;
}

/* ===== PRODUCT TITLE ===== */

.card-body h4{
    font-size:12px !important;

    line-height:1.5;

    margin:6px 0 !important;

    height:38px;

    overflow:hidden;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    text-overflow:ellipsis;

    font-weight:600;
}


.cart-btn-1{
    margin-top:auto;
}

/* ===== HIDE EXTRA DESC ===== */

.card-body h4:nth-of-type(2){
    display:none !important;
}

/* ===== RATING ===== */

.rating{
    font-size:10px !important;
}

/* ===== PRICE ===== */

.new-price{
    font-size:14px !important;

    font-weight:700;

    color:#0aad6a;
}

.old-price{
    font-size:10px !important;

    color:#999;
}

/* ===== BUTTON ===== */

.cart-btn-1{
    width:100%;

    font-size:11px;

    padding:7px !important;

    border-radius:14px !important;

    margin-top:6px;
}

/* ===== BADGE ===== */

.sale-badge{
    font-size:9px !important;

    padding:3px 6px !important;
}

/* ===== WISHLIST ===== */

.wishlist{
    width:24px;
    height:24px;

    font-size:12px;
}

/* ===== REMOVE OWL NAV ===== */

.owl-nav,
.owl-dots{
    display:none !important;
}

/* ===== CATEGORY ===== */

.category-section{
    padding:25px 0;
}

.category-scroll{
    overflow-x:auto;

    -webkit-overflow-scrolling:touch;

    scroll-snap-type:x mandatory;
}

.category-scroll::-webkit-scrollbar{
    display:none;
}

.category-scroll .row{
    flex-wrap:nowrap;
}

.category-scroll .col-6{
    flex:0 0 auto;

    width:75%;

    max-width:75%;
}

/* ===== CATEGORY CARD ===== */

.category-card-new{
    background:transparent;

    box-shadow:none;

    text-align:center;

    scroll-snap-align:start;
}

.cat-img{
    width:120px;
    height:120px;

    margin:auto;

    border-radius:50%;

    overflow:hidden;

    border:4px solid #fff;

    box-shadow:0 4px 12px rgba(0,0,0,0.1);
}

.cat-img img{
    width:100%;
    height:100%;

    object-fit:cover;
}

.cat-content{
    margin-top:10px;
}

.cat-content h4{
    font-size:13px;
}

/* ===== HOME VIDEO ===== */

.homepage-video-section{
    height:380px;

    border-radius:20px;

    overflow:hidden;

    margin:40px auto;
}

.video-overlay{
    padding:25px;
}

.video-content h2{
    font-size:30px;

    margin-bottom:12px;
}

.video-content p{
    font-size:14px;

    line-height:1.5;

    margin-bottom:20px;
}

.video-shop-btn{
    padding:12px 24px;

    font-size:13px;
}

/* ===== REELS ===== */

.homepage-reels{
    margin:40px 0;
}

.reels-header h2{
    font-size:24px;

    text-align:center;
}

/* ===== REEL WRAPPER ===== */

.reels-wrapper{
    overflow:hidden;
}

/* ===== REEL SLIDER ===== */

.reels-slider{
    display:flex;

    gap:14px;

    overflow-x:auto;

    scroll-snap-type:x mandatory;

    padding-bottom:10px;
}

.reels-slider::-webkit-scrollbar{
    display:none;
}

/* ===== REEL CARD ===== */

.reel-card{
    min-width:220px;

    width:220px;

    height:540px;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 4px 14px rgba(0,0,0,0.08);

    scroll-snap-align:start;

    position:relative;

    display:flex;

    flex-direction:column;
}

/* ===== REEL MEDIA ===== */

.reel-media{
    position:relative;

    height:360px;

    overflow:hidden;
}

/* ===== REEL IMAGE ===== */

.reel-image{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:0.3s;
}

/* ===== REEL VIDEO ===== */

.reel-video{
    position:absolute;

    top:0;
    left:0;

    width:100%;
    height:100%;

    object-fit:cover;

    opacity:0;

    visibility:hidden;

    transition:0.3s;
}

/* ===== ACTIVE ===== */

.reel-card.active .reel-video{
    opacity:1;

    visibility:visible;
}

.reel-card.active .reel-image{
    opacity:0;
}

/* ===== CONTENT ===== */

.reel-content{
    padding:14px;

    flex:1;

    display:flex;

    flex-direction:column;

    justify-content:space-between;
}

.reel-content h4{
    font-size:16px;

    line-height:1.4;

    height:70px;

    overflow:hidden;

    margin-bottom:10px;
}

/* ===== RATING ===== */

.reel-rating{
    font-size:13px;

    color:#f5b301;
}

.reel-rating span{
    color:#777;
}

/* ===== PRICE ===== */

.reel-price-box{
    margin-top:10px;
}

.reel-price-box .new-price{
    font-size:22px;

    font-weight:700;

    color:#111;
}

.reel-price-box .old-price{
    font-size:12px;

    text-decoration:line-through;

    color:#999;

    margin-left:5px;
}

.reel-price-box .discount{
    background:#ff4d4d;

    color:#fff;

    padding:5px 10px;

    border-radius:20px;

    font-size:11px;

    margin-left:8px;
}

/* ===== NAV ===== */

.reel-nav{
    display:none;
}



/* ======================================================
   OM WOODS MOBILE PRODUCT FIX
====================================================== */



.om-modern-trending-fix .premium-product-card{
    width:100% !important;
    background:#ffffff;
    border-radius:24px;
    padding:18px;
    overflow:hidden;
    box-sizing:border-box;
}

.om-modern-trending-fix .premium-product-image{
    width:100%;
    height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    position:relative;
    overflow:hidden;
}

.om-modern-trending-fix .premium-product-image a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
}

.om-modern-trending-fix .premium-product-image img{
    max-width:100%;
    max-height:200px;
    width:auto !important;
    height:auto !important;
    object-fit:contain;
    display:block;
    margin:auto;
}

.om-modern-trending-fix .premium-product-content{
    width:100%;
    padding-top:10px;
}

.om-modern-trending-fix .premium-product-content h3{
    margin:0 0 12px;
}

.om-modern-trending-fix .premium-product-content h3 a{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
    text-overflow:ellipsis;

    font-size:16px !important;
    line-height:1.5 !important;
    font-weight:500;

    color:#222;
    text-decoration:none;

    min-height:48px;
    max-height:48px;
}

.om-modern-trending-fix .premium-stock{
    font-size:15px;
    margin-bottom:10px;
}

.om-modern-trending-fix .premium-rating{
    margin-bottom:10px;
}

.om-modern-trending-fix .premium-price-wrap{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin-bottom:10px;
}

.om-modern-trending-fix .premium-new-price{
    font-size:20px;
    font-weight:700;
    color:#00a86b;
}

.om-modern-trending-fix .premium-old-price{
    font-size:14px;
    color:#999;
    text-decoration:line-through;
}

.om-modern-trending-fix .premium-save-price{
    color:#ff4d4d;
    font-size:15px;
    font-weight:600;
    margin-bottom:16px;
}

.om-modern-trending-fix .premium-cart-btn{
    width:100%;
    height:50px;
    border-radius:14px;
    background:#00b36b;
    color:#fff !important;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:16px;
    font-weight:600;
    text-decoration:none;
}

.om-modern-trending-fix .premium-badge{
    position:absolute;
    top:12px;
    left:12px;

    background:#ff5b5b;
    color:#fff;

    padding:8px 14px;
    border-radius:50px;

    font-size:12px;
    font-weight:600;

    z-index:2;
}




/* MAIN WRAPPER */
.om-modern-trending-fix{
    width:100% !important;
    padding:0 !important;
    margin:0 !important;
}

.premium-right-products{
    display:none !important;
}

/* REMOVE DESKTOP SPACING */
.om-modern-trending-fix .premium-trending-section{
    width:100% !important;
    max-width:100% !important;

    margin:0 !important;
    padding:0 !important;

    background:transparent !important;
}

/* SLIDER */
.om-modern-slider{
    display:flex;
    overflow-x:auto;

    gap:12px;

    padding:0 16px 14px 16px !important;

    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}

/* HIDE SCROLLBAR */
.om-modern-slider::-webkit-scrollbar{
    display:none;
}

/* CARD */
.om-modern-slider .om-modern-card{

    width:calc(100vw - 64px) !important;
    min-width:calc(100vw - 64px) !important;
    max-width:calc(100vw - 64px) !important;

    margin:0 !important;

    flex:0 0 auto;

    scroll-snap-align:center;

    box-sizing:border-box;
}

}

@media only screen and (min-width:768px){

.om-modern-slider{
    display:block !important;
    overflow:visible !important;
    padding:0 !important;
    gap:0 !important;
}

.om-modern-slider .premium-product-card{
    width:auto !important;
    min-width:auto !important;
    max-width:none !important;
    margin:0 !important;
    flex:none !important;
}

}

/* ======================================================
   OM MODERN MOBILE PRODUCT CARD
====================================================== */

@media only screen and (max-width:991px){

/* SLIDER */

.om-modern-slider{

    padding:0 10px;
}

.om-modern-slider .owl-stage{

    display:flex;
}

.om-modern-slider .owl-item{

    padding:0 6px;
}

/* CARD */

.om-modern-card{

    background:#fff;

    border-radius:24px;

    padding:16px;

    overflow:hidden;

    box-shadow:0 4px 14px rgba(0,0,0,0.06);

    height:100%;
}

/* TOP */

.om-modern-top{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:12px;
}

/* BADGES */

.om-modern-discount{

    background:#ff4d4d;

    color:#fff;

    font-size:16px;

    font-weight:600;

    padding:7px 12px;

    border-radius:30px;
}

.om-modern-badge{

    background:#00b36b;

    color:#fff;

    font-size:16px;

    font-weight:600;

    padding:7px 12px;

    border-radius:30px;
}

/* IMAGE */

.om-modern-image{

    width:100%;

    aspect-ratio:1/1;

    height:auto;

    display:flex;

    align-items:center;

    justify-content:center;

    margin-bottom:14px;

    background:#fff;

    overflow:hidden;
}

.om-modern-image img{

    width:100%;

    height:100%;

    object-fit:contain;
}

/* CATEGORY */

.om-modern-category{

    font-size:12px;

    color:#999;

    display:block;

    margin-bottom:8px;
}

/* TITLE */

.om-modern-title{

    margin:0 0 12px;

    min-height:48px;
}

.om-modern-title a{

    font-size:22px;

    line-height:1.5;

    font-weight:600;

    color:#222;

    text-decoration:none;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* RATING */

.om-modern-rating{

    font-size:16px;

    margin-bottom:10px;
}

.om-modern-rating span{

    color:#888;
}

/* STOCK */

.om-modern-stock{

    font-size:16px;

    color:#777;

    margin-bottom:14px;
}

/* PRICE ROW */

.om-modern-price-row{

    display:flex;

    align-items:flex-end;

    justify-content:space-between;

    gap:10px;
    
    margin-bottom: 5%;
}

/* PRICE */

.om-modern-price{

    display:block;

    font-size:22px;

    font-weight:700;

    color:#00a86b;

    line-height:1;
}

.om-modern-old-price{

    font-size:16px;

    color:#999;

    text-decoration:line-through;

    margin-top:4px;

    display:block;
}

/* BUTTON */

.om-modern-btn{

    min-width:72px;

    height:44px;

    padding:0 16px;

    background:#e7fff2;

    color:#00a86b !important;

    border-radius:14px;

    display:flex;

    align-items:center;

    justify-content:center;

    text-decoration:none;

    font-size:17px;

    font-weight:600;
}

/* =========================================
   OWL CARD CUT FIX
========================================= */

.om-modern-slider .owl-stage-outer{

    overflow:visible !important;
}

.om-modern-slider .owl-stage{

    display:flex;

    align-items:stretch;
}

.om-modern-slider .owl-item{

    height:auto !important;
}

.om-modern-card{

    height:auto !important;

    min-height:auto !important;
}

}

/* ======================================================
   MOBILE REVIEWS
====================================================== */

@media only screen and (max-width:991px){

.om-review-section{

    padding:55px 0;
}

/* HEADER */

.om-review-header{

    margin-bottom:30px;
}

.om-review-header h2{

    font-size:28px;

    line-height:1.4;
}

.om-review-header p{

    font-size:14px;
}

/* SLIDER */

.om-review-slider{

    padding:0 10px;
}

.om-review-slider .owl-item{

    padding:0 6px;
}

/* CARD */

.om-review-card{

    padding:20px;

    border-radius:22px;
}

/* TOP */

.om-review-top{

    gap:12px;

    margin-bottom:16px;
}

/* IMAGE */

.om-review-user img{

    width:58px;

    height:58px;
}

/* NAME */

.om-review-info h4{

    font-size:16px;
}

/* STARS */

.om-review-stars{

    font-size:13px;
}

/* TEXT */

.om-review-text{

    font-size:14px;

    line-height:1.7;
}

.mobile-only-products{
    display:block;
}

.desktop-only-products{
    display:none;
}

}

/* =========================================================
   OM WOODS PRODUCTS PAGE MOBILE VIEW
========================================================= */

@media only screen and (max-width: 767px){

/* =========================
   HERO SECTION
========================= */

.om-products-hero{
    padding:15px 12px !important;
}

.om-products-hero-content{
    display:flex !important;
    flex-direction:column !important;

    gap:20px;

    padding:20px !important;

    border-radius:24px !important;
}

/* LEFT SALE BOX */

.hero-side-banner{
    width:100% !important;

    border-radius:24px !important;

    padding:24px 20px !important;

    text-align:center;
}

.hero-side-banner h2{
    font-size:52px !important;
    line-height:1 !important;
}

.hero-side-banner h4{
    font-size:24px !important;
}

.hero-side-banner p{
    font-size:15px !important;
}

.hero-side-banner .shop-btn{
    display:inline-block;
    background:#fff;
    color:#059669 !important;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:0.3s;
}

.hero-side-banner .shop-btn:hover{
    transform:translateY(-6px);
}

.hero-free-delivery{
    justify-content:center !important;

    gap:10px !important;

    font-size:15px !important;
}

/* CENTER */

.om-products-hero-left{
    width:100% !important;

    text-align:center;
}

.om-products-hero-left h1{
    font-size:34px !important;

    line-height:1.3 !important;

    margin-bottom:16px !important;
}

.om-products-hero-left p{
    font-size:15px !important;

    line-height:1.7 !important;
}

/* TAGS */

.om-hero-tags{
    display:flex !important;

    flex-wrap:wrap !important;

    justify-content:center !important;

    gap:10px !important;
}

.om-hero-tags span{
    font-size:15px !important;

    padding:10px 11px !important;

    gap:0px !important;
}

/* BUTTONS */

.om-hero-buttons{
    display:flex !important;

    flex-direction:column !important;

    gap:12px !important;

    margin-top:20px !important;
}

.om-shop-btn,
.om-category-btn{
    width:100% !important;

    justify-content:center !important;

    height:54px !important;

    border-radius:16px !important;
}

/* PRODUCT IMAGE */

.om-products-hero-center{
    width:100% !important;

    display:none !important;

    
}

.hero-bg-circle{
    width:240px !important;
    height:240px !important;
}

.om-hero-product {
    display: none !important;
}

/* COUNT BOX */

.om-products-hero-right{
    width:100% !important;

    display:flex !important;

    justify-content:center !important;

    min-height: 200px;
}

.om-products-count-box{
    width:100% !important;

    border-radius:20px !important;

    padding:18px !important;

    text-align:center;

    right:0px !important;

    top: 0px !important;
}

/* =========================
   SIDEBAR
========================= */

.om-sidebar{
    margin-bottom:20px !important;

    padding:20px 16px !important;

    border-radius:0px !important;
}

.om-sidebar-title{
    font-size:26px !important;
}

.om-filter-block{
    margin-bottom:24px !important;
}

.om-filter-block ul li a{
    padding:12px 14px !important;

    font-size:14px !important;
}

/* =========================
   TOOLBAR
========================= */

.om-toolbar{
    display:flex !important;

    flex-direction:column !important;

    gap:16px !important;

    padding:18px !important;

    border-radius:20px !important;
}

.om-toolbar-left{
    width:100%;
}

.om-toolbar-left h2{
    font-size:28px !important;
}

.om-toolbar-right{
    width:100% !important;

    display:flex !important;

    flex-direction:column !important;

    gap:12px !important;
}

/* SEARCH */

.om-search-box{
    width:100% !important;
}

.om-search-box input{
    height:52px !important;

    font-size:14px !important;
}

.om-search-box button{
    width:52px !important;
}

/* SORT */

.om-toolbar-right select{
    width:100% !important;

    height:52px !important;

    border-radius:14px !important;
}

/* =========================
   PRODUCT GRID
========================= */

.om-products-page .col-6{
    padding-left:6px !important;
    padding-right:6px !important;
}

.om-market-card{
    border-radius:20px !important;

    padding:12px !important;

    margin-bottom:14px !important;
}

/* IMAGE */

.om-market-image{
    height:150px !important;

    display:flex !important;

    align-items:center !important;

    justify-content:center !important;
}

.om-market-image img{
    max-height:130px !important;

    object-fit:contain !important;
}

/* CONTENT */

.om-market-category{
    font-size:11px !important;
}

.om-market-title{
    font-size:14px !important;

    line-height:1.5 !important;

    height:42px !important;

    overflow:hidden !important;

    display:-webkit-box !important;

    -webkit-line-clamp:2 !important;

    -webkit-box-orient:vertical !important;
}

/* PRICE */

.om-market-price{
    flex-wrap:wrap !important;

    gap:6px !important;
}

.om-market-new-price{
    font-size:18px !important;
}

.om-market-old-price{
    font-size:12px !important;
}

/* BUTTON */

.om-market-cart-btn{
    width:100% !important;

    height:46px !important;

    border-radius:14px !important;

    font-size:14px !important;
}

/* BADGES */

.om-market-discount{
    font-size:10px !important;

    padding:6px 10px !important;
}

.om-market-wishlist{
    width:34px !important;
    height:34px !important;
}

/* NEW ARRIVAL */

.om-new-arrival{
    font-size:13px !important;

    padding:5px 10px !important;
}
}
/* =========================================
   MOBILE FILTER
========================================= */
@media only screen and (max-width: 767px){
.mobile-filter-top{
    margin:0 0 14px 0;

    padding:0;
}

.mobile-filter-btn{
    width:100%;

    height:48px;

    border-radius:14px;

    font-size:15px;

    font-weight:600;

    display:flex;

    align-items:center;

    justify-content:center;

    gap:8px;

    box-shadow:0 6px 18px rgba(0,179,107,0.18);
}

/* SIDEBAR */

.mobile-filter-sidebar{
    position:fixed;

    top:0;
    left:-100%;

    width:85%;
    height:100vh;

    background:#fff;

    z-index:99999;

    overflow-y:auto;

    transition:0.3s ease;

    padding:20px;
}

.mobile-filter-sidebar.active{
    left:0;
}

/* OVERLAY */

.mobile-filter-overlay{
    position:fixed;

    top:0;
    left:0;

    width:100%;
    height:100%;

    background:rgba(0,0,0,0.5);

    opacity:0;

    visibility:hidden;

    transition:0.3s;

    z-index:9999;
}

.mobile-filter-overlay.active{
    opacity:1;

    visibility:visible;
}

/* HEADER */

.mobile-filter-header{
    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:20px;
}

.mobile-filter-header h3{
    margin:0;

    font-size:24px;
}

.mobile-filter-header button{
    border:none;

    background:none;

    font-size:34px;

    display : block;
}

}

/* =========================================================
   MOBILE PRODUCT CARD FINAL FIX
========================================================= */

@media only screen and (max-width:991px){

/* GRID */

.om-products-page .row{
    margin-left:-5px !important;
    margin-right:-5px !important;
}

.om-products-page .col-6{
    padding-left:5px !important;
    padding-right:5px !important;
    margin-bottom:10px !important;
}

/* CARD */

.om-market-card{
    padding:10px !important;
    border-radius:18px !important;
    margin-bottom:0 !important;
}

/* TOP BADGES */

.om-market-top{
    margin-bottom:6px !important;
}

.om-market-discount{
    font-size:9px !important;
    padding:5px 8px !important;
}

.om-market-wishlist{
    width:30px !important;
    height:30px !important;
}

/* IMAGE AREA */

.om-market-image{
    height:120px !important;
    margin-bottom:8px !important;
}

.om-market-image img{
    max-height:105px !important;
    width:auto !important;
    object-fit:contain !important;
}

/* QUICK VIEW */

.om-quick-view-btn{
    bottom:8px !important;
    padding:7px 12px !important;
    font-size:11px !important;
    border-radius:30px !important;
    right: 2px;
    left: unset;

}

.om-quick-view-btn a{
    display:none;

}
/* CATEGORY */

.om-market-category{
    font-size:10px !important;
    margin-bottom:3px !important;
}

/* TITLE */

.om-market-title{
    margin-bottom:5px !important;
    line-height:1.35 !important;
    min-height:38px !important;
}

.om-market-title a{
    font-size:14px !important;
    line-height:1.35 !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* DESCRIPTION */

.om-market-desc{
    font-size:11px !important;
    line-height:17px !important;
    margin-bottom:6px !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* NEW ARRIVAL */

.om-new-arrival{
    font-size:9px !important;
    padding:4px 8px !important;
    margin-bottom:6px !important;
}

/* RATING */

.om-market-rating{
    font-size:11px !important;
    margin-bottom:4px !important;
}

.om-market-rating span{
    font-size:10px !important;
}

/* STOCK */

.om-market-stock{
    font-size:11px !important;
    margin-bottom:6px !important;
}

/* PRICE */

.om-market-price{
    font-size:22px !important;
    line-height:1 !important;
}

.om-market-old-price{
    font-size:11px !important;
}

/* ACTION BUTTONS */

.om-market-actions{
    margin-top:8px !important;
    gap:6px !important;
}

.om-add-cart-btn{
    height:38px !important;
    font-size:11px !important;
    border-radius:12px !important;
    flex:1 !important;
}

.om-view-btn{
    height:38px !important;
    min-width:64px !important;
    font-size:11px !important;
    border-radius:12px !important;
}

}

/* =========================================================
   PRODUCTS CATEGORY PAGE MOBILE VIEW
========================================================= */

@media only screen and (max-width:991px){

/* BODY */

body{
    overflow-x:hidden !important;
    background:#f5f6f8 !important;
}

/* CONTAINER */

.container-fluid{
    padding-left:10px !important;
    padding-right:10px !important;
}

/* =====================================================
   HERO
===================================================== */

.om-category-hero{
    padding:12px 0 !important;
}

.om-category-hero-wrap{
    flex-direction:column !important;
    padding:18px !important;
    border-radius:22px !important;
    gap:18px !important;
}

.om-category-left{
    width:100% !important;
    text-align:center !important;
}

.om-category-left h1{
    font-size:28px !important;
    line-height:1.3 !important;
    margin-bottom:10px !important;
}

.om-category-left p{
    font-size:14px !important;
    line-height:1.7 !important;
}

.om-badge{
    font-size:11px !important;
    padding:7px 12px !important;
}

.om-category-stats{
    justify-content:center !important;
    gap:10px !important;
    margin-top:15px !important;
}

.om-stat-box{
    min-width:110px !important;
    padding:14px !important;
    border-radius:18px !important;
}

.om-stat-box h3{
    font-size:24px !important;
}

.om-stat-box span{
    font-size:12px !important;
}

.om-category-right{
    width:100% !important;
}

.om-category-right img{
    width:100% !important;
    max-height:220px !important;
    object-fit:contain !important;
}

/* =====================================================
   TOOLBAR
===================================================== */

.om-toolbar{
    flex-direction:column !important;
    align-items:stretch !important;

    padding:16px !important;

    border-radius:18px !important;

    gap:14px !important;
}

.om-toolbar-left h2{
    font-size:26px !important;
}

.om-toolbar-left span{
    font-size:13px !important;
}

.om-toolbar-right{
    width:100% !important;

    flex-direction:column !important;

    gap:10px !important;
}

.om-search-box{
    width:100% !important;
}

.om-search-box input{
    height:48px !important;
    font-size:14px !important;
    border-radius:14px 0 0 14px !important;
}

.om-search-box button{
    width:50px !important;
    border-radius:0 14px 14px 0 !important;
}

.om-toolbar-right select{
    width:100% !important;
    height:48px !important;
    border-radius:14px !important;
    font-size:14px !important;
}

/* =====================================================
   SIDEBAR
===================================================== */

.om-sidebar{
    margin-bottom:16px !important;

    padding:18px 14px !important;

    border-radius:20px !important;
}

.om-sidebar-title h2{
    font-size:26px !important;
}

.om-filter-block ul li{
    margin-bottom:8px !important;
}

.om-filter-block ul li a{
    padding:12px 14px !important;
    border-radius:14px !important;

    font-size:13px !important;
}

/* =====================================================
   PRODUCT GRID
===================================================== */

.om-products-page .row{
    margin-left:-5px !important;
    margin-right:-5px !important;
}

.om-products-page .col-xl-3,
.om-products-page .col-lg-4,
.om-products-page .col-md-6,
.om-products-page .col-sm-6{
    width:50% !important;

    flex:0 0 50% !important;

    max-width:50% !important;

    padding-left:5px !important;
    padding-right:5px !important;
}

/* =====================================================
   CARD
===================================================== */

.om-market-card{
    border-radius:20px !important;

    padding:10px !important;

    margin-bottom:10px !important;

    height:100% !important;
}

/* TOP */

.om-market-top{
    margin-bottom:8px !important;
}

.om-market-discount{
    font-size:9px !important;
    padding:5px 8px !important;
}

.om-market-wishlist{
    width:30px !important;
    height:30px !important;
    font-size:12px !important;
}

/* IMAGE */

.om-market-image{
    height:130px !important;

    margin-bottom:8px !important;
}

.om-market-image img{
    max-height:110px !important;

    width:auto !important;

    object-fit:contain !important;
}

/* QUICK VIEW */

.om-quick-view-btn{
    opacity:1 !important;

    visibility:visible !important;

    transform:none !important;

    bottom:8px !important;

    padding:7px 12px !important;

    border-radius:30px !important;
}

/* CATEGORY */

.om-market-category{
    font-size:10px !important;

    margin-bottom:4px !important;
}

/* TITLE */

.om-market-title{
    min-height:38px !important;

    margin-bottom:5px !important;
}

.om-market-title a{
    font-size:14px !important;

    line-height:1.35 !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* DESCRIPTION */

.om-market-desc{
    font-size:11px !important;

    line-height:17px !important;

    margin-bottom:6px !important;

    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;

    overflow:hidden;
}

/* NEW ARRIVAL */

.om-new-arrival{
    font-size:9px !important;

    padding:4px 8px !important;

    margin-bottom:6px !important;
}

/* RATING */

.om-market-rating{
    font-size:11px !important;

    margin-bottom:5px !important;
}

.om-market-rating span{
    font-size:10px !important;
}

/* STOCK */

.om-market-stock{
    font-size:11px !important;

    margin-bottom:6px !important;
}

/* PRICE */

.om-market-price{
    font-size:20px !important;
}

.om-market-old-price{
    font-size:11px !important;
}

/* BUTTONS */

.om-market-actions{
    gap:6px !important;

    margin-top:8px !important;
}

.om-add-cart-btn{
    height:38px !important;

    font-size:11px !important;

    border-radius:12px !important;

    flex:1 !important;
}

.om-quick-view-btn a.com_text{

    display: none;
}
.om-view-btn{
    min-width:60px !important;

    height:38px !important;

    font-size:11px !important;

    border-radius:12px !important;
}

/* =====================================================
   MODAL
===================================================== */

.modal-dialog{
    width:95% !important;
    max-width:95% !important;

    margin:20px auto !important;

    padding:0 !important;
}

.modal-content{
    border-radius:20px !important;
}

.modal-body{
    padding:16px !important;
}

.admin-product-card{

    width:100%;
}

 .om-toolbar{

    padding:20px;

}

.om-toolbar-left h2{

    font-size:32px;

}

.om-search-box input{

    width:100%;

}

}


/* =====================================================
HOME PAGE Complete Room Setup section
======================================================= */

@media only screen and (max-width:991px){

    .om-room-grid{
        display:flex;
        flex-direction:column;
        gap:20px;
    }

    .om-room-card{
        width:100%;
        background:#fff;
        border-radius:20px;
        overflow:hidden;
        box-shadow:0 5px 20px rgba(0,0,0,0.08);
    }

    .om-room-top{
        display:flex;
        align-items:stretch;
    }

    /* LEFT IMAGE */

    .om-room-image{
        width:38%;
        position:relative;
        flex-shrink:0;
    }

    .om-room-image img{
        width:100%;
        height:100%;
        min-height:280px;
        object-fit:cover;
        display:block;
    }

    /* BADGE */

    .om-room-badge{
        position:absolute;
        top:12px;
        left:12px;
        color:#fff;
        font-size:12px;
        font-weight:600;
        padding:8px 14px;
        border-radius:30px;
    }

    /* RIGHT CONTENT */

    .om-room-content{
        width:62%;
        padding:16px;
    }

    .om-room-content h3{
        font-size:20px;
        line-height:28px;
        font-weight:700;
        margin-bottom:8px;
        color:#111;
    }

    .om-room-content p{
        font-size:13px;
        line-height:20px;
        color:#666;
        margin-bottom:14px;
    }

    /* PRODUCTS */

    .om-room-products{
        margin:0;
        padding:0;
        list-style:none;
    }

    .om-room-products li{
        display:flex;
        align-items:center;
        justify-content:space-between;
        gap:10px;
        padding:8px 0;
        border-bottom:1px solid #f1f1f1;
    }

    .om-room-products li span{
        font-size:13px;
        max-width:90px;
        overflow:hidden;
        white-space:nowrap;
        text-overflow:ellipsis;
    }

    .om-room-products li strong{
        font-size:13px;
        white-space:nowrap;
    }

    /* PRODUCT IMAGE */

    .om-room-products img{
        width:32px;
        height:32px;
        object-fit:cover;
        border-radius:8px;
        margin-right:8px;
    }

    /* BUTTON */

    .om-room-card > a{
        display:flex;
        align-items:center;
        justify-content:center;
        height:58px;
        width:100%;
        color:#fff;
        font-size:24px;
        font-weight:700;
        text-decoration:none;
    }

     .om-room-heading{
        margin-bottom:40px;
        padding:0 15px;
    }

    .om-room-heading span{
        font-size:11px;
        letter-spacing:2px;
        padding:10px 18px;
    }

    .om-room-heading span::before,
    .om-room-heading span::after{
        display:none;
    }

    .om-room-heading h2{
        font-size: 30px;
        line-height: 40px;
        letter-spacing: -1px;
        margin-bottom: 1px;
    }

    .om-room-heading p{
        font-size:17px;
        line-height:30px;
    }

}

/* =========================
HOME PRODUCT SLIDER MOBILE FIX
========================= */

@media only screen and (max-width:991px){

    .home-product-slider .owl-stage{
        display:flex;
    }

    .home-product-slider .owl-item{
        display:flex;
        justify-content:center;
    }

    .home-product-slider .product-inner{
        width:100% !important;
        margin:0 auto;
    }

    .home-product-slider{
        padding:0 10px;
    }

}

/* ==================== new menubar Mobile css ========================= */

@media(max-width:991px){

    .top-auth-section{
        gap:6px;
    }

    .modern-auth-dropdown{
        width:190px;
        right:-10px;
    }

    /* =========================
    PREMIUM TOP WELCOME BAR
    ========================= */

    .top-welcome-bar{
        justify-content:center;
        gap:10px;
        flex-wrap:wrap;
    }

    .welcome-badge{
        font-size:10px;
        padding:5px 10px;
    }

    .welcome-text{
        font-size:13px;
        text-align:center;
    }

    .header-top-nav .row{
        display: flex;
        flex-wrap:wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: center;
    }

    .modern-account-dropdown{
        position:relative;
    }

    .modern-auth-dropdown{
        display:none;
        opacity:1 !important;
        visibility:visible !important;
        top:55px;
    }

    .modern-account-dropdown.active .modern-auth-dropdown{
        display:block;
    }

    /* =========================
    MOBILE FLOATING NAVBAR
    ========================= */

    .mobile-bottom-nav{
        display:flex;
    }

    body{
        padding-bottom:95px;
    }

    /* =========================
    MODERN CATEGORY FLOAT MENU
    ========================= */

.mobile-category-popup{

    position:fixed;

    left:50%;
    bottom:85px;

    transform:translateX(-50%) scale(.9);

    width:88%;
    max-width:300px;

    background:#fff;

    border-radius:24px;

    box-shadow:0 20px 50px rgba(0,0,0,0.18);

    z-index:999999;

    overflow:hidden;

    opacity:0;

    visibility:hidden;

    transition:.28s ease;
}

/* ACTIVE */

.mobile-category-popup.active{

    opacity:1;

    visibility:visible;

    transform:translateX(-50%) scale(1);
}

/* HEADER */

.mobile-category-header{

    padding:16px;

    text-align:center;

    font-size:18px;

    font-weight:700;

    color:#222;

    border-bottom:1px solid #f2f2f2;

    background:#fafafa;
}

/* CATEGORY LIST */

.mobile-category-list{

    max-height:240px;

    overflow-y:auto;
}

/* ITEMS */

.mobile-category-list a{

    display:flex;

    align-items:center;

    justify-content:center;

    padding:15px;

    color:#ffffff !important;

    font-size:14px;

    font-weight:500;

    text-decoration:none;

    border-bottom:1px solid #f3f3f3;

    transition:.25s ease;

    background:linear-gradient(var(--gradient-angle),var(--gradient-color-1),var(--gradient-color-2))
}

.mobile-category-list a:last-child{

    border-bottom:none;
}

.mobile-category-list a:hover{

    background:#f8f8f8;

    color:#c89b63 !important;
}

/* DARK BACKDROP */

.mobile-category-popup::before{

    content:'';

    position:fixed;

    inset:0;

    background:rgba(0,0,0,0.25);

    z-index:-1;
}

.mobile-profile-popup{

    position:fixed !important;

    left:50% !important;

    bottom:90px !important;

    transform:translateX(-50%) scale(.9) !important;

    width:88% !important;

    max-width:280px !important;

    background:#fff !important;

    border-radius:24px !important;

    box-shadow:0 20px 50px rgba(0,0,0,0.18) !important;

    z-index:999999 !important;

    overflow:hidden !important;

    opacity:0;

    visibility:hidden;

    transition:.28s ease;
}

/* ACTIVE */

.mobile-profile-popup.active{

    opacity:1 !important;

    visibility:visible !important;

    transform:translateX(-50%) scale(1) !important;
}
.on-mobile{
    display:none !important;
}

.om-tab-content-area{
    padding:0px !important;
}

.om-review-summary{
    margin-bottom: 10px !important;
}

}

