/* ============================================================
   MAWWAL.CZ — KOMPLETNÍ STYLY v6
   <link href="/user/documents/upload/mawwal-styles.css" rel="stylesheet">
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

/* ===== OBECNÉ STYLY ===== */

.mawwal-duo-section { margin: 60px 0; align-items: center; }
.fade-section { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-section.is-visible { opacity: 1; transform: translateY(0); }
.mawwal-title { font-size: 34px; font-weight: 700; line-height: 1.2; margin-bottom: 8px; color: #111111; }
.mawwal-subtitle-nawa { font-size: 24px; font-weight: 600; color: #b0122a; margin: 0 0 20px 0; }
.mawwal-subtitle-mashaer { font-size: 24px; font-weight: 600; color: #b08a2a; margin: 0 0 20px 0; }
.mawwal-text { font-size: 16px; line-height: 1.8; margin: 0; color: #222222; }
.mawwal-perfume-wrap { display: inline-block; margin-top: 20px; position: relative; animation: mawwal-float 7s ease-in-out infinite; }
.mawwal-perfume-img { max-width: 460px; width: 100%; height: auto; transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease; border-radius: 18px; transform: none !important; }
.mawwal-rotate-left { transform: none !important; }
.mawwal-rotate-right { transform: none !important; }
.mawwal-perfume-wrap:hover .mawwal-perfume-img { transform: translateY(-6px) scale(1.06) !important; box-shadow: 0 22px 48px rgba(0,0,0,0.25); filter: saturate(1.04); }
@keyframes mawwal-float { 0% { transform: translateY(0); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0); } }
.mawwal-cta-row { margin: 40px 0 80px 0; }
.mawwal-cta-btn { padding: 12px 28px; border-radius: 40px; font-size: 16px; font-weight: 600; letter-spacing: 0.03em; text-transform: uppercase; box-shadow: 0 10px 25px rgba(0,0,0,0.15); transition: transform 0.2s ease, box-shadow 0.2s ease; background-color: #111111 !important; border-color: #111111 !important; color: #ffffff !important; }
.mawwal-cta-btn:hover { transform: translateY(-2px); box-shadow: 0 16px 35px rgba(0,0,0,0.2); }
.mawwal-howto-wrapper { margin: 60px 0 80px 0; }
.mawwal-howto-steps { margin-top: 30px; justify-content: center !important; text-align: center; }
.mawwal-step-card { background: rgba(255,255,255,0.92); border-radius: 24px; padding: 20px 22px 22px; margin-bottom: 24px; box-shadow: 0 12px 30px rgba(0,0,0,0.06); border: 1px solid rgba(210,190,170,0.35); position: relative; overflow: hidden; min-height: 220px; transition: transform 0.25s ease, box-shadow 0.25s ease; }
.mawwal-step-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0%, rgba(240,225,200,0.35), transparent 55%); opacity: 0; transition: opacity 0.35s ease; }
.mawwal-step-card:hover { transform: translateY(-6px); box-shadow: 0 18px 45px rgba(0,0,0,0.12); }
.mawwal-step-card:hover::before { opacity: 1; }
.mawwal-step-number { width: 32px; height: 32px; border-radius: 999px; border: 1px solid rgba(176,138,42,0.45); color: #b08a2a; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px; background: rgba(255,255,255,0.9); }
.mawwal-step-title { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #111; }
.mawwal-step-card-final { padding-top: 26px; }
.mawwal-step-link { display: block; color: inherit; text-decoration: none !important; }
.mawwal-step-link:hover { color: inherit; }
.mawwal-howto-header { text-align: center !important; width: 100%; display: block; }
.mawwal-howto-intro { text-align: center; margin-bottom: 35px; }
.mawwal-howto-intro .mawwal-title { margin-bottom: 12px; }
.mawwal-howto-intro .mawwal-text { max-width: 620px; margin: 0 auto; }
.mawwal-contact-wrapper { display: flex; justify-content: center; }
.mawwal-step-card-contact { max-width: 560px; width: 100%; padding: 24px 24px 26px; }
.mawwal-step-card-contact > * { max-width: 520px; margin: 0 auto; }
.mawwal-step-card-contact form, .mawwal-step-card-contact label, .mawwal-step-card-contact p { text-align: left; }
.mawwal-seo-section { margin: 60px 0 40px 0; padding: 35px 15px; background: #ffffff; border-radius: 18px; }
.mawwal-seo-title { font-size: 22px; margin-bottom: 12px; font-weight: 600; text-align: center; color: #111111; }
.mawwal-seo-text { max-width: 780px; margin: 0 auto; font-size: 15.5px; line-height: 1.85; color: #222222; text-align: center; }
.mawwal-seo-section a { color: #111111; text-decoration: underline; }
.search-suggestions-box { padding: 12px; border-radius: 12px; background: #faf7f2; margin-top: 10px; }
.suggestion-item { display: flex; align-items: center; padding: 8px; border-radius: 8px; margin-bottom: 6px; text-decoration: none !important; color: #333; transition: background 0.2s; }
.suggestion-item:hover { background: #f0ebe4; }
.suggestion-item img { width: 46px; height: 46px; object-fit: cover; border-radius: 6px; margin-right: 12px; box-shadow: 0 2px 6px rgba(0,0,0,0.15); }
.suggestion-info { font-size: 15px; font-weight: 600; line-height: 1.3; }

@media (max-width: 767px) {
    .mawwal-duo-section { margin: 40px 0; text-align: center; }
    .mawwal-title { font-size: 26px; }
    .mawwal-subtitle-nawa, .mawwal-subtitle-mashaer { font-size: 20px; }
    .mawwal-text { font-size: 15px; }
    .mawwal-perfume-wrap { animation: none; }
    .mawwal-perfume-img { max-width: 340px; }
    .mawwal-perfume-wrap:hover .mawwal-perfume-img { transform: translateY(-4px) scale(1.03) !important; }
    .mawwal-howto-wrapper { margin: 40px 0 60px 0; }
    .mawwal-step-card { min-height: auto; }
}

/* ═══════════════════════════════════════════════════════════
   DUO BANNERY — nová titulní sekce
   ═══════════════════════════════════════════════════════════ */

.index-content-wrapper { padding-top: 0 !important; }

#mw-duo-banners {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: 0;
    padding: 0 16px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

/* Wrapper = grid item (jeden banner + text pod ním) */
.mw-banner-wrap {
    margin-bottom: 10px;
}

.mw-banner-wrap:last-child { margin-bottom: 0; }

/* Banner = samotná fotka s overlayem */
.mw-banner {
    position: relative;
    width: 100%;
    border-radius: 14px;
    overflow: hidden;
}

.mw-banner-img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 14px;
}

.mw-banner-canvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mw-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.0) 45%, rgba(0,0,0,0.42) 100%);
    pointer-events: none;
}

.mw-banner-btn {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    padding: 11px 32px;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    border-radius: 30px;
    white-space: nowrap;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mw-banner-btn:hover {
    transform: translateX(-50%) translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.mw-banner-mawwal .mw-banner-btn { background: rgba(184,146,74,0.92); }
.mw-banner-icandy  .mw-banner-btn { background: rgba(212,96,154,0.92); }

.mw-banner-text {
    padding: 12px 4px 24px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.mw-banner-text-title {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 7px;
}

.mw-banner-text-desc {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #444444;
    line-height: 1.7;
    margin: 0;
}

.mw-banner-mawwal .mw-banner-text-title { color: #b8924a; }
.mw-banner-icandy  .mw-banner-text-title { color: #d4609a; }

@media (min-width: 768px) {
    #mw-duo-banners {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        padding: 0 24px;
        align-items: start;
    }

    .mw-banner-wrap { margin-bottom: 0; }

    .mw-banner-btn {
        bottom: 24px;
        font-size: 13px;
        padding: 13px 38px;
    }

    .mw-banner-text-title { font-size: 17px; }
}

@media (min-width: 1200px) {
    #mw-duo-banners { padding: 0 40px; gap: 20px; }
    .mw-banner-btn { padding: 14px 42px; }
}

/* ===== PRODUCT DETAIL — H1 STYLING ===== */

body:not(.in-icandy) .p-detail-inner-header h1 {
  font-family: 'Poppins', sans-serif !important;
  font-size: clamp(1.3rem, 2.8vw, 1.9rem) !important;
  font-weight: 300 !important;
  color: #b8924a !important;
  letter-spacing: 0.06em !important;
  line-height: 1.35 !important;
}

body.in-icandy .p-detail-inner-header h1 {
  font-family: 'Playfair Display', serif !important;
  font-size: clamp(1.4rem, 3vw, 2rem) !important;
  font-weight: 700 !important;
  color: #6a1a5a !important;
  letter-spacing: -0.01em !important;
  line-height: 1.2 !important;
}

body.in-icandy .detail-parameters-wrapper table.detail-parameters td a,
body.in-icandy .p-param-block .detail-parameters-wrapper table.detail-parameters td a {
  color: #d4609a !important;
  text-decoration: none !important;
  font-family: 'Raleway', sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  border-bottom: 1.5px solid rgba(212,96,154,0.35) !important;
  padding-bottom: 1px !important;
  transition: color 0.2s ease !important;
}

body.in-icandy .detail-parameters-wrapper table.detail-parameters td a:hover,
body.in-icandy .p-param-block .detail-parameters-wrapper table.detail-parameters td a:hover {
  color: #a855a0 !important;
  border-bottom-color: #a855a0 !important;
}

/* ===== PATIČKA ===== */

footer#footer,
footer#footer .footer-rows,
footer#footer .footer-bottom,
footer#footer .custom-footer,
footer#footer .row.custom-footer,
.custom-footer {
    background-color: #ffffff !important;
    background: #ffffff !important;
    border-top-color: #ffffff !important;
}
