/*
Theme Name: ReklamX
Description: Child theme for Storefront – ReklamX Shop
Author: by Huy dev
Template: storefront
Version: 1.0
*/
.site {
    overflow-x: visible;
}
.page-template-homepage .col-full{
    max-width: 100%;
    padding: 0;
}
.container{
    max-width:1280px;
}
button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    background: none;
}
a {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #fff;
    text-decoration: none;
}

input[type="text" i] {
    padding-block: 1px;
    padding-inline: 2px;
}

input:not([type="image" i], 
[type="range" i], 
[type="checkbox" i], 
[type="radio" i]) {
    overflow-clip-margin: 0px !important;
    overflow: clip !important;
}

p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

input[type=text]:focus, 
input[type=number]:focus,
input[type=email]:focus, 
input[type=tel]:focus, input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus, 
.input-text:focus{
    background-color:transparent;
}
img{
    max-width:100%;
    height:auto;
}
svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}
.header {
    background: #fff;
    border-bottom: 1px solid #E3E6EC;
    position: sticky;
    top: 0;
    z-index: 60;
}
a{
    text-decoration: none;
}
.header-inner {
    display: grid;
    grid-template-columns: 200px 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 16px 0;
}

.logo {
    display: flex;
    align-items: center;
}

.search {
    display: flex;
    align-items: center;
    background: #F6F4EE;
    border: 1px solid #E3E6EC;
    border-radius: 999px;
    padding: 0 6px 0 20px;
    height: 48px;
    max-width: 620px;
    width: 100%;
    margin: 0;
    transition: border-color .15s, box-shadow .15s;
}
form.search {
    width: 100%;
    margin: 0;
    min-width: 0;
}

.search svg {
    width: 16px;
    height: 16px;
    color: #6B7484;
    flex-shrink: 0;
}

.search input {
    flex: 1;
    border: none;
    background: transparent !important;
    outline: none;
    font: inherit;
    padding: 0 14px;
    color: #0E1626;
    height:100%;
    box-shadow:none !important;
}
.search-btn {
    background: #1B3F8B;
    color: #fff;
    border-radius: 999px;
    padding: 0 22px;
    height: 38px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
    transition: background .15s;
}
.header-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.header-action {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
}

.header-action .ic-wrap {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #F6F4EE;
    color: #1B3F8B;
    position: relative;
}
.header-action .ic-wrap svg {
    width: 16px;
    height: 16px;
}
.cart-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #E63946;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    padding: 0 5px;
    border: 2px solid #fff;
}
.header-action .meta {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.header-action .value {
    font-weight: 700;
}
.header-action .label {
    color: #6B7484;
    font-size: 11px;
}
.nav {
    background: #bb965b;
    color: #fff;
}
.nav-inner {
    display: flex;
    align-items: stretch;
    gap: 0;
}
.nav-list {
    display: flex;
    flex: 1;
    min-width: 0;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
    gap: 4px;
}
.nav-list a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 22px;
    height: 46px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    position: relative;
    transition: background .15s;
    white-space: nowrap;
    flex-shrink: 0;
}
.nav-list a.active {
    background: #5a656f;
}
.nav-list a:hover {
    background: rgba(255, 255, 255, 0.08);
    color:#fff;
    text-decoration: none;
}
.nav-list a.nav-24h {
    background: #E63946;
    color: #fff;
}
.search:focus-within {
    border-color: #1B3F8B;
    box-shadow: 0 0 0 4px rgba(27, 63, 139, 0.1);
}

.footer {
    background: #c5c7c7;
    color: #0F2249;
    margin-top: 56px;
    padding-top: 56px;
    position: relative;
}
.footer-newsletter {
    background: #0F2249;
    color: #fff;
    border-radius: 22px;
    padding: 34px 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: center;
    margin-top: -100px;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
    box-shadow: 0 12px 40px rgba(15, 34, 73, 0.12);
}
.footer-newsletter h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 26px;
    font-weight: 900;
    margin: 0 0 6px;
    line-height: 1.2;
    color:#fff;
}
.footer-newsletter p {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
    color:#fff;
}
.nl-form {
    display: flex;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    padding: 5px;
    height: 52px;
}
.nl-form input {
    flex: 1;
    background: transparent;
    border: none;
    outline: none;
    font: inherit;
    color: #fff;
    padding: 0 18px;
}
.nl-form button {
    background: #C9A961;
    color: #0F2249;
    border-radius: 999px;
    padding: 0 22px;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.footer-cols {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 40px;
}
.footer-col a {
    font-size: 13.5px;
    opacity: 0.85;
    transition: opacity .15s;
}
.logo-img {
    height: 44px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}
.footer-brand .logo-img {
    height: 48px;
    max-width: 240px;
}
.social-row {
    display: flex;
    gap: 8px;
}
.social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(15, 34, 73, 0.1);
    display: grid;
    place-items: center;
    color: #0F2249;
    transition: background .15s;
}
.footer-col h4 {
    font-family: 'Archivo', sans-serif;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 16px;
    color: #0F2249;
}
.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-contact {
    font-size: 13.5px;
    line-height: 1.7;
}
.footer-contact strong {
    display: block;
    font-weight: 700;
    margin-top: 10px;
}
.footer-bottom {
    border-top: 1px solid rgba(15, 34, 73, 0.15);
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12.5px;
    flex-wrap: wrap;
    gap: 16px;
}
.footer-bottom .pay {
    display: flex;
    align-items: center;
    gap: 8px;
}
.pay-chip {
    background: #fff;
    border-radius: 4px;
    padding: 5px 8px;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #0F2249;
}
.social-row svg {
    width: 14px;
    height: 14px;
}
.footer-col a:hover {
    opacity: 1;
    color: #1B3F8B;
    text-decoration: none;
}
.hero {
    padding: 28px 0 8px;
}
.hero-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.hero-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    cursor: pointer;
    isolation: isolate;
    box-shadow: 0 4px 16px rgba(15, 34, 73, 0.08);
}
.hero-card .bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.hero-card.banner-tshirt .bg {
    background: linear-gradient(135deg, #FF7E5F, #FEB47B 50%, #6B5B95);
}
.hero-card .deco {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0.85;
}
.hero-card .scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15, 34, 73, 0.55) 0%, rgba(15, 34, 73, 0.15) 60%);
    z-index: 1;
}
.hero-card .body {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
    color: #fff;
}
.hero-card .eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.16);
    padding: 5px 10px;
    border-radius: 999px;
    align-self: flex-start;
    backdrop-filter: blur(6px);
}
.hero-card h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.05;
    margin: 0;
    letter-spacing: -0.01em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
    color:#fff;
}
.hero-card .from {
    font-size: 13px;
    font-weight: 600;
    opacity: 0.92;
}

.hero-card .arrow {
    position: absolute;
    bottom: 18px;
    right: 18px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    color: #1B3F8B;
    display: grid;
    place-items: center;
    transition: transform .2s;
    z-index: 3;
}
.hero-card .arrow svg {
    width: 14px;
    height: 14px;
}
.hero-card.banner-rollup .bg {
    background: linear-gradient(135deg, #2C5282, #4A7BB7);
}
.hero-card:hover .arrow {
    transform: translateX(4px);
}
.hero-card.banner-construction .bg {
    background: linear-gradient(135deg, #1B3F8B 0%, #2D55A8 100%);
}
.usp-strip {
    background: #fff;
    border-top: 1px solid #E3E6EC;
    border-bottom: 1px solid #E3E6EC;
    margin-top: 28px;
}
.usp-strip-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}
.usp-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 22px;
    border-right: 1px solid var(--line-soft);
}
.usp-item .ic {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    background: #F6F4EE;
    color: #1B3F8B;
    border-radius: 10px;
    flex-shrink: 0;
}
.usp-item .ic svg {
    width: 18px;
    height: 18px;
}
.usp-item .t {
    font-weight: 700;
    font-size: 13.5px;
}
.usp-item .s {
    font-size: 12px;
    color: #6B7484;
}
.section {
    padding: 56px 0;
}
.section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 28px;
    gap: 24px;
}
.section-head .eye {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #B8964D;
    margin-bottom: 8px;
}
.section-head h2 {
    font-family: 'Archivo', sans-serif;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: -0.015em;
    margin: 0;
    color: #0E1626;
}
.section-head .link {
    font-weight: 600;
    font-size: 13.5px;
    color: #1B3F8B;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.section-head .link svg {
    width: 14px;
    height: 14px;
}
.cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.cat-card {
    background: #fff;
    border: 1px solid #E3E6EC;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    transition: transform .2s, box-shadow .2s, border-color .2s;
    display: flex;
    flex-direction: column;
}
.cat-card .img {
    aspect-ratio: 4 / 3;
    background: #F6F4EE;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
}
.cat-card .img img {
    max-width: 78%;
    max-height: 78%;
    object-fit: contain;
    transition: transform .25s ease;
}
.cat-card .body {
    padding: 16px;
}
.cat-card h3 a{
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #0E1626;
    line-height: 1.3;
}
.cat-card h3 a:hover{
    color: #1B3F8B;
}
.cat-card .price {
    font-size: 13px;
    color: #6B7484;
}
.cat-card .price strong {
    color: #1B3F8B;
    font-weight: 800;
}
.cat-card .cta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.cat-card .start-design {
    background: #5a656f;
    color: #fff;
    padding: 9px 16px;
    border-radius: 6px;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0.02em;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background .15s;
}
.cat-card .heart {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: #6B7484;
    border: 1px solid #E3E6EC;
    transition: color .15s, border-color .15s;
    padding: 0;
}
.cat-card .img .badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #E63946;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding: 4px 8px;
    border-radius: 4px;
    text-transform: uppercase;
}
.cat-card .price .strike {
    text-decoration: line-through;
    opacity: 0.5;
    margin-right: 6px;
    font-weight: 500;
}
.cat-card .start-design svg {
    width: 12px;
    height: 12px;
}
.cat-card .heart svg {
    width: 14px;
    height: 14px;
}
.cat-card .heart:hover {
    color: #E63946;
    border-color: #E63946;
    background: transparent;
}
.cat-card .heart.active {
    color: #E63946;
    border-color: #E63946;
    background: #fff0f0;
}
.cat-card .heart.active svg {
    fill: #E63946;
    stroke: #E63946;
}
@keyframes heartPop {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.35); }
    70%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}
.cat-card .heart.pop {
    animation: heartPop .35s ease;
}
/* Toast notification */
#rk-toast {
    position: fixed;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%) translateY(16px);
    background: #1a1a2e;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 999px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: opacity .25s, transform .25s;
    z-index: 9999;
}
#rk-toast.visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.cat-card .cta {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.cat-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(15, 34, 73, 0.12);
    border-color: #C9A961 ;
}
.section-head .link:hover {
    color: #E63946;
}
.section-tight {
    padding: 36px 0;
}
.promo-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
    align-items: stretch;
}
.promo-cta {
    background: linear-gradient(135deg, #1B3F8B 0%, #142E66  60%,  #0F2249  100%);
    color: #fff;
    border-radius: 22px;
    padding: 38px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 30px;
    position: relative;
    overflow: hidden;
}
.promo-cta::before {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 220px;
    height: 220px;
    background: #C9A961;
    border-radius: 50%;
    opacity: 0.18;
}
.promo-cta::after {
    content: '';
    position: absolute;
    right: 60px;
    bottom: -60px;
    width: 160px;
    height: 160px;
    background: #E63946;
    border-radius: 50%;
    opacity: 0.18;
}
.promo-cta .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(201, 169, 97, 0.2);
    color: #D9BD7E;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.promo-cta h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin: 0 0 10px;
    line-height: 1.08;
    letter-spacing: -0.01em;
    color: #fff;
}
.promo-cta .btn-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 13.5px;
    letter-spacing: 0.02em;
    transition: transform .15s, background .15s;
}
.btn-primary {
    background: #C9A961;
    color: #0F2249;
}
.btn svg {
    width: 14px;
    height: 14px;
}
.btn-ghost {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.25);
}
.promo-cta .visual {
    position: relative;
    z-index: 2;
}
.promo-cta .visual-circle {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px dashed rgba(255, 255, 255, 0.25);
    display: grid;
    place-items: center;
    position: relative;
}
.promo-cta .visual-circle .inner {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: linear-gradient(135deg, #C9A961 0%, #B8964D 100%);
    display: grid;
    place-items: center;
    color: #0F2249;
}
.promo-cta .visual-circle .inner svg {
    width: 40px;
    height: 40px;
}
.promo-info {
    background: #fff;
    border-radius: 22px;
    padding: 28px 30px;
    border: 1px solid #E3E6EC;
    display: flex;
    flex-direction: column;
}
.promo-info .pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(230, 57, 70, 0.1);
    color: #E63946;
    padding: 5px 12px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    align-self: flex-start;
    margin-bottom: 14px;
}
.promo-info h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0 0 14px;
    line-height: 1.2;
}
.info-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.info-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 6px;
    background: #F6F4EE;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E1626;
    transition: background .15s, color .15s;
}
.info-list a svg {
    width: 14px;
    height: 14px;
}
.info-list a:hover {
    background: #1B3F8B;
    color: #fff;
}
/* ── Info accordion ── */
.info-acc-item {
    border-radius: 6px;
    overflow: hidden;
    background: #F6F4EE;
}
.info-acc-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: none;
    font-size: 13.5px;
    font-weight: 600;
    color: #0E1626;
    cursor: pointer;
    text-align: left;
    transition: background .15s, color .15s;
}
.info-acc-trigger svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
    transition: transform .25s ease;
}
.info-acc-trigger:hover {
    background: #1B3F8B;
    color: #fff;
}
.info-acc-item.open .info-acc-trigger {
    background: #1B3F8B;
    color: #fff;
}
.info-acc-item.open .info-acc-trigger svg {
    transform: rotate(90deg);
}
.info-acc-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease, padding .3s ease;
}
.info-acc-body[hidden] {
    display: block !important;
    max-height: 0;
    visibility: hidden;
}
.info-acc-item.open .info-acc-body {
    max-height: 600px;
    visibility: visible;
}
.info-acc-inner {
    padding: 12px 16px 16px;
    font-size: 13.5px;
    color: #3D4451;
    line-height: 1.65;
    border-top: 1px solid #E3E6EC;
}
.info-acc-inner p {
    margin: 0 0 8px;
}
.info-acc-inner p:last-child {
    margin-bottom: 0;
}
.section-tight {
    padding: 36px 0;
}
.banner-24h {
    background: #1B3F8B;
    border-radius: 22px;
    padding: 36px 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.banner-24h::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 85% 50%, rgba(244, 183, 49, 0.25) 0%, transparent 50%);
}
.banner-24h .num {
    font-family: 'Archivo', sans-serif;
    font-weight: 900;
    font-size: 96px;
    line-height: 0.85;
    color: #C9A961;
    letter-spacing: -0.04em;
    position: relative;
}
.banner-24h .num small {
    font-size: 28px;
    color: #fff;
    font-weight: 800;
    letter-spacing: 0.04em;
    display: block;
    margin-top: 8px;
}
.banner-24h .body {
    position: relative;
}
.banner-24h h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 36px;
    font-weight: 900;
    margin: 0 0 8px;
    letter-spacing: -0.01em;
    color: #fff;
}
.banner-24h p {
    margin: 0 0 18px;
    opacity: 0.85;
    max-width: 540px;
    font-size: 14.5px;
}
.btn-red {
    background: #E63946;
    color: #fff;
}
.btn svg {
    width: 14px;
    height: 14px;
}
.fs-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.fs-card {
    background: #fff;
    border: 1px solid #E3E6EC;
    border-radius: 16px;
    overflow: hidden;
}
.fs-card .head {
    padding: 22px 26px 18px;
    border-bottom: 1px solid #EFF1F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fs-card h3 {
    font-family: 'Archivo', sans-serif;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}
.fs-card .head .ic {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F6F4EE;
    color: #B8964D;
    display: grid;
    place-items: center;
}
.faq-item {
    padding: 14px 26px;
    border-bottom: 1px solid #EFF1F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    transition: background .15s;
    font-size: 14px;
    font-weight: 500;
}
.faq-item .plus {
    color: #B8964D;
    font-weight: 700;
    font-size: 18px;
    transition: transform .25s ease;
    line-height: 1;
    flex-shrink: 0;
}
.faq-entry.open .faq-item {
    background: #F6F4EE;
}
.faq-entry.open .faq-item .plus {
    transform: rotate(45deg);
    color: #1B3F8B;
}
.faq-answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}
.faq-answer[hidden] {
    display: block !important;
    max-height: 0;
    visibility: hidden;
}
.faq-entry.open .faq-answer {
    max-height: 400px;
    visibility: visible;
}
.faq-answer-inner {
    padding: 10px 26px 16px;
    font-size: 13.5px;
    color: #3D4451;
    line-height: 1.65;
    border-bottom: 1px solid #EFF1F5;
}
.faq-answer-inner p {
    margin: 0 0 8px;
}
.faq-answer-inner p:last-child {
    margin-bottom: 0;
}
.fs-card .foot a {
    font-weight: 700;
    font-size: 13px;
    color: #1B3F8B;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.fs-card .head .ic svg {
    width: 16px;
    height: 16px;
}
.showroom-grid {
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.showroom-grid .tile {
    aspect-ratio: 1 / 1;
    border-radius: var(--r-sm);
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.showroom-grid .tile.placeholder {
    background: linear-gradient(135deg, #F6F4EE 0%, #E8E2D2 100%);
    display: grid;
    place-items: center;
    color: #B8964D;
}
.showroom-grid .tile.placeholder svg {
    width: 28px;
    height: 28px;
    opacity: 0.6;
}
.fs-card .foot {
    padding: 14px 26px;
    border-top: 1px solid #EFF1F5;
    text-align: right;
}
.cat-card .img a{
    display: block;
    width: 100%;
    height: 238px;
    background: transparent;
    position: absolute;
}
.topbar {
    background: #0F2249;
    color: rgba(255, 255, 255, 0.92);
    font-size: 12.5px;
    font-weight: 500;
}
.topbar-left,
.topbar-right {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    white-space: nowrap;
}
.topbar a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 0.92;
    transition: opacity .15s;
    white-space: nowrap;
}
.topbar .sep {
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.18);
    flex-shrink: 0;
}
.topbar svg {
    width: 13px;
    height: 13px;
    opacity: 0.85;
}
.topbar .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 38px;
    gap: 16px;
    overflow: hidden;
}
.gt_float_switcher{
        box-shadow: none !important;
}
.gt_float_switcher .gt-selected .gt-current-lang{
    padding:0 !important;
}
.gt_float_switcher img{
    width:25px !important;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    font-size: 16px !important;
}
@media (max-width: 1080px) {
    .header-inner {
        grid-template-columns: 160px 1fr auto;
        gap: 20px;
    }
    .usp-strip-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .cat-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    .promo-row {
        grid-template-columns: 1fr;
    }
    .fs-row {
        grid-template-columns: 1fr;
    }
    .footer-cols {
        grid-template-columns: 1.5fr 1fr 1fr;
        gap: 28px;
    }
}

@media (max-width: 720px) {
    .logo-img{
        height: 35px;
    }
    .topbar-left {
        display: none;
    }
    .header-inner {
        grid-template-columns: 1fr auto;
        gap: 16px;
    }
    .search {
        order: 3;
        grid-column: 1 / -1;
        max-width: none;
    }
    .hero-row {
        grid-template-columns: 1fr;
    }
    .section {
        padding: 36px 0;
    }
        .cat-grid, .cat-grid.icons {
        grid-template-columns: repeat(2, 1fr);
    }
    .promo-cta {
        padding: 28px 24px;
        grid-template-columns: 1fr;
    }
    .banner-24h {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }
    .banner-24h .num {
        font-size: 64px;
    }
    .cat-card .start-design svg{
        display:none;
    }
    .footer-newsletter {
        grid-template-columns: 1fr;
        padding: 28px 24px;
    }
    .footer-cols {
        grid-template-columns: 1fr 1fr;
    }
}

/* ── Breadcrumb bar ── */
.reklamx-breadcrumb-bar {
    background: #fff;
    border-bottom: 1px solid #E3E6EC;
    width: 100%;
}
.woocommerce-breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 13px 0;
    font-size: 13px;
    color: #8A94A6;
    margin: 0 !important;
    background: transparent !important;
}
.bc-crumb {
    color: #8A94A6;
    line-height: 1;
}
.bc-crumb a {
    color: #8A94A6;
    text-decoration: none;
    transition: color .15s;
}
.bc-crumb a:hover {
    color: #1B3F8B;
}
.bc-crumb:last-child {
    color: #1a1a2e;
    font-weight: 600;
}
.bc-sep {
    margin: 0 10px;
    color: #C7CDD8;
    font-style: normal;
    user-select: none;
}

/* ── WooCommerce shop loop – equal-height cards ── */
.woocommerce ul.products,
.woocommerce-page ul.products {
    display: flex !important;
    flex-wrap: wrap;
    align-items: stretch;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    display: flex !important;
    flex-direction: column;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link,
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    flex: 1;
}
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
    margin-top: auto;
    align-self: center;
    width: auto;
    min-width: 160px;
    max-width: 80%;
    text-align: center;
}

/* ── Shop loop – nút Start Design & Add to Cart màu theme ── */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button {
    background-color: #5a656f !important;
    color: #fff !important;
    border-color: #5a656f !important;
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: background .2s, border-color .2s;
}
.woocommerce ul.products li.product .button:hover,
.woocommerce-page ul.products li.product .button:hover,
.woocommerce ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:hover {
    background-color: #46515a !important;
    border-color: #46515a !important;
    color: #fff !important;
}