* {
    outline: none;
}

.suitsExplanation p {
	font-family: 'Montserrat';
	margin-top: 30px;
	padding-right: 20%;
}

.woocommerce-message {
    width: 40%;
    margin: 0 auto;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.mainContainer {
    display: flex;
    flex-direction: column;
    padding-top: 1em;
}

.sizeTable {
    margin-top: 5vh;
}

.sizeTable a {
    font-family: 'Montserrat';
    color: #292246;
    font-weight: 500;
}

.thumbnail-swiper .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.productContainer {
    display: flex;
    flex-direction: row;
}

.productImages {
    width: 65%;
}
.promo-aviso h3 {
    font-family: 'Montserrat';
    color: #292246;
    font-size: 1.3em;
    font-weight: 800;
}
.promo-aviso p{
font-family: 'Montserrat';
    font-weight: 400;
    color: #292246;
}
.productDescription {
    width: 35%;
    padding: 0% 3%;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 5%;
}

.productImage img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productImage {
    width: 85%;
    height: 63vh;
    margin: 0 auto;
}

table.variations {
    display: none;
}


html body .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.thumbnail-swiper .swiper-slide img {
    object-fit: cover!important;
}

.productImages:has(.swiper-container) {
    overflow: clip!important;
}

.woocommerce-variation.single_variation {
    display: none!important;
}

html body .swiper-container .swiper-slide {
    height: 63vh;
    display: flex;
    justify-content: center;
}


.sizeButtons button {
    border: none;
    margin: 0em 0.2em;
    width: 50px;
    height: 50px;
    color: black;
    border-radius: 50%;
    background-color: white;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sizeButtons button:hover {
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,0.2));
}
.sizeButtons {
    width: fit-content;
    margin: 1em 0;
    padding-right: 20%;
}

html body .selectedSize {
    background-color: #2A363D;
    color: white;
    border: 1px solid black;
}

.quantity{
    display:none!important;
}

.colorButtons {
    margin: 1em 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-right: 20%;
}

.colorButtons button {
    width: 50px;
    height: 50px;
    background-color: unset;
    border: 3px solid transparent;
    border-radius: 50%;
    margin: 0 0.3em;
    display: block;
    padding: 0;
    cursor: pointer;
    transition: all 0.05s ease-in-out;
    position: relative;
    margin-bottom: 0.5em;
}

.colorButtons button img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    pointer-events: none;
    transform: scale(0.9);
}

.selectedColor {
    border:3px solid black!important;
}

span.colorTooltip {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    background-color: black;
    color: white;
    padding: 0.7em;
    pointer-events: none;
    text-transform: capitalize;
    border-radius: 8px;
    opacity: 0;
    transition: all 0.15s ease-in-out;
    z-index: 10;
}

span.colorTooltip:after {
    content: '';
    top: 0;
    left: 50%;
    display: block;
    position: absolute;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid black;
    border-bottom: none;
    transform: translateX(-50%) translateY(-96%) rotate(180deg);
    
}

.colorButtons button:hover .colorTooltip {
    opacity: 1!important;
    transform: translateX(-50%)!important;
}

button.single_add_to_cart_button {
    background-color: #2A363D!important;
    width: 80%;
    transition: all 0.25s ease-in-out;
    font-family: 'Montserrat';
}

button.single_add_to_cart_button:hover {
    color: #2A363D!important;
    background-color: white!important;
}

.thumbnail-swiper .swiper-wrapper {
    justify-content: center;
}

.thumbnail-swiper .swiper-slide {
    aspect-ratio: 1/1;
    height: 100px;
    width: auto!important;
}

.thumbnail-swiper {
    margin-top: 1em;
}

.thumbnail-swiper .swiper-slide {
    transition: all 0.25s ease-in-out;
}

.thumbnail-swiper .swiper-slide {
    filter: opacity(0.75);
}
.thumbnail-swiper .swiper-slide {
    filter: opacity(0.75);
    cursor: pointer;
}

.thumbnail-swiper .swiper-slide:hover {
    filter: opacity(1);
}

.thumbnail-swiper .swiper-slide-thumb-active {
    filter: opacity(1);
}

.relatedProducts .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.25s ease-in-out;
}

.relatedProducts .relatedProductImage {
    width: 100%;
    height: 60vh;
    box-sizing: border-box;
    overflow: clip;
}


/*Border for borderless images*/
.thumbnail-swiper .swiper-slide img, .swiper-container img {
    background-image: url('/wp-content/uploads/2025/09/bgPatternFlash-.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/**/

.relatedProductTitlePrice {
    width: 85%;
    margin: 0.4em auto;
}

.relatedProductTitlePrice 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;
}
.relatedProductTitlePrice p {
    text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    font-size: 0.9em;
    margin: 0.3em 0;
}

.swiperRelated {
    overflow-x: clip;
}

html body .relatedProducts {
    width: 90%;
    margin: 8em auto;
    position: relative;
}

.relatedProducts * {
    text-decoration: unset;
}

.relatedProducts .swiper-button-next {
    left: 100%;
    transform: translateX(50%);
    border: 1px solid #292246;
    border-radius: 50px;
    height: 30px;
    transition: all 0.25s ease-in-out;
    width: 30px;
    padding: 0.5em;
}
.relatedProducts .swiper-button-prev {
    left: 0;
    transform: translateX(-150%);
    border: 1px solid #292246;
    border-radius: 50px;
    height: 30px;
    width: 30px;
    transition: all 0.25s ease-in-out;
    padding: 0.5em;
}

.relatedProducts .swiper-button-next::after, .relatedProducts .swiper-button-prev::after {
    content: unset;
}

.relatedProducts .swiper-button-prev svg {
    transform: rotate(180deg);
}

.relatedProducts .swiper-button-prev:hover, .relatedProducts .swiper-button-next:hover {
    background-color: #FFB548;
    box-shadow: 0 0 0 7px rgba(255, 181, 72, 0.6);
}




.relatedProducts .swiper-slide:hover .relatedProductImage img {
    transform: scale(1.05);
}

.relatedProducts>h3 {
    font-family: 'Arapey';
    font-style: italic;
    font-size: 1.9em;
}

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

button.size-attribute-button {
    font-family: 'Arapey';
    font-size: 1.1em;
    font-weight: 900;
}

.addToCart>p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    font-size: 1.1em;
}

.productContainer hr {
    width: 90%;
    margin: 3em 0;
    border: unset;
    height: 2px;
    background: linear-gradient(to right, rgba(41, 34, 70, 0.2), rgba(41, 34, 70, 0.4), rgba(41, 34, 70, 0.2));
    margin-bottom: 2em;
}
.productText span, .productDetails span {
    font-family: 'Montserrat';
    font-weight: 400;
    color: #292246;
}

.productDetails p {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
}

.productText {
    margin: 3em 0;
}



.productText, .productDetails {
    width: 90%;
}

.productDetails h3 {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #292246;
    font-size: 1.3em;
    margin: 1em 0;
}


.sizeGuide {
    position: absolute;
    top: 100%;
    transform: translateY(-112.5%);
}

.sizeGuide a {
    font-family: 'Arapey';
    font-weight: 600;
    color: #292246;
    font-size: 1.2em;
}

.breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 5%;
}

.breadcrumbs :is(a,p) {
    text-decoration: unset;
    color: #292246;
    font-family: 'Arapey';
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}

.breadcrumbs p {
    margin: 0 0.3em;
}

.breadcrumbs a:hover {
    color: grey;
}

.productImages {
    margin-top: 0.6em;
}


.colorButtons>button[style="background-color:#FFFFFF"] {
    border: 1px solid black;
}






html body .productDetails .productSale {
    align-items: flex-start;
}

html body p.salePrice {
    font-size: 1.3em;
}



.addToCart>.stock{
    display:none;
}


.suitsCategory a {
    background-color: #1F193F;
    color: white;
    text-decoration: unset;
    font-family: 'Montserrat',sans-serif;
    padding: 0.6em 2.6em;
    width: fit-content;
    display: block;
    text-align: center;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.1);
    margin-top: 5vh;
}

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

/*No Stock*/
.productWithoutStock * {
    font-family: 'Montserrat'!important;
}
.productWIthoutStock > *:is(h2,p){
    color:#292246;
}
.forminator-checkbox__label p {
    margin: unset;
}

.productWithoutStock {
    width: 80%;
    padding-top: 1em;
    padding-bottom: 0.1em;
    max-height: 0px;
    overflow: clip;
    transition: all 0.3s ease-in-out;
}

.noStockFormSizeOrColor{
    display:none!important;
}
/*//No Stock*/



/*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: #822e2d;
}
.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;
    position: relative;
}

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

html body .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;
}
}


@media only screen and (max-width:800px){
    .flashSalesCountdown {
    margin: 0 auto;
    font-size: 1.4em;
}
html body .flashSaleArchive {
    font-size: 0.5em;
}
}
/*//Flash sales*/



@media only screen and (max-width:1400px){
    .productDetails h1 {
        font-size: 1.9em;
    }
    .addToCart>p {
        font-size: 0.9em;
    }
    .productDetails p {
        font-size: 0.9em;
    }
    .productText span, .productDetails span {
        font-size: 0.8em;
    }
    .productDetails h3 {
        font-size: 1em;
    }   
    .relatedProducts .relatedProductImage {
        height: 52vh;
    }
    .relatedProducts .swiper-button-prev {
        left: 1.3%;
    }
    .relatedProducts .swiper-button-next {
        left: 98.7%;
    }

    .thumbnail-swiper .swiper-slide {
        height: 80px;
    }
    .colorButtons button {
        width: 40px;
        height: 40px;
    }
    button.size-attribute-button {
        font-size: 0.9em;
    }
    .sizeButtons button {
        width: 30px;
        height: 30px;
    }
}


@media only screen and (max-width:1050px){
    .suitsCategory a {
    white-space: nowrap;
}
    .thumbnail-swiper .swiper-wrapper {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding-right: 10%;
        padding-left: 10%;
        justify-content: center;
    }
    .swiper-thumbs .swiper-slide {
        margin-bottom: 0.5em;
    }
}
@media only screen and (max-width:800px){
.productWithoutStock {
    margin: 0 auto;
}
.productWithoutStock *{
    text-align: center;
}
    .suitsExplanation p {
        padding:unset;
        text-align: center;
    }
   .suitsCategory a {
    margin: 0 auto;
    margin-top: 5vh;
}
    .sizeTable a {
    margin: 0 auto;
}
    .promo-aviso *{
        text-align: center;
    }

    button.single_add_to_cart_button.button.alt {
        margin-inline: auto;
        width: 50%;
        /* transform: translateX(50%); */
        margin-top: 1.4em;
    }
	button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
        margin-inline: auto;
        width: 63%;
        transform: translateX(0%);
	}
    .productContainer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .productImages {
        width: 95%;
    }
    .productDescription {
        width: 95%;
    }
    .productText, .productDetails {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }
    html body .productDetails .productSale {
    align-items: center;
}

    .colorButtons {
        padding-right: 10%;
        padding-left: 10%;
        justify-content: center;
    }
.sizeButtons {
    margin: 1em auto;
    padding-right: 10%;
    padding-left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.sizeButtons button {
    width: 40px;
    height: 40px;
}

    .addToCart div:has(button[type="submit"]) {
        text-align: center;
    }
    .productContainer hr {
        width: 100%;
    }
    .addToCart>p {
        text-align: center;
    }
    .breadcrumbs :is(a,p) {
        text-decoration: unset;
        color: #292246;
        font-family: 'Arapey';
        font-weight: 500;
        transition: all 0.25s ease-in-out;
        font-size: 0.7em;
    }
    
}

@media only screen and (max-width:500px){

    .woocommerce-message {
    width: 80%;
}

    button.single_add_to_cart_button.button.alt{
        margin-inline: auto;
        width: 63%;
        /* transform: translateX(33%); */
    }
	button.single_add_to_cart_button.button.alt.disabled.wc-variation-selection-needed {
        margin-inline: auto;
        width: 63%;
        transform: translateX(0%);
	}
}