﻿#bannerTextArea {
    position: absolute;
    top: 0;
    height: 50%;
    width: 100%;
    max-width: 450px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 1.6rem;
    background-color:rgba(0,0,0,0.4);
    color: white;
    border-radius: 1px;
    transform: translate(50px,50%);
    overflow:hidden;
}

.filtersContainer a {
    text-decoration: none;
    color: var(--primary-color);
    font-weight: 400;
    font-style: normal;
    font-family: var(--primaryFont);
    font-size: 0.9rem;
}


.filtersContainer a:hover {
    text-decoration: underline !important;
    color: var(--primary-color);
}

.featuresList span {
    color: var(--primary-color);
    font-family: var(--primaryFont);
    font-weight: 400;
    font-style: normal;
    font-size: 0.9rem;
}

.featuresList {
    max-height: 190px;
    overflow: hidden;
}


.filterContainer .active {
    animation: moreoptions 0.5s forwards;
    overflow-x: hidden;
}

.filtersContainer ul li {
    padding: 5px 0px;
}

.filtersContainer ul {
    padding-top: 15px;
    margin-top: 15px;
}



.filterTextContainer {
    display: flex;
    height: 100px;
    justify-content: center;
    background-color: white;
}


.filterContainer {
    padding: 1rem 1rem;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 4px;
}


.breadcrumbs {
    font-size: 2.2em;
    color: var(--primary-color);
    font-family: var(--primaryFont);
    font-weight: 600;
    font-style: normal;
}

    .breadcrumbs:before {
        content: "\A";
        white-space: pre;
        display: block;
        max-height: 0px;
    }

.limitCategoryText {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentCategory + #breadcrumbCurrentSubCategory):after,
#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentSubCategory + #breadcrumbCurrentGroup):after,
#breadcrumbCurrentCategory:has(+ #breadcrumbCurrentSubCategory + #breadcrumbCurrentGroup):after,
#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentCategory + #breadcrumbCurrentGroup ):after {
    content: '\f054';
    font-style: normal;
    font-weight: normal;
    font-family: "Font Awesome 6 Pro";
    font-size: 12px;
}

#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentCategory),
#breadcrumbCurrentCategory:has(+ #breadcrumbCurrentSubCategory),
#breadcrumbCurrentSubCategory:has(+ #breadcrumbCurrentGroup) {
    font-size: 1em;
    color: var(--primary-color);
    font-weight: 500;
    font-style: normal;
}

#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentGroup ),
#breadcrumbGroupedCategory:has(+ #breadcrumbCurrentSubCategory ),
#breadcrumbCurrentCategory:has(+ #breadcrumbCurrentGroup ) {
    font-size: 1em;
}

    #breadcrumbGroupedCategory:has(+ #breadcrumbCurrentCategory):before,
    #breadcrumbCurrentCategory:has(+ #breadcrumbCurrentSubCategory):before,
    #breadcrumbCurrentSubCategory:has(+ #breadcrumbCurrentGroup):before,
    #breadcrumbCurrentCategory:has(+ #breadcrumbCurrentGroup ):before {
        content: "";
        white-space: normal;
        display: none;
    }

.breadcrumbs:hover {
    color: var(--primary-color) !important;
}

#clearAllFilters {
    cursor: pointer;
}

#sortbyContainer .selectContainer {
    min-width: 220px;
    max-width: 220px;
}

#sortbyContainer select {
    height: 50px;
    background-color: var(--white-color-100);
}

#sortbyContainer label {
    top: -13px;
    left: 13px;
    background-color: var(--white-color-100);
}

    #sortbyContainer label span {
        font-size: 12px;
    }

#categoriesDesktopList ul li {
    height: 50px;
    margin-bottom: 35px;
    overflow: hidden;
    font-size: 0.9rem;
    min-width: 225px; /*210*/
}

#categoriesDesktopList ul a {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 3px;
}

    #categoriesDesktopList ul a img {
        border-radius: 3px 0px 0px 3px;
    }

#categoriesDesktopList .imgContainer {
    max-width: 50px
}

#mobileFiltersContainer {
    display: none;
}

.mobileShopFilterButton {
    display: none;
    text-align: center;
    border-radius: 1px;
    color: var(--primary-color);
    font-size: 1.2rem;
    padding: 0.6rem 0rem;
    cursor: pointer;
}


#mobileSidebar {
    background-color: #f7f7f7;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    transition: left 0.4s;
}


#mobileSidebar {
    overflow-y: scroll;
}

#mobileSortSidebar {
    background-color: #f7f7f7;
    position: fixed;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: 0;
    transition: left 0.4s;
}

.strikedOutPriceContainer {
    position: absolute;
    font-weight: 500;
    top: -10px;
    color: var(--grey-color-300);
    right: -65%;
}


.percentageTag {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 4px 21px;
    background-color: var(--primary-color);
    color: black;
    border-radius: 28px 0px 0px 28px;
    font-weight: 400;
}

.saleTag {
    position: absolute;
    top: 25px;
    left: 10px;
    background-color: red;
    color: white;
    padding: 2px 10px;
    border-radius: 14px;
}

/*#mobileSidebar .header {
    padding-top:1.2rem;
    padding-bottom:1.2rem;
    background-color:red;

}*/
/*


.sidebarMainContentContainer {
    overflow-y: auto;
}
*/


/*scroll visual*/

#mobileSidebar *::-webkit-scrollbar {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 3px;
    height: 3px;
}

#mobileSidebar *::-webkit-scrollbar-track {
    background-color: var(--grey-color-500);
}

#mobileSidebar *::-webkit-scrollbar-thumb {
    background-color: var(--blue-color-600 );
    border-radius: 50px;
}


#mobileSortSidebar *::-webkit-scrollbar {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 3px;
    height: 3px;
}

#mobileSortSidebar *::-webkit-scrollbar-track {
    background-color: var(--grey-color-500);
}

#mobileSortSidebar *::-webkit-scrollbar-thumb {
    background-color: var(--blue-color-600 );
    border-radius: 50px;
}

/**/


.mobileSections {
    background-color: white;
    max-height: 300px;
    overflow-y: auto;
    padding: 1rem;
    margin-bottom: 1rem;
}

.sidebarMainContentContainer .mobileSections:last-of-type {
    margin-bottom: 4.5rem;
}


.sidebarClose {
    left: -130%;
}

.sidebaractive {
    left: 0;
}

#shopListProducts a {
    text-decoration: none;
    color: inherit
}

.productCardContainer {
    box-shadow: rgba(53, 84, 63, 0.05) 0px 6px 12px -2px, rgba(0, 0, 0, 0.1) 0px 3px 7px -3px;
    transition: all 0.3s ease;
}

    .productCardContainer:hover {
        box-shadow: rgba(53, 84, 63, 0.3) 0px 1px 2px 0px, rgba(53, 84, 63, 0.15) 0px 1px 3px 1px;
        transform: scale(1.01);
        border: var(--blue-color-900) solid 2px;
        border-radius: 2px;
    }

.productColorFeaturesContainer {
    width: 100%;
    overflow: hidden;
    height: 56px;
}

.moreOptionsContainer {
    font-size: 0.9rem;
}

.colourFeatureCircle {
    height: 20px;
    width: 20px;
    border-radius: 100px;
    border: solid #a7a7a7 1px;
    margin-right: 10px;
}

.priceContainer {
    height: 60px;
    display: flex;
    align-items: end;
}

.addToCartContainer {
    display: flex;
    justify-content: center;
}

.productTitleLength {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 90px;
    padding-top: 2px;
}


.swal2-popup.swal2-toast .swal2-html-container {
    margin: 0 !important;
}

.AddProduct {
    transition: all 0.35s;
}



.filterContainer *::-webkit-scrollbar {
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
    border-radius: 10px;
    background-color: var(--primary-color);
    width: 6px;
    height: 3px;
}

.filterContainer *::-webkit-scrollbar-track {
    background-color: var(--grey-color-500);
}

.filterContainer *::-webkit-scrollbar-thumb {
    background-color: var(--blue-color-600 );
    border-radius: 50px;
}

.closedList {
    height: 0;
    overflow: hidden;
}


.sidebarMainContentContainer ul > :first-child {
    margin-top: 1rem;
}

.mobileFiltersTags {
    display: none;
}

#selectedFeaturesList {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

    #selectedFeaturesList li {
        margin: 5px;
        background-color: #b0e0e6;
        padding: 10px;
        border-radius: 4px;
        max-width: 300px;
    }

.mobileTagsContainer {
    width: 100%;
    height: 50px;
    background-color: #d5edf7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    border-radius: 4px;
    white-space: nowrap;
}


/*Checkboxes*/


.checkbox-wrapper {
    --borderColor: #5529CF;
    --borderWidth: 0.1em;
    margin-block-end: 0.5em;
    margin-inline-start: 0.5em;
}

.checkbox-wrapper input[type=checkbox] {
-webkit-appearance: none;
appearance: none;
vertical-align: middle;
background: transparent;
font-size: 1.5em;
border-radius: 0.125em;
display: inline-block;
border: var(--borderWidth) solid var(--primary-color);
width: 0.75em;
aspect-ratio: 1;
position: relative;
cursor:pointer;
}

.checkbox-wrapper input[type=checkbox]:before,
.checkbox-wrapper input[type=checkbox]:after {
    content: "";
    position: absolute;
    background: var(--primary-color);
    width: calc(var(--borderWidth) * 3);
    height: var(--borderWidth);
    top: 50%;
    left: 10%;
    transform-origin: left center;
}

.checkbox-wrapper input[type=checkbox]:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(0);
    transition: transform 10ms ease-in 10ms;
}

.checkbox-wrapper input[type=checkbox]:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(0);
    transform-origin: left center;
    transition: transform 10ms ease-in;
}

.checkbox-wrapper input[type=checkbox]:checked:before {
    transform: rotate(45deg) translate(calc(var(--borderWidth) / -2), calc(var(--borderWidth) / -2)) scaleX(1);
    transition: transform 10ms ease-in;
}

.checkbox-wrapper input[type=checkbox]:checked:after {
    width: calc(var(--borderWidth) * 5);
    transform: rotate(-45deg) translateY(calc(var(--borderWidth) * 2)) scaleX(1);
    transition: transform 10ms ease-out 10ms;
}

.checkbox-wrapper input[type=checkbox]:focus {
    outline: calc(var(--borderWidth) / 2) dotted rgba(0, 0, 0, 0.25);
}
#paginationContainer {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
}
.pagination {
    color: var(--primary-color);
    justify-content:center;
  
}

.page-link {
    background-color: transparent;
    border: 0px solid #dee2e6;
}
.page-item {
    font-size:1.2rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: 2px;
}

.page-item.disabled .page-link {
    background-color: transparent;
}

/*TEASE PRODUCTs*/

#teaseProducts {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:1rem;
    width:100%;
}

#teaseProducts .productCardWidth {
    width: 100%;
}

#teaseProducts .productColorFeaturesContainer {
    height: auto;
}

#teaseProducts .glassPane {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    -webkit-backdrop-filter: blur(18.1px);
    border: 1px solid rgba(40, 40, 40, 0.3);
    background: rgb(29 52 107 /40%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18.1px);
    border: 1px solid rgb(14 45 91 / 30%);
}

.removeGlassPane {
    transform-origin: bottom; /* shrink from top to bottom */
    animation: heightDecreaseSmooth 0.8s ease-in-out forwards;
}


.seeTodaysOfferBtn {
    padding: 0.8rem 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background: #233050;
    border-radius: 4px;
    border: none;
}

.seeTodaysOfferBtn i {
    font-size: 1.4rem;
    padding-right: 0.4rem;
    color: var(--secondary-color);
}


.seeTodaysOfferBtn:hover i {
    animation: spin 1s linear infinite;
}



@media(max-width:1200px) {
    .mainContainerPadding {
        padding: 1.5rem;
    }

    .filtersContainer {
        padding: 0;
    }

    .productsContainer {
        padding-right: 0;
    }


    #bannerTextArea {
        max-width:400px;
        font-size:1.4rem;
    }
    
}

@media(max-width:1000px) {
    .filtersContainer {
        display: none;
    }

    .productsContainer {
        width: 100%;
    }

    #mobileFiltersContainer {
        display: flex;
    }

    .mobileShopFilterButton {
        display: block;
    }


    .productsContainer {
        padding-right: calc(var(--bs-gutter-x)* .5);
    }

    .mobileFiltersTags {
        display: block;
    }

    #sortbyContainer {
        display: none;
    }
}



@media(max-width:900px) {
    
    #bannerTextArea {
        max-width: 350px;
        font-size: 1.2rem;
    }
}

@media(max-width:770px) {

    #bannerShopContainer {
        display: none;
    }
    #teaseProducts {
        grid-template-columns: repeat(2, 1fr);
        gap:0.5rem;
    }
}



@media(max-width:575px) {
    .mobileShopFilterButton {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    #teaseProducts {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
}


@media(max-width:460px) {
    .page-item {
        font-size: 1.4rem;
    }
    .pagination {
        justify-content: space-between;
    }
}



@keyframes moreoptions {
    from {
        max-height: 190px;
    }

    to {
        max-height: 350px;
        overflow-y: auto;
    }
}

@keyframes heightDecreaseSmooth {
    from {
        transform: scaleY(1);
    }

    to {
        transform: scaleY(0);
    }
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(0deg);
    }

    75% {
        transform: rotate(8deg);
    }

    100% {
        transform: rotate(0deg);
    }
}