body {
    padding-top: 64px;
}
nav#h-main-menu .max-w-7xl {
    max-width: 90rem;
}
div#nav-items a font {
    white-space: normal !important;
    word-wrap: break-word !important;
}
div#nav-items {
    display: flex;
    align-items: center;
    justify-content: center !important;
    text-align: center;
}
div#nav-items a {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 12px;
    text-transform: uppercase;
}
.check-dot {
    flex: 0 0 auto;
    border-radius: 9999px;
}
.compact-10 .text-xl {
    font-size: 1.125rem !important;
    line-height: 1.7rem !important;
}
.compact-10 .text-2xl {
    font-size: 1.35rem !important;
    line-height: 1.85rem !important;
}
.compact-10 .text-3xl {
    font-size: 1.6875rem !important;
    line-height: 2.05rem !important;
}
.compact-10 .text-4xl {
    font-size: 2.025rem !important;
    line-height: 2.25rem !important;
}
.compact-10 .text-lg {
    font-size: 1.0125rem !important;
    line-height: 1.6rem !important;
}
.compact-10 .p-7 {
    padding: 1.575rem !important;
}
.compact-10 .p-6 {
    padding: 1.35rem !important;
}
.compact-10 .p-5 {
    padding: 1.125rem !important;
}
.compact-10 .max-w-7xl, .compact-10 .max-w-6xl, .compact-10 .max-w-4xl {
    padding-left: 1.35rem !important;
    padding-right: 1.35rem !important;
}
.compact-10 .mb-12 {
    margin-bottom: 2.7rem !important;
}
.compact-10 .gap-10{
    gap:2.25rem!important
}
.compact-10 .gap-8{
    gap:1.8rem!important
}
.grid.gap-8 {
    gap: 1.4rem !important;
}
.compact-10 .mb-10 {
    margin-bottom: 2.25rem !important;
}
.compact-10 .hero-h1 {
    font-size: 3.35rem !important;
    line-height: 1.05 !important;
}
.compact-10 section.py-14 {
    padding-top: 3.15rem !important;
    padding-bottom: 3.15rem !important;
}

/* Shipping Policy Style */
.accordion {
    width: 100%;
    max-width: 900px;
    margin: 2rem auto;
    border-radius: 8px;
    overflow: hidden;
    font-family: "Segoe UI", sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.accordion-header {
    width: 100%;
    background: #fcfcfc;
    color: #333;
    text-align: left;
    padding: 1rem;
    font-size: 1.1rem;
    border: none;
    cursor: pointer;
    outline: none;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-header::after {
    content: "+";
    font-weight: bold;
    transition: transform 0.3s;
}
.accordion-header.active {
    background: #e3e3e3;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    padding: 0 1rem;
    transition: max-height 0.3s ease, padding 0.3s ease;
}
.accordion-content p {
    margin: 1rem 0;
    padding-bottom: 20px;
}
.text-safe {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

/* FAQ Style */
.faq-acc details {
    border: 1px solid rgba(226, 232, 240, 1);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.faq-acc summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-weight: 600;
    color: #0f172a;
}
.faq-acc summary::after {
    content: "+";
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 9999px;
    background: rgba(241, 245, 249, 1);
    color: rgba(51, 65, 85, 1);
}
.faq-acc details[open] summary {
    background: rgba(248, 250, 252, 1);
}
.faq-acc .faq-body {
    padding: 0 16px 16px 16px;
    color: rgba(51, 65, 85, 1);
}
.faq-acc .faq-body p {
    margin-top: 10px;
}

/* Affiliate Plan Style */
.affiliate-content h1 {
    font-weight: 800;
    font-size: 1.85rem;
    line-height: 2.25rem;
    margin: 0 0 0.75rem;
}
.affiliate-content h3 {
    font-weight: 700;
    font-size: 1.15rem;
    line-height: 1.7rem;
    margin: 1.25rem 0 0.5rem;
}
.affiliate-content :where(h1,h2,h3) {
    font-family: Poppins, system-ui, sans-serif;
    color: #0f172a;
}
.affiliate-content p {
    margin: 0 0 0.75rem;
    line-height: 1.65;
    color: #334155;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.affiliate-content h2 {
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 1.5rem 0 0.75rem;
}
.affiliate-content hr {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 1.25rem 0;
}
.affiliate-content {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}
.affiliate-content .flex.flex-wrap.items-center.gap-2 h3 {
    flex: 1 1 auto;
    min-width: 0;
}
.affiliate-content .flex.flex-wrap.items-center.gap-2 span {
    white-space: nowrap;
}
.affiliate-content strong {
    color: #0f172a;
}

/* Contact US  */
.form-control {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #CCCCCC;
    font-size: 13px;
}
.bg-neutral-800 {
    color: #FFFFFF !important;
}
.card-hover .text-2xl {
    font-size: 1.15rem !important;
}
.bottom-cta-btn:active {
    transform: translateY(0);
}
.bottom-cta-btn:hover {
    transform: translateY(-2px);
}
.card-stable,
.regional-store-card,
.how-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Shop */
.grid.gap-6 {
    gap: 1.2rem !important;
}
.product-card {
    border: 1px solid rgba(15, 23, 42, .10) !important;
    box-shadow: none !important;
}
.product-card .mt-auto a, .product-card .mt-auto button {
    border-radius: 12px !important;
}
.cta-primary{ 
    background: #2563eb; 
}
.cta-primary:hover{ 
    background: #1d4ed8; 
}
.product-card:hover {
    transform: translateY(-1px);
    box-shadow: 0 16px 45px -40px rgba(15, 23, 42, .55);
    border-color: rgba(59, 130, 246, .22);
}
.filter-accordion:not([open]) [data-collapsible-body] {
    display: none !important;
}
details.filter-accordion[open] > [data-collapsible-body] {
    display: block !important;
}
/* Store */
section.py-12, section.py-14, section.py-10 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
}
.subtle-grid {
    background-image: radial-gradient(circle at 20% 10%, rgba(59, 130, 246, .10) 0, transparent 55%), radial-gradient(circle at 80% 30%, rgba(34, 197, 94, .10) 0, transparent 55%), radial-gradient(circle at 60% 90%, rgba(245, 158, 11, .10) 0, transparent 55%);
}
section.subtle-grid img {
    max-height: 360px !important;
}
section.subtle-grid p {
    font-size: .95rem !important;
}
section.subtle-grid ul {
    font-size: .9rem !important;
}

.regionA-card {
    cursor: default !important;
    height: 100%;
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(148, 163, 184, .25);
    box-shadow: 0 18px 60px -40px rgba(15, 23, 42, .45);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.regionA-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(800px 420px at 25% -10%, rgba(255, 255, 255, .14), transparent 60%), radial-gradient(700px 460px at 85% 0%, rgba(255, 255, 255, .10), transparent 58%), linear-gradient(135deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, 0) 55%);
    pointer-events: none;
}
.regionA-card .relative.p-7 {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}
.lux-pill {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .35rem .7rem;
    border-radius: 9999px;
    font-size: .78rem;
    font-weight: 700;
    border: 1px solid rgba(148, 163, 184, .35);
    background: rgba(255, 255, 255, .68);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
}
.regionA-chip {
    padding: .28rem .6rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(15, 23, 42, .22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
}
.verified-badge {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .65rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: .85rem;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: .01em;
    background: rgba(255, 255, 255, .18);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, .28);
    box-shadow: 0 10px 26px rgba(0, 0, 0, .20);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.verified-badge-green{
  background:#22c55e!important;
  border:1px solid #16a34a!important;
  box-shadow:0 12px 28px rgba(22,163,74,.22)!important;
}
.verified-badge::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 9999px;
    background: rgba(16, 185, 129, .28);
    border: 1px solid rgba(16, 185, 129, .55);
    color: #ffffff;
    font-weight: 900;
    font-size: .8rem;
}
.regionA-meta {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    color: rgba(255, 255, 255, .82);
    font-size: .85rem;
}
.regionA-chip {
    padding: .28rem .6rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(15, 23, 42, .22);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    white-space: nowrap;
}
.hover-lift {
    transition: transform .25s ease, box-shadow .25s ease;
}
.hover-lift:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 0 1px rgba(148, 163, 184, .35), 0 18px 45px -18px rgba(15, 23, 42, .28);
}
.soft-ring {
    box-shadow: 0 0 0 1px rgba(148, 163, 184, .35), 0 10px 30px -12px rgba(15, 23, 42, .22);
}
.glass {
    background: rgba(255, 255, 255, .78);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.regionA-card .relative.p-7 > .mt-6 .lux-btn {
    white-space: nowrap;
}
a.lux-btn[href="#stores-grid"] {
    transition: background .18s ease, box-shadow .18s ease, transform .18s ease, border-color .18s ease, color .18s ease !important;
}
.regionA-card .lux-btn {
    cursor: pointer !important;
    white-space:nowrap;
}
.lux-btn-ghost {
    color: #0b1220;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(148, 163, 184, .45);
}
.lux-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    padding: .9rem 1.3rem;
    border-radius: .9rem;
    font-weight: 700;
    letter-spacing: .01em;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, color .18s ease, border-color .18s ease;
    white-space: nowrap;
}
.regionA-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 26px 80px -48px rgba(15, 23, 42, .55);
    border-color: rgba(59, 130, 246, .30);
}
.regionA-card:hover .verified-badge, 
.regionB-card:hover .verified-badge, 
.regionC-card:hover .verified-badge, 
.store-card:hover .verified-badge, 
.regional-store-card:hover .verified-badge, 
.lux-card:hover .verified-badge {
    background: rgba(0, 0, 0, .20);
    color: #d1fae5;
    border: 1px solid rgba(16, 185, 129, .60);
    box-shadow: 0 0 0 1px rgba(16, 185, 129, .25), 0 14px 28px rgba(0, 0, 0, .22);
}
.regionA-card .relative.p-7 > .mt-6 {
    margin-top: auto !important;
}
a.lux-btn[href="#stores-grid"]:hover{
  background:rgba(255,255,255,.22)!important;
  border-color:rgba(255,255,255,.42)!important;
  color:rgba(255,255,255,.98)!important;
  transform:translateY(-1px)!important;
  box-shadow:0 14px 30px -18px rgba(0,0,0,.45)!important;
}
a.lux-btn[href="#stores-grid"]:active{
  background:rgba(255,255,255,.14)!important;
  transform:none!important;
  box-shadow:0 10px 22px -18px rgba(0,0,0,.38)!important;
}
div#mobileMenu a {
    text-transform: uppercase;
}

@media(max-width: 768px) {
    div#nav-items {
        display: none;
    }
    aside#shop-filters {
        position: inherit !important;
    }
}