/* AINGLE PRODUCT PAGE */
.product-summary-wrap {
    display: flex;
    justify-content: flex-start;
}
.product-summary-wrap .left-content {
    flex: 0 0 55%;
    max-width: 55%;
}
.product-summary-wrap .right-content {
      flex: 0 0 45%;
      max-width: 45%;
}
.product-summary-wrap .gallery-wrap {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
/* END OF AINGLE PRODUCT PAGE */
.loop-content-wrap {
    display: flex;
    gap: 20px;
}
.loop-item-wrap.is-loading {
    position: relative;
}
.loop-item-wrap.is-loading:before {
    content: '';
    background-color: #ffffffb8;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 9;
}
/* ===== Sidebar - Start ===== */
.loop-content-wrap .sidebar-wrap {
    width: 20%;
}
.sidebar-wrap .items-loop-wrap {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    /* overflow-y: auto; */
    height: auto;
}
.sidebar-wrap .filter-wrap {
    margin-bottom: 20px;
}
.sidebar-wrap .filter-wrap h3 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 15px;
}
.sidebar-wrap .filter-wrap label:hover {
    cursor: pointer;
    color: #333;
}
.sidebar-wrap .filter-wrap label {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 15px;
    color: #999;
    font-weight: 400;
}
.sidebar-wrap .filter-wrap label input.category-checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    border: 2px solid #333;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    background-size: contain;
    outline: none;
    cursor: pointer;
}
.sidebar-wrap .filter-wrap label input.category-checkbox:checked {
    background-color: #2e86ab;
    border-color: #2e86ab;
}
.sidebar-wrap .filter-wrap label input.category-checkbox:checked::after {
    content: "✓";
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.sidebar-wrap .filter-wrap label:has(input.category-checkbox:checked) {
    color: #333;
    font-weight: 500;
}

/* Sizes */
.sidebar-wrap .filter-wrap .size-items {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap !important;
    /* overflow: auto; */
    height: auto;
}
.sidebar-wrap .filter-wrap .size-items label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 42px;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    background: #fff;
    color: #999;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
    outline: none;
}
.sidebar-wrap .filter-wrap label input.size-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.sidebar-wrap .filter-wrap .size-items label:hover {
    border-color: #2e86ab;
    color: #2e86ab;
}
.sidebar-wrap .filter-wrap label:has(input.size-checkbox:checked) {
    background: #2e86ab;
    border-color: #2e86ab;
    color: #fff;
}
/* Colors */
label#group-black input {
    background: #000000;
}
label#group-blue input {
    background: #1E73BE;
}
label#group-grey input {
    background: #7A7A7A;
}
label#group-white input {
    background: #FFFFFF;
}
label#group-green input {
    background: #2E7D32;
}
label#group-orange input {
    background: #F57C00;
}
label#group-pink input {
    background: #EC407A;
}
label#group-red input {
    background: #D32F2F;
}
label#group-yellow input {
    background: #FBC02D;
}
label#group-brown input {
    background: #6D4C41;
}
label#group-purple input {
    background: #7B1FA2;
}
label#group-natural input {
    background: #C2B280;
}
label#group-patterns input {
    background: #BDBDBD;
}
label input.group-parent,
input.child-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 2px solid #333;
    border-radius: 99px;
    min-width: 20px;
    width: 20px;
    height: 20px;
    background-size: contain;
    outline: none;
    cursor: pointer;
}
label input.group-parent:checked::after,
input.child-checkbox:checked::after {
    content: "•";
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}
label.group-header {
    padding: 5px;
    border: 1px solid #ebebeb;
    position: relative;
}
label.colour-item,
label.group-header span {
    font-size: 14px !important;
    color: #333 !important;
    width: 100%;
}
label.colour-item {
    padding-bottom: 5px;
    padding-left: 5px;
}
span.colour-group-toggle {
    align-items: flex-end;
    text-align: end;
    width: fit-content !important;
    position: absolute;
    right: 5px ;
    z-index: 0;
}
.group-title {
    z-index: 1;
}
.filter-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    cursor: pointer;
}
.filter-toggle h3 {
    margin: 0 !important;
}
.filter-toggle i {
    color: #000;
    font-size: 15px;
}

.sidebar-wrap .filter-wrap label.is-hidden {
    display: none;
}

.sidebar-wrap .filter-wrap .see-all-btn {
    background: none;
    border: none;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 500;
    color: #2e86ab;
    cursor: pointer;
    text-align: left;
}

.sidebar-wrap .filter-wrap .see-all-btn:hover {
    text-decoration: underline;
}
/* ===== Sidebar - End ===== */

/* ===== Products - Start =====*/
.main-content-loop {
    width: 80%;
}
.main-content-loop .loop-item-wrap .dynamic-shop-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}
.loop-item-wrap.shop-product-results {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 240px));
    justify-content: left;
}
.product.shop-item {
    width: 100%;
    max-width: 100%;
}
.shop-card .shop-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}
.shop-card h3.shop-title {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.35;
    margin-bottom: 0.45rem;
    text-align: start;
    cursor: pointer;
}
.shop-card h3.shop-title:hover {
    color: #2e86ab;
}
.shop-card .shop-category span {
    font-size: 11px;
    text-transform: uppercase;
    background-color: #0C2230;
    color: #ffffff;
    padding: 2px 13px;
    border-radius: 10px;
}
.shop-card p.shop-price {
    display: flex;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    line-height: 1;
    font-weight: 600;
    text-align: start;
    color: #444;
    gap: 5px;
}
.vat-label {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 2px;
}
.shop-card a.shop-btn {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 1;
    white-space: nowrap;
    border: 1px solid #ddd;
    background: #fff;
}
.shop-card .shop-image {
    min-height: 90px;
    margin-bottom: 14px;
    padding: 10px;
    position: relative;
    border: 1px solid #eee;
}
.shop-card .shop-image img {
    height: auto;
    width: 100%;
    object-fit: contain;
    object-position: center center;
    transform: scale(1);
    transition: transform 0.6s ease-in-out;
}
.shop-card:hover .shop-image img {
    transform: scale(1.05);
}
.action-links {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.shop-card:hover .action-links {
    opacity: 1;
    visibility: visible;
}
/* Icon buttons */
.action-links a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
}
.action-links a:hover {
    background: #2e86ab;
    border-color: #2e86ab;
    color: #fff;
}
/* Icons */
.action-links .qv-link::before {
    content: "\e884";
    font-family: "Porto";
    font-weight: 400;
    font-size: 16px;
}
.action-links .atw-link::before {
    content: "\e889";
    font-family: "Porto";
    font-weight: 400;
    font-size: 16px;
}
/* Add to cart button */
.action-options {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.shop-card:hover .action-options {
    opacity: 1;
    visibility: visible;
}
.shop-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    background: #0088cc;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    border: none;
}
.shop-card:hover .shop-btn {
    background: #2e86ab;
}
.shop-card .shop-btn:hover {
    color: #fff;
}
.shop-btn::before {
    content: "\e8ba";
    font-family: "Porto";
    font-weight: 400;
    font-size: 20px;
}

.shop-card .item-rating-wrap {
    position: relative;
    display: flex;
    height: auto;
    width: 100%;
    align-items: center;
    margin: 0 0 10px;
}
.shop-card span.shop-star-rating:before {
    color: #6a6a6d;
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: "Font Awesome 6 Free";
    font-size: 11px;
}
.shop-card span.shop-star-rating {
    display: inline-block;
    line-height: 1;
}

/* Pagination */
.main-content-loop .pagination-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}
.main-content-loop .pagination-wrap button {
    min-width: 30px;
    height: 30px;
    width: auto;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #333;
    background: #fff;
}
.main-content-loop .pagination-wrap button:disabled {
    border: 1px solid #ddd;
}
.main-content-loop .pagination-wrap button.active {
    background: #2e86ab;
    border-color: #2e86ab;
    color: #fff;
}
.main-content-loop .pagination-wrap button:hover {
    background: #2e86abcc;
    border-color: #2e86abcc;
    color: #fff;
}

.shop-no-results {
    text-align: center;
    font-size: 16px;
    color: #333;
}

/* Mobile Filter Toggle */
.mobile-filter-wrap {
    display: none;
}
.mobile-filter-wrap #mobile-sort-by {
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: 2;
}
.mobile-filter-toggle {
    width: 50%;
    height: 48px;
    background: #D85A10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    gap: 8px;
    font-size: 14px;
}
.mobile-filter-dropdown {
    width: 50%;
    height: 48px;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #eee;
    position: relative;
}
.mobile-filter-dropdown .dd-title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.mobile-filter-dropdown .mbf-dd-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 8px;
    padding: 5px 8px;
}
.mobile-filter-wrap svg {
    width: 20px;
    height: auto;
}
.mobile-filter-toggle svg {
    fill: #FFF;
}
.mobile-filter-toggle span {
    font-weight: 600;
    font-size: 16px;
}
span.selected-sorting {
    font-size: 12px;
}
body.is-loading .mobile-filter-wrap {
    display: none;
}
body.is-loading .main-content-loop {
    display: none;
}
/* ===== Products - End ===== */

.post-type-archive-product section.page-top.page-header-6 {
    display: none;
}
.post-type-archive-product .main-content {
    padding-top: 0 !important;
}

/* div#main-shop-content .loader-wrap {
    position: absolute;
    min-height: auto;
    } */


/* Loader/Spinner */
.main-content-wrap .loader-wrap,
div#main-shop-content .loader-wrap {
    display: flex;
    background-color: transparent;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 185px);
    width: 100%;
    position: relative;
}
.spinner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    left: 0;
    right: 0;
    /* top: -55px; */
}
.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}
.loader-text {
    font-size: 14px;
    color: #374151;
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
div#main-shop-content {
    position: relative;
}

/* .loader-wrap {
    min-height: 90vh;
    position: relative;
    left: 0;
    right: 0;
    background-color: #ffffff;
    top: -55px;
    padding: 27px;
} */

/* Single Product Page - Start */
.page-id-6291 section.page-top.page-header-6 {
    display: none;
}
.single-product-wrap .right-content h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
}
.single-product-wrap .right-content p#product-price {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #222529;
}
.single-product-wrap .right-content .description-wrap ul {
    padding: 0;
}
.single-product-wrap .right-content .description-wrap li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 5px;
}
.single-product-wrap .right-content .colour-options-wrap ul {
    padding: 0;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}
.single-product-wrap .right-content .colour-options-wrap ul li {
    list-style-type: none;
}
.size-options-wrap h4,
.colour-options-wrap h4 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.colour-options-wrap {
    display: flex;
    gap: 20px;
    /* align-items: center; */
}
.single-product-wrap .right-content .colour-options-wrap ul li label {
    display: flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
}
.size-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px
}
.size-options .size-box {
    padding: 10px;
    border: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.size-options .size-box .qty-control {
    display: flex;
    gap: 5px;
}
input.size-qty {
    width: auto;
    max-width: 55px;
    text-align: center !important;
    border: none !important;
}
.qty-btn {
    border: none;
    background: transparent;
    font-size: 16px !important;
    font-weight: 500;
}
.size-options .size-box .size-label {
    font-weight: 500;
    font-size: 16px;
    color: #222529;
}
.total-price-wrapper {
    margin-bottom: 10px;
}
.total-price-wrapper .total-results {
    font-size: 20px;
    color: #D85A10;
    font-weight: 500;
    display: flex;
    gap: 5px;
}
.product-related-wrap {
    padding-top: 100px;
}
.product-related-inner {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.product-related-wrap h3 {
    font-size: 24px;
    font-weight: 500;
}
.product-related-wrap .product-related-item h3.product-title {
    font-size: 16px;
    text-align: center;
}
.product-related-item .product-image {
    width: 100%;
    max-width: 460px;
    height: 100%;
    max-height: 460px;
    margin-bottom: 20px;
}
.product-related-item .product-image img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.single-product-wrap .action-add-cart-wrap button {
    width: 100%;
    margin-top: 15px;
}
/* .single-product-wrap .gallery-item.active {
    border: 2px solid #222529;
} */
.product-related-item .shop-price {
    display: block;
    font-size: 1.125rem;
    margin-bottom: 0.875rem;
    line-height: 1;
    font-weight: 600;
    text-align: start;
    color: #444;
    text-align: center;
}
.product-related-item .product-summary h3 {
    margin: 0;
}
.single-product-wrap .gallery-item {
    width: 100%;
    max-width: calc(25% - (30px / 4));
}

.size-weight-info-wrap h4 { 
    font-size: 14px; 
    text-transform: uppercase; 
    font-weight: 600; 
}
.size-weight-info-wrap {
    margin: 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.size-weight-table {
    width: 100%;
    min-width: 520px; /* prevents squishing */
    border-collapse: separate;
    border-spacing: 0;
    background: #fff;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    color: #222529;
    font-size: 12px;
}
.size-weight-table thead th {
    padding: 8px 10px;
    background: #f7f7f7;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    font-weight: 600;
    white-space: nowrap;
}
.size-weight-table tbody th,
.size-weight-table tbody td {
    padding: 8px 10px;
    text-align: left;
    border-right: 1px solid #eee;
    white-space: nowrap;
}
.size-weight-table tbody tr:first-child th {
    font-weight: 400;
}
.size-weight-table th:last-child,
.size-weight-table td:last-child {
    border-right: none;
}
@media (max-width: 768px) {
    .size-weight-table {
        font-size: 11px;
    }

    .size-weight-table thead th,
    .size-weight-table tbody th,
    .size-weight-table tbody td {
        padding: 10px 12px;
    }
}
.single-product-wrap .right-content div#abw-acc-1 ul {
    padding: 0;
}
.single-product-wrap .right-content div#abw-acc-1 li {
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 5px;
}
p.product-code {
    margin: 0;
    font-size: 16px;
    color: #222529;
    font-weight: 500;
}
.additional-description-wrap {
    display: none;
}

/* Single product page color switcher - in progress - start */
.single-product-wrap .colour-label {
    width: 24px;
    height: 24px;
    border-radius: 9999px;
}
.single-product-wrap input[value="white"] + .colour-label, 
.single-product-wrap input[value="whitenavy"] + .colour-label,
.single-product-wrap input[value="whiteblack"] + .colour-label {
    border: 1px solid #333;
}
.single-product-wrap .colour-options label {
    padding: 3px;
    border-radius: 999px;
    height: 32px;
}
.single-product-wrap .colour-options label input {
    display: none;
}
.single-product-wrap .colour-options label:has(input:checked) {
    border: 1px solid transparent;
    border-color: #333;
}
.single-product-wrap .colour-options label:has(input[value="white"]:checked), 
.single-product-wrap .colour-options label:has(input[value="whitenavy"]:checked),
.single-product-wrap .colour-options label:has(input[value="whiteblack"]:checked) {
    border-color: #333 !important;
}
/* Single product page color switcher - in progress - end */

.single-product-wrap .product-related-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    max-width: calc(33% - (40px / 5));
}
.product-related-wrap > h3 {
    text-transform: uppercase;
    font-family: 'Lexend';
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid var(--porto-input-bc);
}
/* Single Product Page - End */

/* VAT toggle - Start */
.include-vat-tax-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.toggle {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.toggle input {
    display: none;
}
.toggle-slider {
    position: relative;
    width: 44px;
    height: 24px;
    background: #ccc;
    border-radius: 999px;
    transition: background 0.3s ease;
}
.toggle-slider::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: transform 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.toggle input:checked + .toggle-slider {
    background: #D85A10; 
}
.toggle input:checked + .toggle-slider::before {
    transform: translateX(20px);
}
.toggle-label {
    font-size: 14px;
    user-select: none;
}
label.toggle:hover {
    color: #000;
    transition: color .3s ease;
}
/* VAT toggle - End */

/* ===== Responsive - Start ===== */
@media screen and (max-width: 1024px) {
    .single-product-wrap .gallery-item {
        max-width: calc(33% - (20px / 3));
    }
    body:has(.single-product-wrap) .page-top {
        padding: 20px;
    }
    .single-product-wrap .product-related-item {
        max-width: calc(33% - (40px / 3));
    }
    .single-product-wrap .product-related-item .product-image img {
        height: 250px;
    }
    .product-related-item .product-image {
        height: auto;
    }
    .product-related-wrap .product-related-item h3.product-title {
        line-height: 1.4;
        margin-bottom: 0px;
    }
    .single-product-wrap .product-related-wrap {
        padding-top: 70px;
    }
}
@media screen and (max-width: 767px) {
    .single-product-wrap .gallery-item {
        max-width: calc(33% - (20px / 3));
    }
    .single-product-wrap .product-summary-wrap {
        flex-direction: column;
        gap: 20px;
    }
    .single-product-wrap .product-summary-wrap .left-content, .single-product-wrap .product-summary-wrap .right-content {
        width: 100%;
        max-width: 100%;
    }
    .single-product-wrap .product-image img {
        max-width: 400px;
        max-height: 400px;
        object-fit: contain;
    }
    .single-product-wrap .product-image {
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    .single-product-wrap .right-content .boxed-info-wrap {
        flex-direction: row;
    }
    .single-product-wrap .product-related-wrap {
        padding-top: 50px;
    }
    .single-product-wrap .product-related-wrap .product-related-inner {
        flex-wrap: wrap;
    }
    .single-product-wrap .product-related-item {
        max-width: calc(50% - 10px);
    }
}
@media (max-width: 768px) {
    .sb-mobile-top-sect {
        display: flex !important;
        position: relative;
        padding: 20px;
        background: #d85a10;
        margin-bottom: 20px;
    }
    .sb-mobile-top-sect h3 {
        color: #fff;
        margin: 0;
    }
    .sb-close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #fff;
    }
    .sidebar-wrap .filter-wrap {
        padding: 0 20px;
    }

    .sidebar-wrap {
        position: fixed;
        top: 5px;
        left: -100vw;
        width: calc(100vw - 30px) !important;
        height: calc(100vh - 10px);
        background: #fff;
        z-index: 9999;
        transition: left 0.35s ease;
        box-shadow: 2px 0 12px rgba(0,0,0,0.15);
        overflow-y: auto;
        padding: 0 0 20px 0;
    }
    .sidebar-wrap.is-open {
        left: 5px;
    }
    body.search .mobile-filter-wrap,
    body.woocommerce-shop .mobile-filter-wrap {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .sidebar-wrap .items-loop-wrap {
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        overflow: visible;
        height: auto;
        max-height: none;
    }
    .sidebar-wrap .filter-wrap .size-items {
        display: flex;
        flex-direction: row;
        gap: 8px;
        flex-wrap: wrap;
        overflow: visible;
        max-height: none;
    }

    .main-content-loop {
        width: 100% !important;
    } 
    .loop-item-wrap.shop-product-results,
    .main-content-loop .loop-item-wrap .dynamic-shop-items {
        grid-template-columns: repeat(2, 1fr) !important;
        grid-area: 10px;
    }
}
@media screen and (max-width: 425px) {
    .single-product-wrap .right-content .boxed-info-wrap {
        flex-direction: column;
    }
    .single-product-wrap .right-content h2 {
        font-size: 26px;
        margin-bottom: 10px;
    }
    .single-product-wrap .right-content p#product-price {
        font-size: 22px;
    }
    .single-product-wrap .right-content .description-wrap li {
        font-size: 15px;
    }
    .single-product-wrap .right-content .description-wrap ul {
        margin-bottom: 20px;
    }
    .single-product-wrap .right-content .colour-options-wrap {
        flex-direction: column;
        justify-content: left;
        align-items: flex-start;
        gap: 0;
        margin-bottom: 10px;
    }
    .single-product-wrap .right-content .size-options-wrap {
        margin-bottom: 30px;
    }
    .single-product-wrap .product-related-item .product-image img {
        height: 180px;
    }
    .single-product-wrap .product-image {
        margin-bottom: 10px;
    }
    .single-product-wrap .product-summary-wrap .product-image {
        margin-bottom: 30px;
    }
}
/* ===== Responsive - End ===== */