/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/

/*Last Updated : 30-09-2025*/

/* -----------------------------------------
   Global Typography & Base Styles
----------------------------------------- */
.single-product {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #000;
  line-height: 1.6;
}
.elementor-54 .elementor-element.elementor-element-46ef46e .hfe-nav-menu-icon:hover {
    background-color: var(--e-global-color-secondary);
    padding: 10px !important; 
}
.woocommerce span.onsale {
    background-color: #893b52 !important;
    font-family: 'Poppins';
}
/* Smooth fade animation For Top Header */
#top_txt_1,
#top_txt_2 {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  white-space: nowrap;
  transition: opacity 0.6s ease;
  animation: rumiTextSwap 6s infinite;
}

#top_txt_1 {
  animation-delay: 0s;
}
#top_txt_2 {
  animation-delay: 3s;
}
@keyframes rumiTextSwap {
  0%, 45% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}

/* --- Custom WooCommerce Sale Badges (Responsive) --- */
.custom-sale-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 9;
}

.custom-sale-badges .badge-sale,
.custom-sale-badges .badge-off {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 999px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  line-height: 1;
}


.custom-sale-badges .badge-sale {
  background-color: #000;
}


.custom-sale-badges .badge-off {
  background-color: #82314c;
}

.custom-sale-badges span:hover {
  filter: brightness(1.1);
  transition: 0.2s ease;
}


/* -----------------------------------------
   Headings (Olivera Font Styling)
----------------------------------------- */
.single-product h1,
.single-product h2,
.single-product h3,
.single-product h4,
.page-id-191 h2 {
  font-family: "Olivera", serif;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1.2em;
}
.single-product h1 {
  font-size: 60px;
}
.single-product h2 {
  font-size: 50px;
}
.single-product h3 {
  font-size: 30px;
}
.single-product h4 {
  font-size: 25px;
}

/* -----------------------------------------
   Buttons (WooCommerce Global Buttons)
----------------------------------------- */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page a.button,
.woocommerce-page button.button,
.woocommerce-page input.button,
.woocommerce-page #respond input#submit,
.woocommerce-page #content input.button,
.page-id-189
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  background-color: #d59999 !important;
  color: #ffffff !important;
  border: none;
  border-radius: 50px;
  font-family: "Olivera", serif;
  font-size: 20px !important;
  padding: 12px 28px;
  transition: all 0.3s ease;
  letter-spacing: 2px;
  line-height: 1.2em;
  text-decoration: none !important;
}

button:focus,
button:active,
a:focus,
a:active,
.woocommerce a.button:focus,
.woocommerce a.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:active,
button.wc-block-components-checkout-place-order-button:focus,
button.wc-block-components-checkout-place-order-button:active,
a.wc-block-cart__submit-button:focus,
a.wc-block-cart__submit-button:active {
  outline: none !important;
  box-shadow: none !important;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page a.button:hover,
.woocommerce-page button.button:hover,
.woocommerce-page input.button:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #content input.button:hover,
button.plus:hover,
button.minus:hover,
.page-id-189
  a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover,
.wc-block-grid__product-add-to-cart.wp-block-button
  .wp-block-button__link:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained:hover,
button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  background-color: #893b52 !important;
  color: #f4daa2 !important;
}
/* -----------------------------------------
   Price Styling
----------------------------------------- */
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price,
.wc-block-grid__product-price.price .woocommerce-Price-amount.amount {
  font-family: "Olivera", serif;
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}

/* -----------------------------------------
   WooCommerce Tabs Styling
----------------------------------------- */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  border-bottom: 2px solid #eee;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 50px;
  font-family: "Olivera", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
  text-decoration: none;
  color: #333;
  background: #f5f5f5;
  transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  background: #d59999;
  color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  border: 1px solid #eee;
  font-size: 18px;
  line-height: 1.6;
  color: #222;
}

.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h3 {
  font-family: "Olivera", serif;
  font-weight: 600;
  letter-spacing: 2px;
  color: #893b52;
}

/* -----------------------------------------
   Product Meta (Category, Tags)
----------------------------------------- */
.woocommerce div.product .product_meta {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid #eee;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #555;
}
.woocommerce div.product .product_meta span {
  display: block;
  margin-bottom: 6px;
}
.woocommerce div.product .product_meta span.posted_in,
.woocommerce div.product .product_meta span.tagged_as {
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #893b52;
}
.woocommerce div.product .product_meta a {
  color: #d59999;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.woocommerce div.product .product_meta a:hover {
  color: #893b52;
  text-decoration: underline;
}

/* Woocommerce Message */
.woocommerce-message,
.woocommerce-info {
  border-top-color: #d59999;
}

.woocommerce-message:focus-visible {
  outline: none;
  box-shadow: none;
}

/* -----------------------------------------
   Shop Page & Product Grid
----------------------------------------- */
.woocommerce-breadcrumb{
	margin-top:30px !important;
}

h1.woocommerce-products-header__title.page-title {
  font-family: "Olivera", Sans-serif;
  font-size: 60px !important;
  font-weight: 600;
  letter-spacing: 2px !important;
}

h2.woocommerce-loop-product__title,
.wc-block-grid__product-title {
  font-family: "Olivera", serif !important;
  color: #893b52 !important;
  text-decoration: none !important;
  font-size: 25px !important;
  font-weight: 600;
  letter-spacing: 1px;
}
h2.woocommerce-loop-product__title:hover,
.wc-block-grid__product-title:hover {
  color: #d59999 !important;
}

.wc-block-grid__product-title {
  padding: 0 5px !important;
}

ul.products li.product,
ul.wc-block-grid__products li.wc-block-grid__product {
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
}
ul.products li.product:hover,
ul.wc-block-grid__products li.wc-block-grid__product:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
ul.products li.product img,
ul.wc-block-grid__products li.wc-block-grid__product img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
ul.products li.product:hover img,
ul.wc-block-grid__products li.wc-block-grid__product:hover img {
  transform: scale(1.05);
}

ul.products li.product a.button.add_to_cart_button,
ul.wc-block-grid__products
  li.wc-block-grid__product
  a.button.add_to_cart_button {
  margin-bottom: 40px;
}

ul.products li.product .star-rating {
  display: block;
  margin: 6px auto 8px;
  text-align: center;
  float: none !important;
}


/* -----------------------------------------
   Ordering Dropdown
----------------------------------------- */
.woocommerce-ordering {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.woocommerce-ordering select.orderby {
  padding: 12px 18px;
  border: none;
  font-size: 15px;
  background: linear-gradient(145deg, #d59999, #ffefef);
  color: #222;
  cursor: pointer;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  appearance: none;
  text-transform: capitalize;
}
.woocommerce-ordering select.orderby:hover,
.woocommerce-ordering select.orderby:focus {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.woocommerce-ordering::after {
  content: "▾";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #222;
  font-size: 30px;
}
.woocommerce-ordering select.orderby::-ms-expand {
  display: none;
}

/* -----------------------------------------
   Added to Cart Button
----------------------------------------- */
a.added_to_cart.wc-forward {
  padding: 10px 20px;
  border-radius: 50px;
  font-family: "Olivera", serif;
  background-color: #d59999;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-bottom: 30px;
}
a.added_to_cart.wc-forward:hover {
  background-color: #893b52;
  color: #f4daa2;
}

/* -----------------------------------------
   Woocommerce - Cart Page
----------------------------------------- */
.alignwide {
  margin-inline: auto !important;
}

.page-id-189 .entry-title,
.page-id-190 .entry-title,
.page-id-191 .entry-title {
  margin-top:30px;
  font-family: "Olivera", serif;
  font-size: 60px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 2px;
}

.page-id-189 a.wc-block-components-product-name {
  font-family: "Olivera", serif;
  color: #893b52;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.page-id-189 .wc-block-components-totals-coupon__form {
  font-family: "Olivera";
  font-weight: 600;
  letter-spacing: 1px;
}

.page-id-189
  button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  font-family: "Olivera";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
span.wc-block-components-totals-item__label,
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value {
  color: black;
  font-weight: 600;
}

.page-id-189 p,
.post-190 p,
.page-id-189 .wp-block-woocommerce-cart-order-summary-heading-block,
.page-id-189 .wc-block-components-panel__button,
.page-id-189 .wc-block-cart-item__remove-link,
.page-id-189 .wc-block-cart-items__header-image,
.page-id-189 .wc-block-cart-items__header-total,
.page-id-191 p {
  color: black !important;
}

.page-id-189 h2 {
  font-weight: 600;
  letter-spacing: 2px;
}

.page-id-189
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button {
  background: #d59999 !important;
  color: #ffffff !important;
  font-size: 20px;
}
.page-id-189
  .wc-block-components-quantity-selector
  input.wc-block-components-quantity-selector__input {
  color: black !important;
}

.page-id-189 .wc-block-grid__products {
  gap: 20px;
}

.page-id-189 .wc-block-cart__empty-cart__title {
  background-color: #ffebeb;
  padding: 20px 0;
  border-radius: 10px;
}

.page-id-189 .wc-block-grid__product-link {
  text-decoration: none !important;
}

.page-id-189
  .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  background-color: #ffebeb;
  padding: 15px;
  border-radius: 10px;
}

.eael-woo-product-carousel-container
  .icons-wrap.box-style
  li
  a.button.add_to_cart_button {
  font-size: 0px !important;
  color: #ffffff;
}

/* ------- Woocommerce Checkout------------- */
.post-190 .wc-block-components-title.wc-block-components-checkout-step__title {
  font-weight: 600;
  letter-spacing: 1px;
}
.post-190 .wc-block-components-product-name {
  color: #893b52 !important;
  font-family: "Olivera" !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
}
.post-190
  .wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-formatted-money-amount {
  color: black;
}
span.wc-block-components-address-card__edit:hover {
  background: #893b52 !important;
  color: #f4daa2;
  font-family: "Olivera";
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none !important;
}
a.wc-block-components-checkout-return-to-cart-button {
  color: black;
  text-decoration: none;
}
a.wc-block-components-checkout-return-to-cart-button:hover {
  color: #d59999;
  text-decoration: none;
}
span.wc-block-components-checkbox__label {
  color: black !important;
}
.wc-block-checkout-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  width: 100%;
  margin: 60px auto; /* parent ke liye margin center */
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.wc-block-checkout-empty__image {
  width: 120px;
  height: 120px;
  margin-bottom: 25px;
  fill: #d59999;
}

.wc-block-checkout-empty__title {
  font-family: "Olivera", serif;
  font-size: 28px;
  font-weight: 600;
  color: #893b52;
  margin-bottom: 15px;
  text-align: center;
}

.wc-block-checkout-empty__description {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto 25px auto;
  text-align: center;
}

.wc-block-checkout-empty .wp-block-button {
  margin-top: 10px;
}

.wc-block-checkout-empty .wp-block-button__link {
  background-color: #d59999;
  color: #fff;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: "Olivera", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wc-block-checkout-empty .wp-block-button__link:hover {
  background-color: #893b52;
  color: #f4daa2;
  transform: translateY(-2px);
}

/*----- Woocommerce - Order Details*/
.page-id-190 h2.woocommerce-order-details__title,
.page-id-190 h2.woocommerce-column__title {
  font-weight: 600;
  letter-spacing: 1px;
}
.page-id-190 .woocommerce ul.order_details,
.page-id-190 .woocommerce table.shop_table,
.page-id-190 .woocommerce .woocommerce-customer-details {
  color: black;
}
.page-id-190 a {
  color: #893b52;
}

/*--------Woocommerce My Account ------------------*/

.page-id-191 .woocommerce {
  display: flex;
  padding-bottom: 40px;
}

.page-id-191 .woocommerce-MyAccount-content a {
  color: #893b52 !important;
}

.woocommerce-MyAccount-navigation {
  flex: 0 0 220px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin: 0;
}

.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 12px 20px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
  background: #fff;
  border-left-color: #d59999;
  color: #d59999;
  font-weight: 500;
}

.woocommerce-MyAccount-content {
  flex: 1;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  font-size: 15px;
  line-height: 1.7;
  color: #444;
}

.woocommerce-notices-wrapper {
  margin-bottom: 20px;
}

.page-id-191 td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions  a {
    color:white !important;
}

.page-id-191 td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a:hover {
    color: #f4daa2 !important;
}

form.woocommerce-form.woocommerce-form-login.login a,
.woocommerce form.register a{
    color: #893b52 !important;
}

/*Whattsapp-Float*/
.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
  z-index: 9999;
  transition: all 0.3s ease;
}

.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: scale(1.1);
}

/*Woocommerce - Stars Rating*/
.woocommerce-product-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #444;
  flex-wrap: wrap;
}

/* Main star container */
.star-rating {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #ccc;
  width: 100px; 
  overflow: hidden; 
  white-space: nowrap;
  vertical-align: middle;
}

.star-rating::before {
  content: "★★★★★";
  color: #ddd;
}

.star-rating span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}

.star-rating span::before {
  content: "★★★★★";
  color: #f5a623;
}

.woocommerce-review-link {
  color: #666;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-top: 2px;
}

.woocommerce-review-link:hover {
  color: #000;
  text-decoration: underline;
}

/* Fix WooCommerce review form star colors */
.comment-form-rating .stars a {
  color: #ccc !important;
  text-decoration: none;
  font-size: 22px;
  transition: color 0.2s ease;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.active,
.comment-form-rating .stars a:hover ~ a,
.comment-form-rating .stars a.active ~ a {
  color: #f5a623 !important;
}



/* -----------------------------------------
   Responsive Adjustments
----------------------------------------- */

@media (min-width: 1025px) {
/*Header Sticky */
.elementor-element-a09ac41 img {
    transition: all 0.4s ease-in-out;
}
.elementor-sticky--active {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    transition: all 0.4s ease-in-out !important;
}
.elementor-sticky--active .elementor-element-a09ac41 img {
    width: 70% !important;
    transform: scale(0.95);
    opacity: 0.95;
}
}

@media (max-width: 1024px) {
  .single-product {
    font-size: 16px;
  }
  .single-product h1 {
    font-size: 38px;
  }
  .single-product h2,
  .page-id-191 h2 {
    font-size: 32px;
  }
  .single-product h3 {
    font-size: 24px;
  }
  .single-product h4 {
    font-size: 20px;
  }

  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button,
  .woocommerce #respond input#submit,
  .woocommerce #content input.button,
  .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link,
  .page-id-189
    a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained,
  button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
    font-size: 20px !important;
    padding: 10px 24px;
  }

  .woocommerce div.product p.price,
  .woocommerce div.product span.price,
  .woocommerce ul.products li.product .price,
  .wc-block-grid__product-price.price .woocommerce-Price-amount.amount {
    font-size: 20px !important;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 20px;
  }

  form.cart div.quantity {
    margin-bottom: 15px !important;
  }

  .woocommerce div.product .woocommerce-tabs .panel {
    font-size: 16px;
  }

  h2.woocommerce-loop-product__title,
  .wc-block-grid__product-title {
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 1px;
  }

  h1.woocommerce-products-header__title.page-title {
    font-size: 50px !important;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .woocommerce-ordering {
    justify-content: center;
    margin-bottom: 25px;
  }
  .woocommerce-ordering select.orderby {
    width: 100%;
    max-width: 320px;
  }

  a.added_to_cart.wc-forward {
    font-size: 20px;
  }

  .page-id-189 .entry-title,
  .post-190 .entry-title,
  .page-id-191 .entry-title {
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .page-id-189 .wc-block-grid__products {
    gap: 0px !important;
  }
  /*My Account*/
  .page-id-191 .woocommerce {
    flex-direction: column;
    padding-bottom: 40px;
    gap: 0;
  }
  .woocommerce-MyAccount-navigation {
    flex: none;
    margin-bottom: 20px;
  }
.elementor-54 .elementor-element.elementor-element-46ef46e .hfe-nav-menu-icon {
    background-color: var(--e-global-color-secondary);
    padding: 10px !important; 
}	
.elementor-54 .elementor-element.elementor-element-46ef46e .hfe-nav-menu-icon:hover {
    background-color: var(--e-global-color-secondary);
    padding: 10px !important; 
}
}
@media (max-width: 768px) {
  .custom-sale-badges {
    top: 10px;
    left: 10px;
    gap: 4px;
  }

  .custom-sale-badges .badge-sale,
  .custom-sale-badges .badge-off {
    padding: 5px 10px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .custom-sale-badges {
    top: 8px;
    left: 8px;
    gap: 3px;
  }

  .custom-sale-badges .badge-sale,
  .custom-sale-badges .badge-off {
    padding: 4px 9px;
    font-size: 10px;
  }
}