/** Shopify CDN: Minification failed

Line 208:0 Unexpected "}"

**/
.shop-items-tenten-sale {
    font-size: 0;
    margin: 0 5px;
    display: flex;
    flex-wrap: wrap;
  padding:0;
}
.shop-items-tenten-sale>li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.product-box-tenten {
    border: 1px solid #ecebf1;
    border-radius: 5px;
}
.product-box-tenten-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 275px;
    padding: 35px 25px;
    position: relative;
    background: linear-gradient(180deg, rgb(213, 171, 255) 0%, rgb(243, 231, 255) 80%, rgb(245, 245, 245) 80%, rgb(245, 245, 245) 100%);
    border-bottom: 1px solid rgb(243, 231, 255);
}
.product-box-tenten-img::before {
    content: "";
    background-image: url(/cdn/shop/files/podim-tenten.webp?v=1696511818);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    height: 60px;
    z-index: 1;
    background-size: cover;
}
.product-box-tenten-body {
    padding: 15px 15px;
}
.product-box-tenten-feat-tag {
    /* background-color: #7129b3; */
    color: #fff;
    border-radius: 0 3.308px 3.308px 0;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 10px;
    padding: 5px 10px;
}
.product-box-tenten-feat-tag {
    background-color: #ff7f00;
    z-index: 1;
    top: 0;
}
.product-box-tenten-img img {
    height: 100%;
}

.product-box-tenten-img img {
    position: relative;
    z-index: 2;
}
.product-box-tenten-tit-colo h2 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    padding-bottom: 10px;
    margin: 0;
}

.product-box-tenten-img .lock-img {
    position: absolute;
}
.product-box-tenten-color-circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 15px;
}
.product-box-tenten-features-list {
    padding-top: 10px;
    list-style: none;
    padding: 0;
}
.product-box-tenten-features-list>li {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    font-weight: 500;
    position: relative;
}
.product-box-tenten-features-list > li:last-child {
    padding-left: 10px;
}
.product-box-tenten-price {
    padding: 15px 0 15px;
}
.product-box-tenten-price h5 {
    font-size: 18px;
    font-weight: 500;
    color: #535353;
    margin: 0;
}
.product-box-tenten-price h5 s {
    color: rgba(29, 29, 29, 0.4);
}
.product-box-btn {
    /* padding: 10px 14px; */
    padding: 15px;
    border-radius: 35px;
    background-color: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    /* flex-grow: 1; */
    text-align: center;
    /* width: 100%; */
    width: auto;
    cursor: pointer;
}
.product-box-tenten-btns a {
    padding: 15px 10px;
    border-radius: 5px;
    max-width: 100% !important;
    width: 100%;
    display: block;
}


.product-box-btn.pbb-defence {
    background-color: #b05ba3;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-color: #b05ba3;
    box-shadow: 1px 5px 6px #b05ba373;
}
.product-box-btn.azadi-sold-out {
    background-color: #d2d2d2ab;
}
.product-box-tenten-features-list > li:last-child::before {
    content: "|";
    font-size: 12px;
    position: absolute;
    left: 4px;
    top: 0;
}
@media (max-width: 767px) {
    .shop-items-tenten-sale > li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    .product-box-tenten-img {
        height: 190px;
        padding: 15px 15px;
    }
.product-box-tenten-features-list > li:last-child::before {
    content: "|";
    font-size: 8px;
    position: absolute;
    left: 4px;
    top: 0;
}
.product-box-tenten-img::before {
        bottom: 18px;
        height: 40px;
    }

    .product-box-tenten-color-circle {
        width: 14px;
        height: 14px;
        margin-bottom: 5px;
    }
    
    .product-box-tenten-features-list {
    padding-top: 10px;
}
     .product-box-tenten-tit-colo h2 {
        font-size: 16px;
    }
        .product-box-tenten-features-list > li {
        font-size: 8px;
    }
.product-box-tenten-body {
    padding: 5px 5px;
}
.product-box-tenten-price h5 {
        font-size: 12px;
    }
    .product-box-tenten-price {
    padding: 10px 0 10px;
}
        .product-box-tenten-feat-tag {
        font-size: 9px;
    }
}
}