* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    background-color: #fcf8f2; 
    margin: 0;
    padding: 0;
}

.nentitulli {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    color: #bc966c;
}


.top-bar {
    background-color: #1c1414;
    padding: 12px 0;
    width: 100%;
}

.top-bar .logo {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 40px;
}

.top-bar .logo img {
    height: 45px;
    display: block;
    filter: brightness(1.1) contrast(1.05) saturate(1.1);
}


.hero-section {
    background-color: #fcf8f2; 
    width: 100%;
    height: 480px; 
    display: flex; 
    align-items: stretch;
    overflow: hidden;
}

.container {
    width: 35%; 
    height: 100%;
    padding: 40px 40px 40px 60px; 
    display: flex;
    align-items: center; 
    background-color: #fcf8f2;
    position: relative;
    z-index: 5;       
}

.hero-left {
    width: 100%; 
    max-width: 420px;     
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.title {
    font-size: clamp(22px, 2.4vw, 34px);
    line-height: 1.2;
    color: #1c1414;
    font-weight: 700;
    white-space: nowrap;  
}

.description {
    font-size: 15px;
    line-height: 1.6;
    color: #5a4b3e;
    max-width: 38ch;       
}

.mini-logos {
    display: flex;
    gap: 28px;
    margin: 6px 0;
    flex-wrap: wrap;
}

.logo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    max-width: 90px;
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #f0e6d6;   
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-circle svg {
    width: 20px;
    height: 20px;
}

.logo-item span {
    font-size: 12px;
    color: #311818;
    font-weight: 600;
    line-height: 1.3;
}


.btn-order {
    display: inline-flex; 
    align-items: center;  
    gap: 10px;            
    background-color: #311818;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 40px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    align-self: flex-start;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(49, 24, 24, 0.15);
}

.btn-order:hover {
    background-color: #4a2323;
    transform: translateY(-2px);
}

.btn-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
}


.trust-badges {
    margin-top: 12px;
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 8px; 
}

.badge-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.badge-item span {
    font-size: 13px;
    color: #5a4b3e;
    font-weight: 500;
}

.hero-right-full {
    position: relative;
    width: 65%; 
    height: 100%;
    overflow: hidden;
}

.hero-right-full img {
    width: 100%;
    height: 100%;
    object-fit: cover;             
    object-position: right center; 
    display: block;
    opacity: 1;
}

.detail-section {
    padding: 60px 60px 0px; 
    background-color: #f5f5f5;
    width: 100%;
    overflow: hidden;
}

.detail-container {
    max-width: 900px; 
    margin: 0 auto;
    display: flex;
    align-items: flex-end; 
    justify-content: space-between;
    gap: 40px; 
}

.detail-text {
    flex: 0 0 50%; 
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-self: flex-start !important;
    padding-top: 100px; 
    padding-bottom: 40px; 
}

.detail-title {
    font-size: clamp(20px, 2.2vw, 26px); 
    color: #1c1414;
    font-weight: 700;
}

.detail-desc {
    font-size: 14px;
    line-height: 1.4;
    color: #5a4b3e;
}

.detail-photos {
    flex: 0 0 45%; 
    display: flex;
    justify-content: flex-end;
    align-items: flex-end; 
}

.detail-photos img {
    width: 100%;
    max-width: 350px; 
    height: auto; 
    max-height: 360px; 
    object-fit: contain;
    display: block; 
    margin-bottom: 0 !important;
}


.quality-section {
    padding: 60px 60px 0px;
    background-color: #fcf8f2;
    overflow: hidden;
}

.quality-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.quality-photos {
    flex: 1;
    display: flex;
    gap: 20px;
}

.photo-large {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 8px;
}

.quality-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.quality-title {
    font-size: clamp(22px, 2.4vw, 30px);
    color: #1c1414;
    font-weight: 700;
    line-height: 1.25;
}

.checklist {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
}

.checklist li {
    font-size: 15px;
    color: #3a2e26;
    padding-left: 36px;
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px;
}

.checklist li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    background-color: #7a1f2b; 
    color: #ffffff;            
    border-radius: 50%;       
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
}


.gift-section {
    padding: 60px 60px 0px;
    background-color: #f5f5f5;
    overflow: hidden;
}

.gift-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.gift-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.gift-title {
    font-size: clamp(22px, 2.4vw, 30px);
    color: #1c1414;
    font-weight: 700;
    line-height: 1.25;
}

.gift-desc {
    font-size: 15px;
    line-height: 1.6;
    color: #5a4b3e;
    max-width: 55ch;
}

.btn-gift {
    display: inline-block;
    background-color: #7a1f2b;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 30px;
    font-weight: 700;
    font-size: 13px;
    border-radius: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
    align-self: flex-start;
    margin-top: 6px;
    transition: all 0.3s ease;
}

.btn-gift:hover {
    background-color: #5c1620;
    transform: translateY(-2px);
}

.gift-photos {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.gift-photos img {
    flex: 1;
    width: 50%;
    height: 450px;
    object-fit: contain;  
    display: block;
    margin-bottom: -50px;
}


.trust-bar {
    background-color: #7a1f2b;
    padding: 30px 60px;
}

.trust-bar-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 350px;
}

.trust-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fcf8f2;
}

.trust-bar-item svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
}

.trust-bar-item div {
    display: flex;
    flex-direction: column;
}

.trust-bar-item strong {
    font-size: 14px;
    font-weight: 700;
}

.trust-bar-item span {
    font-size: 12px;
    opacity: 0.85;
}


.site-footer {
    background-color: #1c1414;
    padding: 60px 60px 30px;
    color: #d8cfc4;
}

.footer-container {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-brand {
    flex: 1.4;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-logo {
    height: 36px;
    width: auto;       
    object-fit: contain; 
    display: block;
}

.footer-brand p {
    font-size: 13px;
    line-height: 1.7;
    color: #a89c8d;
}

.footer-col {
    flex: 1;
    min-width: 180px;
    display: flex;
    flex-direction: column;
    gap: 16px; 
}

.footer-col h4 {
    font-size: 13px;
    letter-spacing: 1px;
    color: #bc966c;
    margin-bottom: 4px;
}

.footer-col a,
.footer-col span {
    font-size: 14px;
    color: #d8cfc4;
    text-decoration: none;
}

.footer-col a:hover {
    color: #bc966c;
}

.footer-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}

.footer-contact-item svg {
    width: 20px !important;
    height: 20px !important;
    flex-shrink: 0 !important;
}

.cart-sidebar {
    position: fixed;
    top: 0;
    right: -450px; 
    width: 420px;
    height: 100%;
    background-color: #ffffff !important;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
    z-index: 10000 !important; 
    display: flex;
    flex-direction: column;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: auto !important; 
}

.cart-sidebar.open {
    right: 0;
}

.cart-sidebar-header {
    padding: 20px;
    border-bottom: 1px solid #eef0f2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-sidebar-header h3 {
    font-size: 18px;
    color: #1c1414;
    font-weight: 700;
}

.close-cart-btn {
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #5a4b3e;
    line-height: 1;
}

.cart-sidebar-content {
    padding: 20px;
    overflow-y: auto;
    flex: 1;
}

.cart-item-preview {
    display: flex;
    gap: 15px;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eef0f2;
    margin-bottom: 25px;
}

.cart-item-img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.cart-item-details h4 {
    font-size: 15px;
    color: #1c1414;
    margin-bottom: 4px;
}

.cart-item-price {
    font-size: 14px;
    color: #bc966c;
    font-weight: 600;
}

.checkout-form h4 {
    font-size: 14px;
    color: #bc966c;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.form-group {
    margin-bottom: 14px;
    position: relative;
    z-index: 10001 !important;
}


.form-group input, 
.form-group textarea {
    width: 100% !important;
    padding: 12px !important;
    border: 1px solid #d8cfc4 !important;
    background-color: #ffffff !important; 
    color: #1c1414 !important;            
    border-radius: 4px !important;
    font-size: 14px !important;
    outline: none !important;
    font-family: inherit !important;
    pointer-events: auto !important;       
    cursor: text !important;             
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: #7a1f2b !important;
    box-shadow: 0 0 0 2px rgba(122, 31, 43, 0.1) !important;
}

.cart-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #eef0f2;
    font-size: 16px;
}

.cart-total strong {
    color: #7a1f2b;
    font-size: 18px;
}

.btn-checkout {
    width: 100%;
    background-color: #7a1f2b;
    color: #ffffff;
    border: none;
    padding: 15px;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    border-radius: 4px;
    cursor: pointer;
    text-transform: uppercase;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.btn-checkout:hover {
    background-color: #5c1620;
}

.success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    gap: 12px;
}

.success-message svg {
    margin-bottom: 10px;
}

.success-message h3 {
    color: #1c1414;
    font-size: 18px;
    font-weight: 700;
}

.success-message p {
    color: #5a4b3e;
    font-size: 14px;
    line-height: 1.6;
}




.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease;
}

.cart-overlay.active {
    opacity: 1;
    pointer-events: auto;
}


@media (max-width: 992px) {
    .hero-section {
        flex-direction: column;
        height: auto;
    }
    .container {
        width: 100%;
        padding: 40px 30px;
    }
    .hero-right-full {
        width: 100%;
        height: 380px;
    }
    .detail-container, .quality-container, .gift-container {
        flex-direction: column;
        gap: 35px;
    }
    .detail-text, .detail-photos, .quality-photos, .quality-text, .gift-text, .gift-photos {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
    }
    .detail-text {
        padding-top: 20px;
    }
    .quality-photos, .gift-photos {
        justify-content: center;
    }
    .gift-photos img {
        margin-bottom: 0;
        height: 350px;
    }
    .trust-bar-container {
        flex-direction: column;
        gap: 25px;
    }
}

@media (max-width: 576px) {
    .container {
        padding: 30px 20px;
    }
    .title {
        white-space: normal;
    }
    .top-bar .logo {
        padding: 0 20px;
    }
    .detail-section, .quality-section, .gift-section, .trust-bar, .site-footer {
        padding: 40px 20px;
    }
    .cart-sidebar {
        width: 100%;
        right: -100%;
    }
}



.cart-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    pointer-events: none; 
    transition: all 0.3s ease;
}

.cart-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.btn-checkout {
    position: relative !important;
    z-index: 99999 !important; 
    cursor: pointer !important;
    pointer-events: auto !important; 
}

#checkoutForm {
    position: relative;
    z-index: 999;
}
