/** Shopify CDN: Minification failed

Line 498:1 Expected "}" to go with "{"

**/
.notify_in_card .notify-me-wrapper{
width: 100%;
}
.card-information__button.notify_in_card{
height: auto;
}
.notify_in_card .notify-me-btn{
background-color: #1a191959;
color: #fff;
padding: 12px 67px;
text-align: center;
border: 1px solid #000;
}
.notify_when_sold_out{
  display: none;
}
.wishlist-item{
  position: relative;
}
.sticky_atc_and_notify .cstm_wishlist_icon{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #BF1616;
  border-radius: 50%;
  cursor: pointer;
}
.wishlist_remove_btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #fff;
  border: none;
  font-size: 15px;
  color: #bf1616;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 2px 2px 4px;
}
.wishlist_remove_btn:hover {
  transition: 0.5s;
  transform: rotate(90deg);
  padding: 3px 5px 5px 4px;
}
.wishlist_product_card{
  position:relative;
}
.wishlist_product_card .cstm_wishlist_icon{
  position: absolute;
  top: 2%;
  left: 80%;
  z-index: 9;
}
.sold_out_btn.button:disabled{
cursor: not-allowed;
}
.notify_wishlist_box{
  display: flex;
  align-items: center;
  gap: 20px;
}
.cstm_wishlist_icon, #notifySubmit, .out-of-stock-option label, .wishlist-drawer__close{
cursor: pointer;
}
.cstm_wishlist_icon.swym-add-to-wishlist-view-product{
  display: flex;
  align-items: center;
}
.notify-me-wrapper{
  width: 50%;
}
/* Popup Background */
#loginPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* overlay */
  display: none; /* default hidden */
  align-items: center;
  justify-content: center;
  z-index: 9;
}

/* Popup Box */
#loginPopup .noti_pop_log {
  background: #fff;
  max-width: 400px;
  width: 90%;
  padding: 30px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.25);
  position: relative;
  animation: fadeIn 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Close Button */
#loginPopup .popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: 0.3s;
}
#loginPopup .popup-close:hover {
  color: #000;
}

/* Heading */
#loginPopup .noti_pop_log h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

/* Text */
#loginPopup .noti_pop_log p {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
}

/* Login Button */
#loginPopup .noti_pop_log a.button {
  display: inline-block;
  padding: 12px 28px;
  background: #d32f2f; /* red */
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}
#loginPopup .noti_pop_log a.button:hover {
  background: #b71c1c;
}

.popup-close{
  position:absolute; top:10px; right:10px; cursor:pointer;
}
.cstm_coll_list h3.card-information__text,
.cstm_coll_list .collection-list .card--media .card__text-spacing .card-information__text{
display: none;
}
#notifyMePopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9999;
}
#notifyMePopup .notify-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; justify-content: center; align-items: center;
  z-index: 9999;
}
#notifyMePopup .notify-content {
  background: #fff;
  padding: 0 15px 15px 15px;
  border-radius: 8px;
  width: 300px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#notifyMePopup .close-popup {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
#notifyMePopup .variant-option {
  margin-bottom: 6px;
}
#notifyMePopup .variant-option label {
  margin-left: 6px;
}
#notifySubmit{
  background-color: #ffffff;
  color: #BF1616;
  padding: 8px 25px;
  margin-top: 15px;
  border: 1px solid #bf1616;
}
.notify-me-btn{
  background-color: #ffffff;
  color: #bf1616;
  padding: 17px 36px;
  border: 1px solid #bf1616;
  font-weight: 600;
  text-decoration: capitalize;
  cursor: pointer;
}

.submitfor_notify{
  text-align: center;
}
.swym-button.swym-add-to-wishlist-view-product{
  position:absolute;
  right: 4%;
  top:4%;
  z-index:999;
}
.swym-add-to-wishlist-view-product:after{
  color: #bf1616 ;
  font-weight: 900;
  font-size: 22px;
}
#wishlistPage{
display: flex;
gap: 10px;
flex-wrap: wrap;
margin: 20px 0;
}
.wishlist-item{
width: 24%;
}
.wishlist-item a{
text-decoration: none;
color: #000;
}
img.wishlisht_prd_img{
width: 100%;
}

.success_popup {
  display: none;
  position: fixed;
  top: 20px;
  right: 20px;
  background: rgb(235, 52, 52) ;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: 0 4px 8px rgb(231, 121, 121) ;
  z-index: 9999;
  animation: fadeInOut 3s ease forwards;
}
.header__icon.trank_icon_moob{
position: relative;
}
.wishlist_counter_block{
top: 10%;
height: 1.4rem !important;
width: 1.4rem;
font-size: .9rem;
border-radius: 50%;
color: #fff;
background-color: #bf1616;
position: absolute;
left: 60%;
}
.wishlist_add_to_cart  {
border: 1px solid #BF1616;
color: #bf1616;
}
.wishlist_add_to_cart:after{
background-color: #bf1616;
}
.wishlist-drawer__panel .size_error{
display: none;
}
.wishlist_button_icon{
display: flex;
align-items: center;
gap: 10px;
color: #fff;
border: 1px solid;
background-color: #bf1616;
padding: 5px;
max-width: 33%;
width: 100%;
cursor: pointer;
justify-content: center;
}
.wishlist_button_icon p{
margin:0;
font-size: 10px;
}
.wishlist_button_icon svg path{
stroke: #fff;
}


@keyframes fadeInOut {
  0% { opacity: 0; transform: translateY(20px); }
  10% { opacity: 1; transform: translateY(0); }
  90% { opacity: 1; }
  100% { opacity: 0; transform: translateY(20px); }
}
.wishlist_card_price{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.wishlist_card_price .compare-price, 
.wishlist_card_price .final-price,
.wishlist_card_price .discount__percentage__grid{
font-size: 13px;
margin: 5px 0;
}
.wishlist_card_price .compare-price{
text-decoration: line-through;
}
.wishlist_add_to_cart.button{
min-width: 11rem;
padding: 0.5rem 3rem;
}
.wishlist-item h4{
margin: 5px 0;
}
.wishlist_card_price .discount__percentage__grid{
color: #bf1616 ;
}
.wishli_icon_with_text{
display: flex;
gap: 20px;
align-items: center;
}
@media screen and (max-width: 900px) {
.wishlist-item{
width: 32%;
}
}
@media screen and (max-width: 600px) {
.wishlist-item{
width: 48%;
}
}

/* Wishlist drawer wrapper */
.wishlist-drawer {
position: fixed;
bottom: -100%;
left: 0;
right: 0;
height: 50%;
background: #fff;
box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
transition: bottom 0.8s ease;
z-index: 9999;
overflow-y: auto; 
}
/* When drawer open */
.wishlist-drawer.open {
bottom: 0;
}
body.drawer-open {
overflow: hidden;   
}
.wishlist-drawer__panel #wishlist-items{
display: flex;
flex-wrap: wrap;
gap: 10px;
/* align-items: center; */
justify-content: center;
}
.wishlist-drawer__panel #wishlist-items .wishlist-item{
width: 45%;
}
.heading_cross_btn{
display: flex; 
justify-content: space-between;
align-items: center;
position: sticky;
width: 100%;
background-color: #fff;
top: 0;
z-index: 99;
padding: 0 8px;
}
.wishlist-drawer__close{
height: 30px;
width: 30px;
border-radius: 50%;
border: none;
}
.wishlist_in_cart_products{
 display: flex; 
gap: 10px;
align-items: center; 
}

/*-----Sticky Add to Cart----*/
.sticky_atc_and_notify{
  display: none;
}
@media screen and (max-width: 767px) {
.sticky_atc_and_notify {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px;
  z-index: 9;
}
@media screen and (min-width: 768px) {
    .sticky_atc_and_notify {
        display: none;
    }

/* Wishlist + Notify box */
.sticky_atc_and_notify .notify_wishlist_box {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Wishlist icon */
.sticky_atc_and_notify .cstm_wishlist_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #BF1616;
  border-radius: 50%;
  cursor: pointer;
}

/* Notify button */
.sticky_atc_and_notify .notify-me-wrapper .notify-me-btn {
  background: #fff;
  border: 1px solid #BF1616;
  color: #BF1616;
  font-size: 12px;
  padding: 15px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/* Add to Cart */
.sticky_atc_and_notify .sticky_atc_buynow {
  display: flex;
  justify-content: space-around;
  flex: 1;
  gap: 10px;
  margin-left: 10px;
}

.sticky_atc_and_notify .sticky_atc_buynow button {
  flex: 1;
  font-size: 14px;
  padding: 10px;
  border-radius: 4px;
  font-weight: bold;
}

.sticky_atc_and_notify .sticky_atc_buynow .product-form__submit {
  background: #fff;
  border: 1px solid #BF1616;
  color: #BF1616;
}

.sticky_atc_and_notify .sticky_atc_buynow .button.buynow-btn,
.sticky_atc_and_notify .sticky_atc_buynow [title="Buy"] {
  background: #BF1616;
  border: none;
  color: #fff;
}
.sticky_atc_and_notify .sticky-cart__form{
width: 100%;
}

}