﻿html {
    box-sizing: border-box;
}

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

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    background-color: #fffdf8;
    font-family: 'General Sans Regular';
    color: #000000;
}

.font-weight-bold {
    font-family: 'General Sans Medium';
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 2px
}

.primary-button {
    grid-column-gap: 10px;
    color: #fff;
    text-transform: uppercase;
    background-color: #000;
    border-style: solid;
    border-color: #000;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 120%;
    text-decoration: none;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.promo-bar {
    background: #EBF5E9;
}

.category-sec {
    background: #FFFDF8;
}

.category-card {
    text-align: center;
    padding: 30px 15px;
    border: 1px solid #e0e0e0;
    transition: background-color 0.3s ease;
}

    .category-card:hover {
        background-color: #faece6;
        cursor: pointer;
    }

    .category-card:last-child {
    }

    .category-card img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

.category-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.category-text {
    color: #333;
    padding: 5px;
}

.row.no-gutters {
    border: 1px solid #eee;
}

@media (max-width: 767.98px) {
    .category-card {
        border: 1px solid #e0e0e0;
        border-bottom: none;
    }

        .category-card:last-child {
            border-bottom: none;
        }
}

@media (min-width: 1200px) {
    nav .container {
        width: 40%;
    }

    .hero-headline {
        font-size: 70px;
    }

    .sec-header {
        font-size: 60px;
    }
}

.masonry-inner {
    display: flex;
    gap: 15px;
}

.masonry-left,
.masonry-right {
    width: 50%;
    display: flex;
    flex-direction: column;
}

    .masonry-left img,
    .masonry-right img {
        width: 100%;
        height: auto;
        display: block;
        margin-bottom: 15px;
        border: 1px solid #ededed;
    }

    .masonry-left .top {
        margin-bottom: 15px;
    }

    .masonry-right img {
        height: 100%;
        object-fit: cover;
        border: 1px solid #ededed;
    }

@media (max-width: 767.98px) {
    .masonry-inner {
        flex-direction: column;
    }

    .masonry-left,
    .masonry-right {
        width: 100%;
    }

        .masonry-right img {
            height: auto;
        }
}

.sticky-test {
    position: sticky;
    top: 10%;
    background: white;
    z-index: 10;
}

.bg-pink {
    background-color: #FAECE6
}

.bg-light-pink {
    background-color: #f9f3ee;
}

.bg-black {
    background-color: #000;
}

nav .container {
    border: 1px solid #000;
}

.modal-content {
    text-align: center;
    padding: 40px 20px;
}

.modal-title {
    font-weight: bold;
}

.close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.5rem;
}
/* #### Generated By: http://font.download #### */

@font-face {
    font-family: 'General Sans Regular';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Regular'), url('../fonts/GeneralSans-Regular.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Italic'), url('../fonts/GeneralSans-Italic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Extralight';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Extralight'), url('../fonts/GeneralSans-Extralight.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Extralight Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Extralight Italic'), url('../fonts/GeneralSans-ExtralightItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Light';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Light'), url('../fonts/GeneralSans-Light.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Light Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Light Italic'), url('../fonts/GeneralSans-LightItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Medium';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Medium'), url('../fonts/GeneralSans-Medium.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Medium Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Medium Italic'), url('../fonts/GeneralSans-MediumItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Semibold';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Semibold'), url('../fonts/GeneralSans-Semibold.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Semibold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Semibold Italic'), url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Bold';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Bold'), url('../fonts/GeneralSans-Bold.woff') format('woff');
}


@font-face {
    font-family: 'General Sans Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('General Sans Bold Italic'), url('../fonts/GeneralSans-BoldItalic.woff') format('woff');
}


.category-card button {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.category-card:hover button {
    opacity: 1;
    visibility: visible;
}


@media screen and (max-width: 768px) {
    .hero-headline {
        font-size: 30px;
    }

    .product-details h2 {
        font-size: 22px;
        text-transform: uppercase;
    }

    .product-item h4 span {
        text-align: left;
        padding: 15px 0 !important;
    }

    .vip-sec {
        padding: 30px 0 !important;
    }

    .vip-header {
        margin-bottom: 20px;
    }

    .latestProd .py-5 {
        padding: 15px !important;
    }

    p {
        font-size: 15px;
    }

    nav .container {
        border: none;
    }

    #navbarMenu a {
        text-align: left;
    }

    .testi-new {
        text-align: center;
        padding: 15px;
    }

    .force-bot {
        border-bottom: 1px solid #e0e0e0 !important;
    }

    .mob-pad {
        margin-bottom: 25px;
    }

    .product-item {
        padding: 30px !important;
    }

    .testi-new img {
        margin-bottom: 10px;
    }

    .sec-header {
        font-size: 30px;
    }

    .masonry-inner {
        margin-top: 80px;
    }

    .primary-button {
        width: 70%;
        transform: none;
        left: 50px;
    }

    .vip-header {
        font-size: 30px;
    }

    .vip-cont p {
        text-align: center;
    }

    .testi-new {
        top: 0 !important;
    }

    .mobile-top-margin {
        margin-top: 25px;
    }

    .hero .p-5 {
        padding-top: 25px !important;
    }

        .hero .p-5 h1 {
            font-size: 26px;
        }
}

.menuIcon {
    font-size: 30px;
}

.custom-toggler {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1051; /* higher than navbar-collapse */
}

    .custom-toggler span {
        display: block;
        height: 2px;
        background: #000;
        margin: 6px 0;
        transition: all 0.3s ease-in-out;
    }

    .custom-toggler.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .custom-toggler.open span:nth-child(2) {
        opacity: 0;
    }

    .custom-toggler.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

#navbarMenu {
    width: 100%;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

    #navbarMenu a {
        padding: 15px 0;
        color: #000;
        font-weight: 600;
    }


.footer h5 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #999;
    letter-spacing: normal;
}

.footer p, .footer a {
    text-transform: uppercase !important;
    color: #fff;
    letter-spacing: normal;
    margin-bottom: 0;
}

.cartCount {
    background: #ebf5e9;
    padding: 1px 5px;
    border-radius: 100px;
    font-size: 10px;
    position: relative;
    margin-left: -11px;
    top: -8px;
}

.latestProd .bg-light-pink {
    min-height: auto;
}


@media (max-width: 767px) {
    .addToCart {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 90% !important;
        border-top: none; /* optional border */
        margin: 0 auto;
        margin-bottom: 20px;
    }

    body {
        padding-bottom: 60px; /* adjust to prevent content from hiding behind CTA */
    }

    .category-card button {
        display: none!important;
    }
}
