:root {
  --color1: #1a1a1a;
  --color2: #E80526;
  --color3: #A7031C;
  --color4: #494949;
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #E80526;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 232, 5, 38;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-link-color: #E80526;
  --bs-link-hover-color: #c90420;
  --bs-primary-text-emphasis:#E80526;
  --bs-border-color:#ACAAA6;
  scroll-behavior: smooth;
}
.btn:hover{
  text-decoration: none;
}
.btn-primary {
  --bs-btn-color: #ffffff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-active-color: #ffffff;
  
  --bs-btn-bg: #E80526;
  --bs-btn-border-color: #E80526;
  --bs-btn-hover-bg: #c90420;
  --bs-btn-hover-border-color: #c90420;
  --bs-btn-active-bg: #b7041d;
  --bs-btn-active-border-color: #b7041d;
  --bs-btn-disabled-bg:#8D9EAD;
  --bs-btn-disabled-border-color:#8D9EAD;
  color: var(--bs-btn-color);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: var(--bs-btn-hover-color);
}

.btn-outline-primary {
  --bs-btn-color: #E80526;
  --bs-btn-border-color: #E80526;
  --bs-btn-hover-bg: #E80526;
  --bs-btn-hover-border-color: #E80526;
}
.btn-outline-primary:hover{
 color:#FFF;
 text-decoration: none;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    color: #fff;
    opacity: 1;
}

body,
html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #414141;
}

a {
  color: #1a1a1a;
  text-decoration: none; 
}
a:hover {
    color: #E80526;
    text-decoration: underline; 
  }
  a:focus {
    outline: none;
    -webkit-outline: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: none; }


@media (min-width: 1400px) {
  .container, 
  .container-lg, 
  .container-md, 
  .container-sm, 
  .container-xl, 
  .container-xxl {
    max-width: 1630px;
  }
}

.container--limited-md .page--full-width{
  max-width: 800px; 
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bs-light);
  padding:1.5rem;
}

.header-promo{
background-color:#A21C38;
padding-top:3px;
padding-bottom:3px;
}
.header-main{
  margin-left:15px;
  margin-right:15px;
}
.navbar-searchtop {
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	max-width:30%;
	height: 40px;
	overflow: hidden;
	border: 2px solid var(--color3);
	border-radius: 500px;
	color: var(--color1);
	background-color: #f6f6f6;
}
.navbar-searchtop__icon {
	flex: 0 0 auto;
	display: block;
	width: 22px;
	height: 40px;
	font-size: 20px;
	line-height: 36px!important;
	text-align: center;
	color:var(--color3);
	padding-left:10px;
	padding-right:10px;
}
.navbar-searchtop__input {
	flex: 1 1 auto;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0;
	border: 0;
	outline: none;
	font-family: inherit;
	font-size: 1em;
	line-height: 50px;
	text-overflow: ellipsis;
	color: inherit;
}
div.user-top-item .blockcart > a{position:relative}
div.user-top-item > a,div.user-top-item .blockcart > a{
 margin-left:30px;
 display:block;
 line-height:10px;
}
.user-top-item a:hover{
  color:inherit;
  text-decoration: none;
}
.user-top a>i{
 font-size:25px;
 color:var(--color4);
 display:inline-block;
 vertical-align:middle;
}
.user-top-item{text-align:center}
.user-top .link-content {
    display:block;
    vertical-align: middle;
	white-space: pre;
	
}
.user-top .link-content .link-label {
    display: block;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 18px;
}
.user-top .link-content .link-label-lg {
    font-size: 13px;
    font-weight: 400;
    line-height: 10px;
	letter-spacing: -.01em;
	display:none;
}
@media (max-width: 414.98px) {
 .shop-logo img{
  width:70px;
  }	
  .user-top a {
    margin-left: 20px;
}

}
@media (max-width: 358px) {
 .user-top a i {
    font-size: 15px;
}
.user-top .link-content .link-label {
    font-size: 11px;
    letter-spacing: -.05em;
    line-height: 11px;
}.user-top .link-content .link-label {
    display:none
}

}
@media (max-width: 282.98px) {
.user-top a i {
    font-size: 22px;
}
}
@media (min-width: 992px) {
.navbar-searchtop{max-width:300px;}
.user-top-item{text-align:left}
.user-top .link-content{
 display: inline-block;
 margin-top:-10px;
}
}
@media (min-width: 1200px) {
	.navbar-searchtop{max-width:30%;}
.user-top .link-content .link-label-lg {
 display:inline-block
}
.user-top .link-content .link-label-lg.text-truncate {
 max-width:75px
}
}
@media (min-width: 1400px) {
	.navbar-searchtop{max-width:40%;}
}
@media (min-width: 1600px) {
	.navbar-searchtop{max-width:45%;}
}
@media (min-width: 1800px) {
	.navbar-searchtop{max-width:50%;}
}
#header {
	box-shadow: 0 3px 3px 0 #0000001a;
}

.saldapro-mainmenu {
    display: flex;
    justify-content: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.saldapro-mainmenu-item {
    position: static;
}

.saldapro-mainmenu-link {
    display: block;
    padding: 18px 0;
    font-weight: 600;
    color: #111;
    text-decoration: none;
}

.saldapro-mega-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 1000;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 15px 35px rgba(0,0,0,.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all .2s ease;
}

.saldapro-has-mega:hover .saldapro-mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.saldapro-mega-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    padding: 32px 0;
}

.saldapro-mega-title {
    display: block;
    margin-bottom: 12px;
    font-weight: 700;
    color: #111;
    text-decoration: none;
}

.saldapro-mega-sublist {
    margin: 0;
    padding: 0;
    list-style: none;
}

.saldapro-mega-sublist li {
    margin-bottom: 7px;
}

.saldapro-mega-sublist a {
    color: #555;
    font-size: 14px;
    text-decoration: none;
}

.saldapro-mega-sublist a:hover,
.saldapro-mega-title:hover,
.saldapro-mainmenu-link:hover {
    color: #d71920;
}

.saldapro-mobile-menu {
    background: #fff;
    padding: 12px 16px 24px;
    border-top: 1px solid #eee;
}

.saldapro-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.saldapro-mobile-depth-0 > .saldapro-mobile-menu-item > .saldapro-mobile-menu-link {
    display: block;
    padding: 14px 0;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #eee;
}

.saldapro-mobile-depth-1 {
    padding-left: 16px;
    margin-bottom: 8px;
}

.saldapro-mobile-depth-1 > .saldapro-mobile-menu-item > .saldapro-mobile-menu-link {
    display: block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 600;
}

.saldapro-mobile-depth-2 {
    padding-left: 18px;
    border-left: 2px solid #ddd;
    margin: 4px 0 10px;
}

.saldapro-mobile-depth-2 > .saldapro-mobile-menu-item > .saldapro-mobile-menu-link {
    display: block;
    padding: 5px 0;
    font-size: 15px;
    color: #666;
}

.saldapro-mobile-depth-3 {
    padding-left: 16px;
}

.saldapro-mobile-depth-3 .saldapro-mobile-menu-link {
    font-size: 14px;
    color: #888;
}

.saldapro-mobile-menu-link {
    color: #222;
    text-decoration: none;
}

.saldapro-mobile-has-children > .saldapro-mobile-menu-link::after {
    content: "›";
    float: right;
    font-weight: 700;
    color: #999;
}

.pssimpleblog-latest {
    margin: 60px 0;
}

.blog-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,.08);
    transition: .3s;
    height: 100%;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.blog-card-image {
    display: block;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.blog-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.45),
        rgba(0,0,0,0)
    );
}

.blog-card-badge {
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #fff;
    color: #000;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.blog-card-content {
    padding: 24px;
}

.blog-card-content h3 {
    margin-bottom: 12px;
    font-size: 1.35rem;
    line-height: 1.3;
}

.blog-card-content h3 a {
    color: inherit;
    text-decoration: none;
}

.blog-card-content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 18px;
}

.blog-card-link {
    font-weight: 600;
    text-decoration: none;
}

#index #footer {
    margin-top: 10px;
}

#footer {
  background-color: #636363;
  margin-top: 60px;
  border-top:5px solid #e80526
}
.footer-contacts{
	color:#FFF;
	padding:2rem 0 1rem 0;
	}
.footer-contacts a,.footer-contacts h2,.footer-contacts h5{color:#FFF!important}
.footer_bottom {
  padding-bottom: 40px;
}
.footer_after {
  background-color: #5e5e5e;
  padding: 8px 0;
}
#footer .nl-footer{
	padding-bottom:2rem;
	}
#footer .nl-footer h3, .nl-footer h2, .nl-footer h4, #footer .nl-footer p,#footer .nl-footer small{color:#FFF}
#footer .nl-footer .btn{
 font-size:1rem;
 font-weight:700;
 padding: 0.55rem 1rem;
}

.footer-nlbox{
  background-color: #fff;
  margin-top: 60px;
  border-top:5px solid #e80526
}

.footer-list{
background:#333;
padding-top:3.5rem;
color:#FFF
}
.footer-list h4,.footer-list a,.footer-list ul li a:hover{color:#FFF!important}
.footer-list ul li,.footer-list h4{padding-bottom:0.8rem}
.footer-list .mb-3{margin-bottom:2.5rem}
.icopayments span{
 display:inline-block;	
 width:52px;
 height:32px;
 background:#2b2b2b url(../img/ico-payments.png) no-repeat;
 background-size:48px;
}
.icopayments .mastercard{
 background-position:center -26px
}
.icopayments .visa{
 background-position:center 0
}
.icopayments .maestro{
 background-position:center -54px
}
.icopayments .sepa{
 background-position:center -83px
}
.icopayments .paypal{
 background-position:center -106px
}

/* SaldaPro header/mobile UX update */
.header-main {
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  background: #fff;
}

.saldapro-header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.shop-logo img {
  max-height: 74px;
  width: auto;
}

.saldapro-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.user-top-item {
  text-align: center;
}

.saldapro-header-action-btn,
.user-top-item > a,
.user-top-item .blockcart > a,
.user-top-item .header-block__action-btn,
.saldapro-account-action a {
  margin-left: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: var(--color1);
  text-decoration: none;
  background: transparent;
  border: 0;
  padding: 0;
  line-height: 1.1;
  min-width: 48px;
}

.saldapro-header-action-btn:hover,
.user-top-item > a:hover,
.user-top-item .blockcart > a:hover,
.saldapro-account-action a:hover {
  color: var(--color2);
  text-decoration: none;
}

.user-top a > i,
.saldapro-header-action-btn i,
.user-top-item .header-block__action-btn i,
.saldapro-account-action i {
  font-size: 25px;
  color: var(--color4);
  display: block;
}

.saldapro-header-action-btn:hover i,
.user-top-item .header-block__action-btn:hover i,
.saldapro-account-action a:hover i {
  color: var(--color2);
}

.user-top .link-content,
.user-top-item .header-block__title,
.saldapro-account-action span {
  display: block;
  white-space: nowrap;
}

.user-top .link-content .link-label,
.user-top-item .header-block__title,
.saldapro-account-action span {
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.user-top .link-content .link-label-lg {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
}

.saldapro-cart-action .blockcart,
.saldapro-cart-action .ps-shoppingcart,
.saldapro-cart-action .header-block {
  display: block;
}

.saldapro-cart-action .header-block__action-btn {
  position: relative;
}

.saldapro-cart-action .header-block__badge {
  position: absolute;
  top: -8px;
  right: -8px;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border-radius: 999px;
  background: var(--color2);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
}

.navbar-searchtop__input {
  background: transparent;
}

.navbar-searchtop__submit {
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  color: var(--color3);
}

.saldapro-mobile-search {
  margin-top: 10px;
}

.saldapro-mobile-search-form {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--color3);
  border-radius: 999px;
  padding: 4px 6px 4px 12px;
  background: #f6f6f6;
}

.saldapro-mobile-search-form i {
  color: var(--color3);
}

.saldapro-mobile-search-form input {
  flex: 1;
  min-width: 0;
  border: 0;
  background: transparent;
  outline: none;
  height: 38px;
}

.saldapro-mobile-search-form button {
  border: 0;
  border-radius: 999px;
  background: var(--color2);
  color: #fff;
  font-weight: 700;
  padding: 8px 14px;
}

.saldapro-mainnav {
  position: relative;
  background: #fff;
  border-top: 1px solid #f1f1f1;
}

.saldapro-mobile-menu-toggle {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
  border: 0;
  border-top: 1px solid #eee;
  border-radius: 0;
  background: #fff;
  color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 700;
}

.saldapro-menu-icon {
  width: 28px;
  text-align: left;
}

.saldapro-menu-label {
  flex: 1;
  text-align: left;
}

.saldapro-menu-chevron {
  transition: transform .2s ease;
}

.saldapro-mobile-menu-toggle[aria-expanded="true"] .saldapro-menu-chevron {
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .header-promo {
    font-size: 14px;
    line-height: 1.2;
    padding: 6px 10px;
  }

  .header-main {
    padding: 0px 12px 8px;
  }

  .saldapro-header-row {
    gap: 8px;
  }

  .shop-logo {
    flex: 0 1 auto;
  }

  .shop-logo img {
    max-width: 150px;
    max-height: 92px;
  }

  .user-top {
    flex: 1 1 auto;
  }

  .saldapro-header-actions {
    gap: 10px;
  }

  .saldapro-header-action-btn,
  .user-top-item > a,
  .user-top-item .blockcart > a,
  .user-top-item .header-block__action-btn,
  .saldapro-account-action a {
    min-width: 34px;
    flex-direction: column;
    gap: 2px;
  }

  .user-top a > i,
  .saldapro-header-action-btn i,
  .user-top-item .header-block__action-btn i,
  .saldapro-account-action i {
    font-size: 22px;
  }

  .user-top .link-content .link-label,
  .user-top-item .header-block__title,
  .saldapro-account-action span {
    font-size: 12px;
    line-height: 13px;
  }

  .user-top .link-content .link-label-lg {
    display: none !important;
  }

  .saldapro-help-action {
    display: none !important;
  }

  .saldapro-mobile-menu {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    padding: 4px 14px 20px;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 20px rgba(0,0,0,.08);
  }

  .saldapro-mobile-depth-0 > .saldapro-mobile-menu-item > .saldapro-mobile-menu-link {
    padding: 13px 0;
    font-size: 17px;
  }

  .saldapro-mobile-depth-1 > .saldapro-mobile-menu-item > .saldapro-mobile-menu-link {
    font-size: 15px;
  }
}

@media (max-width: 390px) {
  .shop-logo img {
    max-width: 120px;
  }

  .saldapro-header-actions {
    gap: 7px;
  }

  .user-top .link-content .link-label,
  .user-top-item .header-block__title,
  .saldapro-account-action span {
    font-size: 11px;
  }
}

@media (max-width: 767.98px) {


  .saldapro-cart-action .header-block__action-btn::after,
  .saldapro-cart-action .blockcart > a::after {
    content: "Carrello";
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 13px;
    color: var(--color1);
  }
}

.product-miniature__inner {
 box-shadow: var(--bs-box-shadow-md);
}
.product-miniature__inner:hover {
 box-shadow: var(--bs-box-shadow-lg);
}
.product-miniature__price {
    font-weight: 700;
}

.page-product .product__price {
    font-size: 40px;
    font-weight: 800;
}
.page-product .product__price-tax-incl-value{
  font-weight:600;
}
.page-product .text-primary-emphasis{
  font-weight: 700;
}
.page-product .product__price--discount{
  color:var(--color2);
}

.product__quote-request {
    margin-top: 20px;
}

.product__quote-request-button {
    width: 100%;
    padding: 14px 24px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px;
    background-color: var(--bs-success);
    border-color: var(--bs-success);
    color: #fff;
}

.product__quote-request-button:hover {
    background-color: #157347;
    border-color: #157347;
    color: #fff;
    text-decoration: none;
}

.product__quote-request-button i {
    margin-right: 8px;
}

.saldapro-benefits {
  padding: 0 10px;
}

.saldapro-benefit-card {
  min-height: 145px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  padding: 28px 26px;
  background: #fff;
  border: 5px solid #eee;
}

.saldapro-benefit-icon {
  flex: 0 0 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eee;
  padding-right: 22px;
}

.saldapro-benefit-icon i,.saldapro-benefit-icon svg {
  font-size: 42px;
  color: #e80526;
}

.saldapro-benefit-card h3 {
  margin: 0 0 6px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  text-transform: uppercase;
  color: #333;
}

.saldapro-benefit-card p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  color: #999;
}

@media (max-width: 767.98px) {
  .saldapro-benefit-card {
    min-height: auto;
    padding: 20px;
    border-width: 3px;
  }

  .saldapro-benefit-icon {
    flex-basis: 58px;
    padding-right: 16px;
  }

  .saldapro-benefit-icon i {
    font-size: 32px;
  }

  .saldapro-benefit-card h3 {
    font-size: 16px;
  }

  .saldapro-benefit-card p {
    font-size: 15px;
  }
}

.saldapro-related-row {
  border: 1px solid #e9ecef;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 14px;
  padding: 14px;
  transition: box-shadow .2s ease, transform .2s ease;
}

.saldapro-related-row:hover {
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transform: translateY(-2px);
}

.saldapro-related-image {
  display: block;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 8px;
}

.saldapro-related-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.saldapro-related-title {
  font-size: 17px;
  line-height: 1.3;
  margin: 0 0 6px;
  font-weight: 700;
}

.saldapro-related-title a {
  color: #222;
  text-decoration: none;
}

.saldapro-related-title a:hover {
  color: #e80526;
}

.saldapro-related-description {
  font-size: 14px;
  color: #666;
  line-height: 1.45;
}

.saldapro-related-prices {
  text-align: right;
}

.saldapro-related-old-price {
  font-size: 14px;
  color: #777;
}

.saldapro-related-old-price span:first-child {
  text-decoration: line-through;
}

.saldapro-related-discount {
  color: #198754;
  font-weight: 700;
  text-decoration: none !important;
  margin-left: 4px;
}

.saldapro-related-current-price {
  font-size: 24px;
  font-weight: 800;
  color: #333;
  line-height: 1.1;
}

.saldapro-related-current-price--discount {
  color: #e80526;
}

.saldapro-related-tax-label {
  margin-top: 3px;
  font-size: 13px;
  color: #777;
}

.saldapro-related-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.saldapro-related-cart-form {
  flex: 1;
}

.saldapro-related-add-to-cart,
.saldapro-related-quote {
  width: 100%;
  font-weight: 700;
  white-space: nowrap;
}

.saldapro-related-quickview {
  flex: 0 0 42px;
  width: 42px;
}

@media (max-width: 767.98px) {
  .saldapro-related-prices {
    text-align: left;
  }

  .saldapro-related-actions {
    justify-content: stretch;
  }

  .saldapro-related-title {
    font-size: 16px;
  }

  .saldapro-related-current-price {
    font-size: 22px;
  }
}

