selector {
font-family:'bebas neue';
}
#logo-menu-sec {
	text-align: left;
	background-color: #000000;
}
#logo-menu-sec { padding: 20px 50px 20px 50px; }
#logo-menu-sec {
font-family:'montserrat';
}
#logo-menu-sec {
  display: grid!important;
  grid-template-columns: 1fr 3fr!important;
  gap: 1rem;
}
@media (max-width:480px) {
#logo-menu-sec {
  display: grid!important;
  grid-template-columns: 1fr!important;
  gap: 1rem;
padding:10px;
}
}
@media (min-width:768px) and (max-width:992px) {
	#logo-menu-sec { padding: 20px 20px; }
}
@media (max-width:768px) {
	#logo-menu-sec { padding: 20px 10px 20px 10px; }
}
#logo { padding: 0 0 0 0; 	margin: 0 0; }
#logo img {
height:160px;
object-fit:contain;
}
@media (min-width:768px) and (max-width:992px) {
	#logo img {
height:100px;
}
}
@media (max-width:768px) {
	#logo {
	text-align: center;
}
#logo img {
    height:100px;
}
}
#menu {
	text-align: right;
	color: #FFFFFF;
	font-family: bebas-neue;
	font-size: 24px;
	font-weight: 500;
	word-spacing: 0em;
}
#menu a {
color:#fff;
}
#menu a:hover {
color:#ABFE3F;
}
@media (max-width:480px) {
#menu {
overflow-x:scroll;
}
.jd-main-menu li li {
    flex-grow: 1
    text-align: center;
    line-height: 44px;
    width: fit-content;
    padding: 0px 0px;
}
}
@media (max-width:768px) {
	#menu {
	font-size: 18px;
}
}
#product-row {
	background-color: #FFFFFF;
}
#product-row { padding: 50px 50px 50px 50px; }
#product-row {
font-family:'montserrat';
border-top:1px solid #ebebeb
}
@media (max-width:480px) {
#product-row {
padding:25px;
}
}
#images-col { padding: 50px 50px 50px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#images-col { padding: 0px 0px 50px 0px; }
#images-col {
    display:flex;
    flex-direction:row;
    justify-content:center;
}
}
@media (max-width:768px) {
	#images-col { padding: 0px 0px 0px 0px; }
}
#product-img img {
border:1px solid #ebebeb;
padding:20px;
}
@media (min-width:768px) and (max-width:992px) {
	#product-img img {max-height:500px;}
}
#product-details { padding: 50px 50px 50px 50px; }
@media (min-width:768px) and (max-width:992px) {
	#product-details { padding: 0px 0px 0px 0px; }
}
@media (max-width:768px) {
	#product-details { padding: 0px 0px 0px 0px; }
}
#product-title {
	font-family: bebas-neue;
	font-size: 2em;
	font-weight: 500;
	text-transform: capitalize;
}
@media (min-width:768px) and (max-width:992px) {
	#product-title {
	font-size: 40px;
}
}
@media (max-width:768px) {
	#product-title { padding: 20px 0px 0px 0px; }
}
#prod-details {
	font-family: bebas-neue;
	font-size: 22px;
}
#prod-details .jd-accordion-item label p { color: #000000!important; }
#prod-details .jd-accordion-item label { background-color: #F0F0F0; }
.jd-accordion-item label {
padding:15px;
}
.jd-accordion-item label svg {
fill:black;
}
.jd-accordion-item div {
font-family:poppins;
font-size:14px;
line-height:28px;
}
.jd-accordion-item input:checked+label+div {
    position: relative;
    max-height: 100%;
    padding: 20px 10px;
    opacity: 1;
    max-height: 300px;
    overflow-y: scroll;
font-family: 'poppins';
}
.el-NJKdcNMNo {
gap:20px !important;
display: grid;
grid-template-columns: 1fr 1fr;
}
.el-NJKdcNMNo {
gap:20px;
display: grid;
grid-template-columns: 1fr 1fr;
}
@media (min-width:768px) and (max-width:992px) {
	.el-NJKdcNMNo {
gap:0px;
}
}
@media (max-width:768px) {
	.el-NJKdcNMNo {
display:flex;
row-gap:0px !important;
}
}
#btn1 {
	font-family: bebas-neue;
	font-size: 1em;
}
#btn1 {
max-width:100%;
font-family:bebas-neue !important;
font-size:20px;
font-weight:500 !important;
}
#btn2 {
	font-family: bebas-neue;
	font-size: 1em;
}
#btn2 {
max-width:100%;
font-family:bebas-neue !important;
font-size:20px;
font-weight:500 !important;
}
@media (max-width:768px) {
	#btn2 {
	font-family: bebas neue;
}
}
#slider-sec {
font-family:'bebas neue';
}
#slider {
	font-family: bebas-neue;
}
.slider h2 span {
    color:#a8fd42;
}
.slider {
  width: 100%;
  overflow: hidden;
  background: #111;
  color: #fff;
  position: relative;
}
/* Hide radios */
.slider input { display: none; }
/* Slides wrapper */
.slides {
  white-space: nowrap;
  font-size: 0;
  transition: transform 0.8s cubic-bezier(0.25, 0.1, 0.25, 1);
}
/* Each slide */
.slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: min(80vh, 600px); /* prevents insane height on tiny screens */
  min-height: 380px;        /* ensures content never crushes */
  font-size: 16px;
  white-space: normal;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
/* Light overlay */
.slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.0);
  z-index: 1;
}
/* Vertical centering */
.slide-inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.slide-content {
  display: table-cell;
  vertical-align: middle;
  padding: clamp(15px, 5vw, 50px);
  position: relative;
  z-index: 2;
}
/* Typography */
.slide h2 {
  font-size: clamp(28px, 9vw, 100px);
  margin-bottom: 10px;
  max-width: 18ch;
  color:#fff;
  line-height:0.8em !important;
  font-weight:800 !important;
}
.slide p {
  font-size: clamp(24px, 3.5vw, 40px);
  line-height: 1.5;
  max-width: 50ch;
  color:#fff;
  line-height:0.8em !important;
  font-weight:200 !important;
}
/* Button */
.btn-new {
  display: inline-block;
  margin-top: 20px;
  padding: 15px 60px;
  background: #a8fd42;
  color: #000;
  text-decoration: none;
  border-radius: 0px !important;
  position: relative;
  overflow: hidden;
  text-transform:uppercase;
font-size:19px;
transition:0.4s;
}
.btn-new:hover {
  background: #86ce30;
  transition: 0.2s;
transform: translateY(-5px);
}
.btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.3);
  transition: left 0.4s ease;
}
.btn:hover::after { left: 0; }
/* Slide movement */
#s1:checked ~ .slides { transform: translateX(0%); }
#s2:checked ~ .slides { transform: translateX(-100%); }
#s3:checked ~ .slides { transform: translateX(-200%); }
/* Dots */
.dots {
  position: absolute;
  bottom: clamp(10px, 3vw, 20px);
  width: 100%;
  text-align: center;
}
.dots label {
  width: 12px;
  height: 12px;
  background: #666;
  display: inline-block;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
}
#s1:checked ~ .dots label[for="s1"],
#s2:checked ~ .dots label[for="s2"],
#s3:checked ~ .dots label[for="s3"] {
  background: #fff;
}
/* Arrows */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(20px, 6vw, 28px);
  color: #fff;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}
.prev { left: 10px; }
.next { right: 10px; }
.prev, .next { display: none; }
#s1:checked ~ .prev[for="s3"],
#s2:checked ~ .prev[for="s1"],
#s3:checked ~ .prev[for="s2"] { display: block; }
#s1:checked ~ .next[for="s2"],
#s2:checked ~ .next[for="s3"],
#s3:checked ~ .next[for="s1"] { display: block; }
@media (max-width:600px) {
.arrow {
display:none!important;
 }
}
/* Extra tiny devices (≤350px) */
@media (max-width: 350px) {
  .slide {
    min-height: 320px;
  }
  .slide-content {
    padding: 12px;
  }
  .dots label {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 768px) {
   .dots label { width: 22px; height: 22px!important; }
}
@media (min-width:768px) and (max-width:992px) {
	.slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: min(80vh, 400px); /* prevents insane height on tiny screens */
  min-height: 380px;        /* ensures content never crushes */
  font-size: 16px;
  white-space: normal;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
}
@media (max-width:768px) {
	.slide {
  height: min(50vh, 600px); /* prevents insane height on tiny screens */
  background-position: 72% 0%;
}
.slide2 {
  background-position: 60% 0%;
}
.slider h2 {
font-size:3em;}
.slider p {
font-size:24px;}
.slide {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: min(80vh, 250px); /* prevents insane height on tiny screens */
  min-height: 100px;        /* ensures content never crushes */
  font-size: 16px;
  white-space: normal;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
  position: relative;
}
}
#header-cta {
	background-color: #ADFE41;
}
#header-cta { padding: 60px 50px 60px 50px; }
/* Global font */
#header-cta {
    font-family: 'montserrat';
}
/* Base: always flex row */
#header-cta {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    gap: 1rem;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
}
/* Base CTA items — HARD OVERRIDES */
#header-cta > div {
    flex: 0 0 auto !important;   /* prevents shrinking */
    min-width: auto !important;  /* reset theme overrides */
    max-width: none !important;
    box-sizing: border-box;
}
/* --- ≤ 990px → show 3 items --- */
@media (max-width: 990px) {
    #header-cta {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
    }
    #header-cta > div {
        min-width: 33.33% !important;
    }
}
/* --- ≤ 480px → show 2 items --- */
@media (max-width: 480px) {
    #header-cta > div {
        min-width: 50% !important;
    }
}
/* --- ≤ 300px → show 1 item --- */
@media (max-width: 300px) {
    #header-cta > div {
        min-width: 100% !important;
    }
}
@media (min-width:768px) and (max-width:992px) {
	#header-cta { padding: 20px 20 20px 20; }
}
#cta-1 {
	text-align: center;
	color: #000000;
	font-family: bebas-neue;
	font-size: 32px;
	font-weight: 400;
}
#cta-2 {
	text-align: center;
	color: #000000;
	font-family: bebas-neue;
	font-size: 32px;
	font-weight: 500;
}
#cta-3 {
	text-align: center;
	color: #000000;
	font-family: bebas-neue;
	font-size: 32px;
	font-weight: 500;
}
#cta-4 {
	text-align: center;
	color: #000000;
	font-family: bebas-neue;
	font-size: 32px;
}
#cat-section { padding: 50px 50px 50px 50px; }
#cat-section {
  font-family: 'Montserrat';
  display: grid;
  gap: 20px;
  /* 3 equal columns on desktop */
  grid-template-columns: repeat(3, 1fr);
}
/* When it drops to 2 columns */
@media (max-width: 900px) {
  #cat-section {
    grid-template-columns: repeat(2, 1fr);
    justify-content: center; /* centers the 2 columns */
  }
}
/* Optional: 1 column on very small screens */
@media (max-width: 600px) {
  #cat-section {
    grid-template-columns: 2fr!;
  }
}
/* Optional: 1 column on extremely small screens */
@media (max-width: 300px) {
  #cat-section {
    grid-template-columns: 2fr;
  }
}
@media (min-width:768px) and (max-width:992px) {
	#cat-section { padding: 25px 25px 25px 25px; }
}
@media (max-width:768px) {
	#cat-section { padding: 20px 10px 20px 10px; }
}
/* Parent container */
#cat1 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat1 .cat-img {
  transition: transform 0.4s ease;
}
#cat1:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat1 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat1 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat1:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-jPzWwnXpm { padding: 0px; }
.cat-img img{border-radius:20px}
/* Parent container */
#cat2 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat2 .cat-img {
  transition: transform 0.4s ease;
}
#cat2:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat2 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat2 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat2:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-kSQRXmjrN { padding: 0px; }
/* Parent container */
#cat3 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat3 .cat-img {
  transition: transform 0.4s ease;
}
#cat3:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat3 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat3 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat3:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-xKbkztyHV { padding: 0x; }
/* Parent container */
#cat4 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat4 .cat-img {
  transition: transform 0.4s ease;
}
#cat4:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat4 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat4 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat4:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-EWvLayvAG { padding: 0px; }
/* Parent container */
#cat5 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat5 .cat-img {
  transition: transform 0.4s ease;
}
#cat5:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat5 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat5 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat5:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-wQYJchbbR { padding: 0; }
/* Parent container */
#cat6 {
  text-align: center; /* centers inline-block children */
}
/* Image hover */
#cat6 .cat-img {
  transition: transform 0.4s ease;
}
#cat6:hover .cat-img {
  transform: scale(0.98);
}
/* Text block */
#cat6 .cat-txt {
  position: relative;
  display: inline-block; /* required for underline + centering */
  text-align: center;    /* centers text inside */
}
/* Underline */
#cat6 .cat-txt::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
/* Hover underline */
#cat6:hover .cat-txt::after {
  transform: scaleX(1);
}
.el-tvzRQRxVb { padding: 0; }
#main-promo {
font-family:'montserrat';
}
#jarilo-banner {
	text-align: center;
	background-color: #000000;
}
#jarilo-banner { padding: 25px 50px 25px 50px; }
#jarilo-banner {
font-family:'montserrat';
}
#jarilo-banner {
    background: url(https://jarilohosting.co.uk/ebay/2026/fitgamer/assets/footerbg.png)
}
.el-kFaKXhQzo {
	background-color: #FFFFFF;
}
.el-kFaKXhQzo { padding: 20px 20px; }
.el-kFaKXhQzo {border-bottom: 2px solid #585858; background:transparent;}
@media (max-width:768px) {
	.el-kFaKXhQzo { padding: 0px 0px 0px 0px; }
}
@media (max-width:768px) {
	.el-vWFCYQWzu {
	text-align: center;
}
}
.el-UQlfHwGQE {
	text-align: left;
	color: #FFFFFF;
	font-family: bebas-neue;
	font-size: 28px;
}
.el-UQlfHwGQE {width:fit-content; padding-bottom:5px; border-bottom: 5px solid #a8fd42;}
@media (max-width:768px) {
	.el-UQlfHwGQE {
	text-align: center;
}
}
.el-kHAarhLIv {
	text-align: left;
	color: #FFFFFF;
	font-family: poppins;
	font-size: 16px;
	font-weight: 300;
	line-height: 2em;
}
.el-kHAarhLIv { margin: 20px 0px 0px 0px; }
.el-kHAarhLIv a {color:#fff; text-decoration:none; }
.jd-menu>li:hover, .jd-menu>li:has(.sub-items) .sub-items li:hover {
        background: transparent !important;
    }
.el-kHAarhLIv a:hover {color:#a8fd42;  }
.el-XMHsJJFzb {
	text-align: right;
}
.el-XMHsJJFzb { padding: 200px 0px 0px 0px; }
@media (max-width:768px) {
	.el-XMHsJJFzb {
	text-align: center;
}
.el-XMHsJJFzb { padding: 30px 0px 0px 0px; }
}
.el-RbCRXSBre {
	text-align: right;
}
.el-RbCRXSBre img {width:150px;;}
@media (max-width:768px) {
	.el-RbCRXSBre {
	text-align: left;
}
.el-RbCRXSBre { padding: 0px 0px 10px 0px; }
}
.el-QSPqWdmxA {
	text-align: right;
	color: #FFFFFF;
	font-family: poppins;
	font-weight: 600;
}
.el-QSPqWdmxA { margin: 20px 0px 0px 0px; }
@media (max-width:768px) {
	.el-QSPqWdmxA {
	text-align: left;
}
}

@media (max-width:767px) {
  .jd-accordion-item input:checked+label+div {
    max-height: 450px;
}
}


summary * {
    font-family: 'poppins';
}