.theme-product-list-style-02 .theme-product-box-content {
        background : #fff;
}
.theme-cart-item-info .item-price span:nth-child(3){
    display: block;
}
.theme-cart-button zpbutton zpbutton-type-primary zpbutton-size-lg{
        display: block;
}
.theme-out-of-stock-button,.theme-ribbon-stock{
        display: none
}

.theme-additional-variants {
display : none;
}
/* [data-zs-product-primary-details] [data-variant-id-outofstock] {
    display: none !important;
} */
[data-zs-product-primary-details] [data-variant-id-stock] {
    display: none !important;
    opacity: 1 !important;
    pointer-events: auto !important;
    color: #000 !important;
    text-decoration: none !important;
}

[data-zs-product-primary-details] [data-variant-id-outofstock] {
    display: none !important;
}
.theme-stock-available{
        width: max-content;
        border-radius: 12px;
        padding: 0 10px;
        border: 1px solid;
}
 
.fullscreen-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.fullscreen-popup img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}

.fullscreen-popup .close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
}
.theme-product-cart-buttons{
    display: flex;
    flex-direction: column !important
}
#buy-now-button{
    width: 100%;
    border-radius: 8px;
    background: #000000;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.theme-product-details-style-02 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-product-varients-area .theme-product-variant .theme-variant-select-container .theme-product-variant {
    padding-left: 1rem;
}
.theme-product-details-style-02 [data-zs-product-details-primary-section] .zpcontainer [data-zs-product-primary-details] .theme-product-detail-container .theme-prod-stock-details {
    display: none !important;
}
theme-product-cart-buttons{
display: flex;
flex-direction: column !important
}
#buy-now-button{
width: 100%;
border-radius: 8px;
background: #000000;
display: flex;
flex-direction: row;
gap: 1rem;
justify-content: center;
align-items: center;
}
        .attribute-disabled {
        opacity: 0.5;
        color: #645f5f;
        text-decoration: line-through;
        pointer-events: none;
        cursor: not-allowed;
    }
@media(max-width:768px) {
    [data-zs-product-variant-container] [data-zs-product-variant-label] {
       width:9% !important;
    }
}
.theme-additional-variants {
    display : none !important;
}
@media(max-width:768px) {
    .theme-wishlist-icon {
        display : flex;
        padding-inline-start: 16px;
        svg {
            width: 20px;
            height: 20px;
        }
    }
}