/* ACD-52 — Brand CPT pages (/brands/{slug}) */
:root {
    --aronia-purple: #543a7e;
    --aronia-green: #a0b86c;
    --aronia-neon-green: #6cc049;
    --aronia-text: #333333;
    --aronia-text-light: #666;
    --aronia-yellow: #fdd835;
    --aronia-bg-light: #f8f7fa;
    --aronia-white: #ffffff;
}

/* AR-1559 */
:root {
    --brand-accent: #544487;
    --brand-text: #3E3E3E;
    --brand-green: #46A040;
    --brand-bg-light: #F6F7FA;
    --brand-border: rgba(84, 68, 135, 0.15);
    --brand-shadow-sm: 0 2px 6px rgba(110, 114, 165, 0.18);
    --brand-radius: 10px;
    --brand-radius-lg: 16px;
    --brand-pill-radius: 60px;
}
/* END AR-1559 */

/* ACD-52 — ascunde banner promo / footer icons (breadcrumb-ul site rămâne vizibil) */
/* ACD-68 — fără banner promo pe CPT brand și pe arhiva product_brand */
.single-brand .ar_top_black_friday,
.tax-product_brand .ar_top_black_friday,
.single-brand .footer-icons,
.tax-product_brand .footer-icons {
    display: none;
}
/* END ACD-68 */
/* END ACD-52 */

.brand-template .brandingpage-page__layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
}

/* ACD-56 — filtre stânga, produse dreapta; fără padding lateral (ocupă tot containerul) */
.brand-template .brandingpage-page__shop {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.brand-template .aronia_shop_container_main {
    display: flex;
    align-items: flex-start;
    gap: 28px;
    margin-top: 30px;
    margin-bottom: 40px;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

.brand-template .aronia_shop_container_filter_widget {
    flex: 0 0 280px;
    width: 280px;
    max-width: 280px;
    display: block;
}

.brand-template .aronia_shop_container_filter_products {
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
}

/* ACD-56 — expand/collapse filtre sidebar (max-height, ca style.css; grid 0fr din shop.min nu colapsează fără min-height:0 pe ul) */
.brand-template .grup-elemente-filtrare {
    display: block;
    grid-template-rows: unset;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.brand-template .ar-active-drop .grup-elemente-filtrare {
    max-height: 2800px;
    grid-template-rows: unset;
}

.brand-template .ar-titlu-filtrare {
    pointer-events: auto !important;
    cursor: pointer;
}
/* END ACD-56 */

.brand-template .brandingpage-page__below {
	margin-bottom: 40px;
	display: flex;
	flex-direction: column;
	gap: 60px;
	padding-top: 20px;
}

/* AR-1559 */
@media (max-width: 1023px) {
    .brand-template .brandingpage-page__below {
        gap: 44px;
    }
}

@media (max-width: 767px) {
    .brand-template .brandingpage-page__below {
        gap: 32px;
        padding-top: 10px;
    }
}
/* END AR-1559 */

/* ACD-61 — fără padding lateral pe recenzii / brand (sub shop) */
.brand-template .content-center.brandingpage-page__below {
    padding-left: 0;
    padding-right: 0;
    max-width: none;
    width: 100%;
    box-sizing: border-box;
}
/* END ACD-61 */

/* ACD-56 — h2 centrat între sidebar și toolbar; toolbar maxim dreapta, aliniat sus */
.brand-template .brandingpage-produse__header {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: start;
    gap: 16px;
    margin-bottom: 24px;
}

.brand-template .brandingpage-produse__header .header-elemente-filtrare-aronia {
    justify-self: end;
    align-self: start;
    max-width: 100%;
    margin: 0;
    padding: 0;
    justify-content: flex-end;
    gap: 12px;
}

/* ACD-56 */
.header-elemente-filtrare-aronia.brandingpage {
    width: max-content;
}

.ar-filtrare-ordonare.brandingpage {
    width: max-content;
    min-width: auto;
}
/* END ACD-56 */

@media (max-width: 1023px) {
    .brand-template .brandingpage-produse__header {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .brand-template .brandingpage-produse__header .header-elemente-filtrare-aronia {
        justify-self: stretch;
        width: 100%;
        justify-content: space-between;
    }
}
/* END ACD-56 — header produse */

/* AR-1559 */
.brand-template .brandingpage-produse__title-wrap {
    max-width: 1760px;
    margin: 0 auto;
}

.brand-template .brandingpage-produse__title-wrap .brandingpage-section-title {
    display: block;
    margin: 0 0 30px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 0.01em;
    text-align: left;
    text-transform: uppercase;
    color: #544487;
}

@media (max-width: 767px) {
    .brand-template .brandingpage-produse__title-wrap .brandingpage-section-title {
        margin-bottom: 16px;
        font-size: 22px;
    }
}
/* END AR-1559 */

@media (max-width: 1023px) {
    .brand-template .aronia_shop_container_main {
        display: block;
    }

    .brand-template .aronia_shop_container_filter_widget {
        flex: unset;
        width: auto;
        max-width: none;
    }

    .brand-template .aronia_shop_container_filter_products {
        width: 100%;
    }
}
/* END ACD-56 */

.brand-template .brandingpage-page__aside {
    padding-right: 15px;
}

.brand-template .brandingpage-page__main {
    min-width: 0;
}

/* ACD-52 — Hero */
.brandingpage-hero-section {
    margin: 0;
}

/* ACD-125 — full-bleed în afara .main-website-content; offset sub header fix */
/* ACD-68 — aceleași reguli pe taxonomia product_brand */
.single-brand .brandingpage-hero-section,
.tax-product_brand .brandingpage-hero-section {
    width: 100%;
    max-width: none;
}

.single-brand .brandingpage-hero__wrapper,
.tax-product_brand .brandingpage-hero__wrapper {
    padding-top: 272px;
}

.single-brand .main-website-content,
.tax-product_brand .main-website-content {
    padding-top: 0 !important;
}

@media (max-width: 1870px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 275px;
    }
}

@media (max-width: 1599px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 248px;
    }
}

@media (max-width: 1399px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 230px;
    }
}

@media (max-width: 1023px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 220px;
    }
}

@media (max-width: 767px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 220px;
    }
}

@media (max-width: 639px) {
    .single-brand .brandingpage-hero__wrapper,
    .tax-product_brand .brandingpage-hero__wrapper {
        padding-top: 172px;
    }
}
/* END ACD-68 */
/* END ACD-125 */

/* AR-1559 */
.brandingpage-hero__wrapper,
.brandingpage-hero {
    position: relative;
}

.brandingpage-hero__inner {
	position: relative;
	width: min(1760px, calc(100% - 80px));
	margin: 28px auto 0;
}

.brandingpage-hero__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
    padding: 14px 0 16px;
    border-bottom: 1px solid var(--brand-border);
    margin-bottom: 22px;
}

.brandingpage-hero__content {
    min-width: 0;
}

.brandingpage-hero__title {
    display: block;
    margin: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-hero__eyebrow {
    margin: 7px 0 0;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-green);
}

.brandingpage-hero__nav {
    min-width: 0;
    max-width: 100%;
}

.brandingpage-hero__menu {
    display: inline-flex;
    gap: 2px;
    max-width: 100%;
    margin: 0;
    padding: 4px;
    list-style: none;
    overflow-x: auto;
    background: var(--brand-bg-light);
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-pill-radius);
    box-sizing: border-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.brandingpage-hero__menu::-webkit-scrollbar {
    display: none;
}

.brandingpage-hero__menu-item {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}

.brandingpage-hero__menu-item::before {
    content: none;
}

.brandingpage-hero__menu-link {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    color: var(--brand-accent);
    border-radius: var(--brand-pill-radius);
    transition: color 140ms ease, transform 120ms ease;
}

.brandingpage-hero__menu-link:hover,
.brandingpage-hero__menu-link:focus-visible {
    color: var(--brand-green);
}

.tax-product_brand .ar-site-breadcrumbs {
	padding-bottom: 15px;
}

@media (max-width: 767px) {
    .single-brand .ar-site-breadcrumbs,
    .tax-product_brand .ar-site-breadcrumbs {
        padding-top: 10px;
        padding-bottom: 8px;
    }
}

.brandingpage-hero__media {
    position: relative;
    margin-bottom: 0;
    aspect-ratio: 4 / 1;
    min-height: 0;
    overflow: hidden;
    border-radius: var(--brand-radius);
}

.brandingpage-hero__picture,
.brandingpage-hero__image {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.brandingpage-hero__image {
    max-width: none;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 768px) {
    .brandingpage-hero__wrapper--has-image .brandingpage-hero {
        position: absolute;
        top: auto;
        bottom: 20px;
        right: 20px;
        z-index: 2;
        width: calc(100% - 40px);
    }

    .brandingpage-hero__wrapper--has-image .brandingpage-hero__container {
        margin-bottom: 0;
        padding: 16px 16px 16px 32px;
        background: #fff;
        border-bottom: 0;
        border-radius: var(--brand-pill-radius);
        border: 1px solid rgba(110,114,165,.4);
    }
}

@media (max-width: 1023px) {
    .brandingpage-hero__inner {
        width: calc(100% - 40px);
    }
}

@media (max-width: 767px) {
    .brandingpage-hero__inner {
        width: calc(100% - 32px);
        margin-top: 12px;
    }

    .brandingpage-hero__container {
        display: block;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .brandingpage-hero__title {
        font-size: 18px;
    }

    .brandingpage-hero__eyebrow {
        margin-top: 5px;
        font-size: 10px;
    }

    .brandingpage-hero__nav {
        margin-top: 10px;
    }

    .brandingpage-hero__menu {
        display: flex;
        gap: 6px;
        width: 100%;
        padding: 0;
        background: none;
        border: 0;
        border-radius: 0;
    }

    .brandingpage-hero__menu-link {
        padding: 9px 13px;
        font-size: 12px;
        background: var(--brand-bg-light);
        border: 1px solid var(--brand-border);
    }

    .brandingpage-hero__menu-link:active {
        transform: scale(0.97);
    }

    .brandingpage-hero__media {
        margin-bottom: 16px;
    }
}
/* END AR-1559 */
/* END ACD-52 */

/* Sidebar */
.aronino-sidebar__clear {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 0.9em;
    color: var(--aronia-green);
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.aronino-sidebar__clear span:last-child {
    font-weight: 700;
    color: #d9534f;
}

.aronino-sidebar__block {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.aronino-sidebar__block-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
    font-weight: 700;
    color: var(--aronia-purple);
    text-transform: uppercase;
    margin-bottom: 15px;
    cursor: pointer;
}

.aronino-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.aronino-sidebar__item {
    margin-bottom: 12px;
}

.aronino-sidebar__item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    color: var(--aronia-purple);
    text-decoration: none;
}

.aronino-sidebar__item--accent a {
    color: var(--aronia-green);
}

.brandingpage-section-title {
	color: var(--aronia-purple);
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	font-size: 32px;
}

/* ACD-54 — titluri demote din heading păstrează spacing */
p.brandingpage-produse__title {
    margin-top: 0;
}
/* END ACD-54 */

.brandingpage-section-subtitle {
    text-align: center;
    color: var(--aronia-green);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    display: block;
    margin-bottom: 5px;
}

/* AR-1559 */
.brandingpage-cert-intro {
    margin-bottom: 24px;
    padding: 28px;
    background: var(--brand-bg-light);
    border-radius: var(--brand-radius-lg);
    font-size: 16px;
    line-height: 1.6;
    color: var(--brand-text);
}

.brandingpage-cert-intro > :first-child {
    margin-top: 0;
}

.brandingpage-cert-intro > :last-child {
    margin-bottom: 0;
}

.brandingpage-cert-intro p {
    margin: 0 0 10px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.brandingpage-cert-intro h2,
.brandingpage-cert-intro h3,
.brandingpage-cert-intro h4 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-cert-intro a {
    color: var(--brand-accent);
    text-decoration: underline;
}

.brandingpage-cert-intro a:hover {
    color: var(--brand-green);
}

@media (max-width: 767px) {
    .brandingpage-cert-intro {
        margin-bottom: 16px;
        padding: 18px 16px;
        font-size: 16px;
    }

    .brandingpage-cert-intro h2,
    .brandingpage-cert-intro h3,
    .brandingpage-cert-intro h4 {
        font-size: 16px;
    }
}
/* END AR-1559 */

/* AR-1559 */
.brandingpage-cert-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 1px;
    margin-bottom: 26px;
    padding: 0;
    overflow: hidden;
    background: var(--brand-border);
    border: 1px solid var(--brand-border);
    border-left: 4px solid var(--brand-accent);
    border-radius: var(--brand-radius-lg);
    box-shadow: 0 1px 3px rgba(110, 114, 165, 0.1);
}

.brandingpage-cert-bar__item {
    flex: 1 1 0;
    min-width: 190px;
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px 22px;
    background: #fff;
}

.brandingpage-cert-bar__icon {
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.brandingpage-cert-bar__icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.brandingpage-cert-bar__text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.brandingpage-cert-bar__label {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var(--brand-accent);
}

.brandingpage-cert-bar__desc {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    color: var(--brand-text);
}

@media (max-width: 767px) {
    .brandingpage-cert-bar {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 22px;
    }

    .brandingpage-cert-bar__item {
        min-width: 0;
        gap: 10px;
        padding: 14px 12px;
    }

    .brandingpage-cert-bar__icon {
        width: 30px;
        height: 30px;
    }

    .brandingpage-cert-bar__label {
        font-size: 12px;
        line-height: 1.25;
    }

    .brandingpage-cert-bar__desc {
        font-size: 12px;
    }
}
/* END AR-1559 */

/* Produse */
.brandingpage-produse__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.brandingpage-produse__card {
    background-color: var(--aronia-white);
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.brandingpage-produse__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.brandingpage-produse__image {
    display: block;
    position: relative;
    margin-bottom: 15px;
    background-color: #eee;
    min-height: 200px;
    border-radius: 5px;
    overflow: hidden;
}

.brandingpage-produse__image img {
    width: 100%;
    height: auto;
    display: block;
}

/* ACD-56 */
.brandingpage-produse__badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    padding: 4px 10px;
    border-radius: 4px;
    background-color: var(--aronia-green);
    color: var(--aronia-white);
    font-size: 0.75em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.brandingpage-produse__stock {
    margin: 0 0 12px;
    font-size: 0.85em;
    font-weight: 600;
    text-transform: uppercase;
}

.brandingpage-produse__stock.in-stock {
    color: var(--aronia-green);
}

.brandingpage-produse__stock.out-of-stock {
    color: #c62828;
}
/* END ACD-56 */

.brandingpage-produse__title {
    font-size: 1.1em;
    font-weight: 600;
    color: var(--aronia-purple);
    text-transform: uppercase;
    min-height: 44px;
    margin-bottom: 10px;
}

.brandingpage-produse__title a {
    color: inherit;
    text-decoration: none;
}

.brandingpage-produse__rating {
    color: var(--aronia-yellow);
    margin-bottom: 10px;
    font-size: 1.2em;
}

.brandingpage-produse__price {
    margin-bottom: 15px;
}

.brandingpage-produse__price del {
    font-size: 1.1em;
    color: var(--aronia-text-light);
    margin-right: 10px;
}

.brandingpage-produse__price ins,
.brandingpage-produse__price .amount {
    font-size: 1.3em;
    font-weight: 700;
    color: var(--aronia-green);
    text-decoration: none;
}

.brandingpage-produse__add-to-cart {
    display: inline-block;
    background-color: var(--aronia-purple);
    color: var(--aronia-white) !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.brandingpage-produse__add-to-cart:hover {
    background-color: #402c60;
}

.brandingpage-produse__empty {
    text-align: center;
    color: var(--aronia-text-light);
    padding: 30px 0;
}

/* AR-1559 */
.brandingpage-description-blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 26px;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-top: 0;
	box-sizing: border-box;
}

/* AR-1559 */
.brandingpage-description-blocks:not(:has(> .brandingpage-desc-block:nth-of-type(2))) {
    grid-template-columns: 1fr;
}

@media (min-width: 1280px) {
    .brandingpage-description-blocks:has(> .brandingpage-desc-block:nth-of-type(3)) {
        grid-template-columns: repeat(3, 1fr);
    }

    .brandingpage-description-blocks:has(> .brandingpage-desc-block:nth-of-type(4)) {
        grid-template-columns: repeat(4, 1fr);
    }
}
/* END AR-1559 */

/* AR-1559 */
.brandingpage-description-blocks > .brandingpage-desc-block__disclaimer {
    grid-column: 1 / -1;
    margin-top: 0;
}
/* END AR-1559 */

.brandingpage-description-blocks > .brandingpage-desc-block__title {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
}

.brandingpage-desc-block {
    margin: 0;
    padding: 28px 30px;
    background: var(--brand-bg-light);
    border-radius: var(--brand-radius-lg);
}

.brandingpage-desc-block__image {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 14px;
    border-radius: var(--brand-radius);
}

.brandingpage-desc-block__text {
    font-size: 16px;
    line-height: 1.65;
    color: var(--brand-text);
}

.brandingpage-desc-block__text p {
    margin: 0 0 0.75em;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.brandingpage-desc-block__text p:last-child {
    margin-bottom: 0;
}

.brandingpage-desc-block__title,
.brandingpage-desc-block__text h2,
.brandingpage-desc-block__text h3,
.brandingpage-desc-block__text h4,
.brandingpage-desc-block__text p > strong,
.brandingpage-desc-block__text p > b {
    display: block;
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: 0.02em;
    text-align: left;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-desc-block__text p:last-child strong,
.brandingpage-desc-block__text p:last-child b {
	margin-bottom: 0;
}

.brandingpage-desc-block__text p > strong + br,
.brandingpage-desc-block__text p > b + br {
    display: none;
}

.brandingpage-desc-block__text ul,
.brandingpage-desc-block__text ol {
    margin: 0 0 0.75em;
    padding: 0;
    list-style: none;
}

.brandingpage-desc-block__text ul:last-child,
.brandingpage-desc-block__text ol:last-child {
    margin-bottom: 0;
}

.brandingpage-desc-block__text li {
    position: relative;
    margin: 0 0 8px;
    padding-left: 22px;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.brandingpage-desc-block__text li:last-child {
    margin-bottom: 0;
}

.brandingpage-desc-block__text ul > li::before {
    content: '';
    position: absolute;
    top: 0.65em;
    left: 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--brand-green);
}

.brandingpage-desc-block__text ol {
    counter-reset: brand-desc-list;
}

.brandingpage-desc-block__text ol > li {
    counter-increment: brand-desc-list;
}

.brandingpage-desc-block__text ol > li::before {
    content: counter(brand-desc-list) '.';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: var(--brand-green);
}

@media (max-width: 1000px) {
    .brandingpage-description-blocks {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .brandingpage-description-blocks {
        gap: 14px;
    }

    .brandingpage-description-blocks > .brandingpage-desc-block__title {
        font-size: 17px;
    }

    .brandingpage-desc-block {
        padding: 20px 18px;
    }

    .brandingpage-desc-block__title,
    .brandingpage-desc-block__text h2,
    .brandingpage-desc-block__text h3,
    .brandingpage-desc-block__text h4,
    .brandingpage-desc-block__text p > strong,
    .brandingpage-desc-block__text p > b {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .brandingpage-desc-block__text {
        font-size: 16px;
    }

    .brandingpage-desc-block__text li {
        margin-bottom: 6px;
        padding-left: 18px;
    }

    .brandingpage-desc-block__text ul > li::before {
        left: 3px;
        width: 6px;
        height: 6px;
    }
}
/* END AR-1559 */

/* Descoperă brandul — mock: titlu centrat după recenzii */
.aronino-brand {
    margin-top: 50px;
}

.aronino-brand__body {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.aronino-brand__image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 8px;
}

.aronino-brand__text {
    color: var(--aronia-text-light);
    font-size: 0.98em;
    line-height: 1.7;
    text-align: center;
}

.aronino-brand__text p {
    margin: 0 0 0.75em;
}

.aronino-brand__text p:last-child {
    margin-bottom: 0;
}
/* END ACD-57 */

/* AR-1559 */
.brandingpage-recenzii {
    padding: 0;
    border: 0;
}

.brandingpage-recenzii > .brandingpage-section-title,
.brandingpage-recenzii .brandingpage-recenzii__title {
    display: block;
    width: 100%;
    margin: 0 0 28px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-recenzii__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.brandingpage-recenzii__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    margin: 0;
    padding: 24px 22px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-radius-lg);
    box-shadow: 0 1px 3px rgba(110, 114, 165, 0.1);
}

.brandingpage-recenzii__rating {
    display: inline-flex;
    gap: 2px;
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 0;
}

.brandingpage-recenzii__rating li.star {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    padding: 0;
    background-image: url('../../images/sprite_aronia.svg');
    background-size: 142px auto;
    background-position: -92px -63px;
    background-repeat: no-repeat;
}

.brandingpage-recenzii__rating li.star::before {
    content: none;
}

.brandingpage-recenzii__rating li.star.empty {
    opacity: 0.25;
    filter: grayscale(1);
}

.brandingpage-recenzii__text {
    flex: 1 1 auto;
    margin: 0;
    font-size: 16px;
    font-style: italic;
    line-height: 1.6;
    color: var(--brand-text);
}

.brandingpage-recenzii__text::before {
    content: "„";
}

.brandingpage-recenzii__text::after {
    content: "”";
}

.brandingpage-recenzii__author {
    margin-top: auto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: var(--brand-accent);
}

@media (max-width: 1000px) {
    .brandingpage-recenzii__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .brandingpage-recenzii > .brandingpage-section-title,
    .brandingpage-recenzii .brandingpage-recenzii__title {
        margin-bottom: 14px;
        font-size: 17px;
    }

    .brandingpage-recenzii__grid:not(.slick-initialized) {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .brandingpage-recenzii__card {
        align-items: flex-start;
        gap: 11px;
        padding: 18px 16px;
        text-align: left;
    }

    .brandingpage-recenzii__text {
        font-size: 16px;
    }

    .brandingpage-recenzii__author {
        font-size: 14px;
    }
}
/* END AR-1559 */

/* AR-1559 */
.brandingpage-articole {
	margin-top: 0;
}

.brandingpage-articole--has-title {
	padding-top: 60px;
	border-top: 1px solid var(--brand-border);
}

.brandingpage-articole .brandingpage-articole__brand-title {
    margin: 0 0 28px;
    min-height: 0;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-articole .brandingpage-articole__eyebrow {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
    color: var(--brand-green);
}

@media (max-width: 767px) {
    .brandingpage-articole--has-title {
        padding-top: 26px;
    }

    .brandingpage-articole .brandingpage-articole__eyebrow {
        margin-bottom: 6px;
        font-size: 16px;
    }

    .brandingpage-articole .brandingpage-articole__brand-title {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.35;
    }
}
.brandingpage-categorii__disclaimer h2,
.brandingpage-disclaimer h2,
.brandingpage-categorii__disclaimer h3,
.brandingpage-disclaimer h3,
.brandingpage-categorii__disclaimer h4,
.brandingpage-disclaimer h4 {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.3;
	text-transform: uppercase;
	color: var(--brand-accent);
	letter-spacing: 0.5px;
}
/* END AR-1559 */

/* AR-1559 */

.brandingpage-articole > .brandingpage-section-title,
.brandingpage-articole .brandingpage-articole__section-title {
    margin: 0 0 35px;
    font-size: 21px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
    color: #544487;
}

.brandingpage-articole__slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 22px;
}

.brandingpage-articole__slider > .brandingpage-articole__card {
    width: calc(25% - 16.5px);
}

.brandingpage-articole__card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--brand-border);
    border-radius: var(--brand-radius-lg);
    box-shadow: 0 1px 3px rgba(110, 114, 165, 0.1);
    transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.brandingpage-articole__card:hover {
    transform: translateY(-4px);
    border-color: rgba(84, 68, 135, 0.3);
    box-shadow: 0 6px 16px rgba(110, 114, 165, 0.2);
}

.brandingpage-articole__media {
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--brand-bg-light);
}

.brandingpage-articole__media img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
}

.brandingpage-articole__body {
	flex: 1 1 0%;
	display: flex;
	flex-direction: column;
	padding: 25px;
}

.brandingpage-articole__category {
    align-self: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-decoration: none;
    color: var(--brand-green);
}

.brandingpage-articole__category:hover {
    color: var(--brand-accent);
}

.brandingpage-articole .brandingpage-articole__title {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--brand-accent);
}

.brandingpage-articole__title a {
    color: inherit;
    text-decoration: none;
}

.brandingpage-articole__excerpt {
    flex: 1 1 0%;
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 1.55;
    color: var(--brand-text);
}

.brandingpage-articole__read {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    padding: 11px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: var(--brand-accent);
    border-radius: var(--brand-radius);
    box-shadow: 6px 6px 22px -7px #3c2d6c;
    transition: background 140ms ease;
}

.brandingpage-articole__read:hover,
.brandingpage-articole__read:focus-visible {
    color: #fff;
    background: #3f3270;
}

.brandingpage-articole__slider.slick-initialized {
    display: block;
}

.brandingpage-articole__slider .slick-list {
    margin: 0 -7px;
    padding: 10px 0 26px;
}

.brandingpage-articole__slider .slick-track {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    margin-right: auto;
}

.brandingpage-articole__slider .slick-slide {
    height: auto;
    padding: 0 7px;
    box-sizing: border-box;
}

.brandingpage-articole__slider .slick-slide > div {
    height: 100%;
}

.brandingpage-articole__slider .slick-slide .brandingpage-articole__card {
    display: flex !important;
    width: 100%;
    height: 100%;
}

@media (max-width: 1279px) {
    .brandingpage-articole__slider > .brandingpage-articole__card {
        width: calc(33.33% - 14.67px);
    }
}

@media (max-width: 1023px) {
    .brandingpage-articole > .brandingpage-section-title,
    .brandingpage-articole .brandingpage-articole__section-title {
        margin-bottom: 30px;
        font-size: 19px;
    }

    .brandingpage-articole__slider > .brandingpage-articole__card {
        width: calc(50% - 11px);
    }
}

@media (max-width: 767px) {
    .brandingpage-articole__slider {
        gap: 18px;
    }

    .brandingpage-articole__slider > .brandingpage-articole__card {
        width: 100%;
    }

    .brandingpage-articole__slider .slick-list {
        margin: 0 -7px;
    }

    .brandingpage-articole__slider .slick-slide {
        padding: 0 7px;
    }

    .brandingpage-articole__body {
        padding: 13px 13px 15px;
    }

    .brandingpage-articole__category {
        margin-bottom: 8px;
        font-size: 14px;
    }

    .brandingpage-articole .brandingpage-articole__title {
        margin-bottom: 8px;
        font-size: 16px;
    }

    .brandingpage-articole__excerpt {
        margin-bottom: 13px;
        font-size: 16px;
        line-height: 1.5;
    }

    .brandingpage-articole__read {
        padding: 10px;
        font-size: 16px;
    }

}

@media (max-width: 479px) {
    .brandingpage-articole > .brandingpage-section-title,
    .brandingpage-articole .brandingpage-articole__section-title {
        margin-bottom: 25px;
        font-size: 18px;
    }
}
/* END AR-1559 */

/* AR-1559 */
.brandingpage-categorii {
	margin-top: 0;
	padding: 60px 0 30px;
	text-align: center;
	border-top: 1px solid var(--brand-border);
}

.brandingpage-categorii > .brandingpage-section-title {
    margin: 0 0 28px;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    text-transform: uppercase;
    color: var(--brand-accent);
}

.brandingpage-categorii__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

/* AR-1559 */
.brandingpage-categorii__grid--cols-2 {
    grid-template-columns: repeat(2, 1fr);
}

.brandingpage-categorii__grid--cols-3 {
    grid-template-columns: repeat(3, 1fr);
}

.brandingpage-categorii__grid--cols-4 {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1023px) {
    .brandingpage-categorii__grid--cols-4 {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* END AR-1559 */

.brandingpage-categorii__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 92px;
	padding: 20px;
	overflow: hidden;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.01em;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: var(--brand-accent);
	background: var(--brand-bg-light);
	border: 1px solid var(--brand-border);
	border-radius: var(--brand-radius-lg);
	box-shadow: 0 1px 3px rgba(110, 114, 165, 0.1);
	transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

.brandingpage-categorii__card:hover,
.brandingpage-categorii__card:focus-visible {
    color: var(--brand-accent);
    transform: translateY(-3px);
    border-color: rgba(70, 160, 64, 0.45);
    box-shadow: 0 6px 16px rgba(110, 114, 165, 0.2);
}

.brandingpage-categorii__card:focus-visible {
    outline: 2px solid var(--brand-accent);
    outline-offset: 2px;
}

.brandingpage-categorii__label {
    display: block;
}

.brandingpage-categorii__disclaimer,
.brandingpage-disclaimer {
    margin-top: 40px;
    padding: 22px 28px;
    font-size: 16px;
    line-height: 1.65;
    text-align: left;
    color: var(--brand-text);
    background: #FFFBEB;
    border-left: 4px solid #F2C32E;
    border-radius: var(--brand-radius);
}

.brandingpage-categorii__disclaimer p,
.brandingpage-disclaimer p {
    margin: 0 0 0.75em;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

.brandingpage-categorii__disclaimer > :last-child,
.brandingpage-disclaimer > :last-child {
    margin-bottom: 0;
}

.brandingpage-categorii__disclaimer strong,
.brandingpage-disclaimer strong,
.brandingpage-categorii__disclaimer b,
.brandingpage-disclaimer b {
    font-weight: 700;
    color: var(--brand-accent);
}

.brandingpage-categorii__disclaimer a,
.brandingpage-disclaimer a {
    color: var(--brand-accent);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .brandingpage-categorii {
        padding: 26px 0 20px;
    }

    .brandingpage-categorii > .brandingpage-section-title {
        margin-bottom: 16px;
        font-size: 17px;
    }

    .brandingpage-categorii__grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .brandingpage-categorii__card {
        min-height: 64px;
        padding: 16px;
        font-size: 16px;
    }

    .brandingpage-categorii__disclaimer,
    .brandingpage-disclaimer {
        margin-top: 24px;
        padding: 16px 18px;
        font-size: 16px;
    }
}
/* END AR-1559 */

/* Responsive */
@media (max-width: 992px) {
    .brand-template .brandingpage-page__layout {
        grid-template-columns: 1fr;
    }

    .brand-template .brandingpage-page__aside {
        padding-right: 0;
        margin-bottom: 30px;
    }

    .brandingpage-produse__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .brandingpage-produse__grid {
        grid-template-columns: 1fr;
    }

    .brand-template .aronia_shop_container_main {
        margin-bottom: 0;
    }
}

/* END ACD-52 */

/* ACD-63 — internal link Aronino pe paginile de produs */
.product-page-main_info .woocommerce-product-details__short-description p.aronia-aronino-internal-link {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    font-weight: 700;
}

.product-page-main_info .woocommerce-product-details__short-description p.aronia-aronino-internal-link a {
    color: var(--aronia-purple);
    font-weight: 700;
}
/* END ACD-63 */

/* AR-1559 */
@media (min-width: 768px) and (max-width: 1279px) {
    .brandingpage-cert-bar__item {
        min-width: 160px;
        gap: 10px;
        padding: 14px 16px;
    }

    .brandingpage-cert-bar__icon {
        width: 46px;
        height: 46px;
    }

    .brandingpage-cert-bar__label {
        font-size: 14px;
    }

    .brandingpage-cert-bar__desc {
        font-size: 12px;
    }

    .brand-template .brandingpage-produse__title-wrap .brandingpage-section-title {
        margin-bottom: 24px;
        font-size: 26px;
    }

    .brandingpage-description-blocks {
        gap: 20px;
        margin-top: 44px;
        padding-top: 36px;
    }

    .brandingpage-desc-block {
        padding: 24px 22px;
    }

    .brandingpage-recenzii__card {
        gap: 12px;
        padding: 20px 18px;
    }

    .brandingpage-categorii {
        padding: 44px 0 24px;
    }

    .brandingpage-categorii__card {
        min-height: 80px;
        padding: 16px;
        font-size: 16px;
    }

    .brandingpage-articole--has-title {
        padding-top: 44px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .brandingpage-cert-bar__item {
        min-width: 140px;
        padding: 12px 14px;
    }

    .brandingpage-cert-bar__icon {
        width: 40px;
        height: 40px;
    }

    .brandingpage-cert-bar__label {
        font-size: 14px;
    }

    .brandingpage-hero__title {
        font-size: 22px;
    }

    .brand-template .brandingpage-produse__title-wrap .brandingpage-section-title {
        margin-bottom: 20px;
        font-size: 24px;
    }

    .brandingpage-recenzii > .brandingpage-section-title,
    .brandingpage-recenzii .brandingpage-recenzii__title,
    .brandingpage-categorii > .brandingpage-section-title {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .brandingpage-articole .brandingpage-articole__brand-title {
        margin-bottom: 22px;
        font-size: 20px;
    }

    .brandingpage-categorii__card {
        min-height: 72px;
        font-size: 16px;
    }
}
/* END AR-1559 */

/* AR-1559 */
.brandingpage-recenzii__grid.slick-initialized,
.brandingpage-articole__slider.slick-initialized {
    display: block;
}

.brandingpage-recenzii__grid .slick-list {
    margin: 0 -7px;
    padding: 8px 0 14px;
}

.brandingpage-recenzii__grid .slick-track {
    display: flex;
    margin-left: 0;
    margin-right: auto;
}

.brandingpage-recenzii__grid .slick-slide {
    height: auto;
    padding: 0 7px;
    box-sizing: border-box;
}

.brandingpage-recenzii__grid .slick-slide > div {
    height: 100%;
}

.brandingpage-recenzii__grid.slick-initialized .brandingpage-recenzii__card {
    display: flex !important;
    width: 100%;
    height: 100%;
}

.brandingpage-recenzii__grid .slick-dots,
.brandingpage-articole__slider .slick-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
}

.brandingpage-recenzii__grid .slick-dots li,
.brandingpage-articole__slider .slick-dots li {
    margin: 0;
    padding: 0;
    line-height: 0;
}

.brandingpage-recenzii__grid .slick-dots li::before,
.brandingpage-articole__slider .slick-dots li::before {
    content: none;
}

.brandingpage-recenzii__grid .slick-dots button,
.brandingpage-articole__slider .slick-dots button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 0;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background: rgba(84, 68, 135, 0.25);
    border: 0;
    border-radius: 60px;
    cursor: pointer;
    transition: width 200ms ease, background 200ms ease;
}

.brandingpage-recenzii__grid .slick-dots .slick-active button,
.brandingpage-articole__slider .slick-dots .slick-active button {
    width: 22px;
    background: var(--brand-accent);
}
/* END AR-1559 */

/* AR-1559 */
@media (max-width: 767px) {
    .brandingpage-recenzii__grid.slick-slider,
    .brandingpage-articole__slider.slick-slider {
        margin-right: -30px;
    }

    .brandingpage-recenzii__grid .slick-list,
    .brandingpage-articole__slider .slick-list {
        padding-right: 50px;
    }

    .brandingpage-articole__card:hover,
    .brandingpage-articole__card:focus-visible,
    .brandingpage-recenzii__card:hover {
        transform: none;
        border-color: var(--brand-border);
        box-shadow: 0 1px 3px rgba(110, 114, 165, 0.1);
    }
}
/* END AR-1559 */
