@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Momo+Signature&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Stack+Sans+Notch:wght@200..700&display=swap');

html,
body {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

* {
    font-family: "Poppins", sans-serif;
    color: black;
    text-decoration: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
}

.navbar .logo {
    font-family: "Momo Signature", cursive;
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .logo img {
    height: 40px;
}

.btn-secondary {
    background-color: #810000;
    padding: .5rem 1rem;
    color: white !important;
    border: 2px solid #810000;
    border-radius: 8px;
    font-weight: 600;
    transition: .3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block;
    text-align: center;
}

.btn-secondary:hover {
    background-color: transparent;
    color: #810000 !important;
    box-shadow: 0 4px 15px rgba(129, 0, 0, 0.2);
}

.btn-large {
    padding: 14px 40px;
    font-size: 1.1rem;
}

.btn-logout {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    color: white !important;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-logout:hover {
    background-color: #810000;
    border-color: #810000;
}

.landing {
    background: url("./pulao.jpg");
    background-color: rgba(159, 0, 0);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='637' height='318.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
    min-height: 100dvh;
    background-position: center;
    background-size: cover;
    display: grid;
}

.navbar {
    width: 100%;
    z-index: 1000;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 65%);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 25%);
    border-bottom: 1px solid rgba(245, 222, 179, 25%);
}

.cart-bar {
    padding: 1.5rem 4rem;
}

.navbar .container {
    padding: 1.5rem 4rem;
    width: 100%;
}

.navbar .nav-links {
    display: flex;
    gap: 2rem;
    justify-content: center;
    align-items: center;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cart-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: white;
}

.cart-count {
    font-size: 10px;
    font-weight: 700;
    background-color: #ffc107;
    color: black !important;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px;
}

.navbar a {
    color: white;
    transition: .1s linear;
}

.navbar a:hover {
    color: white;
    transform: translateY(-.05rem);
    text-shadow: 0 0 25px white;
}

.navbar a.active {
    color: white;
    text-shadow: 0 0 25px white;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-only { display: none; }
.desktop-only { display: block; }

.landing .hero {
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 5rem;
    padding-top: 120px;
    align-items: start;
    min-height: 80dvh;
    position: relative;
    background: linear-gradient(rgba(129, 0, 0, 25%), rgba(0, 0, 0, 100%));
}

.landing .hero .header {
    margin-bottom: 5rem;
}

.landing .hero :where(h1, p) {
    color: wheat;
    z-index: 999;
}

.landing .hero h1 {
    font-family: "Stack Sans Notch", sans-serif;
    text-shadow: 5px 5px 0px black, -1px -1px 0 black, 5px 5px 25px black;
    font-size: 4vw;
}

.landing .hero p {
    /* color: black; */
    font-size: 1.5vw;
}

.landing .hero img {
    position: absolute;
    /* margin-top: 50rem; */
    width: 50%;
    /* width: 500px; */
    /* z-index: -1; */
}

.landing .hero .logo-text {
    color: white;
}

.landing .hero img {
    position: absolute;
    right: 0%;
    opacity: 25%;
    width: 35vw;
    top: 0%;
    mix-blend-mode: multiply;
}

.cta {
    z-index: 999;
    background-color: wheat;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    font-weight: 500;
    margin-top: 1rem;
}

.products {
    background-color: bisque;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='637' height='318.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E"); */
    /* background-attachment: fixed; */
    padding: 4rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.products h2 {
    color: black;
    /* text-shadow: 0 0 10px black; */
}

.products .product-grid {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}

.products .product-grid .product-card {
    background-color: white;
    padding: 1rem;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 10%);
}

.products .product-grid .product-card .product-image-wrapper {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1rem;
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    align-items: center;
}

.products .product-grid .product-card .product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.products .product-grid .product-card:hover .product-image-wrapper img {
    transform: scale(1.05);
}

.products .product-grid .product-card .product-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding-bottom: 2rem;
}

.products .product-grid .product-card .product-info h3 {
    color: black;
}

.products .product-grid .product-card .product-info .add-to-cart {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
    padding: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid rgba(128, 128, 128, 0.466);
    background-color: rgba(255, 255, 255, 10%);
    border-radius: 10px;
    transition: .2s ease-in-out;
}

.products .product-grid .product-card .product-info .add-to-cart.added {
    background-color: #28a745;
    color: white !important;
    cursor: default;
    border: none;
    font-size: 13px;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}

.products .product-grid .product-card .product-info .add-to-cart.added span {
    color: white !important;
}

.products .product-grid .product-card .product-info .add-to-cart:hover {
    bottom: 1.25rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 10%);
}

.products .product-grid .product-card .product-info .original-price {
    color: rgb(241, 64, 64);
    text-decoration: line-through;
}

.products .product-grid .product-card .product-info .desc {
    color: rgb(80, 80, 80);
}

.products .product-grid .product-card .product-info .current-price {
    font-size: 25px;
    font-weight: 600;
}

/* cart page */
.cart-bar {
    justify-content: space-between;
    position: unset;
    width: unset;
    background-color: brown;
}

.empty-cart {
    margin-bottom: 1rem;
}

.cart-container-main {
    padding: 4rem;
    min-height: 100dvh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.cart-container-main .cart-items {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.cart-container-main .cart-items .cart-item {
    border: 1px solid rgba(0, 0, 0, 25%);
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 125px;
}

.cart-container-main .cart-items .cart-item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 4rem;
}

.cart-container-main .cart-items .cart-item h3 {
    font-weight: 500;
    line-height: 110%;
}

.cart-container-main .cart-items .cart-item .price {
    font-size: 15px;
    color: grey;
}

.cart-container-main .cart-items .cart-item img {
    border-radius: 7px 0 0 7px;
    height: 100%;
}

.cart-container-main .cart-items .cart-item .cart-item-total {
    /* padding-right: 2rem; */
}

.cart-container-main .cart-items .cart-item .cart-item-quantity button {
    display: flex;
    border-radius: 50%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 25%);
    cursor: pointer;
}

.cart-container-main .cart-items .cart-item .cart-item-quantity button:nth-child(1):hover {
    transform: translateY(-2px);
}

.cart-container-main .cart-items .cart-item .cart-item-quantity button:nth-child(3):hover {
    transform: translateY(2px);
}

.cart-container-main .cart-items .cart-item-quantity {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.cart-container-main .cart-summary h2,
.cart-container-main .cart-summary h3 {
    font-weight: 500;
    font-size: 21px;
}

.cart-container-main h1 {
    font-size: 21px;
    font-weight: 500;
}

form {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 25%);
    padding: 2rem;
    margin-top: 1rem;
    gap: 1rem;
    border-radius: 15px;
}

form :where(input, textarea) {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 25%);
    border-radius: 5px;
}

.btn-primary {
    padding: 10px 20px;
    cursor: pointer;
    background-color: brown;
    border: none;
    border-radius: 5px;
    color: white;
    transition: .2s linear;
}

.btn-primary:hover {
    background-color: black;
}

.cart-bar form {
    padding: 0;
    margin: 0;
}

.cart-bar form button {
    border: 1px solid white;
    padding: 5px 15px;
    border-radius: 10px;
}

.fullmenu {
    padding-top: 6rem;
}

.fullmenu h3 {
    font-weight: 500;
}

/* dashboard */
.dashboard-container {
    padding: 4rem;
}

.dashboard-container table {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 25%);
    border-collapse: collapse;
}

.dashboard-container table th {
    border: 1px solid rgba(0, 0, 0, 25%);
    text-align: start;
    padding: 10px 15px;
}

.dashboard-container table td {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 25%);

}

.dashboard-container h1 {
    font-weight: 500;
}

/* login */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100dvh;
}

/* products manager */
.product-manager {
    padding: 4rem;
}

.product-manager .admin-header h1 {
    margin-bottom: 1rem;
}

.product-manager .products-grid {
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-top: 1rem;
}

.product-manager h1 {
    font-weight: 500;
}

.product-manager .products-grid .admin-product-card {
    display: flex;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, 25%);
    border-radius: 10px;
}

.product-manager .products-grid .admin-product-card img {
    height: 100%;
    border-radius: 10px 0 0 10px;
}

.product-manager .products-grid .admin-product-card .product-details {
    display: flex;
    width: 100%;
    gap: 2rem;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.product-manager .products-grid .admin-product-card .product-details h3 {
    font-weight: 500;
}

/* footer */
footer {
    display: flex;
    justify-content: space-between;
    padding: 4rem 6rem;
    background: linear-gradient(135deg, #810000 0%, #630000 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .branding .logo-div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

footer p {
    color: white;
    font-size: 11px;
}

.logo-text {
    font-family: "Momo Signature", cursive;
}

footer .logo-text {
    font-size: 21px;
    color: white;
}

footer .logo-img {
    width: 100px;
}

footer div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: .5rem;
}

footer div a {
    color: white;
    fill: white;
    transition: .1s linear;
}

footer .socials a {
    display: flex;
    gap: 7px;
    justify-content: center;
    align-items: center;
}

footer div a:hover {
    transform: translateX(10px);
}

footer span {
    color: white;
}

.break {
    display: none;
}

#burger-icon {
    display: none;
    cursor: pointer;
}

main.container {
    padding-top: 120px;
    min-height: 70dvh;
}

.about-container {
    background-color: #ffc1c1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1237' height='618.5' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    padding: 4rem 6rem;
    padding-top: 8rem;
    min-height: 70dvh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media screen and (max-width: 900px) {
    .about-container {
        grid-template-columns: 100%;
        padding: 6rem 2rem 4rem;
        gap: 3rem;
    }
}

.about-container h1 {
    font-weight: 500;
    font-size: 26px;
    color: rgba(129, 0, 0, 100%);
}

/* responsiveness */
@media screen and (max-width: 1024px) {
    .navbar .container {
        padding: 1.5rem 2rem;
    }
    
    footer {
        padding: 4rem 2rem;
    }
}

@media screen and (max-width: 768px) {
    .mobile-only { display: block !important; }
    .desktop-only { display: none !important; }

    .navbar .logo {
        font-size: 1.1rem !important;
        white-space: nowrap;
    }

    .navbar .logo img {
        height: 38px !important;
        margin-right: 5px !important;
    }

    #burger-icon {
        display: flex !important;
        align-items: center;
    }

    .navbar .container {
        padding: 1rem 2rem;
    }

    .navbar .nav-links {
        display: none;
        position: absolute;
        flex-direction: column;
        top: 100%;
        left: 0;
        width: 100%;
        padding: 2rem;
        background-color: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(15px);
        gap: 1.5rem;
        text-align: center;
        border-bottom: 1px solid rgba(245, 222, 179, 0.1);
        z-index: 1001;
        box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    }

    .navbar .nav-links.active {
        display: flex;
        animation: fadeInDown 0.3s ease forwards;
    }

    @keyframes fadeInDown {
        from {
            opacity: 0;
            transform: translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .nav-actions {
        gap: 1rem;
    }

    .about-container {
        padding: 2rem;
        padding-top: 5rem;
        grid-template-columns: 100%;
    }

    .landing {
        grid-template-rows: 100%;
    }

    .landing .hero .header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .landing .hero img {
        top: 45%;
        left: 50%;
        width: 400px;
        transform: translate(-50%, -50%);
    }

    .navbar {
        padding: 1rem 0.25rem;
    }

    .navbar .container {
        padding: 0 2rem;
        width: 100%;
    }

    .landing .hero {
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }

    .landing .hero h1 {
        font-size: 7vw;
        text-align: center;
    }

    .landing .hero p {
        text-align: center;
        font-size: 15px;
    }

    .break {
        display: unset;
    }

    .products {
        padding: 2rem 2.5rem;
        padding-top: 6rem;
    }

    .products .product-grid {
        grid-template-columns: 100%;
    }

    .footer {
        padding: 4rem 2rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: left;
        gap: 2.5rem;
    }

    footer div {
        align-items: flex-start;
    }

    footer .branding .logo-div {
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .cart-bar {
        padding: 1rem 1.25rem;
    }

    .cart-container-main {
        padding: 1rem 1.5rem;
        grid-template-columns: 100%;
    }

    .cart-container-main .cart-items .cart-item {
        height: 100px;
    }

    .cart-container-main .cart-items .cart-item .info {
        padding: 0 1rem;
    }

    .cart-container-main .cart-items .cart-item .info h3 {
        font-size: 15px;
    }

    /* admin */
    .dashboard-container {
        padding: 1rem;
    }

    .dashboard-container h1 {
        font-size: 17px;
    }

    .dashboard-container table {
        font-size: 10px;
    }

    .dashboard-container .orders-table {
        overflow-x: scroll;
    }

    .product-manager {
        padding: 1rem;
    }

    .product-manager h1 {
        font-size: 17px;
    }

    .product-manager .products-grid {
        overflow-x: scroll;
    }

    .product-manager .products-grid .admin-product-card {
        height: 300px;
        flex-direction: column;
        width: 100%;
    }

    .product-manager .products-grid .admin-product-card h3 {
        font-size: 15px;
    }

    .product-manager .products-grid .admin-product-card :where(p, span) {
        font-size: 10px;
    }

    .product-manager .products-grid .admin-product-card .product-actions {
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }
}

.product-manager .empty-state {
    margin-top: 1rem;
}

.fullmenu .product-grid .product-actions .add-to-cart {
    position: relative !important;
    bottom: 0 !important;
    right: 0 !important;
}

.fullmenu .product-grid .product-actions .add-to-cart:hover {
    bottom: 0.25rem !important;
}

.navbar .nav-actions {
    display: flex;
    justify-content: center;
    align-center: center;
    gap: 1rem;
}

/* --- Beef Fry Custom Brand Colors --- */
:root {
    --primary-color: #810000;
    --secondary-color: #f4be37;
}

.navbar.cart-bar { background-color: var(--primary-color) !important; }
.logo-text { color: var(--secondary-color) !important; }
.btn-primary { background-color: var(--primary-color) !important; border-color: var(--primary-color) !important; }
.btn-primary:hover { opacity: 0.9; }
.btn-secondary { background-color: transparent !important; color: white !important; border-color: white !important; }
.btn-secondary:hover { background-color: white !important; color: black !important; }

/* Product Cards Aesthetic Polish */
.product-card {
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    border: none;
}
.product-info h3 { font-weight: 700; }
.current-price { color: var(--primary-color); font-weight: 800; font-size: 1.2rem; }

/* Admin Grid Polish */
.admin-product-card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.cart-item {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.cart-item-needs-choices {
    border-color: #e74c3c !important;
    background: #fff9f9;
}


/* ═══════════════════════════════════════════════════════════════════
   MOBILE RESPONSIVE OVERRIDES — appended for full mobile support
   ═══════════════════════════════════════════════════════════════════ */

/* ── Navbar: hide action buttons on mobile (they go into burger menu) ── */
@media screen and (max-width: 768px) {
    .nav-actions .btn-secondary { display: none !important; }

    /* Cart icon stays visible, only action buttons hidden */
    #burger-icon { display: flex !important; }

    /* Checkout: single-column layout on mobile */
    #checkoutGrid {
        grid-template-columns: 1fr !important;
    }
    #orderSummaryPanel {
        position: static !important;
        margin-top: 0;
    }

    /* Checkout: email + phone fields stack vertically */
    .co-email-phone {
        flex-direction: column !important;
        gap: 0 !important;
    }

    /* Checkout: section padding tighter on mobile */
    .checkout-section { padding: 80px 0 40px !important; }

    /* Track history table: hide Status and Action columns — they show in detail */
    .history-table th:nth-child(4),
    .history-table td:nth-child(4),
    .history-table th:nth-child(5),
    .history-table td:nth-child(5) { display: none; }

    /* Track: prevent ORDER ID from wrapping */
    .history-table td:first-child {
        white-space: nowrap;
        font-size: 12px;
        font-weight: 700;
    }
    .history-table th:first-child { white-space: nowrap; }
    .history-table th, .history-table td { padding: 10px 8px; }

    /* Track: wrap too-long order IDs with word-break as last resort */
    .track-wrap { padding: 80px 12px 40px; }

    /* Cart: flexible height so content doesn't get clipped */
    .cart-container-main .cart-items .cart-item {
        height: auto !important;
        min-height: 90px;
        align-items: stretch;
    }
    .cart-container-main .cart-items .cart-item img {
        width: 90px;
        min-width: 90px;
        object-fit: cover;
    }
    .cart-container-main .cart-items .cart-item .info {
        padding: 8px 10px !important;
        flex-wrap: wrap;
        gap: 4px;
    }
    .cart-container-main .cart-items .cart-item h3 {
        font-size: 13px !important;
    }
    .cart-container-main .cart-items .cart-item .price {
        font-size: 13px !important;
    }
    .cart-container-main .cart-items .cart-item .cart-item-total span {
        font-size: 14px;
        font-weight: 700;
    }

    /* Products grid: 2 columns on tablet-sized mobile */
    .products .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem !important;
    }

    /* Footer: tighter on mobile */
    footer {
        flex-direction: column !important;
        padding: 2rem 1.5rem !important;
        gap: 1.5rem !important;
    }

    /* Section padding reduction for mobile pages */
    section[style*="padding: 100px"] { padding: 80px 0 40px !important; }

    /* Burger menu: show Login/Admin links styled nicely */
    .navbar .nav-links .mobile-nav-item {
        display: flex !important;
        align-items: center;
        gap: 8px;
        color: white;
        font-size: 15px;
    }
    .navbar .nav-links .mobile-nav-item.admin-link {
        background: rgba(129,0,0,0.4);
        border-radius: 8px;
        padding: 8px 16px;
        border: 1px solid rgba(129,0,0,0.6);
    }
    .navbar .nav-links .mobile-nav-item.login-link {
        background: rgba(255,255,255,0.1);
        border-radius: 8px;
        padding: 8px 16px;
        border: 1px solid rgba(255,255,255,0.2);
    }
    .navbar .nav-links .mobile-nav-item.logout-link { color: #ff7675; }
}

/* ── Tablet (768–900px): 2-column product grid ── */
@media screen and (min-width: 769px) and (max-width: 900px) {
    .products .product-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 1rem !important; }
}

/* ── Very small phones (< 380px) ── */
@media screen and (max-width: 380px) {
    .products .product-grid { grid-template-columns: 1fr; }
    .history-table td, .history-table th { font-size: 11px; padding: 8px 6px; }
}
/* ═══════════════════════════════════════════════════════════
   PRODUCT CARD — Mobile 2-column compact redesign
   ═══════════════════════════════════════════════════════════ */
@media screen and (max-width: 768px) {

    /* Section: tighter side padding — only override left/right, not top */
    .products {
        padding-left: 0.75rem !important;
        padding-right: 0.75rem !important;
    }
    /* fullmenu (menu page) already has navbar offset via .fullmenu padding-top */
    .fullmenu .products {
        padding-top: 1.5rem !important;
    }
    .products .product-grid {
        gap: 10px !important;
    }

    /* Card: no card-level padding — image fills edge-to-edge */
    .products .product-grid .product-card {
        padding: 0 !important;
        border-radius: 14px !important;
        box-shadow: 0 3px 12px rgba(0,0,0,0.09) !important;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    /* Image wrapper: fills full width, card overflow:hidden handles corner clipping */
    .products .product-grid .product-card .product-image-wrapper {
        border-radius: 0 !important;
        margin-bottom: 0 !important;
        aspect-ratio: 4/3 !important;
        width: 100%;
    }

    /* Product info: padding here instead of on the card */
    .products .product-grid .product-card .product-info {
        padding: 6px 8px 52px !important;
        position: relative;
        flex: 1;
    }

    /* Product name: 13px, max 2 lines */
    .products .product-grid .product-card .product-info h3 {
        font-size: 13px !important;
        font-weight: 700 !important;
        line-height: 1.35 !important;
        color: #1a1a1a !important;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 2px;
    }

    /* Description: 11px, single line */
    .products .product-grid .product-card .product-info .desc {
        font-size: 11px !important;
        color: #999 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 3px;
    }

    /* Price block */
    .products .product-grid .product-card .product-info .current-price {
        font-size: 14px !important;
        font-weight: 800 !important;
        color: #810000 !important;
        display: block;
        line-height: 1.2;
    }
    .products .product-grid .product-card .product-info .original-price {
        font-size: 11px !important;
        line-height: 1.2;
        display: block;
    }

    /* Cart button: compact 36x36 rounded square, stays bottom-right */
    .products .product-grid .product-card .product-info .add-to-cart {
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        padding: 0 !important;
        right: 8px !important;
        bottom: 8px !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background-color: #810000 !important;
    }
    .products .product-grid .product-card .product-info .add-to-cart svg {
        width: 17px !important;
        height: 17px !important;
    }
    /* "Added" state stays full width with smaller font */
    .products .product-grid .product-card .product-info .add-to-cart.added {
        width: auto !important;
        padding: 5px 8px !important;
        font-size: 10px !important;
        right: 8px !important;
        bottom: 8px !important;
        left: 8px !important;
        border-radius: 8px !important;
    }
}