.dru-product-single {
    padding-top: 40px;
    padding-bottom: 60px;
}

.dru-product-single__inner {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.dru-product-single__gallery {
    flex: 0 0 auto;
    width: 560px;
}

/* Стандартная WC галерея под макет */
.dru-gallery {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.dru-gallery__thumbs {
    width: 90px;
    flex: none;
}
.dru-gallery__thumb {
    width: 90px !important;
    height: 90px;
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    cursor: pointer;
    border: 2px solid transparent;
    transition: border-color .15s ease;
    box-sizing: border-box;
}
.dru-gallery__thumb.swiper-slide-thumb-active {
    border-color: #6bb022;
}
.dru-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dru-gallery__main {
    width: 450px;
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    background: #ffffff;
    flex: none;
}
.dru-gallery__main--with-thumbs {
    width: 450px;
}
.dru-gallery__slide {
    width: 450px !important;
    height: 450px;
}
.dru-gallery__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dru-product-single--no-gallery .dru-gallery__main {
    width: 100%;
}
.dru-product-single--no-gallery .dru-gallery__slide img {
    object-fit: contain;
}
.woocommerce .dru-product-single__gallery .flex-viewport .woocommerce-product-gallery__image img {
    width: 450px !important;
    height: 450px !important;
    object-fit: cover;
    display: block;
}

.dru-product-single__info {
    flex: 1;
    min-width: 0;
    max-width: 810px;
}

.dru-product-single__title {
    margin: 0 0 10px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 36px;
    line-height: 46.8px;
    color: #ffffff;
}

.dru-product-single__excerpt {
    margin: 0 0 15px;
    font-family: var(--font);
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
}

.dru-product-single__stock {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #6bb022;
    color: #090909;
    border-radius: 8px;
    padding: 4px 12px;
    font-family: var(--font);
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 31px;
}
.dru-product-single__stock-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #090909;
}

.dru-product-single__price {
    margin-bottom: 12px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 36px;
    line-height: 46.8px;
    color: #6bb022;
}
.dru-product-single__price del {
    display: block;
    color: #a7aea1;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-decoration: line-through;
}
.dru-product-single__price ins {
    display: block;
    text-decoration: none;
    color: #6bb022;
}

.dru-product-single__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 40px;
}
.dru-product-single__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    padding: 0 28px;
    border-radius: 15px;
    font-family: var(--font);
    font-size: 15px;
    line-height: 18px;
    border: 1px solid #6bb022;
    transition: opacity .15s ease, background .15s ease;
}
.dru-product-single__btn--solid {
    background: #6bb022;
    color: #ffffff;
}
.dru-product-single__btn--solid:hover { opacity: .88; }
.dru-product-single__btn--outline {
    background: transparent;
    color: #ffffff;
}
.dru-product-single__btn--outline:hover { background: rgba(107, 176, 34, .12); }

.dru-product-single__attrs-title {
    margin: 0 0 20px;
    font-family: var(--font);
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
}

.dru-product-single__attrs-list {
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dru-product-single__attr {
    display: flex;
    align-items: baseline;
    font-family: var(--font);
    font-size: 15px;
    line-height: 18px;
    color: #ffffff;
}
.dru-product-single__attr dt {
    white-space: nowrap;
    flex-shrink: 0;
}
.dru-product-single__attr dd {
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}
.dru-product-single__dots {
    flex: 1;
    margin: 0 6px;
    border-bottom: 1px dotted #3f3f3f;
    transform: translateY(-3px);
}

@media (max-width: 1100px) {
    .dru-product-single__inner { flex-direction: column; }
    .dru-product-single__gallery { width: 100%; max-width: 560px; }
}

@media (max-width: 600px) {
    .dru-product-single__title { font-size: 26px; line-height: 34px; }
    .dru-product-single__price { font-size: 28px; line-height: 36px; }
    .dru-product-single__btn { width: 100%; }
    .woocommerce .dru-product-single__gallery .woocommerce-product-gallery { gap: 12px; }
    .woocommerce .dru-product-single__gallery .flex-control-thumbs { width: 60px !important; }
    .woocommerce .dru-product-single__gallery .flex-control-thumbs li,
    .woocommerce .dru-product-single__gallery .flex-control-thumbs img { width: 60px !important; height: 60px !important; }
    .woocommerce .dru-product-single__gallery .flex-viewport,
    .woocommerce .dru-product-single__gallery .woocommerce-product-gallery__image,
    .woocommerce .dru-product-single__gallery .woocommerce-product-gallery__image img { width: 100% !important; height: 280px !important; }
}
