/*=====================================================
MOBILE V2
RACING SECTION
======================================================*/

@media (max-width:767px){

/*------------------------------------
SECTION
------------------------------------*/

.gf-racing{

    padding:50px 0 !important;

}

.gf-racing .container{

    width:min(94%,520px);

}

/*------------------------------------
HEADING
------------------------------------*/

.gf-racing-header{

    margin-bottom:28px;

}

.gf-racing-header h2{

    font-size:34px;

    line-height:1.12;

    letter-spacing:-1px;

}

.gf-racing-header p{

    font-size:15px;

    line-height:1.7;

    margin-top:16px;

}

/*------------------------------------
FEATURE CHIPS
------------------------------------*/

.gf-racing-features{

    display:grid !important;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:12px;

    width:100%;

    overflow:hidden;

    margin-bottom:28px;

}

.gf-feature-chip{

    width:100%;

    min-width:0;

    padding:16px 14px;

    border-radius:18px;

    align-items:flex-start;

    gap:12px;

}

.gf-feature-icon{

    width:46px;

    height:46px;

    flex-shrink:0;

}

.gf-feature-icon i{

    font-size:18px;

}

.gf-feature-content{

    min-width:0;

}

.gf-feature-content h4{

    font-size:15px;

    line-height:1.3;

    word-break:break-word;

}

.gf-feature-content span{

    font-size:12px;

    line-height:1.45;

}

/*------------------------------------
RACING GRID
------------------------------------*/

.gf-racing-collections{

    grid-template-columns:1fr;

    gap:22px;

}

/*------------------------------------
CARD
------------------------------------*/

.gf-racing-card{

    display:flex;

    flex-direction:column;

    min-height:auto !important;

    border-radius:22px;

    overflow:hidden;

}

/*------------------------------------
IMAGE FIRST
------------------------------------*/

.gf-card-visual{

    order:1;

    height:340px !important;

    min-height:340px !important;

    display:flex;

    justify-content:center;

    align-items:flex-end;

    padding:0;

}

/*------------------------------------
BIG IMAGE
------------------------------------*/

.gf-character{

    width:92% !important;

    height:92% !important;

    object-fit:contain;

    object-position:center bottom;

}

.gf-kart-character{

    width:86% !important;

    height:86% !important;

}

/*------------------------------------
CONTENT
------------------------------------*/

.gf-card-content{

    order:2;

    padding:24px;

}

/*------------------------------------
TITLE
------------------------------------*/

.gf-card-content h3{

    font-size:34px;

    line-height:1;

    margin-bottom:12px;

}

/*------------------------------------
DESCRIPTION
------------------------------------*/

.gf-card-content p{

    margin:0 0 18px;

    font-size:15px;

    line-height:1.7;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

/*------------------------------------
HIDE BULLETS
------------------------------------*/

.gf-feature-list{

    display:none;

}

/*------------------------------------
BUTTON
------------------------------------*/

.gf-card-btn{

    width:100%;

    height:54px;

    margin-top:8px;

    font-size:15px;

    border-radius:50px;

}

/*------------------------------------
BACKGROUND TEXT
------------------------------------*/

.gf-bg-text{

    font-size:90px;

    top:18px;

    right:10px;

}

.gf-glow{

    width:220px;

    height:220px;

}

}


/*=====================================================
MOBILE V2
WHY GLORE + MANUFACTURING PROCESS
======================================================*/

@media (max-width:767px){

/*=====================================================
WHY GLORE
======================================================*/

.gf-why{

    padding:50px 0 !important;

}

.gf-why-heading{

    margin-bottom:28px !important;

    padding:0 16px;

}

.gf-why-heading h2{

    font-size:34px;

    line-height:1.12;

}

.gf-why-heading p{

    font-size:15px;

    line-height:1.7;

}

/* 2 Columns */

.gf-why-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:14px;

}

/* Compact Cards */

.gf-why-card{

    padding:18px 16px;

    border-radius:18px;

    min-height:235px;

}

/* Icon */

.gf-why-icon{

    width:50px;

    height:50px;

    font-size:22px;

    margin-bottom:14px;

}

/* Title */

.gf-why-title{

    font-size:18px;

    line-height:1.3;

    margin-bottom:10px;

}

/* Description */

.gf-why-text{

    font-size:13px;

    line-height:1.55;

    margin-bottom:14px;

    display:-webkit-box;

    -webkit-line-clamp:3;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

/* Arrow */

.gf-why-arrow{

    width:34px;

    height:34px;

    font-size:16px;

}


/*=====================================================
MANUFACTURING PROCESS
======================================================*/

.gf-process{

    padding:50px 0 !important;

}

.gf-process-heading{

    margin-bottom:28px !important;

    padding:0 16px;

}

.gf-process-heading h2{

    font-size:34px;

    line-height:1.12;

}

.gf-process-heading p{

    font-size:15px;

    line-height:1.7;

}

/* 2 Columns */

.gf-process-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:14px;

}

/* Compact Card */

.gf-process-card{

    padding:18px 16px;

    border-radius:18px;

    min-height:235px;

}

/* Step Number */

.gf-process-number{

    font-size:26px;

    top:12px;

    right:12px;

}

/* Icon */

.gf-process-icon{

    width:50px;

    height:50px;

    font-size:20px;

    margin-bottom:14px;

}

/* Title */

.gf-process-title{

    font-size:18px;

    line-height:1.3;

    margin-bottom:10px;

}

/* Description */

.gf-process-text{

    font-size:13px;

    line-height:1.55;

    display:-webkit-box;

    -webkit-line-clamp:3;

    -webkit-box-orient:vertical;

    overflow:hidden;

}

}


/*=====================================================
MOBILE V2
FAQ + FACTORY + GLOBAL BRANDS
======================================================*/

@media (max-width:767px){

/*=====================================================
FAQ
======================================================*/

.gf-faq{

    padding:50px 0 !important;

}

.gf-faq-heading{

    width:100%;

    margin-bottom:28px;

    padding:0 16px;

}

.gf-faq-heading h2{

    font-size:34px;

    line-height:1.12;

}

.gf-faq-heading p{

    font-size:15px;

    line-height:1.7;

}

.gf-faq-wrapper{

    width:100%;

    padding:0 16px;

}

/* Better Question Layout */

.gf-faq-question{

    display:grid;

    grid-template-columns:minmax(0,1fr) 40px;

    align-items:center;

    gap:14px;

    padding:18px;

    font-size:16px;

    line-height:1.45;

}

.gf-faq-question span:first-child{

    max-width:100%;

    min-width:0;

}

.gf-faq-icon{

    width:40px;

    height:40px;

    font-size:20px;

    justify-self:end;

    flex-shrink:0;

}

.gf-faq-answer{

    padding:0 18px 18px;

}

.gf-faq-answer p{

    font-size:14px;

    line-height:1.7;

}


/*=========================================
FAQ TEXT CUT FIX
=========================================*/

@media (max-width:767px){

.gf-faq-question{

    display:grid !important;
    grid-template-columns:minmax(0,1fr) 42px !important;
    align-items:center;
    column-gap:14px;

}

.gf-faq-question span:first-child{

    display:block;
    width:100%;
    max-width:100% !important;
    min-width:0;
    white-space:normal !important;
    word-break:break-word;
    overflow-wrap:anywhere;
    padding-right:0;

}

.gf-faq-icon{

    justify-self:end;
    align-self:center;
    flex-shrink:0;
    width:42px;
    height:42px;

}
}


/*=====================================================
FACTORY GALLERY
======================================================*/

.gf-factory{

    padding:50px 0;

}

.gf-factory-heading{

    margin-bottom:28px;

    padding:0 16px;

}

.gf-factory-heading h2{

    font-size:34px;

}

.gf-factory-heading p{

    font-size:15px;

    line-height:1.7;

}

.gf-factory-grid{

    grid-template-columns:1fr;

    gap:16px;

}

.gf-card{

    border-radius:18px;

}

.gf-card-image img{

    height:220px !important;

}

.gf-card-content{

    padding:18px;

}

.gf-card-content h3{

    font-size:20px;

}

.gf-card-content p{

    font-size:14px;

    line-height:1.65;

}


/*=====================================================
GLOBAL BRANDS
======================================================*/

.gf-brand-benefits{

    padding:50px 0;

}

.gf-brand-heading{

    margin-bottom:28px;

    padding:0 16px;

}

.gf-brand-heading h2{

    font-size:34px;

    line-height:1.12;

}

.gf-brand-heading p{

    font-size:15px;

    line-height:1.7;

}

.gf-brand-grid{

    display:grid;

    grid-template-columns:repeat(2,minmax(0,1fr));

    gap:14px;

    padding:0 16px;

}

.gf-brand-card{

    min-height:140px;

    padding:18px 14px;

    border-radius:18px;

}

.gf-brand-icon{

    width:48px;

    height:48px;

    margin-bottom:12px;

}

.gf-brand-card h3{

    font-size:16px;

    line-height:1.3;

}

.gf-brand-card p{

    display:none;

}

}


/*=====================================================
MOBILE V2
FINAL POLISH
======================================================*/

@media (max-width:767px){

/*=====================================================
GLOVES
======================================================*/

.gf-gloves{

    padding:50px 0 20px;

}

.gf-gloves-heading{

    margin-bottom:28px !important;

    padding:0 16px;

}

.gf-gloves-heading h2{

    font-size:34px;

    line-height:1.12;

}

.gf-gloves-heading p{

    font-size:15px;

    line-height:1.7;

}

.gf-gloves-grid{

    grid-template-columns:1fr;

    gap:18px;

}

.gf-glove-card{

    min-height:400px;

    border-radius:20px;

}

.gf-glove-inner{

    height:400px;

}

.gf-glove-content{

    left:18px;

    top:18px;

    width:48%;

}

.gf-glove-tag{

    font-size:10px;

    padding:7px 12px;

}

.gf-glove-content h3{

    font-size:26px;

    margin-bottom:10px;

    line-height:1.1;

}

.gf-glove-content p{

    font-size:14px;

    line-height:1.6;

    margin-bottom:14px;

}

.gf-glove-btn{

    font-size:14px;

}

.gf-glove-image img{

    width:170px !important;

    right:6px !important;

    bottom:8px !important;

}

.gf-glove-watermark{

    font-size:28px;

}

.gf-glove-glow{

    width:180px;

    height:180px;

}


/*=====================================================
GLOBAL SPACING
======================================================*/

.gf-section{

    padding-top:50px !important;

    padding-bottom:50px !important;

}

.gf-heading{

    margin-bottom:28px !important;

}

.gf-heading h2{

    font-size:34px !important;

    line-height:1.12;

}

.gf-heading p{

    font-size:15px;

    line-height:1.7;

}


/*=====================================================
BUTTONS
======================================================*/

.gf-card-btn,
.gf-glove-btn,
.gf-btn,
.gf-primary-btn{

    min-height:52px;

    font-size:15px;

    border-radius:50px;

}


/*=====================================================
IMAGES
======================================================*/

img{

    max-width:100%;

    height:auto;

}


/*=====================================================
OVERFLOW FIXES
======================================================*/

html,
body{

    overflow-x:hidden;

}

section{

    overflow:hidden;

}

.container,
.elementor-container{

    max-width:100%;

}

[class*="grid"]{

    min-width:0;

}

[class*="card"]{

    min-width:0;

}


/*=====================================================
SAFE WORD WRAP
======================================================*/

h1,h2,h3,h4,h5,h6,p,span{

    overflow-wrap:anywhere;

}


/*=====================================================
TOUCH IMPROVEMENTS
======================================================*/

a,
button{

    -webkit-tap-highlight-color:transparent;

}

button{

    touch-action:manipulation;

}


/*=====================================================
LAST CARD SPACING
======================================================*/

.gf-racing-card:last-child,
.gf-why-card:last-child,
.gf-process-card:last-child{

    margin-bottom:0;

}

}

/*=====================================================
FOOTER - MOBILE PREMIUM V2
======================================================*/

@media (max-width:767px){

/*==============================
SECTION
==============================*/

.gf-footer{

    padding:55px 0 0 !important;

}

.gf-footer-top{

    width:min(92%,520px);
    margin:auto;
    grid-template-columns:1fr !important;
    gap:38px;

}

/*==============================
BRAND
==============================*/

.gf-footer-brand{

    text-align:center;

}

.gf-footer-logo{

    display:block;
    width:150px !important;
    margin:0 auto 18px;

}

.gf-footer-badge{

    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:10px 18px;
    font-size:10px;
    letter-spacing:1.8px;
    margin-bottom:18px;

}

.gf-footer-brand p{

    width:100%;
    max-width:100%;
    margin:0 auto;
    font-size:15px;
    line-height:1.8;

}

/*==============================
SOCIAL
==============================*/

.gf-footer-social{

    justify-content:center;
    gap:16px;
    margin-top:24px;

}

.gf-footer-social a{

    width:52px;
    height:52px;
    font-size:18px;
    border-radius:50%;

}

/*==============================
HEADINGS
==============================*/

.gf-footer h3{

    font-size:22px;
    margin-bottom:22px;

}

.gf-footer h3::after{

    width:60px;
    left:0;

}

/*==============================
LINKS
==============================*/

.gf-footer-links,
.gf-footer-products,
.gf-footer-contact{

    text-align:left;

}

.gf-footer ul{

    margin:0;
    padding:0;

}

.gf-footer li{

    margin-bottom:14px;

}

.gf-footer a{

    display:inline-block;
    font-size:16px;
    line-height:1.6;

}

/*==============================
CONTACT CARDS
==============================*/

.gf-contact-card{

    padding:20px;
    border-radius:22px;
    gap:16px;
    margin-bottom:16px;

}

.gf-contact-card span{

    width:54px;
    height:54px;
    font-size:22px;

}

.gf-contact-card strong{

    display:block;
    font-size:17px;
    margin-bottom:6px;

}

.gf-contact-card p,
.gf-contact-card a{

    font-size:14px;
    line-height:1.6;
    word-break:break-word;

}

/*==============================
BOTTOM BAR
==============================*/

.gf-footer-bottom{

    margin-top:40px;
    padding:24px 0;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:16px;

}

.gf-footer-bottom p{

    font-size:14px;
    line-height:1.7;
    margin:0;

}

.gf-footer-bottom-links{

    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    flex-direction:row !important;
    gap:18px;

}

.gf-footer-bottom-links a{

    font-size:14px;

}

/*==============================
ANIMATION
==============================*/

.gf-footer-social a:active,
.gf-contact-card:active{

    transform:scale(.97);

}

}

