.availability-status-icon,
.alert-status-icon,
.product-inline-icon {
    display: inline-block;
    font-family: inherit;
    font-weight: 800;
    line-height: 1;
}

.availability-status-icon {
    margin-right: 0.2rem;
}

.alert-status-icon {
    min-width: 1.1em;
    text-align: center;
}

.product-page__gallery {
    margin-bottom: 24px;
}

#product_gallery {
    position: relative;
}

.product-gallery-variant-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    border: 2px solid rgba(22, 137, 59, 0.82);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    color: #17652f;
    padding: 7px 12px;
    box-shadow: 0 6px 18px rgba(24, 37, 31, 0.16);
    font-size: 0.92rem;
    font-weight: 850;
    line-height: 1;
    pointer-events: none;
}

.product-gallery-swipe__slide picture {
    display: block;
    width: 100%;
}

.product-gallery-swipe__image {
    aspect-ratio: auto 3 / 4;
    height: auto;
}

.product-description-content {
    max-width: 920px;
    margin: 0 0 32px;
    color: #26332c;
    font-size: 1rem;
    line-height: 1.68;
}

.product-description-content > *:first-child {
    margin-top: 0;
}

.product-description-content > *:last-child {
    margin-bottom: 0;
}

.product-description-content p {
    margin: 0 0 14px;
}

.product-description-content h1,
.product-description-content h2,
.product-description-content h3 {
    margin: 26px 0 12px;
    color: #23312b;
    font-weight: 700;
    line-height: 1.25;
}

.product-description-content h1 {
    font-size: 1.65rem;
}

.product-description-content h2 {
    font-size: 1.35rem;
}

.product-description-content h3 {
    font-size: 1.15rem;
}

.product-description-content ul,
.product-description-content ol {
    margin: 0 0 18px;
    padding-left: 1.35rem;
}

.product-description-content li {
    margin: 0 0 7px;
    padding-left: 0.1rem;
}

.product-description-content li > p {
    margin: 0;
}

.product-description-content div {
    margin: 0;
}

.product-description-content div > br:only-child {
    display: none;
}

.product-description-content strong {
    font-weight: 700;
}

.product_main > .price_color[data-product-price] {
    display: none;
}

.product-cart-price {
    margin: 4px 0 14px;
}

.product-cart-price__label {
    margin: 0 0 2px;
    color: #59675e;
    font-size: 0.9rem;
    font-weight: 700;
}

.product-cart-price__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 12px;
}

.product-cart-price__current {
    color: #087e2c;
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.15;
}

.product-cart-price__old {
    color: #7d8b83;
    font-size: 1.05rem;
    font-weight: 700;
    text-decoration: line-through;
}

.product-delivery-note {
    display: grid;
    gap: 3px;
    margin: 0 0 18px;
    border: 1px solid #dce8df;
    border-radius: 9px;
    background: #f3faf5;
    padding: 11px 13px;
    color: #53645a;
    font-size: 0.92rem;
}

.product-delivery-note strong {
    color: #263b2d;
}

.product-delivery-note__rates {
    color: #65756b;
    font-size: 0.82rem;
}

.product-delivery-note a {
    width: max-content;
    color: #327c47;
    font-weight: 750;
    text-underline-offset: 3px;
}

.product-cart-price__badge {
    border-radius: 999px;
    background: #e2f5e8;
    color: #0b7f2e;
    padding: 3px 9px;
    font-size: 0.82rem;
    font-weight: 800;
}



.product-cart-discounts {
    margin: 8px 0 22px;
    padding: 18px;
    border: 1px solid #dbe8df;
    border-radius: 8px;
    background: #fff;
    color: #18251f;
    box-shadow: 0 12px 30px rgba(24, 37, 31, 0.08);
}

.product-discount-card__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.product-discount-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 2px solid #27a844;
    border-radius: 999px;
    color: #27a844;
    font-weight: 900;
}

.product-cart-discounts__title {
    margin: 0;
    color: #151f1a;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.2;
}

.product-discount-card__intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.85fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.product-discount-card__base {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    font-weight: 800;
}

.product-discount-card__base span {
    color: #26332c;
    font-size: 1rem;
}

.product-discount-card__base strong {
    color: #151f1a;
    font-size: 1.9rem;
    line-height: 1;
}

.product-discount-card__hint {
    margin: 0;
    border: 1px solid #dfe7e1;
    border-radius: 8px;
    background: #fbfcfb;
    color: #44534b;
    padding: 12px 14px;
    font-size: 0.92rem;
    line-height: 1.4;
}

.product-discount-card__status {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.15fr);
    gap: 18px;
    align-items: stretch;
    margin-bottom: 18px;
    padding: 16px;
    border: 1px solid #cce8d2;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(237, 250, 241, 0.96), rgba(255, 255, 255, 0.98));
}

.product-discount-card__current {
    display: grid;
    gap: 8px;
    align-content: center;
    border-right: 1px solid #d9e5dd;
    padding-right: 18px;
}

.product-discount-card__current-line {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    font-weight: 800;
}

.product-discount-card__current-line strong,
.product-discount-card__price {
    color: #13923a;
}

.product-discount-card__price {
    display: block;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.05;
}

.product-discount-card__caption {
    color: #53625a;
    font-size: 0.92rem;
}

.product-discount-card__next {
    display: grid;
    gap: 8px;
    align-content: center;
}

.product-discount-card__next-title {
    margin: 0;
    color: #17231d;
    font-size: 1rem;
    line-height: 1.4;
}

.product-discount-card__next-title strong,
.product-discount-card__missing,
.product-discount-card__basket strong {
    color: #13923a;
}

.product-discount-card__missing {
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.product-discount-card__meter {
    height: 12px;
    border-radius: 999px;
    background: #e1e3e0;
    overflow: hidden;
}

.product-discount-card__meter span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #12a23b, #5fc36f);
}

.product-discount-card__meter-labels {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #53625a;
    font-size: 0.86rem;
}

.product-discount-card__basket {
    margin: 0;
    color: #27352e;
    font-size: 0.92rem;
}

.product-discount-card__section-title {
    margin: 18px 0 10px;
    color: #151f1a;
    font-size: 1.05rem;
    font-weight: 800;
}

.product-discount-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dde6e0;
    border-radius: 8px;
    font-size: 0.94rem;
}

.product-discount-table th,
.product-discount-table td {
    padding: 11px 12px;
    border-bottom: 1px solid #e5ebe7;
    text-align: left;
    vertical-align: middle;
}

.product-discount-table th {
    color: #334239;
    background: #fbfcfb;
    font-weight: 800;
}

.product-discount-table tr:last-child td {
    border-bottom: 0;
}

.product-discount-table__row.is-current td {
    background: #edf9f0;
    color: #0f7f30;
    font-weight: 800;
}

.product-discount-table__row.is-best td {
    color: #0b7f2e;
    font-weight: 800;
}

.product-discount-table__mark {
    width: 32px;
    color: #27a844;
    font-weight: 900;
    text-align: center;
}

.product-discount-card__benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 16px;
    border: 1px solid #dde6e0;
    border-radius: 8px;
    overflow: hidden;
}

.product-discount-card__benefit {
    padding: 12px;
    border-right: 1px solid #dde6e0;
    color: #17231d;
    font-size: 0.84rem;
    line-height: 1.35;
}

.product-discount-card__benefit:last-child {
    border-right: 0;
}

.product-discount-card__benefit strong {
    display: block;
    margin-bottom: 2px;
    color: #151f1a;
}

.product-discount-card__max {
    margin: 14px 0 0;
    border: 1px solid #f1d8a8;
    border-radius: 8px;
    background: #fff9eb;
    color: #4a3b1f;
    padding: 11px 13px;
    font-size: 0.92rem;
    line-height: 1.4;
}

.product-discount-card__max strong {
    color: #8a5700;
}

.product-review-heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.product-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.product-review-actions .btn {
    white-space: nowrap;
}

.product-review-actions .btn-primary {
    border-color: #0069d9;
    background: #0069d9;
}

.product-review-actions .btn-primary:hover,
.product-review-actions .btn-primary:focus-visible {
    border-color: #0056b3;
    background: #0056b3;
}

.breadcrumb-item.active {
    color: #505960;
}


/* product-discount-card-mobile-fix */
@media (max-width: 640px) {
    .product-cart-discounts {
        padding: 14px;
    }

    .product-discount-card__intro,
    .product-discount-card__status,
    .product-discount-card__benefits {
        grid-template-columns: 1fr;
    }

    .product-discount-card__base strong {
        font-size: 1.45rem;
    }

    .product-discount-card__current {
        border-right: 0;
        border-bottom: 1px solid #d9e5dd;
        padding-right: 0;
        padding-bottom: 14px;
    }

    .product-discount-card__price,
    .product-discount-card__missing {
        font-size: 1.55rem;
        overflow-wrap: normal;
        word-break: keep-all;
    }

    .product-discount-table {
        font-size: 0.82rem;
        table-layout: fixed;
    }

    .product-discount-table th,
    .product-discount-table td {
        padding: 9px 7px;
    }

    .product-discount-table th:first-child,
    .product-discount-table td:first-child {
        display: none;
    }

    .product-discount-table td:nth-child(2),
    .product-discount-table td:nth-child(4) {
        white-space: nowrap;
    }

    .product-discount-table th {
        overflow-wrap: anywhere;
    }

    .product-discount-card__benefit {
        border-right: 0;
        border-bottom: 1px solid #dde6e0;
    }

    .product-discount-card__benefit:last-child {
        border-bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .product_page > .row {
        display: flex;
        flex-direction: column;
    }

    .product-page__gallery,
    .product_main {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .product-page__gallery {
        order: 1;
        padding-right: 0;
        padding-left: 0;
    }

    .product_main {
        order: 2;
        padding-top: 18px;
    }

    .product_main h1 {
        margin-top: 0;
        font-size: 2rem;
        line-height: 1.18;
    }

    .product-cart-price__current {
        font-size: 1.45rem;
    }

    .product-description-content {
        margin-bottom: 26px;
        font-size: 0.98rem;
        line-height: 1.62;
    }

    .product-description-content h1 {
        font-size: 1.42rem;
    }

    .product-description-content h2 {
        font-size: 1.24rem;
    }

    #product_gallery {
        width: 100%;
        touch-action: pan-x pan-y;
    }

    #product_gallery .img-thumbnail {
        border: 0;
        background: transparent;
        padding: 0;
    }

    #product_gallery .carousel-inner {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0 0 8px;
        scroll-padding: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    #product_gallery .carousel-inner::-webkit-scrollbar,
    #product_gallery .carousel-indicators::-webkit-scrollbar {
        display: none;
    }

    #product_gallery .carousel-item {
        display: block !important;
        position: relative;
        float: none;
        flex: 0 0 86%;
        margin-right: 0;
        scroll-snap-align: center;
        transition: none;
        transform: none !important;
        backface-visibility: visible;
    }

    #product_gallery .carousel-item img {
        width: 100%;
        max-height: 72vh;
        border-radius: 10px;
        object-fit: contain;
        background: #fff;
    }

    #product_gallery .carousel-control-prev,
    #product_gallery .carousel-control-next {
        display: none;
    }

    #product_gallery .carousel-indicators {
        position: static;
        display: flex;
        justify-content: flex-start;
        gap: 8px;
        margin: 8px 0 0;
        border: 0;
        background: transparent;
        overflow-x: auto;
        padding: 0 0 4px;
    }

    #product_gallery .carousel-indicators li {
        box-sizing: border-box;
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        margin: 0;
        border: 2px solid transparent;
        border-radius: 7px;
        background: #fff;
        opacity: 1;
        overflow: hidden;
        text-indent: 0;
    }

    #product_gallery .carousel-indicators li.active {
        border-color: #007bff;
    }

    #product_gallery .carousel-indicators img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product_main hr {
        margin: 18px 0;
    }


    .product-cart-discounts__item {
        display: block;
    }

    .product-cart-discounts__percent {
        display: block;
        margin-top: 2px;
    }

    .product-cart-discounts__deal {
        display: block;
        margin-top: 4px;
        white-space: normal;
    }

    .product-cart-discounts__deal small {
        text-align: left;
    }

    .product_main .btn-primary,
    .product_main button[type="submit"],
    .product-variant-group-link {
        width: 100%;
        min-height: 48px;
        font-size: 1.05rem;
    }
}
.variant-picker {
    border: 1px solid #dfe7e1;
    border-radius: 8px;
    padding: 18px;
    background: #f9fbf9;
    box-shadow: 0 12px 28px rgba(35, 49, 43, 0.08);
    margin-bottom: 18px;
}

.variant-picker h2 {
    margin: 0 0 16px;
    font-size: 1.25rem;
    color: #23312b;
}

.variant-picker__purchase {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin: 8px 0 18px;
    border: 2px solid #cde5d3;
    border-radius: 9px;
    background: #f3faf5;
    padding: 13px 14px;
}

.variant-picker__purchase .variant-picker__summary {
    flex: 1 1 auto;
    margin: 0;
    color: #263b2d;
    font-weight: 750;
    line-height: 1.4;
}

.variant-picker__actions {
    display: flex;
    flex: 0 0 auto;
    gap: 8px;
}

.variant-picker__purchase form {
    flex: 0 0 auto;
    margin: 0;
}

.variant-picker__purchase .btn {
    min-width: 190px;
}

.variant-picker__group {
    margin-bottom: 16px;
}

.variant-picker__label {
    margin-bottom: 8px;
    color: #69766f;
    font-weight: 700;
}

.variant-picker__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.variant-picker__color-groups {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.variant-picker__color-group {
    padding-top: 12px;
    border-top: 1px solid #e1e8e3;
}

.variant-picker__color-group:first-child {
    padding-top: 0;
    border-top: 0;
}

.variant-picker__color-heading {
    margin-bottom: 9px;
    color: #69766f;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.variant-picker__option {
    min-height: 36px;
    border: 1px solid #cfdad2;
    border-radius: 999px;
    background: #fff;
    color: #23312b;
    padding: 6px 14px;
    cursor: pointer;
}

.variant-picker__option:hover,
.variant-picker__option.is-active {
    border-color: #16893b;
    background: #e5f5e9;
    color: #17652f;
}

.variant-picker__option.is-active {
    border-width: 2px;
    box-shadow: 0 0 0 2px rgba(22, 137, 59, 0.2);
    font-weight: 800;
}

.variant-picker__option:disabled,
.variant-picker__option.is-unavailable {
    border-color: #dfe4e1;
    background: #f0f2f1;
    color: #9ba49f;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.55;
}

.variant-picker__option--color {
    position: relative;
    width: 42px;
    height: 42px;
    min-height: 42px;
    border: 2px solid #d9e1dd;
    border-radius: 50%;
    background: var(--swatch-color, linear-gradient(135deg, #ececec, #ffffff));
    padding: 0;
    box-shadow: inset 0 0 0 3px #fff, 0 6px 14px rgba(30, 41, 52, 0.1);
}

.variant-picker__option--color:hover,
.variant-picker__option--color.is-active {
    border-color: #078b2f;
    background: var(--swatch-color, linear-gradient(135deg, #ececec, #ffffff));
    transform: translateY(-1px);
}

.variant-picker__option--color.is-active {
    border-width: 3px;
    box-shadow: inset 0 0 0 2px #fff, 0 0 0 4px rgba(7, 139, 47, 0.32);
}

.variant-picker__option--color:disabled,
.variant-picker__option--color.is-unavailable {
    background: var(--swatch-color, linear-gradient(135deg, #ececec, #ffffff));
    filter: grayscale(0.7);
    transform: none;
}

.variant-picker__option--color::after {
    content: attr(data-label);
    position: absolute;
    left: 50%;
    bottom: calc(100% + 10px);
    z-index: 5;
    min-width: max-content;
    max-width: 180px;
    border-radius: 6px;
    background: #212934;
    color: #fff;
    padding: 6px 9px;
    font-size: 12px;
    line-height: 1.2;
    opacity: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(4px);
    transition: opacity 0.15s ease, transform 0.15s ease;
    white-space: nowrap;
}

.variant-picker__option--color:hover::after,
.variant-picker__option--color:focus-visible::after {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.variant-picker__option-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.variant-picker__selected-color {
    min-height: 22px;
    margin-top: 10px;
    color: #2f6f45;
    font-weight: 700;
}

.variant-picker__summary {
    margin: 4px 0 14px;
    color: #69766f;
}

.product-variant-group-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-bottom: 14px;
    border-color: #59ab6e;
    color: #2f6f45;
    font-weight: 700;
}

.product-variant-group-link:hover {
    background: #e5f5e9;
    border-color: #4a9b61;
    color: #245838;
}

.variant-picker .btn.disabled,
.variant-picker .btn:disabled,
.variant-picker__purchase .btn.disabled,
.variant-picker__purchase .btn:disabled,
.variant-picker__submit.disabled {
    background: #c9d2d8 !important;
    border-color: #c9d2d8 !important;
    color: #ffffff !important;
    opacity: 0.75;
    cursor: not-allowed;
    pointer-events: none;
}

@media (max-width: 575.98px) {
    .variant-picker__purchase {
        align-items: stretch;
        flex-direction: column;
    }

    .variant-picker__purchase .btn {
        width: 100%;
        min-width: 0;
    }

    .variant-picker__actions {
        flex-direction: column;
        width: 100%;
    }
}

.ozon-region-stock {
    margin: 16px 0 18px;
    border: 1px solid #dfe7e1;
    border-radius: 8px;
    background: #f7fbf8;
    padding: 14px 16px;
    color: #23312b;
}

.ozon-region-stock__title {
    margin: 0 0 8px;
    font-weight: 700;
}

.ozon-region-stock__summary {
    margin: 0 0 10px;
    color: #4e5e55;
    font-size: 0.95rem;
}

.ozon-region-stock__list {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ozon-region-stock__item {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #e3ece6;
    padding-top: 8px;
}

.ozon-region-stock__region {
    font-weight: 700;
}

.ozon-region-stock__qty {
    white-space: nowrap;
    color: #2f6f45;
    font-weight: 700;
}

.ozon-region-stock__meta {
    margin-top: 10px;
    color: #748078;
    font-size: 0.86rem;
}

.warehouse-stock {
    margin: 16px 0 18px;
    border: 1px solid #cfe1d4;
    border-radius: 8px;
    background: #f5faf6;
    padding: 14px 16px;
    color: #23312b;
}

.warehouse-stock__title {
    margin: 0 0 10px;
    font-weight: 700;
}

.warehouse-stock__list {
    display: grid;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
}

.warehouse-stock__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px solid #dce9df;
    padding: 9px 0;
}

.warehouse-stock__item:first-child {
    border-top: 0;
    padding-top: 0;
}

.warehouse-stock__item:last-child {
    padding-bottom: 0;
}

.warehouse-stock__city {
    display: grid;
    gap: 2px;
    font-weight: 700;
}

.warehouse-stock__date {
    color: #748078;
    font-size: 0.78rem;
    font-weight: 400;
}

.warehouse-stock__qty {
    white-space: nowrap;
    color: #16813a;
    font-weight: 800;
}

.warehouse-stock__item.is-empty .warehouse-stock__qty {
    color: #748078;
    font-weight: 600;
}

.ozon-price-stock {
    margin: 16px 0 18px;
    border: 1px solid #d9e4ef;
    border-radius: 8px;
    background: #f6f9fc;
    padding: 14px 16px;
    color: #23312b;
}

.ozon-price-stock__title {
    margin: 0 0 8px;
    font-weight: 700;
}

.ozon-price-stock__value {
    margin: 0 0 8px;
    color: #1f5f8b;
    font-size: 1.35rem;
    font-weight: 700;
}

.ozon-price-stock__rows {
    display: grid;
    gap: 6px;
    margin-top: 8px;
}

.ozon-price-stock__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: #4e5e55;
    font-size: 0.95rem;
}

.ozon-price-stock__row strong {
    color: #23312b;
}

.ozon-price-stock__meta {
    margin-top: 8px;
    color: #748078;
    font-size: 0.86rem;
}

@media (max-width: 640px) {
    .variant-picker__option--color::after {
        display: none;
    }

    .variant-picker__option--color {
        width: 46px;
        height: 46px;
        min-height: 46px;
    }
}


.product-gallery-swipe__track {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.product-gallery-swipe__track::-webkit-scrollbar,
.product-gallery-swipe__thumbs::-webkit-scrollbar {
    display: none;
}

.product-gallery-swipe__slide {
    flex: 0 0 100%;
    margin: 0;
    scroll-snap-align: center;
}

.product-gallery-swipe__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 72vh;
    margin-inline: auto;
    border-radius: 12px;
    background: #fff;
    object-fit: contain;
}

.product-gallery-swipe__thumbs {
    display: flex;
    gap: 8px;
    margin: 10px 0 0;
    padding: 0 0 4px;
    overflow-x: auto;
    list-style: none;
}

.product-gallery-swipe__thumb {
    display: block;
    width: 56px;
    height: 56px;
    border: 2px solid transparent;
    border-radius: 8px;
    background: #f3f6f8;
    overflow: hidden;
}

.product-gallery-swipe__thumb.is-active {
    border-color: #007bff;
}

.product-gallery-swipe__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .product-gallery-swipe__slide {
        flex-basis: 86%;
    }
}



/* product-page-mobile-hardening */
@media (max-width: 991.98px) {
    .product_page > .row {
        display: block;
    }

    .product-page__gallery,
    .product_main {
        display: block;
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
    }

    .product-page__gallery {
        margin-bottom: 18px;
    }
}
