/*
Theme Name: Shred Happens Theme
Theme URI: https://bananaconda.pl
Author: Charles Dobrakowski
Author URI: https://bananaconda.pl
Description: Theme developed for Arash Hashemi
Requires at least: 6.1
Tested up to: 6.1
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: shredhappens
Tags: shred happens, keto
*/
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    background: #F7F7F7; 
    color: #393B62;
}

h1,h2,h3 {
    font-family: 'Unbounded', cursive;
}
h4,h5,h6 {
    font-family: 'Sarabun', sans-serif;
}

h1 { font-size: 3rem; margin-bottom: 1rem;}
h2 { font-size: 2.5rem; margin-bottom: 0.85rem;}
h3 { font-size: 2rem; margin-bottom: 0.75rem;}
h4 { font-size: 1.5rem; margin-bottom: 0.625rem;}
h5 { font-size: 1rem; margin-bottom: .5rem;}
h6 { font-size: 1rem; margin-bottom: .5rem;}

hr {
    margin-bottom: 2rem;
    border: 0;
}

a, button {
    all:unset;
}

a:hover, button:hover {
    cursor: pointer;
}

.btn, .checkout-button, .add_to_cart_button {
    font-family: 'Unbounded', cursive;
    background-color: #F3BB8A;
    border: 0.125rem solid #F3BB8A;
    text-transform: uppercase;
    padding: 0.625rem 1.125rem 0.625rem 1.125rem;
    border-radius: 0 2rem 2rem 2rem;
    transition: background-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    font-size: 1rem;
    max-width: fit-content;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cccbcb;
    font-family: 'Sarabun', sans-serif;
  }

.btn:hover, .checkout-button:hover, .add_to_cart_button:hover {
    background-color: #f3bb8a00;
    border: 0.125rem solid #F3BB8A;
    cursor: pointer!important;
}

input, textarea {
    outline: none;
    padding: 0.625rem 1.125rem 0.625rem 1.125rem;
    color: #191841;
    border: 0;
    background-color: transparent;
    border-bottom: 2px solid #191841;
    font-family: 'Sarabun', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
}

.img-left {
    margin: 0 auto 0 0;
}
.img-center {
    margin: 0 auto;
}
.img-right {
    margin: 0 0 0 auto;
}

.screen-reader-text {
    display: none;
}

sup {
    color: #f3bb8a!important;
    text-decoration: line-through!important;
    font-size: 1.5rem!important;
}

.container-alone {
    padding: 5rem 16rem 5rem 16rem;
}

@media screen and (max-width: 1600px) {
    .container-alone {
        padding: 5rem 8rem 5rem 8rem;
    }
}

@media screen and (max-width: 991px) {
    .container-alone {
        padding: 3rem 1.5rem 1rem 1.5rem;
    }
}

@media screen and (max-width: 768px) {
    .img-center, .img-left, .img-right {
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 0.875rem;
    }
    h1 { font-size: 2.625rem;}
    h2 { font-size: 2.1875rem; }
    h3 { font-size: 1.75rem; }
    h4 { font-size: 1.3125rem; }
    h5 { font-size: 0.875rem; }
    h6 { font-size: 0.875rem; }
    input[type="text"], input[type="email"] {
        font-size: 0.875rem;
    }
}