.elementor-kit-10{--e-global-color-primary:#8A2435;--e-global-color-secondary:#C09A55;--e-global-color-text:#333333;--e-global-color-accent:#F7C0C0;--e-global-color-969c555:#F9F7F4;--e-global-color-9ac4b02:#E4DDD3;--e-global-color-91d40cc:#654F4A;--e-global-typography-primary-font-family:"Crimson";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Crimson";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Crimson";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Crimson";--e-global-typography-accent-font-weight:500;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
    --wine-white: #f8e29f;
    --wine-red: #8a2435;
    --wine-rose: #f7c0c0;
    --wine-sparkling: #f0ecc9;
    --wine-text: #333333;
    --wine-heading: #482230;
    --wine-border: #e4ddd3;
    --wine-background: #f9f7f4;
    --wine-accent: #c09a55;
    --wine-quote: #654f4a;
}

/* Container principal */
.wine-details {
    position: relative;
    padding: 25px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    color: var(--wine-text);
    line-height: 1.6;
}

/* Borduri pentru tip de vin */
.wine-details.vin-alb {
    border-left: 5px solid var(--wine-white);
}

.wine-details.vin-rosu {
    border-left: 5px solid var(--wine-red);
}

.wine-details.vin-rose {
    border-left: 5px solid var(--wine-rose);
}

.wine-details.vin-spumant {
    border-left: 5px solid var(--wine-sparkling);
}

/* Secțiuni */
.wine-section {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--wine-border);
}

.wine-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

/* Titluri secțiuni cu iconițe */
.wine-section h3 {
    font-size: 1.3rem;
    color: var(--wine-heading);
    margin-bottom: 16px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.wine-section h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: var(--wine-accent);
}

/* Iconițe pentru secțiuni */
.section-icon {
    margin-right: 10px;
    color: var(--wine-accent);
    font-size: 1.2rem;
}

/* Stilizare pentru profilul de gust */
.taste-profile {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.taste-item {
    background-color: var(--wine-background);
    border-radius: 6px;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid var(--wine-border);
}

.taste-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    border-color: var(--wine-accent);
}

.taste-label {
    display: block;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--wine-heading);
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.taste-value {
    display: block;
    font-size: 1rem;
    color: var(--wine-text);
}

/* Recomandări culinare */
.food-pairing {
    background-color: var(--wine-background);
    padding: 18px 20px;
    border-radius: 6px;
    border-left: 3px solid var(--wine-accent);
}

.food-pairing p {
    margin-bottom: 10px;
    font-weight: 500;
}

.food-pairing ul {
    margin: 0;
    padding-left: 22px;
}

.food-pairing li {
    margin-bottom: 6px;
    position: relative;
}

.food-pairing li:before {
    content: '•';
    color: var(--wine-accent);
    font-weight: bold;
    margin-right: 8px;
    margin-left: -14px;
}

/* Citare */
.wine-quote {
    font-style: italic;
    color: var(--wine-quote);
    background-color: rgba(0, 0, 0, 0.02);
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 6px;
    position: relative;
    border-left: 3px solid var(--wine-accent);
}

.wine-quote:before,
.wine-quote:after {
    content: '"';
    font-size: 1.5rem;
    font-family: Georgia, serif;
    color: var(--wine-accent);
    opacity: 0.8;
}

.wine-quote:before {
    position: absolute;
    top: 5px;
    left: 10px;
}

/* Badge-uri */
.wine-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 15px 0;
}

.wine-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background-color: var(--wine-heading);
}

.badge-alc {
    background-color: var(--wine-red);
}

.badge-year {
    background-color: #555;
}

.badge-bio {
    background-color: #6a913e;
}

.badge-award {
    background-color: var(--wine-accent);
}

/* Tabel detalii tehnice */
.tech-details {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.tech-details tr {
    transition: background-color 0.2s;
}

.tech-details tr:nth-child(even) {
    background-color: var(--wine-background);
}

.tech-details tr:hover {
    background-color: rgba(192, 154, 85, 0.07);
}

.tech-details th,
.tech-details td {
    padding: 12px 15px;
    text-align: left;
    border-bottom: 1px solid var(--wine-border);
}

.tech-details th {
    width: 35%;
    font-weight: 600;
    color: var(--wine-heading);
    background-color: rgba(192, 154, 85, 0.05);
}

.tech-details tr:last-child th,
.tech-details tr:last-child td {
    border-bottom: none;
}

/* Butoane acțiune */
.wine-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 25px;
}

.wine-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    background-color: var(--wine-heading);
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    gap: 8px;
}

.wine-button:hover {
    background-color: var(--wine-red);
    transform: translateY(-2px);
}

.wine-button.outline {
    background-color: transparent;
    color: var(--wine-heading);
    border: 1px solid var(--wine-heading);
}

.wine-button.outline:hover {
    background-color: rgba(138, 36, 53, 0.05);
}

.wine-button i {
    font-size: 1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .wine-details {
        padding: 20px 15px;
    }
    
    .taste-profile {
        grid-template-columns: 1fr;
    }
    
    .wine-actions {
        flex-direction: column;
    }
    
    .wine-button {
        width: 100%;
    }
}

/* Animații */
.wine-details {
    animation: fadeIn 0.6s ease-out;
}

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

.taste-item {
    animation: slideIn 0.5s ease-out forwards;
    opacity: 0;
    transform: translateY(10px);
}

.taste-item:nth-child(1) { animation-delay: 0.1s; }
.taste-item:nth-child(2) { animation-delay: 0.2s; }
.taste-item:nth-child(3) { animation-delay: 0.3s; }

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Crimson';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Crimson';
	font-style: italic;
	font-weight: normal;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Crimson';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c600.woff2') format('woff2');
}
@font-face {
	font-family: 'Crimson';
	font-style: italic;
	font-weight: 600;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c600-italic.woff2') format('woff2');
}
@font-face {
	font-family: 'Crimson';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Crimson';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('https://beta.tangled-design.ro/wp-content/uploads/c-700-italic.woff2') format('woff2');
}
/* End Custom Fonts CSS */