.breadcrumbs{
  margin-bottom: 2rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.breadcrumbs a, .breadcrumbs p{
  color: rgb(145, 147, 153);
  margin: 0;
}
.breadcrumbs p{
  cursor: default;
}
.breadcrumbs a:hover{
  color: #2e34ae;
  text-decoration: none;
}
.breadcrumbs i{
  color: #2A3686;
  font-size: 1.286rem;
  margin: 0 .875rem;
}
#product{
  padding: 2rem;
}
#productsplus .carousel{
  margin-top: 2rem;
}
#productsplus .images{
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 7rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="100" /></filter></svg>#filter');
  -webkit-filter: hue-rotate(100deg);
          filter: hue-rotate(100deg);
  height: 6rem;
  z-index: 3;
  margin-right: 1rem;
  position: relative;
}
#productsplus .slides .text-blocks {
z-index: 3;
-webkit-flex-flow: column;
    -ms-flex-flow: column;
        flex-flow: column;
position: relative;
}
#productsplus .slides .text-blocks p, #productsplus .slides .text-blocks h6{
  margin-bottom: 0;
}
#productsplus .slides {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
        align-items: center;
position: relative;
padding: .4rem 1rem;
-moz-background-clip: padding-box;
  -o-background-clip: padding-box;
     background-clip: padding-box;
border: solid  1px transparent;
-webkit-border-radius: 1.1em;
   -moz-border-radius: 1.1em;
        border-radius: 1.1em;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
   -moz-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
overflow: hidden;
-webkit-backface-visibility: visible;
   -moz-backface-visibility: visible;
        backface-visibility: visible;
  -webkit-transform: translateZ(0);
     -moz-transform: translateZ(0);
          transform: translateZ(0);
}
#productsplus .slides:before {
    background-image: conic-gradient(rgba(0, 0, 0, 0) 0deg, #2A3686 10%, rgb(157, 185, 227) 20%, #2A3686 30%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 50%, #2A3686 60%, rgb(157, 185, 227) 70%, #2A3686 80%, rgba(0, 0, 0, 0) 90%);
    -webkit-animation: spin 5s linear infinite;
       -moz-animation: spin 5s linear infinite;
         -o-animation: spin 5s linear infinite;
            animation: spin 5s linear infinite;
    content: '';
position: absolute;
right: 0;
bottom: 0;
aspect-ratio: 9/9;
margin: auto;
z-index: 0;
left: 0;
top: 0;
-webkit-transform: translate(-50%,-50%);
   -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
     -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
width: 100%;
  }
#productsplus .slides:after {
    content: '';
    position: absolute;
    top: 1px; right: 1px; bottom: 1px; left: 1px;
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem;
    background: rgb(243, 244, 243);
    z-index: 1;
  }
#productsplus .swiper-slide{
    z-index: 10;
}
#product{
  margin: 1.5rem 0;
}
#product{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#product h1{
  margin-top: .5rem;
}
#product .gallery{
  width: -webkit-calc(55% - 1rem);
  width: -moz-calc(55% - 1rem);
  width: calc(55% - 1rem);
  overflow: hidden;
  position: relative;
  /* aspect-ratio: 16/11; */
}
#product .gallery .swiper-slide{
  padding: 0 1rem;
  -webkit-border-radius: 1.2rem;
     -moz-border-radius: 1.2rem;
          border-radius: 1.2rem;
  overflow: hidden;
}
#product .gallery .gallery-img{
  -webkit-border-radius: 1.2rem;
-moz-border-radius: 1.2rem;
border-radius: 1.2rem;
overflow: hidden;
}
#product .gallery .swiper-button-next, #product .gallery .swiper-button-prev{
  background-color: #ffffff;
  border: 1px solid rgba(145, 147, 153, .2);
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 2.857rem;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 2.857rem;
}
#product .gallery .swiper-button-next{
  right: 0rem;
} 
#product .gallery .swiper-button-prev{
  left: 0rem;
}
#product .gallery .swiper-button-next:after, #product .gallery .swiper-button-prev:after {
  line-height: 2;
  font-size: 1.3rem;
  color: rgba(145, 147, 153);
  font-weight: bold;
}
#product .gallery .swiper-button-next:hover, #product .gallery .swiper-button-prev:hover{
  -webkit-box-shadow: 0 0.571rem 1rem rgba(193,200,222,.378);
     -moz-box-shadow: 0 0.571rem 1rem rgba(193,200,222,.378);
          box-shadow: 0 0.571rem 1rem rgba(193,200,222,.378);
}
#product .text{
  width: -webkit-calc(45% - 1rem);
  width: -moz-calc(45% - 1rem);
  width: calc(45% - 1rem);
}
#product .text .color-item{
  width: 2rem;
  height: 2rem;
  -webkit-border-radius: 1rem;
     -moz-border-radius: 1rem;
          border-radius: 1rem;
  border: 1px solid rgb(152, 152, 152);
  margin-right: 1rem;
  margin-bottom: 0;
  margin-top: 1rem;
}
#product .text .color-item.active{
  border-color: transparent;
  -webkit-box-shadow: rgba(44, 45, 46,.278) 0 0.514rem 1.429rem 0;
     -moz-box-shadow: rgba(44, 45, 46,.278) 0 0.514rem 1.429rem 0;
          box-shadow: rgba(44, 45, 46,.278) 0 0.514rem 1.429rem 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease,-moz-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: box-shadow .3s ease,-webkit-box-shadow .3s ease,-moz-box-shadow .3s ease;
}
#product .text h4{
  margin-bottom: .2rem;
}
#trade-in{
  fill: #2A3686;
  width: 1.5rem;
  margin-right: .5rem;
}
/* #tradein:hover #trade-in{
  -webkit-animation: spin 1.2s linear infinite;
     -moz-animation: spin 1.2s linear infinite;
       -o-animation: spin 1.2s linear infinite;
          animation: spin 1.2s linear infinite;
} */
#call svg {
  display: inline-block;
  -webkit-transform-origin: center;
     -moz-transform-origin: center;
      -ms-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  will-change: transform;
  -webkit-transform-style: preserve-3d;
     -moz-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#tradein:hover #trade-in {
  -webkit-animation: phone-wiggle 800ms infinite;
     -moz-animation: phone-wiggle 800ms infinite;
       -o-animation: phone-wiggle 800ms infinite;
          animation: phone-wiggle 800ms infinite;
}
.tooltip {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tooltip svg{
  margin-left: .5rem;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width:auto;
  min-width: 13rem;
  background-color: rgb(44, 45, 46);
  text-align: center;
  padding: .3rem 0;
  -webkit-border-radius: .2rem;
     -moz-border-radius: .2rem;
          border-radius: .2rem;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -5.5rem;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
  line-height: 1.2rem;
}
.tooltip .tooltiptext small {
  color: #fff;
  margin-bottom: .15rem;
  display: block;
}
.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: rgb(44, 45, 46) transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: rgb(152, 152, 152,.3);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-border-radius: .875rem;
     -moz-border-radius: .875rem;
          border-radius: .875rem;
  padding: .2rem;
}

/* Style the buttons that are used to open the tab content */
.tab button {
 background-color: transparent;
 width: -webkit-calc(50% - .5rem);
 width: -moz-calc(50% - .5rem);
 width: calc(50% - .5rem);
 color: rgb(44, 45, 46);
}
.tab button:hover {
  background-color: #f1f1f1;
}
.tab button.active {
  background-color: #fff;
}
.tabblock{
  background-color: #fff;
  -webkit-border-radius: .875rem;
     -moz-border-radius: .875rem;
          border-radius: .875rem;
  padding: 1rem;
  overflow: hidden;
}
.tabcontent {
  -webkit-animation: fadeEffect 1s;
     -moz-animation: fadeEffect 1s;
       -o-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
  margin-top: 1rem;
  padding: 0 .875rem;
}
.tabcontent {
  -webkit-animation: fadeEffect 1s;
     -moz-animation: fadeEffect 1s;
       -o-animation: fadeEffect 1s;
          animation: fadeEffect 1s;
}
#product .text .btns{
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#tradein{
  width: 100%;
  margin-top: 1rem;
  background-color: #fff;
  color: rgb(44, 45, 46);
}
#tradein:hover{
  -webkit-box-shadow: rgba(193,200,222,.378) 0 0.714rem 1.429rem 0;
     -moz-box-shadow: rgba(193,200,222,.378) 0 0.714rem 1.429rem 0;
          box-shadow: rgba(193,200,222,.378) 0 0.714rem 1.429rem 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease,-moz-box-shadow .3s ease;
  -moz-transition: box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease, -moz-box-shadow .3s ease;
  transition: box-shadow .3s ease,-webkit-box-shadow .3s ease,-moz-box-shadow .3s ease;
}
#credit, #call{
  width: -webkit-calc(50% - .5rem);
  width: -moz-calc(50% - .5rem);
  width: calc(50% - .5rem);
}
#call{
  background-color: rgb(44, 45, 46);
}
#call svg{
  stroke: #fff;
  width: 1.4rem;
  margin-right: .75rem;
}
#call:hover{
  background-color: #000;
}
#carinfo{
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
     -moz-box-align: start;
      -ms-flex-align: start;
              -ms-grid-row-align: start;
          align-items: start;
  background: rgb(243, 244, 243);
  -webkit-border-radius: .875rem;
     -moz-border-radius: .875rem;
          border-radius: .875rem;
  padding: 2rem;
  overflow: hidden;
}
#complectation {
  padding: 1.75rem 0 0 1.2rem;
  margin-bottom: 1rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#complectation{
  width: -webkit-calc(48% - .75rem);
  width: -moz-calc(48% - .75rem);
  width: calc(48% - .75rem);
}
#characteristics{
  width: -webkit-calc(52% - .75rem);
  width: -moz-calc(52% - .75rem);
  width: calc(52% - .75rem);
}
#complectation p, #characteristics p{
  margin-bottom: 0;
}
#ownership{
  width: 100%;
  margin-bottom: 2rem;
}
#ownership .ownership-costs{
background-color: #fff;
  -webkit-border-radius: .875rem;
     -moz-border-radius: .875rem;
          border-radius: .875rem;
  padding: 2rem 2rem 1rem;
  overflow: hidden;
  width: 100%;
}
#ownership .ownership-costs h5 i{
  float: right;
  font-style: normal;
}
.specs-table{
  width: 100%;
}
.specs-table td:nth-child(even){
  text-align: right;
}
.specs-table td b{
  line-height: 2.3rem;
}



.accordion-main {
     width: 100%;
     z-index: 1;
     position: relative;
     background-color: #fff;
  -webkit-border-radius: .875rem;
     -moz-border-radius: .875rem;
          border-radius: .875rem;
  padding: .5rem 1rem 1rem;
  overflow: hidden;
}
 .accordion-main .accordion-item{
     padding: .65rem 0;
     margin-top: -1px;
     border-bottom: 1px solid rgba(193, 200, 222, 0.28);
}
.accordion-main .accordion-title {
     cursor: pointer;
     color: rgb(44, 45, 46);
     padding: .2rem;
     border: none;
     outline: none;
     -webkit-transition: 0.4s;
     -o-transition: 0.4s;
     -moz-transition: 0.4s;
     transition: 0.4s;
     width: 100%;
}

.accordion-main .accordion-title span {
     cursor: pointer;
     color: rgb(44, 45, 46);
     margin: 0;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -moz-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -moz-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     width: 100%;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -moz-box-align: center;
     -ms-flex-align: center;
     align-items: center;
}
.accordion-main .accordion-title i{
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-style: normal;
  color: rgb(145, 147, 153);
  font-family: 'Inter-Regular';
  font-size: 0.857rem;
}
 .accordion-main .accordion-title svg{
     width: 1rem;
     height: 1rem;
     transition: all 0.3s ease-in;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -ms-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
     margin-left: 1rem;
}
.accordion-main .accordion-title svg g{
     fill: rgb(145, 147, 153);
}
.accordion-main .accordion-body {
     overflow: hidden;
     height: 0;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     visibility: hidden;
     padding: 0;
     display: none;
}
 .accordion-main .accordion-item.accordion-open .accordion-body {
     visibility: visible;
     height: auto;
     opacity: 1;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     display: block;
}
.accordion-main .accordion-item.accordion-open .accordion-title  svg{
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     transform: rotate(180deg);
     transition: all 0.3s ease-in;
     -webkit-transition: all 0.3s ease-in;
     -moz-transition: all 0.3s ease-in;
     -ms-transition: all 0.3s ease-in;
     -o-transition: all 0.3s ease-in;
}


.ownership-stripes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
}
.ownership-stripes .stripe {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 6px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.ownership-list {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ownership-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .875rem 0;
  border-bottom: 1px solid rgba(193, 200, 222, 0.28);
  width: 47%;
}
.ownership-list li:last-child {
  border-bottom: none;
}
.ownership-list li p{
  margin: 0;
}
.cost-marker {
  width: .875rem;
  height: .875rem;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin-right: .375rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.ownership-stripes {
  gap: .3rem;
  margin-bottom: 1.2rem;
  height: .4rem;
}
.ownership-stripes .stripe {
  height: 100%;
  -webkit-border-radius: .5rem;
     -moz-border-radius: .5rem;
          border-radius: .5rem;
  min-width: 1rem;
}
#exchangeform, #getcredit{
  position: fixed;
  bottom: 0;
  background: #fff;
  left: 0;
  right: 0;
  z-index: 20;
  display: none;
  padding: 2rem 0;
  -webkit-box-shadow: 0 0 100rem 0rem rgb(44, 45, 46);
     -moz-box-shadow: 0 0 100rem 0rem rgb(44, 45, 46);
          box-shadow: 0 0 100rem 0rem rgb(44, 45, 46);
}
#exchangeform form{
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#exchangeform form .col{
  width: -webkit-calc(50% - 2rem);
  width: -moz-calc(50% - 2rem);
  width: calc(50% - 2rem);
}
#exchangeform form .col h6, #exchangeform form button{
  width: 100%;
}
#exchangeform form button{
  margin-bottom: 3rem;
}
#exchangeform .close, #getcredit .close{
  width: 2rem;
  height: 2rem;
  stroke: #2A3686;
  float: right;
  cursor: pointer;
}
#exchangeform .close:hover, #getcredit .close:hover{
  stroke: #2e34ae;
}
#products h2{
  width: 100%;
}
#products{
  padding: 1rem;
}
@media only screen and (max-width:1200px){
  #exchangeform, #getcredit{
    padding: 2rem 1rem;
  }
}
@media only screen and (max-width:1100px){
#product {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#product .gallery {
  width: 100%;
}
#product .text {
  width: 100%;
  margin-top: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
#exchangeform, #getcredit {
  overflow-y: auto;
  top:0
}
}
@media only screen and (max-width:800px){
#characteristics, #complectation {
  width: 100%;
}
#complectation {
  padding: 1.75rem 0 0 0;
}
#product .text {
  padding-left: 1rem;
  padding-right: 1rem;
}
#exchangeform, #getcredit {
  padding: 1rem;
}
#exchangeform form .col{
  width: 100%;
}
#exchangeform, #getcredit {
  z-index: 21;
  padding: 2rem 1rem 1rem;
  top: 2rem;
  left: .2rem;
  right: .2rem;
  overflow-y: auto;
  -webkit-border-top-left-radius: 1rem;
     -moz-border-radius-topleft: 1rem;
          border-top-left-radius: 1rem;
  -webkit-border-top-right-radius: 1rem;
     -moz-border-radius-topright: 1rem;
          border-top-right-radius: 1rem;
}
#exchangeform form{
  padding: 1rem;
  margin-bottom: 0;
}
#exchangeform h2, #getcredit h2{
  font-size: 1.7rem;
}
}
@media only screen and (max-width:600px){
  .breadcrumbs{
    display: none;
  }
  .ownership-list li {
  width: 100%;
}
#product h1 {
  font-size: 1.8rem;
}
  #ownership .ownership-costs h5{
    font-size: .875rem;
  }
  #products h2{
    font-size: 1.6rem;
  }
  #product, #carinfo {
    padding: 1rem;
  }
  .tabblock {
  padding: .5rem;
  }
  #ownership .ownership-costs {
  padding: 1rem 1rem .5rem;
  }
  #product .text {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1rem;
  }
  .ownership-stripes {
    gap: 1px;
  }
  .ownership-stripes .stripe {
    min-width: auto;
  }
  #credit, #call {
    width: 100%;
  }
  #credit{
    margin-bottom: 1rem;
  }
  #product .gallery .swiper-slide {
    padding: .1rem;
  }
  #product .gallery .swiper-button-next, #product .gallery .swiper-button-prev {
    height: 1.857rem;
    width: 1.857rem;
  }
  #product .gallery .swiper-button-next:after, #product .gallery .swiper-button-prev:after {
    font-size: .7rem;
  }
  #product .gallery .swiper-button-next {
  right: .4rem;
}
#product .gallery .swiper-button-prev {
  left: .4rem;
}
}