body.vertical-layout.vertical-menu-modern .horizontal-menu-wrapper {
  display: none;
}

.horizontal-menu > .main-menu {
  display: none;
}
.horizontal-menu .fixed-top {
  left: 0;
}

html body.navbar-static .app-content .header-navbar {
  background: transparent;
  box-shadow: none !important;
}

@media (max-width: 575.98px) {
  body.vertical-layout:not(.horizontal-layout).navbar-floating .header-navbar {
    margin-left: 1.2rem;
    margin-right: 1.2rem;
  }
}


#ecommerce-products{}

#ecommerce-products .ecommerce-card{
    box-shadow: none;
    border: none;
    background: none;
    border-radius: 0;
}
#ecommerce-products .ecommerce-card .item-img{
    background: white;
    border: 1px solid #e6e6e6;
    padding: 10px;
    border-radius: 0;
    height: 250px;
    max-height: 250px;
    justify-content: center;
}
#ecommerce-products .ecommerce-card .item-img .card-img-top{
  border-radius: 0;
  max-height: 90%;
  width: auto;
}

#ecommerce-products .ecommerce-card .card-body{
    text-align: center;
    padding-bottom: 0;
}
#ecommerce-products .ecommerce-card .card-body .item-wrapper{
    text-align: center;
    justify-content: center;
}
#ecommerce-products .ecommerce-card .card-body .item-wrapper .item-cost{
    margin-top: 5px;
}
#ecommerce-products .ecommerce-card .card-body .item-wrapper .item-cost .item-price{
    font-weight: lighter;
}

#ecommerce-products .ecommerce-card .card-body .item-name{}
#ecommerce-products .ecommerce-card .card-body .item-name a{
    font-weight: 550;
} 

#ecommerce-products .ecommerce-card .card-body  .item-description{
    display: none;
}
#ecommerce-products .ecommerce-card .item-options{
    /* min-height: 60px; */
    display: flex;
    align-items: center;
    justify-content: center;
}
#ecommerce-products .ecommerce-card .item-options a i {display: none;}
#ecommerce-products .ecommerce-card .item-options a{
    background: none !important;
    border: none;
    color: #ff7900;
    font-weight: 600;
    opacity: 0;
    transform: translateX(-10%);
    transition: opacity 0.3s ease, transform 0.3s ease;
    visibility: hidden;
    padding: 0;
}
#ecommerce-products .ecommerce-card:hover .item-options a{
    opacity: 1;
    transform: translateX(0);
    visibility: visible;
}
html body{
    background: white;
}

/* Product Detail Modal Styles */
#productDetailModal .modal-dialog {
    max-width: 900px;
}

#productDetailModal .modal-content {
    border-radius: 0;
    border: none;
    overflow: hidden;
}

#productDetailModal .modal-body {
    padding: 0;
}

#productDetailModal .product-modal-image {
    background: #f8f8f8;
    min-height: 500px;
}

#productDetailModal .product-modal-image img {
    max-height: 500px;
    width: auto;
    object-fit: contain;
}

#productDetailModal .product-modal-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #f8f8f8;
}
#productDetailModal .product-modal-content p span{background: none !important;}

#productDetailModal .close {
    opacity: 1;
    z-index: 10;
    background: white;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

#productDetailModal .close:hover {
    background: #f0f0f0;
    transform: rotate(90deg);
}

#productDetailModal .close span {
    font-size: 24px;
    line-height: 1;
    color: #222;
}

#productDetailModal .product-modal-content h2 {
    font-weight: 600;
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

#productDetailModal .product-modal-content h3 {
    font-weight: 600;
    font-size: 32px;
    color: #ff7900;
    margin: 0;
}

#productDetailModal .product-modal-content p {
    color: #6c757d;
    line-height: 1.8;
    font-size: 15px;
    margin-bottom: 30px;
}

#productDetailModal .btn-cart-modal {
    background: #222;
    color: white;
    padding: 12px 40px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border-radius: 0;
}

#productDetailModal .btn-cart-modal:hover {
    background: #ff7900;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

#productDetailModal .btn-cart-modal i {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

@media (max-width: 768px) {
    #productDetailModal .modal-dialog {
        max-width: 95%;
        margin: 10px auto;
    }
    
    #productDetailModal .product-modal-image {
        min-height: 300px;
    }
    
    #productDetailModal .product-modal-image img {
        max-height: 300px;
    }
    
    #productDetailModal .product-modal-content {
        padding: 30px 20px !important;
    }
    
    #productDetailModal .product-modal-content h2 {
        font-size: 22px;
    }
    
    #productDetailModal .product-modal-content h3 {
        font-size: 26px;
    }
}

/* Cart Badge Styles */
.cart-badge {
    position: absolute;
    top: -8px;
    right: -8px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background-color: #ea5455;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.header-navbar .dropdown-user .nav-link .d-block {
    position: relative;
}
.product-description{max-height: 300px;overflow: auto;margin-right: -40px;}