.giploxSwiper {
    padding: 20px 40px;
    position: relative;
}

.giploxSwiper .swiper-slide {
    text-align: center;
}

.giploxSwiper .swiper-slide a {
    text-decoration: none;
    color: inherit;
}

.giplox-image img {
    width: 100%;
    height: auto;
}

/* .giplox-title {
    font-size: 16px;
    margin-top: 12px;
    min-height: 48px;
} */

.giplox-price {
    font-weight: 700;
    margin-top: 10px;
}

.giplox-price ins {
    text-decoration: none;
}

.swiper-button-next,
.swiper-button-prev {
    color: #000;
}


.giplox-card{
    transition:all .35s ease;
     padding:12px;
    border-radius:20px;
}

.giplox-card:hover{
    transform:translateY(-8px);
}

.giplox-image{
    position:relative;
    overflow:hidden;
    border-radius:16px;
}

.giplox-image img{
    width:100%;
    transition:transform .6s ease;
}

.giplox-card:hover .giplox-image img{
    transform:scale(1.08);
}

.giplox-overlay{
    position:absolute;
    left:0;
    right:0;
    bottom:0;

    padding:20px;

    display:flex;
    justify-content:center;

    opacity:0;
    transform:translateY(20px);

    transition:all .35s ease;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.25),
        transparent
    );
}

.giplox-card:hover .giplox-overlay{
    opacity:1;
    transform:translateY(0);
}

.giplox-overlay .button{
    background:#fff;
    color:#111;

    border:none;
    border-radius:50px;

    padding:12px 24px;

    font-size:14px;
    font-weight:600;

    text-decoration:none;

    box-shadow:0 8px 24px rgba(0,0,0,.12);

    transition:all .3s ease;
}

.giplox-overlay .button:hover{
    transform:scale(1.05);
}

/* 
.swiper-slide{
    background:#fff;
    border-radius:16px;

    transition:all .3s ease;

    overflow:hidden;
}

.swiper-slide:hover{
    transform:translateY(-6px);

    box-shadow:
        0 20px 40px rgba(0,0,0,.08);
} */

.swiper-slide{
    background:#fff;
    border-radius:16px;
    overflow:hidden;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:
        0 4px 12px rgba(0,0,0,.04),
        0 10px 30px rgba(0,0,0,.06);

    transition:all .35s ease;
}

.swiper-slide:hover{
    transform:translateY(-8px);

    box-shadow:
        0 12px 25px rgba(0,0,0,.08),
        0 25px 50px rgba(0,0,0,.12);
}

/* .giplox-title{
    font-size:18px;
    font-weight:600;
    line-height:1.4;
} */
.giplox-title{
   font-size:16px;
    font-weight:500;
    line-height:1.5;
    color:#333;
    letter-spacing:.2px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    min-height:48px;
    margin-top: 20px !important;
}


/* del{
    color:#999;
    font-size:14px;
} */
 del{
    color:#999;
    font-size:13px;
    font-weight:400;
}

/* ins{
    text-decoration:none;
    color:#111;
    font-size:24px;
    font-weight:700;
} */

.giplox-image{
    aspect-ratio:1/1;
    overflow:hidden;

    border-radius:16px;

    background:#f8f8f8;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.8),
        0 6px 20px rgba(0,0,0,.05);
}
/* 

.giplox-image{
    aspect-ratio:1/1;
    overflow:hidden;
} */

.giplox-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

@media(max-width:768px){

    .giplox-overlay{
        opacity:1;
        transform:none;
        position:static;
        background:none;
        padding-top:10px;
    }

    .giplox-overlay .button{
        width:100%;
        text-align:center;
    }
}

.giplox-overlay .button:hover{
    background:#fff !important;
    color:#000 !important;
    border-color:#fff !important;
}


/* slider arrow css */
/* .giploxSwiper {
    position: relative;
}

.giploxSwiper .swiper-button-next,
.giploxSwiper .swiper-button-prev {

    width: 48px;
    height: 48px;

    background: #fff;
    border-radius: 50%;

    box-shadow: 0 8px 25px rgba(0,0,0,.12);

    transition: all .3s ease;

    top: 35%;
    transform: translateY(-50%);

    color: #111;
}

.giploxSwiper .swiper-button-next:hover,
.giploxSwiper .swiper-button-prev:hover {

    background: #000;
    color: #fff;

    transform: translateY(-50%) scale(1.08);
}

.giploxSwiper .swiper-button-prev {
    left: -10px;
}

.giploxSwiper .swiper-button-next {
    right: -10px;
}

.giploxSwiper .swiper-button-next,
.giploxSwiper .swiper-button-prev {

    backdrop-filter: blur(12px);

    background: rgba(255,255,255,.9);

    border: 1px solid rgba(255,255,255,.5);
}


.giploxSwiper .swiper-button-next,
.giploxSwiper .swiper-button-prev {
    opacity: 0;
}

.giploxSwiper:hover .swiper-button-next,
.giploxSwiper:hover .swiper-button-prev {
    opacity: 1;
}
.giploxSwiper .swiper-button-next:after,
.giploxSwiper .swiper-button-prev:after {
    display: none;
}

.giploxSwiper .swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M15.5 19l-7-7 7-7'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
}

.giploxSwiper .swiper-button-next {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath fill="black" d="M8.5 5l7 7-7 7"/%3E%3C/svg%3E');
    background-repeat:no-repeat;
    background-position:center;
    background-size:20px;
} */



/* ===========================
   GIPLOX PREMIUM SLIDER ARROWS
   =========================== */

.giploxSwiper {
    position: relative;
}

/* Arrow Button */

.giploxSwiper .swiper-button-next,
.giploxSwiper .swiper-button-prev {

    width: 52px;
    height: 52px;

    background: #fff;

    border-radius: 50%;

    box-shadow:
        0 10px 30px rgba(0,0,0,.10);

    border: 1px solid rgba(0,0,0,.05);

    transition: all .35s cubic-bezier(.4,0,.2,1);

    top: 35%;
    transform: translateY(-50%);

    opacity: 0;

    z-index: 10;
}

/* Show arrows on hover */

.giploxSwiper:hover .swiper-button-next,
.giploxSwiper:hover .swiper-button-prev {
    opacity: 1;
}

/* Position */

.giploxSwiper .swiper-button-prev {
    left: 10px;
}

.giploxSwiper .swiper-button-next {
    right: 10px;
}

/* Remove Swiper Default Arrow */

.giploxSwiper .swiper-button-next:after,
.giploxSwiper .swiper-button-prev:after {
    display: none;
}

/* Custom Chevron */

.giploxSwiper .swiper-button-next::before,
.giploxSwiper .swiper-button-prev::before {

    content: "";

    width: 12px;
    height: 12px;

    border-top: 2.5px solid #111;
    border-right: 2.5px solid #111;

    position: absolute;

    transition: all .35s ease;
}

/* Right Arrow */

.giploxSwiper .swiper-button-next::before {
    transform: rotate(45deg);
}

/* Left Arrow */

.giploxSwiper .swiper-button-prev::before {
    transform: rotate(-135deg);
}

/* Hover */

.giploxSwiper .swiper-button-next:hover,
.giploxSwiper .swiper-button-prev:hover {

    background: #111;

    transform:
        translateY(-50%)
        scale(1.08);

    box-shadow:
        0 15px 35px rgba(0,0,0,.18);
}

/* Arrow turns white */

.giploxSwiper .swiper-button-next:hover::before,
.giploxSwiper .swiper-button-prev:hover::before {

    border-color: #fff;
}

/* Mobile */

@media(max-width:768px){

    .giploxSwiper .swiper-button-next,
    .giploxSwiper .swiper-button-prev {

        width: 42px;
        height: 42px;

        opacity: 1;
    }

    .giploxSwiper .swiper-button-prev {
        left: 10px;
    }

    .giploxSwiper .swiper-button-next {
        right: 10px;
    }

}

.giplox-overlay .added_to_cart,
.giplox-card .added_to_cart {
    display: none !important;
}

/* end slider arrow css */







/** Sale Badge over image */
/* .giplox-sale-badge{

    position:absolute;
    top:12px;
    left:12px;

    background:#d49664;
    color:#fff;

    width:52px;
    height:52px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:12px;
    font-weight:700;

    line-height:1.2;

    z-index:5;
} */
 .giplox-sale-badge{
    position:absolute;
    top:12px;
    left:12px;

    background:#111;
    color:#fff;

    padding:6px 12px;
    border-radius:30px;

    font-size:12px;
    font-weight:600;

    z-index:2;
}

/** end Sale Badge over image */

/* end slider arrow css */




/* section header and view all css */
.giplox-section-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px !important;
    margin-top: 2em;
}

.giplox-section-title{
    text-decoration: underline;
}
.giplox-section-title{
       margin: 0px 26px 0px 30px !important;
    font-size: 24px;
    font-weight: 600;
    color: #403939;
}

.giplox-view-all{
    display:inline-flex;
    align-items:center;
    gap:8px;
    margin-right: 2em;

    padding:10px 18px;

    border:1px solid #ddd;
    border-radius:999px;

    text-decoration:none;
    color:#111;

    font-size:14px;
    font-weight:600;

    transition:all .3s ease;
}

.giplox-view-all:hover{
    background:#111;
    color:#fff;
    border-color:#111;
}
/* end  section header and view all css */
