/*==================================================
        MO3TAMER PRODUCT SLIDER
==================================================*/

.mo3tamer-slider{
    width:100%;
    max-width:100%;
    margin:0;
    overflow:hidden;
    padding:25px 0 65px;
}

.mo3tamer-slider .swiper-wrapper{

    align-items:stretch;

}

.mo3tamer-slider .swiper-slide{

    display:flex;

    height:auto;

    box-sizing:border-box;

}

/*==================================================
        PRODUCT CARD
==================================================*/

.mo3-card{

    position:relative;

    width:100%;

    height:100%;

    display:flex;

    flex-direction:column;

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    border:1px solid rgba(0,0,0,.06);

    box-shadow:

    0 10px 30px rgba(0,0,0,.08);

    transition:

    transform .35s,

    box-shadow .35s;

}

.mo3-card:hover{

    transform:translateY(-8px);

    box-shadow:

    0 22px 45px rgba(0,0,0,.15);

}

/*==================================================
        PRODUCT IMAGE
==================================================*/

.mo3-image{

    width:100%;

    height:270px;

    padding:14px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:#fff;

    overflow:hidden;

}

.mo3-image a{

    width:100%;

    height:100%;

    display:block;

}

.mo3-image img{

    width:100%;

    height:100%;

    display:block;

    object-fit:cover;

    object-position:center;

    border-radius:18px;

    transition:.45s;

}

.mo3-card:hover .mo3-image img{

    transform:scale(1.05);

}
/*==================================================
        CONTENT
==================================================*/

.mo3-content{

    flex:1;

    display:flex;

    flex-direction:column;

    padding:18px;

    text-align:center;

}

.mo3-content h3{

    margin:0 0 14px;

    color:#1d1d1f;

    font-size:18px;

    font-weight:700;

    line-height:1.45;

    min-height:52px;

    display:-webkit-box;

    -webkit-line-clamp:2;

    -webkit-box-orient:vertical;

    overflow:hidden;

    transition:.3s;

}

.mo3-card:hover h3{

    color:#A57A3D;

}

/*==================================================
        PRICE
==================================================*/

.mo3-price{

    margin-top:auto;

    margin-bottom:18px;

    color:#A57A3D;

    font-size:22px;

    font-weight:800;

}

.mo3-price del{

    color:#999;

    opacity:.65;

    font-size:16px;

    margin-left:8px;

}

/*==================================================
        BUTTONS
==================================================*/

.mo3-buttons{

    display:flex;

    gap:10px;

}

.mo3-cart,
.mo3-view{

    flex:1;

    height:46px;

    display:flex;

    justify-content:center;

    align-items:center;

    border-radius:14px;

    text-decoration:none;

    font-size:15px;

    font-weight:700;

    transition:.3s;

}

.mo3-cart{

    background:#A57A3D;

    color:#fff !important;

}

.mo3-cart:hover{

    background:#8d6632;

}

.mo3-view{

    background:#f5f5f5;

    color:#222;

}

.mo3-view:hover{

    background:#ececec;

}

/*==================================================
        BADGE
==================================================*/

.mo3-badge{

    position:absolute;

    top:14px;

    left:14px;

    z-index:5;

    padding:8px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

    color:#fff;

}

.mo3-badge.sale{

    background:#ef4444;

}

.mo3-badge.new{

    background:#22c55e;

}
/*==================================================
        SWIPER NAVIGATION
==================================================*/

.swiper-button-next,
.swiper-button-prev{

    width:48px;

    height:48px;

    border-radius:50%;

    background:#fff;

    box-shadow:0 10px 25px rgba(0,0,0,.12);

    transition:.3s;

}

.swiper-button-next::after,
.swiper-button-prev::after{

    font-size:18px;

    font-weight:700;

    color:#A57A3D;

}

.swiper-button-next:hover,
.swiper-button-prev:hover{

    background:#A57A3D;

}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after{

    color:#fff;

}

/*==================================================
        PAGINATION
==================================================*/

.swiper-pagination{

    bottom:0 !important;

}

.swiper-pagination-bullet{

    width:10px;

    height:10px;

    background:#A57A3D;

    opacity:.35;

    transition:.3s;

}

.swiper-pagination-bullet-active{

    width:28px;

    border-radius:20px;

    opacity:1;

}

/*==================================================
        RESPONSIVE
==================================================*/

@media(max-width:991px){

.mo3-image{

    height:240px;

}

.mo3-content h3{

    font-size:17px;

}

}

@media(max-width:768px){

.mo3tamer-slider{

    padding:20px 12px 55px;

}

.mo3tamer-slider .swiper-slide{

    justify-content:center;

}

.mo3-card{

    max-width:320px;

    margin:auto;

}

.mo3-image{

    height:220px;

    padding:12px;

}

.mo3-image img{

    border-radius:16px;

}

.mo3-buttons{

    flex-direction:column;

    gap:8px;

}

.mo3-cart,
.mo3-view{

    height:44px;

    font-size:14px;

}

.swiper-button-next,
.swiper-button-prev{

    display:none;

}

}

/*==================================================
        PERFORMANCE
==================================================*/

.mo3-card{

    will-change:transform;

}

.mo3-image img{

    will-change:transform;

}
/* ===== FIX SLIDER WIDTH ===== */

.mo3tamer-slider{
    max-width: 1320px;
    margin: 0 auto;
    overflow: hidden;
}

.mo3tamer-slider .swiper{
    overflow: hidden;
}

.mo3tamer-slider .swiper-wrapper{
    box-sizing: border-box;
}

.mo3tamer-slider .swiper-slide{
    box-sizing: border-box;
}

.swiper-button-prev{
    left: 8px !important;
}

.swiper-button-next{
    right: 8px !important;
}
.entry-content .mo3tamer-slider{
    width:100%;
}

.mo3tamer-slider .swiper-wrapper{
    align-items:stretch;
}

.mo3tamer-slider .swiper-slide{
    height:auto;
    display:flex;
}