.product-template-default .content-non-wine .np-other-selection-item .np-focus-grape-card-image img {
    object-fit: contain;
}

.np-focus-grape-card-actions.brand_action .np-focus-grape-card-btn--details {
    background: #007BA5;
    color: #fff !important;
    border-color: #007BA5;
    justify-content: center;
}


.np-other-selection-item--brand .np-focus-grape-card-actions {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.np-other-selection-item--brand .np-focus-grape-card-btn--details {
	width: auto;
	flex: 0 0 auto;
	align-self: flex-start;
	display: inline-flex;
}

.content-non-wine .np-selected-wine-header .np-selected-wine-title {
    margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  color: #8A765C;
}

.np-selected-wine--brands {
    padding-top:0px;
}


.content-product-focus .np-selected-wine .np-selected-wine-title {
margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
  font-weight: 600;
  font-size: 32px;
  color: #8A765C;
}

.brands {
    margin:60px auto;
}

.brand-title {
font-style: italic;
    font-weight: 700;
    color: #8A765C;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: 'Cormorant Garamond', serif;
}

.tax-product_brand header {
    background-color: transparent;
}

.product-hero--brand .brand-media {
	display: flex;
	justify-content: flex-end;   /* прижать к правому краю */
	align-items: center;         /* по вертикали по центру; можно flex-start */
}

.product-hero--brand .brand-media .brand-img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;             /* подстраховка, чтобы не вылезала за блок */
}

.brand-details__heading {
margin: 0 0 4px;
    font-family: "Cormorant Garamond", serif;
    font-style: italic;
    font-weight: 600;
    font-size: 30px;
    color: #8A765C;
}

.brand-details__address {
        margin: 0;
    color: #5f574e;
    font-size: 16px;
    line-height: 1.6;
}

.event-social {
    margin-bottom: 20px;
}

.brand-divider {
    border-top: 1px solid #e5e0d8;
    height:2px;
}

.event-followers {margin-bottom:20px;}

.brand-page .product-hero--non-wine .npw-grid {
   align-items: center;
}

.tax-product_brand .np-selected-wine-heading{
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.21;
    color: #8A765C;
    text-align: left;
    font-style: italic;
    letter-spacing: 2px;
}
.tax-product_brand .np-other-selection-item .np-focus-grape-card-image img {
    /* width: 100%; */
    /* height: 100%; */
    object-fit: cover;
    display: block;
}
.tax-product_brand .np-focus-wine-card .np-focus-wine-card-cart, body a.np-focus-wine-card-cart {
    background: #007BA5; 
}