

/* Start:/local/templates/runwillpools/components/bitrix/catalog.element/product/style.css?17592644236055*/
/* .product-wrap {
    margin-bottom: 32px;
}

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

.product {
    margin-bottom: 24px;
}

.product-gallery-col {
    position: relative;
}

.product-item-label-text {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.product-item-label-text span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 36px;
    padding: 4px 8px;
    background: var(--color-secondary);
    border-radius: 4px;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: var(--color-white);
    white-space: nowrap;
}

.product-item-detail-price-old {
    color: var(--color-gray-400);
    text-decoration: line-through;
}

.product-item-price-not-available {
    display: flex;
    color: var(--color-primary-dark);
    white-space: nowrap;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
}

.product-item-detail-economy-price {
    display: none;
}

.product-item-detail-pay-block {
}

.product-item-scu-item-title {
    margin-bottom: 4px;
    font-size: 14px;
    color: var(--color-gray-400);
}

.product .product-item-scu-tree-container {
    margin-bottom: 24px;
}

.product .product-item-scu-container {
    margin-bottom: 8px;
}

.product-item-scu-item-list {
    display: flex;
    align-items: center;
    column-gap: 8px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-item-scu-item-text {
    padding: 4px 8px;
    border: 1px solid var(--color-gray-250);
    border-radius: 4px;
    font-size: 12px;
    color: var(--color-gray-400);
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
}

.product-item-scu-item-text:hover {
    border: 1px solid var(--color-gray-300);
    color: var(--color-gray-500);
}

.product-item-scu-item-text.selected {
    border: 1px solid var(--color-primary);
    color: var(--color-gray-500);
    cursor: default;
}

.product-item-amount {
    display: flex;
    flex: 0 0 auto;
    background: #f4f4f4;
    border-radius: 4px;
    overflow: hidden;
}

.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    position: relative;
    display: inline-flex;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-color: #f4f4f4;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    user-select: none;
}

.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-minus:hover {
    background: #efefef;
}

.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f4f4f4;
}

.product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+)
        no-repeat center;
    background-size: 10px;
}

.product-item-amount-field-btn-plus:hover:after,
.product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field {
    display: inline-block;
    padding: 0;
    max-width: 50px;
    width: auto;
    height: 36px;
    border: 1px solid transparent;
    background: #f4f4f4;
    color: var(--color-primary-dark);
    vertical-align: middle;
    text-align: center;
    line-height: 22px;
    transition: border 300ms ease;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.product-item-amount-description-container {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.popup-window {
    font-family: var(--font-primary) !important;
    width: 100%;
    max-width: 320px;
    border-radius: 12px;
    overflow: hidden;
}

.popup-window-buttons {
    padding: 0 !important;
}

.popup-window-buttons .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
    width: 100%;
    min-width: 120px;
    height: 40px;
    padding: 0 22px;
    background-color: var(--color-primary);
    border: 1px solid var(--color-primary);
    border-radius: 4px;
    outline: none;
    line-height: 40px;
    color: var(--color-white);
    white-space: nowrap;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .product-gallery-inner {
        grid-template-columns: 1fr !important;
    }

    .product-gallery-col:first-of-type {
        display: none;
    }

    .product-gallery .product-gallery-main {
        height: 320px !important;
        width: 100% !important;
    }

    .product-gallery .product-gallery-main-button-prev,
    .product-gallery .product-gallery-main-button-next {
        display: flex !important;
    }
} */

/* End */
/* /local/templates/runwillpools/components/bitrix/catalog.element/product/style.css?17592644236055 */
