*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

.disable-scroll {
    overflow: hidden;
}

html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: black;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #334;
    cursor: pointer;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #555;
}

@font-face {
    font-family: 'Grotesque_Bold';
    src: url("/assets/fonts/NG-Grotesque-Bold.woff2") format("woff2")
}

@font-face {
    font-family: 'Grotesque_Regular';
    src: url("/assets/fonts/NG-Grotesque-Regular.woff2") format("woff2")
}

@font-face {
    font-family: 'Chronicle';
    src: url("/assets/fonts/Chronicle.woff2") format("woff2")
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    flex-direction: row;
}

.nav-brand {
    display: flex;
    align-items: center;
    justify-content: start;
}

.nav-brand a {
    text-decoration: none;
    font-size: 25px;
    font-family: 'Permanent Marker', cursive;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    color: black;
}

.nav-brand span {
    color: #334;
    font-weight: 600;
    border-radius: 3px;
    cursor: default;
    margin: 0px 20px;
    font-family: 'Chronicle';
    font-size: 15px;
    user-select: none;
    -moz-user-select: none;
}

.nav-item {
    opacity: 0.8;
}

.nav-item:hover span {
    opacity: 1;
}

.nav-item-text {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    padding: 5px;
    opacity: 0.8;
    cursor: pointer;
    position: relative;
    user-select: none;
    -moz-user-select: none;
}

.nav-item-text:hover {
    opacity: 1;
}

@keyframes blink {
    0% {
        opacity: 0;
    }
    25% {
        opacity: .25;
    }
    50% {
        opacity: .5;
    }
    75% {
        opacity: .75;
    }
    100% {
        opacity: 1;
    }
}

.nav-items {
    display: flex;
    user-select: none;
    -moz-user-select: none;
}

.nav-item-collapse {
    display: none;
    width: 100%;
    height: 400px;
    min-height: 400px;
    background-color: white;
    position: absolute;
    left: 0;
    margin-top: 5px;
    color: black;
    flex-direction: row;
    padding: 20px;
    z-index: 2;
}

.nav-item-collapse div {
    flex-direction: column;
    font: 20px/1.2 "Chronicle", sans-serif;
}

.nav-item-collapse div a {
    padding: 5px 0px;
    text-decoration: none;
    color: black;
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    cursor: pointer;
}

.nav-item-text:hover+.nav-item-collapse {
    display: flex;
    opacity: 1;
}

.nav-item-collapse:hover {
    display: flex;
}

.nav-item-collapse-1 {
    width: 200px;
}

.side-nav {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding: 20px;
    background-color: white;
}

.side-item {
    font: 20px/1.2 "Grotesque_Bold", sans-serif;
    margin-bottom: 2px;
}

.side-nav-close-btn {
    background-color: transparent;
    border: none !important;
    outline: none !important;
    font-size: 25px;
    text-align: end;
    color: black;
}

.side-nav-close-btn i {
    color: black;
}

.menu {
    font-size: 30px;
    cursor: pointer;
    display: none;
}

.quotes {
    width: 100%;
    padding: 20px;
    height: 100px;
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.quotes-text {
    font: 20px/1.2 "Chronicle", sans-serif;
}

.valentines-text {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.valentines-text img {
    padding: 0px 10px 0px 0px;
    width: 50px;
}

.valentines-text span {
    color: red;
    font-family: "Grotesque_Bold", sans-serif;
    font-size: 20px;
    font-weight: 800;
}

.valentines-text a {
    background-color: white;
    border: 1px solid black;
    color: black;
    border-radius: 3px;
    padding: 5px 9px;
    margin-left: 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    font-family: "Grotesque_Bold", sans-serif;
}

.valentines-text a:hover {
    background-color: black;
    color: white;
}

.valentines-tags {
    width: 100%;
    padding: 15px 20px;
}

.valentines-tags a {
    font-family: "Grotesque_Bold", sans-serif;
    padding: 5px 10px;
    border: 1px solid black;
    border-radius: 3px;
    cursor: pointer;
}

.valentines-tags a.active {
    background-color: black;
    color: white;
}

.valentines-tags a:hover {
    background-color: black;
    color: white;
}

.coupons {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 10px 10px 10px 10px;
}

.coupons span {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
}

.coupons a {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    text-decoration: none;
    color: #fff;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px;
    border-radius: 3px;
    background-color: #000;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.coupons #couponInput {
    padding: 10px 25px;
    margin-right: 10px;
    margin-left: 10px;
    border: 1px dotted black;
    border-radius: 3px;
    z-index: -1;
}

.coupons #copy_coupon {
    padding: 10px;
    background-color: red;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    outline: none !important;
    border: none !important;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
}

.coupons input {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    text-indent: 5px;
    border: 1px solid black;
    padding: 4px 0px;
    border-radius: 3px;
    outline: none;
}

.coupons input::placeholder {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
}

.breadcrumbs-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    user-select: none;
    margin-top: 10px;
    -moz-user-select: none;
}

.breadcrumbs {
    width: 100%;
    text-align: start;
    text-transform: capitalize;
    width: 100%;
    user-select: none;
    -moz-user-select: none;
    font: 20px/1.2 "Chronicle", sans-serif;
}

.breadcrumbs span {
    font-weight: 700;
    text-transform: capitalize;
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
}

.results #totalResults {
    margin-left: 10px;
    border-radius: 3px;
    background-color: black;
    color: white;
}

.breadcrumbs a {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    color: grey;
    cursor: pointer;
    text-decoration: none;
}

.breadcrumbs a:hover {
    color: black;
}

.results {
    text-align: end;
    font-weight: 300;
    color: #555;
    width: 100%;
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
}

.results span {
    text-align: end;
    padding: 8px;
    font-weight: 700;
    color: black;
}

.tag {
    width: 100%;
}

.home a {
    -webkit-user-drag: none;
    text-decoration: none;
}

.home a img {
    -webkit-user-drag: none;
}

.sale,
.category {
    padding: 20px 0px;
    text-align: center;
}

.category {
    width: 100%;
    background-color: black;
    color: white;
}

.sale-text {
    text-transform: uppercase;
    font: 80px/1.2 "Chronicle", sans-serif;
}

.sale-quote {
    padding: 40px 0px;
    background-color: black;
    color: white;
    width: 100%;
}

.sale-quote p {
    text-align: center;
    font: 20px/1.2 "Chronicle", sans-serif;
}

.sale-items {
    width: 80%;
    margin: 60px auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    grid-gap: 15px;
}

.sale-items a {
    width: 100%;
    transition: all 0.2s;
    cursor: pointer;
}

.sale-items img {
    width: 100%;
    border-radius: 3px;
}

.sale-item {
    position: relative;
    transition: all 0.2s;
}

.sale-item a {
    transition: all 0.1s;
    position: absolute;
    background-color: #0707079d;
    left: 0;
    top: 0;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.sale-item:hover a {
    display: flex;
}

.sale-item a div {
    appearance: button;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #000 4px 4px 0 0, #fff 4px 4px 0 1px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Chronicle_bold", Arial, sans-serif;
    font-size: 25px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.sale-item a div:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.sale-item a div:not([disabled]):active {
    box-shadow: #000 2px 2px 0 0, #fff 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

.category-text {
    margin: 20px;
    text-transform: uppercase;
    font: 60px/1.2 "Chronicle", sans-serif;
}

.category {
    margin-top: 100px;
}

.category-quote-text {
    text-align: center;
    color: #fff;
    font: 20px/1.2 "Chronicle", sans-serif;
}

.category-items {
    text-align: center;
    margin: 50px 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 15px;
}

.category-item {
    width: 100%;
    background-color: transparent;
    color: black;
    border: 1px solid black;
    padding: 20px 0px;
    border-radius: 3px;
}

.category-item {
    appearance: button;
    background-color: #fff;
    background-image: none;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: #000 4px 4px 0 0, #fff 4px 4px 0 1px;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: "Chronicle_bold", Arial, sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 5px 10px 0;
    overflow: visible;
    padding: 12px 40px;
    text-align: center;
    text-transform: none;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    white-space: nowrap;
}

.category-item:focus {
    text-decoration: none;
}

.category-item:hover {
    text-decoration: none;
}

.category-item:active {
    box-shadow: rgba(0, 0, 0, .125) 0 3px 5px inset;
    outline: 0;
}

.category-item:not([disabled]):hover {
    box-shadow: #000 2px 2px 0 0, #fff 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

.category-item:not([disabled]):active {
    box-shadow: #000 2px 2px 0 0, #fff 2px 2px 0 1px;
    transform: translate(2px, 2px);
}

@media (min-width: 768px) {
    .category-item {
        padding: 12px 50px;
    }
}

.line {
    margin: 0 auto;
    width: 50%;
    border-bottom: 10px dotted black;
}

.footer-coupon {
    margin: 50px 0px;
    text-align: center;
    width: 100%;
}

.footer-coupon span {
    font-size: 23px;
    font-family: "Chronicle", sans-serif;
}

.footer-coupon-text {
    font: 80px/1.2 "Chronicle", sans-serif;
}

.footer-coupon p {
    font: 25px/1.2 "Grotesque_Bold", sans-serif;
}

.footer-coupon-value {
    padding: 20px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer-coupon-value {
    color: black;
    font-size: 40px;
    padding: 20px 50px;
    border: 3px dotted black;
    border-radius: 3px;
    z-index: -1;
}

#footer-coupon-copy {
    padding: 25px;
    background-color: red;
    color: white;
    cursor: pointer;
    border-radius: 3px;
    outline: none !important;
    border: none !important;
    margin: 10px;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    font: 30px/1.2 "Grotesque_Bold", sans-serif;
}

.footer-coupon-value a {
    font: 20px/1.2 "Grotesque_Bold", sans-serif;
    text-decoration: none;
    font-weight: 700;
    cursor: pointer;
    padding: 30px;
    border-radius: 3px;
    background-color: black;
    color: white;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.footer {
    margin-top: 60px;
    padding: 20px;
    text-align: center;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid black;
}

.footer h1 {
    text-decoration: none;
    font-size: 25px;
    font-family: 'Permanent Marker', cursive;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    margin-top: 30px;
}

.footer p {
    font-size: 18px;
    color: #000;
    font-family: 'Grotesque_Bold', cursive;
}

#copyright-year {
    font-family: 'Grotesque_Bold', cursive;
}

.grid {
    text-align: center;
    margin: 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 15px;
}

.grid .item img {
    width: 100%;
    height: 482px;
    border-radius: 3px;
    object-fit: contain;
}

.item {
    width: 100%;
    display: none;
    flex-direction: column;
    text-decoration: none;
    position: relative;
}

.grid .item:nth-child(1),
.grid .item:nth-child(2),
.grid .item:nth-child(3),
.grid .item:nth-child(4),
.grid .item:nth-child(5) {
    display: inline-block;
}

.content {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 12px;
    color: black;
    text-align: start;
    display: -webkit-box;
    max-width: 300px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font: 16px/1.2 "Grotesque_Bold", sans-serif;
}

.price {
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 8px;
    color: black;
    font: 16px/1.2 "Grotesque_Bold", sans-serif;
}

.price span strong {
    color: black;
    margin-left: 5px;
    font: 16px/1.2 "Grotesque_Bold", sans-serif;
    padding-right: 8px;
}

.price .pricewas {
    font: 16px/1.2 "Grotesque_Bold", sans-serif;
    color: grey;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: line-through;
}

.price .on-sale-text {
    color: white;
    border-radius: 3px;
    background-color: red;
    font-weight: 800;
    padding: 3px 5px;
    text-align: end;
}

.price span {
    font: 14px/1.2 "Grotesque_Bold", sans-serif;
    font-size: 12px;
    color: grey;
}

.buy {
    width: 100%;
    border-radius: 3px;
    background: #131313;
    text-align: center;
    display: flex;
    justify-content: center;
}

.buy-link {
    font: 16px/1.2 "Grotesque_Bold", sans-serif;
    padding: 10px;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    color: white;
}

.item:hover .buy {
    background-color: black;
}

.load-more-container {
    width: 100%;
    text-align: center;
    margin-bottom: 100px;
}

#result-value {
    display: none;
    text-align: center;
    width: 100%;
    color: #555;
    text-transform: uppercase;
    font: 30px "Grotesque_Bold", sans-serif;
}

#load-more {
    margin: 20px;
    display: inline-block;
    padding: 15px 60px;
    border: 1px solid #334;
    color: #334;
    background-color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 3px;
    font: 20px/1.2 "Grotesque_Bold", sans-serif;
}

#load-more:hover {
    background-color: black;
    color: #fff;
}