.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.hero-swiper,.hero-swiper .swiper-slide,.vjs-wrap{position:relative}img{display:block;max-width:100%;height:auto}.swiper-slide img{aspect-ratio:420/630;width:100%;height:auto;object-fit:cover}.vjs-wrap{width:100%;aspect-ratio:16/9}.vjs-wrap video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-swiper{width:100%;min-height:400px;aspect-ratio:9/15;overflow:hidden}.hero-swiper .swiper-slide::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:180px;pointer-events:none;z-index:5;background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.6) 50%,rgba(0,0,0,.95) 100%)}@media (min-width:640px){.hero-swiper{min-height:450px;aspect-ratio:4/3}}@media (min-width:1024px){.hero-swiper{min-height:600px;aspect-ratio:25/9}}.content-slider .swiper{width:100%;height:auto}.content-slider .swiper-wrapper{display:flex;align-items:stretch}.content-slider .swiper-slide{height:auto;display:flex}body{font-display:swap}#order-count{min-width:60px;display:inline-block;text-align:center}.hero-swiper .swiper-slide .image-hero-container{width:100%;height:100%;min-height:inherit}.hero-swiper .swiper-slide .image-hero-container img{width:100%;height:100%;object-fit:cover}@media (max-width:768px){.vjs-wrap{aspect-ratio:9/16;min-height:400px}}.hero-meta,.hero-overlay{position:relative;z-index:10}
:root {
--footer-bg: #0a0a0a;
--footer-text: #a0a0a0;
--footer-heading: #ffffff;
--footer-accent: #3b82f6;
--footer-accent-hover: #2563eb;
--footer-border: #222222;
}
.modern-footer {
background-color: var(--footer-bg);
color: var(--footer-text);
padding: 80px 0 0;
font-family: "Inter", sans-serif;
border-top: 1px solid var(--footer-border);
position: relative;
}
.footer-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-top {
display: grid;
grid-template-columns: 2fr 1fr 1fr 1.5fr;
gap: 40px;
padding-bottom: 60px;
border-bottom: 1px solid var(--footer-border);
}
.footer-logo {
color: var(--footer-heading);
font-size: 24px;
font-weight: 700;
margin-bottom: 20px;
letter-spacing: -0.5px;
}
.footer-logo span {
color: var(--footer-accent);
}
.footer-desc {
line-height: 1.6;
margin-bottom: 25px;
font-size: 15px;
}
.social-links {
display: flex;
gap: 15px;
}
.social-link {
display: flex;
align-items: center;
justify-content: center;
width: 36px;
height: 36px;
background: rgba(255, 255, 255, 0.05);
color: var(--footer-heading);
border-radius: 50%;
transition: all 0.3s ease;
text-decoration: none;
}
.social-link:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
.footer-col h4 {
color: var(--footer-heading);
font-size: 18px;
font-weight: 600;
margin-bottom: 25px;
}
.footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 12px;
}
.footer-links a {
color: var(--footer-text);
text-decoration: none;
transition: color 0.3s ease;
font-size: 15px;
display: inline-block;
}
.footer-links a:hover {
color: var(--footer-accent);
transform: translateX(5px);
}
.newsletter-col p {
margin-bottom: 20px;
font-size: 14px;
}
.input-group {
display: flex;
background: rgba(255, 255, 255, 0.05);
border-radius: 8px;
padding: 5px;
border: 1px solid var(--footer-border);
transition: border-color 0.3s ease;
}
.input-group:focus-within {
border-color: var(--footer-accent);
}
.input-group input {
background: transparent;
border: none;
color: var(--footer-heading);
padding: 10px 15px;
width: 100%;
outline: none;
font-size: 14px;
}
.input-group button {
background: var(--footer-accent);
color: white;
border: none;
width: 40px;
border-radius: 6px;
cursor: pointer;
transition: background 0.3s ease;
}
.input-group button:hover {
background: var(--footer-accent-hover);
}
.footer-bottom {
padding: 30px 0;
display: flex;
justify-content: space-between;
align-items: center;
font-size: 14px;
}
.back-to-top {
background: var(--footer-border);
color: var(--footer-heading);
border: none;
width: 40px;
height: 40px;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
background: var(--footer-accent);
transform: translateY(-3px);
}
@media (max-width: 992px) {
.footer-top {
grid-template-columns: 1fr 1fr;
gap: 30px;
}
.brand-col {
grid-column: span 2;
}
}
@media (max-width: 576px) {
.footer-top {
grid-template-columns: 1fr;
}
.brand-col {
grid-column: span 1;
}
.footer-bottom {
flex-direction: column;
gap: 15px;
}
}


.pay-row {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.4rem;
}
.pay-chip {
display: inline-flex;
align-items: center;
justify-content: center;
background: #fff;
border-radius: 0.35rem;
padding: 0;
line-height: 0;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
}
.pay-chip img {
display: block;
width: 42px;
height: auto;
}
@media (max-width: 767px) {
.pay-chip img { width: 38px; }
}


.footer-pay { justify-content: flex-start; margin-top: 1.1rem; }
@media (max-width: 767px) {
.footer-pay { justify-content: center; margin-top: 0.9rem; }
}
