/* ==========================================================================
   Single Parfume Template Styles - COMPLETE WITH STORES SIDEBAR
   ========================================================================== */

/* ==========================================================================
   Breadcrumbs Navigation
   ========================================================================== */

.breadcrumb {
    margin: 0px 0 30px 0;
    font-size: 14px;
    color: #666;
    padding: 12px 0;
    grid-column: 1 / -1; /* Span across both columns if needed */
}

/* Breadcrumb inside article */
.parfume-article .breadcrumb {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 0px;
    border: none;
	color:#999;
}

.breadcrumb a {
    color: var(--pr-breadcrumb, var(--pr-primary-accent, #667eea));
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.breadcrumb a:hover {
    color: var(--pr-link-hover, var(--pr-secondary-accent, #764ba2));
    text-decoration: underline;
}

.breadcrumb .separator {
    margin: 0 12px;
    color: #999;
    font-weight: 300;
}

.breadcrumb span[itemprop="name"] {
    color: inherit;
}

.breadcrumb span[itemprop="itemListElement"]:last-child span[itemprop="name"] {
    color: #333;
    font-weight: 600;
}

/* ==========================================================================
   Layout Structure: Column 1 (Content) + Column 2 (Stores Sidebar)
   ========================================================================== */

/* Desktop layout - only apply grid on desktop */
@media (min-width: 769px) {
    .single-parfume-container .parfume-layout {
        display: grid !important;
        grid-template-columns: 1fr 380px !important;
        gap: 20px !important;
        align-items: flex-start !important;
        overflow: visible !important;
        width: 100% !important;
        max-width: 100% !important;
        grid-auto-flow: row !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
    }

    .single-parfume-container .parfume-layout > .parfume-main-content {
        min-width: 0 !important;
        grid-column: 1 / 2 !important;
        grid-row: 1 !important;
        width: 100% !important;
        max-width: 100% !important;
        order: 1 !important;
        display: block !important;
    }

    .single-parfume-container .parfume-layout > .stores-sidebar {
        grid-column: 2 / 3 !important;
        grid-row: 1 !important;
        width: 380px !important;
        max-width: 380px !important;
        min-width: 380px !important;
        flex: 0 0 380px !important;
        flex-basis: 380px !important;
        box-sizing: border-box !important;
        display: block !important;
        position: sticky !important;
        top: 45px !important;
        align-self: start !important;
        order: 2 !important;
        visibility: visible !important;
        opacity: 1 !important;
        grid-area: 1 / 2 / 2 / 3 !important;
        flex-grow: 0 !important;
        flex-shrink: 0 !important;
        float: none !important;
        clear: none !important;
    }
}


/* ==========================================================================
   Container and Base Styles
   ========================================================================== */

.single-parfume-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    background: #f8f9fa;
    min-height: 100vh;
    overflow: visible; /* Ensure sticky children can work */
    /* Единна типография за цялото single ревю (наследява се от колоната) */
    font-family: inherit;
    --pr-review-body-size: 1.0625rem;
    --pr-review-body-lh: 1.75;
    --pr-review-body-color: #555;
    /* Единни отстъпи в основната колона (ляво/дясно) */
    --pr-section-pad-x: clamp(1rem, 3vw, 1.5rem);
    --pr-section-pad-y: 1.5rem;
    --pr-section-pad-y-compact: 1.125rem;
    --pr-section-margin-bottom: 1.25rem;
}

/* Бърза навигация към h2 секции (над .parfume-content; линковете се генерират с JS) */
.parfume-quick-nav {
    margin-bottom: 1rem;
    padding: 0.65rem 0.85rem;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.07) 0%, rgba(118, 75, 162, 0.07) 100%);
    border: 1px solid rgba(102, 126, 234, 0.22);
    border-radius: 0;
    box-sizing: border-box;
}

.parfume-quick-nav[hidden] {
    display: none !important;
}

.parfume-quick-nav__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.55rem;
    align-items: center;
}

.parfume-quick-nav__link {
    display: inline-block;
    padding: 0.35rem 0.7rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #4a4d68;
    text-decoration: none;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(102, 126, 234, 0.22);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.parfume-quick-nav__link:hover,
.parfume-quick-nav__link:focus-visible {
    color: var(--pr-primary-accent, #667eea);
    border-color: rgba(102, 126, 234, 0.45);
    background: #fff;
    outline: none;
}

.single-parfume-container .parfume-article h2[id] {
    scroll-margin-top: 1.25rem;
}

@media (max-width: 782px) {
    body.admin-bar .single-parfume-container .parfume-article h2[id] {
        scroll-margin-top: calc(46px + 0.75rem);
    }
}

@media (max-width: 768px) {
    .single-parfume-container {
        --pr-section-pad-x: 1rem;
        --pr-section-pad-y: 1.25rem;
        --pr-section-pad-y-compact: 0.875rem;
    }
}

/* ==========================================================================
   Article Container (Column 1)
   ========================================================================== */

.parfume-article {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: visible; /* Allow sticky children to work */
}

/* Тема (Rehub и др.): не отрязвай header/tooltip — по-специфично от глобални overflow правила */
body.single-parfume .single-parfume-container,
body.single-parfume .parfume-layout,
body.single-parfume .parfume-main-content,
body.single-parfume .parfume-article,
body.single-parfume .parfume-header .header-content {
    overflow: visible !important;
}

/* Header Section */
.parfume-header {
    color: white;
    padding: 10px 20px 20px 20px;
    position: relative;
    /* visible so chart help tooltips (above ?) are not clipped; hidden clips descendants */
    overflow: visible;
}

.parfume-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(180deg); }
}

.header-content {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: center;
    position: relative;
    z-index: 2;
}

/* Full-width title row directly under breadcrumbs (not inside the 2-col grid) */
.parfume-header > .parfume-title {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #0f172a;
    font-size: clamp(1.5rem, 2.2vw, 2rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-shadow: none;
    position: relative;
    z-index: 2;
}

/* When the info column is omitted, image spans full width */
.parfume-header .header-content:not(:has(.header-info)) .parfume-image {
    grid-column: 1 / -1;
    justify-self: center;
}

/* Header info column — product summary card */
.parfume-header .header-info {
    align-self: start;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
    min-width: 0;
    max-width: 100%;
    overflow: visible;
    padding: 1.35rem 1.5rem;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 14px;
    color: #18181b;
}

.parfume-header .header-info > * {
    margin-block: 0;
}

.parfume-header .header-info .parfume-brand {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #52525b;
    display: block;
}

.parfume-header .header-info .parfume-brand a {
    color: #4f46e5;
    font-weight: 600;
}

.parfume-header .header-info .parfume-brand a:hover {
    color: #4338ca;
    opacity: 1;
}

.parfume-header .header-info .aroma-type-name,
.parfume-header .header-info .note-groups-name {
    margin: 0;
    padding: 0.5rem 0.75rem;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
}

.parfume-header .header-info .aroma-type-label,
.parfume-header .header-info .note-groups-label {
    color: #71717a;
    font-weight: 500;
    font-size: 0.875rem;
}

.parfume-header .header-info .aroma-type-value,
.parfume-header .header-info .note-groups-value {
    color: #27272a;
    font-weight: 600;
    font-size: 0.875rem;
}

.parfume-header .header-info .note-groups-value a {
    color: #4f46e5;
    font-weight: 600;
    text-decoration: none;
}

.parfume-header .header-info .note-groups-value a:hover {
    color: #4338ca;
    text-decoration: underline;
}

.parfume-header .header-info .parfume-rating {
    margin: 0 !important;
    background: #fafafa;
    border-color: #ececec;
}

.parfume-header .header-meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 12px 20px;
    margin-top: 0;
    padding-top: 0.75rem;
    border-top: 1px solid #e4e4e7;
}

.parfume-header .header-info .parfume-concentration {
    margin: 0;
    background: #fafafa;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
}

.parfume-header .header-info .parfume-concentration .concentration-label {
    color: #71717a;
    font-weight: 500;
    font-size: 0.875rem;
}

.parfume-header .header-info .parfume-concentration .concentration-value {
    color: #4f46e5;
    font-weight: 600;
    font-size: 0.875rem;
}

/* Концентрация, рейтинг и мета детайли — една карта */
.parfume-header .header-info .header-concentration-rating-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
    padding: 0.65rem 0.75rem;
    background: #fafafa;
    border: 1px solid #e4e4e7;
    border-radius: 10px;
    margin-top: 0.35rem;
}

.parfume-header .header-info .header-concentration-rating-primary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
    width: 100%;
    min-width: 0;
}

.parfume-header .header-info .header-concentration-rating-primary:has(> :only-child) {
    grid-template-columns: minmax(0, 1fr);
}

.parfume-header .header-info .header-concentration-rating-row:has(.header-concentration-rating-primary) .header-meta-infos-grid {
    margin-top: 0;
    padding: 0;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-concentration,
.parfume-header .header-info .header-concentration-rating-row .parfume-rating {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-concentration {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    text-align: center;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-rating {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
}

.parfume-header .header-info .header-concentration-rating-primary .parfume-concentration,
.parfume-header .header-info .header-concentration-rating-primary .parfume-rating {
    background: #fff;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-rating .rating-text {
    font-size: 0.875rem;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-rating .rating-text strong {
    font-size: 0.875rem;
}

.parfume-header .header-info .header-concentration-rating-row .parfume-rating .rating-percentage {
    font-size: 0.875rem;
}

.parfume-header .header-info .parfume-toc-wrapper {
    flex: 1 1 200px;
    min-width: 0;
    font-size: 0.875rem;
}

.parfume-header .header-info .parfume-toc-wrapper a {
    color: #4f46e5;
}

.parfume-image {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    max-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.parfume-image:hover {
    transform: scale(1.02);
}

.parfume-image img {
    max-height: 400px;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 15px;
}

.parfume-image:hover .image-overlay {
    opacity: 1;
}

.image-overlay .dashicons {
    color: white;
    font-size: 30px;
}

.no-image {
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
}

.no-image .dashicons {
    font-size: 60px;
}

.parfume-details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.parfume-brand {
    font-size: 1.2em;
    font-weight: 600;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 1px;
	color:#667eea;
    margin-top: 10px;
    padding: 8px 15px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: inline-block;	
	border: 1px solid rgb(118 75 162 / .15);
}

.parfume-brand a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.parfume-brand a:hover {
    opacity: 0.8;
}

.aroma-type-name {
    margin: 0;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(102, 126, 234, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(102, 126, 234, 0.15);
}

.aroma-type-label {
    font-weight: 600;
    color: #555;
    font-size: 0.95em;
}

.aroma-type-value {
    font-weight: 600;
    color: #667eea;
    font-size: 1em;
}

.parfume-title {
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rating-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 15px 0;
}

.stars {
    display: flex;
    gap: 2px;
}

.star {
    color: rgba(255, 255, 255, 0.3);
    font-size: 24px;
    transition: all 0.2s ease;
}

.star.filled {
    color: #ffd700;
    text-shadow: 0 1px 3px rgba(255, 215, 0, 0.3);
    animation: twinkle 2s ease-in-out infinite;
}

.star.half {
    background: linear-gradient(90deg, #ffd700 50%, rgba(255, 255, 255, 0.3) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

@keyframes twinkle {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

.rating-number {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 1.1em;
    font-weight: 600;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Parfume rating — grouped score row */
.parfume-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px 12px;
    margin-top: 0.75rem;
    margin-bottom: 15px;
    padding: 10px 14px;
    max-width: 100%;
    width: fit-content;
    box-sizing: border-box;
    line-height: 1;
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
}

.parfume-rating .rating-stars {
    display: flex;
    align-items: center;
    gap: 3px;
    line-height: 1;
    flex-shrink: 0;
}

.parfume-rating .rating-stars .star {
    display: inline-block;
    color: #d4d4d8;
    font-size: 1.125rem;
    line-height: 1;
    vertical-align: middle;
    text-shadow: none;
    animation: none;
    transition: color 0.15s ease;
}

.parfume-rating .rating-stars .star.filled {
    color: #ca8a04;
}

.parfume-rating .rating-stars .star.half {
    background: linear-gradient(90deg, #ca8a04 50%, #d4d4d8 50%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.parfume-rating .rating-text {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 0.9375rem;
    color: #52525b;
    white-space: nowrap;
    line-height: 1.25;
}

.parfume-rating .rating-text strong {
    font-variant-numeric: tabular-nums;
    font-size: 1.0625rem;
    font-weight: 700;
    color: #18181b;
    line-height: 1;
}

.parfume-rating .rating-percentage {
    font-size: 0.8125rem;
    font-weight: 500;
    color: #a1a1aa;
    margin-left: 0;
    line-height: 1;
}

/* Parfume Concentration Styles - Desktop */
.parfume-concentration {
    margin: 12px 0;
    font-size: 1em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(118, 75, 162, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(118, 75, 162, 0.15);
}

.parfume-concentration .concentration-label {
    font-weight: 600;
    color: #555;
    font-size: 0.95em;
}

.parfume-concentration .concentration-value {
    font-weight: 600;
    color: #764ba2;
    font-size: 1em;
    text-transform: uppercase;
}

.parfume-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

/* Мрежа с info-item вътре в общата карта (разделителят е при :has(.header-concentration-rating-primary)) */
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 132px), 1fr));
    gap: 6px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 0;
}

/* Десктоп: при графики — две равни колони; всяка .info-item--chart е ~50% ширина */
@media (min-width: 769px) {
    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid:has(.info-item--chart) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart {
        grid-column: auto;
        min-width: 0;
    }
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart {
    overflow: visible;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item {
    background: #f4f4f5;
    border: 1px solid #e4e4e7;
    border-radius: 6px;
    padding: 4px 8px;
    gap: 4px;
    min-height: 0;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item:not(.info-item--chart) {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: 6px;
    row-gap: 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item:hover {
    transform: none;
    box-shadow: none;
    background: #eeeeef;
    border-color: #d4d4d8;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-label {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin: 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-value {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .performance-chart {
    gap: 4px;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-header-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 2px 10px;
    width: 100%;
    min-width: 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-label {
    flex: 0 1 auto;
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
    color: #52525b;
    line-height: 1.3;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-bar {
    height: 13px;
    border-radius: 6px;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-bar--range {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    width: 100%;
    min-width: 0;
    height: auto;
    background: transparent;
    box-shadow: none;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-fill {
    border-radius: 6px;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-header-row .chart-value {
    flex: 1 1 auto;
    margin: 0;
    min-width: 0;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.35;
    color: #3f3f46;
    text-align: left;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .performance-chart--range .chart-header-row {
    justify-content: flex-start;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .performance-chart--range {
    gap: 6px;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    min-width: 0;
    overflow: visible;
}

/* Оста + лентата за запълване са в един визуален блок */
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__track {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 7px 9px 9px;
    border-radius: 10px;
    background: linear-gradient(165deg, #f4f5f7 0%, #e8eaef 100%);
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65);
    overflow: visible;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__axis {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 600;
    line-height: 1.15;
    color: #52525b;
    letter-spacing: 0.02em;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__axis-labels {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.5rem;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
    letter-spacing: inherit;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__axis-labels .chart-range-scale__ticks {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    width: auto;
    height: 8px;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__axis-label--start {
    flex: 0 0 auto;
    min-width: 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__axis-label--end {
    flex: 0 0 auto;
    min-width: 0;
    text-align: right;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tick {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1px;
    height: 6px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: rgba(82, 82, 91, 0.4);
    transform: translateX(-50%);
    pointer-events: none;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__bar {
    position: relative;
    height: 22px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__segment {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    min-width: 6px;
    padding: 0 6px;
    border-radius: 7px;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__segment .chart-value--segment {
    margin: 0;
    max-width: 100%;
    font-size: 0.6875rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 0.02em;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__segment.longevity-fill {
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__segment.sillage-fill {
    background: linear-gradient(90deg, #f093fb 0%, #f5576c 100%);
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption {
    margin: 0;
    text-align: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: #3f3f46;
    line-height: 1.35;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
    position: relative;
    overflow: visible;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row .chart-range-scale__caption {
    flex: 0 1 auto;
    min-width: 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__help {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    cursor: help;
    line-height: 1;
    outline: none;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__help:hover),
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__help:focus-within),
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__tooltip:hover) {
    z-index: 10;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__help:focus-visible .chart-range-scale__help-icon {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #4f46e5;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__help-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 50%;
    border: 1px solid #a1a1aa;
    font-size: 0.65rem;
    font-weight: 700;
    color: #52525b;
    background: #fafafa;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 100%;
    transform: translateX(-50%);
    margin-bottom: 6px;
    min-width: 13.5rem;
    max-width: min(18rem, calc(100vw - 24px));
    padding: 0.6rem 0.7rem;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1.45;
    color: #27272a;
    text-align: left;
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
    transition: opacity 0.18s ease, visibility 0.18s ease;
    pointer-events: none;
    z-index: 500;
}

/* Invisible hit area so hover isn’t lost between ? and tooltip when moving the pointer upward */
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 3.25rem;
    height: 2.75rem;
    transform: translateX(-50%);
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip-title {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 700;
    font-size: 0.8rem;
    color: #18181b;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip-desc {
    display: block;
    margin-bottom: 0.4rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: #52525b;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip-list {
    margin: 0;
    padding-left: 1.1rem;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip-list li {
    margin: 0.15rem 0;
}

.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__help:hover) .chart-range-scale__tooltip,
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__help:focus-within) .chart-range-scale__tooltip,
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__caption-row:has(.chart-range-scale__tooltip:hover) .chart-range-scale__tooltip {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

/* JS (single-parfume-chart-tooltip.js) позиционира спрямо viewport — над тематични stacking/overflow */
.parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-range-scale__tooltip.chart-range-scale__tooltip--fixed-viewport {
    z-index: 999999 !important;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 12px;
    background: white;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.info-label {
    font-size: 0.85em;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.info-value {
    font-weight: 600;
    font-size: 1.05em;
    color: #333;
    line-height: 1.4;
}

.info-value a {
    color: #667eea;
    text-decoration: none;
    transition: color 0.3s ease;
}

.info-value a:hover {
    color: #5568d3;
    text-decoration: underline;
}

/* ==========================================================================
   Content Sections (Column 1)
   ========================================================================== */

.parfume-content {
    padding: 0;
}

.parfume-content section {
    padding: 40px;
    border-bottom: 1px solid #e9ecef;
}

.parfume-content section:last-child {
    border-bottom: none;
}

.parfume-content h2 {
    font-size: 2.2em;
    font-weight: 700;
    margin: 0 0 25px 0;
    color: #333;
    position: relative;
    padding-bottom: 15px;
}

.parfume-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
}

/* Description Section */
.description-section {
    background: #f8f9fa;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    margin-bottom: var(--pr-section-margin-bottom);
    border-radius: 12px;
    box-sizing: border-box;
}

/* Разстояние преди второто заглавие (след първия .parfume-description) — p:last-child има margin-bottom 0 */
.description-section > h2 {
    margin: 0 0 1.25rem;
}

/* Само тук — без да се сумира с margin-bottom на предходния .parfume-description (мобилно има 25px) */
.description-section .parfume-description + h2 {
    margin-top: 1.25rem;
}

.parfume-description {
    font-size: var(--pr-review-body-size, 1.0625rem);
    line-height: var(--pr-review-body-lh, 1.75);
    color: var(--pr-review-body-color, #555);
}

.parfume-description p {
    margin-bottom: 1.2em;
}

.parfume-description p:last-child {
    margin-bottom: 0;
}

/* Описание / редакторско ревю: мобилно първи параграф + „Прочети още“; целият HTML остава в DOM */
@media (min-width: 769px) {
    .parfume-description .parfume-description-read-more {
        display: none !important;
    }

    .parfume-description .parfume-description-more {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .parfume-description .parfume-description-more[hidden] {
        display: none !important;
    }

    .parfume-description-read-more {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0.35rem 0 0.75rem;
        padding: 0.55rem 1rem;
        font-size: 0.95rem;
        font-weight: 600;
        font-family: inherit;
        line-height: 1.2;
        color: var(--pr-primary-accent, #667eea);
        background: rgba(102, 126, 234, 0.08);
        border: 1px solid rgba(102, 126, 234, 0.25);
        border-radius: 999px;
        cursor: pointer;
        transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
    }

    .parfume-description-read-more:hover,
    .parfume-description-read-more:focus-visible {
        background: rgba(102, 126, 234, 0.14);
        border-color: rgba(102, 126, 234, 0.45);
        outline: none;
    }

    .parfume-description-read-more:active {
        transform: scale(0.98);
    }
}

/* Кога да го носиш — същият хоризонтален ритъм като описанието */
.when-to-wear-section {
    background: #f8f9fa;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    border-radius: 12px;
    margin-bottom: var(--pr-section-margin-bottom);
    box-sizing: border-box;
}

/* Компактни блокове: за кого / история / прилагане / комбиниране */
.who-for-section,
.history-section,
.application-tips-section,
.combine-with-section {
    background: #fff;
    padding: var(--pr-section-pad-y-compact) var(--pr-section-pad-x);
    border-radius: 10px;
    margin-bottom: var(--pr-section-margin-bottom);
    border: 1px solid #e9ecef;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    box-sizing: border-box;
}

.who-for-section > h2,
.history-section > h2,
.application-tips-section > h2,
.combine-with-section > h2 {
    margin: 0 0 0.65rem;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #333;
}

.when-to-wear-section > h2 {
    margin: 0 0 0.85rem;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #333;
}

/* Кога да го носиш — списък */
.when-to-wear-section .when-to-wear-content > ul {
    list-style: none;
    margin: 0.5rem 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.when-to-wear-section .when-to-wear-content > ul > li {
    position: relative;
    margin: 0;
    padding: 14px 16px 14px 52px;
    background: #fff;
    border: 1px solid rgba(102, 126, 234, 0.14);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(15, 23, 42, 0.05);
    line-height: var(--pr-review-body-lh, 1.75);
    color: #374151;
    font-size: var(--pr-review-body-size, 1.0625rem);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.when-to-wear-section .when-to-wear-content > ul > li:hover {
    border-color: rgba(102, 126, 234, 0.35);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

.when-to-wear-section .when-to-wear-content > ul > li::before {
    content: '';
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -13px;
    width: 26px;
    height: 26px;
    border-radius: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 10px rgba(102, 126, 234, 0.28);
}

.when-to-wear-section .when-to-wear-content > ul > li::after {
    content: '';
    position: absolute;
    left: 22px;
    top: 50%;
    margin-top: -6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
    pointer-events: none;
}

@media (max-width: 768px) {
    .when-to-wear-section .when-to-wear-content > ul {
        gap: 8px;
    }

    .when-to-wear-section .when-to-wear-content > ul > li {
        padding: 12px 12px 12px 46px;
        font-size: var(--pr-review-body-size, 1.0625rem);
    }

    .when-to-wear-section .when-to-wear-content > ul > li::before {
        left: 11px;
        width: 24px;
        height: 24px;
        margin-top: -12px;
    }

    .when-to-wear-section .when-to-wear-content > ul > li::after {
        left: 19px;
        margin-top: -5px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .when-to-wear-section .when-to-wear-content > ul > li {
        transition: none;
    }

    .when-to-wear-section .when-to-wear-content > ul > li:hover {
        transform: none;
    }
}

/* Product Review HTML Formatting Styles */
.parfume-description strong,
.parfume-description b {
    font-weight: 700;
    color: #2c3e50;
}

.parfume-description em,
.parfume-description i {
    font-style: italic;
}

.parfume-description blockquote {
    margin: 1.5em 0;
    padding: 1em 1.5em;
    border-left: 4px solid #667eea;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
    font-style: italic;
    color: #555;
    border-radius: 0 8px 8px 0;
    position: relative;
}

.parfume-description blockquote:before {
    content: '"';
    font-size: 3em;
    position: absolute;
    left: 0.3em;
    top: -0.2em;
    color: rgba(102, 126, 234, 0.2);
    font-family: Georgia, serif;
    line-height: 1;
}

.parfume-description ul,
.parfume-description ol {
    margin: 1.2em 0;
    padding-left: 2em;
}

.parfume-description ul {
    list-style-type: disc;
}

.parfume-description ol {
    list-style-type: decimal;
}

.parfume-description li {
    margin-bottom: 0.6em;
    line-height: 1.7;
}

.parfume-description a {
    color: #667eea;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
}

.parfume-description a:hover {
    color: #764ba2;
    border-bottom-color: #764ba2;
}

.parfume-description h2,
.parfume-description h3,
.parfume-description h4 {
    margin-top: 1.5em;
    margin-bottom: 0.8em;
    color: #2c3e50;
    font-weight: 600;
}

.parfume-description h2 {
    font-size: 1.5em;
}

.parfume-description h3 {
    font-size: 1.3em;
}

.parfume-description h4 {
    font-size: 1.1em;
}

/* Notes Section — карти + лява лента, с лек пирамидален силует (стъпки + връх) */
.scent-notes-section {
    background: #fff;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    border-radius: 12px;
    margin-bottom: var(--pr-section-margin-bottom);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.scent-notes-section h2 {
    margin: 0 0 25px 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.scent-notes-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.scent-notes-section .scent-pyramid-container {
    margin-top: 20px;
}

.scent-notes-section .scent-pyramid {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    max-width: 40rem;
    margin: 0 auto;
    padding: 24px 20px 28px;
    border-radius: 0;
    position: relative;
    overflow: visible;
    border: none;
    box-shadow: none;
    background: transparent;
}

.scent-notes-section .pyramid-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: 37.5rem;
    margin: 0;
    padding-top: 0;
    position: relative;
    z-index: 1;
}

.scent-notes-section .pyramid-level {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 20px 28px;
    border-radius: 0;
    position: relative;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.scent-notes-section .pyramid-level:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

/* Стъпки + лек трапец: горният ръб по-тесен — „наклонени“ страни към пирамида */
.scent-notes-section .pyramid-top {
    width: 100%;
    max-width: min(22.5rem, 82%);
    background: linear-gradient(135deg, #ffeaa7 0%, #fdcb6e 100%);
    clip-path: polygon(9% 0%, 91% 0%, 100% 100%, 0% 100%);
}

.scent-notes-section .pyramid-middle {
    width: 100%;
    max-width: min(33rem, 92%);
    background: linear-gradient(135deg, #a8e6cf 0%, #7dd3a0 100%);
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}

.scent-notes-section .pyramid-base {
    width: 100%;
    max-width: 37.5rem;
    background: linear-gradient(135deg, #dda0dd 0%, #c39bd3 100%);
    clip-path: polygon(2.8% 0%, 97.2% 0%, 100% 100%, 0% 100%);
}

.scent-notes-section .pyramid-level-header {
    margin-bottom: 15px;
}

.scent-notes-section .pyramid-level-title {
    font-size: 1.1em;
    font-weight: 700;
    color: #2c3e50;
    margin: 0;
}

.scent-notes-section .notes-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
}

.scent-notes-section .note-tag {
    display: inline-block;
    padding: 8px 15px;
    border-radius: 0;
    font-size: 0.9em;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.scent-notes-section a.note-tag {
    text-decoration: none;
}

.scent-notes-section a.note-tag:hover,
.scent-notes-section a.note-tag:focus {
    text-decoration: none;
}

.scent-notes-section .note-tag:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.scent-notes-section a.note-tag:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
}

.scent-notes-section .note-tag-top {
    background: #fff;
    color: #f39c12;
    border: 2px solid #f39c12;
}

.scent-notes-section .note-tag-middle {
    background: #fff;
    color: #27ae60;
    border: 2px solid #27ae60;
}

.scent-notes-section .note-tag-base {
    background: #fff;
    color: #8e44ad;
    border: 2px solid #8e44ad;
}

@media (max-width: 768px) {
    .scent-notes-section {
        padding: 20px 15px;
    }

    .scent-notes-section .scent-pyramid {
        padding: 18px 12px 22px;
    }

    .scent-notes-section .pyramid-stack {
        gap: 14px;
    }

    .scent-notes-section .pyramid-level {
        padding: 15px 20px;
        max-width: 100% !important;
        width: 100% !important;
    }

    .scent-notes-section .pyramid-top {
        clip-path: polygon(5.5% 0%, 94.5% 0%, 100% 100%, 0% 100%);
    }

    .scent-notes-section .pyramid-middle {
        clip-path: polygon(3.6% 0%, 96.4% 0%, 100% 100%, 0% 100%);
    }

    .scent-notes-section .pyramid-base {
        clip-path: polygon(1.8% 0%, 98.2% 0%, 100% 100%, 0% 100%);
    }

    .scent-notes-section .pyramid-level:hover {
        transform: none;
    }

    .scent-notes-section .note-tag {
        font-size: 0.85em;
        padding: 6px 12px;
    }

    .scent-notes-section h2 {
        font-size: 1.5em;
        margin-bottom: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .scent-notes-section .pyramid-level,
    .scent-notes-section .note-tag {
        transition: none;
    }

    .scent-notes-section .pyramid-level:hover {
        transform: none;
    }

    .scent-notes-section .note-tag:hover {
        transform: none;
    }
}

@media print {
    .scent-notes-section .scent-pyramid {
        background: transparent;
        box-shadow: none;
        border: none;
    }

    .scent-notes-section .pyramid-level {
        break-inside: avoid;
        border: 1px solid #ccc;
        max-width: 100% !important;
        box-shadow: none;
    }
}

.scent-note-category {
    padding: 20px;
    background: #f8f9fa;
    border-radius: 10px;
    border-left: 4px solid #667eea;
}

.note-category-title {
    margin: 0 0 12px 0;
    font-size: 18px;
    font-weight: 600;
    color: #667eea;
}

.note-category-content {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.notes-list {
    display: inline-block;
}

.notes-section {
    background: white;
    padding: 40px;
}

.notes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.note-item {
    background: #f8f9fa;
    padding: 12px 16px;
    border-radius: 25px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.note-item:hover {
    background: #667eea;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    text-decoration: none;
}

.note-link {
    color: inherit;
    text-decoration: none;
}

/* Note Groups Section */
.note-groups-section {
    background: white;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    border-radius: 12px;
    margin-bottom: var(--pr-section-margin-bottom);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
}

.note-groups-section h2 {
    margin: 0 0 25px 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.note-groups-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.note-group-item {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 15px 20px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.2);
}
.note-group-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.note-group-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: block;
    width: 100%;
    height: 100%;
}

.note-group-item:hover .note-group-link {
    color: white;
    text-decoration: none;
}

/* Perfumer Section */
.perfumer-section {
    background: #f8f9fa;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    margin-bottom: var(--pr-section-margin-bottom);
    border-radius: 12px;
    box-sizing: border-box;
}

.perfumer-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 20px;
}

.perfumer-link {
    background: #667eea;
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.perfumer-link:hover {
    background: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
    color: white;
    text-decoration: none;
}

/* Gallery Section */
.gallery-section {
    background: white;
}

.parfume-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.gallery-item {
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    aspect-ratio: 1;
}

.gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

/* Pros and Cons Section */
.pros-cons-section {
    background: #f8f9fa;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    margin-bottom: var(--pr-section-margin-bottom);
    border-radius: 12px;
    box-sizing: border-box;
}

.pros-cons-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 20px;
}

.pros, .cons {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pros h3 {
    color: #28a745;
    margin: 0 0 15px 0;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.pros h3::before {
    content: '✓';
    background: #28a745;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
}

.cons h3 {
    color: #dc3545;
    margin: 0 0 15px 0;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cons h3::before {
    content: '×';
    background: #dc3545;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}

.pros-content, .cons-content {
    font-size: var(--pr-review-body-size, 1.0625rem);
    line-height: var(--pr-review-body-lh, 1.75);
    color: #666;
}

/* Pros and Cons List Items */
.pros ul li.pros-item,
.pros ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    list-style: none;
}

.pros ul li.pros-item::before,
.pros ul li::before {
    content: '✓';
    background: #28a745;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

.cons ul li.cons-item,
.cons ul li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
    list-style: none;
}

.cons ul li.cons-item::before,
.cons ul li::before {
    content: '×';
    background: #dc3545;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Related Parfumes Section */
.related-parfumes-section {
    background: white;
}

.related-parfumes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.related-parfume-item {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-parfume-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.related-parfume-item a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.related-parfume-image {
    position: relative;
    overflow: hidden;
}

.related-parfume-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.related-parfume-item:hover .related-parfume-image img {
    transform: scale(1.1);
}

.related-parfume-info {
    padding: 20px;
}

.related-parfume-info h4 {
    font-size: 1.2em;
    margin: 0 0 8px 0;
    color: #333;
    font-weight: 600;
}

.related-brand {
    color: #667eea;
    font-size: 0.9em;
    font-weight: 500;
}

/* ==========================================================================
   STORES SIDEBAR (Column 2) - НОВИЯТ ДИЗАЙН СПОРЕД ЗАДАНИЕТО
   ========================================================================== */

/* .parfume-stores-sidebar: legacy селектор — в текущите шаблони се ползва само .stores-sidebar */
.parfume-stores-sidebar,
.stores-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #e9ecef;
    overflow: visible; /* Ensure sticky children can work */
    position: relative; /* Create stacking context */
}

/* Mobile sidebar - visible only on mobile devices */
@media (min-width: 769px) {
    .stores-sidebar-mobile {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        height: 0 !important;
        overflow: hidden !important;
    }
}

@media (max-width: 768px) {
    .stores-sidebar-mobile {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
        margin-top: 30px !important;
        margin-bottom: 20px !important;
        clear: both !important;
        position: relative !important;
        z-index: 1 !important;
    }
    
    /* Ensure header doesn't overlap with mobile sidebar */
    .parfume-header {
        margin-bottom: 0 !important;
        padding-bottom: 12px !important;
        overflow: visible !important;
        position: relative !important;
    }
    
    /* Ensure parfume-concentration doesn't overlap and has readable color */
    .parfume-concentration {
        position: relative !important;
        z-index: 0 !important;
        margin: 8px 0 !important;
        font-size: 0.95em !important;
        padding: 7px 12px !important;
    }
    
    .parfume-concentration .concentration-label {
        font-weight: 600 !important;
        color: #555 !important;
        font-size: 0.9em !important;
    }
    
    .parfume-concentration .concentration-value {
        font-weight: 600 !important;
        color: #764ba2 !important;
        font-size: 0.95em !important;
    }
    
    .aroma-type-name {
        margin: 8px 0 !important;
        font-size: 0.95em !important;
        padding: 7px 12px !important;
    }
    
    .aroma-type-label {
        font-size: 0.9em !important;
    }
    
    .aroma-type-value {
        font-size: 0.95em !important;
    }

    .parfume-header .header-info .aroma-type-name,
    .parfume-header .header-info .note-groups-name {
        margin: 0 !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .parfume-concentration,
    .parfume-header .header-info .header-concentration-rating-row .parfume-concentration .concentration-label,
    .parfume-header .header-info .header-concentration-rating-row .parfume-concentration .concentration-value {
        font-size: 0.875rem !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .aroma-type-name,
    .parfume-header .header-info .header-concentration-rating-row .aroma-type-label,
    .parfume-header .header-info .header-concentration-rating-row .aroma-type-value,
    .parfume-header .header-info .header-concentration-rating-row .note-groups-name,
    .parfume-header .header-info .header-concentration-rating-row .note-groups-label,
    .parfume-header .header-info .header-concentration-rating-row .note-groups-value {
        font-size: 0.875rem !important;
    }
    
    .parfume-header .header-info {
        padding: 0.65rem 0.8rem !important;
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 520px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .parfume-header .header-info .header-meta-row {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row {
        gap: 8px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .parfume-concentration {
        margin: 0 !important;
    }

    .parfume-header .header-info .parfume-toc-wrapper {
        flex: 1 1 auto !important;
    }

    .parfume-rating {
        padding: 8px 12px !important;
        gap: 8px 10px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .parfume-rating {
        padding: 8px 10px !important;
        gap: 6px 8px !important;
    }

    .parfume-rating .rating-stars .star {
        font-size: 1.05rem !important;
    }

    .parfume-rating .rating-text {
        font-size: 0.875rem !important;
        white-space: normal !important;
    }

    .parfume-rating .rating-text strong {
        font-size: 1rem !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .parfume-rating .rating-text strong {
        font-size: 0.875rem !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .parfume-rating .rating-percentage {
        font-size: 0.875rem !important;
    }
}

/* Stores List Title */

.stores-list-title {
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: radial-gradient(circle, rgba(54,176,64,1) 0%, rgba(29,150,45,1) 100%);
  box-shadow: rgba(149,157,165,0.2) 0px 8px 24px;
  border: solid 1px #00791a;
  border-radius: 10px 10px 0px 0px;
  display: flex;               
  justify-content: center;    
  align-items: center;
  padding: 0.8em;  
    width: 100%;
    margin: 0 auto;  
}

.stores-list-title span {
  display: block;            
  width: 80%;
  margin: 0 auto;
}


/* ==========================================================================
   SIDEBAR CONTENT SECTION - Using pr_widget_rek naming to avoid ad blockers
   ========================================================================== */

.pr-widget-rek-section {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #e1e5e9;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 10 !important;
}

.pr-widget-rek-item {
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    background: white;
}

.pr-widget-rek-item:last-child {
    margin-bottom: 0;
}


.pr-widget-rek-link {
    display: block;
    text-decoration: none;
    width: 100%;
}

.pr-widget-rek-content-wrapper {
    display: block;
    width: 100%;
}

.pr-widget-rek-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    max-width: 100%;
}

.pr-widget-rek-placeholder {
    width: 100%;
    min-height: 150px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 8px;
    color: #666;
    text-align: center;
}

.pr-widget-rek-placeholder .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin-bottom: 10px;
    opacity: 0.5;
}

.pr-widget-rek-placeholder span:not(.dashicons) {
    font-size: 14px;
    font-weight: 500;
}

/* HTML Code Content Styles */
.pr-widget-rek-html-content {
    width: 100%;
    padding: 0;
    margin: 0;
}

.pr-widget-rek-html-content * {
    max-width: 100% !important;
    height: auto !important;
}

.pr-widget-rek-html-content img {
    width: 100% !important;
    height: auto !important;
}

.pr-widget-rek-html-content iframe {
    width: 100% !important;
    max-width: 100% !important;
}

/* Responsive: Hide mobile section on desktop, hide desktop section on mobile */
@media (max-width: 768px) {
    .pr-widget-rek-section-desktop {
        display: none !important;
    }
    
    .pr-widget-rek-section-mobile {
        display: block !important;
    }
    
    .pr-widget-rek-section {
        margin-top: 25px;
        padding-top: 25px;
    }
    
    .pr-widget-rek-item {
        margin-bottom: 15px;
    }
    
    .pr-widget-rek-placeholder {
        min-height: 120px;
        padding: 15px;
    }
    
    .pr-widget-rek-placeholder .dashicons {
        font-size: 36px;
        width: 36px;
        height: 36px;
    }
}

@media (min-width: 769px) {
    .pr-widget-rek-section-mobile {
        display: none !important;
    }
    
    .pr-widget-rek-section-desktop {
        display: block !important;
    }
}

/* ==========================================================================
   SIMILAR PARFUMES SECTION
   ========================================================================== */

.similar-parfumes-section {
    margin-top: 1.25rem;
    padding: 1.25rem var(--pr-section-pad-x) 2rem;
    border-top: none;
    box-sizing: border-box;
}

/* ==========================================================================
   FAQ Section - Professional styling + Schema.org FAQPage
   ========================================================================== */
.faq-section {
    --faq-accent: var(--pr-primary-accent, #6366f1);
    --faq-accent-soft: rgba(99, 102, 241, 0.08);
    --faq-bg: var(--pr-background, #f8fafc);
    --faq-card-bg: #ffffff;
    --faq-border: var(--pr-border, #e2e8f0);
    --faq-question-color: var(--pr-primary-text, #1e293b);
    --faq-answer-color: #475569;
    --faq-radius: 12px;
    --faq-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    --faq-shadow-hover: 0 10px 40px -10px rgba(0, 0, 0, 0.12);
    background: var(--faq-bg);
    padding: 1.5rem var(--pr-section-pad-x);
    border-radius: var(--faq-radius);
    margin-bottom: var(--pr-section-margin-bottom);
    border: none;
    box-sizing: border-box;
}

.faq-section > h2 {
    font-size: 1.625rem;
    font-weight: 700;
    color: var(--faq-question-color);
    margin: 0 0 1.75rem 0;
    padding: 0 0 1rem 0;
    letter-spacing: -0.025em;
    line-height: 1.25;
    border-bottom: 3px solid var(--faq-accent);
    display: inline-block;
}

.faq-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0;
}

.faq-item {
    background: var(--faq-card-bg);
    border-radius: var(--faq-radius);
    border: 1px solid var(--faq-border);
    box-shadow: var(--faq-shadow);
    padding: 1.5rem 1.75rem;
    margin: 0;
    transition: box-shadow 0.25s ease, border-color 0.2s ease;
    position: relative;
    overflow: hidden;
}

.faq-item:hover {
    box-shadow: var(--faq-shadow-hover);
    border-color: rgba(99, 102, 241, 0.25);
}

.faq-item:focus-within {
    outline: 2px solid var(--faq-accent);
    outline-offset: 2px;
}

.faq-section .faq-question {
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--faq-question-color);
    margin: 0 0 1rem 0;
    padding: 0 0 0 1.75rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    position: relative;
}

.faq-section .faq-question::before {
    content: 'Q';
    position: absolute;
    left: 0;
    top: -0.05em;
    width: 1.35rem;
    height: 1.35rem;
    background: var(--faq-accent);
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    border-radius: 4px;
    text-align: center;
    line-height: 1.35rem;
}

.faq-section .faq-answer {
    font-size: var(--pr-review-body-size, 1.0625rem);
    color: var(--faq-answer-color);
    line-height: var(--pr-review-body-lh, 1.75);
    margin: 0;
    padding: 1rem 1.25rem 1rem 1.75rem;
    border-top: 1px solid var(--faq-border);
    background: var(--faq-accent-soft);
    border-radius: 0 0 8px 8px;
}

.faq-section .faq-answer p {
    margin: 0 0 0.75rem 0;
}

.faq-section .faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-content-legacy {
    font-size: 1rem;
    color: var(--faq-answer-color);
    line-height: 1.75;
    margin: 0;
    padding: 1rem 1.25rem;
    background: var(--faq-accent-soft);
    border-radius: 8px;
}

.faq-content-legacy p {
    margin: 0 0 0.75rem 0;
}

@media (max-width: 768px) {
    .faq-section {
        padding: 1.25rem 1rem;
    }
    .faq-item {
        padding: 1rem 1.25rem;
    }
    .faq-section .faq-question {
        font-size: 1rem;
    }
    .faq-section .faq-answer {
        font-size: 0.9375rem;
    }
}

@media print {
    .faq-section {
        background: #fff;
        border: none;
        box-shadow: none;
    }
    .faq-item {
        break-inside: avoid;
        box-shadow: none;
        border: 1px solid #eee;
    }
}

/* ==========================================================================
   Social Share Section
   ========================================================================== */
.social-share-section {
    background: white;
    padding: var(--pr-section-pad-y) var(--pr-section-pad-x);
    border-radius: 12px;
    margin-bottom: var(--pr-section-margin-bottom);
    box-sizing: border-box;
}

.similar-parfumes-section h2 {
    font-size: 28px;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1.25rem;
}

.similar-tabs {
    width: 100%;
}

/* Ограничаваме заглавието в similar-tabs до максимум 2 реда */
.similar-tabs .parfume-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Tabs Navigation */
.tabs-nav-wrap {
    position: relative;
}

.tabs-nav-scroll-hint {
    display: none;
    pointer-events: none;
}

.tabs-nav {
    display: flex;
    gap: 0;
    border-bottom: 2px solid #e1e5e9;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.tab-button {
    padding: 15px 25px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    color: #6c757d;
    transition: all 0.3s ease;
    position: relative;
    outline: none;
}

.tab-button:hover {
    color: var(--pr-tab-active, var(--pr-primary-accent, #667eea));
    background: rgba(102, 126, 234, 0.05);
}

.tab-button.active {
    color: var(--pr-tab-active, var(--pr-primary-accent, #667eea));
    border-bottom-color: var(--pr-tab-active, var(--pr-primary-accent, #667eea));
    background: rgba(102, 126, 234, 0.05);
}

.tab-button:focus {
    outline: 2px solid var(--pr-tab-active, var(--pr-primary-accent, #667eea));
    outline-offset: 2px;
}

/* Tabs Content */
.tabs-content {
    position: relative;
    min-height: 200px;
}

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.tab-pane.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tabs-nav-hint-chevron {
    0%, 100% {
        transform: translateX(0);
        opacity: 0.82;
    }
    50% {
        transform: translateX(5px);
        opacity: 1;
    }
}

/* Similar Parfumes Grid */
.similar-parfumes-section .parfume-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-bottom: 30px;
}

/* Parfume Card Image in Tabs Content - Еднакви размери и центрирани */
.tabs-content .parfume-card-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    position: relative;
}

.tabs-content .parfume-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}

.tabs-content .parfume-card-image a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabs-content .parfume-card-image .parfume-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    color: #999;
}

.tabs-content .parfume-card-image .parfume-card-placeholder .dashicons {
    font-size: 48px;
    width: 48px;
    height: 48px;
}

/* Load More Container */
.load-more-container {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e1e5e9;
}

.load-more-similar {
    padding: 15px 40px;
    background: linear-gradient(135deg, var(--pr-header-gradient-start, #667eea) 0%, var(--pr-header-gradient-end, #764ba2) 100%);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.load-more-similar:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.load-more-similar:active:not(:disabled) {
    transform: translateY(0);
}

.load-more-similar:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.load-more-similar.loading {
    opacity: 0.8;
    cursor: wait;
}

.load-more-similar .spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: white;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin-right: 8px;
    vertical-align: middle;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* Newly Loaded Card Highlight */
.parfume-card.newly-loaded {
    animation: highlightNewCard 1s ease-in-out;
}

@keyframes highlightNewCard {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.95);
    }
    50% {
        transform: translateY(-5px) scale(1.02);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Responsive Similar Parfumes */
@media (max-width: 1024px) {
    .similar-parfumes-section .parfume-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .tab-button {
        padding: 12px 20px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .similar-parfumes-section {
        margin-top: 1rem;
        padding: 1rem 20px 1.5rem;
    }
    
    .similar-parfumes-section h2 {
        font-size: 24px;
        margin-bottom: 1rem;
    }

    .similar-tabs {
        min-width: 0;
    }

    .tabs-nav-wrap.tabs-nav--can-scroll:not(.tabs-nav--scrolled-end) .tabs-nav-scroll-hint {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 3.25rem;
        padding-right: 0.25rem;
        box-sizing: border-box;
        margin-bottom: 2px;
        color: var(--pr-tab-active, var(--pr-primary-accent, #667eea));
        background: linear-gradient(
            to right,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, 0.75) 38%,
            #ffffff 100%
        );
    }

    .tabs-nav-wrap.tabs-nav--can-scroll:not(.tabs-nav--scrolled-end) .tabs-nav-scroll-hint__icon {
        flex-shrink: 0;
        animation: tabs-nav-hint-chevron 1.75s ease-in-out infinite;
        filter: drop-shadow(0 1px 1px rgba(15, 23, 42, 0.06));
    }
    
    .similar-parfumes-section .parfume-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .tabs-nav {
        flex-wrap: nowrap;
        gap: 4px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scroll-snap-type: x proximity;
        overscroll-behavior-x: contain;
        margin-bottom: 20px;
        /* пълна ширина на реда при скрол; децата не се чупят на 2–3 реда */
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    
    .tabs-nav::-webkit-scrollbar {
        display: none;
    }

    .tabs-nav-wrap.tabs-nav--can-scroll:not(.tabs-nav--scrolled-end) .tabs-nav {
        padding-right: 2rem;
    }
    
    .tab-button {
        padding: 12px 16px;
        font-size: 14px;
        line-height: 1.25;
        white-space: nowrap;
        flex: 0 0 auto;
        min-height: 44px;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        scroll-snap-align: start;
        border-radius: 10px 10px 0 0;
    }
    
    .load-more-similar {
        padding: 12px 30px;
        font-size: 15px;
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .similar-parfumes-section h2 {
        font-size: 20px;
    }
    
    .tabs-nav {
        gap: 2px;
        margin-bottom: 16px;
    }
    
    .tab-button {
        padding: 10px 14px;
        font-size: 13px;
        min-height: 44px;
    }
    
    .load-more-similar {
        padding: 10px 25px;
        font-size: 14px;
    }
}


.stores-toggle,
.stores-close {
    background: #667eea;
    color: white;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.stores-toggle:hover,
.stores-close:hover {
    background: #5a6fd8;
    transform: scale(1.1);
}

.stores-toggle .dashicons,
.stores-close .dashicons {
    transition: transform 0.3s ease;
}

/* Stores List - Desktop Sticky with JS */
@media (min-width: 769px) {
    .single-parfume-container .parfume-layout > .stores-sidebar .stores-list {
        flex-flow: row wrap;
        justify-content: space-between;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(2,122,12,1) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 100%);
        border: 1px solid transparent !important;
        background-repeat: no-repeat;
        background-size: 106% 106%;
        background-position: 5% 5%;
        box-shadow: inset 0 0 0 1000px #fff, 0 10px 20px 0 rgba(0, 0, 0, 0.1);
		border-radius:10px;
    }
    
    /* Hide scrollbar for webkit browsers */
    .single-parfume-container .parfume-layout > .stores-sidebar .stores-list::-webkit-scrollbar {
        display: none;
    }
    
    .single-parfume-container .parfume-layout > .stores-sidebar.sticky-active {
        /* Position and dimensions will be set by JavaScript */
        z-index: 1000;
        /* Ensure it stays in grid flow even when sticky */
        grid-column: 2 / 3 !important;
    }
}

/* Stores List - Mobile */
@media (max-width: 768px) {
    .stores-list {
        position: static;
        background: transparent;
        box-shadow: none;
        max-height: none;
    }
}

.store-item {
    border-bottom: 1px solid #e9ecef;
    padding: 0;
    transition: all 0.3s ease;
}

.store-item:last-child {
    border-bottom: none;
}

.store-item:hover {
    background: #f8f9fa;
}

/* ==========================================================================
   STORE HEADER DESIGN
   ========================================================================== */

.store-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 15px;
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-bottom: 1px solid #dee2e6;
    flex-wrap: nowrap;
    text-align: center;
}

/* Store actions within store header */
.store-header .store-actions {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    flex-shrink: 0;
    order: 3;
}

.store-header .action-buttons-split {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 10px;
    width: auto;
    flex-shrink: 0;
}

.store-header .store-button,
.store-header .promo-button {
    flex-shrink: 0;
    min-width: 100px;
}

/* Store name in header */
.store-header h4 {
    order: 2;
    margin: 0;
    flex: 1;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.store-logo {
    width: 170px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    flex-shrink: 0;
    transition: all 0.3s ease;
    margin: 0 auto;
    order: 1;
    overflow: visible;
    position: relative;
}

.store-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    overflow: visible;
}

.store-logo:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.store-logo img {
    max-width: 140px;
    max-height: 60px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
}

.store-logo .dashicons {
    font-size: 32px;
    color: #666;
}


.price-display {
    margin-bottom: 5px;
}

.old-price {
    text-decoration: line-through;
    color: #999;
    font-size: 14px;
    margin-right: 8px;
}

.current-price {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
}

.discount-percent {
    display: block;
    font-size: 12px;
    color: #28a745;
    font-weight: 600;
    margin-top: 2px;
}


/* ==========================================================================
   STORE INFO ROW (наличност, доставка, единичен вариант)
   ========================================================================== */

.store-info-row {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 5px 20px;
    flex-wrap: wrap;
}

.single-variant-info {
    background: #e3f2fd;
    color: #1976d2;
    padding: 4px 12px;
}

.single-variant-action {
    margin: 10px 0;
    padding: 0px 20px;
}

.single-variant-action .variant-button.single-variant {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
}

.single-variant-action .variant-button .variant-ml,
.single-variant-action .variant-button .variant-price {
    margin: 0;
    display: inline-block;
}

.availability-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #d4edda;
    color: #155724;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 600;
    border: 1px solid #c3e6cb;
}

.availability-badge.available .dashicons {
    font-size: 14px;
}

.delivery-info {
    font-size: 12px;
    color: #666;
    background: #fff3cd;
    padding: 4px 10px;
    border-radius: 10px;
    border: 1px solid #ffeaa7;
}

/* ==========================================================================
   VARIANTS ROW (множество разфасовки)
   ========================================================================== */

.variants-row {
    display: flex;
    gap: 8px;
    padding: 15px 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.variant-button {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 80px;
    text-align: center;
    font-size: 13px;
}

.variant-button:hover {
    border-color: #667eea;
    background: #f8f9ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.variant-ml {
    display: block;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 2px;
}

.variant-price {
    display: block;
    color: #667eea;
    font-weight: 600;
}

.variant-discount {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #ff6b35;
    color: white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
}

/* ==========================================================================
   ACTION BUTTONS (към магазина + промо код)
   ========================================================================== */

.store-actions {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.store-actions .store-price {
    font-size: 1.1em;
    font-weight: 700;
    color: var(--pr-primary-accent, #0073aa);
    line-height: 1.3;
    margin: 0;
    text-align: center;
}

.store-actions .store-variants-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0;
    justify-content: center;
    align-items: center;
}

.store-actions .store-variants-specs .spec-item {
    padding: 4px 10px;
    background: var(--pr-primary-accent, #0073aa);
    color: white;
    border-radius: 4px;
    font-size: 0.8em;
    display: inline-block;
}

.action-buttons-split {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100%;
}

/* When there's only one button, make it full width */
.action-buttons-split.single-button {
    flex-direction: row;
    justify-content: stretch;
}

.action-buttons-split.single-button .store-button {
    flex: 1;
    width: 100%;
}

.store-button {
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: white;
    text-decoration: none;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 120px;
}

.store-button:hover {
    background: linear-gradient(135deg, #e55a2b, #e07f1a);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 107, 53, 0.3);
    color: white;
    text-decoration: none;
}

.store-button.full-width {
    grid-column: 1 / -1;
    width: 100%;
}

.promo-button {
    background: white;
    border: 2px dashed #dc3545;
    color: #dc3545;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    font-size: 13px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 1;
    min-width: 120px;
}

.promo-button .promo-info {
    font-size: 10px;
    color: #666;
    font-style: italic;
    margin-bottom: 2px;
}

.promo-button .promo-expiry {
    font-size: 9px;
    color: #28a745;
    font-weight: 600;
    margin-top: 2px;
}

.promo-button:hover {
    background: #fff5f5;
    border-color: #c82333;
    color: #c82333;
}

.promo-info {
    display: block;
    font-size: 10px;
    color: #666;
    margin-bottom: 2px;
    line-height: 1.2;
}

.promo-code {
    display: block;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

/* Old promo button styles removed - now using new structure */

/* New promo button structure styles */
.promo-button .promo-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    width: 100%;
}

.promo-button .promo-label {
    order: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: -14px 2px 0px 0px;
    padding: 0px 2px;
    font-size: 9px;
    font-weight: 700;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: white;
}

.promo-button .promo-label-text {
    font-size: 9px;
    font-weight: 700;
    color: #dc3545;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.promo-button .promo-code-with-icon {
    order: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 1px 0;
}

.promo-button .promo-code-with-icon .dashicons {
    font-size: 14px;
    color: #dc3545;
    display: inline-block;
}

.promo-button .promo-code-with-icon .promo-code {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    color: #dc3545;
    display: inline-block;
}

.promo-button .promo-info {
    order: 1;
    font-size: 10px;
    color: #666;
    font-style: italic;
    margin-bottom: 2px;
    line-height: 1.2;
    display: block;
    width: 100%;
    text-align: center;
}

.promo-button .promo-expiry {
    order: 3;
    font-size: 9px;
    color: #28a745;
    font-weight: 600;
    margin-top: 2px;
    display: block;
    width: 100%;
    text-align: center;
}

/* ==========================================================================
   SHOW STORES PANEL (when sidebar is hidden on mobile)
   ========================================================================== */

.show-stores-panel {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9998;
}

.show-stores-btn {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    border: none;
    border-radius: 50px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.show-stores-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.show-stores-btn .dashicons {
    font-size: 16px;
}

/* ==========================================================================
   IMAGE MODAL STYLES
   ========================================================================== */

.image-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
}

.modal-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}

.modal-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.close-modal {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-modal:hover {
    color: #ccc;
}

/* ==========================================================================
   ANIMATIONS
   ========================================================================== */

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(20px);
    }
}

/* ==========================================================================
   MOBILE STYLES (до 768px)
   ========================================================================== */

@media (max-width: 768px) {
    /* Предотвратява хоризонтален скрол от широко съдържание / grid-flex деца */
    .single-parfume-container {
        max-width: 100%;
        box-sizing: border-box;
        padding: 0;
    }

    .single-parfume-container .parfume-layout,
    .single-parfume-container .parfume-main-content,
    .parfume-article,
    .parfume-content {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .parfume-description img,
    .parfume-description video,
    .parfume-description iframe,
    .parfume-content img {
        max-width: 100%;
        height: auto;
    }

    .similar-parfumes-section {
        min-width: 0;
        max-width: 100%;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        padding: 0 !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item {
        flex-direction: row !important;
        align-items: baseline !important;
        flex-wrap: wrap !important;
        gap: 6px !important;
        padding: 4px 8px !important;
        min-width: 0 !important;
        order: 0;
    }

    /* Мобилно: графиките за издръжливост/сила — най-отгоре и с по-силна карта */
    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart {
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 10px !important;
        order: -1 !important;
        padding: 12px 12px 14px !important;
        background: linear-gradient(165deg, #fafafa 0%, #f0f1f4 100%) !important;
        border: 1px solid #d4d4d8 !important;
        border-radius: 12px !important;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.07) !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .performance-chart--range {
        gap: 10px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-header-row {
        gap: 6px 12px !important;
        align-items: flex-start !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-label {
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.01em !important;
        color: #3f3f46 !important;
        line-height: 1.3 !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-header-row .chart-value {
        font-size: 0.875rem !important;
        font-weight: 600 !important;
        line-height: 1.35 !important;
        text-align: left !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__segment .chart-value--segment {
        font-size: 0.75rem !important;
        font-weight: 700 !important;
        line-height: 1.15 !important;
        color: #fff !important;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
    }

    .parfume-header .header-info .header-concentration-rating-row:has(.header-meta-infos-grid .info-item--chart) {
        padding: 0.72rem 0.65rem !important;
        gap: 10px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-bar.chart-bar--range {
        gap: 8px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__track {
        padding: 10px 12px 12px !important;
        border-radius: 11px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__axis {
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        color: #52525b !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__bar {
        height: 24px !important;
        border-radius: 10px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__segment {
        border-radius: 9px !important;
        min-width: 8px !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12) !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__caption {
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        letter-spacing: 0.02em !important;
        color: #27272a !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-item--chart .chart-range-scale__tooltip {
        max-width: min(17rem, 94vw) !important;
    }

    /* Само класическият bar (без range) — фиксирана височина; range остава auto */
    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-bar:not(.chart-bar--range) {
        height: 13px !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .chart-bar.chart-bar--range {
        height: auto !important;
        min-height: 0 !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-label {
        font-size: 0.875rem !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        margin-bottom: 0 !important;
    }

    .parfume-header .header-info .header-concentration-rating-row .header-meta-infos-grid .info-value {
        font-size: 0.875rem !important;
        flex: 1 !important;
        min-width: 0 !important;
    }
    
    .single-parfume-container .parfume-layout {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    .single-parfume-container .parfume-layout > .parfume-main-content {
        grid-column: 1 / -1 !important;
        order: 1 !important;
        width: 100% !important;
    }
    
    .single-parfume-container .parfume-layout > .stores-sidebar {
        order: 2 !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        grid-column: 1 / -1 !important;
        position: relative !important;
        top: 0 !important;
    }
    
    
    
    .parfume-header {
        padding: 10px 12px;
    }
    
    .header-content {
        grid-template-columns: 1fr;
        gap: 5px;
        text-align: center;
    }

    .parfume-header .header-info {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        text-align: left;
    }
    
    .parfume-image {
        max-width: 300px;
        max-height: 450px;
        margin: 0 auto;
    }
    
    .parfume-image img {
        max-height: 400px;
    }
    
    .parfume-title {
        font-size: 2em;
    }

    .parfume-header > .parfume-title {
        font-size: 1.65rem;
        text-align: center;
    }
    
    .parfume-info-grid {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .parfume-content section {
        padding: 30px 20px;
    }

    /* Секции в основната колона — същият минимум вляво/вдясно */
    .parfume-main-content .description-section,
    .parfume-main-content .pros-cons-section,
    .parfume-main-content .when-to-wear-section,
    .parfume-main-content .who-for-section,
    .parfume-main-content .history-section,
    .parfume-main-content .application-tips-section,
    .parfume-main-content .combine-with-section,
    .parfume-main-content .scent-notes-section,
    .parfume-main-content .note-groups-section,
    .parfume-main-content .perfumer-section,
    .parfume-main-content .faq-section,
    .parfume-main-content .social-share-section,
    .parfume-main-content .parfume-editorial-layers {
        padding-left: max(1.25rem, 5vw);
        padding-right: max(1.25rem, 5vw);
    }

    .parfume-main-content .description-section {
        padding-top: 0;
        padding-bottom: 0;
        background: #fff;
    }
    
    .parfume-content h2 {
        font-size: 1.8em;
    }
    
    .notes-grid {
        grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
        gap: 10px;
    }

    .note-groups-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .note-group-item {
        min-width: 0;
    }

    .note-group-link {
        word-break: break-word;
    }

    .social-share-buttons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .social-share-btn {
        min-width: 0;
        width: auto;
        justify-content: center;
    }
    
    .related-parfumes-grid {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 20px;
    }
    
    /* Mobile store adjustments */
    .store-header {
        flex-direction: column;
        gap: 15px;
        text-align: center;
        padding: 15px;
        justify-content: center;
    }
    
    /* Mobile stores list title */
    .stores-list-title {
		font-size: 1.3em;
        padding: 10px 12px 10px 15px;
        margin-bottom: 0px;
        margin-top: -30px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    
    .stores-list-title span {
        width: auto;
        margin: 0;
    }
    
    /* Mobile store logo adjustments */
    .store-logo {
        width: 140px;
        height: 45px;
        margin: 0 auto;
    }
    
    .store-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .store-logo img {
        max-width: 80px;
        max-height: 40px;
        width: auto;
        height: auto;
        display: block;
    }
    
    .store-logo .dashicons {
        font-size: 24px;
    }
    
    .store-header .store-actions {
        flex-direction: row !important;
        margin-left: 0;
        justify-content: center;
    }
    
    .store-price-info {
        text-align: center;
    }
    
    .store-info-row {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    
    .variants-row {
        justify-content: center;
        padding: 10px 15px;
    }
    
    .action-buttons-split {
        flex-direction: column;
        gap: 8px;
    }
    
    .store-actions {
        flex-direction: column;
        gap: 8px;
        padding: 15px;
    }
    
    .pros-cons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .pros, .cons {
        padding: 20px;
    }
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */

@media (max-width: 1200px) and (min-width: 769px) {
    .single-parfume-container .parfume-layout {
        grid-template-columns: 1fr 380px !important;
        gap: 30px !important;
    }
    
    .single-parfume-container .parfume-layout > .stores-sidebar {
        width: 380px !important;
        max-width: 380px !important;
        min-width: 380px !important;
    }
    
    .header-content {
        grid-template-columns: 250px 1fr;
        gap: 30px;
    }
    
    .parfume-title {
        font-size: 2.2em;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .single-parfume-container .parfume-layout {
        grid-template-columns: 1fr 380px !important;
        gap: 25px !important;
    }
    
    .single-parfume-container .parfume-layout > .stores-sidebar {
        width: 380px !important;
        max-width: 380px !important;
        min-width: 380px !important;
    }
    
    .pros-cons-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .mobile-fixed {
        max-height: 80vh;
    }
    
    .store-header {
        padding: 12px;
    }
    
    .store-header .store-actions {
        flex-direction: row !important;
        margin-left: 0;
        justify-content: center;
    }
    
    .variants-row {
        padding: 8px 12px;
    }
    
    .variant-button {
        min-width: 70px;
        padding: 8px 12px;
        font-size: 12px;
    }
    
    .store-actions {
        padding: 12px;
    }
    
    /* Extra small screens store logo */
    .store-logo {
        width: 160px;
        height: 45px;
    }
    
    .store-logo a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .store-logo img {
        max-width: 140px;
        max-height: 60px;
        width: auto;
        height: auto;
        display: block;
    }
    
    .store-logo .dashicons {
        font-size: 20px;
    }
    
    /* Extra small screens stores list title */
    .stores-list-title {
        font-size: 1.3em;
        padding: 12px 12px 0 12px;
        margin-bottom: 15px;
    }
}

/* ==========================================================================
   ACCESSIBILITY & HIGH CONTRAST
   ========================================================================== */

@media (prefers-contrast: high) {
    .store-header {
        background: #000 !important;
        color: #fff !important;
    }
    
    .availability-badge {
        background: #000 !important;
        color: #fff !important;
        border: 2px solid #fff;
    }
    
    .variant-button {
        border-color: #000 !important;
    }
    
    .store-button {
        background: #000 !important;
        border: 2px solid #fff;
    }
}

/* Focus styles for better accessibility */
.note-item:focus,
.variant-button:focus,
.store-button:focus,
.promo-button:focus,
.gallery-item:focus,
.stores-toggle:focus,
.stores-close:focus,
.show-stores-btn:focus {
    outline: 3px solid #667eea;
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    .parfume-image {
        max-height: 500px;
    }
    
    .parfume-image img {
        max-height: 500px;
    }
    
    /* Old selector kept for backward compatibility */
    .parfume-image-old,
    .gallery-item,
    .store-item,
    .related-parfume-item,
    .note-item,
    .variant-button,
    .store-button,
    .promo-button {
        transition: none;
    }
    
    .image-modal {
        animation: none;
    }
    
    .stores-toggle .dashicons {
        transition: none;
    }
    
    .parfume-header::before {
        animation: none;
    }
    
    .star.filled {
        animation: none;
    }
}

/* ==========================================================================
   PRINT STYLES
   ========================================================================== */

@media print {
    .image-modal,
    .store-button,
    .promo-button,
    .mobile-controls,
    .show-stores-panel,
    .close-modal {
        display: none !important;
    }
    
    .single-parfume-container {
        box-shadow: none;
        padding: 0;
    }
    
    .single-parfume-container .parfume-layout {
        grid-template-columns: 1fr !important;
    }
    
    .parfume-stores-sidebar {
        position: static !important;
        box-shadow: none;
        border: 1px solid #ccc;
        page-break-inside: avoid;
    }
    
    .parfume-header {
        background: none !important;
        color: black !important;
    }
    
    .parfume-content section {
        page-break-inside: avoid;
        border-bottom: 1px solid #ccc;
    }
    
    .related-parfumes-section {
        display: none;
    }
    
    .store-header {
        background: none !important;
        color: black !important;
        border-bottom: 1px solid #ccc;
    }
}

/* ==========================================================================
   MOBILE FRONTEND IMPROVEMENTS (≤768px) — беше грешно в @media print
   ========================================================================== */

@media (max-width: 768px) {
    /* Improved mobile layout */
    .single-parfume-container .parfume-layout {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
        padding: 0 !important;
    }
    
    .parfume-article {
        padding: 0 0 15px;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    }
    
    .parfume-header {
        padding: 10px 12px;
        border-radius: 12px;
        margin-bottom: 20px;
        box-shadow: none;
    }
    
    .parfume-title {
        font-size: 24px;
        line-height: 1.3;
        margin-bottom: 15px;
        color: #2c3e50;
        font-weight: 700;
    }
    
    .parfume-meta {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 15px;
    }
    
    .parfume-rating {
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        background: none !important;
        border: none !important;
        padding: 0 !important;
    }

    .parfume-rating .rating-stars,
    .parfume-rating .stars {
        flex-shrink: 0;
    }

    .parfume-rating .rating-text {
        flex-shrink: 0;
        white-space: nowrap;
    }
    
    .parfume-description {
        font-size: var(--pr-review-body-size, 1.0625rem);
        line-height: var(--pr-review-body-lh, 1.75);
        color: var(--pr-review-body-color, #555);
        margin-bottom: 25px;
    }

    /* Първи блок преди второто заглавие — иначе 25px + margin-top на h2 стават прекалено много */
    .description-section .parfume-description:not(:last-child) {
        margin-bottom: 0;
    }
    
    .parfume-notes {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 25px;
    }
    
    .parfume-notes h3 {
        font-size: 18px;
        color: #2c3e50;
        margin-bottom: 12px;
        padding-bottom: 8px;
        border-bottom: 2px solid #3498db;
        font-weight: 600;
    }
    
    .parfume-notes ul {
        font-size: var(--pr-review-body-size, 1.0625rem);
        line-height: var(--pr-review-body-lh, 1.75);
    }
    
    .parfume-notes li {
        padding: 8px 0;
        border-bottom: 1px solid #f0f0f0;
        color: #555;
    }
    
    .parfume-notes li:last-child {
        border-bottom: none;
    }
    
    /* Improved stores sidebar */
    .parfume-stores-sidebar {
        padding: 15px;
        background: #fff;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }
    
    .stores-list {
        gap: 15px;
    }
    
    .store-item {
        padding: 18px;
        border-radius: 10px;
        border: 1px solid #e1e5e9;
        background: #fafafa;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    }
    
    .store-item:hover {
        background: #f0f0f0;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .store-name {
        font-size: 17px;
        font-weight: 600;
        color: #2c3e50;
        margin-bottom: 8px;
    }
    
    .store-price {
        font-size: 22px;
        font-weight: 700;
        color: #e74c3c;
        margin-bottom: 12px;
    }
    
    .store-actions {
        margin-top: 15px;
    }
    
    .store-button {
        padding: 16px 24px;
        font-size: 15px;
        font-weight: 600;
        border-radius: 8px;
        background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
        color: white;
        text-decoration: none;
        display: inline-block;
        text-align: center;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(52, 152, 219, 0.3);
        width: 100%;
    }
    
    .store-button:hover {
        background: linear-gradient(135deg, #2980b9 0%, #1f5f8b 100%);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(52, 152, 219, 0.4);
        color: white;
        text-decoration: none;
    }
    
    .promo-button {
        padding: 14px 20px;
        font-size: 14px;
        border-radius: 8px;
        background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
        color: white;
        border: none;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(243, 156, 18, 0.3);
        width: 100%;
        margin-top: 10px;
    }
    
    .promo-button:hover {
        background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(243, 156, 18, 0.4);
    }
    
    .action-buttons-split {
        flex-direction: column;
        gap: 12px;
    }
    
    .action-buttons-split .store-button,
    .action-buttons-split .promo-button {
        width: 100%;
        text-align: center;
    }
    
    .variants-row {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 15px;
    }
    
    .variant-button {
        padding: 18px;
        font-size: 15px;
        border-radius: 8px;
        background: #fff;
        border: 2px solid #e1e5e9;
        cursor: pointer;
        transition: all 0.3s ease;
        text-align: center;
    }
    
    .variant-button:hover {
        border-color: #3498db;
        background: #f8f9fa;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }
    
    .variant-ml {
        font-size: 17px;
        font-weight: 600;
        color: #2c3e50;
    }
    
    .variant-price {
        font-size: 19px;
        font-weight: 700;
        color: #e74c3c;
    }
    
    /* Improved mobile controls */
    .mobile-controls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 15px;
        padding: 15px 0;
        border-bottom: 2px solid #e1e5e9;
    }
    
    .stores-toggle,
    .stores-close {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 12px 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .stores-toggle:hover,
    .stores-close:hover {
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    }
    
    .stores-toggle .dashicons,
    .stores-close .dashicons {
        font-size: 20px;
        color: #666;
    }
    
    .additional-store {
        display: none;
    }
    
    .stores-toggle.expanded + .stores-list .additional-store {
        display: block;
    }
    
    .stores-toggle.expanded .dashicons {
        transform: rotate(180deg);
    }
    
    /* Improved mobile bottom bar */
    .mobile-bottom-bar {
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
        border-top: 2px solid #e1e5e9;
        box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .bottom-bar-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 15px;
    }
    
    .store-info {
        flex: 1;
        min-width: 0;
    }
    
    .store-name {
        font-weight: 600;
        font-size: 15px;
        color: #2c3e50;
        margin-bottom: 4px;
    }
    
    .store-price {
        font-size: 13px;
        color: #e74c3c;
        font-weight: 600;
    }
    
    .bottom-bar-actions {
        display: flex;
        align-items: center;
        gap: 12px;
    }
    
    .buy-button {
        background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
        color: white;
        padding: 12px 20px;
        border-radius: 8px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        white-space: nowrap;
        transition: all 0.3s ease;
        box-shadow: 0 2px 6px rgba(39, 174, 96, 0.3);
    }
    
    .buy-button:hover {
        background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(39, 174, 96, 0.4);
        color: white;
        text-decoration: none;
    }
    
    .expand-button {
        background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
        border: 1px solid #d1d5db;
        border-radius: 8px;
        padding: 10px 14px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .expand-button:hover {
        background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
        transform: translateY(-1px);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    }
    
    .expand-icon {
        font-size: 14px;
        transition: transform 0.3s ease;
        color: #666;
    }
    
    .expand-button.expanded .expand-icon {
        transform: rotate(180deg);
    }
    
    /* Expanded state */
    .mobile-bottom-bar.expanded {
        max-height: 70vh;
        overflow-y: auto;
    }
    
    .mobile-bottom-bar.expanded .stores-list {
        display: block;
        margin-top: 15px;
        border-top: 1px solid #e1e5e9;
        padding-top: 15px;
    }
    
    /* Mobile UX Improvements */
    .touch-active {
        transform: scale(0.95);
        opacity: 0.8;
    }
    
    .haptic-feedback {
        transform: scale(1.05);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }
    
    /* Scroll progress indicator */
    body::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: var(--scroll-progress, 0%);
        height: 3px;
        background: linear-gradient(90deg, #3498db, #2ecc71);
        z-index: 10000;
        transition: width 0.1s ease;
    }
    
    /* Improved button states */
    .store-button:active,
    .promo-button:active,
    .variant-button:active {
        transform: scale(0.95);
        transition: transform 0.1s ease;
    }
    
    /* Loading state for buttons */
    .store-button:disabled {
        opacity: 0.6;
        cursor: not-allowed;
        transform: none;
    }
    
    /* Improved focus states for accessibility */
    .store-button:focus,
    .promo-button:focus,
    .variant-button:focus,
    .stores-toggle:focus,
    .stores-close:focus,
    .expand-button:focus {
        outline: 2px solid #3498db;
        outline-offset: 2px;
    }
    
    /* Better touch targets */
    .stores-toggle,
    .stores-close,
    .expand-button {
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    /* Improved animations */
    .store-item,
    .variant-button,
    .mobile-bottom-bar {
        will-change: transform;
    }
    
    /* Better text selection */
    .parfume-description,
    .parfume-notes li {
        -webkit-user-select: text;
        -moz-user-select: text;
        -ms-user-select: text;
        user-select: text;
    }
    
    /* Improved contrast for better readability */
    .parfume-title {
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    
    .store-name {
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    }
    
    /* Better spacing for touch devices */
    .parfume-notes li {
        padding: 12px 0;
        margin-bottom: 4px;
    }
    
    .store-item {
        margin-bottom: 8px;
    }
    
    /* Improved mobile bottom bar animations */
    .mobile-bottom-bar {
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    .mobile-bottom-bar.expanded {
        transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    
    /* Better visual hierarchy */
    .parfume-header {
        position: relative;
        overflow: visible;
    }
    
    .parfume-header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }
    
    /* Improved store cards */
    .store-item {
        position: relative;
        overflow: hidden;
    }
    
    .store-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .store-item:hover::before {
        opacity: 1;
    }
    
    /* Better mobile typography */
    .parfume-description {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0.3px;
    }
    
    .parfume-notes h3 {
        letter-spacing: 0.5px;
    }
    
    .store-name {
        letter-spacing: 0.3px;
    }
    
    .store-price {
        letter-spacing: 0.5px;
    }
    
    /* Improved mobile spacing */
    .single-parfume-container .parfume-layout {
        padding: 0 10px !important;
    }
    
    .parfume-article {
        margin-bottom: 20px;
    }
    
    .parfume-stores-sidebar {
        margin-bottom: 20px;
    }
    
    /* Better mobile shadows */
    .parfume-article,
    .parfume-stores-sidebar,
    .store-item {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
    
    .parfume-article:hover,
    .parfume-stores-sidebar:hover {
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    }
    
    /* Improved mobile gradients */
    .store-button {
        background: linear-gradient(135deg, #3498db 0%, #2980b9 100%);
        box-shadow: 0 3px 10px rgba(52, 152, 219, 0.3);
    }
    
    .store-button:hover {
        background: linear-gradient(135deg, #2980b9 0%, #1f5f8b 100%);
        box-shadow: 0 5px 15px rgba(52, 152, 219, 0.4);
    }
    
    .promo-button {
        background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
        box-shadow: 0 3px 8px rgba(243, 156, 18, 0.3);
    }
    
    .promo-button:hover {
        background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
        box-shadow: 0 4px 12px rgba(243, 156, 18, 0.4);
    }
    
    .buy-button {
        background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%);
        box-shadow: 0 3px 8px rgba(39, 174, 96, 0.3);
    }
    
    .buy-button:hover {
        background: linear-gradient(135deg, #229954 0%, #27ae60 100%);
        box-shadow: 0 4px 12px rgba(39, 174, 96, 0.4);
    }
}

/* ==========================================================================
   Editorial-first single review: commercial zone, disclosure, typography
   ========================================================================== */

.parfume-editorial-column .parfume-prose {
    font-size: 1.05rem;
    line-height: 1.75;
}

.parfume-section--editorial .parfume-description h2,
.parfume-section--editorial h2 {
    font-weight: 600;
    letter-spacing: -0.02em;
}

/* Affiliate disclosure — subtle inline note */
.parfume-affiliate-disclosure {
    display: flex;
    align-items: baseline;
    gap: 0.4em;
    margin: 0;
    padding: 0.625rem 1.25rem;
    font-size: 0.6875rem;
    line-height: 1.5;
    color: #94a3b8;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-sizing: border-box;
}

.parfume-affiliate-disclosure__icon {
    flex-shrink: 0;
    font-size: 0.75rem;
    opacity: 0.6;
}

.parfume-affiliate-disclosure__text {
    margin: 0;
    font-weight: 400;
    font-size: inherit;
    letter-spacing: 0.01em;
    font-style: italic;
}

@media (max-width: 768px) {
    .parfume-affiliate-disclosure {
        padding-left: max(0.75rem, 3vw);
        padding-right: max(0.75rem, 3vw);
        font-size: 0.625rem;
    }
}

.parfume-commercial-zone .stores-list-heading-block {
    margin-bottom: 0.75rem;
}

/* Пълно презаписване на .stores-list-title (по-горе е агресивен зелен банер) */
.parfume-commercial-zone .stores-list-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: none;
    color: #333;
    background: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 1rem 0 0.5rem;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.parfume-commercial-zone .stores-list-title span {
    display: inline;
    width: auto;
    margin: 0;
}

.parfume-commercial-zone .store-button--secondary {
    font-weight: 500;
    background: #f4f4f5 !important;
    color: #1a1a1a !important;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: none !important;
}

.parfume-commercial-zone .store-button--secondary:hover {
    background: #eaeaeb !important;
    border-color: rgba(0, 0, 0, 0.2);
}

.social-share-section--editorial .social-share-section__title {
    font-size: 1.1rem;
    font-weight: 600;
}

.social-share-section--editorial .social-share-section__lede {
    margin: 0 0 1rem;
    font-size: 0.9rem;
    line-height: 1.5;
    color: #666;
    max-width: none;
    width: 100%;
}

@media (min-width: 769px) {
    .parfume-commercial-mobile-wrap {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .single-parfume-container .parfume-layout > .parfume-commercial-zone:not(.stores-sidebar-mobile) {
        display: none !important;
    }
}