/*=========================================================
ARENASA
ABOUT + PRODUCT
=========================================================*/

.ap-section{

    position:relative;

    padding:80px 0 120px;

    overflow:hidden;

}

.ap-section .container{

    max-width:1450px;

    margin:auto;

    padding:0 30px;

}

/*=========================================================
GRID
=========================================================*/

.ap-grid{

    display:grid;

    grid-template-columns:

        minmax(380px, 1fr)

        420px

        minmax(520px, 1.35fr);

    gap:40px;

    align-items:center;

}

/*=========================================================
ABOUT
=========================================================*/

.ap-about{

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-self:center;

}

.ap-label{

    display:inline-block;

    margin-bottom:14px;

    color:#D4AF37;

    font-size:14px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;

}

.ap-title{

    margin:0;

    font-size:44px;

    line-height:1.22;
    
    max-width:360px;

    color:#fff;

    font-family:'Cormorant Garamond',serif;

}

.ap-title span{

    display:inline;

    color:#D4AF37;

}

.ap-line{

    width:70px;

    height:3px;

    margin:20px 0 24px;

    border-radius:10px;

    background:#D4AF37;

}

.ap-description{

    margin-top:20px;

    max-width:420px;

    color:#ECECEC;

    font-size:16px;

    line-height:1.8;

}

.ap-button-area{

    margin-top:28px;

}

/*=========================================================
IMAGE
=========================================================*/

.ap-image{

    display:flex;

    align-items:center;

}

.ap-image-wrapper{

    position:relative;

    width:100%;

    height:410px;

    border-radius:24px;

    overflow:hidden;

}

.ap-image-wrapper img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

/*=========================================================
PRODUCT
=========================================================*/

.ap-product{

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    align-self:start;

    padding-top:0;

}

.ap-product-header{

    display:flex;

    justify-content:space-between;

    align-items:flex-start;

    margin-bottom:18px;

}

.ap-product-title{

    margin:8px 0 0;

    font-size:42px;

    line-height:1.2;

    color:#ffffff;

    font-family:'Cormorant Garamond', serif;

}

.ap-nav{

    display:flex;

    gap:12px;

}

.ap-prev,
.ap-next{

    width:46px;

    height:46px;

    border:none;

    border-radius:50%;

    background:#0A3A1D;

    color:#D4AF37;

    cursor:pointer;

    transition:.3s;

}

.ap-prev:hover,
.ap-next:hover{

    background:#D4AF37;

    color:#03230F;

}

.apSwiper{

    width:100%;

    overflow:hidden;

}

.ap-btn{

    display:inline-flex;

    align-items:center;

    gap:12px;

    padding:14px 28px;

    border:2px solid #8F6A18;

    border-radius:10px;

    color:#D4AF37;

    background:transparent;

    text-decoration:none;

    font-weight:600;

    transition:.3s;

}

.ap-btn:hover{

    background:#D4AF37;

    color:#03230F;

}

.ap-card{

    display:flex;

    flex-direction:column;

    height:330px;

    border:1px solid rgba(212,175,55,.45);

    border-radius:16px;

    overflow:hidden;

    background:#062D15;

}

.ap-card-image{

    height:120px;

    overflow:hidden;

    flex-shrink:0;

}

.ap-card-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    display:block;

}

.ap-card-body{

    display:flex;

    flex-direction:column;

    justify-content:flex-start;

    flex:1;

    padding:14px 16px 16px;

}

.ap-card h3{

    margin:4px 0 8px;

    font-size:15px;

    line-height:1.35;

    font-weight:700;

    color:#fff;

    min-height:40px;

}

.ap-category{

    font-size:13px;

    color:#D4AF37;

    margin-bottom:6px;

    text-transform:uppercase;

    letter-spacing:1px;

}

.ap-card p{

    flex:1;

    margin:0;

    font-size:13px;

    line-height:1.5;

    color:#d7d7d7;

}

.ap-card a{

    display:inline-flex;

    align-items:center;

    gap:6px;

    margin-top:12px;

    color:#D4AF37;

    font-size:11px;

    font-weight:700;

    text-decoration:none;

    text-transform:uppercase;

    letter-spacing:.5px;

}


.ap-floating,
.ap-floating-left,
.ap-floating-right,
.ap-badge{

    display:none;

}