/*
Theme Name: Noor Corporation Electronics Theme
Theme URI: https://webapplics.com/wordpress/themes/noorcorp
Description: A sweet and elegant WordPress theme for rishta websites.
Author: Shafique Ahmad
Author URI: https://webapplics.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: noorcorp
*/

/* Base CSS Variables for WooCommerce Theme */
:root {
    /* Color Palette */
    --primary-color: #003478;  /* #007cba Default WooCommerce blue */
    --secondary-color: #828282; /* Default secondary color */
    --accent-color: #f7b24b;  /* Accent color for call-to-action buttons */
    --background-color: #fff; /* General background */
    --text-color: #333333; /* Default text color */
    --heading-color: #222222; /* Heading text color */
    --link-color: #007cba; /* Link color */
    --link-hover-color: #005a87; /* Link hover color */
    --border-color: #f0f0f0; /* Default border color */
    --error-color: #e2401c; /* Error or alert color */

    /* Font Sizes (Based on Elementor defaults) */
    --font-size-xs: 12px;
    --font-size-sm: 14px;
    --font-size-md: 16px; /* Base body font size */
    --font-size-lg: 18px;
    --font-size-xl: 24px;
    --font-size-xxl: 32px;

    /* Font Family */
    --font-family-body: 'Arial', sans-serif;
    --font-family-heading: 'Roboto', sans-serif;

    /* Spacing */
    --space-xs: 8px;
    --space-sm: 16px;
    --space-md: 24px;
    --space-lg: 32px;
    --space-xl: 48px;
}
i.fa-x-twitter {   color: white !important;
  background: black !important;
  padding: 7px !important;
}
i.fa-facebook {
	background: #007CBA !important;
  color: white !important;
  padding: 7px !important;
	
}
i.fa-whatsapp {
  color: #45C153 !important;
  padding: 7px !important;}

i.fa-linkedin { 
background: #007CBA !important;
color: white !important;
padding: 7px !important;
}
/* Global Styles */
body {
    font-family: var(--font-family-body);
    font-size: var(--font-size-md);
    color: var(--text-color);
    background-color: var(--background-color);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    width:100%;
}
.subcategories-carousel .subcategory-item h3 { font-size:16px !important; font-weight:600 !important; margin-top:0 !important;}
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-heading);
    color: var(--heading-color);
    margin-bottom: var(--space-sm);
}
.slide-action a.button { padding:10px 65px !important; font-size: 18px !important}
h1 {
    font-size: var(--font-size-xxl);
}
h2 {
    font-size: var(--font-size-xl);
}
h3 {
    font-size: var(--font-size-lg);
}
h4 {
    font-size: var(--font-size-md);
}

/* Links */
a {
    color: var(--link-color);
    text-decoration: none;
}
a:hover {
    color: var(--link-hover-color);
}

/* Buttons */
button, .button, button.single_add_to_cart_button.button.alt {
    background-color: var(--primary-color);
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 20px;
    font-size: var(--font-size-md);
    cursor: pointer;
    box-shadow: none;
    outline: none;
    margin-left: 20px;
}

/*************Blinking effect on Shop now************/
 @keyframes blink {
            0% {
                opacity: 1;
				color:black;
				background-color:gold;
            }

            50% {
                opacity: 0;
				color:black;
				background-color:red;
            }

            100% {
                opacity: 1;
				color:black;
				background-color:crimson;
            }
        }

        .slide-action a.button {
            text-align: center;
            margin-top: 20%;
            font-size: 24px;
            color: green;
            //animation: blink 1s infinite;
        }
/****************************************/

button:hover, .button:hover, button.single_add_to_cart_button.button.alt:hover {
    background-color: #15c2b8;
    color:#fff;
}

/* Forms */
input, select {
    line-height: 40px;
}

.wa-page {
    background-color: rgba(240, 240, 240,1);
    padding: 30px 20px;
}

/* WooCommerce-specific Styles */
.woocommerce .woocommerce-message {
    background-color: var(--accent-color);
    color: #fff;
    padding: var(--space-sm);
    border-radius: 4px;
}

/* Page Header */
header {
    background-color: var(--background-color);
    color: var(--text-color);
    margin-bottom: 20px;
    text-align: center;
}

header .search form div {
    display: flex;
}

.mobile {
    display: none;
}

header .search input#s {
    background-color: #f1f7ff;
    border: none;
    border-radius: 20px 0 0 20px;
    padding: 0 75px 0 20px;
    font-size: var(--font-size-md);
    width: 400px;
}

header input#searchsubmit {
    border: none;
    color: #fff;
    background-color: #15c2b8;
    border-radius: 0 20px 20px 0;
    padding: 0 20px;
    font-size: var(--font-size-md);
    cursor: pointer;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
textarea:focus, 
select:focus {
    border:1px solid #15c2b8 !important;
    outline: none; /* Remove default browser outline */
}

header .search input#s:focus {
    border-color: var(--primary-color);
}

header .socials .btn-group-sm {
    gap: 0 10px;
}

header .socials .btn-group-sm a.btn {
    color: var(--primary-color);
    display: flex;
    font-size: 30px;
    gap:0 10px;
    align-items: center;
}

header .socials .btn-group-sm a i {
    font-size: 24px;
}

header .socials .btn-group-sm a i.fa.fa-mobile {
    color: #D33D3D;
}

header .socials a div {
    font-size: 15px;
    display: flex;
    flex-direction: column;
    gap: 3px 0;
    color: #333;
    line-height: 1.1;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    font-size: 20px;
    font-weight: bold;
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.wc-block-components-checkout-place-order-button--full-width {
    font-size: 20px;
    font-weight: bold;
}

.wc-block-components-sidebar.wc-block-checkout__sidebar.wp-block-woocommerce-checkout-totals-block {
    width: 50%;
}
.wc-block-components-main.wc-block-checkout__main.wp-block-woocommerce-checkout-fields-block {
    width: 50%;
}

#main {
    min-height: 350px;
    padding-bottom: 30px;
}

.woocommerce-message {
    display: none;
}

button.wc-block-cart-item__remove-link {
    text-decoration: none !important;
    border: 1px solid #ccc !important;
    padding: 5px 10px !important;
    border-radius: 20px !important;
    background-color: red !important;
    color: white !important;
}


.header-top {
    border: 1px solid var(--border-color);
}
.header-top .cart-count {
    background-color: red;
    color: white;
    font-size: 12px;
    border-radius: 50%;
    padding: 2px 6px;
    position: absolute;
    top: -5px;
    right: -10px;
}


#header {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

/*
    Navbar: Main Menu
*/
#menu-main-menu li:hover ul.dropdown-menu {
    display: block;
}

.navbar-nav .nav-link span {
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

a.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
}


img.brand-image {
    height: 45px;
}


.woocommerce-breadcrumb {
    font-size:0.875rem;
    line-height: 1.25rem;
    color: darkblue !important;
    font-weight: bold;
}

.woocommerce-breadcrumb a{
    color: #828282;
    font-weight: normal;
}

.header-top {
    padding: 10px 0;
}

.header-top .flex {
    display:grid;
    grid-template-rows: auto auto;
    gap:10px;
    
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
}

#menu-main-menu li a {
    padding: 0 13px;
}

.current-menu-item, #menu-main-menu li a:hover {
    background: linear-gradient(grey, silver);
}

.header-top .flex > div {
    display: flex;
    align-items: center;

}

.logo img {
    width: 125px;
    height: auto;
}

/*
    Slider
*/

.slider-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider .slide {
    position: relative;
    text-align: center;
}

.slide-image img {
    width: 100%;
    height: auto;
}

.slide-content {
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    padding: 20px;
    width: 80%;
    max-width: 600px;
}

.slider .button {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #ff6600;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border-radius: 5px;
}

h2.slide-title {
    color: white;
}

.slider.slick-initialized.slick-slider.slick-dotted {
    display: flex;
}

ul.slick-dots {
    list-style: none;
    display: flex;
    position: absolute;
    bottom: 10px;
    left: 50%;
    gap: 15px;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

ul.slick-dots .slick-active button {
    background-color: rgba(255, 255, 255, 1);
}

button.slick-arrow {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 2px 2px 2px 2px #00000055;
    color: black;
    position: absolute;
    top: 50%;
    z-index: 99;
    margin:0;
}


button.slick-arrow:hover {
    background-color: rgba(255, 255, 255, 1);
}

button.slick-prev.slick-arrow {
    left: 10px;
}

button.slick-next.slick-arrow {
    right: 10px;
}

ul.slick-dots li button {
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 2px 2px 2px 2px #00000055;
    color: black;
}

ul.slick-dots li button:hover {
    background-color: rgba(255, 255, 255, 1);
}

/*
    Category Carousel
*/

.category-carousel .slick-dots, .best-selling-carousel .slick-dots {
    display: none;
}

.category-carousel {
    padding: 20px;
    margin: 0 auto;
}

.carousel {
    position: relative;
    display: flex;
    gap: 0 30px;
}

.category-item {
    text-align: center;
    padding: 10px;
    width: 160px;
}

.category-item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.category-item img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.category-item h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.category-item a:hover img {
    transform: scale(1.05);
}

/*
    Products carousel
*/

.best-selling-carousel {
    padding: 20px;
    margin: 0 auto;
}

.best-selling-carousel h2 {
    text-align: center;
    margin-bottom: 20px;
}

.product-item {
    text-align: center;
    padding: 10px;
}

.product-image img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.product-title {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}

.product-price {
    color: #ff6600;
    font-weight: bold;
    margin-top: 5px;
}

.product-item a:hover img {
    transform: scale(1.05);
}




/*
    Archive: Product page
*/


.woocommerce div.product {
    margin-bottom: var(--space-lg);
}


.woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:30px;
}

.woocommerce ul.products li.product {
    background-color: #fff;
    border: 1px solid var(--border-color);
    padding: var(--space-sm);
    border-radius: 4px;
}

.woocommerce ul.products li.product a img {
    transition: transform 0.3s ease;
}

.woocommerce ul.products li.product:hover {
    border-color: var(--primary-color);
}

.woocommerce ul.products li.product:hover a img, .woocommerce ul.products li.product:active a img {
    transform: scale(1.1);
}

.woocommerce .star-rating {
    color: var(--accent-color);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: var(--primary-color);
    font-size: var(--font-size-lg);
}

.woocommerce a.button {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 20px;
    /*padding: 10px 20px;*/
    text-align: center;
	width:45%;
    display: inline-block;
    font-size: var(--font-size-md);
}

.woocommerce a.button:hover {
    background-color: #15c2b8;
    color: #fff;
}

.woocommerce ul.products li.product .custom-buttons{
    margin-top: 0;
}

.woocommerce ul.products li.product .custom-buttons .button {
    background-color: rgba(240, 240, 240,1);
    color: var(--heading-color);
    font-size: 10px;
    font-weight: normal;
    margin-top: 5px;
}

.woocommerce ul.products li.product .custom-buttons .button i {
    display: block;
    font-size: 20px;
    margin-bottom: 3px;
}

.woocommerce ul.products li.product .custom-buttons .button:hover {
    background-color: rgba(240, 240, 240,1);
}

.woocommerce ul.products li.product .custom-buttons .button:hover i {
    color: #aaa;
}

i.fa-brands.fa-whatsapp {
    color: #45C153;
}

i.fa.fa-map-marker {
    color: #D7483C;
}

.woocommerce span.onsale {
    background-color: var(--primary-color);
    border-radius: 0 0 10px 10px;
    margin: 0 !important;
    line-height: 1;
    padding: 10px 20px;
    right: 10px !important;
    min-height: 1em;
    max-width: 10em;
    display: none;
}

.woocommerce a.button:hover {
    background-color: var(--link-hover-color);
}

li>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: 280px;
    display: inline-block;
    width: 100%;
    padding: 5px 10px 20px 10px;
}

.woocommerce ul.products li.product a img {
    width: auto;
    /*height: 100%;*/
    margin: 0 auto;
    object-fit: contain;
}

/* Cart and Checkout Pages */
.woocommerce-cart table.cart th,
.woocommerce-cart table.cart td {
    padding: var(--space-xs);
    border: 1px solid var(--border-color);
}

.woocommerce-checkout .checkout-button {
    background-color: var(--primary-color);
    color: #fff;
    font-size: var(--font-size-lg);
    padding: var(--space-sm);
}

.woocommerce-checkout .checkout-button:hover {
    background-color: var(--link-hover-color);
}

.savings-tag {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: #c2254a;
    padding: 4px 4px 4px 10px;
    color: white;
    font-size: 12px;
    border-radius: 0 20px 20px 0;
    /*clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 0% 100%, 0% 0%);*/
}

.savings-text {
    margin-right: 10px;
}

.dot {
    /*width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    margin-left: 5px;*/
}

.product-category {
    font-size: 12px;
    margin:10px 0 5px 0;
    height:3em;
    overflow:hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    font-weight: normal;
    height:3em;
    overflow:hidden;
}

.price del .woocommerce-Price-amount.amount {
    color:#828282;
    font-size:12px;
}

.price ins{
    text-decoration: none;
}

.price .woocommerce-Price-amount.amount {
    color:#000;
    font-size:20px;
    line-height: 28px;
}


/*
    Single product page
*/

h1.product_title.entry-title {
    font-size: 21px;
    line-height: 1.5rem;
}

form.cart {
    display: flex;
}

.custom-buttons {
    display: flex;
    gap: 20px;
    padding: 5px 0;
    justify-content: space-between;
}

.woocommerce ul.products li.product .button {
    margin-top: 5px;
}

.woocommerce ul.products li.product > .button {
    width: 100%;
}

p.short-description {
    font-size: 13px;
}

.subcategories-carousel .slick-initialized .slick-track > div a {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100px;
}

ul.products li.product {
    width: 100% !important;
}

.woocommerce div.product form.cart {
    margin: 2em 0;
}
button.single_add_to_cart_button.button.alt {
    /*min-width: 200px;*/
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 20px;
}

.single .custom-buttons {
    margin: 1em 0;
}
.single .product_meta {
    margin: 2em 0;
}
a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
    background-color: var(--link-hover-color);
    border-radius: 20px;
    color: white;
    margin:10px 0;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
    background-color: #15c2b8;
}
section.related.products {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-top: 50px;
}






/* My Account page */

nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
}

nav.woocommerce-MyAccount-navigation ul li {
    line-height: 30px;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: underline;
}

li.woocommerce-MyAccount-navigation-link::before {
    content: '\203A';
    display: inline-block;
    margin-right: 5px;
}
/* Footer */
footer {
    background-color: var(--primary-color);
    color: #fff;
    padding: 1.25rem 0;
    text-align: center;
}

footer a {
    color: var(--link-color);
}

footer a:hover {
    color: var(--link-hover-color);
}

#footer-top {
    text-align: left;
    font-size: 0.75em;
    padding-top:30px;
}

#footer-top h3 {
    color: white;
    font-size: 2em;
}

#footer-top h4 {
    color: white;
    font-size: 1.5em;
    margin:20px 0 5px;
}

#footer-top p {
    margin-bottom:0.3rem;
}

#footer-top ul {
    list-style-type: none;
    padding-left:10px;
}

#footer-top a {
    color: white;
}

#footer-top a:hover {
    color: #15c2b8;
}

#wa-toolbar {
    background-color: #fff;
    box-shadow: 0 0 9px rgba(0,0,0,0.12);
    bottom:0;
    display: none;
    height:55px;
    padding:5px;
    position:fixed;
    width:100%;
    z-index: 999;

}

#wa-toolbar > div {
    flex: 1 0 20%;
    margin-top: 6px;
}

#wa-toolbar a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #222;
}

.socials-footer i.fa-brands.fa-whatsapp {
    color: #fff;
}

/* Pagination */
nav.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

a.page-numbers, span.page-numbers {
    border: 1px solid #cfc8d8;
    min-width: 1em;
    display: inline-block;
    padding: 0.5em;
    font-size: 1em;
    line-height: 1;
}

span.page-numbers.dots {
    border: none;
}

#username {
    line-height: 2;
}

#password {
    line-height: 2;
}

.woocommerce-button.button.woocommerce-form-login__submit {
    background-color: var(--primary-color);
    border-radius: 20px;
    color: white;
    margin:10px 20px 10px 0;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover {
    background-color: #15c2b8;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin: 10px 0 10px 0;
}

form.cart {
    justify-content: space-between;
    align-items: center;
}
button.single_add_to_cart_button.button.alt {
    padding: 15px 20px;
}


/*
    Wishlist
    .tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper.tinvwl-woocommerce_after_shop_loop_item
*/
a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-position-after {
    margin-top: 0;
}

a.tinvwl_add_to_wishlist_button.tinvwl-loop, a.tinvwl_add_to_wishlist_button.tinvwl-icon-heart {
    border-radius: 20px;
    background-color: rgba(240, 240, 240, 1);
    padding: 10px 20px;
}

.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-loop-button-wrapper {
    display: flex;
    justify-content: center;
}

/*
    Checkout page
*/

form.checkout.woocommerce-checkout {
    display: flex;
    justify-content: space-between;
	padding-top:40px;
	position:relative;
    width: 100%;
}

h3#order_review_heading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
	float:none;
	width:90%;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
	display:none;
}

.shipping_address input, .shipping_address select, .shipping_address textarea {
  background-color: #fff;
  border: 1px solid hsla(0,0%,7%,.8);
    border-top-color: rgba(18, 18, 18, 0.8);
    border-right-color: rgba(18, 18, 18, 0.8);
    border-bottom-color: rgba(18, 18, 18, 0.8);
    border-left-color: rgba(18, 18, 18, 0.8);
  border-radius: 4px;
  box-sizing: border-box;
  color: #2b2d2f;
  font-family: inherit;
  font-size: 1em;
  height: 50px;
  line-height: 1em;
  margin: 0;
  min-height: 0;
  padding: 1em .5em;
  width: 100%;
}

p#shipping_first_name_field {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
    
    .mobile i{
        color: #333;
    }

    header .search input#s {
        width: 250px;
    }
    
    .navbar-collapse {
        position: absolute;
        top: 48px;
        left: 0;
        background-color: #fff;
        z-index: 100;
        padding: 10px 50px;
        box-shadow: 3px 3px 9px;
        border-radius: 4px;
    }
    
    .navbar-nav .nav-link span {
        color: #333;
    }
    .woocommerce ul.products::before {
        display: none;
    }
    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }
    .woocommerce #main ul.products li.product {
        /* flex: 1 1 calc(48% - 30px); 2 product per row on mobile */
        /*padding:10px;*/
        width: 100%;
        margin:0;
        overflow:hidden;
    }
    .header-top .flex {
        /* display: block; */

        grid-template-columns: auto 1fr auto; /* Three columns: Menu, Logo, Social */
        grid-template-rows: auto auto; /* Two rows for mobile */
    }

    .menu {
        display: block;
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .logo {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
        justify-content: center; /* Center the logo */
    }
    .socials {
        display: block;
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .search {
        grid-column: 1 / -1; /* Take up the entire row */
        grid-row: 2 / 3;
    }

    form#searchform {
        width: 100%;
    }

    li>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        padding: 0;
    }
    .price .woocommerce-Price-amount.amount {
        font-size: 14px;
        line-height: 20px;
    }

    .header-top .flex > div {
        padding: 0 0 10px 0;
    }
    #header .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }
    .container-xxx {
        display: flex;
    }
    .header-top.sticky.fixed {
        position: fixed;
        top: 0;
        background-color: #fff;
        z-index: 9999;
        padding: 5px 0;
        width: 100%;
    }

    .logo img{
        width: 50px;
    }

    .custom-buttons {
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    
    .custom-buttons .button{
		width: 60px;
        height: 60px;
        line-height: 60px !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    
    .savings-tag {
        top: 0;
        left: 0;
        padding: 3px 0px 3px 10px;
        border-radius: 0 20px 20px 0;
    }
    .dot {
        width: 5px;
        height: 5px;
        margin-left: 0px;
    }
    .woocommerce ul.products {
        gap: 10px;
    }
    .wa-page {
        padding: 30px 10px;
    }
    
    li>a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
        height: 210px;
    }
    .slide-content {
        bottom: 5px;
    }
    .slide-image {
        height: 250px;
        overflow: hidden;
        position: relative;
    }
    a.add_to_cart_button.ajax_add_to_cart {
        padding: 13px 0;
        font-size: 0;
    }

    i.fas.fa-shopping-cart {
        font-size: 16px;
    }
    .category-carousel{
        padding:0;
    }
    .custom-buttons a span {
        display: none;
    }

    .woocommerce ul.products li.product .custom-buttons a.button i {
        font-size: 28px;
    }

    img.attachment-full.size-full.wp-post-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #wa-toolbar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #footer-top h3 {
        margin: 30px 0 10px;
    }
    #footer-top a {
        display: block;
        line-height: 40px;
    }

}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .header-top .flex {
        display: block;
    }
    .header-top .flex > div {
        padding: 0 0 10px 0;
        justify-content: center;
        display: flex;
    }
    .woocommerce ul.products {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    
    .woocommerce ul.products::before {
        display: none;
    }
    .woocommerce ul.products li.product {
        width: 100%;
    }
    button.slick-prev.slick-arrow {
        display: none !important;
    }
    button.slick-next.slick-arrow {
        display: none !important;
    }
    ul.slick-dots {
        display: none !important;
    }

    .custom-buttons {
        align-items: center;
        width: 100%;
    }
    
    .collapse.navbar-collapse {
        justify-content: left;
        background: navy;
        margin-bottom: 10px;
        border-radius: 6px;
    }


}

@media only screen and (min-width: 1024px) {
    .header-top .flex {
        grid-template-columns: 1fr 2fr 1fr; /* Three columns: Logo, Search, Contact */
    }
    .logo {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    .search {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .socials {
        grid-column: 3 / 4;
        grid-row: 1 / 2;
    }

    .menu {
        grid-column: 1 / 4;
        grid-row: 2 / 3; /* Span across all columns */
        justify-self: center;
    }

    .woocommerce ul.products::before {
        display: none;
    }
    .woocommerce ul.products li.product {
        width: 100%;
    }
    .custom-buttons {
        width: 100%;
    }
    
    .collapse.navbar-collapse {
        justify-content: left;
        background: navy;
        margin-bottom: 10px;
        border-radius: 6px;
    }

}