@media screen and (max-width: 800px) {
    .page-wrap {
        padding: 20px 12px 10px;
    }

    .container {
        padding: 30px 18px 30px;
        min-height: auto;
        border-radius: 16px;
    }

    /* SOCIALS CENTERED */
    #social-bar {
        width: 100%;
        text-align: center;
        margin-bottom: 16px;
    }

    .social-bar {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: inline-flex !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 12px;
        margin: 0 auto 16px;
    }

    .social-bar a {
        width: 34px;
        height: 34px;
    }

    .social-bar img,
    .whatnot-img {
        width: 22px;
        height: 22px;
    }

    /* NAV CENTERED */
    #shared-nav {
        width: 100%;
        text-align: center;
    }

    .nav {
        display: inline-flex !important;
        justify-content: center !important;
        flex-wrap: wrap;
        gap: 12px 20px;
        margin: 0 auto 20px;
        width: auto;
    }

    .nav a {
        font-size: 13px;
        text-align: center;
    }

    /* LOGO */
    .logo {
        width: 170px;
        margin: 10px auto 20px;
        display: block;
    }

    /* TEXT */
    h1 {
        font-size: 22px;
        line-height: 1.35;
        letter-spacing: 1px;
        margin: 0 0 14px;
    }

    h2 {
        font-size: 20px;
        line-height: 1.35;
    }

    h3 {
        font-size: 17px;
    }

    p {
        font-size: 15px;
        line-height: 1.7;
        max-width: 100%;
        margin: 0 auto 18px;
    }

    /* CATALOG FILTERS */
    .catalog-filter-bar {
        gap: 8px;
        margin-bottom: 22px;
    }

    .catalog-filter-btn {
        font-size: 14px;
        padding: 9px 14px;
    }

    /* GRID */
    .product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .product-card {
        padding: 16px;
    }

    .product-overlay-name {
        font-size: 16px;
    }

    .product-overlay-price {
        font-size: 15px;
    }

    .social-widgets {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .widget-card {
        padding: 16px;
    }

    form {
        max-width: 100%;
        margin-top: 18px;
    }

    input,
    textarea {
        font-size: 16px;
    }

    .payment-icons {
        flex-wrap: wrap;
    }

    .footer {
        font-size: 11px;
        padding: 10px 0 16px;
    }

    /* PRODUCT PAGE */
    .product-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .product-details {
        padding-top: 0;
        order: 2;
    }

    .product-images {
        width: 100%;
        max-width: 260px;
        justify-self: start;
        order: 1;
    }

    .main-image {
        max-width: 260px;
    }

    .thumbnail-row img {
        width: 56px;
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .product-title {
        font-size: 26px;
    }

    .details-table-wrap {
        max-width: 100%;
    }

    .details-table {
        font-size: 14px;
    }

    .details-table th,
    .details-table td {
        padding: 10px 12px;
    }

    .event-card {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .event-image-wrap {
        max-width: 220px;
    }

    .event-title {
        font-size: 24px;
    }

    .event-meta li {
        font-size: 15px;
    }

    .event-link {
        align-items: flex-start;
    }
/******************************** BASKET PAGE ********************************/
@media (max-width: 800px) {
  .basket-summary-image img {
    width: 55px;
  }
}