@import url(variables.css);
main{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    align-items: center;
    justify-content: center;
    margin-top: 150px;
}
main h1, h2, h3, h4, h5{
    font-family: var(--header-font);
}
main a{
    font-family: var(--text-font);
}

#prod-page-header{
    width: 100%;
    height: 400px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: var(--spacing-medium);
    padding: var(--spacing-small);
}

#prod-page-header img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: brightness(30%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

#prod-page-header h1{
    font-size: 40px;
    color: #fff;
}


#prod-page-header .categories{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: var(--spacing-medium);
    flex-wrap: wrap;
    padding: 10px 0;
}


#prod-page-header .categories .main-link{
    border-bottom: 2px solid var(--secondary-color);
}


#prod-page-header .categories a{
    max-width: 45%;
    text-decoration: none;
    color: #fff;
    padding: var(--spacing-small);
}


.search{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: var(--spacing-small);
}

.search form{
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.search form input:required{
    width: 60%;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.search form select{
    padding: 13px;
    border: none;
    cursor: pointer;
    max-width: 35%;
}

.search form input:required:focus, .search form select:focus{
    outline: none;
}
.search form button{
    max-width: 15%;
    width: 100px;
    padding: 14px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    font-size: 23px;
}

/*PRODUCTS LISTSINGS PAGES*/

.main-link{
    border-bottom: 1px solid var(--secondary-color);
}


.products-n-filters{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    align-items: center;
    justify-content: center;
    padding: var(--spacing-small);
}


.products-n-filters .header{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.products-n-filters .fa-filter{
    font-size: 25px;
    color: rgb(30, 30, 30);
    display: none;
}

.products-n-filters .header .grids{
    display: flex;
    align-items: center;
    width: 50%;
    gap: var(--spacing-medium);
}

.products-n-filters .header .grids div{
    display: grid;
    gap: 5px;
    cursor: pointer;
}

.products-n-filters .header .grids div span{
    background-color: var(--primary-color);
    width: 5px;
    height: 5px;
}

.products-n-filters .header .grids div span.active{
    background-color:rgba(0, 0, 0, 0.8);
}

.products-n-filters .header .grids div:nth-child(1){
    grid-template-columns: auto auto;
}

.products-n-filters .header .grids div:nth-child(1) span{
    width: 10px;
    height: 10px;
}

.products-n-filters .header .grids div:nth-child(2){
    grid-template-columns: auto auto auto;
}

.products-n-filters .header .grids div:nth-child(3){
    grid-template-columns: auto auto auto auto;
}

.products-n-filters .header .grids div.selected span{
    background-color: rgba(36, 36, 36, 0.73);
}

.products-n-filters .header form select{
    max-width: 150px;
    padding: 13px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    cursor: pointer;
}


.filers-prods{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
}



.filers-prods .products, .filers-prods .brand-products, .filers-prods .male-products, .filers-prods .female-products, .filers-prods .products-cont{
    width: 70%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-small);
    position: relative;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
}



.filers-prods .product, .filers-prods .brand-products .product, .filers-prods .products-cont .product{
    max-width: 45%;
    width: 200px;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    justify-content: space-between;
    padding: var(--spacing-small);
    position: relative;;
    overflow: hidden;
}

.filers-prods .product .offer-mark{
    position:absolute;
    left:0;
    top:0;
    background-color: var(--secondary-color);
    width:40px;
    height:40px;
    padding:var(--spacing-small);
    font-size:12px;
    display:flex;
    align-items:center;
    justify-content:center;
}

/*.filers-prods .product::after, .filers-prods .products-cont .product::after {*/
/*  content: "❤";*/
/*  font-size: 3rem;*/
/*  color: rgba(255, 0, 0, 0.6);*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 50%;*/
/*  transform: translate(-50%, -50%) scale(0);*/
/*  opacity: 0;*/
/*  transition: all 0.3s ease-in-out;*/
/*  pointer-events: none;*/
/*}*/

/*.filers-prods .product:hover::after, .filers-prods .products-cont .product:hover::after {*/
/*  transform: translate(-50%, -50%) scale(1);*/
/*  opacity: 1;*/
/*}*/

.filers-prods .product:hover, .filers-prods .brand-products .product:hover{
    scale: 1.01;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.filers-prods .product a, .filers-prods .brand-products .product a{
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
}


.filers-prods .product a h5, .filers-prods .brand-products .product a h5, .milton-lloyd-container .product a h5{
    white-space: nowrap;         /* Prevent text from wrapping to the next line */
    overflow: hidden;            /* Hide overflowed text */
    text-overflow: ellipsis;
}
.filers-prods .product img, .filers-prods .brand-products .product img{
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.filers-prods .product .product-actions, .filers-prods .brand-products .product .product-actions{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.filers-prods .product .product-actions .tertiary-actions, .brand-products .product .product-actions .tertiary-actions{
    display: flex;
    gap: var(--spacing-small);
    align-items: center;
}

.filers-prods .product .product-actions #add-to-cart, .brand-products .product .product-actions #add-to-cart{
    display:flex;
    gap:3px;
}

.filers-prods .product .product-actions #add-to-cart input[type='number'], .brand-products .product .product-actions #add-to-cart input[type='number']{
    width:40px;
    padding:5px;
    border:1px solid rgba(0,0,0,0.3);
    border-radius:2px;
}

.filers-prods .product .product-actions .tertiary-actions button, .filers-prods .brand-products .product .product-actions .tertiary-actions button{
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}




#add-to-cart button{
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

#whatsapp-order-btn i{
    color: rgb(0, 255, 55);
    font-size: 20px;
}


/*WHOLESALE PACKAGES STYLES*/

.packages{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--spacing-small);
    gap: var(--spacing-medium);
    flex-wrap: wrap;
    margin: 50px 0;
}



.packages .package{
    max-width: 95%;
    width: 280px;
    height: 800px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    gap: var(--spacing-large);
    border: 1px solid rgba(0, 0, 0, 0.129);
    border-radius: 2px;
    padding: 40px var(--spacing-medium);
    position: relative;
    overflow: hidden;
    font-family: var(--text-font);
}



.package button{
    max-width: 70%;
    width: 200px;
    padding: 13px;
    color: #fff;
    background-color: var(--other-color1);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    font-family: var(--text-font);
}

.packages .package ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}


.filters{
    width: 25%;
    height: 100vh;
    position: sticky;
    top: 2px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    border-right: 1px solid rgba(0, 0, 0, 0.4);
    padding-top: 40px;
    padding-bottom: 20px;
    overflow-y:scroll;
}

.filters::-webkit-scrollbar{
    appearance: none;
    webkit-appearance:none;
}

.filters hr{
    width:80%;
    height:1px;
    background-color: rgba(0, 0, 0, 0.3);
    border:none;
    border-radius:10px;
    margin: 30px 0;
}

/*FOR THE MOMENT*/

.cosmetics-filters{
    position: relative;
}
.cosmetics-filters::before{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    background-color: rgba(0, 0, 0, 0.237);
}

.filers-prods .fa-circle-xmark{
    display: none;
}

.filters div{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    font-family: var(--text-font);
}

.filters .popular-brand-links a{
    background-color: rgb(255, 204, 229);
    color: #000;
}

.filters div form{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 5px;
}

.filters div form input:required{
    width: 30%;
    padding: var(--spacing-small);
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.filters div form input[type="submit"]{
    padding: var(--spacing-small);
    background: var(--secondary-color);
    border: none;
    border-radius: 3px;
    cursor: pointer;
}


.filters div a:not(.with-image){
    width: 80%;
    background-color: var(--primary-color);
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 13px;
}

.filters div .with-image{
    width:95%;
    height:auto;
    text-decoration:none;
    color:#000;
    display:flex;
    justify-content:flex-start;
    overflow:hidden;
    border-radius:2px;
    position:relative;
}


.filters div .with-image .overlay{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:rgba(0, 0, 0, 0.6);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    z-index:5;
    opacity:0;
    visibility:hidden;
    backdrop-filter: blur(2px);
    transition: opacity 0.5s ease, height 0.5s ease;
}


.filters div .with-image:hover .overlay{
    opacity:1;
    visibility:visible;
}


.filters div a img{
    width:100%;
    height: 250px;
    object-fit:fill;
}

.filters .dear-b-cat a{
    width: 80%;
    background-color: var(--secondary-color);
    border-radius: 3px;
    text-decoration: none;
    color: var(--primary-color);
    text-align: center;
    padding: 10px;
}

.loadmore-div{
    width: 100%;
    margin: auto;
    padding-top: 40px;
    padding-right: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.loadmore-div button{
    max-width: 60%;
    width: 200px;
    padding: 13px;
    cursor: pointer;
    background-color: var(--secondary-color);
    border: none;
    border-radius: 3px;
    color: var(--primary-color);
    animation: blinking 1s infinite ease-in-out alternate;
}

@keyframes blinking{
    from{
        background-color: var(--secondary-color);
        color:#000;
    }
    to{
        background-color: var(--primary-color);
        color:#fff;
    }
}


/*CART AND WISHLIST PAGES STYLINGS*/

#cart-main{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
}

.cart-header, .wishlist-header{
    width: 100%;
    height: 200px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--spacing-small);
    color: white;
}

.cart-header img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: 50% 25%;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(1px) brightness(60%);
}

.wishlist-header img{
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    filter: blur(1px) brightness(60%);
}

.cart-page-cont, .wishlist-page-cont{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    background-color: var(--secondary-color);
    padding: 30px 10px;
}

.wishlist-page-cont{
    align-items: center;
    justify-content: center;
}

.cart-container, .wishlist-container{
    width: 100%;
    height: auto;
    display: flex;
    
    gap: var(--spacing-medium);
    flex-wrap: wrap;
    padding: 40px 0px;
}

.cart-container .item{
    max-width: 95%;
    width: 600px;
    padding: var(--spacing-small);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

.cart-container .item img{
    width: 60px;
    height: 60px;
    object-fit: contain;
    border-radius: 50%;
}

.cart-container .item a{
    text-decoration: none;
    color: var(--primary-color);
}

.cart-container .item form {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.cart-container .item form button, .wishlist-container .item form button{
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: relative;

}

.shopping-link{
    text-decoration: none;
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 3px;
    text-align: center;
    padding: 10px;
    width: 200px;
}

/*WISHLIST SPECIFIC*/

.wishlist-container .item{
    max-width: 45%;
    width: 300px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    padding: var(--spacing-small);
    border: 1px solid rgba(0, 0, 0, 0.1);
    justify-content: space-between;
}
.wishlist-container .item a{
    width: 100%;
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
}

.wishlist-container .item a img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}

.processing-loader{
    width: 20px;
    height: 20px;
    border-left: 1px solid var(--primary-color);
    border-right: 1px solid var(--primary-color);
    border-radius: 50%;
    animation: spin .5s infinite linear forwards;
    display: none;
}

.processing-loader.active{
    display: block;
}

@keyframes spin{
    from{
        rotate: 0deg;
    }
    to{
        rotate: 360deg;
    }
}

.price-q{
    display: flex;
    align-items: center;
    gap: var(--spacing-small);
    padding: 10px 0;
}

.price-q p{
    font-size: 13px;
}

.price-q p:nth-child(1){
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 10px;
}   

.cart-total{
    width: 100%;
    height: auto;
    padding: 50px var(--spacing-small);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    gap: var(--spacing-medium);
    position: sticky;
    top: 55px;
    background-color: var(--secondary-color);
    z-index: 2;
}

.cart-total a, .wishlist-page-cont .main-link{
    background-color: var(--primary-color);
    max-width: 80%;
    width: 200px;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    padding: 13px;
}


/*INDIVIDUAL PRODUCT PAGES STYLES*/

.main-product-details{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 50px var(--spacing-small);
    /*background-color: rgb(235, 235, 255); original*/
    height: auto;
    flex-wrap: wrap;
    margin-bottom: 100px;
    position:relative;
}

/*some valentines changes*/

/*.main-product-details .fa-heart{*/
/*  content: "❤";*/
/*  font-size: 40px;*/
/*  color: rgba(255, 0, 0, 0.3);*/
/*  position: absolute;*/
/*  top: 1%;*/
/*  left: 1%;*/
/*  transition: all 0.3s ease-in-out;*/
/*  pointer-events: none;*/
/*  z-index: 5;*/
/*  animation: pulse 2s infinite;*/
/*}*/


.main-product-details .discount-mark{
  position: absolute;
  top: 1%;
  left: 1%;
  pointer-events: none;
  z-index: 3;
  background-color:var(--primary-color);
  color:#fff;
  width:70px;
  height:50px;
  padding:var(--spacing-small);
  border-radius: 10px;
}

/*@keyframes pulse {*/
/*  0% {*/
/*    transform: scale(1);*/
/*    opacity: 0.7;*/
/*  }*/
/*  50% {*/
/*    transform: scale(1.2);*/
/*    opacity: 1;*/
/*  }*/
/*  100% {*/
/*    transform: scale(1);*/
/*    opacity: 0.7;*/
/*  }*/
/*}*/

/*Valentines BG For main product view sections*/

.main-product-details, .reviews-container{
    background: var(--vale-color);
}

.main-product-details .image-side{
    max-width: 95%;
    width: 500px;
    height: 500px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.main-product-details .image-side img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: 50% 25%;
    cursor: zoom-in;
}

.main-product-details .image-side .zoomed-image{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;  /* Size of the zoom window */
    height: 100%;
    background-color: rgb(235, 235, 255);
    background-repeat: no-repeat;
    background-size: 1000px 1000px; /* Adjust for zoom level */
    pointer-events: none;
}

.main-product-details .details{
    max-width: 100%;
    padding: var(--spacing-small);
    width: 450px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
}


.main-product-details .details .price h4{
    margin-top: 20px;
}

/*SOME CHANGES*/

.main-product-details .details .main-actions{
    display: flex;
    width: 100%;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: var(--spacing-small);
    padding: 20px 0;
}

.main-actions form{
    max-width: 90%;
    width: 200px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
}

.main-actions #prod_quantity{
    width: 80%;
    padding: 13px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.main-product-details .details .main-actions form input[type="submit"], .main-product-details .details .main-actions #whatsapp-order{
    max-width: 80%;
    width: 200px;
    padding: 15px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-family: Poppins;
    transition: all .3s ease;

}

.main-product-details .details .main-actions form input[type="submit"]:hover, .main-product-details .details .main-actions #whatsapp-order:hover{
    transform: translateX(-3px);
    transform: translateY(-3px);
    filter: drop-shadow(1px 1px 10px rgba(0,0,0,0.5));
}

.main-product-details .details .main-actions form input[type="submit"]{
    background-color: var(--primary-color);
    color: #fff;
}
#whatsapp-order{
    background-color: #25D366;
}

.main-product-details .details .minor-dets{
    width: 100%;
}

.main-product-details .details .minor-dets h5{
    margin-top: var(--spacing-medium);
}

.main-product-details .details .minor-dets h5 a{
    text-decoration: none;
    color: var(--other-color1);
}

.main-product-details .details .minor-dets .sharing{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    width: 100%;
}

.main-product-details .details .minor-dets .sharing .sharing-links{
    display: flex;
    align-items: center;
    gap: var(--spacing-small);
    flex-wrap: wrap;
    width: 100%;
}

.main-product-details .details .minor-dets .sharing .sharing-links a{
    text-decoration: none;
    width: 17%;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size:13px;
    /*padding: 5px;*/
}
.main-product-details .details .minor-dets .sharing .sharing-links a i{
    font-size: 13px;
}

.main-product-details .details .minor-dets .sharing .sharing-links a:nth-child(1){
    background-color: rgb(0, 98, 255);
}

.main-product-details .details .minor-dets .sharing .sharing-links a:nth-child(2){
    background-color: rgb(0, 0, 0);
}


.main-product-details .details .minor-action form button{
    padding: 15px;
    max-width: 80%;
    width:170px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    border-radius:5px;
    cursor: pointer;
    background-color: transparent;
    position:relative;
    box-shadow: 2px 2px 5px 4px rgba(0, 0, 0, 0.1);
    overflow:hidden;
}

.main-product-details .details .minor-action form button::before{
    content: '';
    position:absolute;
    left: -15%;
    bottom:-100%;
    background-color: var(--secondary-color);
    width:50px;
    height:50px;
    border-radius:50%;
    z-index:-1;
    transition: all 1s ease;
}

.main-product-details .details .minor-action form button:hover::before{
    width: 300px;
    height:200px;
}

.product-desc{
    max-width: 100%;
    width:900px;
}
.product-desc div p{
    max-width: 95%;
    width: 600px;
}

.reviews-container{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: var(--spacing-large);
    /*background-color: rgb(235, 235, 255); original*/
    padding: 50px 10px;
    margin: 100px 0;
}

.reviews{
    max-width: 100%;
    width: 800px;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-large);
}

.reviews-container .review{
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    width: 80%;
}

#review-form{
    position: sticky;
    top: 5px;
    max-width: 95%;
    width: 400px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-small);
    font-family: var(--text-font);
}

#review-form input:required, #review-form textarea{
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    width: 80%;
}

#review-form textarea{
    height: 150px;
}

#review-form input[type="submit"]{
    width: 150px;
    padding: 13px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: var(--primary-color);
    color: #fff;
}

.recommended-prods{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--spacing-small);
    position: relative;
    align-items: center;
    justify-content: space-evenly;
}

.recommended-prods .product{
    max-width: 45%;
    width: 200px;
    height: 350px;
    max-height:400px;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
    justify-content: space-between;
    padding: var(--spacing-small);
    position: relative;
}

.recommended-prods .product:hover{
    scale: 1.01;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.recommended-prods .product a{
    text-decoration: none;
    color: var(--primary-color);
    display: flex;
    flex-direction: column;
    gap: var(--spacing-medium);
}

.recommended-prods .product a h5{
    white-space: nowrap;         /* Prevent text from wrapping to the next line */
    overflow: hidden;            /* Hide overflowed text */
    text-overflow: ellipsis;
}
.recommended-prods .product img{
    width: 100%;
    height: 150px;
    object-fit: contain;
}

.recommended-prods .product .product-actions{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recommended-prods .product .product-actions .tertiary-actions{
    display: flex;
    gap: var(--spacing-small);
    align-items: center;
}

.recommended-prods .product .product-actions .tertiary-actions button{
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    cursor: pointer;
}