@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

.site-footer-v3 {
    background-color: #ffffff;
    color: #2b2b2b;
    padding: 60px 0 38px 0;
    border-top: 1px solid #eaeaea;
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
}

.footer-v3-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-v3-grid {
    display: grid !important;
    grid-template-columns: auto auto auto auto auto !important;
    justify-content: space-between !important;
    gap: 20px !important;
    align-items: start !important;
    width: 100%;
}

.footer-v3-col {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.footer-v3-col.footer-col-reviews {
    padding-right: 0 !important;
    overflow: visible !important;
}

.footer-v3-col h4 {
    color: #7b0619;
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 14px;
    text-transform: none;
    letter-spacing: -0.2px;
}

.footer-v3-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.footer-v3-links ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 2px !important;
}

.footer-v3-links li {
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

.footer-v3-links p,
.footer-v3-links div {
    margin: 0 0 2px 0 !important;
    padding: 0 !important;
    line-height: 1.25 !important;
}

.footer-v3-links a {
    color: #333333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    display: inline-block !important;
    width: fit-content !important;
    max-width: max-content !important;
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    transition: color 0.25s ease, transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.footer-v3-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0px;
    left: 0;
    background-color: #7b0619;
    transition: width 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-radius: 2px;
}

.footer-v3-links a:hover {
    color: #7b0619;
    transform: translateX(3px);
}

.footer-v3-links a:hover::after {
    width: 100%;
}

.footer-v3-social-block {
    margin-top: 20px;
}

.footer-v3-social-block h4 {
    margin-bottom: 10px;
}

.footer-v3-socials {
    display: flex;
    gap: 12px;
    margin-bottom: 10px;
}

.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    text-decoration: none;
    font-size: 22px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.social-icon:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.social-icon.instagram {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #ffffff;
}

.social-icon.facebook {
    background-color: #ffffff;
    border: 1px solid #1877f2;
    color: #1877f2;
}

.footer-v3-social-text {
    color: #555555;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
    max-width: 200px;
}

.footer-v3-contact-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.contact-icon {
    color: #7b0619;
    font-size: 18px;
    margin-top: 2px;
    width: 18px;
    text-align: center;
    flex-shrink: 0;
}

.contact-details p {
    margin: 0 0 1px 0;
    color: #2b2b2b;
    font-size: 14px;
    word-break: break-word;
    line-height: 1.4;
}

.contact-details strong {
    color: #7b0619;
    font-weight: 700;
}

.contact-details a {
    color: #2b2b2b;
    text-decoration: none;
    position: relative;
    transition: color 0.25s ease;
}

.contact-details a:hover {
    color: #7b0619;
}

.reviews-badge-wrapper {
    display: flex;
    align-items: stretch;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    overflow: visible !important;
}

.ts-badge-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 115px;
    flex-shrink: 0;
}

.ts-badge-img img {
    height: 115px !important;
    max-height: 115px !important;
    width: auto;
    object-fit: contain;
    display: block;
    border-radius: 8px;
}

.etrusted-widget-wrapper {
    margin-top: 8px;
    clear: both;
    width: 100%;
    max-width: 230px;
    overflow: visible !important;
    box-sizing: border-box;
}

.etrusted-widget-wrapper etrusted-widget,
.etrusted-widget-wrapper iframe {
    display: block !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    transform: scale(0.88);
    transform-origin: top left;
}

.footer-v3-partner-group {
    margin-bottom: 24px;
}

.footer-v3-shipping-logos {
    display: flex !important;
    flex-direction: row !important;
    gap: 8px !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.footer-v3-shipping-logos .partner-card {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #ffffff;
    height: 48px;
    width: 78px;
    min-width: 78px;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    flex: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-v3-shipping-logos .partner-card:hover,
.footer-v3-payment-grid .partner-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.footer-v3-shipping-logos .partner-card img {
    max-height: 100% !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    border-radius: 4px;
}

.footer-v3-payment-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 180px !important;
}

.footer-v3-payment-grid .partner-card {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #ffffff;
    height: 44px;
    width: 100%;
    min-width: 0;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-v3-payment-grid .partner-card img {
    max-height: 38px !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.dhl-card {
    background: #ffcc00 !important;
    border-color: #ffcc00 !important;
}

.dhl-text {
    color: #d40511;
    font-weight: 900;
    font-style: italic;
    font-size: 20px;
}

.ups-card {
    background: #351c15 !important;
    border-color: #351c15 !important;
}

.ups-text {
    color: #ffb200;
    font-weight: 700;
    font-size: 15px;
}

.pay-paypal { color: #003087; font-weight: 700; font-style: italic; font-size: 17px; }
.pay-sepa { color: #003399; font-weight: 700; font-size: 15px; letter-spacing: 0.5px; }
.pay-visa { color: #1a1f71; font-weight: 800; font-style: italic; font-size: 18px; }
.pay-mastercard { color: #eb001b; font-weight: 700; font-size: 14px; }
.pay-apple { color: #000; font-weight: 600; font-size: 15px; white-space: nowrap; }
.pay-google { color: #4285f4; font-weight: 600; font-size: 15px; white-space: nowrap; }

.text-card {
    flex-direction: column;
    gap: 2px;
    padding: 2px;
}

.text-card i {
    font-size: 14px;
    color: #555;
}

.text-card span {
    font-size: 9px;
    font-weight: 700;
    color: #333;
    letter-spacing: -0.2px;
    white-space: nowrap;
}

.footer-v3-bottom {
    margin-top: 50px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb;
    text-align: center;
}

.footer-v3-bottom .fine-print {
    color: #666666;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.footer-v3-bottom .copyright {
    color: #666666;
    font-size: 14px;
    margin: 0 0 6px 0;
}

.footer-v3-bottom .developer-credit {
    color: #777777;
    font-size: 13px;
    margin: 0;
}

.footer-v3-bottom .developer-credit a {
    color: #444444;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.footer-v3-bottom .developer-credit a:hover {
    color: #7b0619;
}

@media (max-width: 1200px) {
    .footer-v3-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 28px !important;
    }
}

@media (max-width: 768px) {
    .footer-v3-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 24px !important;
    }
}

@media (max-width: 576px) {
    .footer-v3-grid {
        grid-template-columns: 1fr !important;
    }
}