.mod-maxshop-container{position:relative;padding:24px 12px;}
.mod-maxshop-swiperbox{background:var(--bs1);background:radial-gradient(circle,var(--bs3) 0%,var(--bs3) 40%,transparent 100%);padding:30px 0px;}
.mod-maxshop-scrollbox{display:flex; flex-wrap:nowrap;justify-content:space-around;text-align:center; padding:12px 6px;
    width:90%;margin:auto;gap:20px;overflow:hidden;white-space:nowrap;border-left:1px dashed var(--bs3);border-right:1px dashed var(--bs3);}

.mod-maxshop-btns{display:inline-block;width:50px;height:50px;background:transparent;transition:0.5s;}
.mod-maxshop-btns button{display:inline-block;width:50px;height:50px;background:rgba(0,0,0,0.1);color:#000;transition:0.5s;}
.mod-maxshop-btns button:hover{background:var(--main);color:#fff;}
.mod-maxshop-btns.btns-left{position:absolute;top:50%;left:18px;z-index:10;}
.mod-maxshop-btns.btns-right{position:absolute;top:50%;right:18px;z-index:10;}

.mod-maxshop-item{
    width:300px;min-width:300px;height:100%;background:var(--white);transition:0.5s;
    transform:scale(0.70) rotate(10deg);opacity:1;filter:blur(0px);
    box-shadow: 0 10px 10px -8px var(--bs1);
}
.mod-maxshop-item.active{transform:scale(1) rotate(0); opacity:1;filter:blur(0px)}
.mod-maxshop-item.prev{transform:scale(0.70) rotate(-10deg);}
.mod-maxshop-item.next {transform:scale(0.70) rotate(10deg);}

.mod-maxshop-product-image{}
.mod-maxshop-product-image img{display:inline-block;width:100%;height:auto;margin:auto;vertical-align:middle;transition:0.5s;}
.mod-maxshop-product-image:hover img{transform: scale(0.9);}

.mod-maxshop-product-box-title{padding:12px 0px;}
.mod-maxshop-product-box-title h3{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl;unicode-bidi:isolate;padding:6px;}

.mod-maxshop-product-box-price{padding:0px 0 12px 0}

button.btn-toggle{background-color:var(--btn1); color:var(--white); transition:0.5s;}
button.btn-toggle:hover{background-color:var(--white); border-color:var(--btn1); color:var(--btn1);}
button.btn-toggle:active{background-color:var(--white); border-color:var(--btn1); color:var(--btn1);}

button.btn-shop{background-color:var(--greenlight); color:var(--white); transition:0.5s;}
button.btn-shop:hover{background-color:var(--white); border-color:var(--greenlight); color:var(--greenlight);}
button.btn-shop:active{background-color:var(--white); border-color:var(--bgc1); color:var(--bgc1);}

/* -------------- keyframes ---------------------------------------- */
@keyframes scroll{
    from{transform: translateX(0);}
    to{transform: translateX(100%);}
}

/* -------------- Map flex Media ---------------------------------------- */
/* mb:mobile 60x6=360 (0px) */
@media only screen and (min-width:0px){
}
/* tb:tablet 60x12=720 (361px) */
@media only screen and (min-width:361px){
}
/* pc:desktop 60x18=1080 (721px) */
@media only screen and (min-width:721px){
}
/* lp:laptop 60x24=1440 (1081px) */
@media only screen and (min-width:1081px){
}
/* tv:television 60x30=1800 (1441px) */
@media only screen and (min-width:1441px){
}

