/*
Theme Name: Tech Glass Commerce
Theme URI: https://theartisan.pk/
Description: A premium, mobile-focused, high-performance WooCommerce custom template with an isolated desktop responsive engine and modern glassmorphic aesthetic.
Version: 1.0.2
Author: Muhammad Haris
Author URI: https://theartisan.pk/
Text Domain: tech-glass
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
*/

@import url('assets/css/main.css');
@import url('assets/css/desktop-layout.css');

/* ==========================================================================
   RESET & BASELINE OVERRIDES
   ========================================================================== */

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    background-color: #FAF8F6;
    color: #333333;
    font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
    min-height: 100vh;
    line-height: 1.5;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: inherit;
    text-decoration: none;
}

img, video {
    max-width: 100%;
    height: auto;
    display: block;
}

img-emb {
    max-width: 180%;
    height: auto;
    display: block;
}

/* Kill default WooCommerce clearfixes */
.woocommerce .products::before,
.woocommerce .products::after {
    display: none !important;
}

.woocommerce ul.products li.product .button {
    margin-top: 0 !important;
}

/* Mobile and Tablet screens (1024px and smaller) */
@media (max-width: 1024px) {
  img.custom-logo {
    max-width: 180px !important; /* Adjust size for tablets */
    height: auto !important;
  }
}

/* Mobile screens only (768px and smaller) */
@media (max-width: 768px) {
  img.custom-logo {
    max-width: 130px !important; /* Adjust size for mobile devices */
    height: auto !important;
  }
}