/* =====================================================
   FOOTER PACK
   ===================================================== */

/* =========================
   FOOTER TOP/MIDDLE
   ========================= */
#footer.ct-footer{
  background: linear-gradient(180deg, #f8fafc 0%, #f4f6f9 55%, #f4f6f9 100%);
  border-top: 1px solid rgba(15, 23, 42, .06);
  color: #0f172a;
}

#footer.ct-footer > .ct-container[data-columns-divider]{
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 18px 42px;
  position: relative;

  column-gap: 44px;
  row-gap: 28px;
  align-items: start;
}

#footer.ct-footer > .ct-container[data-columns-divider]::after,
#footer.ct-footer > .ct-container[data-columns-divider]::before{
  content: none !important;
  display: none !important;
}

/* =========================
   FOOTER COLUMN ALIGN
   ========================= */
#footer.ct-footer [data-row="top"] [data-column]{
  justify-content: flex-start !important;
  align-content: flex-start !important;
  align-items: stretch;
}

#footer.ct-footer [data-row="top"] [data-column] > .ct-widget{ margin-top: 0 !important; }

#footer.ct-footer .is-layout-flow > *{ margin-block-start: 0; }
#footer.ct-footer .is-layout-flow > * + *{ margin-block-start: 10px; }

/* =========================
   FOOTER GUTENBERG RESET
   ========================= */
#footer.ct-footer .wp-block-image,
#footer.ct-footer .wp-block-group,
#footer.ct-footer .wp-block-columns,
#footer.ct-footer .wp-block-column{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* =========================
   FOOTER TITLES / TEXT / LINKS / LISTS
   ========================= */
#footer.ct-footer .ct-widget-title,
#footer.ct-footer .widget-title,
#footer.ct-footer h1,
#footer.ct-footer h2,
#footer.ct-footer h3,
#footer.ct-footer h4,
#footer.ct-footer h5{
  margin: 0 0 12px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #111827 !important;

  font-size: 12.5px !important;
  letter-spacing: .06em !important;
  line-height: 1.2 !important;
}

#footer.ct-footer p,
#footer.ct-footer .widget_text,
#footer.ct-footer .wp-block-preformatted,
#footer.ct-footer .wp-block-paragraph{
  margin: 0px;
  line-height: 1.65;
  color: rgba(15, 23, 42, .78);
  font-size: 14px;
}

#footer.ct-footer a{
  color: rgba(15, 23, 42, .78);
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}
#footer.ct-footer a:hover{ color: #1f2a76; }

#footer.ct-footer ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer.ct-footer li{ margin: 0 0 8px; }

/* =========================
   FOOTER LOGO COLUMN
   ========================= */
#footer.ct-footer [data-column="widget-area-1"] img{
  max-width: 160px;
  height: auto;
  display: block;
  margin-bottom: 14px;
}

#footer.ct-footer [data-column="widget-area-1"] .ct-widget{ margin: 0 !important; }
#footer.ct-footer [data-column="widget-area-1"] .wp-block-image{ margin: 0 0 14px !important; }

/* =========================
   FOOTER CARD (AREA 1)
   ========================= */
#footer.ct-footer .cg-footcard__title{
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 12.5px;
  color: #111827;
  margin: 10px 0 10px;
}

#footer.ct-footer .cg-footcard__lines{
  color: rgba(15, 23, 42, .78);
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 12px;
}

#footer.ct-footer .cg-footcard__links a{
  display: block;
  color: rgba(15, 23, 42, .78);
  text-decoration: none;
  margin-bottom: 8px;
}
#footer.ct-footer .cg-footcard__links a:hover{ color: #1f2a76; }

#footer.ct-footer .cg-footcard__social{
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

/* =========================
   FOOTER SOCIAL ICONS
   ========================= */
#footer.ct-footer .cg-soc{
  width: 34px;
  height: 34px;
  border-radius: 10px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: transparent;
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0;

  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;

  transition: transform .18s ease;
}

#footer.ct-footer .cg-soc:hover{
  background: transparent;
  box-shadow: none;
  transform: translateY(-1px);
}

#footer.ct-footer .cg-soc img{
  width: 18px;
  height: 18px;
  display: block;

  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  opacity: 1 !important;

  pointer-events: none;
  transition: transform .18s ease;
}

#footer.ct-footer .cg-soc:hover img{ transform: scale(1.10); }

#footer.ct-footer .cg-soc:focus,
#footer.ct-footer .cg-soc:active{
  outline: none !important;
  box-shadow: none !important;
}
#footer.ct-footer .cg-soc:focus-visible{
  box-shadow: 0 0 0 4px rgba(47,59,143,.16) !important;
}

/* =========================
   FOOTER MAGAZINE LIST
   ========================= */
#footer.ct-footer .cg-footlist{ margin: 0 !important; }

#footer.ct-footer .cg-footlist__items{
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

#footer.ct-footer .cg-footlist__items li{ margin: 0 0 8px !important; }

#footer.ct-footer .cg-footlist__items a{
  display: inline-block;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(15, 23, 42, .78);
  text-decoration: none;
  transition: color .18s ease, transform .18s ease;
}

#footer.ct-footer .cg-footlist__items a:hover{
  color: #1f2a76;
  transform: translateX(2px);
}

/* =========================
   FOOTER RESPONSIVE
   ========================= */
@media (max-width: 1000px){
  #footer.ct-footer > .ct-container[data-columns-divider]{
    padding: 44px 16px 34px;
    column-gap: 26px;
  }
}

@media (max-width: 768px){
  #footer.ct-footer > .ct-container[data-columns-divider]{
    padding: 34px 16px 28px;
    row-gap: 22px;
  }

  #footer.ct-footer .cg-soc{
    width: 36px;
    height: 36px;
    border-radius: 12px;
  }
  #footer.ct-footer .cg-soc img{
    width: 19px;
    height: 19px;
  }
}

/* =========================
   PAYBAR
   ========================= */
#footer.ct-footer .cg-paybar{
  background:#2f2f2f;
  border-top:1px solid rgba(255,255,255,.06);
  padding:10px 0;
}

#footer.ct-footer .cg-paybar__inner{
  width:100%;
  max-width:none;
  margin:0;
  padding:0 18px;

  display:flex;
  align-items:center;
  gap:22px;
}

#footer.ct-footer .cg-paybar__group{
  align-items:center;
  min-width:0;
}

#footer.ct-footer .cg-paybar__group--pay{
  flex:1 1 auto;
  display:grid;
  grid-auto-flow:column;
  grid-auto-columns:1fr;
  column-gap:22px;
  align-items:center;
}

#footer.ct-footer .cg-paybar__group--ship{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:22px;
}

#footer.ct-footer .cg-paybar__divider{
  flex:0 0 1px;
  align-self:stretch;
  background:rgba(255,255,255,.22);
  margin:0 6px;
}

#footer.ct-footer .cg-paybar__item{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;

  width:100%;
  height:36px;
  padding:0 14px;
  border-radius:10px;

  background:rgba(255,255,255,0);
  box-shadow:none;
  transform:translateY(0);
  transition:background .22s ease, box-shadow .22s ease, transform .22s ease;
}

#footer.ct-footer .cg-paybar__item + .cg-paybar__item::before{
  content:'';
  position:absolute;
  left:-11px;
  top:50%;
  transform:translateY(-50%);
  width:1px;
  height:22px;
  background:rgba(255,255,255,.18);
}

#footer.ct-footer .cg-paybar__item img{
  display:block;
  width:auto;
  height:16px;
  max-width:150px;
  object-fit:contain;
  object-position:center;

  opacity:.92;
  filter:brightness(1) contrast(1);
  transform:translateZ(0);
  transition:opacity .22s ease, filter .22s ease, transform .22s ease;
}

#footer.ct-footer .cg-paybar__item--credit img{
  height:25px;
  opacity:.92;
  filter:grayscale(1) brightness(1.18) contrast(1.06);
}

@media (hover:hover){
  #footer.ct-footer .cg-paybar__item:hover{
    background:rgba(255,255,255,.05);
    transform:translateY(-1px);
    box-shadow:
      0 10px 22px rgba(0,0,0,.22),
      inset 0 0 0 1px rgba(255,255,255,.08);
  }

  #footer.ct-footer .cg-paybar__item:hover img{
    opacity:.98;
    filter:brightness(1.12) contrast(1.08);
    transform:scale(1.02);
  }

  #footer.ct-footer .cg-paybar__item--credit:hover img{
    filter:grayscale(1) brightness(1.28) contrast(1.10);
  }
}

#footer.ct-footer .cg-paybar__item:focus-within{
  outline:none;
  box-shadow:
    0 10px 22px rgba(0,0,0,.22),
    inset 0 0 0 1px rgba(255,255,255,.12);
}

@media (max-width:1024px){
  #footer.ct-footer .cg-paybar__inner{ padding:0 16px; }
  #footer.ct-footer .cg-paybar__item img{ height:15px; }
  #footer.ct-footer .cg-paybar__item--credit img{ height:17px; }
}

@media (max-width:768px){
  #footer.ct-footer .cg-paybar{ padding:14px 0; }

  #footer.ct-footer .cg-paybar__inner{
    padding:0 14px;
    flex-wrap:wrap;
    gap:14px 16px;
    justify-content:center;
  }

  #footer.ct-footer .cg-paybar__divider{ display:none; }

  #footer.ct-footer .cg-paybar__group--pay,
  #footer.ct-footer .cg-paybar__group--ship{
    flex:1 0 100%;
    justify-content:center;
  }

  #footer.ct-footer .cg-paybar__group--pay{
    display:flex;
    gap:16px;
  }

  #footer.ct-footer .cg-paybar__group--ship{ gap:16px; }

  #footer.ct-footer .cg-paybar__item{
    width:auto;
    height:34px;
    padding:0 12px;
  }

  #footer.ct-footer .cg-paybar__item + .cg-paybar__item::before{
    left:-8px;
    height:20px;
  }

  #footer.ct-footer .cg-paybar__item img{ height:14px; }
  #footer.ct-footer .cg-paybar__item--credit img{ height:20px; }
}

/* =========================
   FOOTER BOTTOM NOTE
   ========================= */
#footer.ct-footer .cg-bottomnote{
  background: #ffffff !important;
  border-top: 1px solid rgba(15,23,42,.08) !important;
  padding: 18px 0;
  position: relative;
  isolation: isolate;
}

#footer.ct-footer .cg-bottomnote,
#footer.ct-footer .cg-bottomnote *{
  color: #111827 !important;
}

#footer.ct-footer .cg-bottomnote__inner{
  margin: 0;
  padding: 0 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px 28px;
  align-items: end;
}

#footer.ct-footer .cg-bottomnote__left p{
  margin: 0 !important;
  color: #111827 !important;
  font-size: 12px !important;
  line-height: 1.55 !important;
  letter-spacing: .01em !important;
  font-weight: 600;
}

#footer.ct-footer .cg-bottomnote__left p:last-child{
  margin-bottom: 0 !important;
}

#footer.ct-footer .cg-bottomnote__right{
  font-size: 12px !important;
  line-height: 1.3 !important;
  letter-spacing: .01em !important;
  color: #111827 !important;
  white-space: nowrap;
  justify-self: end;
  font-weight: 600;
}

@media (max-width: 768px){
  #footer.ct-footer .cg-bottomnote__inner{
    grid-template-columns: 1fr;
    align-items: start;
  }

  #footer.ct-footer .cg-bottomnote__right{
    justify-self: start;
    margin-top: 8px;
    white-space: normal;
  }
}

#footer.ct-footer [data-row="bottom"],
#footer.ct-footer .ct-footer-bottom{
  background: #ffffff !important;
}