* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Prevent mobile zoom / overflow issues */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Base body styling (keeps your design intact) */
body {
    min-height: 100vh;
    font-family: Soin Sans Pro, NunitoSans, sans-serif;
    overflow-x: hidden;
}

/* Images never break layout */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Prevent container overflow */
.mid,
.store {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Soin Sans Pro, NunitoSans, sans-serif;
    overflow-x: hidden;
    overflow-y: auto;
}

.mid,
.store,
.blog {
    font-family: Soin Sans Pro, NunitoSans, sans-serif;
    margin: 0;
    padding: 0 10px;
}


.head1 {
    background-color: white;
    color: black;
    padding: 20px;
    height: 50px;
}

.head {
    background-color: white;
    color: black;
    padding: 20px;
    height: 50px;
}

#logo {
    width: 180px;
}

#mid-logo,
#store-logo {
    width: 300px;
}

#page {
    font-size: 32px;
    text-align: right;
    text-transform: uppercase;
}

.social a,
.social1 a {
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.carousel {
    position: relative;
    height: auto;
    width: 100%;
    margin: auto;
    overflow: hidden;
    object-fit: cover;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
    height: auto;
}

.slide img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.carousel1 {
    position: relative;
    margin: auto;
    overflow: hidden;
    height: 300px;
}

.slides1 {
    display: flex;
    transition: transform 0.5s ease;
    gap: 15px;
}

.slide1 {
    flex: 0 0 calc(33.333% - 10px);
    background: none;
    text-align: center;
}

.slide1 img {
    width: 200px;
    height: 250px;
    object-fit: cover;
    display: block;
}

.center-btn button {
    width: 100%;
    padding: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 20px;
}

.center-btn button:hover {
    background: rgb(250, 248, 248);
    border: 1px solid gray;
    color: black;
}

.center-content {
    width: 400px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 25px;
}

.center-content small {
    display: block;
    color: white;
    margin-top: 5px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.btn-link {
    text-decoration: none;
    color: white;
    font-size: 20px;
}

.nav,
.nav1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
}

.prev,
.prev1 {
    left: 10px;
}

.next,
.next1 {
    right: 10px;
}

.right-panel {
    padding: 0;
}

.side-btn {
    margin-left: 10px;
}


.menu-bar-side {
    width: 300px;
    margin: 10px;
    justify-content: center;
    height: 100px;
    overflow-y: auto;
}

.menu-bar {
    margin: 10px;
    justify-content: center;
    height: auto;
}

.as-seen-on {
    margin-top: 10px;
    height: 300px;
    text-align: center;
    padding: 10px;
}

.side-btn a {
    font-size: 20px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
}

.side-btn a:hover {
    background: black;
    color: white;
    width: 100%;
}

.side-btn1 a {
    font-size: 25px;
    width: 100%;
    height: 40px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px 20px;
    border: none;
}

.side-btn1 a:hover {
    background: black;
    color: white;
}

.menu-bar-side a {
    font-size: 14px;
    color: black;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 6px 10px;
}

.menu-bar-side a:hover {
    background: black;
    color: white;
    width: 300px;
}

.menu-bar-side a.active {
    background: black;
    color: white;
}

.side-btn i,
.side-btn1 i {
    font-size: 20px;
    text-align: center;
}

#new,
#promo {
    border-bottom: 1px solid black;
}

#shopper,
#store {
    border-top: 1px solid black;
}

#new,
#shopper {
    border-right: 1px solid black;
}

#promo,
#store {
    border-left: 1px solid black;
}

.item-container {
    width: 100%;
    height: 72vh;
    max-height: auto;
    display: block;
    padding: 20px;
    overflow-y: auto;
}

.item-container1 {
    width: 100%;
    height: 68vh;
    max-height: auto;
    display: block;
    padding: 10px 5px;
    overflow-y: auto;
}

.item-container2 {
    width: 100%;
    height: 60vh;
    max-height: auto;
    display: block;
    padding: 0;
    overflow-y: auto;
}

.item-container3 {
    width: 100%;
    height: 280px;
    max-height: auto;
    display: block;
    padding: 10px;
    overflow-y: auto;
}

#ps-title {
    font-size: 50px;
}

.quote {
    width: 50%;
    height: 150px;
    font-size: 25px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.about {
    text-align: justify;
    width: 85%;
    height: auto;
    font-size: 20px;
    font-weight: 600;
    margin: auto;
    text-align: center;
}

.about p {
    margin-top: 20px;
}

.blog-desc {
    margin: 20px;
    font-weight: 100;
    text-align: center;
}

.items2 {
    width: 195px;
    min-width: 195px;
    max-width: 195px;

    border: 1px solid #ddd;
    background: #fff;
    overflow: hidden;

    display: flex;
    flex-direction: column;
}

.items2 img {
    width: 195px;
    height: 280px;
    object-fit: cover;
    display: block;
}

/* ITEM NAME */
#item-names, #itemName {
    margin: 0;
    padding: 8px;

    background-color: rgb(239, 236, 236);

    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;

    text-align: center;

    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;

    height: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* PRICE SECTION */
#price {
    background-color: rgb(239, 236, 236);
    height: 30px;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.items img {
    width: 195px;
    height: 280px;
    object-fit: cover;
    flex: 0 0 158px;
}

.blog-items img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-items {
    width: 400px;
    height: 200px;
    padding: 12px;
    margin: 30px 0;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    text-align: center;

    margin-bottom: 12px;
}

.store-items {
    width: 280px;
    height: 200px;
    padding: 10px;
    margin-bottom: 12px;
    border: none;
    border-bottom: 1px solid black;
}

.store-items p {
    font-size: 18px;
}

.store-items small {
    font-size: 14px;
}

.contact-items p {
    font-size: 20px;
    text-transform: uppercase;
}

.contact-items small {
    font-size: 18px;
}

.item-box1 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.item-box4 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}

.item-box3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
}

.item-box2 {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.btn-ps button {
    width: 700px;
    height: 40px;
    font-size: 20px;
    border-radius: 20px;
    border: none;
    background-color: rgb(222, 220, 220);
}

.btn-ps button:hover {
    background-color: rgb(234, 227, 227);
}

.btn-ps {
    padding: 10px;
    text-align: center;
    width: 100%;
}

.btn-ps a {
    text-decoration: none;
    color: black;
}

.popup-btn {
    margin-top: 5px;
    border: 1px solid black;
    border-radius: 20px;
    height: 30px;
    width: 400px;
}

.popup-btn a {
    font-size: 16px;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.popup-box {
    background: white;
    padding: 10px;
    width: 500px;
    height: 600px;
    border-radius: 15px;
    text-align: center;
}

.store-popup-box {
    background: white;
    padding: 30px;
    width: 400px;
    height: 350px;
    border-radius: 15px;
    text-align: center;
}

.close {
    float: right;
    padding-right: 5px;
    font-size: 25px;
    cursor: pointer;
}

.view-items {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
    height: 480px;
}

.item-details img {
    width: 350px;
    height: 450px;
    object-fit: cover;
    display: block;
    margin: 0 auto;
}

.store-item-details {
    margin-top: 20px;
    width: 350px;
    height: 230px;
    justify-content: center;
    padding: 20px;
    margin-bottom: 10px;
}

.store-item-details p {
    font-size: 18px;
    font-weight: 600;
}

.store-item-details small {
    font-size: 15px;
}

.item-details,
.items2 {
    width: auto;
    height: auto;
    margin: 0;

}

.item-details p,
.items2 p {
    background-color: rgb(239, 236, 236);
    font-size: 15px;
    font-weight: 500;

    min-height: 30px;
    height: auto;

    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;

    line-height: 1.4;
}

.menu {
    margin-top: 20px;
}

.menu1 {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.store-menu {
    margin-top: 30px;
    padding: 10px;
    justify-content: center;
}

.store-menu1 {
    padding: 10px;
    justify-content: center;
    text-align: center;
}

.mid-btn {
    border: 1px solid black;
    height: 40px;
    width: 400px;
}

.l-contacts {
    text-decoration: none;
    color: black;
}

#icon {
    vertical-align: top;
    padding-top: 2px;
    width: 25px;
}

@media (max-width: 991px) {

    html,
    body {
        height: 100vh;
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }

    .mid,
    .store {
        margin: 0;
        height: 100vh;
        overflow: hidden !important;
        position: fixed;
        width: 100%;
    }

    #mid-logo {
        display: block;
        margin: 20px auto;
        width: 250px;
    }

    .item-container,
    .item-container1,
    .item-container2 {
        padding: 0;
    }

    .item-container,
    .item-container1,
    .item-container2 {
        padding: 0 5px;
        height: 70vh;
        /* 70% of viewport height */
        max-height: 70vh;
        overflow-y: auto;
        /* keep scroll if content exceeds */
        box-sizing: border-box;
    }

    .item-container {
        height: 75vh;
    }

    .popup-box {
        width: 360px;
        height: 670px;
        border-radius: 15px;
        text-align: center;
    }

    .view-items {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 530px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-details {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .item-details p {
        margin: 0;
        height: 30px;
        padding: 2px;
        display: flex;
        font-size: 15px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .item-details img {
        width: 99%;
        height: 500px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }

    .quote,
    .about {
        padding: 10px;
        font-size: 18px;
        width: 90%;
        height: auto;
    }

    .store-items {
        width: 100%;
        height: 180px;
    }

    .item-box4 {
        display: block;
        padding: 0;
    }

    .contact-items {
        width: 100%;
        height: 100px;
        border: none !important;
    }

}

@media (max-width: 991px) and (max-height: 950px) {

    .item-container1,
    .item-container2,
    .item-container,
    .item-container3 {
        padding: 0 5px;
        height: 65vh;
        /* 70% of viewport height */
        max-height: 70vh;
        overflow-y: auto;
        /* keep scroll if content exceeds */
        box-sizing: border-box;
    }

    .item-container {
        height: 70vh;
    }

    .menu-bar-side a:hover,
    .menu-bar-side a,
    .menu-bar-side a:active {
        width: 150px;
        height: 30px;
    }


    .menu-bar-side a {
        border: none;
        font-size: 14px;
        justify-content: center;
    }

    .menu-bar-side {
        width: 100%;
        padding: 0;
        margin: 0;
        height: auto;
    }

    #page1 {
        text-align: center;
        margin: 10px 0;
        font-size: 24px;
        text-transform: uppercase;
    }

    /* .items img {
        width: 80px;
        height: 150px;
        object-fit: cover;
    }

    .items2 {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
    }

    .items2 img {
        width: 80px;
        height: 150px;
        object-fit: cover;
    }

    #item-names, #price p {
        margin: 0;
        height: 20px;
        padding: 5px;
        display: flex;
        font-size: 8px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #price p {
        font-size: 6px;
    }*/

    .items {
        width: 48%;
    }

    .items img {
        width: 100%;
        /* width: 170px; */
        height: 300px;
        object-fit: cover;
    }

    .items2 {
        width: 170px;
        min-width: 170px;
        max-width: 170px;
    }

    .items2 img {
        width: 170px;
        height: 250px;
        object-fit: cover;
    }

    #item-names,
    #price {
        margin: 0;

        padding: 5px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #item-names {
        height: 30px;
    }

    #price {
        height: 25px;
    }

    #price p {
        font-size: 12px;
    }

    .btn-ps button {
        max-width: 90%;
        font-size: 13px;
        margin: 15px 0;
    }

    .btn-ps {
        padding: 0px;
        margin-top: 10px !important;
    }

    .popup-btn {
        margin-top: 0;
        height: 40px;
        width: 320px;
    }

    .popup-btn a {
        font-size: 12px;
    }

    /* .blog-items img {
        width: 100vh;
        height: 100vh;
        object-fit: cover;
    } */

    .center-content {
        width: 220px;
        font-size: 16px;
    }

}

@media (max-width: 440px) and (min-height: 951px) {

    .item-container1,
    .item-container2,
    .item-container,
    .item-container3 {
        padding: 0 5px;
        height: 65vh;
        /* 70% of viewport height */
        max-height: 70vh;
        overflow-y: auto;
        /* keep scroll if content exceeds */
        box-sizing: border-box;
    }

    .item-container {
        height: 70vh;
    }

    .menu-bar-side a:hover,
    .menu-bar-side a,
    .menu-bar-side a:active {
        width: 150px;
        height: 50px;
    }


    .menu-bar-side a {
        border: none;
        font-size: 14px;
        justify-content: center;
    }

    .menu-bar-side {
        padding: 0;
        height: auto;
    }

    #page1 {
        text-align: center;
        margin: 10px 0;
        font-size: 24px;
        text-transform: uppercase;
    }

    /* .items img {
        width: 80px;
        height: 150px;
        object-fit: cover;
    }

    .items2 {
        width: 80px;
        min-width: 80px;
        max-width: 80px;
    }

    .items2 img {
        width: 80px;
        height: 150px;
        object-fit: cover;
    }

    #item-names, #price p {
        margin: 0;
        height: 20px;
        padding: 5px;
        display: flex;
        font-size: 8px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #price p {
        font-size: 6px;
    }*/

    .items img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .items2 {
        width: 190px;
        min-width: 190px;
        max-width: 190px;
    }

    .items2 img {
        width: 190px;
        height: 250px;
        object-fit: cover;
    }

    #item-names,
    #price {
        margin: 0;
        height: 8px;
        padding: 5px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #item-names {
        height: 30px;
    }

    #price {
        height: 25px;
    }

    #price p {
        font-size: 12px;
    }

    .btn-ps button {
        max-width: 95%;
        font-size: 13px;
        margin: 20px 0;
    }

    .btn-ps {
        padding: 0px;
        margin-top: 10px !important;
    }

    .popup-btn {
        margin-top: 0;
        height: 40px;
        width: 300px;
    }

    .popup-btn a {
        font-size: 12px;
    }

    /* .blog-items img {
        width: 100vh;
        height: 100vh;
        object-fit: cover;
    } */

    .menu-bar-side {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
    }

    .item-details p {
        padding:2px;
        font-size: 16px;
    }

}

@media (max-width: 390px) and (max-height: 740px) {

    .item-container1,
    .item-container2,
    .item-container,
    .item-container3 {
        padding: 0 5px;
        height: 60vh;
        /* 70% of viewport height */
        max-height: 70vh;
        overflow-y: auto;
        /* keep scroll if content exceeds */
        box-sizing: border-box;
    }

    .item-container {
        height: 65vh;
    }


    /*.items img {
        width: 70px;
        height: 150px;
        object-fit: cover;
    }

    .items2 {
        width: 70px;
        min-width: 70px;
        max-width: 70px;
    }

    .items2 img {
        width: 70px;
        height: 150px;
        object-fit: cover;
    } */

    .items img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }

    .items2 {
        width: 150px;
        min-width: 150px;
        max-width: 150px;
    }

    .items2 img {
        width: 150px;
        height: 250px;
        object-fit: cover;
    }

    #item-names,
    #price {
        margin: 0;
        height: 8px;
        padding: 5px;
        display: flex;
        font-size: 12px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #item-names {
        height: 30px;
    }

    #price {
        height: 25px;
    }

    #price p {
        font-size: 10px;
    }

    .btn-ps {
        padding: 0px;
        margin-top: 10px !important;
    }

    /* .blog-items img {
        width: 100vh;
        height: 100vh;
        object-fit: cover;
    } */

    .popup-box {
        width: 340px;
        height: 600px;
    }

    .view-items {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 450px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .item-details {
        width: 90%;
        height: auto;
        text-align: center;
    }

    .item-details p {
        margin: 0;
        height: 20px;
        padding: 2px;
        display: flex;
        font-size: 16px;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .item-details img {
        width: 99%;
        height: 400px;
        object-fit: cover;
        display: block;
        margin: 0 auto;
    }


}


/* small mobile */
@media (max-width: 360px) and (max-height: 740px) {

    .item-container,
    .item-container1,
    .item-container2,
    .item-container3 {
        padding: 0 5px;
        height: 60vh;
        /* 70% of viewport height */
        max-height: 70vh;
        overflow-y: auto;
        /* keep scroll if content exceeds */
        box-sizing: border-box;
    }

    .item-container {
        height: 65vh;
    }

    /* .items img {
        width: 80px;
        height: 120px;
    } */

    .items img {
        width: 100%;
        height: 230px;
    }

    .btn-ps button {
        margin: 0;
    }

    .btn-ps {
        padding: 0px;
        margin-top: 10px !important;
    }

    .center-content {
        width: 220px;
        font-size: 16px;
    }


}