/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com/hello-elementor-child/
Description: Hello Elementor Child Theme
Author: Your Name
Author URI: https://example.com
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add custom styles here if needed */

.breadcrumbs > p > span {
    display: flex!important;
    gap: 20px;
    color: #D9D9D9;
}
.breadcrumbs > p > span .breadcrumb_last {
    color: var(--e-global-color-primary);
}
.breadcrumbs a {
    font-weight: 400!important;
}

/* КАРУСЕЛИ */

.swiper-arrows-top-right .elementor-swiper-button {
    background-color: #363636;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    top: -40px!important;
    right: 0!important;
    left: auto!important;
}
.swiper-arrows-top-right .elementor-swiper-button-prev {
    right: 28px!important;
}
@media screen and (max-width: 767px) {
    .swiper-arrows-top-right .elementor-swiper-button {
        top: -32px!important;
    }
}


/* Обивка */


label[for="pa_varianty-obivki"] {
    margin-bottom: 10px;
    font-size: 14px!important;
}

/* Iconic WAS Details Accordion Styles */
.iconic-was-details-accordion {
    display: block !important;
    list-style: none;
    padding: 0;
    margin: 0;
}

.iconic-was-details-group {
    margin-bottom: 0;
}

.iconic-was-details {
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    overflow: hidden;
}

.iconic-was-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    cursor: pointer;
    list-style: none;
    font-weight: 600;
    transition: background-color 0.2s ease;
    border-bottom: 1px solid transparent;
}

.iconic-was-summary:hover {

}

.iconic-was-details[open] .iconic-was-summary {

}

/* Remove default marker */
.iconic-was-summary::-webkit-details-marker {
    display: none;
}

.iconic-was-summary-label {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
       color: #333;
}

.iconic-was-summary-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 10px;
    flex-shrink: 0;
}

.iconic-was-summary-icon::before,
.iconic-was-summary-icon::after {
    content: '';
    position: absolute;
    background: #666;
    transition: transform 0.3s ease;
}

.iconic-was-summary-icon::before {
    top: 9px;
    left: 4px;
    width: 12px;
    height: 2px;
}

.iconic-was-summary-icon::after {
    top: 4px;
    left: 9px;
    width: 2px;
    height: 12px;
}

.iconic-was-details[open] .iconic-was-summary-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.iconic-was-details-content {
    padding: 0 0 14px;
    background: white;
}

.iconic-was-details-items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.iconic-was-details-items .iconic-was-swatches__item {
    margin: 0 !important;
    flex-shrink: 0;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .iconic-was-summary {
        padding: 10px 14px;
    }

    .iconic-was-details-content {
        padding: 12px;
    }

    .iconic-was-details-items {
        gap: 6px;
    }
}