#category-image {
    height: 430px;
    aspect-ratio: 4/6;
    object-fit: cover;
}
.aspect-46 {
    aspect-ratio: 4/6 !important;
}
#colorPicker {
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 9999px;
}

#colorPicker::-webkit-color-swatch-wrapper {
    padding: 2px;
}

#colorPicker::-webkit-color-swatch {
    border-radius: 9999px;   /* скругления */
}

#colorPicker::-moz-color-swatch {
    border-radius: 9999px;
}
#customer_login {
    max-width: 800px;
    margin: 0 auto;
}
.tab-content .woocommerce-button {
    min-width: 100% !important;
}
.nsl-container-buttons .woocommerce-button {
    margin-top: 0 !important;
    height: 50px;
}
.nsl-container-buttons {
    width: 100%;
    a {
        width: 100%;
    }
}
.tab-content div {
    padding: 0 !important;
}
.select2-container .select2-selection--single {
    height: 54px !important;
    border: 1px solid rgb(224 229 241) !important;
}
.select2-container {
    width: fit-content !important;
}
.w-full .select2-container {
    width: 100% !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
    height: 54px !important;
    display: flex;
    align-items: center;
}
.select2-results__option {
    padding: 12px 20px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background: #000;
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));

}
.min-h-500px {
    min-height: 430px;
}
header .kama-menu .data-parent {
    width: 600px !important;
    right: auto;
    left: 100%;
}
#category-image {
    opacity: 0;
}
@media (min-width: 1200px) {
    #category-image {
        opacity: 1;
    }
}
