@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root{
  --kod-text:#f4f4f4;
  --kod-muted:#c7c7c7;
  --kod-gold:#efbe71;
  --kod-red:#cf542a;
  --kod-red-dark:#9f2117;
  --kod-line:rgba(255,255,255,0.08);
  --kod-panel:rgba(15,15,15,0.72);
}

html,body{
  margin:0!important;
  padding:0!important;
  font-family:Inter,Arial,sans-serif!important;
  color:var(--kod-text)!important;
  background:
    linear-gradient(180deg,rgba(8,8,8,.82),rgba(8,8,8,.94)),
    url("https://i.imgur.com/QXoNdwl.png") center top / cover fixed no-repeat!important;
}

*{box-sizing:border-box}
img{max-width:100%}
a{text-decoration:none!important;color:inherit!important}

.site-content,
.site-content-widgets,
.page-content,
.content,
main,
.site-header,
.site-footer,
.store-sidebar,
.sidebar,
.module,
.panel,
.card,
.well{
  background:transparent!important;
  box-shadow:none!important;
}

.site-home-categories,
.category-description,
.store-sidebar,
.sidebar,
.module,
.widget,
.widget-top-donator,
.widget-recent-payments,
.close-navigation{
  display:none!important;
}

/* HEADER */
.site-header{
  position:relative!important;
  margin-bottom:18px!important;
}
.site-header::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:150px;
  background:linear-gradient(180deg,rgba(8,8,8,.96) 0%,rgba(10,10,10,.84) 60%,rgba(10,10,10,.08) 100%);
  pointer-events:none;
}
.site-header-inner{
  position:relative!important;
  z-index:2!important;
  width:min(1440px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:24px 0 14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
}
.kod-header-left,
.kod-header-right{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
}
.kod-header-right{
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
}
.site-title{
  display:inline-flex!important;
  align-items:center!important;
  gap:14px!important;
  font-size:36px!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
  color:#fff!important;
}
.site-title img{
  max-height:60px!important;
  width:auto!important;
  border-radius:10px!important;
}
.kod-top-link{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:112px!important;
  height:40px!important;
  padding:0 14px!important;
  border-radius:10px!important;
  font-weight:800!important;
  font-size:14px!important;
  color:#fff!important;
}
.kod-top-link--plain{
  background:transparent!important;
  border:0!important;
  min-width:auto!important;
  padding:0 8px!important;
}
.kod-top-link--border{
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.02)!important;
}
.kod-top-link--accent{
  border:0!important;
  background:linear-gradient(180deg,var(--kod-red) 0%,var(--kod-red-dark) 100%)!important;
  box-shadow:0 10px 22px rgba(159,33,23,.24)!important;
}

/* NAV */
.site-navigation,
#site-navigation{
  position:relative!important;
  z-index:2!important;
  width:min(920px,calc(100% - 48px))!important;
  margin:0 auto 34px!important;
  padding:6px!important;
  border-radius:14px!important;
  background:rgba(12,12,12,.72)!important;
  border:1px solid var(--kod-line)!important;
  backdrop-filter:blur(8px)!important;
}
.navigation-list,
.menu.navigation-list{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.navigation-list>li{
  list-style:none!important;
  position:relative!important;
  padding-bottom:12px!important;
}
.navigation-list>li>a,
.navigation-list>li>button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:40px!important;
  padding:10px 14px!important;
  border-radius:10px!important;
  color:#f2f2f2!important;
  font-weight:800!important;
  font-size:14px!important;
  background:transparent!important;
  border:0!important;
  cursor:pointer!important;
}
.navigation-list>li.active>a,
.navigation-list>li>a.link-active{
  background:linear-gradient(180deg,rgba(207,84,42,.22),rgba(159,33,23,.22))!important;
}
.navigation-list .has-children>ul{
  display:none!important;
  position:absolute!important;
  top:calc(100% - 2px)!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  min-width:250px!important;
  padding:10px!important;
  border-radius:14px!important;
  border:1px solid var(--kod-line)!important;
  background:rgba(14,14,14,.97)!important;
  list-style:none!important;
  z-index:100!important;
}
.navigation-list .has-children:hover>ul,
.navigation-list .has-children:focus-within>ul{
  display:block!important;
}
.navigation-list .has-children>ul li a,
.navigation-list .has-children>ul li button,
.kod-dropdown-empty{
  display:block!important;
  width:100%!important;
  text-align:left!important;
  padding:11px 12px!important;
  border-radius:10px!important;
  background:transparent!important;
  border:0!important;
  color:#ddd!important;
  font-weight:700!important;
}
.navigation-list .has-children>ul li a:hover,
.navigation-list .has-children>ul li button:hover{
  background:rgba(255,255,255,.05)!important;
}

/* CONTENT WIDTH */
.site-content,
.site-content-widgets,
.page-content,
.content{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
}
.text-content,
.store-page .text-content,
.page-content .text-content,
.store-text,
.store-category-tiered,
.store-product-full{
  width:min(1120px,calc(100% - 48px))!important;
  max-width:1120px!important;
  margin:0 auto!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
.text-content img,
.store-text img,
.page-content img{
  display:none!important;
}

/* HOMEPAGE NEW STYLE */
.kod-homepage-alt{
  width:100%!important;
  max-width:900px!important;
  margin:0!important;
}
.kod-home-intro{
  margin:0 0 28px!important;
}
.kod-home-intro h1{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:64px!important;
  line-height:1.02!important;
  letter-spacing:-.05em!important;
}
.kod-home-intro p{
  margin:0!important;
  color:var(--kod-muted)!important;
  font-size:18px!important;
  line-height:1.8!important;
  max-width:760px!important;
}
.kod-mini-label{
  display:inline-block;
  margin-bottom:12px;
  color:var(--kod-gold);
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.kod-home-block{
  margin:0 0 24px!important;
  padding:28px!important;
  border-radius:18px!important;
  background:var(--kod-panel)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.14)!important;
}
.kod-home-block h2{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:30px!important;
}
.kod-home-block p{
  margin:0 0 12px!important;
  color:#cfcfcf!important;
  line-height:1.8!important;
}
.kod-home-grid-alt{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.kod-panel-btn{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:8px!important;
  width:100%!important;
  padding:24px!important;
  border-radius:18px!important;
  background:var(--kod-panel)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  color:#fff!important;
  text-align:left!important;
  box-shadow:0 12px 24px rgba(0,0,0,.14)!important;
  cursor:pointer!important;
}
.kod-panel-btn strong{
  font-size:26px;
  line-height:1.2;
}
.kod-panel-btn span:last-child{
  color:#cfcfcf;
  line-height:1.7;
}

/* CATEGORY PAGE */
.kod-category-tabs{
  display:flex!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin-bottom:18px!important;
}
.kod-category-tabs a{
  display:inline-flex!important;
  align-items:center!important;
  min-height:40px!important;
  padding:10px 14px!important;
  border-radius:10px!important;
  background:rgba(255,255,255,.04)!important;
  border:1px solid var(--kod-line)!important;
  color:#ddd!important;
  font-weight:700!important;
}
.kod-category-tabs a.active{
  background:linear-gradient(180deg,rgba(207,84,42,.22),rgba(159,33,23,.22))!important;
  color:#fff!important;
}
.kod-category-header h1{
  margin:0 0 12px!important;
  font-size:54px!important;
  line-height:1.02!important;
  color:#fff!important;
}
.kod-category-header p{
  color:var(--kod-muted)!important;
}

/* PRODUCT GRID */
.store-products-tiered,
.store-products-list,
.store-products-images{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
}
.store-products-tiered .store-product,
.store-products-list .store-product,
.store-products-images .store-product{
  display:flex!important;
  flex-direction:column!important;
  height:100%!important;
  margin:0!important;
  padding:18px!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.06)!important;
  background:rgba(18,18,18,.56)!important;
  box-shadow:0 12px 24px rgba(0,0,0,.14)!important;
}
.store-products-tiered .store-product .image,
.store-products-list .store-product .image,
.store-products-images .store-product .image{
  width:100%!important;
  aspect-ratio:1 / 1!important;
  object-fit:cover!important;
  border-radius:14px!important;
  margin-bottom:16px!important;
}
.store-products-tiered .store-product h3,
.store-products-list .store-product h3,
.store-products-images .store-product h3{
  margin:0 0 12px!important;
  color:#fff!important;
  font-size:24px!important;
}
.store-products-tiered .store-product .descr,
.store-products-list .store-product .descr,
.store-products-images .store-product .descr{
  color:#d0d0d0!important;
  line-height:1.75!important;
}
.store-products-tiered .store-product .product-actions,
.store-products-list .store-product .product-actions,
.store-products-images .store-product .product-actions{
  margin-top:auto!important;
}
.store-products-tiered .store-product .add,
.store-products-list .store-product .add,
.store-products-images .store-product .add,
.store-products-tiered .store-product .subscribe,
.store-products-list .store-product .subscribe,
.store-products-images .store-product .subscribe,
.kod-view-btn{
  width:100%!important;
  text-align:center!important;
  padding:12px 16px!important;
  border-radius:12px!important;
  border:0!important;
  background:linear-gradient(180deg,var(--kod-red) 0%,var(--kod-red-dark) 100%)!important;
  color:#fff!important;
  font-weight:800!important;
}

/* FOOTER */
.site-footer{
  position:relative!important;
  margin-top:54px!important;
  background:transparent!important;
  border-top:0!important;
}
.site-footer::before{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:180px;
  background:linear-gradient(0deg,rgba(8,8,8,.94) 0%,rgba(10,10,10,.72) 58%,rgba(10,10,10,.06) 100%);
}
.site-footer-inner{
  position:relative!important;
  z-index:2!important;
  width:min(1440px,calc(100% - 48px))!important;
  margin:0 auto!important;
  padding:54px 0 20px!important;
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.footer-brand{
  display:flex;
  align-items:center;
  gap:12px;
}
.footer-brand img{
  max-height:42px;
  width:auto;
  border-radius:10px;
}
.footer-left{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.footer-brand strong{color:#fff}
.footer-brand span,
.copyright{
  color:#b8b8b8!important;
  margin:0!important;
}
.we-accept{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  flex-wrap:wrap!important;
  list-style:none!important;
  margin:0!important;
  padding:0!important;
}
.we-accept img{
  max-height:28px!important;
  width:auto!important;
}

@media (max-width:900px){
  .kod-header-right{flex-wrap:wrap!important}
}
@media (max-width:720px){
  .site-header-inner{
    flex-direction:column!important;
    align-items:stretch!important;
  }
  .kod-header-right{
    justify-content:stretch!important;
    flex-wrap:wrap!important;
  }
  .kod-top-link,
  .kod-top-link--plain,
  .kod-top-link--border,
  .kod-top-link--accent{
    width:100%!important;
    min-width:0!important;
  }
  .kod-home-grid-alt,
  .store-products-tiered,
  .store-products-list,
  .store-products-images{
    grid-template-columns:1fr!important;
  }
  .site-navigation,
  #site-navigation,
  .text-content,
  .store-page .text-content,
  .page-content .text-content,
  .store-text,
  .site-header-inner,
  .site-footer-inner{
    width:calc(100% - 32px)!important;
  }
  .kod-home-intro h1{
    font-size:46px!important;
  }
}