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

.blackFriday p {
    text-decoration: line-through;
    margin-bottom: unset;
}
.blackFriday span {
    text-align: center;
    font-family: "Montserrat";
    font-weight: 500;
    color: #292246;
    font-size: 1em;
    margin: unset;
}


.allProducts {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5em;
    margin-top: 4vh;
}


html body .categoryProductImage img {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
}

html body .categoryProductImage>img:first-child {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
    transition: all 0.35s ease-in-out;
    display: block;
}
html body .categoryProductImage>img:last-child {
    width: 100%;
    height: 100%;
    object-fit: cover!important;
    transition: all 0.75s cubic-bezier(.35,.86,.67,.86);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.categoryProductImage:hover>img:first-child {
    opacity: 0;
}

.categoryProductImage:hover>img:last-child {
    transform: scale(1.15);
}
.categoryProductImage {
    height: auto;
    width: 100%;
}



.categoryProduct a {
    text-decoration: unset;
}



.categoryProductTitle p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    font-size: 0.9em;
    margin: 0.3em 0;
}



.categoryProductTitle {
    margin: 0.3em 0em;
}


.categoryProduct {
    width: calc(25% - 5px);
}


.categoryProductTitle h2 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: clip;
    margin: 0 auto;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    text-align: center;
    font-size: 1em;
    width: 90%;
}

.categoryTitle {
    width: fit-content;
    margin: 0 auto;
}


.title-blurb-join * {
    text-wrap: nowrap;
    margin: 0em 0em;
    padding: 0 0.1em;
}
.title-blurb-join {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
}


.title-blurb p, .title-blurb h1 {
    font-family: 'Arapey';
    font-size: 1.9em;
    color: #292246;
    font-style: italic;
    text-align: center;
    width: 60%;
    margin-inline: auto;
}



.categoryProductImage img {
    transition: all 0.25s ease-in-out;
}

.categoryProductImage {
    overflow: clip;
}

.categoryProduct:hover img {
    transform: scale(1.05);
}

.categoryTitle h1 {
    font-family: 'Montserrat';
    color: #292246;
    font-size: 2.4em;
}

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

.categoryTitle p {
    font-size: 1.1em;
    text-align: center;
    width: 49%;
    font-family: 'Montserrat';
    font-weight: 300;
}

.categoryTitle h1 {
    font-family: 'Montserrat';
    color: #292246;
    font-size: 2.4em;
    margin-bottom: 0.3em;
}
.allProducts>div:nth-of-type(2n + 2) {
    margin: 0px 5px;
}

.allProducts>div:nth-of-type(4n + 3){
    margin:0px 5px;
}




.innerOrderBySelector>span:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: fit-content;
}

.innerOrderBySelector span {
    font-family: 'Arapey';
    font-weight: 500;
    color: #292246;
    margin: 0.2em 0;
    font-size: 1.1em;
    cursor: pointer;
    transition:all 0.25s ease-in-out;
}

.orderByButton {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.orderByButton p {
    font-family: 'Arapey';
    color: #292246;
    font-size: 1.3em;
    margin: 0;
    cursor: pointer;
}

.orderBySelector svg {
    width: 13px;
    height: 13px;
    transform: translateY(2px);
}

.orderBySelector:hover svg {
    transform: translateY(2px) rotate(90deg);
}

.orderBySelector svg {
    width: 13px;
    height: 13px;
    transform: translateY(2px);
    transition: transform 0.35s cubic-bezier(.34,.94,0.37,0.99);
}

.orderBySelector {
    width: fit-content;
    padding-left: 5%;
    margin-bottom: 2em;
    margin-top: 2em;
}

.innerOrderBySelector {
    display: flex;
    flex-direction: column;
    width: fit-content;
    position: absolute;
    z-index: 99;
    background-color: white;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.8));
    padding: 0.5em 1.3em;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10%);
    transition: all 0.25s cubic-bezier(.93,.19,.31,0.92);
}

.orderBySelector:hover .innerOrderBySelector {
    pointer-events: all;
    transform: unset;
    opacity: 1;
}
.innerOrderBySelector span:hover {
    color: #FFB548;
}


.blurbsRow {
    display: flex;
    flex-direction: row;
    padding: 0 7%;
    justify-content: space-between;
    padding-bottom: 3em;
    padding-top: 5em;
}

.blurb {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    background-color: #f4f4f4;
    border-radius: 13px;
    aspect-ratio: 1/1;
    padding-top: 4%;
    box-sizing: border-box;
    transition: all 0.25s ease-in-out;
}

.blurb span {
    color: #202435;
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 2.4em;
    padding: 0 18%;
    text-align: center;
    transition: all 0.25s ease-in-out;
}
.blurbImg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blurbImg {
    padding-bottom: 10%;
}

.blurb span {
    color: #202435;
    font-family: 'Arapey';
    font-style: italic;
    font-weight: 400;
    font-size: 2.4em;
    padding: 0 18%;
    text-align: center;
}

.blurb:hover {
    background-color: #202435;
}

.blurb:hover span {
    color: #f4f4f4;
}

.noProductsFound {
    margin: 5em auto;
}
html .categoryProductImage {
    height: auto;
    aspect-ratio: 5/7;
    position: relative;
}

.noProductsFound p {
    color: #292247;
    font-family: 'Arapey';
    font-size: 1.4em;
}


.pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    margin: 0 auto;
}

span.page-numbers.dots {
    background-color: unset;
    color: #1a1a1a;
    padding-bottom: 0;
    cursor:default;
}

.pagination>* {
    padding: 0.9% 1%;
    margin: 0 0.4em;

    font-family: 'Campton', 'sans-serif';
    background-color: #1a1a1a;
    color: white;
    border-radius: 7px;
    white-space: nowrap;
    cursor: pointer;
}

.pagination>* {
    margin: 0 0.4em;
    font-family: 'Campton', 'sans-serif';
    background-color: #292246;
    color: white;
    border-radius: 1px;
    white-space: nowrap;
    cursor: pointer;
    padding: 0.4% 0.7%;
    text-decoration: unset;
    transition: all 0.25s ease-in-out;
    margin-bottom: 1.5em;
}


.pagination>*:hover {
    background-color: #ffb548;
    color:#292246;
}

span.page-numbers.current {
    background-color: #ffb548;
    color: #292246;
    cursor: no-drop;
}


    .allProducts>div:nth-of-type(4n + 3) {
        margin: 0px 0px;
    }

    .childrenCategories>div:first-child {
    padding-left: unset;
    margin-left: unset;
}

    .childrenCategories>div:first-child {
    padding-left: unset;
    margin-left: unset;
}

    .childrenCategories>div:first-child a{
    margin-left: unset;
}


    .childrenCategories>div:last-child {
    padding-right: unset;
    margin-right: unset;
}

    .childrenCategories>div:last-child a{
    margin-right: unset;
}
.pagination * {
    font-family: 'Montserrat';
}


.categoryProduct.outOfStock .categoryProductImage::after {
    content: 'Sin Stock';
    font-family: 'Montserrat';
    color: #ffb548;
    background: #292246;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 1em;
    top: 100%;
    z-index: 10;
    transform: translateY(-100%);
    padding-top: 0.2em;
    padding-bottom: 0.1em;
}

/*Border for borderless images*/
.categoryProduct img {
    background-image: url('/wp-content/uploads/2025/09/bgPatternFlash-.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/**/
/*Promotions*/
.promotionBlurbs span {
    color: #822e2d;
    font-family: 'Montserrat';
    font-weight: 700;
    text-align: center;
    display: block;
    padding-bottom: 0.5vh;
    font-size: 1.2em;
    text-transform: uppercase;
}

.promotionBlurb p {
    font-family: 'Montserrat';
    color: #822e2d;
    text-align: center;
    font-size: 1em;
}

.promotionBlurbs {
    background-color: white;
    width: fit-content;
    max-width: 60%;
    margin: 2em auto;
    padding: 1.3em;
}

/*/Promotions*/

    @media only screen and (max-width:1600px){
        .categoryProduct.outOfStock .categoryProductImage::after {
    font-size: 1.2em;
}
        .childCategory a {
    font-size: 0.85em;
}
.orderByButton p {
    font-size: 1.1em;
}


    }
@media only screen and (max-width:1050px){
    	.title-blurb h2{
	margin-inline:auto;
		text-align:center;
	}

    .blurbsRow {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .noProductsFound p {
    text-align: center;
}
    .blurb {
        width: 48%;
        margin-bottom: 3em;
        justify-content: center;
    }
    .allProducts>div:nth-of-type(4n + 3) {
        margin: 0px 0px;
    }
   
 
}

@media only screen and (max-width:800px){
    html body .flashSalesArchiveCat .flashSalesCountdown p {
    font-size: 1.3em;
}
html body .flashSalesArchiveCat>p {
    font-size: 0.9em;
}
html body .flashSalesArchiveCat h2 {
    font-size: 1.3em;
}
html body .flashSalesCountdown {

    padding: 2px 20px;
}
    .pagination>* {
        padding: 0.4em 0.6em;
    }
    .categoryProduct {
        width: calc(33.3% - 8px);
    }
    .allProducts>div:nth-of-type(4n + 3) {
        margin:0px;
    }
    html .categoryTitle h1 {
        font-size: 1.5em;
        text-align: center;
    }
    html .promotionBlurbs {
    max-width: 80%;
}
}

@media only screen and (max-width:600px){
          .categoryProduct.outOfStock .categoryProductImage::after {
    font-size: 1.4em;
}
        .blurb {
        width: 100%;
        justify-content: center;
    }
    .title-blurb p, .title-blurb h1 {
        font-size: 1.3em;
        width: 95%;
        margin-inline: auto;
    }
    .title-blurb-join{
        flex-direction: column;
    }

    .categoryProduct {
        width: calc(50% - 5px);
    }
 
    .orderBySelector {
    padding-left: 3%;
}
.orderByButton p {
    font-size: 1em;
}

html body .childrenCategories {
    top: 50%;
    left: calc(5% + 3em);
    transform: translateY(-50%);
    max-width: 75%;
}

}

@media only screen and (max-width:500px){
    
    .blurb {
        width: 100%;
        justify-content: center;
    }
    .categoryProduct {
        width: calc(95% - 5px);
        margin-bottom: 3em;
    }
    .allProducts>div:nth-of-type(2n + 2) {
        margin: 0px;
    }
    .allProducts {
        justify-content: center;
        align-items: center;
    }
}


/*Search options*/

.childCategory:hover a {
    color: #ffb548;
}

.searchOptionsContainer {
    display: flex;
    flex-direction: row;
    position: relative;
}

.childrenCategories {
    display: flex;
    flex-direction: row;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    overflow: auto;
    height: fit-content;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #1f193f white;
    max-width: 70%;
}

.childCategory a {
    text-decoration: unset;
    font-family: 'Montserrat';
    margin: 0em 0.8em;
    white-space: nowrap;
    text-wrap: nowrap;
    padding: 0.2em 0.7em;
    background: #1f193f;
    border-radius: 10px;
    position: relative;
    margin-bottom: 5px;
    color: white;
    transition: all 0.15s ease-in-out;
}



/**/


/*Flash sales*/
.flashSaleArchive {
    padding-bottom: 0vh;
}

.flashSaleArchive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}


.flashSalesArchiveCat h2 {
    font-family: 'Montserrat';
    text-align: center;
    color: #292246;
    margin: unset;
    font-size: 1.5em;
}

.flashSalesArchiveCat>p {
    text-align: center;
    font-family: 'Montserrat';
    font-size: 1em;
    margin: 14px 0;
    color: #292246;
}

.flashSalesArchiveCat .flashSalesCountdown p {
    font-family: 'Arapey';
    font-size: 2.9em;
    margin: unset;
    color: #ffb548;
}
.categoryProductTitle p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    font-size: 0.9em;
    margin: 0.3em 0;
}

.flashSalesCountdown {
    display: flex;
    flex-direction: row;
    width: fit-content;
    margin: 0 auto;
    position: relative;
    background: #292246;
    padding: 2px 20px;
}

.flashSalesCountdown p {
    font-family: 'Arapey';
    font-size: 1.6em;
    color: #822e2d;
    margin: unset;
}

.flashSaleArchive {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(20%,-50%);
    white-space: nowrap;
    font-family: 'Montserrat';
    background-color: #292246;
    color: white;
    padding: 0.6em;
    font-size: 0.8em;
    font-weight: 500;
}

@media only screen and (max-width:1600px){
    .flashSaleArchive {
    font-size: 0.6em;
}
}

/*//Flash sales*/

