/*
Theme Name: My
Description: Lightweight universal WooCommerce theme for Elementor-built stores.
Version: 1.1.0
Text Domain: my
Requires at least: 6.0
Requires PHP: 7.4
*/

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

html {
    -webkit-text-size-adjust: 100%;
}

body {
    background: #fff;
    color: #111;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    line-height: 1.5;
    margin: 0;
}

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

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

button,
input,
select,
textarea {
    font: inherit;
}

.site-content {
    margin: 0;
    padding: 0;
    width: 100%;
}

.page-title,
.entry-title {
    display: none;
}

.quantity-cal {
    align-items: center;
    display: inline-flex;
    gap: 8px;
}

.quantity-wrapper {
    display: inline-flex;
}

.woocommerce .quantity .qty,
.quantity-wrapper input.qty {
    min-height: 42px;
    text-align: center;
}

.quantity-btn {
    align-items: center;
    background: transparent;
    border: 1px solid currentColor;
    border-radius: 999px;
    color: inherit;
    cursor: pointer;
    display: inline-flex;
    height: 34px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    width: 34px;
}

.quantity-btn.is-disabled {
    cursor: default;
    opacity: 0.45;
}

.woocommerce-loop-product__title {
    display: block;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 6px;
}

.elementor-template-canvas .site-content {
    min-height: 100vh;
}
