/**
 * Rubroo — direção visual inspirada no conceito editorial fornecido.
 * Reaproveita a estrutura, categorias e fotos reais do site.
 */

:root {
  --rb-red: #A6192E;
  --rb-red-dark: #7F1223;
  --rb-ink: #111111;
  --rb-muted: #6E6B68;
  --rb-soft: #F1F0ED;
  --rb-line: #D8D4D0;
  --rb-paper: #FFFFFF;
}

/* HOME — faixa editorial e hierarquia tipográfica */
.rubroo-home-promo-strip {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid var(--rb-ink);
  border-bottom: 1px solid var(--rb-ink);
  background: var(--rb-red);
  color: #fff;
}

.rubroo-home-promo-track {
  display: flex;
  width: max-content;
  padding: 12px 0;
  animation: rubrooPromoMarquee 28s linear infinite;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  line-height: 1;
  text-transform: uppercase;
}

.rubroo-home-promo-track span {
  display: inline-block;
  padding-right: 32px;
}

@keyframes rubrooPromoMarquee {
  to { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
  .rubroo-home-promo-track {
    animation: none;
  }
}

body.home .elementor-2501 .elementor-widget-heading .elementor-heading-title {
  color: var(--rb-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 850;
  letter-spacing: -.025em;
  text-transform: uppercase;
}

body.home .elementor-element-0803876 {
  border-top: 1px solid var(--rb-ink);
  padding-top: clamp(48px, 6vw, 88px);
}

body.home .elementor-2501 .ht-product-inner {
  border: 0 !important;
  box-shadow: none !important;
  background: var(--rb-paper) !important;
}

body.home .elementor-2501 .ht-product-image-wrap,
body.home .elementor-2501 .ht-product-image {
  overflow: hidden;
  background: var(--rb-soft) !important;
}

body.home .elementor-2501 .ht-product-image img {
  transition: transform .45s ease;
}

body.home .elementor-2501 .ht-product:hover .ht-product-image img {
  transform: scale(1.025);
}

body.home .elementor-2501 .ht-product-content {
  padding: 14px 0 26px !important;
  text-align: left !important;
}

body.home .elementor-2501 .ht-product-categories,
body.home .elementor-2501 .ht-product-categories a {
  color: var(--rb-red) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .16em;
  text-transform: uppercase;
}

body.home .elementor-2501 .ht-product-title {
  margin: 5px 0 7px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  letter-spacing: .01em;
  line-height: 1.25 !important;
  text-align: left !important;
  text-transform: uppercase;
}

body.home .elementor-2501 .ht-product-title a {
  color: var(--rb-ink) !important;
}

body.home .elementor-2501 .ht-product-price,
body.home .elementor-2501 .ht-product-price .amount {
  color: var(--rb-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-align: left !important;
}

body.home .elementor-2501 .ht-product-ratting-wrap {
  justify-content: flex-start !important;
}

body.home .elementor-2501 .ht-product-ratting i {
  color: var(--rb-red) !important;
}

/* PRODUTO — layout editorial sem substituir o template do Elementor/WooCommerce */
body.single-product .rubroo-product-hero {
  max-width: 1440px;
  margin-inline: auto;
  padding: clamp(24px, 3vw, 44px) clamp(20px, 3vw, 44px) clamp(56px, 7vw, 96px);
  gap: clamp(30px, 4vw, 64px);
  align-items: flex-start;
}

body.single-product .rubroo-product-gallery,
body.single-product .woocommerce-product-gallery__image {
  background: var(--rb-soft) !important;
}

body.single-product .woocommerce-product-gallery__image img {
  mix-blend-mode: multiply;
}

body.single-product .rubroo-product-info {
  padding-top: clamp(8px, 2vw, 28px);
}

body.single-product .product_title {
  color: var(--rb-ink) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(36px, 4.2vw, 64px) !important;
  font-weight: 900 !important;
  letter-spacing: -.04em !important;
  line-height: .96 !important;
  text-transform: uppercase;
}

body.single-product .woocommerce-product-rating {
  margin: 18px 0 0 !important;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--rb-ink);
}

body.single-product .star-rating,
body.single-product .star-rating::before,
body.single-product .star-rating span::before {
  color: var(--rb-red) !important;
}

body.single-product .elementor-widget-woocommerce-product-price {
  margin-top: 0;
  padding: 22px 0;
  border-bottom: 1px solid var(--rb-ink);
}

body.single-product .elementor-widget-woocommerce-product-price .price,
body.single-product .elementor-widget-woocommerce-product-price .amount {
  color: var(--rb-ink) !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: clamp(24px, 2.2vw, 34px) !important;
  font-weight: 850 !important;
}

body.single-product .woo-custom-installments-offer {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  width: fit-content;
  margin-top: 10px;
  padding: 9px 12px;
  border-left: 3px solid var(--rb-red);
  background: #F8F2F3 !important;
  color: var(--rb-red) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2;
}

body.single-product .woo-custom-installments-offer,
body.single-product .woo-custom-installments-offer * {
  color: var(--rb-red) !important;
}

body.single-product .woo-custom-installments-offer .amount {
  font-size: 14px !important;
}

body.single-product table.variations {
  margin: 20px 0 14px !important;
}

body.single-product table.variations th.label label {
  color: var(--rb-ink);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

body.single-product .variable-item {
  min-width: 54px !important;
  min-height: 46px !important;
  border: 1px solid var(--rb-ink) !important;
  box-shadow: none !important;
  color: var(--rb-ink) !important;
  font-weight: 800 !important;
}

body.single-product .variable-item.selected {
  background: var(--rb-ink) !important;
  color: #fff !important;
}

body.single-product form.cart .quantity .qty {
  min-height: 54px;
  border: 1px solid var(--rb-ink) !important;
  font-weight: 800;
}

body.single-product .single_add_to_cart_button {
  min-height: 54px;
  padding-inline: 28px !important;
  font-size: 12px !important;
  font-weight: 850 !important;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rubroo-pdp-benefits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid var(--rb-line);
  border-bottom: 1px solid var(--rb-line);
}

.rubroo-pdp-benefit {
  padding: 14px 12px;
  color: var(--rb-muted);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .08em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.rubroo-pdp-benefit + .rubroo-pdp-benefit {
  border-left: 1px solid var(--rb-line);
}

.rubroo-pdp-benefit strong {
  display: block;
  margin-bottom: 3px;
  color: var(--rb-ink);
  font-size: 11px;
}

/* CARRINHO — ênfase clara no total e na economia via Pix */
body.woocommerce-cart .site-main {
  max-width: 1400px;
  margin-inline: auto;
  padding: clamp(32px, 5vw, 76px) clamp(20px, 4vw, 56px);
}

body.woocommerce-cart .eael-woo-cart-wrapper {
  color: var(--rb-ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.woocommerce-cart .eael-woo-cart-wrapper table {
  border-collapse: collapse !important;
}

body.woocommerce-cart .eael-woo-cart-wrapper th {
  color: var(--rb-muted);
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.woocommerce-cart .eael-woo-cart-wrapper td,
body.woocommerce-cart .eael-woo-cart-wrapper th {
  border-color: var(--rb-line) !important;
}

body.woocommerce-cart .eael-woo-cart-wrapper .product-name a {
  color: var(--rb-ink) !important;
  font-weight: 800;
}

body.woocommerce-cart .eael-woo-cart-wrapper button,
body.woocommerce-cart .eael-woo-cart-wrapper .checkout-button,
body.woocommerce-cart .eael-woo-cart-wrapper .wc-forward {
  min-height: 48px;
  font-weight: 800 !important;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.woocommerce-cart tr.rubroo-pix-total-row {
  background: #F8F2F3;
}

body.woocommerce-cart tr.rubroo-pix-total-row th,
body.woocommerce-cart tr.rubroo-pix-total-row td,
body.woocommerce-cart tr.rubroo-pix-total-row .amount {
  color: var(--rb-red) !important;
  font-weight: 900 !important;
}

.rubroo-cart-pix-benefit {
  margin: 0 0 18px;
  padding: 16px 18px;
  border: 1px solid var(--rb-red);
  background: #F8F2F3;
  color: var(--rb-ink);
}

.rubroo-cart-pix-benefit strong {
  display: block;
  margin-bottom: 4px;
  color: var(--rb-red);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rubroo-cart-pix-benefit span {
  color: var(--rb-muted);
  font-size: 12px;
  line-height: 1.45;
}

/* Plugin harmonization: product gallery */
body.single-product .rubroo-product-gallery {
  background: transparent !important;
  padding: 0 0 24px !important;
}

body.single-product .rubroo-product-gallery .woocommerce-product-gallery__wrapper,
body.single-product .rubroo-product-gallery .woocommerce-product-gallery__image {
  background: transparent !important;
}

body.single-product .rubroo-product-gallery .woocommerce-product-gallery__image img {
  background: transparent !important;
  mix-blend-mode: normal !important;
}

body.single-product .rubroo-product-gallery .flex-control-thumbs {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 14px !important;
  margin-top: 18px !important;
}

body.single-product .rubroo-product-gallery .flex-control-thumbs li {
  width: auto !important;
  margin: 0 !important;
  padding: 4px !important;
  border: 1px solid var(--rb-line) !important;
  background: #fff !important;
}

body.single-product .rubroo-product-gallery .flex-control-thumbs img {
  opacity: .62 !important;
  transition: opacity .2s ease !important;
}

body.single-product .rubroo-product-gallery .flex-control-thumbs img:hover,
body.single-product .rubroo-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1 !important;
}

/* Plugin harmonization: product grids */
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product {
  height: 100% !important;
  padding-bottom: 28px !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-inner {
  height: 100% !important;
  background: #fff !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-content {
  min-height: 170px !important;
  padding: 22px 20px 24px !important;
  background: #fff !important;
  text-align: left !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-content-inner {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  height: 100% !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-categories {
  margin: 0 0 7px !important;
  color: var(--rb-muted) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-title {
  min-height: 2.7em !important;
  margin: 0 0 10px !important;
  color: var(--rb-ink) !important;
  font-size: 15px !important;
  font-weight: 760 !important;
  line-height: 1.35 !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-title a {
  color: inherit !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-price {
  margin: 0 !important;
  color: var(--rb-ink) !important;
  font-size: 16px !important;
  font-weight: 850 !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-ratting-wrap {
  display: block !important;
  margin-top: auto !important;
  padding-top: 20px !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-ratting,
body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-ratting i {
  color: var(--rb-red) !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .product-style .product-item .content {
  min-height: 136px !important;
  padding: 20px 18px 24px !important;
  background: #fff !important;
  text-align: left !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .product-style .product-item .title {
  min-height: 2.7em !important;
  margin: 0 0 10px !important;
  line-height: 1.35 !important;
}

body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .product-style .ht-row > [class*="ht-col"] {
  margin-bottom: 48px !important;
}

/* Plugin harmonization: EAEL cart */
body.woocommerce-cart .elementor-widget-eael-woo-cart,
body.woocommerce-cart .eael-woo-cart-wrapper,
body.woocommerce-cart .eael-woo-cart-form,
body.woocommerce-cart .eael-woo-cart-table-warp,
body.woocommerce-cart .eael-cart-coupon-and-collaterals {
  height: auto !important;
  min-height: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .eael-woo-cart-wrapper {
  overflow: visible !important;
}

body.woocommerce-cart .eael-woo-cart-table {
  margin: 0 !important;
  border: 0 !important;
  border-top: 1px solid var(--rb-ink) !important;
  border-bottom: 1px solid var(--rb-line) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .eael-woo-cart-table thead,
body.woocommerce-cart .eael-woo-cart-table tbody,
body.woocommerce-cart .eael-woo-cart-table tr,
body.woocommerce-cart .eael-woo-cart-table th,
body.woocommerce-cart .eael-woo-cart-table td {
  background: #fff !important;
}

body.woocommerce-cart .eael-woo-cart-table thead th {
  padding: 16px 18px !important;
  border-bottom: 1px solid var(--rb-ink) !important;
  color: var(--rb-ink) !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .eael-woo-cart-table tbody td {
  padding: 24px 18px !important;
  border-bottom: 0 !important;
  color: var(--rb-ink) !important;
  vertical-align: middle !important;
}

body.woocommerce-cart .eael-woo-cart-table .product-thumbnail img {
  width: 148px !important;
  max-width: 148px !important;
  height: 184px !important;
  object-fit: cover !important;
  object-position: center !important;
}

body.woocommerce-cart .eael-woo-cart-table .product-name a {
  color: var(--rb-ink) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.4 !important;
}

body.woocommerce-cart .eael-woo-cart-table .product-price,
body.woocommerce-cart .eael-woo-cart-table .product-subtotal {
  font-weight: 800 !important;
}

body.woocommerce-cart .eael-woo-cart-table .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid var(--rb-line) !important;
  background: #fff !important;
}

body.woocommerce-cart .eael-woo-cart-table .quantity input,
body.woocommerce-cart .eael-woo-cart-table .quantity button {
  min-width: 42px !important;
  height: 44px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

body.woocommerce-cart .eael-cart-coupon-and-collaterals {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(390px, .72fr) !important;
  grid-template-areas:
    "coupon totals"
    "update totals" !important;
  gap: 22px 48px !important;
  align-items: start !important;
  width: 100% !important;
  margin-top: 32px !important;
}

body.woocommerce-cart .eael-cart-coupon-wrapper {
  grid-area: coupon !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px 24px !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 24px !important;
  border: 1px solid var(--rb-line) !important;
  background: #fff !important;
}

body.woocommerce-cart .eael-cart-coupon-wrapper .coupon {
  display: grid !important;
  grid-template-columns: minmax(170px, 1fr) auto !important;
  flex: 1 1 460px !important;
  gap: 0 !important;
}

body.woocommerce-cart .eael-cart-coupon-wrapper .input-text {
  min-width: 0 !important;
  height: 48px !important;
  padding: 0 16px !important;
  border: 1px solid var(--rb-ink) !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  background: #fff !important;
}

body.woocommerce-cart .eael-cart-coupon-wrapper .button {
  min-height: 48px !important;
  padding: 0 24px !important;
  border: 1px solid var(--rb-ink) !important;
  border-radius: 0 !important;
  background: var(--rb-ink) !important;
  color: #fff !important;
  font-weight: 850 !important;
}

body.woocommerce-cart .eael-woo-cart-back-to-shop {
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: var(--rb-ink) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .cart-collaterals {
  display: contents !important;
}

body.woocommerce-cart .eael-cart-update-btn {
  grid-area: update !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
}

body.woocommerce-cart .eael-cart-update-btn .button {
  width: 100% !important;
  min-height: 52px !important;
  border: 1px solid var(--rb-ink) !important;
  border-radius: 0 !important;
  background: var(--rb-ink) !important;
  color: #fff !important;
  font-weight: 850 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .eael-cart-update-btn .button:disabled {
  border-color: #9c9c9c !important;
  background: #9c9c9c !important;
  color: #fff !important;
  opacity: 1 !important;
}

body.woocommerce-cart .cart_totals {
  grid-area: totals !important;
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1px solid var(--rb-ink) !important;
  background: #fff !important;
  box-shadow: none !important;
}

body.woocommerce-cart .cart_totals .rubroo-cart-pix-benefit {
  margin: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rb-red) !important;
  background: #f8f2f3 !important;
}

body.woocommerce-cart .cart_totals .shop_table {
  margin: 0 !important;
  border: 0 !important;
  background: #fff !important;
}

body.woocommerce-cart .cart_totals .shop_table th,
body.woocommerce-cart .cart_totals .shop_table td {
  padding: 17px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid var(--rb-line) !important;
  background: #fff !important;
  color: var(--rb-ink) !important;
  vertical-align: top !important;
}

body.woocommerce-cart .cart_totals .shop_table th {
  width: 38% !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .08em !important;
  text-align: left !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .cart_totals .shop_table td {
  font-size: 14px !important;
  line-height: 1.5 !important;
  text-align: right !important;
}

body.woocommerce-cart .cart_totals .shipping-calculator-button {
  color: var(--rb-red) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

body.woocommerce-cart .cart_totals #shipping_method {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

body.woocommerce-cart .cart_totals #shipping_method li {
  display: grid !important;
  grid-template-columns: auto 1fr !important;
  gap: 10px !important;
  align-items: start !important;
  margin: 0 !important;
  line-height: 1.45 !important;
}

body.woocommerce-cart .rubroo-pix-total-row th,
body.woocommerce-cart .rubroo-pix-total-row td {
  color: var(--rb-red) !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .cart_totals .order-total th,
body.woocommerce-cart .cart_totals .order-total td {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 16px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout {
  display: grid !important;
  gap: 10px !important;
  padding: 18px !important;
}

body.woocommerce-cart .wc-proceed-to-checkout #wc-stripe-express-checkout-element {
  margin: 0 !important;
}

body.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  min-height: 54px !important;
  margin: 0 !important;
  padding: 17px 22px !important;
  border-radius: 0 !important;
  background: var(--rb-red) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  text-align: center !important;
  text-transform: uppercase !important;
}

/* Plugin harmonization: cart recommendations */
body.woocommerce-cart .elementor-widget-woolentor-image-accordion-product,
body.woocommerce-cart .elementor-widget-woolentor-image-accordion-product > .elementor-widget-container,
body.woocommerce-cart .elementor-widget-woolentor-image-accordion-product .ht-products.woocommerce.product,
body.woocommerce-cart .elementor-widget-woolentor-image-accordion-product .wl_horizontal-hover-accordion {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 18px !important;
  width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  overflow: visible !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul > li {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: 470px !important;
  border: 1px solid var(--rb-line) !important;
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-product-content {
  width: 100% !important;
  height: 100% !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-product-item {
  display: flex !important;
  align-items: flex-end !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 1 !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .product-content {
  width: 100% !important;
  height: auto !important;
  min-height: 154px !important;
  padding: 18px !important;
  background: rgba(255,255,255,.96) !important;
  color: var(--rb-ink) !important;
  transform: none !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .product-content h4,
body.woocommerce-cart .wl_horizontal-hover-accordion .product-content .title {
  margin: 0 0 8px !important;
  color: var(--rb-ink) !important;
  font-size: 14px !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .product-content .price {
  color: var(--rb-ink) !important;
  font-weight: 850 !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .woo-custom-installments-offer {
  display: inline-flex !important;
  flex-wrap: wrap !important;
  gap: 4px !important;
  margin-top: 10px !important;
  padding: 8px 10px !important;
  background: #f8f2f3 !important;
  color: var(--rb-red) !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .woo-custom-installments-offer,
body.woocommerce-cart .wl_horizontal-hover-accordion .woo-custom-installments-offer * {
  color: var(--rb-red) !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .sub-title,
body.woocommerce-cart .wl_horizontal-hover-accordion .sub-title a {
  margin: 0 0 5px !important;
  color: var(--rb-muted) !important;
  font-size: 10px !important;
  font-weight: 750 !important;
  letter-spacing: .06em !important;
  text-transform: uppercase !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion h6.title,
body.woocommerce-cart .wl_horizontal-hover-accordion h6.title a {
  margin: 0 0 9px !important;
  color: var(--rb-ink) !important;
  font-size: 14px !important;
  font-weight: 780 !important;
  line-height: 1.35 !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .new-price,
body.woocommerce-cart .wl_horizontal-hover-accordion .woo-custom-installments-group-main-price,
body.woocommerce-cart .wl_horizontal-hover-accordion .woo-custom-installments-group-main-price * {
  color: var(--rb-ink) !important;
  font-weight: 850 !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .action-item {
  border-radius: 0 !important;
  background: var(--rb-red) !important;
  color: #fff !important;
}

body.woocommerce-cart .wl_horizontal-hover-accordion .wishsuite-btn {
  border-radius: 0 !important;
}

body .elementor-element-a4b13e7 .elementor-icon {
  border-radius: 0 !important;
}

body.woocommerce-cart .elementor-element-28adfd9 .elementor-heading-title {
  font-size: clamp(30px, 4vw, 54px) !important;
  font-weight: 850 !important;
  letter-spacing: -.03em !important;
  line-height: .98 !important;
  text-transform: uppercase !important;
}

/* WishSuite: editorial favorites page */
body.page-id-3088 .page-content {
  width: min(100%, 1440px) !important;
  max-width: none !important;
  margin: 0 auto !important;
  padding: 68px clamp(24px, 5vw, 72px) 96px !important;
}

body.page-id-3088 .rubroo-wishlist-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
  gap: clamp(36px, 7vw, 110px);
  align-items: end;
  margin-bottom: 38px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--rb-ink);
}

body.page-id-3088 .rubroo-wishlist-hero .entry-title {
  margin: 0 !important;
  color: var(--rb-ink) !important;
  font-size: clamp(54px, 7vw, 104px) !important;
  font-weight: 850 !important;
  letter-spacing: -.055em !important;
  line-height: .86 !important;
  text-transform: uppercase !important;
}

body.page-id-3088 .rubroo-wishlist-copy {
  max-width: 520px;
  justify-self: end;
}

body.page-id-3088 .rubroo-wishlist-kicker {
  display: block;
  margin-bottom: 12px;
  color: var(--rb-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-id-3088 .rubroo-wishlist-copy p {
  margin: 0 0 22px;
  color: var(--rb-muted);
  font-size: 16px;
  line-height: 1.6;
}

body.page-id-3088 .rubroo-wishlist-shop-link,
body.page-id-3088 .rubroo-wishlist-empty a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--rb-ink);
  border-radius: 0;
  background: var(--rb-ink);
  color: #fff !important;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none !important;
  text-transform: uppercase;
}

body.page-id-3088 .wishsuite-table-content {
  position: relative;
  margin-bottom: 56px;
}

body.page-id-3088 .wishsuite_table {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  border-collapse: separate !important;
  background: transparent !important;
}

body.page-id-3088 .wishsuite_table thead {
  display: none !important;
}

body.page-id-3088 .wishsuite_table tbody {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 24px !important;
  width: 100% !important;
}

body.page-id-3088 .wishsuite_table tbody > tr:not(.wishsuite-empty-tr):not(.rubroo-wishlist-empty-row) {
  position: relative;
  display: grid !important;
  grid-template-columns: 78px minmax(0, 1fr) !important;
  grid-template-areas:
    "image image"
    "title title"
    "price price"
    "quantity cart" !important;
  align-content: start !important;
  min-width: 0 !important;
  border: 1px solid var(--rb-line) !important;
  background: #fff !important;
  overflow: hidden !important;
}

body.page-id-3088 .wishsuite_table tbody > tr:not(.wishsuite-empty-tr) > td {
  display: block !important;
  width: auto !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
  vertical-align: top !important;
}

body.page-id-3088 .wishsuite-product-image {
  grid-area: image !important;
  padding: 0 !important;
  background: var(--rb-soft) !important;
}

body.page-id-3088 .wishsuite-product-image a {
  display: block !important;
  width: 100% !important;
  aspect-ratio: 4 / 5 !important;
  overflow: hidden !important;
}

body.page-id-3088 .wishsuite-product-image img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  transition: transform .35s ease !important;
}

body.page-id-3088 .wishsuite_table tbody > tr:hover .wishsuite-product-image img {
  transform: scale(1.018);
}

body.page-id-3088 .wishsuite-product-remove {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  z-index: 2 !important;
  padding: 0 !important;
}

body.page-id-3088 .wishsuite-product-remove .wishsuite-remove {
  display: grid !important;
  place-items: center !important;
  width: 42px !important;
  height: 42px !important;
  border: 1px solid var(--rb-ink) !important;
  border-radius: 0 !important;
  background: rgba(255,255,255,.94) !important;
  color: var(--rb-ink) !important;
  font-size: 0 !important;
  text-decoration: none !important;
}

body.page-id-3088 .wishsuite-product-remove .wishsuite-remove::before {
  content: "×" !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
  font-size: 25px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  transform: none !important;
}

body.page-id-3088 .wishsuite-product-remove .wishsuite-remove::after {
  content: none !important;
  display: none !important;
}

body.page-id-3088 .wishsuite-product-title {
  grid-area: title !important;
  min-height: 72px !important;
  padding: 20px 18px 0 !important;
}

body.page-id-3088 .wishsuite-product-title a {
  color: var(--rb-ink) !important;
  font-size: 15px !important;
  font-weight: 780 !important;
  line-height: 1.38 !important;
  text-decoration: none !important;
}

body.page-id-3088 .wishsuite-product-price {
  grid-area: price !important;
  padding: 10px 18px 20px !important;
  color: var(--rb-ink) !important;
}

body.page-id-3088 .wishsuite-product-price,
body.page-id-3088 .wishsuite-product-price * {
  color: var(--rb-ink) !important;
  font-size: 18px !important;
  font-weight: 850 !important;
}

body.page-id-3088 .wishsuite-product-price .woo-custom-installments-offer {
  display: none !important;
}

body.page-id-3088 .wishsuite-product-quantity {
  grid-area: quantity !important;
  align-self: end !important;
  padding: 0 0 18px 18px !important;
}

body.page-id-3088 .wishsuite-product-quantity .quantity,
body.page-id-3088 .wishsuite-product-quantity input {
  width: 58px !important;
  min-width: 58px !important;
  height: 48px !important;
  margin: 0 !important;
  border: 1px solid var(--rb-ink) !important;
  border-radius: 0 !important;
  background: #fff !important;
  color: var(--rb-ink) !important;
  text-align: center !important;
}

body.page-id-3088 .wishsuite-product-add_to_cart {
  grid-area: cart !important;
  align-self: end !important;
  padding: 0 18px 18px 10px !important;
}

body.page-id-3088 .wishsuite-product-add_to_cart .wishsuite-addtocart,
body.page-id-3088 .wishsuite-product-add_to_cart .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 48px !important;
  margin: 0 !important;
  padding: 10px 14px !important;
  border: 1px solid var(--rb-red) !important;
  border-radius: 0 !important;
  background: var(--rb-red) !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  letter-spacing: .04em !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body.page-id-3088 .wishsuite-social-share {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 16px !important;
  margin-top: 28px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--rb-line) !important;
}

body.page-id-3088 .wishsuite-social-share[hidden] {
  display: none !important;
}

body.page-id-3088 .wishsuite-social-title {
  color: var(--rb-muted) !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
}

body.page-id-3088 .wishsuite-social-share ul {
  display: flex !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

body.page-id-3088 .wishsuite-social-share li {
  margin: 0 !important;
}

body.page-id-3088 .wishsuite-social-share a {
  display: grid !important;
  place-items: center !important;
  width: 38px !important;
  height: 38px !important;
  border: 1px solid var(--rb-line) !important;
  border-radius: 0 !important;
  color: var(--rb-ink) !important;
}

body.page-id-3088 .wishsuite-social-share svg {
  width: 15px !important;
  height: 15px !important;
  fill: currentColor !important;
}

body.page-id-3088 .wishsuite_table .rubroo-wishlist-empty-row {
  display: block !important;
  grid-column: 1 / -1 !important;
  border: 0 !important;
  background: transparent !important;
}

body.page-id-3088 .wishsuite_table .wishsuite-emplty-text {
  display: block !important;
  padding: 0 !important;
  border: 0 !important;
}

body.page-id-3088 .rubroo-wishlist-empty {
  padding: clamp(42px, 7vw, 86px);
  border: 1px solid var(--rb-ink);
  background: #fff;
  text-align: center;
}

body.page-id-3088 .rubroo-wishlist-empty span {
  display: block;
  margin-bottom: 14px;
  color: var(--rb-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.page-id-3088 .rubroo-wishlist-empty h2 {
  max-width: 720px;
  margin: 0 auto 14px;
  color: var(--rb-ink);
  font-size: clamp(30px, 4vw, 54px);
  font-weight: 850;
  letter-spacing: -.035em;
  line-height: 1;
  text-transform: uppercase;
}

body.page-id-3088 .rubroo-wishlist-empty p {
  max-width: 560px;
  margin: 0 auto 24px;
  color: var(--rb-muted);
  line-height: 1.6;
}

/* EDITORIAL COPY PASS — conteúdo institucional e páginas utilitárias */
body.home .rubroo-manifesto-widget {
  width: 100% !important;
  background: var(--rb-ink) !important;
  color: #fff !important;
}

body.home .rubroo-manifesto-widget > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.rubroo-copy-manifesto {
  max-width: 1320px;
  margin: 0 auto;
  padding: clamp(56px, 8vw, 112px) clamp(22px, 5vw, 72px);
}

.rubroo-copy-kicker {
  display: block;
  margin-bottom: 20px;
  color: var(--rb-red);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.rubroo-copy-manifesto h2 {
  max-width: 1000px;
  margin: 0 0 26px;
  color: #fff;
  font-size: clamp(42px, 4.8vw, 66px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}

.rubroo-copy-manifesto p {
  max-width: 720px;
  margin: 0 0 30px;
  color: rgba(255, 255, 255, .78);
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.55;
}

.rubroo-copy-manifesto a,
.rubroo-404-editorial a,
.rubroo-search-shop-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 13px 22px;
  border: 1px solid currentColor;
  border-radius: 0 !important;
  color: inherit;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.rubroo-copy-manifesto a:hover {
  background: #fff;
  color: var(--rb-ink);
}

footer.elementor-location-footer .rubroo-footer-tagline,
footer .rubroo-footer-tagline {
  margin: 0 24px !important;
  padding: 18px 0 24px !important;
  border-top: 1px solid var(--rb-line);
  color: var(--rb-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-align: center;
  text-transform: uppercase;
}

body.error404 .elementor-3136 {
  display: none !important;
}

.rubroo-404-editorial {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(320px, 1.2fr);
  min-height: 68vh;
  border-bottom: 1px solid var(--rb-line);
  background: var(--rb-soft);
}

.rubroo-404-code {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: var(--rb-red);
  color: #fff;
  font-size: clamp(120px, 22vw, 360px);
  font-weight: 900;
  letter-spacing: -.09em;
  line-height: .72;
}

.rubroo-404-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(48px, 8vw, 120px);
}

.rubroo-404-copy > span {
  margin-bottom: 16px;
  color: var(--rb-red);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rubroo-404-copy h1 {
  max-width: 720px;
  margin: 0 0 20px;
  color: var(--rb-ink);
  font-size: clamp(48px, 7vw, 104px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: .9;
  text-transform: uppercase;
}

.rubroo-404-copy p {
  max-width: 580px;
  margin: 0 0 28px;
  color: var(--rb-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.rubroo-404-copy a,
.rubroo-search-shop-link {
  background: var(--rb-red);
  border-color: var(--rb-red);
  color: #fff;
}

.rubroo-404-copy a:hover,
.rubroo-search-shop-link:hover {
  background: var(--rb-ink);
  border-color: var(--rb-ink);
  color: #fff;
}

body.search-no-results main#content {
  max-width: 1320px;
  min-height: 58vh;
  margin: 0 auto;
  padding: clamp(60px, 9vw, 130px) clamp(20px, 5vw, 64px);
}

body.search-no-results main#content .page-header {
  padding: 0;
}

body.search-no-results main#content .entry-title {
  margin: 0 0 34px;
  color: var(--rb-ink);
  font-size: clamp(56px, 9vw, 136px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: .85;
  text-transform: uppercase;
}

body.search-no-results main#content .page-content {
  max-width: 720px;
  padding: 30px 0 0;
  border-top: 1px solid var(--rb-ink);
}

body.search-no-results main#content .page-content p {
  margin: 0 0 24px;
  color: var(--rb-muted);
  font-size: clamp(17px, 1.5vw, 22px);
  line-height: 1.6;
}

body.woocommerce-account .entry-title {
  color: var(--rb-ink);
  font-weight: 900;
  letter-spacing: -.045em;
  text-transform: uppercase;
}

body.woocommerce-account .elementor-element-c1f6042 p {
  max-width: 720px;
  color: var(--rb-muted);
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.6;
}

.rubroo-checkout-steps {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 32px;
  border: 1px solid var(--rb-line);
  background: #fff;
}

.rubroo-checkout-steps span {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 14px 18px;
  border-right: 1px solid var(--rb-line);
  color: var(--rb-muted);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.rubroo-checkout-steps span:last-child {
  border-right: 0;
}

.rubroo-checkout-steps span.is-current {
  background: var(--rb-ink);
  color: #fff;
}

.rubroo-checkout-steps b {
  color: var(--rb-red);
  font-size: 10px;
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  .rubroo-copy-manifesto h2 {
    font-size: clamp(40px, 12vw, 48px);
  }

  .rubroo-404-editorial {
    grid-template-columns: 1fr;
  }

  .rubroo-404-code {
    min-height: 230px;
    font-size: clamp(130px, 48vw, 220px);
  }

  .rubroo-404-copy {
    padding: 44px 20px 64px;
  }

  .rubroo-checkout-steps {
    grid-template-columns: 1fr;
    margin: 0 14px 24px;
  }

  .rubroo-checkout-steps span {
    min-height: 48px;
    border-right: 0;
    border-bottom: 1px solid var(--rb-line);
  }

  .rubroo-checkout-steps span:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 1120px) {
  body.page-id-3088 .wishsuite_table tbody {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 820px) {
  body.page-id-3088 .rubroo-wishlist-hero {
    grid-template-columns: 1fr;
    align-items: start;
  }

  body.page-id-3088 .rubroo-wishlist-copy {
    justify-self: start;
  }

  body.page-id-3088 .wishsuite_table tbody {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 560px) {
  body.page-id-3088 .page-content {
    padding: 44px 16px 68px !important;
  }

  body.page-id-3088 .rubroo-wishlist-hero {
    gap: 24px;
    margin-bottom: 28px;
    padding-bottom: 26px;
  }

  body.page-id-3088 .rubroo-wishlist-hero .entry-title {
    font-size: clamp(48px, 18vw, 72px) !important;
  }

  body.page-id-3088 .wishsuite_table tbody {
    grid-template-columns: 1fr !important;
  }

  body.page-id-3088 .wishsuite-social-share {
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 1024px) {
  body.woocommerce-cart .eael-cart-coupon-and-collaterals {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .85fr) !important;
    gap: 22px 28px !important;
  }

  body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 767px) {
  .rubroo-home-promo-track {
    padding: 11px 0;
    font-size: 10px;
  }

  body.single-product .rubroo-product-hero {
    padding-inline: 16px;
    gap: 22px;
  }

  body.single-product .product_title {
    font-size: clamp(32px, 10vw, 46px) !important;
  }

  .rubroo-pdp-benefits {
    grid-template-columns: 1fr;
  }

  .rubroo-pdp-benefit {
    text-align: left;
  }

  .rubroo-pdp-benefit + .rubroo-pdp-benefit {
    border-top: 1px solid var(--rb-line);
    border-left: 0;
  }

  body.single-product .rubroo-product-gallery {
    padding-bottom: 16px !important;
  }

  body.single-product .rubroo-product-gallery .flex-control-thumbs {
    gap: 8px !important;
    margin-top: 12px !important;
  }

  body:not(.single-product):not(.woocommerce-cart):not(.woocommerce-checkout) .ht-products .ht-product-content {
    min-height: 160px !important;
    padding: 18px 16px 20px !important;
  }

  body.woocommerce-cart .eael-woo-cart-table thead {
    display: none !important;
  }

  body.woocommerce-cart .eael-woo-cart-table tbody tr {
    display: grid !important;
    grid-template-columns: 28px 96px minmax(0, 1fr) !important;
    gap: 0 !important;
    padding: 18px 0 !important;
    border-bottom: 1px solid var(--rb-line) !important;
  }

  body.woocommerce-cart .eael-woo-cart-table tbody td {
    display: block !important;
    width: auto !important;
    padding: 8px 14px !important;
    text-align: left !important;
  }

  body.woocommerce-cart .eael-woo-cart-table .product-remove {
    grid-column: 1 !important;
    grid-row: 1 / span 4 !important;
    padding-right: 0 !important;
  }

  body.woocommerce-cart .eael-woo-cart-table .product-thumbnail {
    grid-column: 2 !important;
    grid-row: 1 / span 4 !important;
    padding-inline: 0 !important;
  }

  body.woocommerce-cart .eael-woo-cart-table .product-thumbnail img {
    width: 96px !important;
    max-width: 96px !important;
    height: 122px !important;
  }

  body.woocommerce-cart .eael-woo-cart-table .product-name,
  body.woocommerce-cart .eael-woo-cart-table .product-price,
  body.woocommerce-cart .eael-woo-cart-table .product-quantity,
  body.woocommerce-cart .eael-woo-cart-table .product-subtotal {
    grid-column: 3 !important;
  }

  body.woocommerce-cart .eael-woo-cart-table td::before {
    margin-right: 10px !important;
    font-size: 10px !important;
    font-weight: 900 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
  }

  body.woocommerce-cart .eael-cart-coupon-and-collaterals {
    display: block !important;
    margin-top: 22px !important;
  }

  body.woocommerce-cart .eael-cart-coupon-wrapper {
    display: block !important;
    margin-bottom: 14px !important;
    padding: 18px !important;
  }

  body.woocommerce-cart .eael-cart-coupon-wrapper .coupon {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart .eael-cart-coupon-wrapper .input-text {
    border-right: 1px solid var(--rb-ink) !important;
    border-bottom: 0 !important;
  }

  body.woocommerce-cart .eael-cart-coupon-wrapper .button {
    width: 100% !important;
  }

  body.woocommerce-cart .eael-woo-cart-back-to-shop {
    display: inline-flex !important;
    margin-top: 18px !important;
  }

  body.woocommerce-cart .eael-cart-update-btn {
    margin-bottom: 14px !important;
  }

  body.woocommerce-cart .cart_totals {
    margin-bottom: 0 !important;
  }

  body.woocommerce-cart .cart_totals .shop_table th,
  body.woocommerce-cart .cart_totals .shop_table td {
    padding: 15px 14px !important;
  }

  body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul {
    gap: 12px !important;
  }

  body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul > li {
    height: 390px !important;
  }

  body.woocommerce-cart .wl_horizontal-hover-accordion .product-content {
    min-height: 142px !important;
    padding: 14px !important;
  }
}

@media (max-width: 420px) {
  body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul {
    grid-template-columns: 1fr !important;
  }

  body.woocommerce-cart .wl_horizontal-hover-accordion .accordion-ul > li {
    height: 430px !important;
  }
}
