html, body {
  overflow-x: hidden !important;
  width: 100% !important;
	scroll-behavior: smooth;
}


a, button, .btn {
	border-radius: 20px;
}

button.close{
color: black;
}

.link-hover:hover {
color: #ffd200 !important;
}

.desktop-header {
display: none !important;
}

.mobile-header {
display: block !important;
}

@media (min-width: 768px) {
.desktop-header {
display: block !important;
}

.mobile-header {
display: none !important;
}
}

@media (min-width: 992px) {
.navbar-logo-section {
flex: 0 0 10%;
max-width: 10%;
}
}

@media (min-width: 1375px) {
.navbar-links-section {
flex: 0 0 83.33333333%;
max-width: 83.33333333%;
}
}

.font-bold {
font-weight: 700;
}

.page_title::after {
content: '';
position: absolute;
display: block;
width: 50px;
height: 4px;
background-color: #ffd200 !important;
left: 50%;
transform: translateX(-50%);
margin-top: 1.5rem;
}

footer a:hover {
opacity: 85%;
text-decoration: underline !important;
}

.navbar-brand img {
	filter: brightness(0) saturate(100%)
}

header[id="nav-modal___BV_modal_header_"] > h5::after {
content: "";
display: inline-block;
width: 120px; /* adjust */
height: 40px; /* adjust */
background: url("https://store-media.mpowerpromo.com/6914f309f4199851ae281097/assets/BRP-Experience_Logo-ENG-W-RGB-1762980646615.svg") no-repeat center;
background-size: contain;
margin-left: 8px;
	filter: brightness(0) saturate(100%)
}

.page_subtitle::after {
font-size: 2.5rem;
text-align: left;
content: '';
position: absolute;
display: block;
width: 50px;
height: 4px;
background-color: #ffd200 !important;
padding-left: 15px;
margin-top: 0.5rem;
}

.container--tiny {
max-width: 740px;
}

/* Estado normal */
a.nav-link {
    color: #000 !important;
}

/* Estado activo (página actual) */
a.nav-link[aria-current="page"] {
    color: #ffd200 !important;
}

.mto-badge {
  background-color: --var(secondary);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px;
  margin: 0;
  border-radius: 2px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

/*Product tagger badges*/
.cstm-badge {
    font-weight: 700 !important;
    font-size: 75% !important;
    padding: .25em .4em !important;
    white-space: nowrap !important;
}

/* Maintain proper spacing between badges in the cart */
.cstm-badge-wrapper .badge + .badge {
    margin-left: 0.25rem !important;
}

/* Speed optimization: hardware acceleration */
.cstm-badge-wrapper {
    will-change: contents;
}

/* Precise Alignment for PDP Badge Row */

/* 1. Standardize the pill container and text */
.pdp-cstm-badge.badge-primary,
.product-item-details .badge-success,
.product-item-details .badge-warning {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 20px !important; /* Forces pixel-perfect horizontal leveling */
    vertical-align: middle !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}


.btn-primary {
  background-color: var(--dark) !important;
  border-color: var(--dark) !important;
	color: var(--light) !important;
}

btn-primary:focus {
  outline: none;
  box-shadow: 0 0 0 2px var(--dark);
}

.cart-badge.bg-info.text-white{
	background-color: #ffd200 !important;
}

/*Product tagger badges*/
.cstm-badge {
    font-weight: 700 !important;
    font-size: 75% !important;
    padding: .25em .4em !important;
    white-space: nowrap !important;
}

/* Maintain proper spacing between badges in the cart */
.cstm-badge-wrapper .badge + .badge {
    margin-left: 0.25rem !important;
}

/* Speed optimization: hardware acceleration */
.cstm-badge-wrapper {
    will-change: contents;
}

/* Precise Alignment for PDP Badge Row */

/* 1. Standardize the pill container and text */
.pdp-cstm-badge.badge-primary,
.product-item-details .badge-success,
.product-item-details .badge-warning {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 20px !important; /* Forces pixel-perfect horizontal leveling */
    vertical-align: middle !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*Updating product description tab names for co-branded products*/
.description-1::before {
  content: "Co-Brand Info";
}

.description-1 {
  font-size: 0;
}

.description-1::before {
  font-size: 1rem;
}