

/* Start:/local/templates/boatpart/include/catalog/product/style.css?17520697477065*/
.product-detail {
}
.product-detail__grid {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 75px;
    width: 100%;
    margin-bottom: 100px;
}

.product-detail__title-row {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}
.product-detail__title {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 120%;
}
.product-detail__brand {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
}
.product-detail__image-wrap {
    /* background: #fff; */
    min-width: 360px;
    max-width: 360px;
    /* padding: 30px; */
    border-radius: 8px;
    overflow: hidden;
}
.product-detail__image-mobile {
    display: none;
    background: #fff;
    min-width: 200px;
    max-width: 200px;
    padding: 10px;
}
.product-detail__image {
    display: block;
    width: 100%;
    object-fit: contain;
}
.product-detail__info {
    width: 100%;
}
.product-detail__available {
    color: #87c73e;
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.product-detail__available span {
    color: #555;
    margin-left: 5px;
    font-size: 14px;
}
.product-detail__not_avalable {
    margin-bottom: 30px;
}
.product-detail__text {
    display: flex;
    width: 100%;
    min-width: 100%;
    margin-bottom: 50px;
}
.product-detail__offer-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.product-detail__offer {
    background: #fff;
    border-radius: 6px;
}
.product-detail__offer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--light-border-color);
    padding: 8px 25px 5px;
    overflow: hidden;
    gap: 10px;
}
.product-detail__offer-merchant {
    display: flex;
    align-items: center;
}
.product-detail__merchant-image {
    margin-right: 15px;
    width: 38px;
    height: 100%;
}
.product-detail__merchant-image img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}
.product-detail__merchant-title {
    font-size: 14px;
    font-weight: 500;
    text-wrap: pretty;
}
.product-detail__stock-info {
    white-space: nowrap;
    text-align: right;
}
.product-detail__stock-available {
    color: var(--product-available-color);
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.product-detail__stock-available:before {
    content: '';
    background-image: url(/local/templates/boatpart/svg/icon-available.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}
.product-detail__stock-not-available {
    font-size: 12px;
}
.product-detail__offer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    padding: 20px 25px 0;
}
.product-detail__offer-number {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
}
.product-detail__offer-name {
    font-size: 13px;
    line-height: 100%;
}
.product-detail__offer-body {
    padding: 15px 25px 35px;
}
.product-detail__offer-row {
    justify-content: space-between;
    display: flex;
    align-items: center;
    gap: 20px 50px;
}
.product-detail__offer-shipment {
    margin-bottom: 10px;
    font-size: 14px;
}
.product-detail__offer-shipment span {
    font-weight: 600;
}
.product-detail__offer-price {
    font-size: 20px;
    white-space: nowrap;
    flex-wrap: wrap;
    display: flex;
    align-items: baseline;
    gap: 2px 10px;
    line-height: 100%;
    font-weight: 700;
}
.product-detail__offer-price_not-avail {
    font-size: 16px;
    font-weight: 600;
    color: #555;
    padding-top: 5px;
}
.product-detail__offer-price-old {
    font-size: 14px;
    font-weight: 500;
    position: relative;
    color: #555555;
}
.product-detail__offer-price-old:after {
    background: #d86363;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: rotate(-5deg);
    width: 100%;
}
.product-detail .product-detail__offer-button {
    width: auto;
    padding: 0.5em 2em;
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    justify-content: center;
}
.product-detail .product-detail__offer-button .icon-left {
    margin-right: 12px;
    height: 20px;
}
.product-detail__offer-cart-add.hidden {
    display: none;
}
.product-detail__offer-icon-add-cart {
    font-size: 32px;
    font-weight: 300;
}
.product-detail__offer-icon-open-chat {
    width: 22px !important;
    height: 22px !important;
}
.product-detail__offer-cart-count {
    display: flex;
    align-items: center;
    gap: 10px 25px;
}
.product-detail__offer-cart-count.hidden {
    display: none;
}
.product-detail__quantity {
    display: flex;
    align-items: center;
    height: 40px;
    border-radius: 5px;
    overflow: hidden;
}
.product-detail__quantity-button {
    background-color: #eeeeee;
    border: none;
    height: 100%;
    padding: 0 1em;
    transition: all 0.3s;
}
.product-detail__quantity-button:hover {
    background-color: #dddddd;
}
.product-detail__button {
    height: 38px;
    padding: 0 1.5em !important;
    white-space: nowrap;
    border-radius: 10px !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
.product-detail__quantity-value {
    width: 48px;
    height: 30px;
    text-align: center;
    border: none;
    -moz-appearance: textfield;
    height: 100%;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
}
.product-detail__quantity-value::-webkit-outer-spin-button,
.product-detail__quantity-value::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.product-properties {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.product-properties__row {
    display: flex;
}
.product-applicability {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.product-applicability__item {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
@media (max-width: 1024px) {
    .product-detail__image-wrap {
        display: none;
    }
    .product-detail__image-mobile {
        display: block;
    }
}
@media (max-width: 768px) {
    .product-detail__image-mobile {
        min-width: 150px;
        max-width: 150px;
    }
    .product-detail__offer-header,
    .product-detail__offer-body {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-detail__merchant-image {
        width: 22px;
        margin-right: 10px;
    }
    .product-detail__merchant-title {
        font-size: 13px;
    }
    .product-detail__offer-shipment {
        margin-bottom: 20px;
    }
    .product-detail__offer-row {
        gap: 20px 20px;
    }
    .product-detail__button {
        height: 36px;
        padding: 0 1.2em !important;
        font-size: 12px;
    }
}
@media (max-width: 512px) {
    .product-detail__title-row {
        flex-wrap: wrap;
    }
    .product-detail__go-cart {
        display: none !important;
    }
}

/* End */
/* /local/templates/boatpart/include/catalog/product/style.css?17520697477065 */
