:root {
    --black: #000;
    --white: #fff;
    --gray: gray;
    --off-white-1: #E3FAEB;
    --off-white-2: #c5c6c6;
    --off-white-3: #c0c0c0;
    --off-white-4: rgb(80, 80, 80);
    --off-white-5: #e7e7e7;
    --header-light: #68B04D;
    --header-deep: #1C8A43;
    /* --landing-company-name: #030d17ea; */
    --landing-company-name: #045500;
    --landing-company-name-2: #075823;
    /* --landing-company-established: #030d17d1; */
    --landing-company-established: #313131;
    --primary-text-color: #084F15;
    --secondary-text-color: #10692F;
    --secondary-text-color-2: #497759;
    --dark-half-transparent: rgba(0, 0, 0, 0.5);
    --dark-shade-1: #030d17db;
    --dark-shade-2: #323f36;
    --dark-shade-3: #6a6a6a;
    --dark-shade-4: #333;
    --dark-shade-5: #434343;
    --border-color-1: #C5D0C9;
    --slider1-primary: #66c7b8;
    --slider1-secondary: #B2DED6;
    --slider2-secondary: #A9916A;
    --card-shadow-1: #b5e4c5;
    --about-popup-right: rgba(146, 221, 119, 0.671);
    --primary-button: #294031;
    --dark-transparent: #00000052;
    --delete-red: #ff7a6d;
    --payment-continue: #1566E0
}


@font-face {
    font-family: "FuturaLT";
    src: url(../FONTS/fontsource-converted/FuturaLT.woff2);
}

@font-face {
    font-family: "jomolhari";
    src: url(../FONTS/jomolhari/Jomolhari-Regular.woff2);
}


* {
    font-family: "FuturaLT";
    /* overflow-x: hidden; */
}

html,
body {
    overflow-x: clip;
    max-width: 100%;
}

/* width */
body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: var(--header-light);
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: var(--primary-text-color);
    border-radius: 15px;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: var(--primary-text-color);
}

.main-header {
    /* background-color: var(--header-light); */
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9999999999;
}

.inner-header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* background-color: var(--header-deep); */
    /* padding: 1rem 0; */
    height: 6vh;
}

.header-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 40;
    width: 100vw;
    height: 10vh;
    background: linear-gradient(to bottom, var(--white) 71%, transparent);
    ;
}

.header-main-list {
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
}

ul.header-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}

.inner-header li.header-item {
    list-style: none;
}

.inner-header li.header-item>a {
    padding: 0.5rem 1.5rem;
    transition: all ease 0.3s;
}

.inner-header li.header-item>a:hover {
    background: var(--header-light);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    transition: all ease 0.3s;
}

.inner-header li.header-item.active>a {
    font-weight: 900;
    background: var(--header-deep);
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
}

.inner-header li.header-item.active a {
    color: var(--white);
}

.inner-header li.header-item a {
    text-decoration: none;
    color: var(--black);
    /* padding: 0 3rem; */
    letter-spacing: 1px;
    font-size: 0.9rem;
}



.landing-page {
    height: 94vh;
    overflow: hidden;
}

.landing-page .sm-screen-container {
    height: 100%;
}

.landing-img {
    width: 100vw;
    height: 94vh;
    object-fit: cover;
}

.landing-lower {
    position: relative;
    /* position: absolute; */
    bottom: 0%;
    right: 0%;
    width: 100%;
    z-index: 30;
}

.landing-top {
    position: absolute;
    top: -8%;
    right: -3%;
    width: 65%;
}

.landing-shape {
    width: 60vw;
    height: 15vh;
    margin-bottom: -1px;
    margin-left: 0vw;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 40;
}

.landing-shape-top {
    display: none;
    width: 100%;
    height: 20vh;
    margin-bottom: -13vh;
    margin-left: 8%;
    rotate: 180deg;
}

.login-btn {
    background-color: var(--header-light);
    padding: 0.5rem 1rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all ease 0.3s;
}

.login-btn:hover {
    transition: all ease 0.3s;
    box-shadow: 0px 0px 5px var(--dark-shade-3);
}

.login-btn>img {
    height: 20px;
}

/* .landing-lower-info {
    height: 100%;
    width: auto;
}

.landing-lower-info>img {
    height: 50%;
    width: auto;
    object-fit: cover;
} */
.landing-lower-info>img {
    height: 8vh;
    /* or any vh value that works */
    width: auto;
    object-fit: cover;
}

.landing-company {
    font-size: 2.5vw;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: normal;
    color: var(--landing-company-name);
    padding-right: 1rem;
}

.established {
    font-weight: 300;
    color: var(--landing-company-established);
    letter-spacing: 1px;
    font-size: 1.9rem;
    line-height: normal;
    text-align: end;
    padding-right: 1rem;
    padding-top: 0.9rem;
}

.new-flavour {
    font-size: 1rem;
    color: var(--primary-text-color);
}

.landing-lower-info-top {
    top: 9.3vh;
    right: 0;
    justify-content: end;
    padding-right: 4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.landing-lower-info-lower {
    top: -15vh;
    right: 0;
    z-index: 50;
    position: absolute;
}

.Tradition-number {
    margin-top: 5rem;
}

.tradition-small {
    color: var(--primary-text-color);
    text-align: center;
    letter-spacing: 0.5rem;
    font-weight: 600;
    font-size: 1rem;
}

.tradition-big {
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 1px;
    font-weight: 600;
    color: var(--dark-shade-1);
    margin-bottom: 3.5rem;
}

.card-border {
    /*background-color: var(--border-color-1);
    padding: 1rem;
    border-radius: 15px;
    position: relative;
    height: 250px;
    min-height: 250px;
    width: 250px;
    min-width: 320px;
    max-width: 320px;
    overflow: hidden;*/
    background-color: var(--off-white-1);
    padding: 1rem;
    border-radius: 15px;
    position: relative;
    height: 230px;
    min-height: 230px;
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    overflow: hidden;
    box-shadow: 3px 3px 5px var(--card-shadow-1);
}

.border-cut {
    display: none;
    position: absolute;
    height: 300%;
    width: 50%;
    background-color: var(--white);
    rotate: -45deg;
    top: -65%;
    right: 0
}

.main-card {
    background-color: transparent;
    height: 100%;
    position: relative;
    z-index: 99;
    padding: 1.2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.main-card h1 {
    text-align: end;
    color: var(--secondary-text-color);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 3.2rem;
}

.main-card p {
    color: var(--dark-shade-2);

    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

}

.card-design {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.slider2-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* carousel style start */
.carousel-control-next,
.carousel-control-prev {
    width: 7%;
}

#teaSlider .carousel-control-prev-icon,
#teaSlider .carousel-control-next-icon {
    filter: invert(1) grayscale(100%) brightness(0);
    /* Makes icons black */
}

#teaSlider .carousel-control-prev,
#teaSlider .carousel-control-next {
    opacity: 0.8;
    /* Optional: make arrows slightly more visible */
}

/* carousel style end */
.product-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    height: 40vh;
    min-height: 40vh;
    max-height: 40vh;
    gap: 1rem;
    border: 1px solid var(--off-white-2);
    border-radius: 10px;
    padding: 1rem;
}

.product-wrapper {
    height: 100%;
    width: 100%;
    /* Added width */
    overflow: hidden;
    border-radius: 8px;
    /* Prevents overflow */
}

.product-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 40vh;
    gap: 1rem;
    border: 1px solid var(--off-white-2);
    border-radius: 10px;
    padding: 1rem;
}

.products {
    height: 100%;
    width: 100%;
    /* Added width */
    overflow: hidden;
    border-radius: 8px;
    /* Prevents overflow */
    cursor: pointer;
}

.products img {
    /* height: 100%; */
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
    border-radius: 20px;
}

.products:hover img {
    transform: scale(1.02);
}

.products:hover .product-details {
    text-decoration: underline;
    transition: transform 0.3s ease;
}

.footer-company-logo img {
    height: 7vh;
    width: auto;
}



.social-media a {

    color: var(--black);
    font-size: 1rem;
    text-decoration: none;
}



/* about page */
.about-image {
    height: 94vh;
    width: 100vw;
}

.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.about-section {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    /* height: 70vh; */
}

.about-left {
    width: 55%;
    display: flex;
    /* align-items: center; */
    justify-content: end;
    background: var(--white);
    border-top-right-radius: 15rem;
    background: rgb(255 255 255 / 72%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.2px);
    -webkit-backdrop-filter: blur(3.2px);
}

.inner-left .who {
    color: var(--black);
    font-size: 3rem;
    margin-bottom: 2.5rem;
    color: var(--primary-text-color);
    font-weight: 800;
    letter-spacing: 1.8px;
}

.about-right {
    width: 55%;
    /* background: #68b04d; */
    /* From https://css.glass */
    background: var(--about-popup-right);
    backdrop-filter: blur(7.4px);
    -webkit-backdrop-filter: blur(7.4px);
    border-left: 4px solid var(--white);
}

.inner-left {
    width: 100%;
    padding: 4rem 2.4rem;
}

.inner-right {
    width: 70%;
    padding: 7rem 0rem 1.5rem 3.1rem;
}

.inner-right p {
    color: var(--black);
    font-size: 1.3rem;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 2rem;
}

.inner-left-text p {
    color: var(--black);
    font-size: 1.3rem;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 2rem;
}

.inner-left-text p:last-child {
    margin-bottom: 0;
}

.about-aub-details {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5rem;
    max-width: 80%;
    margin: 2rem 0;
}

.tea-packets {
    height: 40vh;
    width: auto
}

.tea-packets>img {
    height: 100%;
    width: auto;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: -4px 6px 5px var(--header-light);
    rotate: -7deg;
}

.about-packets>p {
    color: var(--black);
    font-size: 1.5rem;
    letter-spacing: 0.6px;
    line-height: normal;
    margin-bottom: 2rem;
}

.about-packets>p:last-child {
    margin-bottom: 0;
}

.exceptional-tea {
    margin: 5rem;
}

















body.contact {
    /* CRITICAL: Enable 3D perspective context */
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
}


/* Background layer - moves SLOW (far away) */
.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Push back in Z space */
    transform: translateZ(-1px) scale(2);
    /* Scale compensates for distance to maintain size */

    background: url("https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=1920&q=80") center/cover;
    z-index: -1;
}



/* Multiple parallax layers example */
.layer-deep {
    transform: translateZ(-2px) scale(3);
    opacity: 0.5;
}

.layer-mid {
    transform: translateZ(-1px) scale(2);
}

.layer-front {
    transform: translateZ(0);
}

/* Smooth content styling */
h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: var(--dark-shade-4);
}

/* p {
        font-size: 1.2rem;
        line-height: 1.8;
        color: #666;
        max-width: 600px;
      } */

.spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 3rem;
    text-shadow: 0 2px 10px var(--dark-half-transparent);
}

/* CRITICAL: Root setup for parallax */
html {
    /* overflow: hidden; */
    height: 100%;
}

body.contact {
    perspective: 1px;
    transform-style: preserve-3d;
    height: 100%;
    /* NOT 100vh */
    overflow-x: hidden;
    overflow-y: auto;
}

.parallax-container {
    position: relative;
    height: 100vh;
    transform-style: preserve-3d;
    /* IMPORTANT: Add margin-bottom to create scroll space */
    margin-bottom: 0vh;
}

.parallax-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateZ(-1px) scale(2);
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.parallax-content {
    position: relative;
    background: var(--white);
    /* padding: 4rem 2rem; */
    min-height: 0vh;
    transform: translateZ(0);
    /* Add margin to ensure scrollability */
    margin-bottom: 0vh;
}

.spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 3rem;
    text-shadow: 0 2px 10px var(--dark-half-transparent);
}

.parallax-container {
    position: relative;
    height: 100vh;
    background-attachment: fixed;
    /* The magic property */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Then just use inline styles or classes for different images */
.parallax-mountain {
    background-image: url('https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=1920&q=80');
}




.contact-form-header {
    margin-left: 5rem;
}

.contact-form-header>p {
    text-shadow: none;
    line-height: normal;
    font-size: 2.2rem;
    color: var(--secondary-text-color-2);
    font-weight: 700;
}

.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 5vh;
}

.form-section {
    display: flex;
    width: 80%;
    gap: 1rem;
    align-items: flex-start;
}

.contact-sub-header {
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 600;
    color: var(--dark-shade-4);
}

.contact-main-header {
    font-size: 2.1rem;
    line-height: normal;
    font-weight: 600;
    color: var(--landing-company-name);
    margin-bottom: 1rem !important;
}

.store-location {
    width: 40%;
    /* height: 10px; */
    /* background: red; */
    border: 1px solid var(--off-white-3);
    border-radius: 20px;
    padding: 1rem;
}

.form-input-section {
    width: 60%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.input-row-1>input {
    width: 49%;
    border-radius: 5px;
    border: 1px solid var(--gray);
    outline: none;
}

.input-row-2>input {
    width: 49%;
    border-radius: 5px;
    border: 1px solid var(--gray);
    outline: none;
}

.form-input-section textarea {
    font-size: 1.3rem;
    width: 100%;
    border-radius: 5px;
}

.contact-btn {
    background-color: var(--primary-button);
    cursor: pointer;
}

.contact-btn span {
    text-shadow: none;
    font-size: 1.2rem;
}

.opening-hours {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    column-gap: 2rem;
}

.opening-hours span {
    font-size: 1rem;
    text-shadow: none;
    color: var(--dark-shade-3);
    line-height: normal;
}

.loaction-name {
    font-size: 2.5rem;
    color: var(--secondary-text-color-2);
    text-shadow: none;
}

.address {
    font-size: 1.1rem;
    text-shadow: none;
    line-height: normal;
    text-align: start;
    color: var(--gray);
}

.location p {
    text-shadow: none;
    color: gray;
    font-size: 1.2rem;
}



.form-input-section>input,
.form-input-section>textarea {
    border-radius: 15px;
    outline: none;
    border: 1px solid var(--gray);
    padding: 0.4rem 0.7rem;
}

.other-contact {
    display: flex;
    flex-direction: column;
    padding-left: 1.5rem;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
}

.other-contact>a {
    font-size: 1rem;
    text-shadow: none;
    color: var(--gray);
    transition: all ease 0.3s;
}

.other-contact>a:hover {
    color: var(--off-white-4);
    transition: all ease 0.3s;
}

.condition-text>p {
    margin: 0;
}

.responsive-menu {
    display: none;
}

.qty-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus {
    border: 1px solid #d4d4d4;
    padding: 0;
    font-size: 10px;
    height: 25px;
    width: 25px;
    transition: 0.3s;
    border-radius: 50%;
}

.qty-container .qty-btn-minus {
    margin-right: -1px;
    border: 1px solid var(--delete-red);
    color: var(--delete-red);
    background: #ffeaea;
}

.qty-container .input-qty {
    text-align: center;
    padding: 4px 3px;
    border: none;
    max-width: 80px;
    width: 30px;
}

.qty-container .qty-btn-plus {
    margin-left: -1px;
    border: 1px solid #13a89e;
    color: #02655e;
    background: #eafffe;
}

.product-section-info {
    display: flex;
    /* align-items: center; */
    /* border: 1px solid var(--gray); */
    border-radius: 15px;
    /* margin-top: 5rem; */
}

.product-left-section {
    width: 50%;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50vh;
}
.product-left-section>.product-img {
    height: 100%;
    width: 100%;
}
.product-left-section>.product-img>img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.product-right-section {
    width: 50%;
    padding: 2rem 0;
}
.product-right-section>div {
    margin-top: 2rem;
}
.product-name {
    font-size: 1.7rem;
    font-weight: 600;
    margin: 0;
}

.product-sub-name {
    font-size: 1rem;
    color: var(--gray);
    margin: 0;
}

.product-price {
    font-size: 1.4rem;
    margin: 1.3rem 0;
}

.add-btn {
    width: 60%;
    background: var(--black);
    font-size: 1.1rem;
    text-align: center;
    border-radius: 5px;
    padding: 0.5rem 0;
    color: var(--white);
    gap: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all ease 0.3s;
}

.add-btn:hover {
    background-color: var(--dark-shade-1);
    transition: all ease 0.3s;
}

.other-products {
    margin-top: 2rem;
}

.cart-section {
    display: flex;
    align-items: center;
    justify-content: end;
}


/* Hide arrows for Chrome, Safari, Edge, Opera */
.input-qty::-webkit-outer-spin-button,
.input-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide arrows for Firefox */
.input-qty[type=number] {
    -moz-appearance: textfield;
}

.card-section {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: var(--dark-transparent);
    z-index: 999;
    display: flex;
    justify-content: end;
    align-items: center;
}

.cart-wrapper {
    width: 40vw;
    background: var(--white);
    height: 100%;
    margin-right: -1000px;
    transition: all ease-in-out 0.3s;
}

.cart-wrapper.open-cart {
    margin-right: 0px;
    transition: all ease-in-out 0.3s;
}

.cart-list {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 5rem);
    /* Full viewport minus top margin */
}

.cart-list-checkout {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 5rem);
    /* Full viewport minus top margin */
}

.cart-items-section {
    flex: 1;
    /* Takes all remaining space */
    overflow-y: auto;
    /* Scroll if content overflows */
}

.cart-header {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 1px;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.cart-list-wrapper {
    list-style: none;
    margin: 0 1rem 1rem;
    padding: 0;
    max-height: 90%;
    overflow: auto;
    /* background-color: var(--delete-red); */
}

ul.cart-list-wrapper-checkout {
    list-style: none;
    margin: 0 1rem 1rem;
    padding: 0;
    min-height: 30%;
    max-height: 70%;
    overflow-x: hidden;
    overflow-y: auto;
    /* background-color: var(--delete-red); */
}

.cart-item-img {
    height: 10vh;
    width: auto;
    display: flex;
    align-items: center;
    gap: 0.7rem;
}

.cart-item-img>img {
    height: 100%;
    width: auto;
    border-radius: 5px;
}

.cart-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border: 1px solid var(--off-white-2);
    padding: 0.3rem;
    border-radius: 8px;
    margin-bottom: 5px;
}

.cart-item-price {
    color: var(--gray);
}

.item-trash-btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: var(--delete-red);
    cursor: pointer;
    transition: all ease 0.3s;
}

.item-trash-btn:hover {
    color: red;
    transition: all ease 0.3s;
}

.checkout {
    display: flex;
    justify-content: space-between;
    padding: 0 1.5rem;
}

.cart-total {
    display: flex;
    gap: 0.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.cart-total-checkout {
    display: flex;
    gap: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;
}

.checkout-btn {
    width: 50%;
    text-align: center;
    background: var(--black);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    padding: 0.5rem;
    cursor: pointer;
}

.checkout-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--off-white-2);
}

.checkout {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 1.4rem;
}

.continue-browsing {
    font-size: 1rem;
    color: var(--black);
}

.checkout-left {
    display: flex;
    flex-direction: column;
    /* justify-content: end; */
    align-items: end;
}

.checkout-left>div.row {
    width: 85%;
}

.checkout-continue-row {
    /* display: flex;
    align-items: center;
    justify-content: center; */
    margin-top: 1rem;
}

.checkout-continue {
    /* width: 95%; */
    background: var(--black);
    padding: 0.7rem;
    text-align: center;
    color: var(--white);
}

.payment-continue {
    /* width: 95%; */
    background: var(--payment-continue);
    padding: 0.7rem;
    text-align: center;
    color: var(--white);
}

.checkout-border {
    border: 1px solid gray;
    outline: none;
}

.checkout-summary {
    width: 100%;
    border-top: 1px solid var(--off-white-2);
    padding-top: 1rem;
}

.checkout-summary>.cart-total-checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

.checkout-left .row {
    align-content: flex-start;
    /* Prevents stretching */
    min-height: auto;
    /* Removes any min-height inheritance */
}

/* Or target specific rows */
.checkout-left>.row>.row {
    height: auto;
    min-height: unset;
}

.delivery-method {
    /* border: 1px solid var(--gray); */
}

.delevery-info {
    padding: 0;
    background-color: var(--off-white-5);
}

.payment-continue {
    background-color: var(--payment-continue);
}

.checkout-right {
    position: sticky;
    top: 0;
    left: 0;
    align-self: flex-start;
    /* Add this */
    height: fit-content;
    /* Add this to prevent full height */
}

.swiper {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 80px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    transition: transform 0.3s ease;
}

.swiper-slide>.card-img {
    /* width: 100% !important; */
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.left-blur {
    position: absolute;
    top: 0;
    left: 0;
    width: 20vw;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to right, var(--white) 55%, transparent);
    filter: blur(10px);
    margin-left: -1vw;
}

.right-blur {
    position: absolute;
    top: 0;
    right: 0;
    width: 20vw;
    height: 100%;
    z-index: 10;
    background: linear-gradient(to left, var(--white) 55%, transparent);
    filter: blur(10px);
    margin-right: -1vw;
}

/* This sets fixed 300px */
.swiper-slide {
    width: 300px;
    height: 300px;
}

/* This overrides to 250px */
.mySwiper .swiper-slide {
    width: 250px;
    height: auto;
}

.card-img {
    overflow: hidden;
    border-radius: 20px;
    /* height: 60vh; */
    height: 50vh;
    width: 20vw;
}

.dark-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, var(--black) -20%, transparent);
    display: flex;
    align-items: start;
    justify-content: end;
    flex-direction: column;
    padding: 1rem;
}

.dark-wrapper .card-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: #fff3e4;
    line-height: normal;
}

.dark-wrapper .card-text {
    font-size: 1rem;
    color: #fff;
    line-height: normal;
}

.slider-section {
    margin-top: 3rem;
}

.new-arrivals {
    display: flex;
    align-items: center;
    max-width: 60vw;
}

.arrivals-right {
    height: 50vh;
    width: 50vw;
    border-radius: 20px;
    overflow: hidden;
}

.arrivals-right>img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.branding {
    display: flex;
    align-items: center;
}

.branding-name {
    display: flex;
    flex-direction: column;
}

.branding-name>span {
    line-height: normal;
}

.name-first {
    font-size: 1.8rem;
    font-weight: 800;
}

.brand-since {
    color: var(--dark-shade-1);
}

.branding-logo {
    height: 80px;
}

.pre-order {
    font-size: 1.5rem;
    color: var(--dark-shade-2);
}

.white-tea {
    font-size: 2rem;
    font-weight: 600;
    color: var(--landing-company-name-2);
}

.about-white-tea {
    width: 90%;
    font-size: 1.3rem;
    letter-spacing: 0.8px;
}

.left-arrival-text {
    padding-left: 5rem;
    margin-top: 2rem;
}

.contact-page-img {
    height: 94vh;
    width: 100vw;
    position: absolute;
}

.contact-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contact-img-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to top, var(--white), transparent);
}

.contact-header {
    font-size: 2.5rem;
    text-decoration: underline;
    text-align: center;
    margin: 3rem;
}

.contact-info>.contact-book>img {
    height: 25px;
}

.contact-book {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.ph-contact,
.email-contact {
    display: flex;
    gap: 1rem;
}

.ph-contact>a,
.email-contact>a {
    color: var(--dark-shade-4);
    text-decoration: none;
    font-weight: 800;
    font-size: 1.1rem;
}

.ph-contact>img,
.email-contact>img {
    height: 25px;
}

.office-location {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.office-location>img {
    opacity: 0.7;
    height: 28px;
}

.office-location>span {
    font-size: 1.4rem;
    letter-spacing: 1px;
    font-weight: 600;
}

.office-location-address {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.1rem;
    letter-spacing: 0.4px;
    line-height: normal;
    color: var(--dark-shade-4);
    padding-left: 1rem;
}

.info-header {
    margin: 0;
    font-size: 1.6rem;
    text-decoration: underline;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--dark-shade-5);
}

.opening-times {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding-left: 1rem;
}

.opening-times>p {
    margin: 0;
    padding: 0.2rem 1.8rem;
    background: var(--header-light);
    border-radius: 20px;
    width: 45%;
    text-align: center;
}

.form-left-section {
    width: 40%;
    background: var(--white);
    border-radius: 20px;
    padding: 1.3rem
}

.form-right-section {
    width: 60%;
    background: var(--white);
    border-radius: 20px;
    padding: 1.3rem;
    position: sticky;
    top: 6vh;
    min-height: 70vh;
}

.info-desc {
    font-size: 1.1rem;
    letter-spacing: 0.4px;
    line-height: normal;
    color: var(--dark-shade-4);
}

.office-address {
    padding: 1.4rem 0rem;
    border-bottom: 1px dashed var(--dark-shade-3);
}

.office-address:last-child {
    border-bottom: none;
}

.contact-desc {
    font-size: 1.2rem;
    letter-spacing: 0.4px;
    line-height: normal;
    color: var(--dark-shade-4);
    width: 90%;
}

.contact-form {
    width: 80%;
    margin-top: 2rem;
}

.contact-input-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.3rem;
}

.contact-input-single {
    display: flex;
    align-items: center;
    padding: 0.3rem;
    margin-bottom: 0.5rem;
}

.contact-input-single>textarea {
    width: 100%;
    border-radius: 10px;
    padding: 0.4rem;
    border: 1px solid var(--gray);
    outline: none;
}

.input-row-child {
    width: 50%;
    padding: 0.3rem;
}

.input-row-child>input {
    width: 100%;
    border-radius: 10px;
    padding: 0.4rem;
    border: 1px solid var(--gray);
    outline: none;
}

.send-msg-btn {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 1rem;
    background-color: var(--landing-company-name);
    padding: 0.5rem 2rem;
    border-radius: 10px;
    color: var(--white);
}

.send-message-btn {
    rotate: 45deg;
}

.contact-info>a {
    color: var(--dark-shade-1);
    text-decoration: none;
    font-size: 1.2rem;
}

.contact-info>a:hover {
    color: var(--landing-company-name);
}

.cart-btn {
    background-color: var(--header-light);
    padding: 0.7rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    font-size: 1.1rem;
    transition: all ease 0.3s;
}

@media (max-width: 1366px) {
    .inner-left .who {
        font-size: 2.2rem;
        margin-bottom: 0.4rem;
    }

    .inner-left-text p,
    .inner-right p {
        font-size: 1rem;
    }

    .inner-left-text,
    .inner-right {
        margin-bottom: 1rem;
    }

    .products {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .products>a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .products img {
        width: 70%;
    }

    .product-details>p.fs-5 {
        font-size: 1.05rem !important;
    }

    .contact-form-header>p {
        font-size: 1.7rem;
    }

    .form-input-section>input,
    .form-input-section>textarea {
        font-size: 1.1rem;
    }

    .contact-btn span {
        font-size: 1.1rem;
    }

    .form-input-section {
        width: 65%;
    }

    .other-contact>a {
        font-size: 0.9rem;
    }

    .loaction-name {
        font-size: 1.7rem;
    }

    .address {
        font-size: 0.9rem !important;
    }

    .opening-hours span {
        font-size: 0.9rem;
    }

    .store-location {
        padding: 0rem 1rem 1rem 1rem;
    }

    .about-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .about-image {
        display: flex;
        justify-content: center;
    }

    .inner-left {
        width: 90%;
    }

    .inner-right {
        width: 80%;
    }

    .product-left-section .product-img {
        height: 45vh;
    }

    .product-left-section .product-img>img {
        height: 100%;
    }

    .form-section {
        width: 100%;
        padding: 0 1rem;
    }

    .opening-times>p {
        text-wrap: nowrap;
    }
}

@media(max-width: 1024px) {
    .landing-top {
        width: 100%;
    }

    .landing-shape-top {
        width: 100%;
        height: 20vh;
        margin-top: -6vh;
        margin-left: 4%;
        rotate: 180deg;
    }

    .landing-lower-info-top {
        top: 5.6vh;
    }

    .new-flavour {
        font-size: 1.3rem;
    }

    .landing-shape {
        margin-bottom: -2px;
        height: 7vh;
        width: 60vw;
    }

    .landing-lower-info {
        top: 7vh;
    }

    .card-border {
        width: 250px;
        min-width: 250px;
        max-width: 250px;
        font-size: 2.3rem;
        height: 170px;
        min-height: 170px;
        padding: 0rem;
    }

    .product-section {
        height: 20vh;
        min-height: 20vh;
        max-height: 20vh;
    }

    .form-input-section {
        width: 70%;
    }

    .contact-form-header {
        margin-left: 3rem;
    }
    .product-left-section {
        height: 30vh;
    }
    .product-left-section .product-img {
        height: 100%;
        width: 100%;
    }

    .header-main-list {
        padding: 0 1rem 0 0;
    }

    ul.header-list {
        width: 65%;
    }

    .landing-lower-info>img {
        height: 5vh;
    }

    .landing-img {
        height: 24.9vh;
    }

    /* .landing-page .sm-screen-container {
        height: auto;
    } */
    .landing-page {
        height: 25vh;
    }

    .landing-lower-info-lower {
        bottom: 0;
        top: auto;
    }

    .card-img {
        height: 25vh;
    }

    .new-arrivals {
        max-width: 85vw;
    }

    .arrivals-right {
        height: 30vh;
        width: 100vw;
    }

    .left-arrival-text {
        padding-left: 2rem;
    }

    .established {
        font-size: 1.5rem;
    }

    .opening-times {
        padding-left: 3rem;
    }

    .opening-times>p {
        width: 80%;
    }

    .about-image {
        height: 60vh;
    }

    .inner-left {
        width: 100%;
        padding: 2rem 3.4rem;
    }

    .tradition-small {
        font-size: 1.4rem;
    }

    .tradition-big {
        margin-bottom: 2.7rem;
        font-size: 2.3rem;
    }

    .exceptional-tea {
        margin: 5rem 0;
    }

    .about-aub-details {
        width: 90%;
    }

    .tea-packets {
        height: 25vh;
    }

    .card-img {
        width: 100%;
    }

    .form-right-section {
        min-height: 75vh;
    }
    .cart-wrapper {
        width: 60vw;
    }
    .cart-list {
    margin-top: 8rem;
    height: calc(100vh - 8rem);
}
}

@media(max-width: 820px) {
    .landing-page {
        height: 35vh;
    }

    .logo-inside-menu {
        display: none;
    }

    .landing-img {
        height: 34.9vh;
    }

    .responsive-menu {
        display: block;
        padding: 1.2rem 2rem 0.5rem 2rem;
    }

    .inner-header {
        display: none;
    }

    .menu-icon {
        font-size: 2rem;
        position: relative;
        z-index: 50;
    }

    .main-header {
        background-color: var(--white);
        position: sticky;
        top: 0;
        left: 0;
        z-index: 9999999999;
    }

    .card-border {
        width: 220px;
        min-width: 220px;
        max-width: 220px;
        height: 140px;
        min-height: 140px;
    }

    .mobile-manu {
        transition: all ease 1s;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #00000063;
        z-index: 60;
    }

    .main-card h1 {
        font-size: 2.1rem;
    }

    .main-card p {
        font-size: 0.9rem;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .menu-list-wrapper {
        width: 50vw;
        height: 100%;
        /* border-radius: 15px; */
        background-color: var(--white);
        padding: 1rem;
    }

    .menu-list {
        padding-left: 0;
        /* border: 1px solid var(--gray); */
        border-bottom: none;
        border-radius: 15px;
    }

    .menu-list .list-item {
        list-style-type: none;
        padding: 0.8rem 1rem;
        font-size: 1.2rem;
        /* border-bottom: 1px solid var(--gray); */
    }

    .menu-list .list-item.active {
        background: var(--header-light);
        border-radius: 10px;
    }

    .menu-list .list-item :last-child {
        border-radius: 15px;
    }

    .menu-list .list-item>a {
        text-decoration: none;
        color: var(--black);
    }

    .form-input-section {
        width: 95%;
    }

    .checkout-left>div.row {
        width: 100%;
    }

    .cart-header {
        font-size: 1.1rem;
    }

    .dark-wrapper .card-num {
        font-size: 2.4rem;
    }

    .profile {
        display: flex;
        align-items: center;
        gap: 1rem;
    }

    .profile-icon {
        height: 50px;
        border: 2px solid #000000;
        border-radius: 50%;
        padding: 0.2rem;
    }

    .not-register {
        font-size: 1.5rem;
    }

    .loged-user {
        padding: 1rem;
        border: 1px solid var(--gray);
        border-radius: 20px;
        margin-bottom: 1rem;
    }

    .login-text {
        font-size: 1.1rem;
        background: var(--header-deep);
        padding: 0.2rem 1rem;
        border-radius: 20px;
        color: var(--white);
        text-align: center;
        width: 50%;
    }

    .name-first {
        font-size: 1.5rem;
    }

    .new-arrivals {
        max-width: 90vw;
    }

    .close-menu-btn {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }

    .close-menu-btn>div {
        padding: 0rem 0.6rem;
        border: 1px solid var(--gray);
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-icon {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .form-section {
        flex-direction: column;
    }

    .opening-times>p {
        width: 30%;
    }

    .form-section {
        flex-direction: column;
    }

    .form-left-section,
    .form-right-section {
        width: 100%;
        min-height: auto;
    }

    .other-contact {
        flex-direction: row;
        justify-content: start;
    }

    .office-address {
        padding: 0.8rem 0rem;
    }

    .contact-form {
        width: 60%;
    }

    .contact-section {
        top: 2vh;
    }

    .logo-inside-menu {
        visibility: hidden;
    }

    .about-image {
        height: 45vh;
    }

    .about-left {
        width: 60%;
    }

    .inner-left {
        width: 100%;
        padding: 1rem 3.4rem 0rem 1rem;
    }

    .tradition-big {
        margin-bottom: 2rem;
        font-size: 2.3rem;
    }

    .about-aub-details {
        width: 90%;
        max-width: 90%;
        gap: 2rem;
    }

}

@media(max-width: 768px) {
    .left-arrival-text {
        margin-top: 1rem;
    }

    .pre-order {
        font-size: 1.3rem;
    }

    .responsive-menu {
        padding: 0.4rem 2rem 0.5rem 2rem;
    }
}

@media(max-width: 430px) {
    .new-flavour {
        display: none;
    }

    .landing-page {
        height: 40vh;
    }

    .landing-img {
        border-radius: 0;
        width: auto;
        height: 40vh;
        object-fit: cover;
        border-radius: 10px;
        object-position: center;
    }

    .landing-shape-top {
        width: 160%;
        height: 20vh;
        margin-top: -11vh;
        margin-left: -45%;
    }

    .landing-lower {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .Tradition-number {
        margin-top: 8rem;
    }

    .card-grid {
        grid-template-columns: repeat(1, 1fr);
        margin-bottom: 1rem;
    }

    .card-border {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100px;
        min-height: 110px;
    }

    .card-design {
        margin-bottom: 0;
    }

    .small-screen-column {
        flex-direction: column;
    }

    .small-screen-width {
        width: 100% !important;
    }

    .small-screen-carousel-height {
        min-height: 75vh !important;
        height: 75vh !important;
    }

    .product-section {
        grid-template-columns: repeat(2, 1fr);
        height: 50vh;
        min-height: 50vh;
        max-height: 50vh;
    }

    .small-screen-footer {
        flex-direction: column;
        gap: 1rem;
    }

    .mobile-manu {
        min-height: 100vh;
    }

    .responsive-menu {
        padding: 1.2rem 0.5rem 0.5rem 0.5rem;
    }

    .menu-list {
        border: none;
        margin-top: 1rem;
    }

    .small-screen-width>p:first-child {
        margin-bottom: 0 !important;
    }

    .about-section {
        flex-direction: column;
    }

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

    .about-left .inner-left {
        width: 100%;
        padding: 1rem 1rem 0.5rem 1rem;
    }

    .about-right .inner-right {
        width: 100%;
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .about-image img {
        height: 20vh;
        width: 100%;
        object-fit: cover;
    }

    .about-section {
        position: relative;
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .contact-form {
        margin-top: 10vh;
        border-radius: 0 !important;
    }

    .contact-form .contact-wrapper {
        flex-direction: column-reverse;
        margin-top: 2rem;
    }

    .form-section {
        width: 100%;
        padding: 0 0.5rem;
    }

    .store-location {
        width: 100%;
    }

    .contact-btn-section {
        flex-direction: column;
    }

    .parallax-container {
        height: 120vh;
    }

    .parallax-container {
        height: 120vh;
    }

    .other-contact {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-bottom: 1rem;
    }

    .contact-btn {
        padding: 0.7rem 2rem !important;
    }

    .product-section-info {
        flex-direction: column;
    }

    .product-section-info .product-left-section {
        width: 100%;
        padding: 1rem;
    }

    .product-section-info .product-right-section {
        width: 100%;
        padding: 0rem 0;
    }

    .product-name {
        font-size: 1.4rem;
    }


    .product-right-section .product-price {
        margin: 0.2rem 0;
    }

    .checkout-header {
        flex-direction: column;
        align-items: start;
    }

    .checkout {
        padding-top: 1rem;
        padding-bottom: 0.6rem;
    }

    .checkout-header>a {
        padding-left: 2rem;
        margin-bottom: 0.5rem;
    }

    .checkout-left {
        align-items: center;
    }

    .checkout-divider {
        flex-direction: column-reverse;
    }

    .checkout-right {
        position: relative;
    }

    .checkout-right.border-start {
        border: none !important;
    }

    .cart-list {
        margin-top: 7rem;
    }

    .cart-list-checkout {
        height: auto;
        border-bottom: 1px solid var(--gray);
        margin-bottom: 1.4rem;
        padding-bottom: 1.2rem;
    }

    .opening-times {
        padding-left: 0rem;
        justify-content: center;
    }

    .opening-times>p {
        width: 80%;
    }

    .contact-form {
        width: 100%;
        margin-top: 2vh;
    }

    .menu-list-wrapper {
        width: 100vw;
    }

    .logo-inside-menu {
        display: block;
        border: 1px solid var(--white) !important;
    }

    .logo-inside-menu>img {
        height: 6vh;
    }

    .close-menu-btn {
        justify-content: space-between !important;
    }

    .logo-inside-menu {
        visibility: visible;
    }

    .contact-info {
        flex-direction: column;
    }

    .contact-info>span {
        display: none;
    }

    .contact-info>a {
        color: var(--dark-shade-1);
        text-decoration: none;
    }

    .about-image {
        height: 25vh;
    }

    .about-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .inner-left .who {
        font-size: 1.7rem;
        margin-bottom: 0.4rem;
    }

    .exceptional-tea {
        margin: 2rem 0;
    }

    .tradition-small {
        font-size: 0.9rem;
        margin-bottom: 0;
    }

    .tradition-big {
        margin-bottom: 0rem;
        font-size: 1.3rem;
    }

    .about-aub-details {
        flex-direction: column;
    }

    .tea-packets {
        height: 30vh;
    }

    .tea-packets>img {
        rotate: 0deg;
    }

    .about-packets>p {
        font-size: 1.2rem;
    }

    .header-background {
        height: 11vh;
    }

    .new-arrivals {
        max-width: 95vw;
        flex-direction: column;
        margin-top: 2rem;
    }

    .branding-logo {
        height: 70px;
    }

    .name-first {
        font-size: 1.1rem;
    }

    .pre-order {
        font-size: 1.1rem;
    }

    .white-tea {
        font-size: 1.5rem;
    }

    .about-white-tea {
        font-size: 1.2rem;
    }

    .landing-shape {
        margin-bottom: -2px;
        height: 7vh;
        width: 100vw;
    }

    .established {
        font-size: 1rem;
    }

    .landing-company {
        font-size: 4vw;
    }

    .arrivals-right {
        height: 30vh;
        width: 100vw;
        padding: 1rem;
    }

    .arrivals-right {
        height: auto;
        width: 80vw;
        padding: 1rem;
    }

    .login-btn {
        font-size: 0.9rem;
        padding: 0.4rem 1rem;
    }

    .login-btn>img {
        height: 17px;
    }

    .cart-wrapper {
        width: 100vw;
    }

    .cart-total {
        font-size: 1.2rem;
    }

    .checkout-btn {
        font-size: 1.2rem;
        padding: 0.4rem;
    }

    ul.cart-list-wrapper {
        max-height: 85%;
    }

    .hamburger-icon {
        height: 25px;
    }

    .not-register {
        font-size: 1.1rem;
        margin-bottom: 0rem;
    }

    .menu-list .list-item {
        font-size: 0.9rem;
    }

    .close-menu-btn>div {
        font-size: 1rem;
    }

    .login-text {
        font-size: 0.9rem;
    }

    .condition-text:first-child {
        margin-top: 1rem;
    }

    .swiper {
        padding-bottom: 10px;
    }

    .mySwiper .swiper-slide {
        width: 100% !important;
        /* Ensure the slide takes full width */
        height: 50vh;
        transform: scale(1) !important;
    }

    .card-img {
        width: 100% !important;
        /* Override the 20vw you have currently */
        height: 100%;
        /* Adjust height for mobile portrait view */
    }

    /* Optional: Hide the blur overlays on mobile so they don't block content */
    .left-blur,
    .right-blur {
        display: none;
    }

    .form-right-section {
        border-top: 1px dashed var(--dark-shade-4);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
}

@media(max-width: 390px) {
    .contact-form .contact-wrapper {
        margin-top: 10rem;
    }

    .parallax-container {
        height: 160vh;
    }

    .responsive-menu {
        padding: 0.4rem 0.5rem 0.5rem 0.5rem;
    }

    .small-screen-carousel-height {
        min-height: 85vh !important;
        height: 85vh !important;
    }

    .checkout-right.border-start {
        padding: 0;
    }

    ul.cart-list-wrapper-checkout {
        margin: 0 0rem 0.5rem;
    }

    .cart-total-checkout {
        font-size: 1.1rem;
    }

    .checkout-left {
        padding: 0;
    }

    ul.cart-list-wrapper {
        max-height: 80%;
        margin: 0 0.5rem 1rem;
    }
}

@media(max-width: 375px) {
    .parallax-container {
        height: 170vh;
    }

    ul.cart-list-wrapper {
        max-height: 79%;
    }


    .contact-form .contact-wrapper {
        margin-top: 25rem;
    }

    .sm-screen-container {
        padding-top: 0 !important;
    }

    .small-screen-carousel-height {
        min-height: 100vh !important;
        height: 100vh !important;
    }
}



/* Mobile specific overrides */
@media (max-width: 430px) {}