

/* Start:/local/templates/logicloud.bloom_s1/components/bitrix/catalog/main_custom/bitrix/catalog.element/.default/style.css?17797861873138*/
.tabs {
    max-width: 100%;
    margin: 0 auto;
}

.tab-header {
    display: flex;
    border-bottom: 1px solid #ccc;
}

.tab-link {
    padding: 10px 20px;
    cursor: pointer;
    border: none;
    background: #092927;
    color: #ffffff;
    flex: 1;
    text-align: center;
    font-size: 16px;
}

.tab-link:hover {
    background: #114c49;
    transition: all 0.3s;
}

.tab-link.active {
    border-bottom: 2px solid #28807a;
    font-weight: bold;
    border-top: 1px dashed #28807a;
    border-left: 1px dashed #28807a;
    border-right: 1px dashed #28807a;
}

.tab-content.detail {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-pane {
    display: none;
}

.tab-pane.active {
    display: block;
}

.tab-content.detail .tab-pane ul {
	list-style: disc;
	padding-left: 23px;
}

.product-content__details p {
    margin: 0!important;
}
.swiper_gallery_container {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.swiper_gallery_main {
    flex: 1;
    min-width: 0;
}
.swiper_gallery_container img{
    display: block;
    border-radius: 10px;
}
.swiper_gallery_nav {
    flex: 0 0 60px;
    width: 60px !important;
    overflow: hidden;
}
.swiper_gallery_nav .swiper-wrapper {
    box-sizing: border-box;
}
.swiper_gallery_nav .swiper-slide {
    height: 60px !important;
}
.swiper_gallery_nav .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.oneclick-success-popup {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    padding: 20px;
}
.oneclick-success-popup.active {
    display: flex;
}
.oneclick-success-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(9, 41, 39, 0.55);
    backdrop-filter: blur(3px);
}
.oneclick-success-popup__dialog {
    position: relative;
    width: min(100%, 460px);
    background: linear-gradient(180deg, #fffdf8 0%, #f4efe6 100%);
    border: 1px solid rgba(41, 128, 122, 0.18);
    box-shadow: 0 24px 60px rgba(9, 41, 39, 0.25);
    border-radius: 18px;
    padding: 28px 24px 24px;
    text-align: center;
}
.oneclick-success-popup__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: rgba(9, 41, 39, 0.08);
    color: #092927;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}
.oneclick-success-popup__eyebrow {
    color: #28807a;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.oneclick-success-popup__title {
    color: #092927;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 12px;
}
.oneclick-success-popup__text {
    color: #3f5957;
    font-size: 16px;
    line-height: 1.5;
}
@media (max-width:600px) {
    .swiper_gallery_nav{
        display: none;
    }
    .oneclick-success-popup__dialog {
        padding: 24px 18px 20px;
    }
    .oneclick-success-popup__title {
        font-size: 24px;
    }
}

/* End */
/* /local/templates/logicloud.bloom_s1/components/bitrix/catalog/main_custom/bitrix/catalog.element/.default/style.css?17797861873138 */
