/* =============================================
   Header V2 - Two-tier e-commerce header
   ============================================= */

.header-v2 {
    background: #fff;
    padding: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.header-v2 .container.headerarea {
    max-width: 1320px;
    overflow: visible;
}

.header-v2-frame {
    position: relative;
    z-index: 1200;
    background: #fff;
    overflow: visible;
}

.header-v2 .bottom-menu .bottom-menu-inner,
.header-v2 .bottom-menu .bottom-menu-inner ul,
.header-v2 .header-v2-links {
    overflow: visible !important;
}

.header-v2-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 3px;
    padding: 18px 0 12px;
    overflow: visible;
}

.header-v2-logo {
    grid-column: 1;
    grid-row: 1 / 3;
    align-self: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    max-width: none;
    margin: 0;
    padding: 0;
}

.header-v2-logo img {
    display: block;
    height: 88px;
    max-height: 88px;
    width: auto;
    object-fit: contain;
}

.header-v2-search-row {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    align-items: center;
    width: 100%;
    min-width: 0;
    align-self: end;
    padding-top: 2px;
}

.header-v2-search-row .header-v2-search,
.header-v2-search-row .header-v2-search-bar {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
}

.header-v2-nav.bottom-menu {
    grid-column: 2;
    grid-row: 2;
    min-width: 0;
    width: 100%;
    position: relative;
    align-self: start;
    margin-top: 0;
    padding-top: 0;
}

.header-v2-actions-strip {
    grid-column: 3;
    grid-row: 1 / 3;
    align-self: center;
}

.header-v2-search-bar {
    width: 100%;
}

.header-v2-search-bar .header-v2-search-form {
    width: 100%;
    box-sizing: border-box;
    border-radius: 6px;
    border-color: #e0e4e8;
    background: #fff;
    opacity: 1;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.header-v2-search-bar .header-v2-search-form.is-active,
.header-v2-search-bar .header-v2-search-form:focus-within {
    border-color: #111;
    background: #fff;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}

.header-v2-search-bar .header-v2-search-input {
    height: 34px !important;
    padding: 6px 12px !important;
    font-size: 12px;
    border-radius: 6px 0 0 6px;
    color: #333 !important;
}

.header-v2-search-bar .header-v2-search-input::placeholder {
    color: #9aa5b1 !important;
}

.header-v2-search-bar .header-v2-search-btn {
    height: 34px;
    width: 38px;
    border-radius: 0 6px 6px 0;
    background: #111;
    transition: background 0.2s ease;
}

.header-v2-search-bar .header-v2-search-form.is-active .header-v2-search-btn,
.header-v2-search-bar .header-v2-search-form:focus-within .header-v2-search-btn {
    background: #000;
}

.header-v2-search-bar .header-v2-search-btn i {
    font-size: 13px;
}

.header-v2-search-bar .header-v2-search-form .dropdown-menu {
    min-width: 100%;
    max-width: none;
    max-height: 260px;
    padding: 4px 0;
    border-radius: 6px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.header-v2-search-bar .header-v2-search-form .dropdown-header {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #888;
    padding: 6px 12px 4px;
}

.header-v2-search-bar .header-v2-search-form .dropdown-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-v2-search-bar .header-v2-search-form .dropdown-item img {
    width: 34px !important;
    height: 34px !important;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
    margin: 0 !important;
}

.header-v2-search-bar .header-v2-search-form .dropdown-divider {
    margin: 4px 0;
}

.header-v2-search-bar .header-v2-search-form .header-v2-search-empty,
.header-v2-search-form .header-v2-search-empty {
    margin: 6px 10px;
    padding: 10px 12px;
    font-size: 12px;
    font-weight: 500;
    color: #111;
    text-align: center;
    background: #fff6f2;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.header-v2-search-bar .header-v2-search-form .spinner {
    padding: 12px 0;
}

.header-v2-search-bar .header-v2-search-form .spinner-border {
    width: 1.25rem;
    height: 1.25rem;
}

.header-v2-search-see-all {
    display: block;
    margin: 6px 10px 8px;
    padding: 7px 10px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none !important;
    color: #111 !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.header-v2-search-see-all:hover {
    background: #f0f0f0;
    border-color: #111;
    color: #111 !important;
}

/* Search */
.header-v2-search {
    flex: 1;
    min-width: 0;
}

.header-v2-top-search {
    width: 100%;
    max-width: none;
}

.header-v2-top-search .header-v2-search-form {
    border-radius: 999px;
    border-color: #d8dce2;
    background: #fff;
    padding-left: 4px;
}

.header-v2-search-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    color: #8b95a1;
    font-size: 15px;
    pointer-events: none;
}

.header-v2-top-search .header-v2-search-input {
    height: 44px !important;
    padding: 10px 18px 10px 0 !important;
    border-radius: 0 999px 999px 0;
    font-size: 14px;
}

.header-v2-search-form {
    display: flex;
    align-items: stretch;
    position: relative;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    overflow: visible;
    background: #fff;
}

.header-v2-search-input {
    flex: 1;
    border: none !important;
    background: transparent !important;
    color: #333 !important;
    font-size: 14px;
    padding: 12px 16px !important;
    height: 46px !important;
    width: auto !important;
    border-radius: 8px 0 0 8px;
    min-width: 0;
}

.header-v2-search-input::placeholder {
    color: #9aa5b1 !important;
}

.header-v2-category {
    position: relative;
    display: flex;
    align-items: center;
    border-left: 1px solid #e0e4e8;
    flex-shrink: 0;
}

.header-v2-category::after {
    content: '';
    position: absolute;
    right: 14px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    transform: translateY(-60%) rotate(45deg);
    pointer-events: none;
}

.header-v2-category-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    background: transparent;
    background-image: none;
    padding: 0 34px 0 14px;
    font-size: 13px;
    color: #111;
    font-weight: 500;
    cursor: pointer;
    height: 46px;
    min-width: 130px;
    max-width: 170px;
    outline: none;
    line-height: 46px;
}

.header-v2-category-select::-ms-expand {
    display: none;
}

.header-v2-search-btn {
    background: #111;
    border: none;
    color: #fff;
    width: 52px;
    height: 46px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-v2-search-btn:hover {
    background: #000;
}

.header-v2-search-form {
    position: relative;
}

.header-v2-search-form .dropdown-menu {
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    right: 0;
    width: 100%;
    display: none;
    z-index: 1210;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid #e0e4e8;
    max-height: 400px;
    overflow-y: auto;
    background: #fff;
}

.header-v2-search-form.show .dropdown-menu.show {
    display: block;
}

.header-v2-search-form .dropdown-item {
    color: #333;
    white-space: normal;
}

.header-v2-search-form .dropdown-header {
    color: #111;
    font-weight: 600;
}

/* Actions */
.header-v2-actions-strip {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    align-self: center;
    margin-left: 0;
    padding-left: 28px;
    border-left: 1px solid #e8eaed;
    background: transparent;
}

.header-v2-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    flex-shrink: 0;
    height: auto;
    width: auto !important;
    float: none !important;
    position: static !important;
    top: auto !important;
}

.header-v2-action-item {
    position: relative;
    display: flex;
    align-items: center;
    align-self: auto;
    height: auto;
    padding: 0;
}

.header-v2-action-divider {
    border-left: none;
}

.header-v2-action-trigger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 64px;
    height: auto;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit;
}

button.header-v2-action-trigger {
    border: none;
    background: transparent;
    padding: 0;
    font: inherit;
}

.header-v2-icon-wrap {
    position: relative;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border-radius: 0 !important;
    line-height: 1 !important;
}

.header-v2-icon-wrap i {
    font-size: 24px;
    color: #111;
}

.header-v2-badge {
    position: absolute;
    top: -2px;
    right: -4px;
    background: #111;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    padding: 0 4px;
}

.header-v2-badge:empty,
.header-v2-badge[data-count="0"] {
    display: none;
}

.header-v2-action-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.2;
    white-space: nowrap;
    text-align: center;
}

.header-v2-action-text span,
.header-v2-action-text strong {
    font-size: 10px;
    color: #111;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.header-v2-action-text small {
    display: none;
}

/* Language selector */
.header-v2-lang {
    position: relative;
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
    vertical-align: middle;
}

.header-v2-lang-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    min-width: 108px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    background: #f8f9fb;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
}

.header-v2-lang-trigger:hover,
.header-v2-lang.is-open .header-v2-lang-trigger {
    border-color: #c5d0da;
    background: #fff;
}

.header-v2-lang-trigger .fa-globe {
    font-size: 15px;
    color: #111;
}

.header-v2-lang-label {
    line-height: 1;
}

.header-v2-lang-chevron {
    font-size: 12px;
    color: #6b7280;
    transition: transform 0.2s;
}

.header-v2-lang.is-open .header-v2-lang-chevron {
    transform: rotate(180deg);
}

.header-v2-lang-menu {
    display: none;
    position: absolute;
    top: calc(100% + 4px);
    left: 0;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e4e8;
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    padding: 4px;
    z-index: 1210;
    overflow: hidden;
}

.header-v2-lang:hover .header-v2-lang-menu,
.header-v2-lang.is-open .header-v2-lang-menu {
    display: block;
}

.header-v2-lang-option {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: none;
    background: transparent;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
    box-sizing: border-box;
}

.header-v2-lang-option:hover {
    background: #f0f3f6;
    color: #111;
}

.header-v2-lang-option.is-active {
    background: #111;
    color: #fff;
    font-weight: 600;
}

.header-v2-lang-option.is-active:hover {
    background: #000;
    color: #fff;
}

.header-v2-action-guest .header-v2-action-trigger {
    cursor: pointer;
}

/* ---- Bottom Nav (inline in header main) ---- */
.header-v2-nav.bottom-menu {
    position: static;
    z-index: auto;
    background: transparent !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    margin-top: 0 !important;
    display: block !important;
    clear: none;
    padding: 0;
    border: none;
    box-shadow: none;
    overflow: visible;
}

.header-v2-nav.bottom-menu::before {
    display: none;
}

.header-v2-nav.bottom-menu.header-v2-nav--fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1100;
    display: flex !important;
    justify-content: center;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: visible;
}

.header-v2-nav.bottom-menu.header-v2-nav--fixed .header-v2-links {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
}

.header-v2-nav-spacer {
    grid-column: 2;
    grid-row: 2;
    display: block;
    width: 100%;
    height: 0;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck {
    background: #fff6f2 !important;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-color: transparent !important;
    border-bottom-color: rgba(69, 51, 38, 0.12) !important;
    box-shadow: 0 6px 24px rgba(69, 51, 38, 0.12) !important;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck::before {
    display: none;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-links > ul > li > a {
    color: #453326 !important;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-links > ul > li > a:hover {
    color: #453326 !important;
    opacity: 0.75;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-links > ul > li > a::after {
    background: #453326;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-megamenu {
    left: 50%;
    right: auto;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    background: #fff6f2;
    border-color: rgba(69, 51, 38, 0.15);
    border-left: none;
    border-right: none;
    border-radius: 0;
    box-shadow: 0 16px 40px rgba(69, 51, 38, 0.14);
    padding-left: max(20px, calc((100vw - 1320px) / 2 + 20px));
    padding-right: max(20px, calc((100vw - 1320px) / 2 + 20px));
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-megamenu-links li a {
    color: #453326 !important;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-megamenu-links li a:hover {
    color: #453326 !important;
    background: rgba(69, 51, 38, 0.08);
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-brands {
    color: #453326 !important;
}

.header-v2-nav .container {
    max-width: none;
    padding: 0;
}

.header-v2-nav-inner {
    display: flex;
    align-items: center;
    min-height: 0;
    position: relative;
    width: auto;
    min-width: 0;
}

.header-v2-categories {
    position: relative;
    flex-shrink: 0;
}

.header-v2-categories-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #111;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 0 22px;
    height: 46px;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    border-radius: 4px;
    margin: 6px 16px 6px 0;
}

.header-v2-categories-btn:hover,
.header-v2-categories.is-open .header-v2-categories-btn {
    background: #000;
}

.header-v2-categories-chevron {
    font-size: 10px;
    transition: transform 0.2s;
}

.header-v2-categories.is-open .header-v2-categories-chevron {
    transform: rotate(180deg);
}

.header-v2-categories-btn .fa-bars {
    font-size: 16px;
}

.header-v2-categories-btn .fa-chevron-down {
    font-size: 10px;
    margin-left: 4px;
}

.header-v2-megamenu {
    display: none !important;
    position: absolute;
    top: calc(100% + 4px) !important;
    left: 0;
    width: 280px;
    max-width: min(320px, 90vw);
    background: #fff6f2;
    box-shadow: 0 12px 40px rgba(69, 51, 38, 0.14);
    z-index: 1100;
    border-radius: 8px;
    padding: 0 !important;
    border: 1px solid rgba(69, 51, 38, 0.15) !important;
    overflow: hidden;
}

.header-v2-categories:hover .header-v2-megamenu,
.header-v2-categories.is-open .header-v2-megamenu {
    display: block !important;
}

.header-v2-megamenu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: rgba(69, 51, 38, 0.06);
    border-bottom: 1px solid rgba(69, 51, 38, 0.12);
    font-size: 13px;
    font-weight: 700;
    color: #453326;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.header-v2-megamenu-head small {
    font-size: 11px;
    font-weight: 500;
    color: rgba(69, 51, 38, 0.65);
    text-transform: none;
    letter-spacing: 0;
}

.header-v2-cat-list {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    max-height: 360px;
    overflow-y: auto;
}

.header-v2-cat-list li {
    display: block !important;
    padding: 0 !important;
    margin: 0 !important;
}

.header-v2-cat-list li::before {
    display: none !important;
}

.header-v2-cat-list li a {
    display: block !important;
    padding: 11px 18px !important;
    color: #453326 !important;
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: none !important;
    border-bottom: none !important;
    transition: background 0.15s, color 0.15s, padding-left 0.15s;
}

.header-v2-cat-list li a:hover {
    background: rgba(69, 51, 38, 0.08) !important;
    color: #453326 !important;
    padding-left: 22px !important;
}

.header-v2-megamenu-foot {
    padding: 12px 18px;
    border-top: 1px solid rgba(69, 51, 38, 0.12);
    background: rgba(69, 51, 38, 0.06);
}

.header-v2-megamenu-foot a {
    font-size: 13px;
    font-weight: 600;
    color: #453326 !important;
    text-decoration: none !important;
}

.header-v2-megamenu-foot a:hover {
    color: #453326 !important;
    opacity: 0.75;
}

.header-v2-links {
    flex: 1 1 auto;
    float: none !important;
    width: 100% !important;
    min-width: 0;
    overflow: visible;
}

.header-v2-links > ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: left;
    margin: 0;
    padding: 0;
    gap: 0;
    width: 100%;
    overflow: visible;
    min-width: 0;
    position: relative;
}

.header-v2-links > ul > li {
    display: inline-block;
    padding: 0;
    flex-shrink: 0;
}

.header-v2-nav-item {
    position: static;
    z-index: 1;
}

.header-v2-nav-item.has-megamenu:hover {
    z-index: 1400;
}

.header-v2-nav-item.has-megamenu > a::after {
    display: none;
}

.header-v2-nav-item.has-megamenu:hover > a {
    color: #453326 !important;
}

.header-v2-nav-megamenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: none;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid rgba(69, 51, 38, 0.15);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 16px 40px rgba(69, 51, 38, 0.12);
    z-index: 1400;
    padding: 16px 20px;
    margin-top: 0;
    overflow: hidden;
}

.header-v2-nav-megamenu::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 14px;
}

.header-v2-nav-item.has-megamenu:hover .header-v2-nav-megamenu,
.header-v2-nav-item.has-megamenu.is-open .header-v2-nav-megamenu {
    display: flex;
    align-items: flex-start;
    gap: 32px;
}

.header-v2-nav-megamenu-links {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(160px, 200px));
    align-content: start;
    align-items: start;
    justify-content: start;
    gap: 2px 28px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    flex: 1 1 auto;
    min-width: 0;
    width: auto !important;
}

.header-v2-nav-megamenu-links li {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    flex: 0 0 auto;
    line-height: 1.2;
}

.header-v2-nav-megamenu-links li a {
    display: block;
    padding: 7px 8px !important;
    color: #453326 !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.35 !important;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 6px;
    transition: background 0.15s ease, color 0.15s ease;
    position: static;
}

.header-v2-nav-megamenu-links li a::after {
    display: none !important;
}

.header-v2-nav-megamenu-links li a:hover {
    background: rgba(69, 51, 38, 0.08);
    color: #453326 !important;
}

.header-v2-nav-megamenu-media {
    flex: 0 0 220px;
    width: 220px;
    margin: 0 0 0 auto;
    align-self: flex-start;
}

.header-v2-nav-megamenu-media a {
    display: block;
    border-radius: 8px;
    overflow: hidden;
    background: #f7f7f7;
}

.header-v2-nav-megamenu-media img {
    display: block;
    width: 100%;
    height: 150px;
    min-height: 0;
    max-height: none;
    object-fit: cover;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-item.has-megamenu:hover > a,
.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-item.has-megamenu.is-open > a {
    color: #453326 !important;
    opacity: 1;
}

.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-item.has-megamenu:hover > a::after,
.header-v2-nav.bottom-menu.header-v2-nav--stuck .header-v2-nav-item.has-megamenu.is-open > a::after {
    background: #453326;
    transform: scaleX(1);
}

.header-v2-links > ul > li > a {
    display: block;
    color: #111 !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 2px 0;
    transition: color 0.2s;
    white-space: nowrap;
    position: relative;
}

.header-v2-links > ul > li:first-child > a {
    padding-left: 0;
}

.header-v2-links > ul > li:last-child > a {
    padding-right: 0;
}

.header-v2-links > ul > li > a:hover {
    color: #000 !important;
}

.header-v2-links > ul > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #111;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.header-v2-links > ul > li > a:hover::after {
    transform: scaleX(1);
}

.header-v2-nav-brands {
    font-size: 16px !important;
    font-weight: 800 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #000 !important;
}

.header-v2-nav-brands-item .header-v2-nav-brands::after {
    display: none;
}

.header-v2-nav-brands:hover {
    color: #000 !important;
    opacity: 0.75;
}

/* Override legacy header styles for v2 */
.header-v2 .cart-menu {
    padding-bottom: 0;
}

.header-v2 .cart-menu > .cart-icon,
.header-v2 .header-v2-icon-wrap.cart-icon {
    background: transparent !important;
    width: 28px !important;
    height: 28px !important;
    line-height: 1 !important;
}

.header-v2 .cart-menu:hover > .cart-icon {
    background: transparent !important;
}

.header-v2 .cart-menu > .cart-icon img {
    display: none;
}

.header-v2 .menu-toggle {
    display: none;
    margin-left: 8px;
}

.header-v2 .mobile-search {
    display: none;
}

.header-v2 .header-link-dropdown {
    right: 0;
    left: auto;
    min-width: 300px;
    z-index: 1210 !important;
}

.header-v2 .cart-dropdown.open,
.header-v2 .header-link-dropdown.open {
    z-index: 1210 !important;
}

/* Cart dropdown */
.header-v2 .header-v2-cart-dropdown {
    width: 320px;
    min-width: 320px;
    padding: 0 !important;
    border: 1px solid #e8ecf0 !important;
    border-radius: 12px !important;
    border-top: 1px solid #e8ecf0 !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    overflow: hidden;
}

.header-v2-cart-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 16px;
    background: #f8f9fb;
    border-bottom: 1px solid #e8ecf0;
}

.header-v2-cart-title {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.header-v2-cart-head-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.header-v2-cart-count {
    font-size: 12px;
    color: #666;
    font-weight: 500;
}

.header-v2-cart-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #453326;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
}

.header-v2-cart-close:hover,
.header-v2-cart-close:focus {
    background: #ebe4dc;
    color: #453326;
    outline: none;
}

.header-v2-cart-body {
    max-height: 280px;
    overflow-y: auto;
}

.header-v2-cart-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-v2-cart-list > li {
    position: relative;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f2f5;
}

.header-v2-cart-list > li:last-child {
    border-bottom: none;
}

.header-v2-cart-list .close-cart {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #b0b8c1;
    font-size: 16px;
    z-index: 1;
    transition: color 0.15s;
}

.header-v2-cart-list .close-cart:hover {
    color: #e74c3c;
}

.header-v2-cart-list figure {
    display: flex !important;
    gap: 12px;
    align-items: center;
    grid-template-columns: unset !important;
    margin: 0;
    padding-right: 20px;
}

.header-v2-cart-list figure > a {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    border: 1px solid #e8ecf0 !important;
    border-radius: 8px;
    overflow: hidden;
    padding: 0 !important;
}

.header-v2-cart-list figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-v2-cart-list figcaption {
    flex: 1;
    min-width: 0;
}

.header-v2-cart-list figcaption span a {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.35;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.header-v2-cart-list .cart-price {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    margin: 4px 0 0;
}

.header-v2-cart-empty-wrap {
    border-bottom: none !important;
    list-style: none;
}

.header-v2-cart-empty {
    text-align: center;
    padding: 28px 16px;
}

.header-v2-cart-empty .fa-shopping-bag {
    font-size: 32px;
    color: #453326;
    margin-bottom: 10px;
}

.header-v2-cart-empty p {
    margin: 0;
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.header-v2-cart-list .account-empty-state--dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 180px;
    padding: 44px 20px;
    margin: 0;
    border: 1px solid #ececec;
    border-radius: 12px;
    background: #fff;
}

.header-v2-cart-list .account-empty-state--dropdown .account-empty-state__icon {
    margin-bottom: 16px;
}

.header-v2-cart-list .account-empty-state--dropdown .account-empty-state__icon .fa {
    font-size: 44px;
    line-height: 1;
}

.header-v2-cart-list .account-empty-state--favorites .account-empty-state__icon .fa {
    color: #e07a8a;
}

.header-v2-cart-list .account-empty-state--dropdown .account-empty-state__text {
    margin: 0;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #666;
}

.header-v2-cart-actions .header-v2-cart-btn:only-child {
    flex: 1;
}

.header-v2-cart-foot {
    padding: 14px 16px;
    background: #f8f9fb;
    border-top: 1px solid #e8ecf0;
}

.header-v2-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.header-v2-cart-total span {
    font-size: 13px;
    color: #666;
    font-weight: 500;
}

.header-v2-cart-total strong {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.header-v2-cart-actions {
    display: flex;
    gap: 8px;
}

.header-v2-cart-btn {
    flex: 1;
    display: block;
    text-align: center;
    padding: 10px 8px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s, color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.header-v2-cart-btn.outline {
    background: #fff;
    color: #111;
    border: 1px solid #111;
}

.header-v2-cart-btn.outline:hover {
    background: #f5f5f5;
    border-color: #111;
    color: #111;
}

.header-v2-cart-btn.primary {
    background: #fff;
    color: #111;
    border: 1px solid #111;
}

.header-v2-cart-btn.primary:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

/* Mobile menu positioning */
.header-v2 .menu-left {
    width: 100%;
}

/* ---- Responsive ---- */
/* Geniş monitör: laptop (1200–1799px) bu aralığa girmez */
@media (min-width: 1800px) {
    .header-v2-links.bottom-menu-inner.menu {
        padding: 10px;
    }
}

@media (max-width: 1199px) {
    .header-v2-grid {
        column-gap: 14px;
    }

    .header-v2-logo img {
        height: 72px;
        max-height: 72px;
    }

    .header-v2-links > ul > li > a {
        font-size: 9px;
        padding: 2px 0;
    }

    .header-v2-actions {
        gap: 14px;
    }

    .header-v2-actions-strip {
        padding-left: 18px;
    }

    .header-v2-action-trigger {
        min-width: 52px;
    }

    .header-v2-action-text {
        display: none;
    }

    .header-v2-action-item {
        padding: 0;
    }

    .header-v2-category-select {
        max-width: 120px;
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .header-v2 {
        position: relative;
    }

    .header-v2-grid {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 8px 0;
    }

    .header-v2-logo {
        grid-column: auto;
        grid-row: auto;
        flex: 0 0 auto;
        margin: 0;
        max-width: 110px;
    }

    .header-v2-search-row,
    .header-v2-nav.bottom-menu {
        display: none !important;
    }

    .header-v2-logo img {
        height: 44px;
        max-height: 44px;
        width: auto;
    }

    .header-v2-actions-strip {
        grid-column: auto;
        grid-row: auto;
        flex: 1 1 auto;
        display: flex;
        justify-content: flex-end;
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        min-width: 0;
    }

    .header-v2 .mobile-search {
        display: flex !important;
        align-items: center;
        flex-shrink: 0;
    }

    .header-v2 .mobile-search button {
        border: none;
        background: transparent;
        color: #111;
        width: 36px;
        height: 36px;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        font-size: 18px;
        line-height: 1;
    }

    /* Override legacy .search-right / .menu-toggle rules from responsive.css */
    .header-v2 .header-v2-actions.search-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: nowrap;
        gap: 2px;
        width: auto !important;
        max-width: none !important;
        float: none !important;
        position: static !important;
        top: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        height: auto !important;
    }

    .header-v2-action-item {
        padding: 0;
        margin: 0;
        flex-shrink: 0;
    }

    .header-v2-action-trigger {
        min-width: 36px;
        gap: 0;
    }

    .header-v2-action-text {
        display: none !important;
    }

    .header-v2-icon-wrap {
        width: 36px;
        height: 36px;
    }

    .header-v2-icon-wrap i {
        font-size: 18px;
    }

    .header-v2 .menu-toggle {
        display: block !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
        left: auto !important;
        width: 28px;
        height: 28px;
        margin: 0 0 0 4px;
        flex-shrink: 0;
    }

    /* ---- Mobile drawer menu ---- */
    .header-v2 .menu-left {
        position: fixed !important;
        top: var(--mobile-menu-top, 96px) !important;
        left: -100%;
        right: auto;
        bottom: 0;
        padding: 12px 0 40px;
        background: #453326;
        width: 100%;
        z-index: 1100;
        height: calc(100vh - var(--mobile-menu-top, 96px));
        height: calc(100dvh - var(--mobile-menu-top, 96px));
        max-height: none;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        float: none;
        box-sizing: border-box;
        transition: left 0.28s ease !important;
    }

    .header-v2 .menu-left.active {
        left: 0;
    }

    body.mobile-menu-open {
        overflow: hidden;
        touch-action: none;
    }

    .header-v2 .menu-left .menu.primary {
        max-width: none;
        margin: 0;
        width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .header-v2 .menu-left .menu.primary > ul {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align: left;
    }

    .header-v2 .menu-left .menu.primary > ul > li {
        position: relative;
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        margin: 0;
        border-bottom: none;
    }

    .header-v2 .menu-left .menu.primary > ul > li:not(.mobilemenu-newest) > a {
        color: #fff6f2 !important;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px 48px 15px 16px;
        margin: 2px 0;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1.3;
        transition: background 0.2s ease, color 0.2s ease !important;
    }

    .header-v2 .menu-left .menu.primary > ul > li > a:hover,
    .header-v2 .menu-left .menu.primary > ul > li > a:active {
        background: rgba(255, 246, 242, 0.1);
    }

    .header-v2 .menu-left .menu.primary > ul > li.mobilemenu-newest > a {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 15px 48px 15px 16px;
        margin: 2px 0 8px;
        border-radius: 10px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        line-height: 1.3;
        color: #ff6b61;
        animation: mobilemenuNewestBlink 1.1s ease-in-out infinite;
    }

    @keyframes mobilemenuNewestBlink {
        0%,
        100% {
            color: #ff6b61;
        }
        50% {
            color: #fff6f2;
        }
    }

    .header-v2 .menu-left .menu.primary > ul > li.mobilemenu-blog {
        margin-top: 18px;
        padding-top: 10px !important;
        border-top: 1px solid rgba(255, 246, 242, 0.18);
    }

    .header-v2 .menu-left .menu.primary > ul > li.mobilemenu-contact > a {
        color: #fff6f2 !important;
    }

    .header-v2 .menu-left .mobilemenu-blog__icon,
    .header-v2 .menu-left .mobilemenu-contact__icon {
        font-size: 14px;
        width: 18px;
        text-align: center;
        color: #fff6f2;
        flex-shrink: 0;
    }

    .header-v2 .menu-left .menu.primary > ul > li:has(+ .mobilemenu-blog) {
        border-bottom: none;
    }

    .header-v2 .menu-left .mobilemenu-social {
        margin: 22px 8px 8px;
        padding: 18px 14px 16px;
        border-top: 1px solid rgba(255, 246, 242, 0.18);
    }

    .header-v2 .menu-left .mobilemenu-social__title {
        margin: 0 0 14px;
        font-family: "Mulish", sans-serif;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #fff6f2;
        line-height: 1.3;
    }

    .header-v2 .menu-left .mobilemenu-social__list {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 12px;
    }

    .header-v2 .menu-left .mobilemenu-social__item {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #fff6f2;
        color: #453326 !important;
        text-decoration: none;
        transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease !important;
    }

    .header-v2 .menu-left .mobilemenu-social__item i {
        font-size: 16px;
        line-height: 1;
    }

    .header-v2 .menu-left .mobilemenu-social__item:hover,
    .header-v2 .menu-left .mobilemenu-social__item:active {
        background: #453326;
        color: #fff6f2 !important;
        transform: translateY(-1px);
        box-shadow: inset 0 0 0 1.5px #fff6f2;
    }

    .header-v2 .menu-left span.opener {
        background-image: none !important;
        background-color: transparent !important;
        width: 44px;
        height: 44px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 4px;
        top: 4px;
        cursor: pointer;
        z-index: 2;
        border-radius: 8px;
    }

    .header-v2 .menu-left span.opener:active {
        background: rgba(255, 246, 242, 0.1) !important;
    }

    .header-v2 .menu-left span.opener::before {
        color: #fff6f2;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        font-family: inherit;
    }

    .header-v2 .menu-left span.opener.plus::before {
        content: "+";
    }

    .header-v2 .menu-left span.opener.minus::before {
        content: "\2212";
    }

    .header-v2 .menu-left ul.megamenu {
        display: none;
        position: static !important;
        top: auto !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        background: rgba(0, 0, 0, 0.15) !important;
        box-shadow: none !important;
        border: none !important;
        border-top: none !important;
        border-radius: 10px;
        padding: 6px 8px 8px 12px !important;
        margin: 0 0 8px !important;
        color: #fff;
        float: none;
    }

    .header-v2 .menu-left ul.megamenu > li {
        display: block !important;
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
        flex: none !important;
        padding: 0 !important;
        margin: 0;
        border-bottom: none;
    }

    .header-v2 .menu-left ul.megamenu > li:last-child {
        border-bottom: none;
    }

    .header-v2 .menu-left ul.megamenu > li > a {
        display: block !important;
        color: rgba(255, 246, 242, 0.85) !important;
        padding: 10px 12px !important;
        border-radius: 8px;
        font-size: 12px !important;
        font-weight: 500 !important;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        line-height: 1.35 !important;
        background: transparent !important;
    }

    .header-v2 .menu-left ul.megamenu > li > a:hover,
    .header-v2 .menu-left ul.megamenu > li > a:active {
        background: rgba(255, 246, 242, 0.08);
        color: #fff6f2 !important;
    }
}

@media (max-width: 767px) {
    .header-v2 .header-v2-actions.search-right {
        width: auto !important;
        top: auto !important;
        padding-top: 0 !important;
    }

    .header-v2 .menu-toggle {
        right: auto !important;
        top: auto !important;
    }

    .header-v2 .menu-left {
        top: var(--mobile-menu-top, 96px) !important;
    }
}
@media (max-width: 575px) {
    .header-v2-action-divider {
        border-left: none;
    }

    .header-v2-action-item {
        padding: 0;
    }

    .header-v2-logo {
        max-width: 90px;
    }

    .header-v2-logo img {
        height: 38px;
        max-height: 38px;
    }

    .header-v2 .mobile-search button,
    .header-v2-icon-wrap {
        width: 34px;
        height: 34px;
    }

    .header-v2-icon-wrap i,
    .header-v2 .mobile-search button {
        font-size: 17px;
    }

    .header-v2-badge {
        min-width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 9px;
    }
}

/* ---- Mobile search modal (match desktop search bar) ---- */
#mobile-search-modal.mobile-search-modal .modal-dialog {
    margin: 16px;
    max-width: none;
}

#mobile-search-modal .modal-content.header-v2-mobile-search-modal,
#mobile-search-modal .header-v2-mobile-search-modal {
    width: 100% !important;
    margin: 0 !important;
    background: #fff !important;
    border: none;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    overflow: visible;
}

#mobile-search-modal .header-v2-mobile-search-modal .modal-body {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
}

#mobile-search-modal .header-v2-mobile-search-modal .header-v2-search {
    flex: 1;
    min-width: 0;
}

#mobile-search-modal .header-v2-mobile-search-modal .header-v2-search-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1px solid #e0e4e8;
    border-radius: 6px;
    background: #fff;
    position: relative;
}

#mobile-search-modal .header-v2-mobile-search-modal .header-v2-search-input,
#mobile-search-modal .header-v2-mobile-search-modal .search-input {
    display: block !important;
    flex: 1;
    width: 100% !important;
    height: 44px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: none !important;
    border-radius: 6px 0 0 6px !important;
    background: #fff !important;
    color: #333 !important;
    font-size: 14px !important;
    box-shadow: none !important;
}

#mobile-search-modal .header-v2-mobile-search-modal .header-v2-search-btn {
    flex-shrink: 0;
    width: 48px;
    height: 44px;
    border: none;
    border-radius: 0 6px 6px 0;
    background: #111;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
}

#mobile-search-modal .header-v2-mobile-search-modal .header-v2-search-btn i {
    font-size: 15px;
    color: #fff;
}

#mobile-search-modal .header-v2-mobile-search-modal .dropdown-menu {
    width: 100%;
    max-height: 55vh;
    overflow-y: auto;
    margin-top: 6px;
    border-radius: 8px;
    border: 1px solid #e8ecf0;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#mobile-search-modal .header-v2-mobile-search-close {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #e0e4e8;
    border-radius: 50%;
    background: #f8f9fb;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    line-height: 1;
}

#mobile-search-modal .header-v2-mobile-search-close:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

#mobile-search-modal .header-v2-mobile-search-close i {
    font-size: 16px;
}

#mobile-search-modal .modal-footer {
    display: none !important;
}

@media (max-width: 767px) {
    .headerarea .mobile-search {
        display: flex !important;
        margin-top: 0 !important;
    }

    .header-v2 .mobile-search button i {
        height: auto !important;
        width: auto !important;
        line-height: 1 !important;
        font-size: inherit !important;
        color: #111 !important;
        background: transparent !important;
        border-radius: 0 !important;
    }
}

/* ---- Floating actions (WhatsApp + back to top) ---- */
.floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.floating-actions .back-to-top {
    position: static;
    right: auto;
    bottom: auto;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
    border: none;
    background: #111;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px) scale(0.9);
    max-height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease, max-height 0.25s ease, background 0.2s ease;
}

.floating-actions .back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    max-height: 48px;
    pointer-events: auto;
}

.floating-actions .back-to-top:hover {
    background: #000;
}

.floating-actions .whatsapp-float {
    display: flex;
    align-items: center;
    gap: 10px;
    width: auto;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    text-decoration: none;
    box-shadow: none;
    transition: transform 0.2s ease;
}

.floating-actions .whatsapp-float:hover,
.floating-actions .whatsapp-float:focus {
    text-decoration: none;
    transform: translateY(-2px);
}

.floating-actions .whatsapp-float__label {
    display: inline-block;
    background: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    padding: 11px 18px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.floating-actions .whatsapp-float__icon {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #25d366;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.4);
    transition: background 0.2s ease, box-shadow 0.2s ease;
}

.floating-actions .whatsapp-float:hover .whatsapp-float__icon,
.floating-actions .whatsapp-float:focus .whatsapp-float__icon {
    background: #1ebe57;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.48);
}

@media (max-width: 767px) {
    .floating-actions {
        right: 14px;
        bottom: 14px;
        gap: 10px;
    }

    .floating-actions .back-to-top {
        width: 44px;
        height: 44px;
        font-size: 16px;
    }

    .floating-actions .back-to-top.is-visible {
        max-height: 44px;
    }

    .floating-actions .whatsapp-float__label {
        font-size: 12px;
        padding: 9px 14px;
    }

    .floating-actions .whatsapp-float__icon {
        width: 48px;
        height: 48px;
        font-size: 26px;
    }
}

@media (max-width: 420px) {
    .floating-actions .whatsapp-float__label {
        display: none;
    }
}
