* {
    outline: none;
}

.mainContainer {
    display: flex;
    flex-direction: column;
}

.productContainer {
    display: flex;
    flex-direction: row;
}
pre.product-description {
    white-space: normal;
}

.productImages {
    width: 65%;
}

.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: 100%;
    height: 100%;
    object-fit: contain;
}


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


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


.quantity{
    display:none!important;
}


.colorButtons {
    margin: 1em 0;
    display: flex;
    flex-direction: row;
}

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

.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: 'Campton','sans-serif';
}

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);
}




.productDetails h1 {
    font-family: 'Campton','sans-serif';
    font-weight: 600;
    color: #808080;
    font-size: 1.6em;
    font-weight: 500;
    margin-bottom: 0.2em;
    padding-right: 20%;
}


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

.addToCart>p {
    font-family: 'Campton','sans-serif';
    font-weight: 500;
    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: 'Campton','sans-serif';
    font-weight: 400;
    color: #1a1a1a;
}

html body .productDetails>p {
    font-family: 'Campton','sans-serif';
    font-weight: 600;
    color: #333333;
    font-size: 1.6em!important;
    margin-top: 0;
}

.productText {
    margin: 3em 0;
}



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

.productDetails h3 {
    font-family: 'Campton','sans-serif';
    font-weight: 500;
    color: #1a1a1a;
    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: #1a1a1a;
    font-size: 1.2em;
}

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

.breadcrumbs :is(a,p) {
    text-decoration: unset;
    color: #1a1a1a;
    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;
}

.sizeSelector>button {
    font-family: 'Campton', 'sans-seris';
    background: unset;
    border: none;
    font-size: 1.4em;
    cursor: pointer;
}

html body .shippingText p {
    font-family: 'Campton', 'sans-serif';
    color: #62B256;
    font-size: 0.8em!important;
    margin: 0;
    margin-bottom: 1em;
}


.sizeSelector {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 3em;
}

.sizeSelectorText p {
    font-family: 'Campton','sans-serif';
    color: #808080;
    font-size: 0.8em;
}

.productText :is(p,span) {
    font-size: 1.2em!important;
}

.productText * {
    font-family: 'Campton','sans-serif'!important;
}

.productText li {
    font-size: 0.8em!important;
}
.productText strong {
    font-size: revert!important;
}

.productText :is(p,span) {
    font-size: 1.2em!important;
}

.productDescription * {
    font-family: 'Campton','sans-serif'!important;
}

.productText li {
    font-size: 0.8em!important;
}

.productText strong {
    font-size: revert!important;
}


p.stock{
    display:none;
}

p.out-of-stock {
    color: #ff3232;
    font-size: 1.6em;
    display:block!important;
}

.category {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3.1em 0;
}

.category a {
    font-family: 'Campton','sans-serif';
    color: #1a1a1a;
    font-size: 1.9em;
    cursor: pointer;
    text-decoration: none;
}


.relatedProducts>h3 {
    color: #1a1a1a;
    font-family: 'Campton','sans-serif';
    margin-top: 7em;
    margin-bottom: 3em;
    text-align: center;
}


.relatedProducts {
    margin-bottom: 4em;
}

.productBrand{
	width:10.5vw;
}
.productBrand a{
	display:block;
	width:100%;
	height:100%;
}
.productBrand a img{
	width:100%;
	height:100%;
	object-fit:contain;
}


.sizeSelectorText>p {
    color: #808080;
    font-size: 0.8em!important;
}

p.salePrice {
    color: #E50010;
    width: fit-content;
}

p.previousPrice {
    text-decoration: line-through;
    width: fit-content;
}

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

p.salePrice {
    color: #E50010;
    width: fit-content;
    margin-right: 1em;
}


.swiperRelated {
    margin-bottom: 5em;
}

.sizeButtonContainer {
    position: relative;
}

.buttonSVG {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(2);
    opacity: 0;
    height: 100%;
    pointer-events: none;
    aspect-ratio: 1/1;
    width: auto;
}

.buttonSVG svg {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

button.sizeButton {
    background: unset;
    border: unset;
    color: #1a1a1a;
    font-size: 1.3em;
    cursor: pointer;
    padding: 0;
    font-weight: 500;
    transition: all 0.25s ease-in-out;
}


.selectedSize .buttonSVG {
    opacity: 1;
}

.buttonSVG svg {
    transition: all 0.45s cubic-bezier(1,.38,.51,.6);
    stroke-dasharray: 160;
    stroke-dashoffset: 160;
}

.selectedSize .buttonSVG svg {
    stroke-dashoffset: 0;
}

.selectedSize {
    font-weight: 900!important;
}


button.sizeButton.noStock::before {
    content: 'SIN STOCK';
    background-color: #1a1a1a;
    color: white;
    font-size: 0.5em;
    border-radius: 5px;
    padding: 0.4em;
    position: absolute;
    white-space: nowrap;
    top: 100%;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
}

button.sizeButton.noStock {
    color: grey;
    cursor: not-allowed;
}

.mainProductPicture img {
    width: 100%;
    height: 100%!important;
    object-fit: contain;
}

.mainProductPicture {
    height: 70vh;
}


.mainProductPicture a {
    display: block;
    width: 100%;
    height: 100%;
}

p.saleAmount{
    padding: 0.2em 0.4em;
    background-color: #1a1a1a;
    margin: auto 0.7em;
    line-height: 100%;
    height: fit-content;
    color: white;
    font-weight: 100;
}


@media only screen and (max-width:1400px){
    .productDetails h1 {
        font-size: 1.4em;
    }
    .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;
    }   
    .shippingText>p {
        font-size: 0.7em!important;
        margin-left: 0;
    }
    .sizeSelector>button {
        font-size: 1.1em;
    }
    .productDescription :is(p,span) {
        font-size: 1.1em!important;
    }

}


@media only screen and (max-width:950px){
    .category {
        margin: 1em 0;
    }
    .category a {
        font-size: 1.5em;
    }

    .productContainer {
        flex-direction: column;
        align-items: center;
    }
    html body .swiper-container .swiper-slide {
        height: 48vh;
    }
    .productDescription {
        width: 80%;
        margin-top: 1.9em;
    }
    .productBrand {
        margin: 0 auto;
    }
    .productDetails h1 {
        padding-right: 0;
        text-align: center;
    }
    html body .productDetails>p {
        text-align: center;
    }
    .productText, .productDetails {
        width: 100%;
    }
    .sizeSelectorText p {
        text-align: center;
    }
    .sizeSelector {
        width: 100%;
    }
    .woocommerce-variation-add-to-cart.variations_button {
        text-align: center;
    }
    html body .shippingText p {
        text-align: center;
        font-size: 0.7em!important;
        margin-bottom: 0.5em!important;
    }
    .productText {
        width: 80%;
        margin: 0 auto;
    }
    .mainProductPicture {
        height: 42vh;
    }
}

@media only screen and (max-width:500px){
   
    .productDescription {
        width: 100%;
    }
    .productImages {
        width: 100%;
    }
    .productBrand {
        width: 18.5vw;
    }
    html .phoneNav{
        display:block;
    }
    .phoneNavNext{
        border: 1px solid #1A1A1A;
        border-radius: 50px;
        height: 20px;
        transition: all 0.25s ease-in-out;
        width: 20px;
        padding: 0.5em;
    }
    .phoneNavPrev{
        border: 1px solid #1A1A1A;
        border-radius: 50px;
        height: 20px;
        transition: all 0.25s ease-in-out;
        width: 20px;
        padding: 0.5em;
    }

    .phoneNavPrev svg, .phoneNavNext svg {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transform-origin: center;
    }
    .phoneNavPrev svg{
        transform: rotate(180deg);
    }

    .phoneNavPrev:hover,  .phoneNavNext:hover {
        background-color: rgba(26,26,26,0.9);
        box-shadow: 0 0 0 7px rgba(26, 26, 26, 0.6);
    }
    .phoneNavPrev:hover svg, .phoneNavNext:hover svg {
        fill: white;
    }
    .thumbnail-swiper {
        position: relative;
    }
    .phoneNavPrev {
        position: absolute;
        top: 20px;
        right: 78%;
        transform: translateY(-50%);
    }
    .phoneNavNext {
        position: absolute;
        top: 20px;
        left: 78%;
        transform: translateY(-50%);
    }
    .thumbnail-swiper {
        padding-top: 60px;
    }
    .thumbnail-swiper .swiper-wrapper {
        justify-content: flex-start;
    }
    .addToCart {
        text-align: center;
    }
    html body .relatedProducts .swiper-button-next, html body .relatedProducts .swiper-button-prev{
        height: 20px;
        width: 20px;
    }
}

