/* ==========================================
   PRODUCT DETAILS
========================================== */

.ds-product-details{

    margin:60px 0;

}



/* ==========================================
   Header
========================================== */

.ds-product-header{

    margin-bottom:35px;

}

.ds-product-details-title{

    font-size:48px;

    font-weight:800;

    letter-spacing:2px;

    color:#0d2d6c;

    margin-bottom:10px;

    text-transform:uppercase;

}

.ds-product-subtitle{

    font-size:18px;

    font-weight:600;

    color:#222;

    text-transform:uppercase;

    margin:0;

}



.ds-product-subtitle:before{

    right:100%;

}

.ds-product-subtitle:after{

    left:100%;

}

/* ==========================================
   Section
========================================== */

.ds-section{

    margin-bottom:20px;

    padding-bottom:0;

    border-bottom:none;

}



/* ==========================================
   Ribbon
========================================== */

.ds-section-ribbon{

    display:inline-block;

    background:#0d2d6c;

    color:#fff;

    padding:12px 30px;

    font-size:22px;

    font-weight:700;

    letter-spacing:.5px;

    text-transform:uppercase;

    clip-path:polygon(0 0,90% 0,100% 100%,0 100%);

}

/* ==========================================
   Rows
========================================== */

.ds-section-content{

    display:none;

    margin-top:25px;

}

.ds-section.active .ds-section-content{

    display:block;

}

.ds-spec-row{

    display:grid;

    grid-template-columns:55px 260px 1fr;

    align-items:center;

    gap:15px;

    margin-bottom:18px;

}

.ds-spec-icon{

    width:48px;

    height:48px;

    display:flex;

    align-items:center;

    justify-content:center;

    border-radius:50%;

    background:#eef4ff;

    color:#0d2d6c;

    flex-shrink:0;

}

.ds-spec-icon svg{

    width:22px;

    height:22px;

    stroke:#0d2d6c;

}

.ds-section-title{

    cursor:pointer;

    position:relative;

    margin-bottom:15px;

}

.ds-section-title::after{

    content:"⌄";

    position:absolute;

    right:0;

    top:50%;

    transform:translateY(-50%);

    font-size:24px;

    color:#0d2d6c;

    transition:.3s;

}

.ds-section.active .ds-section-title::after{

    transform:translateY(-50%) rotate(180deg);

}

/* ==========================================
   Mobile
========================================== */

@media(max-width:768px){

.ds-product-details{

padding-left:20px;

}

.ds-product-details-title{

font-size:34px;

}

.ds-product-subtitle{

font-size:14px;

padding:0;

}

.ds-product-subtitle:before,
.ds-product-subtitle:after{

display:none;

}

.ds-section-ribbon{

font-size:18px;

padding:10px 18px;

}

.ds-spec-row{

grid-template-columns:45px 1fr;

}

.ds-spec-value{

grid-column:2;

}

.ds-spec-label{

font-size:18px;

}

}

/* ==========================
IDEAL FOR EVERY MOVE
========================== */

.ds-sports-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(120px,1fr));

    gap:20px;

    margin-top:25px;

}

.ds-sport-item{

    text-align:center;

    padding:20px 10px;

    border:1px solid #dcdcdc;

    border-radius:12px;

    transition:.3s;

}

.ds-sport-item:hover{

    border-color:#163a7d;

    transform:translateY(-3px);

}

.ds-sport-icon{

    font-size:34px;

    margin-bottom:12px;

}

.ds-sport-name{

    font-size:15px;

    font-weight:600;

    color:#163a7d;

}
.ds-section-title{

cursor:pointer;

display:flex;

justify-content:space-between;

align-items:center;

}

.ds-section-title::after{

content:"▼";

font-size:18px;

font-weight:700;

color:#163b83;

transition:.3s;

}

.ds-section-title.active::after{

transform:rotate(180deg);

}
/* ===========================
IDEAL FOR EVERY MOVE
=========================== */

.ds-sport-grid{

display:grid;

grid-template-columns:repeat(5,1fr);

gap:18px;

padding:20px;

border:2px solid #d9d9d9;

border-radius:18px;

margin-top:20px;

background:#fff;

}

.ds-sport-item{

display:flex;

flex-direction:column;

align-items:center;

justify-content:center;

text-align:center;

padding:10px;

}

.ds-sport-icon{

font-size:42px;

margin-bottom:12px;

line-height:1;

}

.ds-sport-name{

font-size:16px;

font-weight:600;

color:#163b83;

line-height:1.4;

}

@media(max-width:991px){

.ds-sport-grid{

grid-template-columns:repeat(3,1fr);

}

}

@media(max-width:576px){

.ds-sport-grid{

grid-template-columns:repeat(2,1fr);

}

}