@charset "UTF-8";
h1,h2,h3,h4,h5,h6 {
  margin-bottom: 0!important;
}

ul li {
    list-style: none!important;
}

/*universal rule*/
.font-xs {
    font-size: 12px;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-s {
    font-size: 14px;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-normal {
    font-size: 16px;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-l {
    font-size: 20px;
    font-weight: bold;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-xl {
    font-size: 24px;
    font-weight: bold;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-2xl {
    font-size: 40px;
    font-weight: bold;
    font-family: roboto,sans-serif!important;
    letter-spacing: normal!important;
}

.font-white {
    color: white!important;
}

.font-black {
    color: black!important;
}

.font-grey {
    color: #666666!important;
}

.font-red {
    color: #BD001D!important;
}

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

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

.bg-red {
    background-color: #BD001D;
}

.bg-latte {
    background-color: #E4CDA8;
}

.padding {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

.margin-top {
    margin-top: 20px!important;
}

.margin-top-medium {
    margin-top: 40px!important;
}

.margin-top-large {
    margin-top: 80px!important;
}

.margin-bottom {
    margin-bottom: 20px!important;
}

.line-break {
    display: block;
}

.clear {
    clear: both;
}

.max-width {
    max-width: 1200px;
    margin: 0 auto;
}

.max-width-small {
    max-width: 750px;
    margin: 0 auto;
}

.btn-black, .btn-black-outline {
    min-width: 150px;
    height: 50px;
    background-color: black;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 3;
    color: white!important;
    padding: 0 20px;
    margin: 20px 0;
    border: 1px black solid;
    display: inline-block;
}

.btn-black-outline {
    background-color: white;
    color: black!important;
    margin: 10px 0 0 0;
}

.btn-black-outline a {
    color: black!important;
    line-height: 3;
}

/*header*/
.garmin-logo {
    width: 130px;
    padding: 15px 0 10px 0;
    margin: 0 auto;
    display: block;
}

/*KV*/
.key-vision-wrapper {
  background-image: url(../images/kv-bg.png);
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 120%;
}

.key-vision {
  background-color: #E4CDA8;
  padding: 20px 0 40px;
  position: relative;
}

.key-vision::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url(../images/kv-bg.png);
  background-size: auto 120%;
  background-position: center;
  position: absolute;
  top: 0;
}

.kv-img {
  margin-bottom: 0!important;
}

.kv-img img {
  max-width: 485px;
}

/*NAV*/
.nav-desktop {
  display: none;
}

.nav-mobile {
  margin-top: -20px!important;
  position: relative;
  z-index: 1;
  display: flex!important;
  flex-direction: row;
}

.nav-mobile a {
  width: calc(100% / 3);
  text-align: center;
  padding: 12px 0;
}

.p-sticky{
    position: sticky;
    top: 0;
    z-index: 10;
}

.sticking{
    position: fixed;
    top: 0;
    overflow-x: hidden;
    transform: translateZ(0);
    z-index: 100;
}

/*MAIN*/
#promotion {
  padding: 20px 20px 60px 20px;
}

#promotion ul {
  border: 1px solid white;
  padding-bottom: 40px!important;
  position: relative;
}

#promotion .btn-wrapper {
  display: inline-block;
  position: absolute;
  bottom: -46px;
  left: 0;
  right: 0;
}

/*PRODUCTS*/
#products {
    overflow: hidden;
}

.container {
    width: 100%!important;
    max-width: 1200px;
    overflow: hidden;
}

.promo-product {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 40px;
    float: left;
}

.promo-product p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 7px;
}

.products-name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.color-con {
    display: none;
}

.discount {
    color: #c10;
}

.old-price {
    text-decoration: line-through;
}

.sale-price {
    font-weight: bold;
}

/*watch band*/
.watch-band {
    background-image: url(../images/watch-band.jpg);
    background-position: left;
    background-size: auto 100%;
    background-repeat: no-repeat;
    text-align: left;
    border: 1px solid #f1f1f1;
}

.watch-band p {
    padding: 56px 0 40px 20px;
}

@media (min-width: 720px) {
    /*watch band*/
    .watch-band {
        background-size: 100% auto;
    }

    .watch-band p {
        padding: 56px 0 40px 40px;
    }
}

@media (min-width: 768px) {
  .promo-product {
      width: 25%;
  }
}

@media (min-width: 992px) {
  .garmin-logo {
      padding: 20px 0;
      margin: 0 0 0 24px;
      display: inline-block;
  }

  /*NAV*/
  .nav-desktop {
    margin: 20px calc(50% - 107px) 0 0;
    display: block;
    float: right;
  }

  .nav-desktop a {
    margin-right: 20px;
  }

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

  /*KV*/
  .key-vision-wrapper {
      overflow: hidden;
  }

  /*MAIN*/
  #promotion {
    padding-top: 0;
  }

  /*HOVER*/
  .btn-black:hover {
    background-color: white;
    color: black!important;
  }

  .btn-black-outline:hover {
    background-color: black;
    color: white!important;
  }

  .btn-black-outline:hover a {
    background-color: black;
    color: white!important;
  }

  .nav-desktop a.font-black:hover {
    color: #BD001D!important;
  }

}