.product-new .content > h1,
.content > h1 {
    max-width: 1160px;
    margin: 32px auto 16px !important;
    color: #424242 !important;
    font-family: "Fira Sans", Arial, sans-serif !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1.08 !important;
    text-align: left !important;
    letter-spacing: 0 !important;
}

.product-card {
    max-width: 1160px;
    margin: 0 auto;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
}

.product-card * {
    box-sizing: border-box;
}

body.product-detail-fixed-buy-visible .header-bottom {
    display: none;
}

.product-card__fixed-buy {
    position: fixed;
    top: var(--product-card-fixed-top, 92px);
    left: 0;
    z-index: 99;
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #e5edf7;
    background: #fff;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform 0.24s ease, opacity 0.24s ease;
}

.product-card__fixed-buy.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.product-card__fixed-inner {
    display: flex;
    width: 100%;
    max-width: 1160px;
    height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin: 0 auto;
}

.product-card__fixed-product {
    display: flex;
    width: 297px;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.product-card__fixed-image-wrap {
    display: flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.product-card__fixed-image {
    display: block;
    max-width: 100%;
    max-height: 40px;
    object-fit: contain;
}

.product-card__fixed-name {
    display: block;
    min-width: 0;
    overflow: hidden;
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card__fixed-side {
    display: flex;
    width: 560px;
    flex: 0 0 560px;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.product-card__fixed-price {
    display: flex;
    min-height: 40px;
    flex-direction: column;
    gap: 4px;
}

.product-card__fixed-price-row {
    display: flex;
    align-items: flex-end;
    min-width: 0;
}

.product-card__fixed-price-current {
    display: inline-flex;
    align-items: baseline;
    color: #004dac;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.product-card__fixed-price-currency {
    color: rgba(0, 77, 172, 0.5);
}

.product-card__fixed-price-suffix {
    margin-left: 0;
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    white-space: nowrap;
}

.product-card__fixed-discount {
    display: inline-flex;
    min-height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 12px;
    padding: 2px 8px;
    border-radius: 33px;
    background: rgba(0, 77, 172, 0.1);
    color: #004dac;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.product-card__fixed-old-price {
    color: #424242;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.product-card__fixed-actions {
    display: flex;
    width: 360px;
    flex: 0 0 360px;
    align-items: center;
    gap: 4px;
}

.product-card__fixed-qty.product-card__qty {
    width: 178px;
    flex: 0 0 178px;
    background: #f5f5f5;
}

.product-card .product-card__fixed-cart-button.button {
    width: 178px;
    flex: 0 0 178px;
}

.product-card__mobile-fixed-buy {
    display: none;
}

.product-card__meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 72px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(66, 66, 66, 0.1);
    gap: 8px;
}

.product-card__badges {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    min-width: 0;
}

.product-card__badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 6px 12px;
    border-radius: 33px;
    background: #004dac;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
}

.product-card__actions {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    border-radius: 120px;
}

.product-card__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 40px;
    background: transparent;
    color: rgba(66, 66, 66, 0.6);
    cursor: pointer;
}

.product-card__action:hover,
.product-card__action:focus-visible {
    color: #004dac;
}

.product-card__action:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__action-icon {
    display: block;
    fill: none;
    stroke: none;
}

.product-card__action-icon--share {
    stroke: currentColor;
}

.product-card__action-icon--heart {
    fill: currentColor;
}

.product-card__hero {
    display: grid;
    grid-template-columns: repeat(3, 360px);
    gap: 40px;
    align-items: start;
    padding-top: 40px;
}

.product-card__image-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    min-height: 468px;
    padding: 24px;
    overflow: hidden;
    border-radius: 12px;
    background: #e5edf7;
}

.product-card__mobile-back,
.product-card__mobile-actions,
.product-card__image-badge,
.product-card__mobile-title {
    display: none;
}

.product-card__main-image {
    display: block;
    max-width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.product-card__middle {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 360px;
}

.product-card__side {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 360px;
}

.product-card__volume {
    width: 360px;
}

.product-card .product-card__section-title {
    margin: 0;
    font-family: "Fira Sans", Arial, sans-serif;
    text-align: left;
}

.product-card .product-card__section-title--muted {
    margin-bottom: 12px;
    color: rgba(66, 66, 66, 0.6);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.product-card .product-card__section-title--blue {
    margin-bottom: 16px;
    color: #004dac;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.product-card__volume-list {
    width: 100%;
    overflow: hidden;
    padding-bottom: 14px;
}

.product-card__volume-track {
    display: flex;
    gap: 8px;
}

.product-card__volume-item {
    display: flex;
    width: calc((100% - 16px) / 3);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 114px;
    padding: 8px 4px;
    border: 1px solid rgba(66, 66, 66, 0.2);
    border-radius: 8px;
    background: #fff;
    color: #424242;
    text-decoration: none;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.product-card__volume-list.swiper-initialized .product-card__volume-track {
    gap: 0;
}

.product-card__volume-scrollbar.swiper-scrollbar {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    border-radius: 999px;
    background: #e5edf7;
}

.product-card__volume-scrollbar .swiper-scrollbar-drag {
    border-radius: 999px;
    background: #004dac !important;
}

.product-card__volume-scrollbar.swiper-scrollbar-lock {
    display: none;
}

.js-product-card-variants-slider:not(.swiper-initialized) .product-card__volume-scrollbar {
    opacity: 0;
}

.product-card__volume-item:hover,
.product-card__volume-item:focus-visible {
    border-color: rgba(0, 77, 172, 0.55);
    color: #004dac;
}

.product-card__volume-item:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__volume-item--active {
    border-color: #004dac;
    background: rgba(0, 77, 172, 0.1);
    color: #004dac;
}

.product-card__volume-image {
    display: block;
    width: 37px;
    height: 64px;
    margin-bottom: 9px;
    object-fit: contain;
}

.product-card__volume-name {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
}

.product-card__volume-name {
    text-transform: lowercase;
}

.product-card__volume-name::first-letter {
    text-transform: uppercase;
}

.product-card__buy {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 360px;
    min-height: 260px;
    padding: 16px;
    border-radius: 12px;
    background: #f5f5f5;
}

.product-card__price-row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
}

.product-card__price-main {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px;
    min-width: 0;
}

.product-card__price-current {
    color: #004dac;
    font-size: 32px;
    font-weight: 600;
    line-height: 1;
}

.product-card__price-currency {
    color: rgba(0, 77, 172, 0.5);
}

.product-card__price-suffix {
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.product-card__discount {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 25px;
    padding: 4px 8px;
    border-radius: 33px;
    background: rgba(0, 77, 172, 0.1);
    color: #004dac;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    white-space: nowrap;
    align-self: flex-end;
}

.product-card__old-price {
    margin-top: -8px;
    color: #424242;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.product-card__qty {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-radius: 8px;
    background: #fff;
}

.product-card__qty-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #424242;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    cursor: pointer;
}

.product-card__qty-button:hover,
.product-card__qty-button:focus-visible {
    color: #004dac;
}

.product-card__qty-button:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: -2px;
}

.product-card__qty-value {
    display: block;
    min-width: 0;
    color: #424242;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.product-card .product-card__cart-button.button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    min-height: 40px;
    margin: 0;
    padding: 0 16px;
    border: 1px solid #004dac;
    border-radius: 8px;
    background: #004dac;
    color: #fff;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.product-card .product-card__cart-button.button:hover,
.product-card .product-card__cart-button.button:focus-visible,
.product-card .product-card__cart-button.button.active {
    border-color: #003678;
    background: #003678;
    color: #fff;
}

.product-card .product-card__cart-button.button:disabled {
    opacity: 0.75;
    cursor: wait;
}

.product-card .product-card__cart-button.button.loading {
    border-color: transparent;
    background-color: rgba(0, 77, 172, 0.2);
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' width='30' height='30' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='12' r='3' fill='%23004DAC'%3E%3Canimate id='dot1' attributeName='r' begin='0;dot3.end-0.25s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3' fill='%23004DAC'%3E%3Canimate attributeName='r' begin='dot1.end-0.6s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3' fill='%23004DAC'%3E%3Canimate id='dot3' attributeName='r' begin='dot1.end-0.45s' dur='0.75s' values='3;.2;3'/%3E%3C/circle%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    color: transparent;
    opacity: 1;
    cursor: default;
    transition: border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.product-card .product-card__cart-button.button.loading:hover,
.product-card .product-card__cart-button.button.loading:focus-visible {
    border-color: transparent;
    background-color: rgba(0, 77, 172, 0.2);
    color: transparent;
    cursor: default;
}

.product-card__delivery {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-card__delivery-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.product-card__delivery-label,
.product-card__delivery-time {
    flex-shrink: 0;
}

.product-card__delivery-dots {
    flex: 1 1 auto;
    min-width: 24px;
    height: 1px;
    border-bottom: 1px dotted rgba(66, 66, 66, 0.4);
}

.product-card__delivery-time {
    color: #004dac;
}

.product-card__promo {
    display: grid;
    grid-template-columns: 52px 1fr 24px;
    align-items: center;
    gap: 12px;
    width: 360px;
    min-height: 70px;
    padding: 9px 16px;
    border-radius: 12px;
    background: #004dac;
    box-shadow: 0 10px 15.75px rgba(0, 54, 120, 0.1);
    color: #fff;
    text-decoration: none;
    transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.product-card__promo:hover,
.product-card__promo:focus-visible {
    background: #003678;
    box-shadow: 0 12px 18px rgba(0, 54, 120, 0.14);
    color: #fff;
}

.product-card__promo--disabled,
.product-card__promo--disabled:hover,
.product-card__promo--disabled:focus-visible {
    background: #b7b7b7;
    box-shadow: none;
    color: #fff;
    cursor: default;
    pointer-events: none;
}

.product-card__promo:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__promo-icon,
.product-card__promo-arrow {
    display: block;
    color: currentColor;
}

.product-card__promo-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
}

.product-card__promo-arrow {
    fill: none;
    stroke: currentColor;
    transition: transform 0.2s ease;
}

.product-card__promo:hover .product-card__promo-arrow,
.product-card__promo:focus-visible .product-card__promo-arrow {
    transform: translateX(4px);
}

.product-card__promo--disabled .product-card__promo-arrow {
    transform: none;
}

.product-card__promo-text {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.product-card__apps {
    width: 360px;
    min-height: 117px;
    padding: 16px;
    border: 1px solid rgba(66, 66, 66, 0.2);
    border-radius: 12px;
    background: #fff;
}

.product-card .product-card__apps-title {
    margin: 0 0 12px;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.product-card__apps-list {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-card__app-link {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    text-decoration: none;
}

.product-card__app-image {
    display: block;
    width: auto;
    max-width: 152px;
    height: 54px;
    object-fit: contain;
}

.product-card__app-link:nth-child(2) .product-card__app-image {
    height: 47px;
}

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

.product-card__composition-row {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
    color: #424242;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.product-card__composition-name,
.product-card__composition-value {
    margin: 0;
}

.product-card__composition-name {
    display: flex;
    flex: 1 1 auto;
    align-items: baseline;
    min-width: 0;
}

.product-card__composition-name::after {
    content: "";
    flex: 1 1 auto;
    min-width: 20px;
    height: 1px;
    margin-left: 6px;
    border-bottom: 1px dotted rgba(66, 66, 66, 0.4);
}

.product-card__composition-value {
    flex: 0 0 auto;
    max-width: 46%;
    text-align: right;
}

.product-card__details {
    width: 100%;
    margin-top: 72px;
}

.product-card__tabs {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 46px;
}

.product-card__tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 14px;
    border: 1px solid transparent;
    border-radius: 32px;
    background: transparent;
    color: rgba(66, 66, 66, 0.6);
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
}

.product-card__tab:hover,
.product-card__tab:focus-visible {
    color: #004dac;
}

.product-card__tab:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__tab--active {
    border-color: #004dac;
    background: #fff;
    color: #004dac;
}

.product-card__tab-panels {
    margin-top: 32px;
}

.product-card__tab-panel[hidden],
.product-card__accordion-panel[hidden] {
    display: none;
}

.product-card__fixed-discount[hidden],
.product-card__discount[hidden] {
    display: none;
}

.content .product-card .product-card__tab-content {
    max-width: 1160px;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
    word-break: break-word;
}

.content .product-card .product-card__tab-content p,
.content .product-card .product-card__detail-text p {
    margin: 0 0 4px;
    padding: 0;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.content .product-card .product-card__tab-content p:last-child,
.content .product-card .product-card__detail-text p:last-child {
    margin-bottom: 0;
}

.content .product-card .product-card__tab-content h3,
.content .product-card .product-card__text-block h3 {
    margin: 16px 0 8px;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: left;
}

.content .product-card .product-card__tab-content h3:first-child,
.content .product-card .product-card__text-block:first-child h3 {
    margin-top: 0;
}

.content .product-card .product-card__tab-content ul {
    display: block;
    margin: 8px 0 0;
    padding: 0 0 0 27px;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    list-style: disc outside;
}

.content .product-card .product-card__tab-content li {
    margin: 0 0 4px;
    padding: 0;
    background: none;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    list-style: disc outside;
}

.content .product-card .product-card__tab-content li:last-child {
    margin-bottom: 0;
}

.content .product-card .product-card__tab-content li::marker {
    color: #424242;
    font-size: 0.75em;
}

.content .product-card .product-card__tab-content .marker {
    display: none;
}

.product-card__tab-content li {
    margin: 0 0 4px;
}

.product-card__text-block {
    margin: 0 0 20px;
}

.product-card__text-block:last-child {
    margin-bottom: 0;
}

.product-card__inline-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    color: #004dac;
    font-weight: 500;
    text-decoration: none;
}

.product-card__inline-link:hover,
.product-card__inline-link:focus-visible {
    color: #003678;
    text-decoration: underline;
}

.product-card__inline-link:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__delivery-link svg {
    flex: 0 0 auto;
    fill: none;
    stroke: currentColor;
}

.product-card__documents {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 343px));
    gap: 8px;
}

.product-card__document {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 79px;
    padding: 12px;
    border: 1px solid rgba(66, 66, 66, 0.16);
    border-radius: 8px;
    background: #fff;
    color: #424242;
    text-decoration: none;
}

.product-card__document:hover,
.product-card__document:focus-visible {
    border-color: rgba(0, 77, 172, 0.45);
    color: #004dac;
}

.product-card__document:focus-visible {
    outline: 2px solid rgba(0, 77, 172, 0.35);
    outline-offset: 2px;
}

.product-card__document-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #004dac;
}

.product-card__document-icon svg {
    display: block;
    fill: none;
    stroke: currentColor;
}

.product-card__document-body {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 4px;
}

.product-card__document-title {
    overflow: hidden;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-card__document-size {
    color: rgba(66, 66, 66, 0.6);
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
}

.product-card__accordion {
    display: none;
}

.product-card__tags {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin-top: 40px;
}

.product-card__tags--mobile {
    display: none;
}

.product-card__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 29px;
    padding: 6px 12px;
    border-radius: 8px;
    background: rgba(0, 77, 172, 0.1);
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0;
    white-space: nowrap;
}

.product-card__features {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
    width: 100%;
    margin-top: 80px;
}

.product-card__feature {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    min-width: 0;
    color: #424242;
}

.product-card__feature-icon {
    display: block;
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.content .product-card .product-card__feature-title {
    margin: 0;
    padding: 0;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.product-card__feature-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.content .product-card .product-card__feature-text {
    margin: 0;
    padding: 0;
    color: #424242;
    font-family: "Fira Sans", Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    text-align: left;
}

.swiper-slide.product-card__volume-item {
    height: auto;
}

@media screen and (max-width: 1180px) {
    body.product-detail-fixed-buy-visible .header-bottom {
        display: block;
    }

    .product-card__fixed-buy {
        display: none;
    }

    .product-card {
        max-width: 100%;
    }

    .product-card__hero {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .product-card__middle,
    .product-card__side {
        display: contents;
    }

    .product-card__image-card {
        order: 1;
    }

    .product-card__volume {
        order: 2;
    }

    .product-card__buy {
        order: 3;
    }

    .product-card__promo {
        order: 4;
    }

    .product-card__apps {
        order: 5;
    }

    .product-card__composition {
        order: 6;
    }

    .product-card__image-card,
    .product-card__volume,
    .product-card__buy,
    .product-card__promo,
    .product-card__apps,
    .product-card__composition {
        width: 100%;
    }

    .product-card__image-card {
        min-height: auto;
        aspect-ratio: 360 / 468;
    }

    .product-card__main-image {
        max-height: 86%;
    }

    .product-card__composition-value {
        max-width: 52%;
    }

    .product-card__details {
        display: none;
    }

    .product-card__accordion {
        display: block;
        width: 100%;
        margin-top: 32px;
    }

    .product-card__accordion-item {
        border-bottom: 1px solid rgba(66, 66, 66, 0.12);
    }

    .product-card__accordion-trigger {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 62px;
        padding: 16px 0;
        border: 0;
        background: transparent;
        color: #004dac;
        font-family: "Fira Sans", Arial, sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 0;
        cursor: pointer;
    }

    .product-card__accordion-trigger:focus-visible {
        outline: 2px solid rgba(0, 77, 172, 0.35);
        outline-offset: 2px;
    }

    .product-card__accordion-icon {
        flex: 0 0 auto;
        margin-left: 16px;
        fill: none;
        stroke: currentColor;
        transition: transform 0.2s ease;
    }

    .product-card__accordion-trigger[aria-expanded="true"] .product-card__accordion-icon {
        transform: rotate(180deg);
    }

    .product-card__accordion-panel {
        padding: 0 0 16px;
    }

    .product-card__documents {
        grid-template-columns: minmax(0, 1fr);
    }

    .content .product-card .product-card__tab-content {
        max-width: none;
        font-size: 16px;
        line-height: 1.3;
    }

    .content .product-card .product-card__tab-content p,
    .content .product-card .product-card__detail-text p,
    .content .product-card .product-card__tab-content ul,
    .content .product-card .product-card__tab-content li {
        font-size: 16px;
        line-height: 1.3;
    }

    .product-card__tags {
        margin-top: 24px;
    }

    .product-card__features {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 40px;
    }

    .product-card__feature {
        display: grid;
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: flex-start;
        gap: 12px;
        width: 100%;
    }

    .product-card__feature-icon {
        width: 40px;
        height: 40px;
    }

    .content .product-card .product-card__feature-title {
        font-size: 18px;
    }

    .content .product-card .product-card__feature-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 600px) {
    .product-new .content .bx-breadcrumb {
        display: flex;
        flex-wrap: nowrap !important;
        align-items: center;
        justify-content: flex-start;
        gap: 0;
        width: 100%;
        min-height: 41px;
        margin: 0;
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }

    .product-new .content .bx-breadcrumb::-webkit-scrollbar {
        display: none;
    }

    .product-new .content .bx-breadcrumb > div[style*="clear"] {
        display: none;
    }

    .product-new .content .bx-breadcrumb .bx-breadcrumb-item {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        margin: 0 5px 0 0;
        line-height: 17px;
        white-space: nowrap;
    }

    .product-new .content .bx-breadcrumb .bx-breadcrumb-item span {
        color: rgba(66, 66, 66, 0.6);
        font-family: "Fira Sans", Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 17px;
        white-space: nowrap;
    }

    .product-new .content .bx-breadcrumb .bx-breadcrumb-item i {
        margin-right: 5px;
        color: rgba(66, 66, 66, 0.6);
        font-size: 12px;
        line-height: 17px;
    }

    .product-new .content > h1,
    .content > h1 {
        display: none;
    }

    .product-card__meta-bar {
        display: none;
    }

    .product-card__hero {
        padding-top: 0;
    }

    .product-card__image-card {
        width: calc(100% + 32px);
        min-height: 320px;
        margin-left: -16px;
        padding: 29px 16px;
        border-radius: 0;
        aspect-ratio: auto;
    }

    .product-card__main-image {
        max-width: 152px;
        max-height: 262px;
    }

    .product-card__mobile-back {
        position: absolute;
        top: 12px;
        left: 16px;
        z-index: 2;
        display: flex;
        width: 40px;
        height: 40px;
        color: #004dac;
        text-decoration: none;
    }

    .product-card__mobile-back svg {
        display: block;
        width: 40px;
        height: 40px;
    }

    .product-card__mobile-actions {
        position: absolute;
        top: 12px;
        right: 16px;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 88px;
        height: 40px;
        border-radius: 20px;
        background: #fff;
        color: #004dac;
    }

    .product-card__mobile-actions .product-card__action {
        width: 40px;
        height: 40px;
        color: #004dac;
    }

    .product-card__image-badge {
        position: absolute;
        bottom: 12px;
        left: 16px;
        z-index: 2;
        display: inline-flex;
        min-height: 29px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.2;
    }

    .product-card__mobile-title {
        display: block;
        order: 2;
        width: 100%;
        margin: 0 !important;
        color: #424242 !important;
        font-family: "Fira Sans", Arial, sans-serif;
        font-size: 24px !important;
        font-weight: 500;
        line-height: 1.2 !important;
        letter-spacing: 0;
        text-align: left !important;
    }

    .product-card__volume {
        order: 3;
    }

    .product-card__buy {
        order: 4;
    }

    .product-card__promo {
        order: 5;
    }

    .product-card__tags--mobile {
        order: 6;
    }

    .product-card__composition {
        order: 7;
    }

    .product-card__features {
        gap: 16px;
        width: 100%;
        margin-top: 40px;
    }

    .product-card__feature {
        grid-template-columns: 40px minmax(0, 1fr);
        gap: 12px;
        width: 100%;
        min-height: 0;
    }

    .product-card__feature-content {
        gap: 4px;
    }

    .product-card__feature-icon {
        width: 40px;
        height: 40px;
    }

    .content .product-card .product-card__feature-title {
        font-size: 18px !important;
        font-weight: 500;
        line-height: 1.2 !important;
    }

    .content .product-card .product-card__feature-text {
        font-size: 16px !important;
        font-weight: 400;
        line-height: 1.2 !important;
    }

    .product-card .product-card__section-title--muted {
        margin-bottom: 8px;
        font-size: 16px !important;
        line-height: 1.05;
    }

    .product-card__volume-list {
        width: 100%;
        overflow: hidden;
        padding-bottom: 12px;
        scrollbar-width: none;
    }

    .product-card__volume-list::-webkit-scrollbar {
        display: none;
    }

    .product-card__volume-item {
        width: auto;
        flex: 0 0 auto;
        min-width: 42px;
        height: 39px;
        padding: 9px 11px;
        border-color: rgba(66, 66, 66, 0.2);
        background: #fff;
    }

    .product-card__volume-item--active {
        min-width: 62px;
        background: rgba(0, 77, 172, 0.1);
    }

    .product-card__volume-image {
        display: none;
    }

    .product-card__volume-name {
        font-size: 16px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .product-card__apps {
        display: none;
    }

    .product-card__tags--desktop {
        display: none;
    }

    .product-card__tags--mobile {
        display: flex;
        order: 6;
        flex-wrap: nowrap;
        gap: 8px;
        width: 100%;
        margin-top: 0;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .product-card__tags--mobile::-webkit-scrollbar {
        display: none;
    }

    .product-card__tags--mobile .product-card__tag {
        flex: 0 0 auto;
        min-height: 29px;
        padding: 6px 12px;
        border-radius: 8px;
        font-size: 14px;
        line-height: 1.2;
        white-space: nowrap;
    }

    .product-card__delivery-row,
    .product-card__composition-row,
    .product-card__promo-text,
    .product-card__apps-title {
        font-size: 15px;
    }

    .product-card__composition {
        margin-top: 16px;
    }

    .product-card__buy {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-areas:
            "price price"
            "old old"
            "cart qty"
            "delivery delivery";
        column-gap: 4px;
        row-gap: 0;
        min-height: 204px;
        padding: 12px;
        border: 1px solid rgba(66, 66, 66, 0.2);
        border-radius: 8px;
        background: #fff;
    }

    .product-card__price-row {
        grid-area: price;
        align-items: flex-start;
        margin-bottom: 4px;
    }

    .product-card__price-main {
        gap: 4px;
    }

    .product-card__discount {
        min-height: 25px;
        padding: 4px 8px;
        font-size: 14px;
    }

    .product-card__price-current {
        font-size: 32px;
        line-height: 1.18;
    }

    .product-card__price-suffix {
        font-size: 16px;
        font-weight: 600;
    }

    .product-card__old-price {
        grid-area: old;
        margin-top: 0;
        margin-bottom: 16px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.35;
    }

    .product-card__qty {
        grid-area: qty;
        border-radius: 4px;
        background: #f5f5f5;
    }

    .product-card__qty-button {
        color: rgba(66, 66, 66, 0.6);
        font-size: 22px;
    }

    .product-card__qty-value {
        font-size: 16px;
        font-weight: 500;
    }

    .product-card .product-card__cart-button.button {
        grid-column: 1 / -1;
        margin-bottom: 16px;
        border-radius: 4px;
        font-size: 16px;
        font-weight: 600;
    }

    .product-card__buy:has(.product-card__qty) .product-card__cart-button.button {
        grid-area: cart;
        grid-column: auto;
    }

    .product-card__buy:has(.product-card__qty) .product-card__qty,
    .product-card__buy:has(.product-card__qty) .product-card__cart-button.button {
        margin-bottom: 16px;
    }

    .product-card__delivery {
        grid-area: delivery;
        gap: 8px;
    }

    .product-card__delivery-row {
        gap: 4px;
        font-size: 14px;
        line-height: 1.2;
    }

    .product-card__delivery-dots {
        min-width: 10px;
    }

    .product-card__promo {
        grid-template-columns: 44px 1fr 22px;
        gap: 10px;
        padding: 9px 12px;
    }

    .product-card__promo-icon {
        width: 44px;
        height: 44px;
    }

    .product-card__apps-list {
        gap: 8px;
    }

    .product-card__app-image {
        max-width: 45vw;
        height: 44px;
    }

    .product-card__composition-row {
        gap: 4px;
    }

    .product-card__composition-value {
        max-width: 48%;
    }

    .product-card__accordion {
        margin-top: 24px;
    }

    .product-card__accordion-trigger {
        min-height: 56px;
        font-size: 18px;
    }

    .content .product-card .product-card__tab-content {
        font-size: 14px;
    }

    .content .product-card .product-card__tab-content p,
    .content .product-card .product-card__detail-text p,
    .content .product-card .product-card__tab-content ul,
    .content .product-card .product-card__tab-content li {
        font-size: 14px;
    }

    .content .product-card .product-card__tab-content h3,
    .content .product-card .product-card__text-block h3 {
        font-size: 15px;
        line-height: 1.2;
    }

    .content .product-card .product-card__tab-content ul {
        padding-left: 22px;
    }

    .product-card__document {
        min-height: 79px;
    }

    .product-card__tags--desktop {
        gap: 6px;
    }

    .product-card__tags--desktop .product-card__tag {
        max-width: 100%;
        white-space: normal;
    }
}

@media screen and (max-width: 767px) {
    .product-card__mobile-fixed-buy {
        position: fixed;
        right: 0;
        bottom: calc(var(--product-card-mobile-fixed-bottom, 73px) - 1px);
        left: 0;
        z-index: 12;
        display: block;
        height: 56px;
        padding: 8px 16px;
        border-top: 1px solid #e5edf7;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: transform 0.24s ease, opacity 0.24s ease;
    }

    body.product-detail-fixed-buy-visible .upSlide {
        bottom: calc(var(--product-card-mobile-fixed-bottom, 73px) + 68px);
    }

    body.product-detail-fixed-buy-visible .b24-widget-button-position-bottom-right {
        bottom: calc(var(--product-card-mobile-fixed-bottom, 73px) + 68px) !important;
    }

    .product-card__mobile-fixed-buy.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .product-card__mobile-fixed-inner {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 4px;
        width: 100%;
        height: 40px;
    }

    .product-card .product-card__mobile-fixed-cart-button.button {
        grid-column: auto;
        width: 100%;
        height: 40px;
        min-height: 40px;
        margin: 0;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.2;
    }

    .product-card .product-card__mobile-fixed-cart-button--wide.button {
        grid-column: 1 / -1;
    }

    .product-card__mobile-fixed-qty.product-card__qty {
        grid-area: auto;
        width: 100%;
        height: 40px;
        margin: 0;
        border-radius: 8px;
        background: #f5f5f5;
    }

    .product-card__mobile-fixed-qty .product-card__qty-button {
        height: 40px;
        color: rgba(66, 66, 66, 0.6);
        font-size: 22px;
        line-height: 1;
    }

    .product-card__mobile-fixed-qty .product-card__qty-value {
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }
}

@media (max-width: 767px) {
    .bottom {
        z-index: 1000 !important;
    }
}
