.product-tallas.doxie-layout {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 768px) {
    .product-tallas.doxie-layout {
        max-width: 100%;
        margin: 0 auto;
    }
}

.doxie-section {
    margin-bottom: 10px;
}

.doxie-section-header {
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 4px;
}

.doxie-section-title {
    font-weight: 600;
    font-size: 13px;
    color: #000;
    margin-bottom: 6px;
}

@media (min-width: 768px) {
    .doxie-section-title {
        margin-left: 33px ;
    }

    .doxie-section-header{
        margin-bottom: -1px;
    }
}

@media (max-width: 768px) {
    .doxie-section-header{
        justify-content: left;
    }

    .doxie-section-title{
        margin-left: 22px;
    }

    .doxie-color-item .custom-product-image {
        border-radius: 0px !important;
    }
}

.doxie-slider-wrapper {
    display: flex;
    align-items: center;
    /* gap: 6px; no agregar gap aca*/
    max-width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

@media (max-width: 768px){
    .product-add-to-cart-form{
        justify-items: center !important;
    }

    .customAddToCart {
        border-radius: 2px;
        padding: 7px 16px;
        font-size: 12px;
        background-color: #000000bf;
        max-width: 100%;
        text-shadow: 0 0 2px #ffffffd9;
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 72%;
    }

    .customAddToCart .fa-cart-arrow-down{
        font-size: 14px;
    }

    .products-variants{
        margin-top: 8px !important;
    }

    
}

@media (min-width: 768px){
    .product-add-to-cart-form{
        justify-items: center !important;
    }

    .customAddToCart {
        border-radius: 2px;
        padding: 3px 16px;
        font-size: 12px;
        background-color: #000000bf;
        max-width: 100%;
        text-shadow: 0 0 2px #ffffffd9;
        margin-top: 8px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        width: 83%;
    }

    .products-variants{
        margin-top: 8px !important;
    }
}

.doxie-slider-track {
    display: flex;
    flex-wrap: nowrap;
    /* gap: 4px; no agregar aca */
    max-width: 100%;
}

.doxie-track-gapped {
    gap: 4px !important;
}

.doxie-slider-arrow {
    border: 0px solid #d0d0d04d;
    background-color: #ffffff;
    color: #3b7461;
    width: 22px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    flex: 0 0 22px;
}

@media(min-width: 768px){
    .doxie-slider-arrow {
        min-width: 32px;
    }
}

.doxie-slider-arrow:hover {
    background-color: #f3f3f3;
}

.doxie-slider-arrow.doxie-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.doxie-size-item {
    max-width: 88px;
    width: -webkit-fill-available !important;
    height: 32px;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    padding: 0 6px;
    box-sizing: border-box;
}

.doxie-size-item:hover {
    background-color: #000000;
    color: #ffffff !important;
}

.doxie-size-item.select {
    background-color: #fff;
    color: #000 !important;
    border-color: #000000 !important;
    border: 2px solid black !important;
    text-decoration: none !important;
}

.doxie-size-disabled {
    background-color: #e0e0e0;
    color: #9e9e9e !important;
    position: relative;
    cursor: default;
    pointer-events: none;
}

.doxie-size-disabled::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -6px;
    right: -6px;
    border-top: 1px solid #b3b3b3;
    transform: rotate(-40deg);
}

.doxie-color-item-wrapper {
    display: inline-flex;
}

.doxie-color-item {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    border-radius: 0 !important;

}

.doxie-color-item.selected-image {
    border-color: #000000 !important;
}

@media (max-width: 768px) {
    .doxie-size-item {
        min-width: 44px;
        height: 32px;
        font-size: 12px;
    }

    .doxie-color-item {
        width: 48px;
        height: 48px;
    }
}

@media (min-width: 768px) {

    .doxie-color-item {
        /* width: 63px !important; */
        /* height: 83px !important; */
        min-height: 80px !important;
        min-width: 50px !important;
        max-height: 83px !important;
        max-width: 63px !important;
    }

    .product-tallas.doxie-layout .doxie-slider-track {
        flex: 1;
        justify-content: center;
    }

    .product-tallas.doxie-layout .doxie-section-sizes .doxie-sizes-group {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        gap: 4px;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .product-tallas.doxie-layout .doxie-slider-track {
        flex: 1;
        justify-content: center;
    }

    .product-tallas.doxie-layout .doxie-section-sizes .doxie-sizes-group {
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
        gap: 4px;
    }
}

.product-tallas.doxie-layout .doxie-section-colors .image-container-tallas {
    overflow: hidden;
}

.products-list .product-tallas.doxie-layout .doxie-slider-wrapper {
    justify-content: flex-start;
}

.products-list .product-tallas.doxie-layout .doxie-slider-track {
    flex: 0 0 auto;
    justify-content: flex-start;
}

.products-list .product-tallas.doxie-layout .doxie-section-sizes .doxie-sizes-group {
    justify-content: flex-start;
}
