.zesh-addons {
    margin-top: 20px;
    flex: 0 0 100%;
    width: 100%;
}

.zesh-addons__title {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 12px;
}

.zesh-addons__list {
    display: grid;
    gap: 12px;
    max-height: 360px;
    overflow-y: auto;
    padding-right: 6px;
}

.zesh-addons__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 12px;
    background: #fff;
    position: relative;
}

.zesh-addons__check {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 20;
}

.zesh-addons__check input[type='checkbox'] {
    width: 18px;
    height: 18px;
    margin: 0;
}

.zesh-addons__thumb {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.zesh-addons__thumb img {
    display: block;
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}

.zesh-addons__info {
    flex: 1 1 auto;
    min-width: 0;
}

.zesh-addons__name {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.25;
    text-decoration: none;
}

.zesh-addons__name:hover {
    text-decoration: underline;
}

.zesh-addons__price {
    margin-top: 4px;
}

.zesh-addons__price .price-box {
    margin: 0;
}

.zesh-addons__price .price-container {
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
}

.zesh-addons__price .old-price .price {
    color: #9b9b9b;
    text-decoration: line-through;
}

@media (max-width: 767px) {
    .zesh-addons__title {
        font-size: 20px;
    }
}

body.catalog-product-view .pdp-info-column .box-tocart.box-tocart--pdp .fieldset-add {
    flex-wrap: wrap !important;
}
