/** Shopify CDN: Minification failed

Line 246:26 The "-" operator only works if there is whitespace on both sides

**/
@charset "UTF-8";
/*------------------------------------------------------------------

[Table of contents]

1. Body
2. Header / #header
3. Navigation / #navbar
4. Content / #content
5. Left column / #leftcolumn
6. Right column / #rightcolumn
7. Sidebar / #sidebar
8. RSS / #rss
9. Search / #search
10. Boxes / .box
11. Sideblog / #sideblog
12. Advertisements / .ads
13. Footer / #footer

-------------------------------------------------------------------*/
* {
  outline: 0 !important;
  box-sizing: border-box; }

.nav > li > a:focus {
  background: transparent; }

a:hover {
  text-decoration: none !important; }

.clear-none {
  clear: none !important; }

.clear-space {
  padding: 0 !important; }

.clear-space-left {
  padding-left: 0; }

.clear-space-right {
  padding-right: 0; }

.red {
  color: red; }

.left {
  float: left; }

.right {
  float: right; }

.flex {
  display: flex; }

.inline-block {
  display: inline-block; }

.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.row.flex {
  display: flex;
  flex-direction: row; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.delay02 {
  transition: all .2s ease; }

.delay03 {
  transition: all .3s ease; }

.delay04 {
  transition: all .4s ease; }

.delay05 {
  transition: all .5s ease; }

.delay1 {
  transition: all 1s ease; }

.delay1_5 {
  transition: all 1.5s ease; }

.delay2 {
  transition: all 2s ease; }

.uppercase {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.full-width {
  width: 100%; }

.column-10 {
  width: 10%; }

.column-3 {
  width: 33.33333%; }

.column-4 {
  width: 25%; }

.column-6 {
  width: 16.66667%; }

.column-20 {
  width: 20%; }

.column-30 {
  width: 30%; }

.column-40 {
  width: 40%; }

.column-50 {
  width: 50%; }

.column-60 {
  width: 60%; }

.column-70 {
  width: 70%; }

.column-80 {
  width: 80%; }

.column-90 {
  width: 90%; }

.dropdown-menu {
  transform: translateY(10px);
  transition: .3s; }

.dropdown-menu li a {
  font-size: 14px !important;
  line-height: 24px; }

.dropdown:hover .dropdown-menu,
.dropdown:focus .dropdown-menu {
  transform: none;
  transition: .3s; }

.mega-menu-main {
  padding-bottom: 30px;
  min-width: 550px;
  box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 11.88px 0.12px rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 0; }

.menu-main li {
  list-style-type: none; }

.menu-main .lv1 li a {
  font-size: 16px; }

.btn-default {
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: unset;
  background: #fff; }

.btn-default:hover {
  background: #fff; }

.btn-default:focus {
  background: #fff; }

.btn-default:focus:active {
  background: #fff; }

.btn-default:active {
  background: #fff;
  box-shadow: unset; }

.btn-default.active {
  background: #fff;
  border-color: #fff;
  box-shadow: unset; }

.btn-default.active:hover {
  background: #fff; }

.btn-default.active:focus {
  background: #fff !important; }

a:focus {
  text-decoration: none; }

.form-control:focus {
  border-color: #ddd;
  box-shadow: unset; }

.link-default {
  color: black;
  transition: all .3s ease; }

.link-default:hover {
  color: #ee9051; }

.circle {
  border-radius: 50%;
  border: 1px solid #f0f0f0;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  transition: .3s; }
  .circle:hover {
    transform: scale(1.2);
    transition: .3s; }

.table > tbody > tr > td {
  vertical-align: middle; }

.input-number-group {
  display: flex; }

.input-number-group input[type=number]::-webkit-inner-spin-button,
.input-number-group input[type=number]::-webkit-outer-spin-button {
  appearance: none; }

.input-number-group .input-group-button {
  line-height: calc(80px/2-10px); }

.input-number-group .input-number {
  width: 40px;
  text-align: center;
  outline: none;
  display: block;
  margin: 0; }

.input-number-group .input-number,
.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  user-select: none; }

.input-number-group .input-number-decrement,
.input-number-group .input-number-increment {
  display: inline-block;
  width: 30px;
  background: #fff;
  color: #909090;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400; }

.input-number-group .input-number-decrement {
  margin-right: 0.3rem; }

.input-number-group .input-number-increment {
  margin-left: 0.3rem; }

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; }

li .link-menu {
  color: #323232; }

li .link-menu.white {
  color: #fff; }

li:hover .link-menu {
  color: #ee9051; }

.link-menu {
  color: #323232; }

.link-menu.white {
  color: #fff; }

.link-menu.white .st0 {
  stroke: #fff; }

.link-menu:hover i {
  color: #ee9051; }

.title-hover:hover {
  color: #ee9051 !important; }

.hover-zoom-out {
  overflow: hidden;
  transition: all .5s ease; }

.hover-zoom-out:hover {
  transform: scale(1.05); }

.over-hidden {
  overflow: hidden; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 30;
  background: rgba(29, 29, 31, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease; }

.overlay.active {
  opacity: 1;
  visibility: visible; }

.overlay-mini {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .3s ease;
  transform: scale(0);
  top: 0; }

.form-search {
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  padding: 10% 0 0 0; }

.form-search h3 {
  font-size: 50px;
  padding-bottom: 55px;
  text-transform: capitalize;
  line-height: 60px; }

.form-search i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 50px;
  color: #333;
  transition: all .3s ease; }

.form-search i:hover {
  transform: rotate(90deg); }

.form-search form {
  justify-content: center;
  display: flex; }

.form-search form input {
  font-weight: 300;
  font-size: 40px;
  color: #000;
  height: 50px;
  width: 60%;
  border-radius: 0;
  border: 0;
  outline: 0;
  box-shadow: unset; }

.form-search form input::-webkit-input-placeholder {
  color: #000; }

.form-search form input::-moz-placeholder {
  color: #000; }

.form-search form button {
  margin-left: 15px;
  border-radius: 0;
  border: 0;
  font-size: 18px;
  background: #000;
  color: #fff;
  padding: 5px 50px;
  text-transform: uppercase;
  transition: all .3s ease; }

.form-search form button:hover {
  background: #41cce5; }

.form-cart {
  position: fixed;
  overflow: hidden;
  right: -470px;
  height: 100%;
  width: 470px;
  top: 0;
  z-index: 100;
  background: #fff; }

.form-cart i {
  cursor: pointer;
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #333;
  transition: all .3s ease; }

.form-cart i:hover {
  transform: rotate(90deg); }

.form-cart h3 {
  font-size: 36px;
  text-align: left;
  padding-left: 30px;
  padding-top: 26px; }

.form-cart .empty-cart {
  padding-top: 50%; }

.form-cart .empty-cart p {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px; }

.form-cart .empty-cart a {
  width: 187px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: #ee9051;
  color: #fff;
  font-size: 18px;
  margin-left: 30%; }

.form-cart .empty-cart a:hover {
  background: #f47d2e; }

@media (max-width: 480px) {
  .form-cart {
    width: 300px; }

  .form-cart .empty-cart a {
    margin-left: 20%; } }
.st0 {
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10; }

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.swatch .title_variant {
  color: #000000;
  margin: 0;
  position: relative;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 600;
  min-width: 55px;
  border-bottom: 2px solid #000;
  margin-right: 27px; }

.swatch .title_variant.header:after {
  bottom: 10px; }

.swatch .link_color {
  display: inline-block;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 10px;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all .3s ease;
  position: relative;
  margin-bottom: 5px; }
  .swatch .link_color:after {
    content: "";
    border: 1px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0; }
  .swatch .link_color:hover:after {
    content: "";
    width: 26px;
    height: 26px;
    border: 1px solid #b0b0b0;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; }
  @media (max-width: 576px) {
    .swatch .link_color:hover:after {
      content: "";
      border: 2px solid #b0b0b0;
      width: 26px;
      height: 26px;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      opacity: 1; } }

.swatch input:checked + .border-color .link_color:after {
  content: "";
  border: 1px solid #b0b0b0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1; }
@media (max-width: 576px) {
  .swatch input:checked + .border-color .link_color:after {
    content: "";
    border: 2px solid #b0b0b0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1; } }

.swatch .variant_color.variant_quickview .link_color {
  margin-bottom: 0; }

.swatch .variant_color .link_color:hover {
  border: 1px solid #000; }

.swatch .variant_color .link_color .ciloe_filter_color {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%; }

.swatch .variant_color {
  top: 5px; }

.swatch .variant_other {
  min-width: 43px;
  display: inline-block;
  min-width: unset !important;
  height: unset !important;
  line-height: unset;
  padding: 10px 15px;
  border: 1px solid #ccc !important;
  color: #000;
  margin: 0 10px 10px 0 !important;
  text-align: center;
  transition: all .3s ease;
  font-size: 14px;
  font-weight: 600;
  opacity: .2; }

.swatch .variant_other:hover,
.swatch .variant_other:focus,
.swatch input:checked + .variant_other {
  border: 1px solid #000 !important;
  opacity: 1; }

.swatch input:checked + label {
  background: unset;
  color: #000; }

@-webkit-keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes smoothFadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeInBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@keyframes smoothFadeOutUp {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); } }

@-webkit-keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes smoothFadeOutDown {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@-webkit-keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@keyframes smoothFadeOutLeft {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); } }

@-webkit-keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes smoothFadeOutRight {
  from {
    opacity: 1; }

  to {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.login {
  display: none !important; }

/* Remove forced capitalization on titles */
h1, h2, h3, .title, .section-title {
  text-transform: none !important; }

@media screen and (max-width: 749px) {
  /* Center all titles */
  h1, h2, h3, h4, h5, h6,
  .mini-title,
  .section-title,
  .page-title {
    text-align: center !important; }

  /* Center sub-title text */
  .sub-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; }

  /* Center the first banner button (SHOP NOW) */
  .button-banner {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: max-content !important;
    text-align: center !important; }

  /* Wrapper for first banner button */
  .button-banner-template--17155068461118__section_banner_v7_EKyDha {
    display: flex !important;
    justify-content: center !important; }

  /* Center all button-shop buttons */
  .button-shop {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: auto !important;
    max-width: max-content !important;
    text-align: center !important; }

  /* Wrapper for SHOP ALL PRODUCTS */
  .button-shop-template--17155068461118__16497514731121efe9 {
    display: flex !important;
    justify-content: center !important; }

  /* Wrapper for SHOP NOW (all-products) */
  .button-shop-template--17194382131262__section_banner_v5_gWrNjq {
    display: flex !important;
    justify-content: center !important; }

  /* Wrapper for SHOP NOW (all-helmets) */
  .button-shop-template--17194183622718__section_banner_v5_gWrNjq {
    display: flex !important;
    justify-content: center !important; }

  /* Wrapper for Check it out (FAQ) */
  .button-shop-template--17155068723262__section_banner_v5_hCmmBb {
    display: flex !important;
    justify-content: center !important; } }
@media screen and (max-width: 749px) {
  /* SECTION 1 — Make full width */
  [data-live-text-setting*="17155068756030__section_banner_v11_8GBNUN"] {
    width: 100% !important;
    max-width: 100% !important; }

  /* SECTION 2 — Make full width */
  [data-live-text-setting*="17922601091134__section_banner_v11_KqbQ3i"] {
    width: 100% !important;
    max-width: 100% !important; }

  /* SECTION 3 — Make full width */
  [data-live-text-setting*="17922645819454__section_banner_v11_KqbQ3i"] {
    width: 100% !important;
    max-width: 100% !important; }

  /* Titles inside these sections */
  [data-live-text-setting*="section_banner_v11"] .title {
    width: 100% !important;
    text-align: center !important; }

  /* Sub-titles inside these sections */
  [data-live-text-setting*="section_banner_v11"] .sub-title {
    width: 100% !important;
    text-align: center !important; }

  /* Buttons inside these sections */
  [data-live-text-setting*="section_banner_v11"] .button-shop {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    max-width: max-content !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important; }

  /* Center the wrappers for these 3 sections */
  .button-shop-template--17155068756030__section_banner_v11_8GBNUN,
  .button-shop-template--17922601091134__section_banner_v11_KqbQ3i,
  .button-shop-template--17922645819454__section_banner_v11_KqbQ3i {
    display: flex !important;
    justify-content: center !important; } }
/* === Desktop Dropdown === */
.lang-dropdown {
  position: relative; }

.lang-toggle {
  background: none;
  border: none;
  font-size: 14px;
  padding: 4px 6px;
  cursor: pointer;
  color: inherit;
  display: flex;
  align-items: center;
  gap: 4px; }

.lang-toggle:focus {
  outline: none; }

.lang-menu {
  position: absolute;
  top: 28px;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 9999;
  min-width: 50px; }

.lang-dropdown.open .lang-menu {
  display: block; }

.lang-menu li {
  padding: 4px 12px;
  white-space: nowrap; }

.lang-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 14px; }

.arrow {
  font-size: 10px;
  opacity: 0.7; }

/* === Mobile Dropdown === */
.lang-dropdown-mobile {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  z-index: 99999; }

.lang-dropdown-mobile .lang-toggle {
  background: none;
  border: none;
  font-size: 12px;
  padding: 2px 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px; }

.lang-dropdown-mobile .lang-menu {
  position: absolute;
  top: 28px;
  right: 0;
  background: white;
  border: 1px solid #ddd;
  padding: 6px 0;
  list-style: none;
  margin: 0;
  display: none;
  z-index: 999999; }

.lang-dropdown-mobile.open .lang-menu {
  display: block; }

.lang-dropdown-mobile .lang-menu li {
  padding: 4px 12px; }

.lang-dropdown-mobile .lang-menu li a {
  color: #333;
  text-decoration: none;
  font-size: 14px; }

/* === Mobile Header Icons === */
.menu_moblie {
  overflow: visible !important; }

.menu_moblie .menuright {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0 !important;
  min-width: 120px;
  overflow: visible !important;
  flex-wrap: nowrap !important; }

.menu_moblie .menuright .js-search-destop,
.menu_moblie .menuright .js-call-minicart {
  display: flex !important;
  align-items: center;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  z-index: 9999; }

.menu_moblie .menuright .js-call-minicart .count_pr_incart {
  position: relative;
  top: 0;
  right: 0; }

.menu_moblie .menuright svg,
.menu_moblie .menuright i {
  width: 20px !important;
  height: 20px !important;
  display: inline-block !important;
  overflow: visible !important;
  flex-shrink: 0 !important; }

.lang-dropdown-mobile .lang-menu li a {
  display: flex;
  align-items: center;
  line-height: 1.2;
  padding: 6px 12px; }

/* Hide the login tab in the mobile slide-out menu */
.toptab_box_content .toptab_li:nth-child(2) {
  display: none !important; }

.cart-login-search .list-inline-item:nth-child(4) {
  display: none !important; }

.cart-login-search li:has(> a[href*="wishlist"]) {
  display: none !important; }

.currencies-login {
  width: auto !important;
  flex: 0 0 auto !important; }

.cart-login-search {
  display: flex !important;
  justify-content: flex-end !important; }

.cart-login-search .list-inline-item {
  margin-right: 6px !important;
  /* adjust spacing */ }

.cart-login-search ul.list-inline {
  display: flex !important;
  justify-content: flex-end !important; }

.cart-login-search .list-inline-item {
  margin-right: 6px !important;
  /* adjust as needed */ }

.currencies-login {
  width: auto !important;
  flex: 0 0 auto !important; }

/* GLOBAL mobile fixes for all banner_v11 sections */
@media (max-width: 767px) {
  /* Remove container restriction */
  .section-banner-v11 .container-v2 {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* Make the text block full-width */
  .section-banner-v11 .banner-info {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 24px !important;
    margin: 0 auto !important;
    text-align: center !important; }

  /* Ensure title + subtitle center properly */
  .section-banner-v11 .banner-info .title,
  .section-banner-v11 .banner-info .sub-title {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important; } }
@media (max-width: 767px) {
  #shopify-section-template--17194382131262__section_banner_v11_F3jByJ .banner-info {
    transform: translate(6%, -40%);
    /* X = optical centering, Y = no vertical shift */ } }
@media (max-width: 767px) {
  /* Reset optical centering for the Helmet Guide banner */
  #shopify-section-template--17194183622718__section_banner_v11_F3jByJ .banner-info {
    transform: translate(6%, -40%);
    /* X = optical centering, Y = no vertical shift */ } }
@media (max-width: 767px) {
  .menu_moblie {
    position: relative; }

  .menu_moblie .logo_menumoblie {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
    padding: 0 !important; }

  /* Prevent the logo from being pushed by flex */
  .menu_moblie .menuleft,
  .menu_moblie .menuright {
    position: relative;
    z-index: 2; } }
@media (max-width: 767px) {
  .menu_moblie {
    height: 70px;
    /* adjust as needed */
    padding-top: 10px;
    padding-bottom: 10px; }

  .menu_moblie .logo_menumoblie img {
    max-height: 50px;
    /* ensures the logo fits inside the new header height */
    height: auto;
    width: auto; } }
@media (max-width: 767px) {
  .section-banner-v11 {
    margin-top: 0 !important;
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }
@media (max-width: 767px) {
  /* Remove spacing BELOW the section you just sent */
  #shopify-section-template--17194382131262__section_banner_v1_jxVthb {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  /* Remove spacing inside the section wrapper */
  #shopify-section-template--17194382131262__section_banner_v1_jxVthb .section-banner-v1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  /* Remove spacing inside the container */
  #shopify-section-template--17194382131262__section_banner_v1_jxVthb .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }
@media (max-width: 767px) {
  #shopify-section-template--17194382131262__section_banner_v7_qRkp4D {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  #shopify-section-template--17194382131262__section_banner_v7_qRkp4D .section-banner-v7 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  #shopify-section-template--17194382131262__section_banner_v7_qRkp4D .container-v2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }
@media (max-width: 767px) {
  #shopify-section-template--17194183622718__section_banner_v1_jxVthb {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  #shopify-section-template--17194183622718__section_banner_v1_jxVthb .section-banner-v1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  #shopify-section-template--17194183622718__section_banner_v1_jxVthb .container-v2 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; } }
.product-icon-action .add-wishlist {
  display: none !important; }

.product-icon-action {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 10px;
  /* adjust spacing if needed */ }

.product-icon-action li {
  margin: 0 !important; }

.desc.product-desc,
.desc.product-desc p,
.desc.product-desc strong,
.desc.product-desc li {
  color: #434345 !important; }

/* Force consistent typography for ALL product descriptions */
.desc.product-desc,
.desc.product-desc * {
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.6 !important;
  color: #434345 !important; }

/* Make COLOR swatches rectangular, not round */
.border-color,
.border-color .link_color {
  border-radius: 0 !important; }

/* Give them a clear rectangular button look */
.border-color .link_color {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 90px;
  padding: 8px 14px;
  background-size: cover !important;
  background-position: center !important; }

/* Ensure the text is visible and centered */
.border-color .link_color .text_color {
  display: inline-block;
  color: #000;
  font-size: 14px;
  font-weight: 500; }

/* Put "Color" on its own line */
.maxus-productdetail__options .swatch .title_variant {
  display: block !important;
  margin-bottom: 8px !important; }

/* Make the swatch container block so content flows under the title */
.maxus-productdetail__options .swatch {
  display: block !important; }

/* Place each color option on the same line under "Color" */
.maxus-productdetail__options .swatch .maxus-color {
  display: inline-block !important;
  margin-right: 6px !important;
  margin-bottom: 4px !important;
  /* small wrap spacing for mobile */ }

/* Remove the theme's circular swatch styling completely */
.swatch .link_color {
  height: auto !important;
  min-width: 0 !important;
  width: auto !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  box-shadow: none !important;
  position: static !important; }

/* Remove the circle selection ring */
.swatch .link_color::after {
  content: none !important;
  display: none !important; }

/* Show a clear border around the selected variant */
.swatch input[type="radio"]:checked + .border-color .link_color {
  border: 0px solid #111 !important;
  /* or your brand color */
  box-shadow: 0 0 0 2px #f5d1d8 !important;
  /* optional glow or contrast ring */
  position: relative;
  z-index: 1; }

/* Add breathing room inside the rectangle */
.swatch .border-color .link_color {
  padding-left: 3px !important;
  padding-right: 3px !important; }

/* Hide "Choisir une option" button on hover for products with variants */
.trans-product .product-icon-action .add-to-cart {
  display: none !important; }

.variant-product {
  display: none !important; }

/* Base French variant style */
.swatch .variant_other {
  display: inline-block !important;
  background: #fff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 6px 12px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  color: #333 !important;
  cursor: pointer !important;
  text-transform: uppercase !important; }

/* No hover border (match English) */
.swatch .variant_other:hover {
  border: none !important;
  box-shadow: none !important;
  color: #333 !important; }

/* Selected state (match English glow) */
.swatch input[type="radio"]:checked + .variant_other {
  border: 0px solid #111 !important;
  box-shadow: 0 0 0 2px #f5d1d8 !important;
  position: relative;
  z-index: 1;
  color: #333 !important; }

/* Remove opacity dimming on French variant labels */
.swatch .variant_other {
  opacity: 1 !important; }

html[lang*="fr"] .pagi-nav .prev a,
html[lang*="fr"] .pagi-nav .next a {
  display: inline-block !important;
  font-size: 0 !important;
  color: transparent !important; }

html[lang*="fr"] .pagi-nav .prev a::after {
  content: "<" !important;
  font-size: 18px !important;
  color: #000 !important; }

html[lang*="fr"] .pagi-nav .next a::after {
  content: ">" !important;
  font-size: 18px !important;
  color: #000 !important; }

@media (max-width: 767px) {
  .detail-info .product-title {
    text-align: left !important; } }
@media (max-width: 767px) {
  .gallery-control .img_thumb .slick-slide img {
    max-height: 300px !important;
    object-fit: contain !important; } }
@media (max-width: 767px) {
  .filter-size.filter-tag .list-size .cat-item a {
    display: inline-block;
    min-width: 120px;
    padding: 6px 12px;
    white-space: nowrap;
    text-align: center; } }
