/*
Theme Name: GD collections Custom
Theme URI: https://example.com
Author: Piyush
Description: Custom WooCommerce Store Theme
Version: 1.0
Text Domain: GD-collections-custom
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
select,
textarea {
    font-family: inherit;
}