/** Shopify CDN: Minification failed

Line 1231:13 Expected identifier but found whitespace
Line 1231:15 Unexpected "{"
Line 1231:24 Expected ":"
Line 1232:8 Expected identifier but found whitespace
Line 1232:10 Unexpected "{"
Line 1232:19 Expected ":"

**/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');


:root{
--yellowColor:#F9DB24;
--whiteColor:#ffffff;
--blackColor:#000000;
--paragraphColor:#454545;
}


body{
  font-family: 'Inter', sans-serif;
  font-weight:400;
  line-height:1.3;
  color:var(--blackColor);
  font-size:16px;
}

p{
  font-family: 'Inter', sans-serif;
  font-weight:400;
  line-height:1.3;
  color:var(--paragraphColor);
  font-size:16px;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Bebas Neue", sans-serif;  
}

h1{
  font-size: 60px;
  font-weight:400;
  line-height:1.2;
}
h2{
  font-size: 60px;
  font-weight:400;
  line-height:1.2;
}
h3{
  font-size: 50px;
  font-weight:400;
  line-height:1.2;
}
h4{
  font-size: 30px;
  font-weight:400;
  line-height:1.2;
}

h6,.h6Like{
  font-size: 20px;
  font-weight:400;
  line-height:1.2;
}


.container{
  max-width:1470px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}


.custom-marquee-bar__group .custom-marquee-bar__item{
   font-family: 'Inter', sans-serif;
   font-weight:400;
   font-size:14px;
}

/*======== Header css start ========*/


.myCustomHeader{
  background:#fff;
}
.myCustomHeader .header-social {
    display: flex;
    gap: 8px;
    padding-bottom: 44px;
}
.myCustomHeader .header-social .header-social-icon img{
  width:22px;
}
.myCustomHeader .overflow-menu a{
	font-size:16px;
	color:#000;
	font-weight:700;
  font-family: 'Inter', sans-serif;
  margin:0 15px;
}
.myCustomHeader .header__row{
	background:#fff;
}
.myCustomHeader .header-social .header-social-icon {
    height: 43px;
    width: 43px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
}

.myCustomHeader .menu-list__list-item:focus .menu-list__link,
.myCustomHeader .menu-list__list-item:hover .menu-list__link,
.myCustomHeader .menu-list__list-item .menu-list__link:focus,
.myCustomHeader .menu-list__list-item .menu-list__link:hover,
.myCustomHeader .menu-list__list-item .menu-list__link,
.myCustomHeader .menu-list__link--active{
  color:#000 !important;
}



.myCustomHeader .header__column--right .header-actions__action{
	background:var(--yellowColor);
  color:var(--blackColor);
  border-radius:50%;
  overflow:hidden;  
}
.myCustomHeader .header__column--right .header-user-icon{
	background:var(--yellowColor);
  color:var(--blackColor);
  border-radius:50%;
  overflow:hidden;
  height:44px;
  width:44px;
  display:flex;
  justify-content:center;
  align-items:center;  
}
.myCustomHeader .header__column.header__column--left {
    display: none;
}
.myCustomHeader .header__column.header__column--center {
    display: flex;
    flex-flow: column;
    gap: 15px;
}
.myCustomHeader .header__columns.spacing-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.myCustomHeader .header__column.header__column--right {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 44px;
}
.myCustomHeader .header__column--right .search-action {   
    margin: 0;
}

.myCustomHeader .header__column--right header-actions {
    margin-inline-start: inherit !important;
}
.myCustomHeader .header__column--right .search-action{
  margin-inline: inherit !important;
}

/* search first */
.myCustomHeader .header__column--right .search-action{
order:1;
}

/* user second */
.myCustomHeader .header__column--right .header-user-icon{
order:2;
}

/* cart third */
.myCustomHeader .header__column--right header-actions{
order:3;
}

.cstmCartIcn img{
  width:22px;
}



/*======== Header css end ========*/

/*======== customSlideWrp css start ========*/




.slideshow-cstm__slide img{
width:100%;
height:auto;
display:block;
}
.slideshow-cstm__content{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
color:#fff;
max-width:780px;
z-index:10;
pointer-events:auto;
}
.slideshow-cstm__content h2{
font-size: 121px;
font-weight:400;
margin-bottom:10px;
font-family: "Bebas Neue", sans-serif;
color:var(--yellowColor);
}
.slideshow-cstm__content p{
font-size:18px;
margin-bottom:20px;
color:var(--whiteColor);
}


.slideshow-cstm__btn{
  margin:auto;
  pointer-events:auto;
}
.cstmBtn{
  display:inline-block;
  padding:0 28px;
  border-radius:8px;
  text-decoration:none;
  font-weight:700;
  font-family:'Inter', sans-serif;
  line-height:55px;
  font-size:16px;
  position:relative;
  z-index:1;
  pointer-events:auto;
  max-width:240px;
  width:100%;
  background:var(--yellowColor);
  color:var(--blackColor);
  transition:all .3s ease;
  text-align:center;
}
.cstmBtn.yellowBtn:hover{
  background:var(--yellowColor);
  color:var(--blackColor);    
  box-shadow:0 0 15px rgba(245,212,28,0.7);
  transform:translateY(-2px);
}
.blackBtn.cstmBtn{
  background: var(--blackColor);
  color: var(--whiteColor);
}
.blackBtn.cstmBtn:hover{
  color: var(--yellowColor);
  box-shadow:0 8px 20px rgba(0,0,0,0.3);
  transform: translateY(-2px);
}




/* MODEL IMAGES */

.slideshow-cstm__model{
position:absolute;
bottom:0;
z-index:4;
}
.slideshow-cstm__model--right{
right:5%;
}
.slideshow-cstm img{
width:100%;
height:auto;
}
.customSlideWrp .slider-arrow{
 position:absolute;
top:50%;
transform:translateY(-50%);
background:#000;
border:none;
width:38px;
height:38px;
border-radius:50%;
color:#fff;
font-size:18px;
display:flex;
align-items:center;
justify-content:center;
line-height:1;
cursor:pointer;
z-index:5;

/* hide by default */
opacity:0;
visibility:hidden;
transition:all .3s ease;
}
.customSlideWrp .slider-prev{
left:15px;
}
.customSlideWrp .slider-next{
right:15px;
}


.slideshow-cstm{
width:100%;
overflow:hidden;
position:relative;
}
.slideshow-cstm__wrapper{
display:flex;
}
.slideshow-cstm__slide{
position:absolute;
top:0;
left:0;
width:100%;
opacity:0;
visibility:hidden;
transition:opacity 0.8s ease;
pointer-events:none;
}
.slideshow-cstm__slide.active{
opacity:1;
visibility:visible;
position:relative;
z-index:2;
}

.slideshow-cstm:hover .slider-arrow{
opacity:1;
visibility:visible;
}
.slider-arrow:hover{
background:#f5d41c;
color:#000;
transform:translateY(-50%) scale(1.1);
}



/*======== customSlideWrp css end ========*/



/*======== university-banner css START ========*/

/* SECTION */

.university-banner-section{
  background:#fff;
}
.university-banner{
  background:#fff;
}

/* CONTAINER */
.university-banner__container{
  text-align:center;
  padding:50px 20px;
  border-radius:15px;
}

/* HEADING */
.university-banner__heading{
  margin-bottom:20px;
  color:var(--blackColor);
}

/* BUTTON */
.university-banner__btn{
  max-width:292px;
}


/*======== university-banner css end ========*/


/*======== custom-apparel-banner css start ========*/
.custom-apparel-banner{
width:100%;
background:#fff;
}

.custom-apparel-banner__container{
display:flex;
min-height:420px;
}

/* LEFT */

.custom-apparel-banner__left{
width:26.18%;
display:flex;
align-items:center;
padding:40px;
background:#f3cc17;
}

/* CONTENT */

.custom-apparel-banner__content{
  text-align:center;
}

.custom-apparel-banner__heading{
font-size:95px;
margin-bottom:30px;
color:var(--blackColor);
}

.custom-apparel-banner__btn{
display:inline-block;
background:var(--blackColor);
color:var(--whiteColor);
padding:0 15px;
font-size:16px;
text-decoration:none;
border-radius:8px;
width:100%;
max-width:396px;
line-height:55px;
transition:all .3s ease;
}
.custom-apparel-banner__btn:hover{
  color: var(--yellowColor);
  box-shadow: 0 8px 20px #0000004d;
  transform: translateY(-2px);
}

/* RIGHT */

.custom-apparel-banner__right{
width:73.82%;
background-size:cover;
background-position:center;
}


/*======== custom-apparel-banner css end ========*/


/*======== feature-row css start ========*/

.features-row{
color:#fff;
}

.features-row__grid{
display:grid;
grid-template-columns:repeat(4,1fr);
}

.features-row__item{
display:flex;
gap:18px;
align-items:center;
padding:50px 30px;
position:relative;
}

.features-row__item:not(:last-child)::after{
content:"";
position:absolute;
right:0;
top:0;
height:100%;
width:1px;
background:#333;
}

.features-row__icon{
width:65px;
height:65px;
min-width:65px;
background:var(--yellowColor);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.features-row__icon img{
width:26px;
height:auto;
}

.features-row__heading{
margin-bottom:6px;
color:var(--yellowColor);
}

.features-row__text{
font-size:14px;
line-height:1.5;
color:#ccc;
}


.features-row__content .features-row__heading{
  margin-bottom: 0;
}

.features-row__text{
  font-size: 16px;
  margin-top: 10px;
}


/*======== feature-row css end ========*/

/*======== footer css start ========*/


.footer-bottom-wrapper{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
}

.footer-bottom-right{
display:flex;
gap:12px;
}

.custom-footer{
width:100%;
}

/* FOOTER TOP */

.custom-footer{
width:100%;
}


/* TOP */

.footer-top{
padding:60px 0;
}

.footer-grid{
display:flex;
gap:40px;
flex-wrap:wrap;
}

.footer-col{
flex:1;
min-width:180px;
}

.footer-col-logo{
max-width:220px;
}

.footer-logo{
width:120px;
margin-bottom:20px;
}

.footer-follow-title{
margin-bottom:10px;
color:var(--blackColor);
}

.footer-social{
display:flex;
gap:10px;
}

.footer-social img{
width:28px;
height:28px;
}


/* MENU */

.footer-title{
color:var(--blackColor);
margin-bottom:12px;
}

.footer-menu{
list-style:none;
padding:0;
margin:0;
}

.footer-menu li{
margin-bottom:8px;
}

.footer-menu a{
text-decoration:none;
color:#000;
text-transform: capitalize;
font-size: 16px;
}


/* CONTACT */

.footer-contact{
margin-top:10px;
}

.contact-row{
display:flex;
align-items:flex-start;
gap:10px;
margin-bottom:10px;
}

.contact-row img{
width:18px;
}

.contact-row span{
display:block;
line-height:1.4;
}


/* BOTTOM */

.footer-bottom{
padding:18px 0;
color:#fff;
}

.footer-bottom-inner{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:wrap;
gap:20px;
}

.footer-payments{
display:flex;
gap:10px;
align-items:center;
}

.footer-payments img{
height:24px;
}

.footer-text{
  color:var(--blackColor);
  font-size: 16px;
}

.footer-social a{
  display:flex;
  justify-content:center;
  align-items:center;
  width:43px;
  height:43px;
  border-radius:50%;
  background:var(--blackColor);
}
.footer-social a img{

}

.contact-row a,
.contact-row span{
  color:#000;
}

.footer-contact .contact-row a{
  font-size: 16px;    
}
.footer-contact .contact-row span{
  font-size: 16px;    
}

.footer-bottom-left{
  font-size: 14px;
}


/*======== footer css end ========*/




/*======== j2sport hero css start ========*/

.j2sport-vertical-text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-size: 120px;    
  color: transparent;
  -webkit-text-stroke: 1px #f2cf19;
  opacity: .35;
  pointer-events: none;
  font-family: Bebas Neue, sans-serif;
  letter-spacing: 2rem;
}

.j2sport-hero{
background:#fff;
padding:40px 0;
position:relative;
overflow:hidden;
}

.j2sport-hero-bg{
background:#fff;
}

.j2sport-hero-wrapper{
display:flex;
align-items:center;
justify-content:space-between;
position:relative;
min-height:520px;
padding:60px;
}

.j2sport-hero-left {
    max-width: 55%;
    padding-left: 6%;
    box-sizing: border-box;
}

.j2sport-small-title{
color:#fff;
margin-bottom:18px;
}

.j2sport-big-title{
  line-height:1;
  margin:0;
  margin-bottom:10px;
  font-size: 170px;
  color: transparent;
  -webkit-text-stroke: 1px var(--yellowColor);
  opacity: .8;
  pointer-events: none;
  font-family: Bebas Neue, sans-serif;  
}

.j2sport-text{
color:#fff;
font-size:30px;
margin-bottom:28px;
text-transform:uppercase;
font-family: Bebas Neue, sans-serif;
}

.j2sport-btn{
display:inline-block;
background:#f2cf19;
color:#000;
padding:0 36px;
border-radius:8px;
font-weight:600;
text-decoration:none;
max-width:240px;
font-size:16px;
line-height:55px;
box-sizing:border-box;
width:100%;
text-align:center;
}

.j2sport-hero-right {
    position: relative;
    width: 41%;
}

.hero-product-img{
max-width:480px;
}

.hero-logo-img{
position:absolute;
bottom:0;
right:0;
width:90px;
}

.pt-100{
  padding-top:100px;
} 
.pb-100{
  padding-bottom:100px;
}



/*======== j2sport hero css end ========*/



/*======== Collection css start ========*/
.custom-collection-grid{
  background:#ffffff;
  box-sizing: border-box;
}

.collection-grid-heading{
  font-size:32px;
  font-weight:800;
  margin-bottom:40px;
  text-transform:uppercase;
}

.collection-grid{
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:20px;
}

.collection-card{
  text-align:center;
  text-decoration:none;
  color:#000;
  transition:transform .2s ease;
}

.collection-card:hover{
  transform:translateY(-5px);
}


.collection-card__image img{
  width:100%;
  height:auto;
  display:block;
}

.collection-card__title{
  margin-top:10px;   
  text-transform:uppercase;  
}

.collection-card__image{
  background:#fff;
  padding:5px;
}

.section-custom-collection-grid{
  background:#ffffff !important;
}



.custom-collection-grid .page-width{  
  margin:0 auto;
}


.shopify-section:has(.custom-collection-grid){
  display:block;
  width:100%;
  padding:0 50px;
  box-sizing:border-box;
  background:var(--whiteColor);
}


/*======== Collection hero css end ========*/


/*======== custom-shop-products css start ========*/



.custom-shop-products__heading{
  text-align:center;
  margin-bottom:50px;
  color: var(--blackColor);
}

.custom-shop-products__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:30px;
}

.custom-shop-products__card{
  background:#fff;
  border:1px solid var(--blackColor);
  padding:25px;
  text-align:center;
  position:relative;
  border-radius:8px;
}

.custom-shop-products__image img{
  width:100%;
  height:auto;
}

.custom-shop-products__title{
  font-size:16px;
  margin:15px 0;
  color:#000;
}

.custom-shop-products__price{
  font-weight:700;
  margin-bottom:15px;
  color:#000;
  font-family: Inter, sans-serif;
  font-size:18px;
}

.custom-shop-products__btn{
  display:block;
  background:#F9DB24;
  color:#000;
  padding:12px;
  text-decoration:none;
  font-weight:600;
  border-radius:6px;
  font-size:18px;
  transition: all .3s ease;
  font-size:14px;
  font-family: 'Inter', sans-serif;
}   

.custom-shop-products__btn:hover{
    background: var(--yellowColor);
    color: var(--blackColor);
    box-shadow: 0 0 15px #f5d41cb3;
    transform: translateY(-2px);
}

.custom-shop-products__badge {
    position: absolute;
    top: -16px;
    right: 15px;
    background:var(--yellowColor);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    color: var(--blackColor);
}

.custom-shop-products__all{
  text-align:center;
  margin-top:40px;
}

.custom-shop-products__all-btn{
  background:#000;
  color:var(--yellowColor);
  padding:0 30px;
  text-decoration:none;
  border-radius:6px;
  width:100%;
  max-width:256px;
  display:inline-block;
  line-height:55px;
  font-size:16px;
  font-weight:700;
  transition: all .3s ease;
}
.custom-shop-products__all-btn:hover{
    color: var(--yellowColor);
    box-shadow: 0 8px 20px #0000004d;
    transform: translateY(-2px);
}

.custom-shop-products-section{
  width:100%;
  background:#fff;
}

/*======== custom-shop-products css end ========*/




/*======== collections page css start ========*/
.custom-collection-banner{
  position:relative;
  padding:50px 20px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  text-align:center;
  box-sizing:border-box;
}
.custom-collection-banner .collection-banner-inner{
  position:relative;
  z-index:3;
}
.custom-collection-banner .collection-banner-logo {
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-collection-banner .collection-banner-logo img{
  max-width:120px;
  height:auto;
}
.custom-collection-banner .collection-breadcrumb{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-collection-banner .collection-breadcrumb a{
  color:#fff;
  text-decoration:none;
}
.custom-collection-banner .breadcrumb-arrow{
  margin:0 28px;
  opacity:0.7;
}
/* STAR IMAGES */
.custom-collection-banner .banner-stars{
  position:absolute;
  z-index:2;
}
.custom-collection-banner .banner-stars img{
  max-width:80px;
  height:auto;
}
.custom-collection-banner .stars-left{
  left:20px;
  top:10px;
}
.custom-collection-banner .stars-right{
  right:20px;
  bottom:10px;
}
.collection-breadcrumb a,
.collection-breadcrumb span{
  font-family: "Bebas Neue", sans-serif;  
  line-height:1;
  font-size:30px;
  font-weight:400;
}
.collection-breadcrumb .breadcrumb-arrow{
  font-size:40px;
}
/*======== collections page css end ========*/

/*======== Inner page banner css START ========*/

.inner-banner{
padding:33px 0;
position:relative;
overflow:hidden;
background:#000;
color:#fff;
}

.inner-banner-wrapper{
position:relative;
}

.inner-banner-title{
margin-bottom:10px;
text-transform:uppercase;
}

.breadcrumb{
font-size:16px;
opacity:0.8;
}

.breadcrumb a{
color:#fff;
text-decoration:none;
}

.breadcrumb span{
margin:0 6px;
}

.banner-shape{
position:absolute;
}

.banner-left{
    left: 15px;
    bottom: -15px;
}

.banner-right{
    top: -15px;
    right: 15px;
}

.banner-shape img{
max-width:120px;
opacity:0.9;
}

.inner-banner-content{
position:relative;
z-index:2;
}


/*======== Inner page banner css End ========*/


/*======== Custom-single-button page css START ========*/
.button-wrapper{
  display:flex;
}
.button-left{
  justify-content:flex-start;
}
.button-center{
  justify-content:center;
}
.button-right{
  justify-content:flex-end;
}
/*======== Custom-single-button page css end ========*/

/*======== FAQs page css START ========*/

.cstm-faq{
  background:#fff;
}
.cstm-faq-title{
  text-align:center;
  margin-bottom:50px;
  color:var(--blackColor);
}
.cstm-faq-item{
  border-bottom:1px solid #818181;
}
.cstm-faq-question{
    width:100%;
    background:none;
    border:none;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 0;
    cursor:pointer;
    font-family: Bebas Neue, sans-serif;
}
.cstm-faq-answer{
  display:none;
  padding-bottom:20px;
  color:#454545;
  margin-top:0;
}
.cstm-faq-item.active .cstm-faq-answer{
  display:block;
}
.cstm-faq-icon {
    transition: 0.3s;
    width: 12px;
    height: 12px;
    display: inline-block;
    border-right: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-225deg);
}
.cstm-faq-item.active .cstm-faq-icon{
  transform:rotate(-45deg);
}
.cstm-faq-answer{
  display:none;
}
.cstm-faq-item.active .cstm-faq-answer{
  display:block;
}
.cstm-faq-wrapper{
  max-width:825px;
  margin:0 auto;
}

.pt-80{
  padding-top:80px;
}
.pb-80{
  padding-bottom:80px;
}

/*======== FAQs page css end ========*/


/*======== custom-single-button page css start ========*/

.button-wrapper{
  display:flex;
}

.button-left{
  justify-content:flex-start;
}

.button-center{
  justify-content:center;
}

.button-right{
  justify-content:flex-end;
}

.custom-btn{
  background: {{ section.settings.button_color }};
  color: {{ section.settings.text_color }};
}

/*======== custom-single-button page css end ========*/

/*======== custom-testimonial-slider css start ========*/

.custom-testimonial{
text-align:center;
}
.custom-testimonial__title{
margin-bottom:40px;
color:var(--blackColor);
}
.testimonial-text{
margin-bottom:30px;
line-height:1.6;
}
.testimonial-avatar{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
margin:0 auto 10px;
}
.testimonial-name{
  color:var(--blackColor);
  font-family: "Bebas Neue", sans-serif;  
}




.custom-testimonial__slider{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
position:relative;
}
.testimonial-track{
display:flex;
overflow:hidden;
max-width:790px;
position:relative;
}
.testimonial-item{
min-width:100%;
opacity:0;
transform:translateX(0);
transition:all .5s ease;
position:absolute;
left:0;
top:0;
}
.testimonial-item.active{
opacity:1;
transform:translateX(0);
position:relative;
}
.testimonial-arrow{
width:15px;
height:15px;
border:solid #000;
border-width:0 3px 3px 0;
display:inline-block;
padding:6px;
background:none;
cursor:pointer;
}

.testimonial-next{
transform:rotate(-45deg);
}

.testimonial-prev{
transform:rotate(135deg);
}


/*======== custom-testimonial-slider css end ========*/


/*======== about css start ========*/

.who-we-are{
    position:relative;
}

.who-we-are__wrapper{
display:flex;
align-items: end;
gap:60px;
}

.who-we-are__left{
flex:1;
}

.who-we-are__left img {
    width: 100%;
    height: auto;
    display: block;
    max-width: 96%;
    margin-bottom: -1px;
}

.who-we-are__right{
flex:1;
max-width:600px;
}

.who-we-are__title{
margin-bottom:20px;
color:#000;
}

.who-we-are__text{
margin-bottom:25px;
}
.who-we-are__text p{
 color:var(--paragraphColor);
}

.who-we-are__buttons{
display:flex;
gap:20px;
}

/*======== about css end ========*/





/*==============  Responsive css start  ==============*/



/*=============     1920 css start  =============*/
@media(max-width:1920px) {

}
/*=============   1920 css end  =============*/

/*=============     1680 css start  =============*/
@media(max-width:1680px) {

  .j2sport-hero-left{
    padding-left: 5%;
  }

  .slideshow-cstm__model {
    max-width: 450px;
  }

  .slideshow-cstm__model--left{
      max-width: 450px;
  }

  .slideshow-cstm__model--right{
      max-width: 450px;
  }

  .slideshow-cstm__content h2{
    font-size: 112px;
  }

  h4{
    font-size: 26px;
  }

  .j2sport-vertical-text{
    left: -7%;
  }

  .pb-80 {
      padding-bottom: 70px;
  }
  .pb-80 {
      padding-bottom: 70px;
  }
  .cstm-faq-title{
    margin-bottom:40px;
  }
  .pt-100 {
      padding-top: 90px;
  }

}
/*=============     1680 css end  =============*/

/*=============   1440 css start  =============*/
@media(max-width:1440px) {


  .custom-apparel-banner__heading {
      font-size: 70px;
  }
  .custom-apparel-banner__left{
    padding: 40px 30px;
  }

  .j2sport-vertical-text {
        left: -15%;
    }
    .j2sport-big-title {
        font-size: 116px;
    }

  .container{
      max-width: 98%;
  }

  .university-banner__container {
     background-size: cover;
  }
      h4 {
        font-size: 20px;
    }

  .slideshow-cstm__model--left{
      max-width: 370px;
  }

  .slideshow-cstm__model--right{
      max-width: 370px;
  }
    .slideshow-cstm__content h2 {
        font-size: 100px;
    }

.pb-100 {
    padding-bottom: 80px;
}
.pt-100 {
    padding-top: 80px;
}
h3 {
    font-size: 46px;    
}

.features-row__item{
  align-items: flex-start;
}

    .pt-80 {
        padding-top: 70px;
    }

    .pb-80 {
        padding-bottom: 70px;
    }
    .cstm-faq-title {
        margin-bottom: 30px;
    }
    .inner-banner {
    padding: 48px 0;
  }
  .banner-left {    
      bottom: -35px;
  }
  .banner-right {
      top: -35px;      
  }


}
/*=============   1440 css end  =============*/

/*=============     1366 css start  =============*/
@media(max-width:1366px) {

  .pb-100 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 70px;
}

    .pt-80 {
      padding-top: 60px;
    }
    .pb-80 {
      padding-bottom: 60px;
    }

}
/*=============   1366 css end  =============*/

/*=============     1280 css start  =============*/
@media(max-width:1280px) {



  .j2sport-vertical-text{
    left: -17%;
    font-size: 112px;
  }
  .j2sport-hero-right {     
      width: 45%;
  }

  .pb-100 {
    padding-bottom: 60px;
}
.pt-100 {
    padding-top: 60px;
}

    .slideshow-cstm__model--left, 
    .slideshow-cstm__model--right {
        max-width: 330px;
    }
    .slideshow-cstm__content h2 {
        font-size: 88px;
    }

    .pt-80 {
        padding-top: 50px;
    }
    .pb-80 {
        padding-bottom: 50px;
    }

}
/*=============     1280 css end  =============*/


/*=============     1200 css Start  =============*/

@media(max-width:1200px) {

}
/*=============     1200 css end  =============*/



/*=============     1160 css Start  =============*/
@media(max-width:1160px) {


  /* Header start */
  .myCustomHeader .header__columns.spacing-style{
    height:182px;
  }
  .myCustomHeader .menu-list { 
        display: flex;
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }
    .myCustomHeader .header-logo__image{
      margin-top:-40px;
    }
    .myCustomHeader .overflow-menu{
      display:flex;
      justify-content:center;
    }
    .myCustomHeader .overflow-menu a{
      margin: 0 4px;
    }
    /* Header end */

}
/*=============     1160 css Start  =============*/



/*=============     1080 css Start  =============*/
@media(max-width:1080px) {

  .custom-apparel-banner__heading {
      font-size: 65px;
    }
    .custom-apparel-banner__left {
      width: 37%;
  }
  .custom-apparel-banner__right {
      width: 67%;
  }

  .j2sport-vertical-text{
    left: -17%;
  }
  h3 {
      font-size: 34px;
  }

  .j2sport-big-title {
    font-size: 90px;
  }
  .hero-product-img {
      max-width: 350px;
  }
  .j2sport-vertical-text{
    font-size: 86px;
  }


  .pb-100 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 50px;
}
    .slideshow-cstm__content h2 {
        font-size: 64px;
    }

    h2 {
    font-size: 38px;
  }
  
}
/*=============     1080 css End  =============*/

/*=============     1024 css Start  =============*/
@media(max-width:1024px) {

    
}
/*=============     1024 css End  =============*/


/*=============     991 css Start =============*/
@media(max-width:991px) {

    .hero-product-img {
      max-width: 330px;
  }

      .j2sport-vertical-text {
        left: -19%;
    }
        .slideshow-cstm__model--left, .slideshow-cstm__model--right {
        max-width: 230px;
    }

    h1, h2 {
      font-size: 36px;  
  }

      .slideshow-cstm__content h2 {
        font-size: 44px;
    }

 

}
/*=============     991 css end   =============*/

/*=============     800 css Start =============*/
@media(max-width:800px) {

   .features-row__grid{
     grid-template-columns:repeat(2,1fr);
    }

  

    .j2sport-big-title{
      font-size:70px;
    }

    .hero-product-img{
      max-width:320px;
      margin-top:30px;
    }


    .collection-grid{
      grid-template-columns:repeat(3,1fr);
    }




  .custom-apparel-banner__left {
      width: 50%;
  }
  .custom-apparel-banner__right{
    width: 50%;
  }

  .j2sport-vertical-text{
    left: -22%;
    font-size: 70px;
  }
  .j2sport-hero-left{
    padding-left: 3%;
  }
  h3 {
      font-size: 28px;
  }
  .j2sport-text{
    font-size: 22px;
  }

     .slideshow-cstm__model--left,
    .slideshow-cstm__model--right {
        max-width: 175px;
    }

    .j2sport-hero-wrapper{
      min-height: 480px;
    }

    .hero-logo-img {
     width: 40px;
    }




    .custom-shop-products__grid{
      grid-template-columns:repeat(2,1fr);
    }

    h1, h2 {
        font-size: 26px;
    }
    
}
/*=============     800 css End   =============*/


/*=============     768 css Start =============*/
@media(max-width:768px) {




 
  .footer-bottom-inner{
    flex-direction:column;
    text-align:center;
  }
  .footer-payments{
    justify-content:center;
  }

  .collection-grid{
    grid-template-columns:repeat(2,1fr);
  }


  .custom-collection-banner .custom-collection-banner{
    padding:80px 20px;
  }
  .custom-collection-banner .banner-stars{
    display:none;
  }
  .custom-collection-banner .collection-banner-logo img{
    max-width:80px;
  }
  .collection-breadcrumb a, .collection-breadcrumb span {    
    font-size: 20px;    
  }



    .who-we-are__buttons{
    justify-content:center;
    }

    .who-we-are__wrapper {
        flex-direction: column-reverse;
        text-align: center;        
        align-items: center;
        gap:0;
    }

  
}
/*=============     768 css End   =============*/


/*=============     767 css Start =============*/
@media(max-width:767px) {


  .slideshow-cstm__content h2{
    font-size:34px;
  }

  .slideshow-cstm__content{
    padding:0 20px;
  }

  .slideshow-cstm__model{
    display:none;
  }

  .slideshow-cstm__content h2{
    font-size:36px;
  }

  h1{
    font-size:24px;
  }
  .university-banner__heading{
    font-size:24px;
  }
  .university-banner__container{
    padding:30px 15px;
  }



  .footer-grid {
        flex-direction: column;
    }
    .footer-bottom-wrapper{
      flex-wrap: wrap;
      gap: 10px;
      justify-content: center;
      text-align: center;
      flex-direction: column-reverse;
    }

    .custom-apparel-banner__container {
        flex-direction: column; 
        height: auto;
    }
    .custom-apparel-banner__left{
      width: 100%;
    }
    .custom-apparel-banner__right{
      width: 100%;
    }
    .custom-apparel-banner__content{
      text-align: center;
      width: 100%;
    }

    h3 {
      font-size: 24px;
  }
  .j2sport-big-title {
        font-size: 45px;
    }
    .j2sport-text {
        font-size: 20px;
    }
    .j2sport-hero-left{
      max-width: 100%;
      padding-left: 6%;
    }

    .j2sport-hero-right {
      position: relative;
      width: 100%;
      padding-left: 5%;
  }



    .j2sport-hero-wrapper{
      flex-direction:column;
      text-align:center;
    }


    .hero-logo-img{
      display: block;
      margin-left: auto;
      position:relative;
      margin-top:20px;
    }


     .footer-grid{
      flex-direction:column;
    }


  .custom-apparel-banner__container{
    flex-direction:column;
    height:auto;
  }

  .custom-apparel-banner__left{
    width:100%;
  }

  .custom-apparel-banner__right{
    width:100%;
    height:260px;
  }

    .custom-apparel-banner__heading{
    font-size:30px;
  }


  .slideshow-cstm__content {
       max-width: 90%;
      width: 100%;
  }



    .banner-shape{
    display:none;
    }



}
/*=============     767 css end   =============*/




/*=============     749 css start =============*/
@media(max-width:749px) {

.myCustomHeader .header__icon.header__icon--menu.header__icon--summary  .header-drawer-icon--open path{
    stroke:#000 !important;
  }
.myCustomHeader .header__column.header__column--left{
	display:block;
}
.myCustomHeader .header__columns.spacing-style{
  padding:0 10px;
}
.myCustomHeader .header-social{
  display:none;
}
.myCustomHeader .header__column.header__column--right{
  padding-bottom:0;
}
.myCustomHeader .header__column.header__column--left .search-action{
	display:none;
}
.myCustomHeader .header__column.header__column--right{
  gap: 6px;
}
.myCustomHeader .header__column--right .header-user-icon,
.myCustomHeader .header__column--right .header-actions__action { 
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.myCustomHeader .header__column.header__column--center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 43px;
}
.myCustomHeader .menu-drawer-container .header__icon--summary{
  padding-left:0;
}

.myCustomHeader .menu-drawer__menu-item-text{
    font-family: 'Inter', sans-serif;
    font-size:16px;
}
.myCustomHeader .menu-drawer__close-button{
    margin-left:auto;
}





 /* Header start */
  .myCustomHeader .header__columns.spacing-style{
    height:unset;
  }
  .myCustomHeader .header-logo__image{
    margin-top:unset;
  }
  
    /* Header end */

}
/*=============     749 css end   =============*/




/*=============     680 css start =============*/
@media(max-width:680px) {

  .shopify-section:has(.custom-collection-grid){
      max-width: 98%;
      padding: 30px 15px;
      box-sizing: border-box;
  }
  .features-row__item{
    padding: 50px 0;
    box-sizing: border-box;
  }

  .slideshow-cstm__slide img{
      min-height: 400px;
      display: block;
      object-fit: cover;
      object-position: center;
  }

}
/*=============     680 css end   =============*/


/*=============     640 css start =============*/
@media(max-width:640px) {

  .features-row__grid{
    grid-template-columns:1fr;
  }

  .features-row__item:not(:last-child)::after{
    display:none;
  }

  .features-row__item{
    padding-bottom: 0;
  }
  .features-row__item:last-child{
    padding-bottom: 50px;
  }


}
/*=============     640 css end   =============*/

/*=============     576 css start =============*/
@media(max-width:580px) {

  .j2sport-vertical-text {
        left: -29%;     
    }

 
    .j2sport-big-title{
      margin-bottom: 0;
    }

    .custom-shop-products__grid {
        grid-template-columns: repeat(1, 1fr);
    }


}
/*=============     576 css end   =============*/


/*=============     480 css end   =============*/
@media(max-width:480px) {
      .j2sport-vertical-text {
        left: -37%;
    }

}
/*=============     480 css start =============*/


/*=============     414 css start =============*/
@media(max-width:414px) {

  .footer-bottom-right {       
      gap: 5px;
  }

    .j2sport-vertical-text {        
        font-size: 45px;
    }

    .who-we-are__buttons {
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .custom-testimonial__title {
      margin-bottom: 20px;
    }



}
/*=============     414 css end   =============*/


/*=============     320 css start =============*/
@media(max-width: 320px){

}
/*=============     320 css End   =============*/


/*==============  Responsive css end  ==============*/


