﻿
:root {
  --box-padding: 10px;
  --site-topbar-offset: 72px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,.5);
  z-index: 9999;
}

#top {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0px 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  background-color: white;
  z-index: 10000;
}
#top .content {
  margin: 0 auto;
  max-width: 1200px;
  /* padding: 0 16px; */
}
#top .site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative; 
}
.site-nav .logo {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #888;
  text-decoration: none;
  gap: 10px;
  flex-direction: row;
  align-items: flex-end;
}
.site-nav .tools {
  display: flex;
  align-items: center;
  gap: 12px;
}
.site-nav .tools-links { display: flex; align-items: center; gap: 12px; }
.tools-menu {position: absolute;right: -16px;top: calc(100% + 9px);background: #fff;border: 1px solid #e5e7eb;box-shadow: 0 2px 3px rgba(0,0,0,.1);padding: 6px 0;min-width: 180px;z-index: 10001;border-radius: 0px 10px;}
.tools-menu a { display: block; padding: 10px 14px; color: #1f2937; text-decoration: none; font-size: 14px; }
.tools-menu a:hover { background: #f9fafb; }
.tools-menu a + a { border-top: 1px solid #f3f4f6; }
.tools-menu__item { display: flex !important; align-items: center; gap: 8px; }
.tools-menu__icon { width: 16px; height: 16px; display: inline-flex; align-items: center; justify-content: center; color: #6b7280; flex: 0 0 16px; }
.tools-menu__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.tools-menu__text { display: inline-block; line-height: 1.2; }
.tools-menu__email {
  padding: 10px 14px;
  font-size: 12px;
  color: #6b7280;
  border-bottom: 1px solid #f3f4f6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
  text-align: center;
}
.site-nav .tools img.service {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px dashed #ffc6c6;
}
.avatar-btn { background: none; border: none; padding: 0; margin: 0 0 0 8px; line-height: 0; cursor: pointer; border-radius: 9999px; }
.avatar-btn:focus-visible { outline: 2px solid #d1d5db; outline-offset: 3px; }
.avatar-btn .service { transition: transform .12s ease, box-shadow .12s ease; }
.avatar-btn:hover .service,
.avatar-btn:focus-visible .service { transform: scale(1.04); box-shadow: 0 2px 3px rgba(0,0,0,.1); }
.avatar-btn--nav {
  margin-left: 0;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* border: 1px solid #d1d5db; */
  background: #ffffff;
}
.avatar-btn__icon {
  width: 30px;
  height: 30px;
  color: #8d8d8d;
  display: inline-flex;
}
.avatar-btn__icon svg {
  width: 100%;
  height: 100%;
  fill: rgb(170 170 170);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.support-fab{
  position: fixed;
  right: 65px;
  bottom: 16px;
  z-index: 9999;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  background: transparent;
  color: #2563eb;
  text-decoration: none;
  /* font-weight: 700; */
  /* font-size: 16px; */
}

html { scroll-padding-top: var(--site-topbar-offset); }
html, body { height: 100%; }
.Wrapper { padding-top: var(--site-topbar-offset); flex: 1 0 auto; }

@media (max-width: 540px){
  :root { --site-topbar-offset: 68px; }
}

.support-fab:focus-visible{ outline: 3px solid rgba(59, 130, 246, .35); outline-offset: 3px; }

.support-fab__bubble{
  width: 72px;
  height: 72px;
  /* border-radius: 999px; */
  /* background: transparent; */
  /* box-shadow: 0 14px 30px rgba(59, 130, 246, .28); */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  top: -79px;
  position: absolute;
  right: 0;
  left: auto;
}

.support-fab__img{ width: 100%; height: 100%; object-fit: contain; display: block; }
.support-fab__badge{
  position: absolute;
  left: -75px;
  top: 4px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  border: 1px solid rgb(0 0 0 / 44%);
  color: #007031;
  font-size: 15px;
  line-height: 1;
  box-shadow: 0 10px 22px rgba(0,0,0,.12);
  pointer-events: none;
  white-space: nowrap;
}
.support-fab__icon{ color: #ffffff; flex: 0 0 auto; }
.support-fab__text{ display: none; }

.support-fab-tip{
  position: fixed;
  right: 108px;
  bottom: 68px;
  z-index: 9998;
  max-width: 248px;
  padding: 10px 34px 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(15, 23, 42, .16);
  background: #ffffff;
  color: #0f172a;
  font-size: 13px;
  line-height: 1.45;
  box-shadow: 0 12px 26px rgba(2, 6, 23, .14);
  opacity: 0;
  transform: translateY(8px) scale(.98);
  pointer-events: none;
  transition: opacity .22s ease, transform .22s ease;
}
.support-fab-tip.is-visible{
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}
.support-fab-tip__text{
  margin: 0;
}
.support-fab-tip__close{
  position: absolute;
  top: 2px;
  right: 4px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #64748b;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}
.support-fab-tip__close:hover{
  background: #f1f5f9;
  color: #334155;
}
.support-fab-tip__arrow{
  position: absolute;
  right: -6px;
  bottom: 20px;
  width: 12px;
  height: 12px;
  border-top: 1px solid rgba(15, 23, 42, .16);
  border-right: 1px solid rgba(15, 23, 42, .16);
  background: #ffffff;
  transform: rotate(45deg);
}


@media (max-width: 540px){
  .support-fab{
    right: 12px;
    bottom: 12px;
  }
  .support-fab__bubble{ width: 56px; height: 56px; }
  .support-fab-tip{
    right: 74px;
    bottom: 16px;
    max-width: 202px;
    padding: 10px 30px 10px 10px;
  }
  .support-fab-tip__arrow{
    bottom: 16px;
  }

}

.home-referral-banner__title {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.35;
}

.home-referral-banner__desc {
  margin: 0;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.home-referral-banner__cta {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
  color: #2563eb;
  font-weight: 300;
}

.home-referral-banner__cta:hover,
.home-referral-banner__cta:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

@media (max-width: 960px) {
  .home-referral-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-referral-banner__cta {
    justify-content: center;
  }
}

@media (max-width: 540px) {
  .home-referral-banner {
    gap: 16px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .home-referral-banner__title {
    font-size: 20px;
  }



  .footer-tag {
    font-size: 13px;
  }

  .footer-bottom__links {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-bottom__social {
    width: 100%;
  }
  .aff-link{
    padding: var(--box-padding);
  }
}

@keyframes aipinpin-spin { to { transform: rotate(360deg); } }
.is-loading {
  position: relative;
  pointer-events: none; 
  opacity: .8;
}
.is-loading::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  width: 14px; height: 14px;
  margin-top: -7px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  animation: aipinpin-spin .8s linear infinite;
}

.ipinpin-logo{
    width: 40px;
    height: 40px;
    border-radius: 0%;
    object-fit: cover;
}

.site-messages{
  margin: 12px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-message{
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  background: #e0f2fe;
  border: 1px solid #bae6fd;
}
.site-message--success{
  background: #ecfdf5;
  border-color: #bbf7d0;
  color: #065f46;
}
.site-message--error{
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}


@media (max-width: 768px) {
  .site-nav .tools-links { display: flex; gap: 8px; }
  .nav-link-login { padding: 6px 10px; font-size: 13px; }
}

#rv-stream {scroll-margin-top: 80px;max-width: 100%;margin: 0 auto;background-color: #f7f7f7;}


.logo-info {
    display: flex;
    flex-direction: column;
}

.logo-title-info {
    font-size: xx-small;
    font-weight: normal;
}

.logo-title {
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}


.footer-link-column__list {
  list-style: none;  
  padding-left: 0;    
  margin: 0;          
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 3px;
}

.footer-main.content {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
}

.footer-main__right {
    display: flex;
    flex-direction: row;
    
    flex: 1 1 1;
    justify-content: space-between;
    flex: 1 1 0;         
    min-width: 0;          
    text-align: center;
}

.footer-tags.content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

a.footer-tag.link {width: 121px;}

.footer-link-column {display: flex;flex-direction: column;align-items: flex-start;gap: 10px;}


a.logo {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.logo {
    display: flex;
    gap: 10px;
    flex-direction: row;
}


.social-box {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.footer {
  background: #ffffff;
  border-top: 1px solid #ececec;
}

.footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px;
  display: flex;
  grid-template-columns: minmax(260px, 320px) 1fr;
  gap: 48px;
  align-items: start;
  flex-direction: column;
  /* color: bisque; */
}

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #1f2937;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.footer-logo img {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 2px 3px rgba(0,0,0,.1);
}

.footer-logo__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.footer-logo__subtitle {
  display: block;
  font-size: 13px;
  color: #6b7280;
}

.footer-brand__desc {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #4b5563;
}

.footer-brand__social {
  font-size: xx-small;
  display: flex;
  flex-direction: row;
  gap: 10px;
  color: #848484;
}

.footer-social-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
  font-size: 13px;
  color: #0f172a;
}

.footer-social-item img {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;                 
}

.footer-links__group {
  display: contents;
}

.footer a.link {
  display: inline-block;
}



.footer-links__group h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

.footer-links__group ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.footer a.link {
  font-size: 15px;
  color: #9e9e9e;
  text-decoration: none;
  /* font-weight: bold; */
}

.footer a.link:hover {
  color: #111827;
}

.footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}



.footer-bottom {
  max-width: 1200px;
  margin: 0 auto 24px;
  padding: 16px;
  border-top: 1px solid #e5e7eb;
  font-size: 13px;
  color: #6b7280;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

@media (max-width: 960px) {
  .footer-inner {
    grid-template-columns: 1fr;
  }
  #top {
    padding: var(--box-padding);
  }
  
  .home-category-nav{
    padding: var(--box-padding);
  }
  .home-section--products{
    padding: var(--box-padding);
  }
  .home-section--trust{
    padding: var(--box-padding);
  }
}


section.home-referral-banner.content {
    display: flex;
    
    
    gap: 24px;
    margin: 0px auto;
    
    
    box-sizing: border-box;
    
    background: white;
    color: #f9fafb;
    box-shadow: 0 2px 3px rgba(0,0,0,.1);
    
}

span.home-referral-banner__badge {
    color: #000000;
}

body {
    background: #ededed;
    margin: 0px;
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

#Bottom { flex: 0 0 auto; }


a.socail-link,
span.socail-link {
    text-decoration: none;
    color: #000000;
    display: block;
    text-align: left;
}

.aff-link {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.footer-compliance{
  width: 100%;
  text-align: center;
  font-size: 15px;
}


.nav-link-login {
    background: #dddddd;
    padding: 6px 12px;
    color: #000000;
    border-radius: 999px;
}
.nav-link-orders{
  color: #2563eb;
  background: #f5f5f5;
  padding: 2px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.nav-link-support{
  color:#000000
}

.nav-link-logout{
  color:#000000
}
