/* Centralized presentation layer for Haay Ambalaj. Generated from inline page styles. */

/* Source: link.asp global */
@media (max-width: 767px) {
.header-logo {
position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 10;
}
.header-logo img {
max-height: 40px;
}
.header-mobile-menu .mobile-menu-open {
display: flex;
        align-items: center;
        font-family: 'Roboto', sans-serif;
        font-size: 14px;
        color: #333;
}
.header-mobile-menu .mobile-menu-open::after {
content: 'Menü';
        margin-left: 5px;
}
}

body {
font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}
.roboto-text {
font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: #333;
}
.quote-container {
background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    text-align: center;
    margin: 10px auto;
    box-sizing: border-box;
}
.quote-title {
font-family: 'Merriweather', serif;
    font-weight: 700;
    font-size: 1.8em; 
    margin: 0;
    color: #333;
}
.quote {
font-family: 'Nunito', sans-serif;
    font-style: italic;
    color: #333;
    font-size: 1.5em; 
    margin-top: 10px;
}


/* Source: header.asp global */
div[style*="position:fixed;bottom:70px;left:13px"] a {
transition: transform 0.3s ease;
    display: block;
}
div[style*="position:fixed;bottom:70px;left:13px"] a:hover {
transform: scale(1.1);
}
.header {
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.header-menu .two-level .sub {
background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    padding: 16px;
    min-width: 520px;
}
.dropdown-grid {
display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.dropdown-item {
break-inside: avoid;
    margin: 0;
    padding: 0;
    text-align: left;
}
.dropdown-item a {
display: flex !important;
    align-items: center;
    justify-content: flex-start !important;
    padding: 10px 12px;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    color: #374151;
    border: 1px solid transparent;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    text-align: left !important;
    flex-direction: row !important;
}
.dropdown-item a:hover {
transform: translateY(-1px);
    background: #f8fafc;
    border-color: rgba(99, 102, 241, 0.2);
    color: #1f2937;
}
.category-icon,
.page-icon {
font-size: 16px;
    margin-right: 10px;
    font-weight: normal;
    opacity: 0.9;
    transition: all 0.2s ease;
    flex-shrink: 0;
    width: 16px;
    text-align: center;
    display: inline-block;
}
.dropdown-item a:hover .category-icon,
.dropdown-item a:hover .page-icon {
opacity: 1;
    transform: scale(1.1);
}
.category-dropdown .dropdown-item a:hover {
background: rgba(59, 130, 246, 0.04);
    border-color: rgba(59, 130, 246, 0.2);
}
.category-dropdown .category-icon {
color: #6366f1;
}
.category-dropdown .dropdown-item a:hover .category-icon {
color: #4f46e5;
}
.pages-dropdown .dropdown-item a:hover {
background: rgba(16, 185, 129, 0.04);
    border-color: rgba(16, 185, 129, 0.2);
}
.pages-dropdown .page-icon {
color: #10b981;
}
.pages-dropdown .dropdown-item a:hover .page-icon {
color: #059669;
}
@media (max-width: 1024px) {
.dropdown-grid {
grid-template-columns: repeat(3, 1fr);
        gap: 5px;
}
.header-menu .two-level .sub {
min-width: 420px;
        padding: 14px;
}
.dropdown-item a {
padding: 9px 10px;
        font-size: 12px;
}
}
@media (max-width: 768px) {
.dropdown-grid {
grid-template-columns: repeat(2, 1fr);
        gap: 4px;
}
.header-menu .two-level .sub {
min-width: 280px;
        padding: 12px;
}
.dropdown-item a {
padding: 8px;
        font-size: 11px;
}
.category-icon,
.page-icon {
font-size: 12px;
        margin-right: 6px;
}
}
.header-menu .two-level:hover .sub {
animation: smoothDropdown 0.25s ease-out;
}
@keyframes smoothDropdown {
from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.header-menu .two-level .sub::-webkit-scrollbar {
width: 4px;
}
.header-menu .two-level .sub::-webkit-scrollbar-track {
background: transparent;
}
.header-menu .two-level .sub::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}
.header-menu .two-level .sub::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.3);
}
.dropdown-item a:active {
transform: translateY(0);
    background: rgba(99, 102, 241, 0.08);
}
.header-mobile-menu .mobile-menu {
background: #ffffff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e5e7eb !important;
    padding: 0 !important;
    overflow: hidden !important;
}
.header-mobile-menu .mobile-menu-header {
padding: 0 !important;
    border-bottom: 1px solid #f3f4f6 !important;
    background: #f9fafb !important;
}
.header-mobile-menu .mobile-menu-header span#headerData {
display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 20px !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    min-height: auto !important;
    border-bottom: none !important;
}
.header-mobile-menu .mobile-menu-header .dropdown-close {
cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 999 !important;
}
.header-mobile-menu .mobile-menu > ul > li > a {
display: flex !important;
    align-items: center !important;
    padding: 15px 20px !important;
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374151 !important;
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    transition: background 0.2s ease !important;
    min-height: 50px !important;
    border-bottom: 1px solid #f3f4f6 !important;
    position: relative !important;
}
.header-mobile-menu .mobile-menu > ul > li > a:hover {
background: #f9fafb !important;
    color: #111827 !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] > span,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span {
display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 15px 20px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #111827 !important;
    background: #f3f4f6 !important;
    border: none !important;
    margin: 0 !important;
    transition: background 0.2s ease !important;
    min-height: 50px !important;
    border-bottom: 1px solid #e5e7eb !important;
    cursor: pointer !important;
    position: relative !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] > span:hover,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span:hover {
background: #e5e7eb !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] > span::after,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span::after {
content: "›" !important;
    font-size: 18px !important;
    color: #6b7280 !important;
    font-weight: normal !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul {
padding: 0 !important;
    margin: 0 !important;
    background: #fafbfc !important;
    list-style: none !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a {
display: flex !important;
    align-items: center !important;
    padding: 12px 20px 12px 20px !important;
    text-decoration: none !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #6b7280 !important;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    transition: all 0.2s ease !important;
    min-height: 44px !important;
    border-bottom: 1px solid #f0f1f3 !important;
    position: relative !important;
    box-shadow: none !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a:hover {
background: #f0f4ff !important;
    color: #1d4ed8 !important;
    padding-left: 24px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a:hover {
background: #f0fdf4 !important;
    color: #166534 !important;
    padding-left: 24px !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.header-mobile-menu .mobile-category-icon,
.header-mobile-menu .mobile-page-icon {
display: inline-block !important;
    width: auto !important;
    height: auto !important;
    margin-right: 8px !important;
    font-size: 12px !important;
    color: #9ca3af !important;
    transition: color 0.2s ease !important;
    flex-shrink: 0 !important;
    border: none !important;
    outline: none !important;
    background: none !important;
    box-shadow: none !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a:hover .mobile-category-icon {
color: #2563eb !important;
}
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a:hover .mobile-page-icon {
color: #059669 !important;
}
.header-mobile-menu .mobile-menu > ul > li:last-child > a,
.header-mobile-menu .mobile-menu > ul > li:last-child > span,
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li:last-child a,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li:last-child a {
border-bottom: none !important;
}
.header-mobile-menu .mobile-menu li a::before,
.header-mobile-menu .mobile-menu li a::after,
.header-mobile-menu .mobile-menu li span::before {
display: none !important;
}
.header-mobile-menu .mobile-menu li:not([data-menu="1"]):not([data-menu="3"]) span::after {
display: none !important;
}
@media (max-width: 480px) {
.header-mobile-menu .mobile-menu {
border-radius: 8px !important;
        margin: 4px !important;
}
.header-mobile-menu .mobile-menu-header span#headerData {
padding: 14px 16px !important;
        font-size: 14px !important;
}
.header-mobile-menu .mobile-menu > ul > li > a,
.header-mobile-menu .mobile-menu li[data-menu="1"] > span,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span {
padding: 13px 16px !important;
        font-size: 13px !important;
        min-height: 46px !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a {
padding: 11px 16px 11px 30px !important;
        font-size: 12px !important;
        min-height: 40px !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a:hover,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a:hover {
padding-left: 34px !important;
}
.header-mobile-menu .mobile-page-icon {
margin-right: 8px !important;
}
.header-mobile-menu .mobile-category-icon {
margin-right: 8px !important;
}
}


/* Source: footer.asp global */
.seo-links {
background: linear-gradient(to bottom, #fdfdfd, #f5f5f5);
    padding: 15px 30px;
    text-align: center;
    font-size: 12px;
    color: #777;
    border-top: 1px solid #e8e8e8;
    line-height: 1.6;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    letter-spacing: 0.3px;
}
.seo-links::before {
content: "İlgili Konular: ";
    font-weight: 500;
    color: #666;
    margin-right: 8px;
}
.seo-links a {
color: #777;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin: 0 6px;
    font-weight: 400;
    padding: 2px 6px;
    border-radius: 3px;
    position: relative;
}
.seo-links a:hover {
color: #333;
    background: rgba(0, 123, 255, 0.08);
    text-decoration: none;
}
.seo-links a + a::before {
content: " | ";
    color: #bbb;
    margin-right: 6px;
    font-weight: normal;
    font-size: 12px;
}
.topBanner {
width: 100%;
    background-color: white;
    text-align: center;
    padding: 5px 0;
    overflow: hidden;
    z-index: 9999;
    position: relative;
    box-sizing: border-box;
}
.topBanner img {
max-width: 100%;
    height: auto;
    display: inline-block;
}
@media screen and (max-width: 768px) {
.seo-links {
display: none;
}
}
@media screen and (max-width: 480px) {
body.banner-active {
margin-top: 90px;
}
.seo-links {
display: none;
}
}
@media screen and (max-width: 320px) {
.seo-links {
display: none;
}
}


/* Source: default.asp scoped to body.haay-home */
body.haay-home {
--primary-gradient: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    --secondary-gradient: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    --success-gradient: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    --glass-bg: rgba(255, 255, 255, 0.25);
    --glass-border: rgba(255, 255, 255, 0.18);
    --shadow-light: 0 8px 32px rgba(0, 0, 0, 0.1);
    --shadow-medium: 0 12px 40px rgba(0, 0, 0, 0.15);
    --shadow-heavy: 0 20px 60px rgba(0, 0, 0, 0.2);
    --border-radius: 20px;
    --border-radius-sm: 12px;
    --border-radius-lg: 28px;
    --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    --font-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --font-display: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --text-dark: #1a202c;
    --text-medium: #4a5568;
    --text-light: #718096;
}
html,
body.haay-home {
margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    min-height: 100vh;
    overflow-x: hidden !important;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body.haay-home {
font-family: var(--font-primary);
    font-weight: 400;
    line-height: 1.6;
    color: var(--text-dark);
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body.haay-home * {
box-sizing: border-box;
}
body.haay-home .page {
margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    box-sizing: border-box;
}
body.haay-home .slider {
position: relative;
    width: 100%;
    max-width: 1900px;
    margin: 20px auto 30px;
    padding: 0 20px;
    overflow: hidden;
    border-radius: var(--border-radius-lg);
    box-shadow: var(--shadow-heavy);
    background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 2px solid var(--glass-border);
    box-sizing: border-box;
    z-index: 1;
    transition: var(--transition);
}
body.haay-home .slider:hover {
transform: translateY(-5px);
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
}
body.haay-home .slider .container {
width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box;
    border-radius: var(--border-radius-lg);
    overflow: hidden;
    background: transparent;
}
body.haay-home .sliderImages {
position: relative;
    width: 100%;
    padding-bottom: 31.58%;
    height: 0;
    overflow: hidden;
    box-sizing: border-box;
    background: linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%), 
                linear-gradient(45deg, #000 25%, transparent 25%, transparent 75%, #000 75%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    border-radius: var(--border-radius-lg);
}
body.haay-home .sliderImages .slider-track {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
body.haay-home .sliderImages .image {
position: relative;
    flex: 0 0 100%; 
    width: 100%;
    height: 100%;
    overflow: hidden;
}
body.haay-home .sliderImages .image::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 1;
    opacity: 0;
    transition: var(--transition);
}
body.haay-home .sliderImages .image:hover::before {
opacity: 1;
}
body.haay-home .sliderImages .image a {
display: block;
    width: 100%;
    height: 100%;
}
body.haay-home .sliderImages .image img {
width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    filter: brightness(1.05) contrast(1.1);
}
body.haay-home .sliderImages .image:hover img {
transform: scale(1.05);
    filter: brightness(1.1) contrast(1.15);
}
body.haay-home .arrws {
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 12px;
    box-sizing: border-box;
    z-index: 10;
    pointer-events: none;
}
body.haay-home .arrws span {
display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    color: #333;
    transition: var(--transition);
    backdrop-filter: blur(15px);
    box-shadow: var(--shadow-medium);
    user-select: none;
    pointer-events: all;
    font-weight: 600;
}
body.haay-home .arrws span:hover {
background: var(--primary-gradient);
    color: white;
    transform: scale(1.15);
    box-shadow: var(--shadow-heavy);
    border-color: rgba(255, 255, 255, 0.5);
}
body.haay-home .arrws span:active {
transform: scale(0.95);
}
body.haay-home .slider-indicators {
position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 10;
    background: var(--glass-bg);
    backdrop-filter: blur(15px);
    padding: 12px 20px;
    border-radius: 50px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-light);
}
body.haay-home .slider-indicator {
width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    transition: var(--transition);
    position: relative;
}
body.haay-home .slider-indicator::before {
content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: transparent;
    transition: var(--transition);
}
body.haay-home .slider-indicator.active {
background: rgba(255, 255, 255, 0.9);
    transform: scale(1.3);
}
body.haay-home .slider-indicator.active::before {
background: var(--primary-gradient);
    box-shadow: 0 0 10px rgba(102, 126, 234, 0.6);
}
body.haay-home .slider-indicator:hover {
background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}
body.haay-home .quote-section {
position: relative;
    margin: 40px auto;
    max-width: 1200px;
    padding: 0 20px;
}
body.haay-home .quote-card {
background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    padding: 40px;
    box-shadow: var(--shadow-medium);
    position: relative;
    overflow: hidden;
    transition: var(--transition);
}
body.haay-home .quote-card::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--primary-gradient);
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}
body.haay-home .quote-card:hover {
transform: translateY(-8px);
    box-shadow: var(--shadow-heavy);
}
body.haay-home .quote-header {
display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
}
body.haay-home .quote-icon {
width: 50px;
    height: 50px;
    background: var(--primary-gradient);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    box-shadow: var(--shadow-light);
}
body.haay-home .quote-title {
font-family: var(--font-display);
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text-dark);
    margin: 0;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
body.haay-home .quote-text {
font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-medium);
    font-style: italic;
    margin: 0;
    position: relative;
    padding-left: 30px;
}
body.haay-home .quote-text::before {
content: '"';
    font-size: 3rem;
    color: var(--primary-gradient);
    position: absolute;
    left: -10px;
    top: -15px;
    font-family: Georgia, serif;
    opacity: 0.3;
}
body.haay-home .quote-text::after {
content: '"';
    font-size: 3rem;
    color: var(--primary-gradient);
    position: absolute;
    right: -15px;
    bottom: -25px;
    font-family: Georgia, serif;
    opacity: 0.3;
}
body.haay-home .section-header {
text-align: center;
    margin: 60px auto 40px;
    max-width: 1200px;
    padding: 0 20px;
}
body.haay-home .section-title {
font-family: var(--font-display);
    font-size: 2.5rem;
    font-weight: 700;
    background: var(--primary-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    position: relative;
}
body.haay-home .section-title::after {
content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: var(--primary-gradient);
    border-radius: 2px;
}
body.haay-home .section-subtitle {
font-size: 1.1rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}
body.haay-home .product-item {
opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
body.haay-home .product-item.visible {
opacity: 1;
    transform: translateY(0);
}
body.haay-home .description-container {
margin: auto;
    padding: 30px;
    box-sizing: border-box;
}
body.haay-home .description-wrapper {
background: var(--glass-bg);
    backdrop-filter: blur(20px);
    border: 1px solid var(--glass-border);
    border-radius: var(--border-radius);
    margin: 40px auto;
    max-width: 1200px;
    box-shadow: var(--shadow-medium);
    transition: var(--transition);
}
body.haay-home .description-wrapper:hover {
transform: translateY(-5px);
    box-shadow: var(--shadow-heavy);
}
body.haay-home #main-loading,
body.haay-home #new-loading {
text-align: center;
    padding: 40px 20px;
    font-size: 1.1em;
    color: var(--text-medium);
    font-family: var(--font-display);
    font-weight: 500;
    display: none;
    background: var(--glass-bg);
    backdrop-filter: blur(10px);
    border-radius: var(--border-radius);
    margin: 20px auto;
    max-width: 600px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-light);
}
@media (max-width: 1200px) {
body.haay-home .slider {
margin: 18px auto 25px;
        padding: 0 15px;
        border-radius: var(--border-radius);
}
body.haay-home .arrws span {
width: 55px;
        height: 55px;
        font-size: 18px;
}
body.haay-home .quote-card {
padding: 35px;
}
body.haay-home .section-title {
font-size: 2.2rem;
}
}
@media (max-width: 992px) {
body.haay-home .slider {
margin: 15px auto 22px;
        padding: 0 12px;
        border-radius: var(--border-radius-sm);
}
body.haay-home .slider .container {
border-radius: var(--border-radius-sm);
}
body.haay-home .sliderImages {
padding-bottom: 40%;
        border-radius: var(--border-radius-sm);
}
body.haay-home .arrws span {
width: 50px;
        height: 50px;
        font-size: 16px;
}
body.haay-home .quote-card {
padding: 30px;
}
body.haay-home .section-title {
font-size: 2rem;
}
body.haay-home .quote-title {
font-size: 1.3rem;
}
}
@media (max-width: 768px) {
body.haay-home .slider {
margin: 80px auto 20px;
        padding: 0 8px;
        border-radius: var(--border-radius-sm);
}
body.haay-home .sliderImages {
padding-bottom: 35%;
        background: #000;
        border-radius: var(--border-radius-sm);
}
body.haay-home .sliderImages .image img {
object-fit: contain;
        background: #000;
}
body.haay-home .arrws span {
width: 45px;
        height: 45px;
        font-size: 14px;
}
body.haay-home .quote-card {
padding: 25px;
        margin: 0 10px;
}
body.haay-home .quote-header {
flex-direction: column;
        text-align: center;
        gap: 10px;
}
body.haay-home .section-title {
font-size: 1.8rem;
}
body.haay-home .quote-title {
font-size: 1.2rem;
}
body.haay-home .quote-text {
font-size: 1rem;
        padding-left: 20px;
}
body.haay-home .description-container {
padding: 20px;
}
}
@media (max-width: 480px) {
body.haay-home .slider {
margin: 85px auto 15px;
        padding: 0 5px;
        border-radius: 10px;
}
body.haay-home .sliderImages {
padding-bottom: 40%;
        border-radius: 10px;
}
body.haay-home .arrws span {
width: 40px;
        height: 40px;
        font-size: 12px;
}
body.haay-home .slider-indicators {
padding: 8px 15px;
        gap: 8px;
}
body.haay-home .quote-card {
padding: 20px;
        margin: 0 5px;
}
body.haay-home .section-title {
font-size: 1.6rem;
}
body.haay-home .quote-title {
font-size: 1.1rem;
}
body.haay-home .quote-text {
font-size: 0.95rem;
        line-height: 1.6;
}
body.haay-home .page.topic-page,
body.haay-home .page.catalog-page {
padding: 0 !important;
        margin: 0 !important;
        width: 100% !important;
}
body.haay-home .description-container {
margin: 0 !important;
        padding: 15px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
}
}
@media (max-width: 375px) {
body.haay-home .slider {
margin: 70px auto 10px;
        padding: 0 3px;
        border-radius: 8px;
}
body.haay-home .sliderImages {
padding-bottom: 42%;
        border-radius: 8px;
}
body.haay-home .arrws span {
width: 35px;
        height: 35px;
        font-size: 11px;
}
body.haay-home .quote-card {
padding: 18px;
}
body.haay-home .section-title {
font-size: 1.4rem;
}
}
@keyframes fadeInUp {
from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
body.haay-home .animate-fade-in-up {
animation: fadeInUp 0.8s ease-out;
}
body.haay-home .animate-pulse {
animation: pulse 2s infinite;
}
body.haay-home ::-webkit-scrollbar {
width: 8px;
}
body.haay-home ::-webkit-scrollbar-track {
background: rgba(0, 0, 0, 0.1);
}
body.haay-home ::-webkit-scrollbar-thumb {
background: var(--primary-gradient);
    border-radius: 4px;
}
body.haay-home ::-webkit-scrollbar-thumb:hover {
background: var(--secondary-gradient);
}


/* Source: 404-kategori.asp scoped to body.haay-category */
body.haay-category .product-item {
opacity: 0;
            transition: opacity 0.5s ease-out;
}
body.haay-category .product-item.visible {
opacity: 1;
}
body.haay-category #product-container {
min-height: 200px;
}
@media only screen and (max-width: 991px) {
body.haay-category .catalog-page.default,
body.haay-categories .catalog-page.default,
body.haay-category .catalog-page.sidebar-page,
body.haay-categories .catalog-page.sidebar-page {
margin-top: 0 !important;
}
body.haay-category .catalog-page .page-container,
body.haay-categories .catalog-page .page-container,
body.haay-category .catalog-page.sidebar-page .page-container,
body.haay-categories .catalog-page.sidebar-page .page-container {
margin-top: 0 !important;
padding-top: 0 !important;
}
body.haay-category .catalog-page .product-grid,
body.haay-categories .catalog-page .product-grid {
width: 100% !important;
}
}


/* Source: 404-urun-detay.asp scoped to body.haay-product */
body.haay-product {
--color-primary: #4f46e5;
        --color-primary-dark: #3730a3;
        --color-success: #10b981;
        --color-success-dark: #059669;
        --color-warning: #f59e0b;
        --color-danger: #ef4444;
        --color-text-main: #1f2937;
        --color-text-muted: #6b7280;
        --color-text-light: #9ca3af;
        --color-border: #e5e7eb;
        --color-bg-light: #f8fafc;
        --color-bg-subtle: #f1f5f9;
        --color-white: #ffffff;

        
        --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
        --shadow-md: 0 8px 24px rgba(17, 24, 39, 0.06);
        --shadow-lg: 0 12px 32px rgba(17, 24, 39, 0.1);
        --shadow-colored: 0 8px 24px rgba(79, 70, 229, 0.25);

        
        --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        --radius-sm: 8px;
        --radius-md: 12px;
        --radius-lg: 16px;
        --radius-pill: 99px;
}
body.haay-product .article-container {
width: 100%;
        max-width: 540px;
        margin: 40px auto;
        padding: 15px !important;
        background: var(--color-white);
        box-shadow: var(--shadow-md);
        border-radius: var(--radius-lg);
        border: 1px solid rgba(229, 231, 235, 0.5);
}
body.haay-product .article-container h1 {
font-family: 'Inter', sans-serif;
        font-size: 2.0em;
        margin: 30px 0;
        color: var(--color-text-main);
        font-weight: 800;
        letter-spacing: -0.02em;
        line-height: 1.2;
}
body.haay-product .article-container h2 {
font-family: 'Inter', serif;
        font-size: 1.6em;
        margin-bottom: 15px;
        color: var(--color-text-main);
        font-weight: 700;
        border-bottom: 3px solid var(--color-primary);
        padding-bottom: 8px;
        display: inline-block;
}
body.haay-product .article-container h3 {
font-family: 'Inter', serif;
        font-size: 1.25em;
        margin-bottom: 12px;
        color: var(--color-text-muted);
        font-weight: 700;
        letter-spacing: -0.01em;
}
body.haay-product .article-container h4 {
font-family: 'Inter', serif;
        font-size: 1.05em;
        margin-bottom: 10px;
        color: var(--color-text-light);
        font-weight: 600;
}
body.haay-product .article-container p {
margin-bottom: 24px;
        font-size: 1.15em;
        line-height: 1.85;
        color: #4b5563;
}
body.haay-product .article-container ul,
body.haay-product .article-container ol {
margin-bottom: 24px;
        padding-left: 20px;
        font-size: 1.15em;
        color: #4b5563;
        line-height: 1.7;
}
body.haay-product .article-container ul {
list-style-type: none;
}
body.haay-product .article-container ul li {
position: relative; padding-left: 24px; margin-bottom: 10px;
}
body.haay-product .article-container ul li::before {
content: '•';
        position: absolute;
        left: 0;
        color: var(--color-primary);
        font-weight: bold;
        font-size: 1.2em;
}
body.haay-product .article-container ol {
list-style-type: decimal; padding-left: 24px;
}
body.haay-product .article-container ol li {
margin-bottom: 10px;
}
body.haay-product .article-container a {
display: inline-flex;
        align-items: center;
        padding: 8px 16px;
        color: var(--color-white);
        background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
        border-radius: var(--radius-pill);
        text-decoration: none;
        transition: var(--transition-smooth);
        font-size: 0.95em;
        font-weight: 600;
        box-shadow: var(--shadow-sm);
}
body.haay-product .article-container a:hover {
transform: translateY(-2px);
        box-shadow: var(--shadow-colored);
}
body.haay-product .article-container img {
max-width: 100%;
        height: auto;
        display: block;
        margin: 24px 0;
        border-radius: var(--radius-md);
        box-shadow: var(--shadow-md);
        transition: var(--transition-smooth);
}
body.haay-product .article-container img:hover {
transform: scale(1.02);
        box-shadow: var(--shadow-lg);
}
body.haay-product .article-container blockquote {
margin: 24px 0;
        padding: 24px;
        background: linear-gradient(135deg, var(--color-bg-light), var(--color-bg-subtle));
        border-left: 4px solid var(--color-primary);
        font-style: italic;
        color: var(--color-text-muted);
        border-radius: 0 var(--radius-md) var(--radius-md) 0;
        box-shadow: var(--shadow-sm);
        position: relative;
}
body.haay-product table {
width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        margin: 24px 0;
        background-color: var(--color-white);
        box-shadow: var(--shadow-md);
        border-radius: var(--radius-md);
        overflow: hidden;
        border: 1px solid var(--color-border);
}
body.haay-product table th,
body.haay-product table td {
padding: 16px;
        text-align: left;
        border-bottom: 1px solid var(--color-border);
}
body.haay-product table th {
background: var(--color-bg-light);
        font-weight: 700;
        color: var(--color-text-main);
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
}
body.haay-product table tr:last-child td {
border-bottom: none;
}
body.haay-product table tr:nth-child(even) {
background-color: rgba(248, 250, 252, 0.5);
}
body.haay-product table tr:hover {
background-color: var(--color-bg-light); transition: background-color 0.2s ease;
}
body.haay-product .visitor-bubble {
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
        color: var(--color-white);
        padding: 8px 16px;
        border-radius: var(--radius-pill);
        font-size: 13px;
        font-weight: 600;
        box-shadow: var(--shadow-colored);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        margin-bottom: 20px;
        animation: pulse-soft 2.5s infinite;
}
body.haay-product .visitor-bubble::before {
content: '👥'; font-size: 15px;
}
@keyframes pulse-soft {
0%, 100% { transform: scale(1); box-shadow: 0 4px 15px rgba(79, 70, 229, 0.2); }
        50% { transform: scale(1.03); box-shadow: 0 8px 25px rgba(79, 70, 229, 0.4); }
}
body.haay-product .gallery-fixed {
position: relative; border-radius: var(--radius-lg); overflow: visible;
}
@media only screen and (min-width: 768px) {
body.haay-product .product-details-page .product-details-container .gallery-fixed {
position: relative;
top: auto;
align-self: flex-start;
z-index: 5;
}
}
@media only screen and (max-width: 767px) {
body.haay-product .product-details-page {
margin-top: 0 !important;
}
body.haay-product .product-details-page .product-details-container .gallery-fixed {
position: relative;
top: auto;
}
}
body.haay-product .gallery-fixed .inner-wrapper-sticky {
width: 100%;
}
body.haay-product .product-details-page .product-details-container .gallery .product-slider {
align-items: flex-start;
}
body.haay-product .product-details-page .product-details-container .gallery .product-slider.left .gallery-top {
margin-left: 12px;
}
body.haay-product .product-details-page .gallery-top {
min-height: 260px;
overflow: hidden;
}
body.haay-product .product-details-page .gallery-top .swiper-slide {
display: flex;
align-items: center;
justify-content: center;
}
body.haay-product .product-details-page .gallery-top img,
body.haay-product .product-details-page .gallery-thumbs img {
display: block;
height: auto;
max-width: 100%;
margin: 0 auto;
}
body.haay-product .product-details-page .gallery-thumbs {
flex: 0 0 56px;
width: 56px;
max-height: 360px;
overflow-x: hidden;
overflow-y: auto;
scrollbar-width: thin;
scrollbar-color: #14a9ff #eef2f7;
}
body.haay-product .product-details-page .gallery-thumbs::-webkit-scrollbar {
width: 4px;
}
body.haay-product .product-details-page .gallery-thumbs::-webkit-scrollbar-track {
background: #eef2f7;
}
body.haay-product .product-details-page .gallery-thumbs::-webkit-scrollbar-thumb {
background: #14a9ff;
border-radius: 999px;
}
body.haay-product .product-details-page .gallery-thumbs .swiper-wrapper {
display: flex !important;
flex-direction: column;
gap: 6px;
height: auto !important;
transform: none !important;
transition: none !important;
}
body.haay-product .product-details-page .gallery-thumbs .swiper-slide {
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
flex: 0 0 54px;
width: 54px !important;
height: 54px !important;
padding: 2px;
opacity: 0.66 !important;
cursor: pointer;
background: #fff;
border: 1px solid #e2e6eb;
border-radius: 4px;
transition: opacity 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}
body.haay-product .product-details-page .gallery-thumbs .swiper-slide-thumb-active,
body.haay-product .product-details-page .gallery-thumbs .swiper-slide.is-active {
opacity: 1 !important;
border-color: #14a9ff;
box-shadow: 0 0 0 2px rgba(20, 169, 255, 0.14);
}
body.haay-product .product-details-page .gallery-thumbs img {
width: 100%;
height: 100%;
max-height: 50px;
object-fit: contain;
border: 0 !important;
border-radius: 2px;
}
@media only screen and (max-width: 767px) {
body.haay-product .product-details-page .product-details-container .gallery .product-slider.left {
flex-direction: column-reverse;
gap: 8px;
}
body.haay-product .product-details-page .product-details-container .gallery .product-slider.left .gallery-top {
width: 100%;
flex: 0 0 auto;
margin-left: 0;
}
body.haay-product .product-details-page .gallery-thumbs {
width: 100%;
max-height: none !important;
overflow-x: auto;
overflow-y: hidden;
flex: 0 0 auto;
}
body.haay-product .product-details-page .gallery-thumbs .swiper-wrapper {
flex-direction: row;
gap: 6px;
}
body.haay-product .product-details-page .gallery-thumbs .swiper-slide {
flex: 0 0 50px;
width: 50px !important;
height: 44px !important;
}
body.haay-product .product-details-page .gallery-thumbs img {
max-height: 40px;
}
}
body.haay-product .accordion-title {
cursor: pointer;
}
body.haay-product .accordion-item {
display: none;
}
body.haay-product .accordion-item.active {
display: block;
}
body.haay-product .popularity-badge {
position: absolute;
        bottom: 12px;
        right: 12px;
        color: var(--color-white);
        padding: 8px 16px;
        border-radius: var(--radius-pill);
        font-weight: 600;
        font-size: 13px;
        z-index: 100;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        display: flex;
        align-items: center;
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        animation: float-smooth 4s ease-in-out infinite;
        border: 1px solid rgba(255,255,255,0.2);
}
@keyframes float-smooth {
0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-6px); }
}
body.haay-product .popularity-icon {
font-size: 16px; margin-right: 6px;
}
body.haay-product .popular-badge {
background: linear-gradient(135deg, rgba(251,191,36,0.9), rgba(245,158,11,0.9)); color: var(--color-text-main);
}
body.haay-product .bestseller-badge {
background: linear-gradient(135deg, rgba(16,185,129,0.9), rgba(5,150,105,0.9));
}
body.haay-product .most-viewed-badge {
background: linear-gradient(135deg, rgba(59,130,246,0.9), rgba(37,99,235,0.9));
}
body.haay-product .overview-head {
background: var(--color-white);
        border-radius: var(--radius-lg);
        box-shadow: var(--shadow-md);
        padding: 32px;
        border: 1px solid rgba(229, 231, 235, 0.6);
        position: relative;
        overflow: hidden;
}
body.haay-product .overview-head::before {
content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 5px;
        background: linear-gradient(90deg, var(--color-primary), var(--color-success), var(--color-warning));
}
body.haay-product .product-header {
margin-bottom: 28px; position: relative;
}
body.haay-product .product-title {
font-family: 'Inter', sans-serif;
        font-size: 28px;
        font-weight: 800;
        color: var(--color-text-main);
        line-height: 1.3;
        margin: 0 0 16px 0;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        gap: 16px;
        letter-spacing: -0.02em;
}
body.haay-product .print-option-badge {
display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, var(--color-success), var(--color-success-dark));
        color: var(--color-white);
        padding: 8px 18px;
        border-radius: var(--radius-pill);
        font-weight: 600;
        font-size: 13px;
        box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
        transition: var(--transition-smooth);
        position: relative;
        overflow: hidden;
}
body.haay-product .print-option-badge::before {
content: '';
        position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
        transition: 0.6s ease;
}
body.haay-product .print-option-badge:hover::before {
left: 100%;
}
body.haay-product .print-option-badge:hover {
transform: translateY(-2px) scale(1.02);
        box-shadow: 0 8px 20px rgba(16, 185, 129, 0.35);
}
body.haay-product .print-icon {
margin-right: 8px; font-size: 15px;
}
body.haay-product .product-info-grid {
margin-top: 28px;
}
body.haay-product .product-price-section {
background: linear-gradient(135deg, var(--color-white), var(--color-bg-light));
        border-radius: var(--radius-lg);
        padding: 30px;
        text-align: center;
        margin-bottom: 24px;
        border: 2px solid var(--color-border);
        box-shadow: var(--shadow-sm);
        transition: var(--transition-smooth);
        position: relative;
        overflow: hidden;
}
body.haay-product .product-price-section:hover {
transform: translateY(-4px);
        box-shadow: var(--shadow-md);
        border-color: rgba(79, 70, 229, 0.4);
}
body.haay-product .price-badge {
font-family: 'Inter', sans-serif;
        font-size: 26px;
        font-weight: 800;
        color: var(--color-text-main);
        letter-spacing: -0.01em;
}
body.haay-product .highlight {
background: linear-gradient(135deg, var(--color-primary), var(--color-success));
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 900;
        padding: 0 4px;
}
body.haay-product .product-details-grid {
display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
}
body.haay-product .detail-item {
background: var(--color-white);
        border-radius: var(--radius-md);
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: var(--transition-smooth);
        border: 1px solid var(--color-border);
        box-shadow: var(--shadow-sm);
        min-height: 85px;
        position: relative;
        overflow: hidden;
}
body.haay-product .detail-item::before {
content: '';
        position: absolute;
        top: 0; left: 0; right: 0;
        height: 3px;
        background: linear-gradient(90deg, var(--color-primary), var(--color-success));
        transform: scaleX(0);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        transform-origin: left;
}
body.haay-product .detail-item:hover::before {
transform: scaleX(1);
}
body.haay-product .detail-item:hover {
transform: translateY(-3px);
        box-shadow: var(--shadow-md);
        border-color: transparent;
}
body.haay-product .detail-content,
body.haay-product .code-content {
display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 100%;
        z-index: 1;
}
body.haay-product .detail-label,
body.haay-product .code-label {
color: var(--color-text-muted);
        font-size: 12px;
        margin-bottom: 8px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.08em;
}
body.haay-product .detail-value {
font-weight: 800;
        color: var(--color-text-main);
        font-size: 16px;
        font-family: 'Inter', sans-serif;
}
body.haay-product .wholesale-text {
color: #2563eb;
}
body.haay-product .status-text {
color: var(--color-success);
}
body.haay-product .code-number {
font-size: 24px;
        font-weight: 900;
        color: var(--color-danger);
        user-select: all;
        position: relative;
        padding: 8px 18px;
        border-radius: var(--radius-sm);
        transition: var(--transition-smooth);
        background: rgba(239, 68, 68, 0.08);
        border: 2px dashed rgba(239, 68, 68, 0.3);
        font-family: 'Inter', monospace;
        letter-spacing: 1px;
}
body.haay-product .code-number::selection {
background: rgba(239, 68, 68, 0.2);
}
body.haay-product .code-number:hover {
background: rgba(239, 68, 68, 0.15);
        transform: scale(1.02);
        border-style: solid;
        box-shadow: 0 4px 15px rgba(239, 68, 68, 0.15);
}
body.haay-product .contact-grid {
display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 20px;
        background: var(--color-bg-light);
        border-radius: var(--radius-lg);
        border: 1px solid var(--color-border);
}
body.haay-product .feature-card {
background: var(--color-white);
        border-radius: var(--radius-md);
        padding: 14px;
        box-shadow: var(--shadow-sm);
        transition: var(--transition-smooth);
        min-height: 85px;
        display: flex;
        align-items: center;
        border: 1px solid rgba(229, 231, 235, 0.8);
        position: relative;
        overflow: hidden;
}
body.haay-product .feature-card::before {
content: '';
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 3px;
        background: linear-gradient(90deg, var(--color-primary), var(--color-success));
        transform: scaleX(0);
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
        transform-origin: right;
}
body.haay-product .feature-card:hover::before {
transform: scaleX(1); transform-origin: left;
}
body.haay-product .feature-card:hover {
transform: translateY(-4px);
        box-shadow: var(--shadow-md);
        border-color: rgba(79, 70, 229, 0.2);
}
body.haay-product .card-link {
text-decoration: none;
        color: inherit;
        display: block;
        width: 100%;
}
body.haay-product .card-content {
display: flex;
        align-items: center;
        gap: 14px;
        width: 100%;
}
body.haay-product .card-icon {
min-width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-size: 20px;
        color: var(--color-white);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
body.haay-product .feature-card:hover .card-icon {
transform: scale(1.15) rotate(5deg);
}
body.haay-product .payment-card .card-icon {
background: linear-gradient(135deg, #f59e0b, #d97706);
}
body.haay-product .quality-card .card-icon {
background: linear-gradient(135deg, #3b82f6, #2563eb);
}
body.haay-product .production-card .card-icon {
background: linear-gradient(135deg, #8b5cf6, #7c3aed);
}
body.haay-product .stock-card .card-icon {
background: linear-gradient(135deg, #6b7280, #4b5563);
}
body.haay-product .price-card .card-icon {
background: linear-gradient(135deg, #ef4444, #dc2626);
}
body.haay-product .card-text {
display: flex;
        flex-direction: column;
        flex-grow: 1;
}
body.haay-product .card-title {
font-weight: 700;
        font-size: 14px;
        color: var(--color-text-main);
        line-height: 1.3;
        margin-bottom: 4px;
}
body.haay-product .card-subtitle {
font-size: 12px;
        color: var(--color-text-muted);
        line-height: 1.4;
}
body.haay-product .feature-card.call-card {
background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark));
        border: none;
        color: var(--color-white);
        box-shadow: var(--shadow-colored);
}
body.haay-product .feature-card.call-card .card-text {
color: var(--color-white);
}
body.haay-product .feature-card.call-card .card-title {
color: rgba(255, 255, 255, 0.9);
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.05em;
}
body.haay-product .feature-card.call-card .card-subtitle {
color: var(--color-white);
        font-size: 17px;
        font-weight: 800;
        letter-spacing: 0.5px;
}
body.haay-product .feature-card.call-card .card-icon {
background: rgba(255, 255, 255, 0.2);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        box-shadow: inset 0 0 0 1px rgba(255,255,255,0.3);
}
body.haay-product .feature-card.call-card:hover {
transform: translateY(-4px) scale(1.01);
        box-shadow: 0 12px 30px rgba(79, 70, 229, 0.4);
}
body.haay-product .feature-card.whatsapp-card {
grid-column: 1 / -1;
        background: linear-gradient(135deg, #25d366, #128c7e);
        border-radius: var(--radius-md);
        overflow: hidden;
        transition: var(--transition-smooth);
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.25);
        height: 60px;
        position: relative;
        border: none;
}
body.haay-product .whatsapp-card::after {
content: '';
        position: absolute;
        top: 0; left: -100%;
        width: 100%; height: 100%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
        transition: 0.7s ease;
}
body.haay-product .whatsapp-card:hover::after {
left: 100%;
}
body.haay-product .whatsapp-card:hover {
transform: translateY(-3px) scale(1.01);
        box-shadow: 0 10px 25px rgba(37, 211, 102, 0.35);
}
body.haay-product .whatsapp-card .card-link {
text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        position: relative;
        z-index: 1;
}
body.haay-product .whatsapp-card .card-content {
display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
}
body.haay-product .whatsapp-text {
color: var(--color-white);
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.5px;
}
body.haay-product .whatsapp-icon {
width: 36px; height: 36px;
        background: var(--color-white);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #25d366;
        font-size: 20px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transition: var(--transition-smooth);
}
body.haay-product .whatsapp-card:hover .whatsapp-icon {
transform: scale(1.1);
}
@media screen and (max-width: 768px) {
body.haay-product .article-container {
padding: 10px !important; margin: 20px auto; border-radius: var(--radius-md);
}
body.haay-product .gallery,
body.haay-product .overview {
width: 100%; float: none;
}
body.haay-product .visitor-bubble {
padding: 6px 14px; font-size: 12px; margin-bottom: 15px;
}
body.haay-product .popularity-badge {
font-size: 11px; padding: 6px 12px;
}
body.haay-product .popularity-icon {
font-size: 14px; margin-right: 4px;
}
body.haay-product .overview-head {
padding: 20px; border-radius: var(--radius-md);
}
body.haay-product .product-title {
font-size: 24px; flex-direction: column; align-items: flex-start; gap: 12px;
}
body.haay-product .print-option-badge {
padding: 8px 16px; font-size: 12px;
}
body.haay-product .product-price-section {
padding: 20px;
}
body.haay-product .price-badge {
font-size: 22px;
}
body.haay-product .product-details-grid {
grid-template-columns: 1fr; gap: 12px;
}
body.haay-product .detail-item {
padding: 16px; min-height: 75px;
}
body.haay-product .code-number {
font-size: 20px; padding: 6px 12px;
}
body.haay-product .contact-grid {
grid-template-columns: 1fr; gap: 10px; padding: 12px;
}
body.haay-product .feature-card {
padding: 12px; min-height: 75px;
}
body.haay-product .card-content {
gap: 12px;
}
body.haay-product .card-icon {
min-width: 40px; height: 40px; font-size: 18px;
}
body.haay-product .card-title {
font-size: 14px;
}
body.haay-product .card-subtitle {
font-size: 12px;
}
body.haay-product .feature-card.call-card .card-subtitle {
font-size: 15px;
}
body.haay-product .whatsapp-card {
height: 54px;
}
body.haay-product .whatsapp-text {
font-size: 15px;
}
body.haay-product .whatsapp-icon {
width: 30px; height: 30px; font-size: 18px;
}
}

body.haay-product .full-description {
font-family: 'Inter', sans-serif;
}
body.haay-product .product-name {
font-family: 'Inter', sans-serif;
}


/* Source: blog-detay.asp scoped to body.haay-blog-detail */
body.haay-blog-detail {
font-family: 'Roboto', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
}
body.haay-blog-detail .article-container {
width: 100%;
    max-width: 880px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
body.haay-blog-detail .article-container h1 {
font-family: 'Merriweather', serif;
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
    border-bottom: 3px solid #ecf0f1;
    padding-bottom: 10px;
}
body.haay-blog-detail .article-container h2 {
font-family: 'Merriweather', serif;
    font-size: 2.2em;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 700;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 8px;
}
body.haay-blog-detail .article-container h3 {
font-family: 'Merriweather', serif;
    font-size: 1.9em;
    margin-bottom: 10px;
    color: #7f8c8d;
    font-weight: 700;
}
body.haay-blog-detail .article-container h4 {
font-family: 'Merriweather', serif;
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #95a5a6;
    font-weight: 700;
}
body.haay-blog-detail .article-container p {
margin-bottom: 20px;
    font-size: 1.15em;
    line-height: 1.8;
    color: #555;
}
body.haay-blog-detail .article-container ul,
body.haay-blog-detail .article-container ol {
margin-bottom: 20px;
    padding-left: 40px;
}
body.haay-blog-detail .article-container ul {
list-style-type: disc;
}
body.haay-blog-detail .article-container ol {
list-style-type: decimal;
}
body.haay-blog-detail .article-container ul li,
body.haay-blog-detail .article-container ol li {
margin-bottom: 6px;
}
body.haay-blog-detail .article-container a {
display: inline-block;
    padding: 3px 6px;
    color: #ffffff;
    background-color: #3498db;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-size: 0.9em;
}
body.haay-blog-detail .article-container a:hover {
background-color: #2980b9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body.haay-blog-detail .article-container img {
max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body.haay-blog-detail .article-container blockquote {
margin: 20px 0;
    padding: 20px;
    background: #ecf0f1;
    border-left: 5px solid #bdc3c7;
    font-style: italic;
    color: #7f8c8d;
    border-radius: 5px;
}
body.haay-blog-detail .article-container pre {
background: #2c3e50;
    padding: 20px;
    border-radius: 5px;
    overflow-x: auto;
    color: #ecf0f1;
}
body.haay-blog-detail .article-container code {
background: #e74c3c;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
}


/* Source: hizmetler.asp scoped to body.haay-service-detail */
body.haay-service-detail .article-container {
width: 100%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
}
body.haay-service-detail .article-container h1 {
font-family: 'Merriweather', serif;
    font-size: 2.8em;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 700;
    border-bottom: 3px solid #ecf0f1;
    padding-bottom: 10px;
}
body.haay-service-detail .article-container h2 {
font-family: 'Merriweather', serif;
    font-size: 2.2em;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 700;
    border-bottom: 2px solid #ecf0f1;
    padding-bottom: 8px;
}
body.haay-service-detail .article-container h3 {
font-family: 'Merriweather', serif;
    font-size: 1.9em;
    margin-bottom: 10px;
    color: #7f8c8d;
    font-weight: 700;
}
body.haay-service-detail .article-container h4 {
font-family: 'Merriweather', serif;
    font-size: 1.6em;
    margin-bottom: 10px;
    color: #95a5a6;
    font-weight: 700;
}
body.haay-service-detail .article-container p {
margin-bottom: 20px;
    font-size: 1.15em;
    line-height: 1.8;
    color: #555;
}
body.haay-service-detail .article-container ul,
body.haay-service-detail .article-container ol {
margin-bottom: 20px;
    padding-left: 40px;
}
body.haay-service-detail .article-container ul {
list-style-type: disc;
}
body.haay-service-detail .article-container ol {
list-style-type: decimal;
}
body.haay-service-detail .article-container ul li,
body.haay-service-detail .article-container ol li {
margin-bottom: 6px;
}
body.haay-service-detail .article-container a {
display: inline-block;
    padding: 3px 6px;
    color: #ffffff;
    background-color: #3498db;
    border-radius: 12px;
    text-decoration: none;
    transition: background-color 0.3s, box-shadow 0.3s;
    font-size: 0.9em;
}
body.haay-service-detail .article-container a:hover {
background-color: #2980b9;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
body.haay-service-detail .article-container img {
max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
body.haay-service-detail .article-container blockquote {
margin: 20px 0;
    padding: 20px;
    background: #ecf0f1;
    border-left: 5px solid #bdc3c7;
    font-style: italic;
    color: #7f8c8d;
    border-radius: 5px;
}
body.haay-service-detail .article-container pre {
background: #2c3e50;
    padding: 20px;
    border-radius: 5px;
    overflow-x: auto;
    color: #ecf0f1;
}
body.haay-service-detail .article-container code {
background: #e74c3c;
    padding: 5px 10px;
    border-radius: 3px;
    color: #ffffff;
    font-family: 'Courier New', Courier, monospace;
}


/* Source: iletisim.asp scoped to body.haay-contact */
body.haay-contact {
--brand-blue: #0078d4;
      --brand-blue-hover: #005a9e;
      --brand-blue-soft: #eff6ff;
      --text-dark: #111827;
      --text-muted: #4b5563;
      --bg-page: #fcfcfd;
      --white: #ffffff;
      --border-color: #e5e7eb;
      --radius-premium: 12px;
      --shadow-sm: 0 1px 3px rgba(0,0,0,0.05);
      --shadow-md: 0 4px 6px -1px rgba(0,0,0,0.05), 0 2px 4px -1px rgba(0,0,0,0.03);
      --shadow-lg: 0 20px 25px -5px rgba(0,0,0,0.04), 0 10px 10px -5px rgba(0,0,0,0.02);
}
body.haay-contact {
font-family: 'Inter', -apple-system, system-ui, sans-serif;
      background-color: var(--bg-page);
      color: var(--text-dark);
      margin: 0;
      padding: 0;
      -webkit-font-smoothing: antialiased;
}
body.haay-contact .hero-section {
background: var(--white);
      border-bottom: 1px solid var(--border-color);
      padding: 40px 20px 24px; 
      position: relative;
      overflow: hidden;
}
body.haay-contact .hero-section::before {
content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background-image: linear-gradient(var(--border-color) 0.5px, transparent 0.5px), linear-gradient(90deg, var(--border-color) 0.5px, transparent 0.5px);
      background-size: 40px 40px;
      opacity: 0.15;
      pointer-events: none;
}
body.haay-contact .hero-content {
max-width: 900px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2;
}
body.haay-contact .hero-section h1 {
font-size: 1.85rem; 
      font-weight: 800;
      color: var(--text-dark);
      margin: 0 0 10px 0;
      letter-spacing: -0.02em;
}
body.haay-contact .hero-section p {
font-size: 0.95rem;
      color: var(--text-muted);
      line-height: 1.6;
      margin: 0;
      max-width: 580px;
      margin-left: auto;
      margin-right: auto;
      font-weight: 400;
}
body.haay-contact .breadcrumb-modern {
display: inline-flex;
      align-items: center;
      gap: 6px;
      font-size: 0.75rem;
      color: var(--text-muted);
      margin-bottom: 16px;
      letter-spacing: 0.03em;
      text-transform: uppercase;
      font-weight: 600;
}
body.haay-contact .breadcrumb-modern a {
color: var(--brand-blue);
      text-decoration: none;
}
body.haay-contact .alert-wrapper {
max-width: 1100px;
      margin: -18px auto 40px;
      padding: 0 20px;
      position: relative;
      z-index: 10;
}
body.haay-contact .notice-bar-compact {
background: var(--white);
      border: 1px solid var(--border-color);
      border-left: 4px solid var(--brand-blue);
      border-radius: 8px;
      padding: 12px 20px;
      display: flex;
      align-items: center;
      gap: 12px;
      box-shadow: var(--shadow-md);
      transition: transform 0.2s ease;
}
body.haay-contact .notice-bar-compact:hover {
transform: scale(1.005);
}
body.haay-contact .notice-bar-compact i {
color: var(--brand-blue); font-size: 0.95rem;
}
body.haay-contact .notice-bar-compact span {
font-size: 0.85rem; font-weight: 500; color: var(--text-dark); line-height: 1.4;
}
body.haay-contact .main-grid {
max-width: 1200px;
      margin: 0 auto 100px;
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
      padding: 0 20px;
}
body.haay-contact .premium-card {
background: var(--white);
      border: 1px solid var(--border-color);
      border-radius: var(--radius-premium);
      padding: 32px;
      display: flex;
      flex-direction: column;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      box-shadow: var(--shadow-sm);
}
body.haay-contact .premium-card:hover {
box-shadow: var(--shadow-lg);
      border-color: rgba(0, 120, 212, 0.3);
      transform: translateY(-4px);
}
body.haay-contact .card-head {
display: flex;
      align-items: center;
      gap: 14px;
      margin-bottom: 28px;
}
body.haay-contact .icon-box {
width: 48px;
      height: 48px;
      background: var(--brand-blue-soft);
      color: var(--brand-blue);
      border-radius: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 20px;
      flex-shrink: 0;
      transition: 0.3s ease;
}
body.haay-contact .premium-card:hover .icon-box {
background: var(--brand-blue);
      color: var(--white);
}
body.haay-contact .card-head h2 {
font-size: 1.15rem;
      font-weight: 700;
      margin: 0;
      color: var(--text-dark);
      letter-spacing: -0.01em;
}
body.haay-contact .card-body {
flex-grow: 1;
      margin-bottom: 32px;
}
body.haay-contact .data-row {
margin-bottom: 18px;
}
body.haay-contact .data-row label {
display: block;
      font-size: 0.75rem;
      font-weight: 700;
      color: var(--text-muted);
      text-transform: uppercase;
      letter-spacing: 0.06em;
      margin-bottom: 5px;
}
body.haay-contact .data-row p,
body.haay-contact .data-row a {
font-size: 0.95rem;
      font-weight: 500;
      color: var(--text-dark);
      text-decoration: none;
      margin: 0;
      line-height: 1.5;
}
body.haay-contact .data-row a {
color: var(--brand-blue);
      transition: color 0.2s;
}
body.haay-contact .data-row a:hover {
color: var(--brand-blue-hover); text-decoration: underline;
}
body.haay-contact .btn-fluent {
display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      height: 46px;
      padding: 0 24px;
      font-size: 0.9rem;
      font-weight: 600;
      border-radius: 8px;
      transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
      cursor: pointer;
      text-decoration: none;
      border: 1px solid transparent;
}
body.haay-contact .btn-blue {
background: var(--brand-blue);
      color: white;
}
body.haay-contact .btn-blue:hover {
background: var(--brand-blue-hover);
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(0, 120, 212, 0.25);
}
body.haay-contact .btn-outline {
border-color: var(--border-color);
      color: var(--text-dark);
      background: var(--white);
}
body.haay-contact .btn-outline:hover {
border-color: var(--text-dark);
      background: #f9fafb;
      transform: translateY(-2px);
}
body.haay-contact .btn-whatsapp {
background: #25D366;
      color: white;
}
body.haay-contact .btn-whatsapp:hover {
background: #1eb956;
      transform: translateY(-2px);
      box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
}
@media (max-width: 1024px) {
body.haay-contact .main-grid {
grid-template-columns: repeat(2, 1fr); gap: 20px;
}
}
@media (max-width: 768px) {
body.haay-contact .main-grid {
grid-template-columns: 1fr;
}
body.haay-contact .hero-section {
padding: 32px 20px;
}
body.haay-contact .hero-section h1 {
font-size: 1.6rem;
}
body.haay-contact .notice-bar-compact {
flex-direction: column; align-items: flex-start; text-align: left;
}
}


/* Source: kategoriler.asp scoped to body.haay-categories */
body.haay-categories .catalog-page .product-item .product-image-wrapper,
body.haay-categories .catalog-page figure.product-image-wrapper {
position: relative !important;
  display: block !important;
  width: 100% !important;
  padding-top: 125.45% !important;
  overflow: hidden !important;
  margin: 0 !important;
  background: #f0f0f0 !important;
  border-radius: 14px !important;
}
body.haay-categories .catalog-page .product-item .product-image,
body.haay-categories .catalog-page img.product-image {
position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center top !important;
  display: block !important;
  transition: transform 0.4s ease !important;
  transform: scale(1) !important;
}
body.haay-categories .catalog-page .product-item .product:hover .product-image,
body.haay-categories .catalog-page .product-item:hover .product-image {
transform: scale(1.05) !important;
}
body.haay-categories .catalog-page .product-item .image,
body.haay-categories .catalog-page .product-item .image a {
display: block !important;
  overflow: hidden !important;
  border-radius: 14px !important;
}
body.haay-categories .catalog-page .product-item .product {
border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 12px rgba(0,0,0,0.10) !important;
  transition: box-shadow 0.3s ease, transform 0.3s ease !important;
  transform: translateY(0) !important;
  border: none !important;
}
body.haay-categories .catalog-page .product-item .product:hover {
box-shadow: 0 10px 32px rgba(0,0,0,0.18) !important;
  transform: translateY(-5px) !important;
}
body.haay-categories .catalog-page .product-item .product-info {
height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  position: relative !important;
}
body.haay-categories .catalog-page .product-item .product-info h2.name,
body.haay-categories .catalog-page .product-item .product-info .name {
position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}


/* Source: sayfalar.asp scoped to body.haay-page-detail */
body.haay-page-detail {
--primary-color: #3b82f6;
    --secondary-color: #6366f1;
    --accent-color: #06b6d4;
    
    --text-primary: #1f2937;
    --text-secondary: #374151;
    --text-light: #6b7280;
    
    --bg-white: #ffffff;
    --bg-light: #f8fafc;
    --border-light: #e2e8f0;
    
    --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    --radius: 6px;
}
body.haay-page-detail .article-container {
width: 100%;
    max-width: 1100px;
    margin: 20px auto;
    padding: 50px;
    background: var(--bg-white);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.75;
    color: var(--text-primary);
    position: relative;
    border-radius: 12px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.1);
}
body.haay-page-detail .article-container::before {
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #3b82f6, #6366f1, #8b5cf6);
    border-radius: 12px 12px 0 0;
}
body.haay-page-detail .article-container::after {
content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(139, 92, 246, 0.1));
    border-radius: 50%;
    z-index: -1;
}
body.haay-page-detail .article-container h1 {
font-family: 'Inter', sans-serif;
    font-size: 2rem; 
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.3;
    color: var(--text-primary);
    position: relative;
    padding-bottom: 16px;
}
body.haay-page-detail .article-container h1::after {
content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}
body.haay-page-detail .article-container h2 {
font-family: 'Inter', sans-serif;
    font-size: 1.5rem; 
    font-weight: 600;
    color: var(--text-primary);
    margin: 40px 0 20px 0;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
}
body.haay-page-detail .article-container h2::before {
content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 20px;
    background: linear-gradient(180deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}
body.haay-page-detail .article-container h3 {
font-family: 'Inter', sans-serif;
    font-size: 1.25rem; 
    font-weight: 600;
    color: var(--text-primary);
    margin: 32px 0 16px 0;
    line-height: 1.4;
}
body.haay-page-detail .article-container h4 {
font-family: 'Inter', sans-serif;
    font-size: 1.125rem; 
    font-weight: 600;
    color: var(--text-primary);
    margin: 28px 0 14px 0;
    line-height: 1.4;
}
body.haay-page-detail .article-container p {
font-size: 17px;
    line-height: 1.8;
    color: var(--text-secondary);
    margin-bottom: 20px;
    text-align: left;
}
body.haay-page-detail .article-container p:first-of-type {
font-size: 18px;
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 28px;
}
body.haay-page-detail .article-container strong,
body.haay-page-detail .article-container b {
color: var(--text-primary);
    font-weight: 600;
}
body.haay-page-detail .article-container ul,
body.haay-page-detail .article-container ol {
margin-bottom: 24px;
    padding-left: 0;
}
body.haay-page-detail .article-container ul {
list-style: none;
}
body.haay-page-detail .article-container ul,
body.haay-page-detail .article-container ol {
margin-bottom: 28px;
    padding-left: 0;
}
body.haay-page-detail .article-container ul {
list-style: none;
}
body.haay-page-detail .article-container ul li {
position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: var(--text-secondary);
    font-size: 16px;
}
body.haay-page-detail .article-container ul li::before {
content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 18px;
}
body.haay-page-detail .article-container ol {
counter-reset: list-counter;
    list-style: none;
}
body.haay-page-detail .article-container ol li {
position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    line-height: 1.7;
    color: var(--text-secondary);
    counter-increment: list-counter;
    font-size: 16px;
}
body.haay-page-detail .article-container ol li::before {
content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    width: 28px;
}
body.haay-page-detail .article-container ol li::before {
content: counter(list-counter) ".";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 15px;
    width: 24px;
}
body.haay-page-detail .article-container a {
color: var(--primary-color);
    text-decoration: underline;
    font-weight: 500;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 2px;
    transition: color 0.2s ease;
}
body.haay-page-detail .article-container a:hover {
color: var(--secondary-color);
    text-decoration-color: var(--secondary-color);
}
body.haay-page-detail .article-container img {
max-width: 100%;
    height: auto;
    border-radius: 6px;
    margin: 24px 0;
    border: 1px solid var(--border-light);
}
body.haay-page-detail .article-container blockquote {
background: linear-gradient(135deg, var(--bg-light), rgba(59, 130, 246, 0.02));
    border-left: 4px solid var(--primary-color);
    padding: 24px;
    margin: 24px 0;
    border-radius: 8px;
    font-style: italic;
    font-size: 16px;
    color: var(--text-secondary);
    position: relative;
    box-shadow: 0 2px 10px rgba(59, 130, 246, 0.1);
}
body.haay-page-detail .article-container blockquote::before {
content: '"';
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 48px;
    color: rgba(59, 130, 246, 0.2);
    font-weight: bold;
    line-height: 1;
}
body.haay-page-detail .article-container blockquote p {
margin-bottom: 0;
    font-weight: 500;
    color: var(--text-secondary);
    position: relative;
    z-index: 2;
}
body.haay-page-detail .article-container pre {
background: #2d3748;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 6px;
    overflow-x: auto;
    margin: 20px 0;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 13px;
    line-height: 1.5;
}
body.haay-page-detail .article-container code {
background: #fef2f2;
    color: #dc2626;
    padding: 3px 6px;
    border-radius: 3px;
    font-family: 'Monaco', 'Menlo', monospace;
    font-size: 13px;
    font-weight: 500;
}
body.haay-page-detail .article-container pre code {
background: none;
    color: inherit;
    padding: 0;
}
@media (max-width: 768px) {
body.haay-page-detail .article-container {
padding: 40px 24px;
        margin: 16px;
}
body.haay-page-detail .article-container h1 {
font-size: 1.75rem;
}
body.haay-page-detail .article-container h2 {
font-size: 1.375rem; 
        margin: 32px 0 16px 0;
}
body.haay-page-detail .article-container h3 {
font-size: 1.125rem;
}
body.haay-page-detail .article-container h4 {
font-size: 1rem;
}
body.haay-page-detail .article-container p {
font-size: 16px;
}
body.haay-page-detail .article-container p:first-of-type {
font-size: 17px;
}
body.haay-page-detail .article-container ul li {
padding-left: 24px;
        font-size: 15px;
}
body.haay-page-detail .article-container ol li {
padding-left: 32px;
        font-size: 15px;
}
}
@media (max-width: 480px) {
body.haay-page-detail .article-container {
padding: 32px 20px;
        margin: 12px;
}
body.haay-page-detail .article-container h1 {
font-size: 1.5rem;
}
body.haay-page-detail .article-container h2 {
font-size: 1.25rem;
}
body.haay-page-detail .article-container ul li {
padding-left: 20px;
}
body.haay-page-detail .article-container ol li {
padding-left: 28px;
}
}
body.haay-page-detail .article-container {
letter-spacing: 0.01em;
}
body.haay-page-detail .article-container h1,
body.haay-page-detail .article-container h2,
body.haay-page-detail .article-container h3,
body.haay-page-detail .article-container h4 {
letter-spacing: -0.02em;
}
body.haay-page-detail .article-container * {
transition: color 0.2s ease, border-color 0.2s ease;
}


/* Source: seo.asp scoped to body.haay-seo-index */
body.haay-seo-index .breadcrumb {
background-color: #ecf0f1;
            padding: 10px;
            border-radius: 4px;
            margin-bottom: 20px;
}
body.haay-seo-index .breadcrumb ul {
list-style-type: none;
            padding: 0;
            margin: 0;
}
body.haay-seo-index .breadcrumb ul li {
display: inline;
            margin-right: 5px;
}
body.haay-seo-index .breadcrumb .delimiter {
margin: 0 5px;
}
body.haay-seo-index .blog-posts {
display: grid;
            grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
            gap: 20px;
            margin-bottom: 40px;
}
body.haay-seo-index .post-title {
display: block;
            background-color: #1586d2;
            color: #fff;
            padding: 10px;
            text-decoration: none;
            border-radius: 4px;
            transition: all 0.3s ease;
}
body.haay-seo-index .post-title:hover {
background-color: #ecf0f1;
            transform: translateY(-3px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}


/* Source: whatshapp-detay.asp scoped to body.haay-whatsapp-detail */
body.haay-whatsapp-detail,
body.haay-whatsapp-detail td,
body.haay-whatsapp-detail th {
font-family: Arial, Helvetica, sans-serif;
}
body.haay-whatsapp-detail {
margin-left: 20px;
	margin-top: 20px;
}
body.haay-whatsapp-detail .style1x {
font-size: 12px;
color:#000000;
}


/* Source: kutu-mail.asp scoped to body.haay-box-order */
body.haay-box-order {
--primary-color: #0078d4;
            --primary-hover: #106ebe;
            --success-color: #107c10;
            --error-color: #d83b01;
            --text-primary: #323130;
            --text-secondary: #605e5c;
            --background: #faf9f8;
            --surface: #ffffff;
            --border: #edebe9;
            --shadow: 0 2px 4px rgba(0,0,0,0.1);
            --shadow-medium: 0 4px 12px rgba(0,0,0,0.15);
}
body.haay-box-order * {
margin: 0;
            padding: 0;
            box-sizing: border-box;
}
body.haay-box-order {
font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
            background: var(--background);
            color: var(--text-primary);
            line-height: 1.5;
            -webkit-font-smoothing: antialiased;
}
body.haay-box-order .header-bar {
background: var(--surface);
            border-bottom: 1px solid var(--border);
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(10px);
}
body.haay-box-order .header-content {
max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 24px;
}
body.haay-box-order .logo {
display: flex;
            align-items: center;
            gap: 12px;
            font-size: 20px;
            font-weight: 600;
            color: var(--primary-color);
}
body.haay-box-order .trust-badges {
display: flex;
            align-items: center;
            gap: 20px;
            font-size: 14px;
            color: var(--text-secondary);
}
body.haay-box-order .badge {
display: flex;
            align-items: center;
            gap: 6px;
            padding: 4px 12px;
            background: #f3f2f1;
            border-radius: 16px;
}
body.haay-box-order .main-container {
max-width: 1200px;
            margin: 0 auto;
            padding: 32px 24px;
            display: grid;
            grid-template-columns: 1fr 400px;
            gap: 32px;
            align-items: start;
}
body.haay-box-order .form-section {
background: var(--surface);
            border-radius: 12px;
            box-shadow: var(--shadow);
            overflow: hidden;
}
body.haay-box-order .section-header {
background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
            color: white;
            padding: 24px 32px;
            text-align: center;
}
body.haay-box-order .section-header h1 {
font-size: 28px;
            font-weight: 600;
            margin-bottom: 8px;
}
body.haay-box-order .section-header p {
opacity: 0.9;
            font-size: 16px;
}
body.haay-box-order .form-content {
padding: 32px;
}
body.haay-box-order .step {
margin-bottom: 40px;
            padding-bottom: 32px;
            border-bottom: 1px solid var(--border);
}
body.haay-box-order .step:last-child {
border-bottom: none;
            margin-bottom: 0;
}
body.haay-box-order .step-header {
display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 24px;
}
body.haay-box-order .step-number {
width: 32px;
            height: 32px;
            background: var(--primary-color);
            color: white;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 14px;
}
body.haay-box-order .step-title {
font-size: 20px;
            font-weight: 600;
            color: var(--text-primary);
}
body.haay-box-order .form-grid {
display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 20px;
            margin-bottom: 24px;
}
body.haay-box-order .form-group {
display: flex;
            flex-direction: column;
}
body.haay-box-order .form-label {
font-weight: 500;
            color: var(--text-primary);
            margin-bottom: 6px;
            font-size: 14px;
}
body.haay-box-order .required {
color: var(--error-color);
}
body.haay-box-order .form-input {
padding: 12px 16px;
            border: 1px solid var(--border);
            border-radius: 4px;
            font-size: 14px;
            background: var(--surface);
            transition: all 0.2s ease;
            font-family: inherit;
}
body.haay-box-order .form-input:focus {
outline: none;
            border-color: var(--primary-color);
            box-shadow: 0 0 0 1px var(--primary-color);
}
body.haay-box-order .form-input:invalid:not(:focus) {
border-color: var(--error-color);
}
body.haay-box-order .box-type-grid {
display: grid;
            grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
            gap: 16px;
            margin: 20px 0;
}
body.haay-box-order .box-type-card {
border: 2px solid var(--border);
            border-radius: 8px;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            transition: all 0.3s ease;
            background: var(--surface);
            position: relative;
}
body.haay-box-order .box-type-card:hover {
border-color: var(--primary-color);
            transform: translateY(-2px);
            box-shadow: var(--shadow-medium);
}
body.haay-box-order .box-type-card.selected {
border-color: var(--primary-color);
            background: #f3f9ff;
}
body.haay-box-order .box-type-card .icon {
width: 48px;
            height: 48px;
            margin: 0 auto 12px;
            background: #f3f2f1;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
}
body.haay-box-order .box-type-card.selected .icon {
background: var(--primary-color);
            color: white;
}
body.haay-box-order .box-type-card .title {
font-weight: 500;
            color: var(--text-primary);
            margin-bottom: 4px;
}
body.haay-box-order .box-type-card .description {
font-size: 12px;
            color: var(--text-secondary);
}
body.haay-box-order .dimensions-input {
display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin: 20px 0;
}
body.haay-box-order .dimension-group {
text-align: center;
}
body.haay-box-order .dimension-label {
display: block;
            font-size: 12px;
            font-weight: 500;
            color: var(--text-secondary);
            margin-bottom: 8px;
}
body.haay-box-order .dimension-input {
width: 100%;
            padding: 16px 8px;
            border: 1px solid var(--border);
            border-radius: 4px;
            text-align: center;
            font-size: 16px;
            font-weight: 500;
}
body.haay-box-order .dimension-unit {
font-size: 12px;
            color: var(--text-secondary);
            margin-top: 4px;
}
body.haay-box-order .checkbox-group {
margin: 24px 0;
}
body.haay-box-order .checkbox-item {
display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 16px;
            padding: 16px;
            background: #f8f9fa;
            border-radius: 6px;
            cursor: pointer;
}
body.haay-box-order .checkbox-input {
margin-top: 2px;
            transform: scale(1.2);
}
body.haay-box-order .checkbox-label {
font-size: 14px;
            line-height: 1.5;
            color: var(--text-primary);
}
body.haay-box-order .submit-section {
border-top: 1px solid var(--border);
            padding-top: 32px;
            margin-top: 32px;
}
body.haay-box-order .submit-btn {
width: 100%;
            padding: 16px;
            background: var(--primary-color);
            color: white;
            border: none;
            border-radius: 4px;
            font-size: 16px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s ease;
            font-family: inherit;
}
body.haay-box-order .submit-btn:hover:not(:disabled) {
background: var(--primary-hover);
}
body.haay-box-order .submit-btn:disabled {
background: #ccc;
            cursor: not-allowed;
}
body.haay-box-order .preview-panel {
background: var(--surface);
            border-radius: 12px;
            box-shadow: var(--shadow);
            padding: 24px;
            height: fit-content;
            position: sticky;
            top: 80px;
}
body.haay-box-order .preview-header {
text-align: center;
            margin-bottom: 24px;
}
body.haay-box-order .preview-title {
font-size: 18px;
            font-weight: 600;
            margin-bottom: 8px;
}
body.haay-box-order .preview-subtitle {
font-size: 14px;
            color: var(--text-secondary);
}
body.haay-box-order .preview-3d {
width: 100%;
            height: 300px;
            background: #f8f9fa;
            border-radius: 8px;
            margin-bottom: 24px;
            position: relative;
            overflow: hidden;
}
body.haay-box-order .preview-info {
padding: 16px;
            background: #f8f9fa;
            border-radius: 8px;
}
body.haay-box-order .info-row {
display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 12px;
            font-size: 14px;
}
body.haay-box-order .info-row:last-child {
margin-bottom: 0;
}
body.haay-box-order .info-label {
color: var(--text-secondary);
}
body.haay-box-order .info-value {
font-weight: 500;
            color: var(--text-primary);
}
body.haay-box-order .alert {
padding: 16px 20px;
            border-radius: 6px;
            margin-bottom: 24px;
            display: none;
            font-size: 14px;
}
body.haay-box-order .alert-success {
background: #dff6dd;
            color: #107c10;
            border: 1px solid #9fd89b;
}
body.haay-box-order .alert-error {
background: #fed9cc;
            color: #d83b01;
            border: 1px solid #f7b189;
}
body.haay-box-order .examples-grid {
display: grid;
            grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
            gap: 12px;
            margin: 16px 0;
}
body.haay-box-order .example-card {
background: #f8f9fa;
            padding: 16px;
            border-radius: 6px;
            text-align: center;
            font-size: 12px;
            color: var(--text-secondary);
}
body.haay-box-order .help-text {
font-size: 12px;
            color: var(--text-secondary);
            margin-top: 6px;
            font-style: italic;
}
body.haay-box-order .color-options {
display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 16px;
            margin-top: 12px;
}
body.haay-box-order .color-option {
display: flex;
            align-items: center;
            gap: 12px;
            padding: 16px;
            border: 2px solid var(--border);
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.3s ease;
            background: var(--surface);
}
body.haay-box-order .color-option:hover {
border-color: var(--primary-color);
            box-shadow: var(--shadow);
}
body.haay-box-order .color-option.selected {
border-color: var(--primary-color);
            background: #f3f9ff;
}
body.haay-box-order .color-sample {
width: 32px;
            height: 32px;
            border-radius: 6px;
            border: 1px solid #ddd;
            flex-shrink: 0;
}
body.haay-box-order .color-sample.kraft {
background: linear-gradient(135deg, #d2b48c 0%, #bc9a6a 100%);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.2);
}
body.haay-box-order .color-sample.white {
background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}
@media (max-width: 1024px) {
body.haay-box-order .main-container {
grid-template-columns: 1fr;
                gap: 24px;
}
body.haay-box-order .preview-panel {
position: static;
}
}
@media (max-width: 768px) {
body.haay-box-order .main-container {
padding: 16px;
}
body.haay-box-order .form-content {
padding: 24px 20px;
}
body.haay-box-order .box-type-grid {
grid-template-columns: repeat(2, 1fr);
}
body.haay-box-order .dimensions-input {
grid-template-columns: 1fr;
                gap: 12px;
}
}

/* Mobile navigation and cross-page polish */
@media (max-width: 991px) {
body.haay-mobile-menu-open {
overflow: hidden !important;
touch-action: none;
}
.header-mobile-menu.dropdown-wrapper .mobile-menu {
position: fixed !important;
inset: 0 !important;
width: 100vw !important;
height: 100vh !important;
height: 100dvh !important;
max-width: none !important;
margin: 0 !important;
padding: 0 !important;
border: 0 !important;
border-radius: 0 !important;
background: #f8fafc !important;
box-shadow: none !important;
opacity: 0;
visibility: hidden;
transform: translateX(-105%);
transition: transform 0.24s ease, opacity 0.2s ease, visibility 0.2s ease;
z-index: 10050 !important;
}
.header-mobile-menu.dropdown-wrapper.dropdown-active .mobile-menu {
opacity: 1 !important;
visibility: visible !important;
transform: translateX(0);
}
.header-mobile-menu .mobile-menu-header {
height: 58px !important;
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
position: sticky !important;
top: 0 !important;
z-index: 3 !important;
padding: 0 64px 0 16px !important;
background: #ffffff !important;
border-bottom: 1px solid #e5e7eb !important;
box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08) !important;
}
.header-mobile-menu .mobile-menu-header span#headerData {
min-height: 58px !important;
width: 100% !important;
padding: 0 !important;
font-size: 15px !important;
line-height: 58px !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
}
.header-mobile-menu .mobile-menu-header span#headerData.nav-active {
padding-left: 28px !important;
cursor: pointer !important;
}
.header-mobile-menu .mobile-menu-header span#headerData.nav-active::before {
display: block !important;
content: "\f104" !important;
font-family: "Faprika";
font-size: 18px;
font-weight: 400;
color: #14a9ff;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
}
.header-mobile-menu .mobile-menu-header .dropdown-close {
position: absolute !important;
right: 10px !important;
top: 7px !important;
width: 44px !important;
height: 44px !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
border: 1px solid #dbeafe !important;
border-radius: 12px !important;
background: #eff6ff !important;
box-shadow: 0 4px 14px rgba(20, 169, 255, 0.14) !important;
cursor: pointer !important;
}
.header-mobile-menu .mobile-menu-header .dropdown-close::before {
content: "\f00d" !important;
font-family: "Faprika";
font-size: 17px !important;
font-weight: 400 !important;
color: #0f75bc !important;
position: static !important;
top: auto !important;
right: auto !important;
width: auto !important;
height: auto !important;
padding: 0 !important;
line-height: 1 !important;
border: 0 !important;
transform: none !important;
}
.header-mobile-menu .mobile-menu > ul {
height: calc(100vh - 58px) !important;
height: calc(100dvh - 58px) !important;
padding: 12px !important;
overflow-y: auto !important;
background: #f8fafc !important;
}
.header-mobile-menu .mobile-menu > ul > li > a,
.header-mobile-menu .mobile-menu li[data-menu="1"] > span,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span {
min-height: 52px !important;
margin-bottom: 8px !important;
padding: 0 16px !important;
border: 1px solid #e5e7eb !important;
border-radius: 12px !important;
background: #ffffff !important;
box-shadow: 0 6px 18px rgba(15, 23, 42, 0.05) !important;
font-size: 14px !important;
line-height: 1.25 !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] > span::after,
.header-mobile-menu .mobile-menu li[data-menu="3"] > span::after {
content: "\f105" !important;
font-family: "Faprika";
font-size: 17px !important;
color: #14a9ff !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul {
display: none;
padding: 0 !important;
background: transparent !important;
}
.header-mobile-menu .mobile-menu li[data-menu="1"] ul li a,
.header-mobile-menu .mobile-menu li[data-menu="3"] ul li a {
min-height: 48px !important;
margin-bottom: 7px !important;
padding: 0 14px !important;
border: 1px solid #e6edf5 !important;
border-radius: 10px !important;
background: #ffffff !important;
color: #334155 !important;
box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04) !important;
font-size: 13px !important;
line-height: 1.3 !important;
}
}
@media (max-width: 767px) {
body.haay-product .product-details-page .gallery-top a[data-fancybox] {
pointer-events: none;
cursor: default;
}
body.haay-home .sliderImages {
background: linear-gradient(135deg, #f6fff3 0%, #eef7ff 48%, #ffffff 100%) !important;
}
body.haay-home .sliderImages .image img {
background: transparent !important;
}
body.haay-home .slider-indicators {
display: none !important;
}
}
body.haay-product .product-whatsapp-floating {
bottom: 12px;
left: 12px;
}
body.haay-product .visitor-bubble {
min-height: 38px;
padding: 9px 16px 9px 14px;
background: linear-gradient(135deg, rgba(15, 118, 110, 0.96), rgba(20, 169, 255, 0.96));
border: 1px solid rgba(255, 255, 255, 0.45);
border-radius: 999px;
box-shadow: 0 12px 28px rgba(20, 169, 255, 0.24), 0 2px 8px rgba(15, 23, 42, 0.12);
font-size: 12.5px;
font-weight: 700;
letter-spacing: 0;
line-height: 1.25;
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
animation: none;
}
body.haay-product .visitor-bubble::before {
content: "\f06e";
font-family: "Faprika";
width: 24px;
height: 24px;
display: inline-flex;
align-items: center;
justify-content: center;
background: rgba(255, 255, 255, 0.18);
border-radius: 999px;
font-size: 12px;
}
body:not(.haay-home):not(.haay-box-order) .topic-page,
body:not(.haay-home):not(.haay-box-order) .catalog-page,
body:not(.haay-home):not(.haay-box-order) .product-details-page {
background: #f4f7fb;
}


/* Shared classes replacing inline style attributes. */
.whatsapp-floating,.update-whatsapp-floating{position:fixed;left:13px;z-index:9999}.whatsapp-floating{bottom:70px}.update-whatsapp-floating{bottom:50px}.product-whatsapp-floating{position:fixed;bottom:1px;left:13px;z-index:9998}.header-logo-img{max-width:300px;max-height:60px}.header-phone-menu{left:-100px!important}.menu-link-default{font-weight:normal;font-style:normal}.product-badge-img{max-width:100%;height:auto}.seo-loading{display:none;text-align:center;padding:20px}.whatsapp-detail-wrapper{margin:20px;overflow:hidden}.text-strong{font-weight:bold}.text-strong-dark{font-weight:bold;color:#000}.captcha-img{border:1px solid #ccc}.contact-muted-small{color:var(--text-muted);font-size:.85rem;line-height:1.55}.contact-small{font-size:.85rem}.contact-small-strong{font-size:.8rem;font-weight:400}.contact-chevron{font-size:8px;opacity:.5}.haay-product-loading{opacity:0;transition:opacity .35s ease}.haay-product-loading.visible,.product-item.visible{opacity:1}

.alert.is-visible{display:block}.mt-24{margin-top:24px}
.whatsapp-floating a,.update-whatsapp-floating a,.product-whatsapp-floating a{display:block;transition:transform .3s ease}
.whatsapp-floating a:hover,.update-whatsapp-floating a:hover,.product-whatsapp-floating a:hover{transform:scale(1.08)}
body.haay-product .whatsapp-floating{bottom:64px;left:13px;z-index:10020}
body.haay-product .product-whatsapp-floating{bottom:110px!important;left:13px!important;z-index:10019;pointer-events:none}
body.haay-product .visitor-bubble{pointer-events:none;margin:0;max-width:230px}
body.haay-product .product-details-page{background:linear-gradient(180deg,#f6f9fc 0%,#f1f5f9 100%)}
body.haay-product .product-details-page .product-details-container{gap:18px}
body.haay-product .product-details-page .gallery-top{border-color:#e5edf6!important;border-radius:10px!important;box-shadow:0 10px 28px rgba(15,23,42,.06)}
body.haay-product .product-details-page .gallery-top img{padding:8px}
body.haay-product .overview-head{border-color:#e5edf6!important;box-shadow:0 10px 28px rgba(15,23,42,.06)}
body.haay-product .accordion-title{border-radius:8px 8px 0 0;font-weight:700;letter-spacing:0;background:linear-gradient(135deg,#0ea5e9,#14a9ff)!important}
body.haay-product .article-container{box-shadow:0 8px 24px rgba(15,23,42,.05);border-color:#eef2f7}
body.haay-product .slide-in-recently-viewed-products-container{max-width:1200px;margin:34px auto 30px;padding:0 15px}
body.haay-product .slide-in-recently-viewed-products-container .products-title{margin-bottom:16px;text-align:center;color:#334155;font-weight:700}
body.haay-product .slide-in-recently-viewed-products-container .swiper-container{padding:4px 0 12px}
@media (max-width:767px){
body.haay-product .whatsapp-floating{bottom:16px;left:10px}
body.haay-product .product-whatsapp-floating{bottom:60px!important;left:10px!important}
body.haay-product .visitor-bubble{max-width:calc(100vw - 20px);padding:8px 12px;font-size:11.5px}
body.haay-product .product-details-page .product-details-container{gap:12px}
body.haay-product .overview-head{border-radius:12px!important}
body.haay-product .product-details-page .gallery-top img{padding:4px}
}
body.haay-product .whatsapp-floating,
.whatsapp-floating{bottom:13px!important;left:13px!important}
body.haay-product .product-whatsapp-floating{bottom:52px!important;left:13px!important;z-index:10019;pointer-events:none}
body.haay-product .visitor-bubble{max-width:240px;min-height:30px;padding:7px 12px;font-size:11.5px;line-height:1.2}
body.haay-product .popularity-badge{top:12px!important;right:12px!important;bottom:auto!important;left:auto!important;max-width:calc(100% - 92px);padding:7px 12px;font-size:12px;line-height:1.25;animation:none;transform:none!important;z-index:7}
body.haay-product .popularity-text{display:inline-block;white-space:normal}
body.haay-product .accordion-container{margin-top:10px}
body.haay-product .accordion-item.active{background:#fff;border:1px solid #e5edf6;border-top:0;border-radius:0 0 12px 12px;padding:0}
body.haay-product .full-description{padding:0}
body.haay-product .article-container{margin:10px auto 14px!important;padding:18px 20px!important}
body.haay-product .article-container h1:first-child,
body.haay-product .article-container h2:first-child,
body.haay-product .article-container h3:first-child{margin-top:0}
body.haay-product .article-container p:last-child,
body.haay-product .article-container ul:last-child,
body.haay-product .article-container ol:last-child{margin-bottom:0}
body.haay-product .feature-card{border-color:#e6edf5}
body.haay-product .contact-grid{background:linear-gradient(180deg,#ffffff 0%,#f8fbff 100%);border-radius:14px}
body.haay-product .feature-card.payment-card,
body.haay-product .feature-card.quality-card,
body.haay-product .feature-card.production-card,
body.haay-product .feature-card.stock-card,
body.haay-product .feature-card.price-card{background:#fff}
@media (max-width:991px){
.header-mobile-search.dropdown-wrapper .dropdown-menu,
.header-links .button-search.dropdown-wrapper .dropdown-menu{position:fixed!important;top:0!important;right:0!important;bottom:auto!important;left:0!important;width:auto!important;height:auto!important;max-height:100dvh!important;max-width:none!important;margin:0!important;padding:0 0 14px!important;border:1px solid rgba(219,234,254,.9)!important;border-top:0!important;border-radius:0 0 22px 22px!important;background:#fff!important;box-shadow:0 26px 70px rgba(15,23,42,.24)!important;z-index:10060!important;overflow-x:hidden!important;overflow-y:auto!important;-webkit-overflow-scrolling:touch!important}
.header-mobile-search .dropdown-header,
.header-links .button-search .dropdown-header{height:58px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;padding:0 12px 0 16px!important;background:linear-gradient(180deg,#fff,#f8fbff)!important;border-bottom:1px solid #e5edf6!important;box-shadow:none!important}
.header-mobile-search .dropdown-header .title,
.header-links .button-search .dropdown-header .title{font-size:15px!important;font-weight:700!important;color:#0f172a!important;line-height:58px!important;padding:0!important}
.header-mobile-search .dropdown-header .dropdown-close,
.header-links .button-search .dropdown-header .dropdown-close{position:relative!important;width:auto!important;min-width:74px!important;height:38px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;padding:0 11px!important;border:1px solid #bfdbfe!important;border-radius:999px!important;background:#f8fbff!important;box-shadow:0 6px 16px rgba(15,23,42,.06)!important;cursor:pointer!important;touch-action:manipulation!important;-webkit-tap-highlight-color:transparent!important}
.header-mobile-search .dropdown-header .dropdown-close::before,
.header-links .button-search .dropdown-header .dropdown-close::before{display:none!important}
.header-mobile-search .dropdown-header .dropdown-close::after,
.header-links .button-search .dropdown-header .dropdown-close::after{content:"\f00d"!important;font-family:"Faprika";position:static!important;width:auto!important;height:auto!important;border:0!important;padding:0!important;line-height:1!important;transform:none!important;color:#0f75bc!important;font-size:17px!important}
.header-mobile-search form,
.header-links .button-search form{position:relative!important;margin:14px 14px 10px!important;border:1px solid #cfe4ff!important;border-radius:16px!important;background:#fff!important;box-shadow:0 12px 30px rgba(15,23,42,.08)!important;overflow:hidden!important}
.header-mobile-search form .input,
.header-links .button-search form .input{height:52px!important;width:calc(100% - 54px)!important;padding:0 16px!important;border:0!important;background:#fff!important;color:#0f172a!important;font-size:16px!important;line-height:52px!important;-webkit-text-size-adjust:100%!important}
.header-mobile-search form .input::placeholder,
.header-links .button-search form .input::placeholder{color:#94a3b8!important;opacity:1}
.header-mobile-search form .button-search,
.header-links .button-search form .button-search{position:absolute!important;right:0!important;top:0!important;width:54px!important;height:52px!important;border:0!important;border-left:1px solid #e5edf6!important;background:#14a9ff!important}
.header-mobile-search form .button-search::before,
.header-links .button-search form .button-search::before{color:#fff!important;font-size:18px!important}
.header-mobile-search .search-results,
.header-links .button-search .search-results{position:static!important;width:auto!important;max-height:46dvh!important;overflow:auto!important;margin:0 14px!important;background:#fff!important;border-radius:12px!important;box-shadow:0 12px 30px rgba(15,23,42,.1)!important;z-index:10061!important}
}
@media (max-width:767px){
body.haay-product .whatsapp-floating,.whatsapp-floating{bottom:13px!important;left:13px!important}
body.haay-product .product-whatsapp-floating{bottom:52px!important;left:13px!important}
body.haay-product .visitor-bubble{max-width:calc(100vw - 26px);padding:7px 10px;font-size:11px}
body.haay-product .popularity-badge{top:10px!important;right:10px!important;max-width:62%;padding:6px 9px;font-size:10.5px}
body.haay-product .article-container{margin:8px auto 10px!important;padding:14px!important}
body.haay-product .article-container p{margin-bottom:14px}
body.haay-product .article-container ul,
body.haay-product .article-container ol{margin-bottom:14px}
}
body.haay-product .whatsapp-floating,.whatsapp-floating{bottom:13px!important;left:13px!important}
body.haay-product .product-whatsapp-floating{bottom:68px!important;left:13px!important}
body.haay-product .gallery-fixed .popularity-badge{position:static!important;top:auto!important;right:auto!important;bottom:auto!important;left:auto!important;display:inline-flex!important;width:auto;max-width:calc(100% - 68px);margin:0 0 10px 68px;padding:7px 12px;z-index:1;transform:none!important;animation:none!important;box-shadow:0 8px 20px rgba(15,23,42,.12)}
body.haay-product .gallery-fixed{z-index:2}
.header{z-index:101!important}
.haay-search-assist{margin:0 14px 2px;padding:13px;border:1px solid #e5edf6;border-radius:16px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 8px 22px rgba(15,23,42,.06)}
.haay-search-assist-title{font-size:12px;font-weight:800;color:#475569;text-transform:uppercase;letter-spacing:.04em;margin-bottom:10px}
.haay-search-chip-list{display:flex;flex-wrap:wrap;gap:8px}
.haay-search-chip{min-height:36px;padding:0 13px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#0f75bc;font-size:14px;font-weight:700;line-height:1.15;touch-action:manipulation;-webkit-tap-highlight-color:transparent}
.haay-search-chip:active{transform:translateY(1px)}
.haay-search-invalid{border-color:#fecaca!important;box-shadow:0 10px 26px rgba(239,68,68,.12)!important}
.haay-search-empty{grid-column:1/-1;width:100%;max-width:760px;margin:18px auto 28px;padding:28px 22px;text-align:center;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:16px;box-shadow:0 14px 34px rgba(15,23,42,.08)}
.haay-search-empty h2{margin:0 0 10px;color:#0f172a;font-size:22px;font-weight:800;line-height:1.25}
.haay-search-empty p{max-width:560px;margin:0 auto 16px;color:#64748b;font-size:14px;line-height:1.65}
.haay-search-empty a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 18px;border-radius:999px;background:#14a9ff;color:#fff!important;font-weight:800;box-shadow:0 10px 22px rgba(20,169,255,.22)}
body.haay-search-page .catalog-page.default{margin-top:0!important;background:#f4f7fb}
body.haay-search-page .catalog-page .header-container,
body.haay-search-page .catalog-page .header-wrap,
body.haay-search-page .catalog-page .header-info{height:auto!important;min-height:0!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;display:block!important}
body.haay-search-page .haay-search-header{max-width:1200px;margin:0 auto 14px!important;padding:14px 15px 0!important}
body.haay-search-page .haay-search-summary{background:linear-gradient(135deg,#ffffff 0%,#f7fbff 100%);border:1px solid #dbeafe;border-radius:16px;padding:18px 20px;box-shadow:0 12px 30px rgba(15,23,42,.07)}
body.haay-search-page .haay-search-eyebrow{display:inline-flex;align-items:center;margin-bottom:7px;color:#0f75bc;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
body.haay-search-page .haay-search-summary .title{margin:0;color:#0f172a;font-size:28px;font-weight:900;line-height:1.18;text-transform:none}
body.haay-search-page .haay-search-summary p{max-width:720px;margin:8px 0 14px;color:#64748b;font-size:14px;line-height:1.55}
body.haay-search-page .haay-search-page-form{display:flex;max-width:620px;border:1px solid #bfdbfe;border-radius:14px;background:#fff;overflow:hidden;box-shadow:0 8px 22px rgba(15,23,42,.06)}
body.haay-search-page .haay-search-page-form .input{height:48px;flex:1;min-width:0;border:0;padding:0 15px;color:#0f172a;font-size:16px;line-height:48px;background:#fff}
body.haay-search-page .haay-search-page-form .button-search{width:76px;border:0;background:#14a9ff;color:#fff;font-size:14px;font-weight:800}
body.haay-search-page .catalog-page .page-container{padding-top:0!important}
@media (max-width:767px){
body.haay-product .product-whatsapp-floating{bottom:68px!important;left:13px!important}
body.haay-product .gallery-fixed .popularity-badge{max-width:100%;margin:0 0 8px 0;padding:6px 10px;font-size:10.5px}
.haay-search-assist{margin:0 14px 14px;padding:12px}
.haay-search-chip{height:32px;font-size:11.5px}
}
body.haay-product .product-whatsapp-floating{bottom:62px!important;left:13px!important}
body.haay-product .visitor-bubble{box-shadow:0 10px 22px rgba(20,169,255,.2),0 2px 7px rgba(15,23,42,.12)}
body.haay-product .product-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px}
body.haay-product .product-header .product-title{margin-bottom:0}
body.haay-product .product-popularity-inline{position:static!important;display:inline-flex!important;align-items:center;max-width:100%;margin:0!important;padding:8px 13px!important;border:1px solid rgba(245,158,11,.22)!important;border-radius:999px!important;background:linear-gradient(135deg,#fff8e6,#ffedb5)!important;color:#7c4a00!important;box-shadow:0 8px 18px rgba(245,158,11,.16)!important;font-size:12px!important;font-weight:800!important;line-height:1.2!important;z-index:1!important;animation:none!important;transform:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}
body.haay-product .product-popularity-inline .popularity-icon{width:22px;height:22px;margin-right:7px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#f59e0b;color:#fff;font-size:12px}
body.haay-product .gallery-fixed .popularity-badge:not(.product-popularity-inline){display:none!important}
body.haay-product .product-details-page .gallery-top > .product-tag{top:14px!important;right:14px!important;left:auto!important;width:390px!important;min-width:390px!important;max-width:390px!important;height:44px!important;overflow:hidden!important;z-index:8!important;filter:drop-shadow(0 8px 16px rgba(15,23,42,.14))}
body.haay-product .product-details-page .gallery-top > .product-tag + .product-tag{top:62px!important}
body.haay-product .haay-gallery-badges{position:absolute;top:14px;right:14px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;width:390px;max-width:none;z-index:8;pointer-events:none}
body.haay-product .haay-gallery-badges .product-tag{position:static!important;display:block!important;width:390px!important;min-width:390px!important;max-width:390px!important;height:44px!important;overflow:hidden!important;margin:0!important;line-height:1!important;filter:drop-shadow(0 8px 16px rgba(15,23,42,.14))}
body.haay-product .product-details-page .gallery-top > .product-tag .product-badge-img,
body.haay-product .haay-gallery-badges .product-badge-img{display:block!important;width:390px!important;min-width:390px!important;max-width:390px!important;height:auto!important;max-height:none!important;object-fit:contain!important;border-radius:6px!important}
body.haay-product .product-details-page .product-tag.haay-tag-print .product-badge-img{transform:translateY(-8px)}
body.haay-product .product-details-page .product-tag.haay-tag-campaign .product-badge-img{transform:translateY(-56px)}
.header-mobile-search .dropdown-header .dropdown-close,
.header-links .button-search .dropdown-header .dropdown-close{width:auto!important;min-width:84px!important;padding:0 12px!important;gap:8px!important;border-color:#bfdbfe!important;background:linear-gradient(135deg,#eff6ff,#ffffff)!important}
.header-mobile-search .dropdown-header .dropdown-close::after,
.header-links .button-search .dropdown-header .dropdown-close::after{display:none!important}
.haay-close-icon{position:relative;width:20px;height:20px;flex:0 0 20px;border-radius:999px;background:#14a9ff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 5px 14px rgba(20,169,255,.22)}
.haay-close-icon::before,
.haay-close-icon::after{content:"";position:absolute;left:5px;right:5px;top:9px;height:2px;border-radius:999px;background:#fff}
.haay-close-icon::before{transform:rotate(45deg)}
.haay-close-icon::after{transform:rotate(-45deg)}
.haay-close-text{font-size:13px;font-weight:800;color:#0f75bc;line-height:1}
.haay-search-assist{border-color:#dbeafe;background:linear-gradient(135deg,#ffffff 0%,#f2f8ff 100%)}
.haay-search-assist-title{color:#0f172a;text-transform:none;letter-spacing:0;font-size:13px}
.haay-search-chip{background:#fff;border-color:#bfdbfe;color:#075985;box-shadow:0 4px 12px rgba(15,23,42,.04)}
@media (max-width:767px){
body.haay-product .product-whatsapp-floating{bottom:62px!important;left:13px!important}
body.haay-product .product-popularity-inline{padding:7px 11px!important;font-size:11px!important}
body.haay-product .product-details-page .gallery-top > .product-tag{top:8px!important;right:8px!important;width:245px!important;min-width:245px!important;max-width:245px!important;height:30px!important;overflow:hidden!important}
body.haay-product .product-details-page .gallery-top > .product-tag + .product-tag{top:41px!important}
body.haay-product .haay-gallery-badges{top:8px;right:8px;gap:3px;width:245px;max-width:none}
body.haay-product .haay-gallery-badges .product-tag{width:245px!important;min-width:245px!important;max-width:245px!important;height:30px!important;overflow:hidden!important}
body.haay-product .product-details-page .gallery-top > .product-tag .product-badge-img,
body.haay-product .haay-gallery-badges .product-badge-img{width:245px!important;min-width:245px!important;max-width:245px!important;max-height:none!important}
body.haay-product .product-details-page .product-tag.haay-tag-print .product-badge-img{transform:translateY(-6px)}
body.haay-product .product-details-page .product-tag.haay-tag-campaign .product-badge-img{transform:translateY(-37px)}
.header-mobile-search .dropdown-header .dropdown-close,
.header-links .button-search .dropdown-header .dropdown-close{min-width:80px!important;height:42px!important}
.haay-close-icon{width:20px;height:20px;flex-basis:20px}
.haay-close-text{font-size:13px}
.haay-search-assist{margin:0 14px 2px!important}
.haay-search-chip{min-height:36px!important;height:auto!important;padding:0 13px!important;font-size:14px!important}
.haay-search-empty{margin:8px auto 18px;padding:22px 16px;border-radius:14px}
.haay-search-empty h2{font-size:19px}
body.haay-search-page .haay-search-header{margin:0 auto 8px!important;padding:8px 10px 0!important}
body.haay-search-page .haay-search-summary{padding:13px 12px;border-radius:13px;box-shadow:0 8px 20px rgba(15,23,42,.06)}
body.haay-search-page .haay-search-eyebrow{margin-bottom:5px;font-size:11px}
body.haay-search-page .haay-search-summary .title{font-size:21px;line-height:1.2;word-break:break-word}
body.haay-search-page .haay-search-summary p{margin:6px 0 10px;font-size:12.5px;line-height:1.45}
body.haay-search-page .haay-search-page-form{max-width:none;border-radius:12px}
body.haay-search-page .haay-search-page-form .input{height:44px;font-size:16px;line-height:44px;padding:0 12px}
body.haay-search-page .haay-search-page-form .button-search{width:58px;font-size:13px}
body.haay-search-page .catalog-page .page-container{padding-top:0!important}
}
body.haay-page-detail .topic-page,
body.haay-blog-list .blog-page,
body.haay-blog-category .blog-page,
body.haay-blog-detail .blog-page{background:#f4f7fb}
.haay-section-eyebrow{display:inline-flex;align-items:center;margin-bottom:8px;color:#0f75bc;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.haay-corporate-hero{max-width:1200px;margin:0 auto 18px;padding:22px 15px 0}
.haay-corporate-hero h1{margin:0;color:#0f172a;font-size:34px;font-weight:900;line-height:1.16;letter-spacing:0;text-transform:none}
.haay-corporate-hero p{max-width:780px;margin:10px 0 0;color:#64748b;font-size:15px;line-height:1.7}
.haay-trust-strip{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.haay-trust-strip span{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#0f75bc;font-size:12px;font-weight:800;box-shadow:0 6px 14px rgba(15,23,42,.04)}
.haay-topic-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 300px;gap:22px;max-width:1200px!important;margin:0 auto 34px!important;padding:0 15px!important;align-items:start}
.haay-topic-layout .topic-body{min-width:0}
.haay-rich-article{background:#fff;border:1px solid #e5edf6;border-radius:16px;padding:28px 32px!important;box-shadow:0 14px 34px rgba(15,23,42,.07);color:#334155;font-size:14px;line-height:1.85}
.haay-rich-article h1,.haay-rich-article h2,.haay-rich-article h3,.haay-rich-article h4{color:#0f172a;line-height:1.3;margin:22px 0 10px;font-weight:900;letter-spacing:0;text-transform:none}
.haay-rich-article h1:first-child,.haay-rich-article h2:first-child,.haay-rich-article h3:first-child{margin-top:0}
.haay-rich-article p{margin:0 0 14px}
.haay-rich-article ul,.haay-rich-article ol{margin:0 0 16px 20px}
.haay-rich-article li{margin-bottom:8px}
.haay-rich-article img{max-width:100%;height:auto;border-radius:12px}
body.haay-blog-detail .article-container{background:#fff;border:1px solid #e5edf6;border-radius:16px;padding:28px 32px!important;box-shadow:0 14px 34px rgba(15,23,42,.07);color:#334155;font-size:14px;line-height:1.85}
body.haay-blog-detail .article-container h1,
body.haay-blog-detail .article-container h2,
body.haay-blog-detail .article-container h3,
body.haay-blog-detail .article-container h4{color:#0f172a;line-height:1.3;margin:22px 0 10px;font-weight:900;letter-spacing:0;text-transform:none}
body.haay-blog-detail .article-container p{margin:0 0 14px}
body.haay-blog-detail .article-container ul,
body.haay-blog-detail .article-container ol{margin:0 0 16px 20px}
.haay-topic-aside{position:sticky;top:12px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid #dbeafe;border-radius:16px;padding:18px;box-shadow:0 14px 34px rgba(15,23,42,.07)}
.haay-topic-aside strong{display:block;color:#0f172a;font-size:18px;font-weight:900;margin-bottom:8px}
.haay-topic-aside p{margin:0 0 14px;color:#64748b;font-size:13px;line-height:1.65}
.haay-topic-aside a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:999px;background:#14a9ff;color:#fff!important;font-weight:800}
body.haay-blog-list .blog-page .page-container,
body.haay-blog-category .blog-page .page-container,
body.haay-blog-detail .blog-page .page-container{display:grid!important;grid-template-columns:280px minmax(0,1fr);gap:22px;max-width:1200px;margin:0 auto 34px!important;padding:18px 15px 0!important;align-items:start}
body.haay-blog-list .page-body,
body.haay-blog-category .page-body,
body.haay-blog-detail .page-body{min-width:0;width:100%}
body.haay-blog-list .page-title,
body.haay-blog-category .page-title,
body.haay-blog-detail .page-title{background:linear-gradient(135deg,#fff 0%,#f7fbff 100%)!important;border:1px solid #dbeafe!important;border-radius:16px!important;padding:20px 22px!important;margin:0 0 18px!important;box-shadow:0 12px 30px rgba(15,23,42,.07)!important}
body.haay-blog-list .page-title h1,
body.haay-blog-category .page-title h1,
body.haay-blog-detail .page-title h1{margin:0;color:#0f172a;font-size:28px;font-weight:900;line-height:1.2;text-transform:none;letter-spacing:0}
body.haay-blog-list .breadcrumb,
body.haay-blog-category .breadcrumb,
body.haay-blog-detail .breadcrumb{margin-top:10px}
body.haay-blog-list .blog-sidebar,
body.haay-blog-category .blog-sidebar,
body.haay-blog-detail .blog-sidebar{width:auto!important;margin:0!important}
body.haay-blog-list .blog-sidebar-content,
body.haay-blog-category .blog-sidebar-content,
body.haay-blog-detail .blog-sidebar-content{position:sticky;top:12px}
body.haay-blog-list .blog-sidebar .block,
body.haay-blog-category .blog-sidebar .block,
body.haay-blog-detail .blog-sidebar .block{background:#fff;border:1px solid #e5edf6;border-radius:16px;padding:16px;box-shadow:0 12px 30px rgba(15,23,42,.06)}
body.haay-blog-list .blog-sidebar .title,
body.haay-blog-category .blog-sidebar .title,
body.haay-blog-detail .blog-sidebar .title{margin:0 0 10px;padding:0;border:0}
body.haay-blog-list .blog-sidebar .title strong,
body.haay-blog-category .blog-sidebar .title strong,
body.haay-blog-detail .blog-sidebar .title strong{color:#0f172a;font-size:15px;font-weight:900}
body.haay-blog-list .blog-sidebar .sublist,
body.haay-blog-category .blog-sidebar .sublist,
body.haay-blog-detail .blog-sidebar .sublist{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}
body.haay-blog-list .blog-sidebar li a,
body.haay-blog-category .blog-sidebar li a,
body.haay-blog-detail .blog-sidebar li a{display:block;padding:10px 12px;border:1px solid #e5edf6;border-radius:10px;background:#f8fbff;color:#334155;font-size:13px;font-weight:700;line-height:1.35}
body.haay-blog-list .blog-sidebar li a:hover,
body.haay-blog-category .blog-sidebar li a:hover,
body.haay-blog-detail .blog-sidebar li a:hover{border-color:#bfdbfe;background:#eff6ff;color:#0f75bc}
body.haay-blog-list .blog-posts,
body.haay-blog-category .blog-posts{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}
body.haay-blog-list .post,
body.haay-blog-category .post{height:100%;background:#fff;border:1px solid #e5edf6;border-radius:16px;box-shadow:0 12px 28px rgba(15,23,42,.06);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}
body.haay-blog-list .post:hover,
body.haay-blog-category .post:hover{transform:translateY(-3px);border-color:#bfdbfe;box-shadow:0 18px 36px rgba(15,23,42,.1)}
body.haay-blog-list .post-inner,
body.haay-blog-category .post-inner{display:flex;flex-direction:column;min-height:220px;padding:18px}
body.haay-blog-list .post-title,
body.haay-blog-category .post-title{display:block;color:#0f172a;font-size:18px;font-weight:900;line-height:1.35;margin-bottom:10px;text-transform:none}
body.haay-blog-list .post-body,
body.haay-blog-category .post-body{color:#64748b;font-size:13px;line-height:1.7}
body.haay-blog-list .blog-details,
body.haay-blog-category .blog-details{margin-top:auto;padding-top:16px}
body.haay-blog-list .read-more,
body.haay-blog-category .read-more{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;padding:0 15px;border-radius:999px;background:#14a9ff;color:#fff!important;font-size:13px;font-weight:800}
body.haay-blog-detail .blog-posts{display:block!important}
body.haay-blog-detail .blog-posts .post{background:transparent;border:0;box-shadow:none;padding:0}
body.haay-blog-detail .blog-posts .post-inner{padding:0}
body.haay-blog-detail .article-image{display:block;width:100%;max-height:420px;object-fit:cover;margin:0 0 22px;border-radius:14px}
@media (max-width:767px){
.haay-corporate-hero{padding:12px 10px 0;margin-bottom:10px}
.haay-corporate-hero h1{font-size:23px}
.haay-corporate-hero p{font-size:13px;line-height:1.55}
.haay-trust-strip{gap:6px;margin-top:10px}
.haay-trust-strip span{min-height:28px;padding:0 9px;font-size:11px}
.haay-topic-layout{display:block!important;padding:0 10px!important;margin-bottom:20px!important}
.haay-rich-article{padding:16px!important;border-radius:13px;font-size:13px;line-height:1.75}
body.haay-blog-detail .article-container{padding:16px!important;border-radius:13px;font-size:13px;line-height:1.75}
.haay-topic-aside{position:static;margin-top:12px;padding:15px;border-radius:13px}
body.haay-blog-list .blog-page .page-container,
body.haay-blog-category .blog-page .page-container,
body.haay-blog-detail .blog-page .page-container{display:flex!important;flex-direction:column;padding:10px 10px 0!important;gap:12px;margin-bottom:22px!important}
body.haay-blog-list .blog-sidebar,
body.haay-blog-category .blog-sidebar,
body.haay-blog-detail .blog-sidebar{order:2}
body.haay-blog-list .page-body,
body.haay-blog-category .page-body,
body.haay-blog-detail .page-body{order:1}
body.haay-blog-list .blog-sidebar-content,
body.haay-blog-category .blog-sidebar-content,
body.haay-blog-detail .blog-sidebar-content{position:static}
body.haay-blog-list .page-title,
body.haay-blog-category .page-title,
body.haay-blog-detail .page-title{padding:14px!important;margin-bottom:12px!important;border-radius:13px!important}
body.haay-blog-list .page-title h1,
body.haay-blog-category .page-title h1,
body.haay-blog-detail .page-title h1{font-size:22px}
body.haay-blog-list .blog-posts,
body.haay-blog-category .blog-posts{grid-template-columns:1fr;gap:12px}
body.haay-blog-list .post-inner,
body.haay-blog-category .post-inner{min-height:0;padding:15px}
body.haay-blog-list .post-title,
body.haay-blog-category .post-title{font-size:16px}
body.haay-blog-detail .article-image{max-height:260px;margin-bottom:14px}
}
body.haay-page-detail .haay-corporate-page{margin:0!important;padding:0 0 34px!important;background:linear-gradient(180deg,#f6f9fc 0%,#eef4f9 100%)!important}
body.haay-page-detail .haay-corporate-hero{display:block!important;max-width:1180px!important;margin:0 auto!important;padding:18px 15px 16px!important}
body.haay-page-detail .haay-section-eyebrow{display:inline-flex!important;align-items:center!important;margin:0 0 8px!important;padding:6px 11px!important;border:1px solid #bfdbfe!important;border-radius:999px!important;background:#fff!important;color:#0f75bc!important;font-size:11px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.04em!important;box-shadow:0 8px 18px rgba(15,23,42,.04)!important}
body.haay-page-detail .haay-corporate-hero h1{max-width:900px!important;margin:0!important;color:#0f172a!important;font-size:34px!important;font-weight:900!important;line-height:1.16!important;letter-spacing:0!important;text-transform:none!important}
body.haay-page-detail .haay-corporate-hero p{max-width:760px!important;margin:9px 0 0!important;color:#475569!important;font-size:14px!important;line-height:1.65!important}
body.haay-page-detail .haay-trust-strip{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin:14px 0 0!important;padding:0!important}
body.haay-page-detail .haay-trust-strip span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:31px!important;padding:0 12px!important;border:1px solid #dbeafe!important;border-radius:999px!important;background:#fff!important;color:#0f75bc!important;font-size:12px!important;font-weight:800!important;line-height:1!important;box-shadow:0 6px 14px rgba(15,23,42,.04)!important}
body.haay-page-detail .haay-topic-layout{display:grid!important;grid-template-columns:minmax(0,1fr) 300px!important;gap:22px!important;max-width:1180px!important;width:100%!important;margin:0 auto!important;padding:0 15px!important;align-items:start!important}
body.haay-page-detail .haay-topic-layout .topic-body{display:block!important;min-width:0!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;flex:none!important}
body.haay-page-detail .haay-rich-article{width:100%!important;max-width:none!important;margin:0!important;padding:34px 42px!important;background:#fff!important;border:1px solid #e5edf6!important;border-radius:16px!important;box-shadow:0 16px 38px rgba(15,23,42,.08)!important;color:#334155!important;font-size:14px!important;line-height:1.85!important;letter-spacing:0!important}
body.haay-page-detail .haay-rich-article::before{height:4px!important;background:linear-gradient(90deg,#14a9ff,#34d399,#f59e0b)!important;border-radius:16px 16px 0 0!important}
body.haay-page-detail .haay-rich-article::after{display:none!important}
body.haay-page-detail .haay-rich-article h1,
body.haay-page-detail .haay-rich-article h2,
body.haay-page-detail .haay-rich-article h3,
body.haay-page-detail .haay-rich-article h4{color:#0f172a!important;line-height:1.3!important;margin:22px 0 10px!important;padding:0!important;font-weight:900!important;letter-spacing:0!important;text-transform:none!important}
body.haay-page-detail .haay-rich-article h1::after,
body.haay-page-detail .haay-rich-article h2::before{display:none!important}
body.haay-page-detail .haay-rich-article h1:first-child,
body.haay-page-detail .haay-rich-article h2:first-child,
body.haay-page-detail .haay-rich-article h3:first-child{margin-top:0!important}
body.haay-page-detail .haay-rich-article p{margin:0 0 14px!important;color:#475569!important;font-size:14px!important;line-height:1.85!important;font-weight:400!important}
body.haay-page-detail .haay-rich-article p:first-of-type{font-size:14px!important;font-weight:400!important;color:#475569!important;margin-bottom:14px!important}
body.haay-page-detail .haay-rich-article strong,
body.haay-page-detail .haay-rich-article b{color:#1f2937!important;font-weight:800!important}
body.haay-page-detail .haay-rich-article ul,
body.haay-page-detail .haay-rich-article ol{margin:0 0 16px 0!important;padding:0!important}
body.haay-page-detail .haay-rich-article ul{list-style:none!important}
body.haay-page-detail .haay-rich-article ul li{position:relative!important;margin:0 0 9px!important;padding-left:22px!important;color:#475569!important;font-size:14px!important;line-height:1.75!important}
body.haay-page-detail .haay-rich-article ul li::before{content:""!important;position:absolute!important;left:3px!important;top:.72em!important;width:6px!important;height:6px!important;border-radius:50%!important;background:#14a9ff!important}
body.haay-page-detail .haay-rich-article ol{counter-reset:list-counter!important;list-style:none!important}
body.haay-page-detail .haay-rich-article ol li{counter-increment:list-counter!important;position:relative!important;margin:0 0 9px!important;padding-left:30px!important;color:#475569!important;font-size:14px!important;line-height:1.75!important}
body.haay-page-detail .haay-rich-article ol li::before{content:counter(list-counter) "."!important;position:absolute!important;left:0!important;top:0!important;width:24px!important;color:#0f75bc!important;font-size:14px!important;font-weight:900!important}
body.haay-page-detail .haay-topic-aside{position:sticky!important;top:12px!important;display:block!important;margin:0!important;padding:18px!important;background:linear-gradient(180deg,#fff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;border-radius:16px!important;box-shadow:0 16px 36px rgba(15,23,42,.07)!important}
body.haay-page-detail .haay-topic-aside strong{display:block!important;margin:0 0 8px!important;color:#0f172a!important;font-size:18px!important;font-weight:900!important;line-height:1.25!important}
body.haay-page-detail .haay-topic-aside p{margin:0 0 14px!important;color:#64748b!important;font-size:13px!important;line-height:1.6!important}
body.haay-page-detail .haay-topic-aside a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:0 16px!important;border-radius:999px!important;background:#14a9ff!important;color:#fff!important;font-size:13px!important;font-weight:900!important;text-decoration:none!important;box-shadow:0 10px 22px rgba(20,169,255,.22)!important}
@media (max-width:767px){
body.haay-page-detail .haay-corporate-page{padding-bottom:20px!important}
body.haay-page-detail .haay-corporate-hero{padding:12px 10px 12px!important}
body.haay-page-detail .haay-corporate-hero h1{font-size:24px!important;line-height:1.18!important}
body.haay-page-detail .haay-corporate-hero p{font-size:13px!important;line-height:1.55!important}
body.haay-page-detail .haay-trust-strip{gap:6px!important;margin-top:10px!important}
body.haay-page-detail .haay-trust-strip span{min-height:28px!important;padding:0 9px!important;font-size:11px!important}
body.haay-page-detail .haay-topic-layout{display:block!important;padding:0 10px!important;margin:0 auto!important}
body.haay-page-detail .haay-rich-article{padding:20px 16px!important;border-radius:13px!important;font-size:13px!important;line-height:1.72!important}
body.haay-page-detail .haay-rich-article p,
body.haay-page-detail .haay-rich-article p:first-of-type,
body.haay-page-detail .haay-rich-article ul li,
body.haay-page-detail .haay-rich-article ol li{font-size:13px!important;line-height:1.7!important}
body.haay-page-detail .haay-topic-aside{position:static!important;margin-top:12px!important;padding:15px!important;border-radius:13px!important}
}
body.haay-blog-list .blog-page,
body.haay-blog-category .blog-page,
body.haay-blog-detail .blog-page{margin:0!important;padding:18px 0 38px!important;background:linear-gradient(180deg,#f6f9fc 0%,#eef4f9 100%)!important}
body.haay-blog-list .blog-page .page-container,
body.haay-blog-category .blog-page .page-container,
body.haay-blog-detail .blog-page .page-container{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:22px!important;align-items:start!important;width:min(1280px,calc(100% - 30px))!important;max-width:1280px!important;margin:0 auto!important;padding:0!important}
body.haay-blog-list .blog-sidebar,
body.haay-blog-category .blog-sidebar,
body.haay-blog-detail .blog-sidebar{width:auto!important;max-width:none!important;min-width:0!important;margin:0!important;padding:0!important;background:transparent!important;overflow:visible!important;float:none!important;flex:none!important}
body.haay-blog-list .page-body,
body.haay-blog-category .page-body,
body.haay-blog-detail .page-body{width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;padding:0!important;float:none!important}
body.haay-blog-list .blog-page-content,
body.haay-blog-category .blog-page-content,
body.haay-blog-detail .blog-page-content{width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;border-radius:0!important;box-shadow:none!important}
body.haay-blog-list .page-title,
body.haay-blog-category .page-title,
body.haay-blog-detail .page-title{display:block!important;margin:0 0 18px!important;padding:22px 24px!important;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;border-radius:16px!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important}
body.haay-blog-list .page-title h1,
body.haay-blog-category .page-title h1,
body.haay-blog-detail .page-title h1{margin:0!important;color:#0f172a!important;font-size:30px!important;font-weight:900!important;line-height:1.18!important;letter-spacing:0!important;text-transform:none!important}
body.haay-blog-list .page-title::after{content:"Ambalaj, koli, baskı ve tedarik süreçleri için pratik ve güvenilir bilgi merkezi.";display:block;margin-top:8px;max-width:760px;color:#64748b;font-size:14px;line-height:1.6}
body.haay-blog-category .page-title::after{content:"Bu kategoriye ait güncel rehberleri ve profesyonel ambalaj önerilerini inceleyebilirsiniz.";display:block;margin-top:8px;max-width:760px;color:#64748b;font-size:14px;line-height:1.6}
body.haay-blog-detail .page-title::after{content:"Haay Ambalaj bilgi merkezi";display:inline-flex;margin-top:10px;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eff6ff;color:#0f75bc;font-size:12px;font-weight:800}
body.haay-blog-list .breadcrumb,
body.haay-blog-category .breadcrumb,
body.haay-blog-detail .breadcrumb{margin-top:10px!important}
body.haay-blog-list .breadcrumb ul,
body.haay-blog-category .breadcrumb ul,
body.haay-blog-detail .breadcrumb ul{display:flex!important;flex-wrap:wrap!important;gap:4px!important;align-items:center!important}
body.haay-blog-list .breadcrumb li,
body.haay-blog-category .breadcrumb li,
body.haay-blog-detail .breadcrumb li{color:#64748b!important;font-size:12px!important;line-height:1.4!important;text-transform:none!important}
body.haay-blog-list .blog-sidebar-content,
body.haay-blog-category .blog-sidebar-content,
body.haay-blog-detail .blog-sidebar-content{position:sticky!important;top:12px!important;margin:0!important;padding:16px!important;background:#fff!important;border:1px solid #dbeafe!important;border-radius:16px!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important}
body.haay-blog-list .blog-sidebar .block,
body.haay-blog-category .blog-sidebar .block,
body.haay-blog-detail .blog-sidebar .block{margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
body.haay-blog-list .blog-sidebar .title,
body.haay-blog-category .blog-sidebar .title,
body.haay-blog-detail .blog-sidebar .title{margin:0 0 12px!important;padding:0 0 12px!important;border:0!important;border-bottom:1px solid #e5edf6!important}
body.haay-blog-list .blog-sidebar .title strong,
body.haay-blog-category .blog-sidebar .title strong,
body.haay-blog-detail .blog-sidebar .title strong{display:block!important;color:#0f172a!important;font-size:17px!important;font-weight:900!important;line-height:1.2!important}
body.haay-blog-list .blog-sidebar .title strong::after,
body.haay-blog-category .blog-sidebar .title strong::after,
body.haay-blog-detail .blog-sidebar .title strong::after{content:"Bilgi konuları";display:block;margin-top:5px;color:#64748b;font-size:12px;font-weight:600;line-height:1.35}
body.haay-blog-list .blog-sidebar .nav-list,
body.haay-blog-category .blog-sidebar .nav-list,
body.haay-blog-detail .blog-sidebar .nav-list,
body.haay-blog-list .blog-sidebar .sublist,
body.haay-blog-category .blog-sidebar .sublist,
body.haay-blog-detail .blog-sidebar .sublist{display:flex!important;flex-direction:column!important;gap:7px!important;margin:0!important;padding:0!important;list-style:none!important}
body.haay-blog-list .blog-sidebar li,
body.haay-blog-category .blog-sidebar li,
body.haay-blog-detail .blog-sidebar li{margin:0!important;padding:0!important;border:0!important;list-style:none!important}
body.haay-blog-list .blog-sidebar li a,
body.haay-blog-category .blog-sidebar li a,
body.haay-blog-detail .blog-sidebar li a{position:relative!important;display:flex!important;align-items:center!important;min-height:40px!important;padding:9px 11px 9px 28px!important;border:1px solid #e5edf6!important;border-radius:11px!important;background:#f8fbff!important;color:#334155!important;font-size:12.5px!important;font-weight:800!important;line-height:1.35!important;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease!important}
body.haay-blog-list .blog-sidebar li a::before,
body.haay-blog-category .blog-sidebar li a::before,
body.haay-blog-detail .blog-sidebar li a::before{content:""!important;position:absolute!important;left:12px!important;top:50%!important;width:7px!important;height:7px!important;border-radius:50%!important;background:#14a9ff!important;transform:translateY(-50%)!important;box-shadow:0 0 0 4px rgba(20,169,255,.12)!important}
body.haay-blog-list .blog-sidebar li a:hover,
body.haay-blog-category .blog-sidebar li a:hover,
body.haay-blog-detail .blog-sidebar li a:hover{transform:translateX(2px)!important;border-color:#bfdbfe!important;background:#eff6ff!important;color:#0f75bc!important}
body.haay-blog-list .blog-posts,
body.haay-blog-category .blog-posts{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin:0!important;padding:0!important}
body.haay-blog-list .post,
body.haay-blog-category .post{display:block!important;height:100%!important;min-width:0!important;margin:0!important;padding:0!important;background:#fff!important;border:1px solid #e5edf6!important;border-radius:16px!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
body.haay-blog-list .post:hover,
body.haay-blog-category .post:hover{transform:translateY(-3px)!important;border-color:#bfdbfe!important;box-shadow:0 18px 36px rgba(15,23,42,.1)!important}
body.haay-blog-list .post-content,
body.haay-blog-category .post-content,
body.haay-blog-list .post-inner,
body.haay-blog-category .post-inner{display:flex!important;flex-direction:column!important;height:100%!important;min-width:0!important;min-height:0!important}
body.haay-blog-list .post-inner,
body.haay-blog-category .post-inner{padding:18px!important;min-height:265px!important}
body.haay-blog-list .post-head,
body.haay-blog-category .post-head{display:block!important;margin:0 0 10px!important;padding:0!important;border:0!important}
body.haay-blog-list .post-title,
body.haay-blog-category .post-title{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#0f172a!important;font-size:17px!important;font-weight:900!important;line-height:1.35!important;margin:0!important;letter-spacing:0!important;text-transform:none!important}
body.haay-blog-list .post-body,
body.haay-blog-category .post-body{display:-webkit-box!important;-webkit-line-clamp:7!important;-webkit-box-orient:vertical!important;overflow:hidden!important;margin:0!important;color:#64748b!important;font-size:13px!important;line-height:1.65!important}
body.haay-blog-list .blog-details,
body.haay-blog-category .blog-details{margin:auto 0 0!important;padding-top:16px!important}
body.haay-blog-list .blog-details .buttons,
body.haay-blog-category .blog-details .buttons{display:flex!important;justify-content:flex-end!important;margin:0!important}
body.haay-blog-list .read-more,
body.haay-blog-category .read-more{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:38px!important;padding:0 14px!important;border:0!important;border-radius:999px!important;background:#14a9ff!important;color:#fff!important;font-size:12.5px!important;font-weight:900!important;line-height:1!important;box-shadow:0 10px 22px rgba(20,169,255,.2)!important}
body.haay-blog-detail .blog-posts,
body.haay-blog-detail .post,
body.haay-blog-detail .post-content,
body.haay-blog-detail .post-inner{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}
body.haay-blog-detail .article-container{width:100%!important;max-width:none!important;margin:0!important;padding:32px 38px!important;background:#fff!important;border:1px solid #e5edf6!important;border-radius:16px!important;box-shadow:0 16px 38px rgba(15,23,42,.08)!important;color:#334155!important;font-size:14px!important;line-height:1.85!important}
body.haay-blog-detail .article-image{display:block!important;width:100%!important;max-height:420px!important;object-fit:cover!important;margin:0 0 22px!important;border-radius:14px!important;border:1px solid #e5edf6!important}
@media (max-width:1199px){
body.haay-blog-list .blog-posts,
body.haay-blog-category .blog-posts{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:991px){
body.haay-blog-list .blog-page,
body.haay-blog-category .blog-page,
body.haay-blog-detail .blog-page{padding:12px 0 24px!important}
body.haay-blog-list .blog-page .page-container,
body.haay-blog-category .blog-page .page-container,
body.haay-blog-detail .blog-page .page-container{display:flex!important;flex-direction:column!important;width:calc(100% - 20px)!important;gap:12px!important}
body.haay-blog-list .page-body,
body.haay-blog-category .page-body,
body.haay-blog-detail .page-body{order:1!important}
body.haay-blog-list .blog-sidebar,
body.haay-blog-category .blog-sidebar,
body.haay-blog-detail .blog-sidebar{order:2!important;width:100%!important}
body.haay-blog-list .blog-sidebar-content,
body.haay-blog-category .blog-sidebar-content,
body.haay-blog-detail .blog-sidebar-content{position:static!important;padding:14px!important;border-radius:14px!important}
body.haay-blog-list .blog-sidebar .sublist,
body.haay-blog-category .blog-sidebar .sublist,
body.haay-blog-detail .blog-sidebar .sublist{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
}
@media (max-width:767px){
body.haay-blog-list .page-title,
body.haay-blog-category .page-title,
body.haay-blog-detail .page-title{padding:16px!important;margin-bottom:12px!important;border-radius:14px!important}
body.haay-blog-list .page-title h1,
body.haay-blog-category .page-title h1,
body.haay-blog-detail .page-title h1{font-size:22px!important;line-height:1.22!important}
body.haay-blog-list .page-title::after,
body.haay-blog-category .page-title::after{font-size:12.5px!important;line-height:1.45!important}
body.haay-blog-list .blog-posts,
body.haay-blog-category .blog-posts{grid-template-columns:1fr!important;gap:12px!important}
body.haay-blog-list .post-inner,
body.haay-blog-category .post-inner{min-height:0!important;padding:16px!important}
body.haay-blog-list .post-title,
body.haay-blog-category .post-title{font-size:16px!important}
body.haay-blog-list .post-body,
body.haay-blog-category .post-body{-webkit-line-clamp:5!important;font-size:12.5px!important}
body.haay-blog-list .blog-sidebar .sublist,
body.haay-blog-category .blog-sidebar .sublist,
body.haay-blog-detail .blog-sidebar .sublist{grid-template-columns:1fr!important}
body.haay-blog-detail .article-container{padding:18px 16px!important;border-radius:14px!important;font-size:13px!important;line-height:1.75!important}
body.haay-blog-detail .article-image{max-height:260px!important;margin-bottom:14px!important}
}
body.haay-search-page .catalog-page.default{margin:0!important;padding:18px 0 38px!important;background:linear-gradient(180deg,#f6f9fc 0%,#eef4f9 100%)!important}
body.haay-search-page .haay-search-header{display:block!important;width:min(1200px,calc(100% - 30px))!important;max-width:1200px!important;margin:0 auto 18px!important;padding:0!important}
body.haay-search-page .haay-search-summary{display:block!important;margin:0!important;padding:22px 24px!important;background:linear-gradient(135deg,#fff 0%,#f8fbff 100%)!important;border:1px solid #dbeafe!important;border-radius:16px!important;box-shadow:0 14px 34px rgba(15,23,42,.07)!important}
body.haay-search-page .haay-search-eyebrow{display:inline-flex!important;align-items:center!important;margin:0 0 8px!important;padding:6px 10px!important;border-radius:999px!important;background:#eff6ff!important;color:#0f75bc!important;font-size:11px!important;font-weight:900!important;line-height:1!important;text-transform:uppercase!important;letter-spacing:.04em!important}
body.haay-search-page .haay-search-summary .title{margin:0!important;color:#0f172a!important;font-size:32px!important;font-weight:900!important;line-height:1.16!important;letter-spacing:0!important;text-transform:none!important}
body.haay-search-page .haay-search-summary p{max-width:760px!important;margin:9px 0 0!important;color:#64748b!important;font-size:14px!important;line-height:1.6!important}
body.haay-search-page .catalog-page .page-container{display:block!important;width:min(1200px,calc(100% - 30px))!important;max-width:1200px!important;margin:0 auto!important;padding:0!important}
body.haay-search-page .catalog-page .product-grid{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;flex:none!important}
body.haay-search-page .catalog-page .item-grid.grid-4{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;width:100%!important;margin:0!important;padding:0!important}
body.haay-search-page .catalog-page .item-grid.grid-4 .product-item{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;opacity:1!important}
body.haay-search-page .catalog-page .product{display:flex!important;flex-direction:column!important;height:100%!important;background:#fff!important;border:1px solid #e5edf6!important;border-radius:14px!important;box-shadow:0 12px 28px rgba(15,23,42,.06)!important;overflow:hidden!important;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important}
body.haay-search-page .catalog-page .product:hover{transform:translateY(-3px)!important;border-color:#bfdbfe!important;box-shadow:0 18px 36px rgba(15,23,42,.1)!important}
body.haay-search-page .catalog-page .product .image,
body.haay-search-page .catalog-page .product .image a{display:block!important;width:100%!important;margin:0!important;padding:0!important;background:#fff!important}
body.haay-search-page .catalog-page .product-image-wrapper{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;aspect-ratio:1/1!important;margin:0!important;padding:10px!important;background:#fff!important;overflow:hidden!important}
body.haay-search-page .catalog-page .product-image{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;object-fit:contain!important;background:#fff!important}
body.haay-search-page .catalog-page .product-info{display:grid!important;grid-template-columns:1fr auto!important;gap:10px 12px!important;align-items:end!important;margin:0!important;padding:0 14px 14px!important;background:#fff!important}
body.haay-search-page .catalog-page .product-info .name{grid-column:1/-1!important;min-height:42px!important;margin:0!important;padding:0!important;font-size:14px!important;line-height:1.35!important;font-weight:800!important;text-transform:none!important;white-space:normal!important;overflow:hidden!important}
body.haay-search-page .catalog-page .product-info .name a{display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;color:#0f172a!important}
body.haay-search-page .catalog-page .product-info .prices{display:flex!important;align-items:center!important;margin:0!important;padding:0!important;min-height:34px!important;position:static!important}
body.haay-search-page .catalog-page .product-info .price a{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 12px!important;border-radius:999px!important;background:#f1f5f9!important;color:#475569!important;font-size:12px!important;font-weight:900!important;line-height:1!important}
body.haay-search-page .catalog-page .product-info .discount{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:0 10px!important;border:1px solid #d946ef!important;border-radius:8px!important;background:#fdf4ff!important;color:#9d174d!important;font-size:12px!important;font-weight:900!important;line-height:1!important;white-space:nowrap!important}
@media (min-width:768px){
body.haay-search-page .haay-search-page-form{display:none!important}
}
@media (max-width:1199px){
body.haay-search-page .catalog-page .item-grid.grid-4{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media (max-width:767px){
body.haay-search-page .catalog-page.default{padding:10px 0 22px!important}
body.haay-search-page .haay-search-header{width:calc(100% - 20px)!important;margin:0 auto 12px!important}
body.haay-search-page .haay-search-summary{padding:15px!important;border-radius:14px!important}
body.haay-search-page .haay-search-summary .title{font-size:22px!important;line-height:1.22!important;word-break:break-word!important}
body.haay-search-page .haay-search-summary p{font-size:12.5px!important;line-height:1.5!important}
body.haay-search-page .catalog-page .page-container{width:calc(100% - 20px)!important}
body.haay-search-page .catalog-page .item-grid.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
body.haay-search-page .catalog-page .product-info{grid-template-columns:1fr!important;padding:0 10px 10px!important;gap:8px!important}
body.haay-search-page .catalog-page .product-info .name{min-height:38px!important;font-size:12.5px!important}
body.haay-search-page .catalog-page .product-info .prices{min-height:30px!important}
body.haay-search-page .catalog-page .product-info .price a,
body.haay-search-page .catalog-page .product-info .discount{min-height:30px!important;font-size:11px!important}
}
body.haay-error-500{font-family:Arial,sans-serif;font-size:10pt;background:#fff;color:#000;margin:15px}
body.haay-error-500 h2{font-size:16pt;color:#f00}
body.haay-error-500 table{background:#000;padding:5px}
body.haay-error-500 th{background:#00f;color:#fff}
body.haay-error-500 tr{background:#ccc;color:#000}
