/* Header CSS */
img.usmi-loc-icon {
    width: 24px;
    margin-top: 2.3px;
}
/* Header CSS */
/* Product Grid Card CSS */
.card__container .card--center {
    margin-top: 10px;
}
/* Product Grid Card CSS */
/* Collection Page Filters */
#FacetFiltersForm #wt-filter-filter\.p\.m\.custom\.color ul {
    display: flex;
    flex-wrap: wrap;
}
#FacetFiltersForm #wt-filter-filter\.p\.m\.custom\.color ul li {
    cursor: pointer;
    width: 100%;
}
#FacetFiltersForm #wt-filter-filter\.p\.m\.custom\.color ul li label span {
    text-transform: uppercase;
    cursor: pointer;
    z-index: 1;
}
#FacetFiltersForm #wt-filter-filter\.p\.m\.custom\.color li label.active-swatch span {
    border-width: 2px !important;
    font-weight: 600;
}

/* Collection Page Filters */
/* Product Card */
/* Pehle wale ke baad jitne bhi laundering-info-1 hain, un sab ko hide kar do */
.card .laundering-info-1 ~ .laundering-info-1 {
    display: none;
}
.laundering-info, .laundering-info-1 {
    background: #000;
    display: inline-flex;
    flex-direction: row-reverse;
    border: 1px solid #000;
    border-radius: 8px;
    gap: 6px;
    padding: 6px 12px;
    align-items: center;
}
.laundering-info p, .laundering-info-1 p {
    margin: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-size: 13px !important;
}
.laundering-info img, .laundering-info-1 img {
    width: 20px;
}
/* Product Card */
/* Single product page */
.template-product .wt-product__brand {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.wt__quick-buy .wt-product__brand {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.template-product .wt-product__brand .laundering-info-1 {
    padding: 5.6px 12px !important;
    border-radius: 8px !important;
}
.template-product .wt-product__brand .laundering-info-1 p {
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.2 !important;
}
.template-product .wt-product__thumbnail-container video.wt-product__img.wt-product__video-thumb {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
/* Single product page */
/* Sticky bar PDP */
@media screen and (min-width: 769px) {
.cust-roomvo-sec-desktop {
    max-width: max-content;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
    position: relative;
}
.cust-roomvo-sec-desktop p {
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    color: #fff;
    padding-left: 45px;
    padding-right: 30px;
    border-radius: 5px;
    background: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cust-roomvo-sec-desktop p:after {
    content: "";
    width: 20px;
    height: 11px;
    background-image: url('/cdn/shop/files/up-arrow.svg?v=1763322236');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    bottom: 8px;
    right: 15px;
    transform: scale(2) rotate(-90deg);
    display: inline-flex;
    animation: cust-slide-arrow 0.8s ease-in-out infinite alternate;
}
.cust-roomvo-sec-desktop .pulse-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: yellow;
    /* animation: pulse 1.5s ease-in-out infinite; */
    /* animation: heartbeat 1.5s ease-in-out infinite; */
}
@keyframes cust-slide-arrow {
    from {
        right: 15px; 
        opacity: 1;
    }
    to {
        right: 30px; 
        opacity: 1;
    }
}
}
/* animacion de pulso continuo */
@keyframes roomvo_pulse {
   0%,
   100% {
   transform: scale(1);
   opacity: 1;
   }
   50% {
   transform: scale(1.2);
   opacity: 0.7;
   }
   }
   /* animacion de latido */
   @keyframes roomvo_heartbeat {
   0%,
   100% {
   transform: scale(1);
   }
   10%,
   30% {
   transform: scale(1.1);
   }
   20%,
   40% {
   transform: scale(0.9);
   }
}
@media screen and (max-width: 768px) {
[data-essential-cart-element="content-container-mobile"] {
    padding-top: 10px !important;
}
.cust-roomvo-sec-mobile {
    max-width: max-content;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; 
    position: relative;
    padding-bottom: 10px;
}
.cust-roomvo-sec-mobile p {
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 13px;
    color: #fff;
    padding-left: 18px;
    padding-right: 30px;
    border-radius: 5px;
    background: black;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.cust-roomvo-sec-mobile p:after {
    content: "";
    width: 20px;
    height: 11px;
    background-image: url('/cdn/shop/files/up-arrow.svg?v=1763322236');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 0;
    left: -16px;
    transform: scale(1.7) rotate(-180deg);
    display: inline-flex;
    animation: cust-slide-arrow 0.8s ease-in-out infinite alternate;
}
.cust-roomvo-sec-mobile .pulse-dot {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: yellow;
    /* animation: pulse 1.5s ease-in-out infinite; */
    /* animation: heartbeat 1.5s ease-in-out infinite; */
}
@keyframes cust-slide-arrow {
    from {
        top: -2px; 
        opacity: 1;
    }
    to {
        top: 1px; 
        opacity: 1;
    }
}
}
/* Sticky bar PDP */
/* Inventory PDP CSS */
.product__inventory-wrapper .icon--inventory:after, .icon--inventory:before {
    background: #54c63a;
    border-radius: 9px;
    content: "";
    height: 9px;
    left: 0;
    margin: 8px;
    position: absolute;
    top: 0;
    width: 9px;
}
.product__inventory-wrapper .icon--inventory:before {
    animation: inventory-pulse 2s linear infinite;
}
@keyframes inventory-pulse {
0% {
    opacity: 0.5;
}
100% {
    opacity: 0;
    transform: scale(2.5);
}
}
.product__inventory-wrapper .sales-points {
    list-style: none;
    margin: 25px 0;
    padding: 0;
}
.product__inventory-wrapper .sales-point {
    display: block;
    margin-bottom: 10px;
}
.product__inventory-wrapper .icon-and-text {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}
[dir=rtl] .product__inventory-wrapper .sales-point .icon {
    margin-left: 10px;
    margin-right: 0;
}
.product__inventory-wrapper .sales-point .icon {
    height: 25px;
    margin-right: 10px;
    position: relative;
    width: 25px;
}
.product__inventory-wrapper .sales-points.del-date-avail li:first-child,
.product__inventory-wrapper .sales-points:not(.del-date-avail) .cust-inc-date {
    display: none;
}
.product__inventory-wrapper ul.sales-points li.sales-point span.icon-and-text.inventory--low {
    display: none;
}
.product__inventory-wrapper ul.sales-points li.sales-point:nth-child(2) span.icon-and-text {
    background: #FDFD87;
    width: fit-content;
    padding-left: 10px;
}
.product__inventory-wrapper li.sales-point.cust-inc-date .icon-and-text {
    align-items: start;
}
@media screen and (max-width: 768px) {
.product__inventory-wrapper ul.sales-points li.sales-point span.icon-and-text {
    justify-content: right !important;
} 
}
.product__inventory-wrapper li.sales-point.cust-inc-date .icon.icon--inventory:before, 
.product__inventory-wrapper li.sales-point.cust-inc-date .icon.icon--inventory:after {
    background: #f4af29;
}
/* Inventory PDP CSS */
