/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/* Hide top bar on mobile and tablet devices */
@media (max-width: 1024px) {
    .nasa-topbar-wrap {
        display: none !important;
    }
}

.nasa-category-horizontal-4 .nasa-cat-thumb img {
    height: 185px;
    object-fit: cover;
}



/* Hide the sorting arrows in the header */
.pvtfw_variant_table_block table.variant thead th .arrow {
    display: none !important;
}

/* Disable clicking on the headers so they don't trigger sorting */
.pvtfw_variant_table_block table.variant thead th {
    pointer-events: none;
    cursor: default !important;
}

.pvtfw_variant_table_block table.variant input.qty {
	 padding: 6px !important;
}
/* Target only when the screen width is 768px or less */
@media (max-width: 768px) {
    .logo-wrapper.elements-wrapper {
        padding: 15px; /* Adds 15px of padding to all sides */
        /* OR you can specify just top/bottom or left/right: */
        /* padding-top: 20px; */
        /* padding-bottom: 20px; */
    }
}

/* Packaging attribute in product loop cards */
.product-packaging-info {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #555;
}

.product-packaging-info .packaging-label {
    font-weight: 600;
    color: #333;
}

.product-packaging-info .packaging-value {
    font-weight: 500;
}

