/* Variables */

/* _Colours */

/* ___Helpers */

/* ___Colour Block */

/* _Fonts */

/* font-weight: 300;*/

/* font-weight: 400;*/

/* font-weight: 700;*/

/* _Transisiton Times */

/* _Navigation Heights */

/* Mixins */

/* @define-mixin iPhoneX {
    @media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) { 
        @mixin-content;
    }
} */

/* @define-mixin iPhone12 {
    @media only screen 
    and (max-width: 390px) 
    and (min-height: 844px) {
        @mixin-content;
    }
} */

/* Fonts */

@font-face {
  font-family: 'front_page_neueregular';
  src: url('resources/fonts/front_page_neue-frontpageneue.eot');
  src: url('resources/fonts/front_page_neue-frontpageneue.eot?#iefix') format('embedded-opentype'),
    url('resources/fonts/front_page_neue-frontpageneue.woff2') format('woff2'),
    url('resources/fonts/front_page_neue-frontpageneue.woff') format('woff'),
    url('resources/fonts/front_page_neue-frontpageneue.ttf') format('truetype'),
    url('resources/fonts/front_page_neue-frontpageneue.svg#front_page_neueregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'bogs_headlineregular';
  src: url('resources/fonts/bogsheadline-webfont.eot');
  src: url('resources/fonts/bogsheadline-webfont.eot?#iefix') format('embedded-opentype'),
    url('resources/fonts/bogsheadline-webfont.woff2') format('woff2'),
    url('resources/fonts/bogsheadline-webfont.woff') format('woff'),
    url('resources/fonts/bogsheadline-webfont.ttf') format('truetype'),
    url('resources/fonts/bogsheadline-webfont.svg#bogs_headlineregular') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {
  font-family: 'bogsfootwear-icons';
  src: url('resources/fonts/bogsfootwear-icons.eot?49741805');
  src: url('resources/fonts/bogsfootwear-icons.eot?49741805#iefix') format('embedded-opentype'),
    url('resources/fonts/bogsfootwear-icons.woff?49741805') format('woff'),
    url('resources/fonts/bogsfootwear-icons.ttf?49741805') format('truetype'),
    url('resources/fonts/bogsfootwear-icons.svg?49741805#bogsfootwear-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */

/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'bogsfootwear-icons';
    src: url('../font/bogsfootwear-icons.svg?12802721#bogsfootwear-icons') format('svg');
  }
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "bogsfootwear-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.btn {
  text-transform: uppercase;
  background-color: transparent;
  color: #1d1c1d;
  padding: 0;
  text-decoration:none;
}

.btn--orange {
  background-color: #f58026;
}

.btn--small {
  font-size: 1.3rem;
}

/* @mixin atMedium { font-size: 1.5rem;} */

.btn--small .btn__icon {
  margin-top:0px;
}

.btn--large {
  /* font-size: 1.25rem; */
  padding: 1.1rem 1.9rem;
  font-size: 1.9rem;

}

@media (min-width: 576px) {

  .btn--large {
    font-size: 2rem

  }
}

@media (min-width: 768px) {

  .btn--large {
    font-size: 2.5rem
      /* font-size: 2.9rem; */

  }
}

@media (min-width: 992px) {

  .btn--large {
    font-size: 2.9rem

  }
}

.btn--full {
  width: 100%;
  justify-content: center!important;
  /* transition: transform $normalSpeed; */

}

/* &:hover {transform: scale(1.02);} */

@media (min-width: 992px) {
  .btn--full:hover {
    background-color: #1d1c1d;
    color: #ffffff;
  }
}

.btn--border {
  border: solid 2px #1d1c1d;
  border-radius: 0px;
  height: 3.5rem;
  margin-bottom:.8em;
}

.btn--border .btn__icon {
  font-size: 1.2rem;
  margin-top: 0px;
}

@media (min-width: 768px) {

  .btn--border {
    height: 4.5rem;
  }
}

.btn--border-fat {
  border: solid 2px #1d1c1d;
  border-radius: 0px;
  height: 3.5rem;
  margin-bottom:.8em;
  padding-left:10%;
  padding-right:10%;
}

.btn--border-fat .btn__icon {
  font-size: 1.2rem;
  margin-top: 0px;
}

@media (min-width: 768px) {

  .btn--border-fat {
    height: 4.5rem;
    padding-left:3em;
    padding-right:3em;
  }
}

.btn--flip-x {
  transform:rotate(180deg);
  margin-top:2px!important;
}

.btn__icon {
  margin-left: -2px;
  /* margin-top: 0px; */
  margin-top: -1px;
  font-size: 1.4rem;
  transition: transform 0.25s, opacity 0.25s;
}

@media (min-width: 992px) {

  .btn:hover .btn__icon {
    transform: translate(2px)

  }
}

@media (min-width: 992px) {

  .btn:hover .btn__icon--video::before {
    transform: translate(2px)
  }
}


.btn--orangeTxt {
  color: #f58026;
}

.btn--orangeTxt:hover {
  color:#f58026;
}


.btn--white {
  color: #ffffff;
  letter-spacing: 0.5px;
}

.btn--white:hover {
  color: #ffffff;
}

.btn--orange-border:hover {
  color:#ffffff;
  background-color:#f7ac35;

}

.btn--selector {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  -moz-text-align-last: center;
  text-align-last: center;

}

.btn--arrow-adjust {
  padding-left:5%;
}

.btn--alt-font.btn--arrow-adjust {
  padding-left: 3%;
}

.btn--alt-font.btn--arrow-adjust.btn--border .btn__icon {
  font-size: 1.3rem;
}

.btn--alternate {
  font-size: 1.6rem;
  height: 3rem;
}

.btn--alternate.btn--border .btn__icon {
  font-size: 1.5rem;
}

/* Styles fixing the problem that you can't center text in a <select> tag on iOS or Safari */

body.mobile--ios .btn--mobile-left-justify {
  justify-content: left!important;
}

body.mobile--ios .btn--selector {
  padding-left: 5%;
}

.swiper-pagination-bullet {
  background: transparent;
  border: solid 2px #1d1c1d;
  opacity: 1;
  width: 13px;
  height: 13px;
  margin: 0 10px!important;
}

.swiper-pagination-bullet-active {
  background: #1d1c1d;
}

.swiper-pagination--white .swiper-pagination-bullet {
  border: solid 2px #ffffff;
}

.swiper-pagination--white .swiper-pagination-bullet-active {
  background: #ffffff;
}
/*Detail View Styles*/

@media (min-width: 576px) {
  #detail_view {
    background-color: #ffffff;
    padding-top: 20px;
  }
  .detail-view {
    padding: 0px 25px;
  }
}

.detail-view__wrapper {
  display: flex;
  /* @mixin atMedium {height: 785px;} */
}

@media (min-width: 576px) {

  .detail-view__wrapper {
    /* flex-direction: column;  */
    /* flex-wrap: wrap; */
    /* height: 520px; */
  }
}

.detail-view__gallery {
  height: initial;
  padding: 0px;
  margin: 0px;
}

.detail-view__slides {
  height: initial;
  width: 100%;
  background-color: #ffffff;
}

/* padding-right: 15px; */

@media (min-width: 992px) {

  .detail-view__slides .swiper-wrapper {
    flex-wrap: wrap;
    width: 100%

  }
}

.detail-view__slides.visibleSlides {
  overflow:visible;
  z-index:99999999;
}

.detail-view__slide {
  text-align: center;
  padding-bottom: 20px;
}

@media (min-width: 576px) {

  .detail-view__slide {
    display: flex;
    justify-content: center;
    /*        align-items: center;*/
    padding-right: 10px;
    padding-left: 10px;
  }
  .detail-view__slide:nth-child(n+5) {
    display: none;
  }
}

/* background-color:#4bdf0a; */

.detail-view__slide.ONTOP {
  z-index: 999999999999;
  /* visibility: visible!important; */
}

.detail-view__image,
.zoom-container {
  border-radius: 8px;
}

.detail-view__thumbs {
  box-sizing: border-box;
  padding: 0px 0;
  /* background-color: $black; */
  /* @mixin atSmall {height: 150px;} */
  /* padding-left: 15px; */
}

/* width: 80% !important; */

@media (min-width: 768px) {

  .detail-view__thumbs {
    height: 500px;
  }
}

/* z-index: 2; */

@media (min-width: 992px) {

  .detail-view__thumbs {
    height: 500px;
  }
}

/* position: absolute; */

@media (min-width: 1200px) {

  .detail-view__thumbs {
    height: 630px;
  }
}

.detail-view__thumbs {
  text-align: center;
}

.detail-view__thumb-slide {
  /* background-color: #a2a629; */
}

.detail-view__thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -24.55px;
  margin-top: -1.2rem;
  padding: 0px;
  line-height: 2rem;
  text-shadow: 0px 0px 10px #000000;
}

.detail-view__image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -5.7rem;
  padding: 0px;
  font-size: 6rem;
  line-height: 10rem;
  text-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);


}

.detail-view__thumb {
  /* border:solid 1px $black; */
  width: 65%;
}

.detail-view__arrow {
  background-image: none !important;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "bogsfootwear-icons";
  margin-right: 20px;
}

.detail-view__arrow:before {
  content: "\e828";
}

.detail-view__arrow--left {
  transform: rotate(180deg);
  margin-left: 20px;
  margin-right: 0px;
}

.detail-view--pagination {
  position: relative;
  bottom: initial !important;
  padding: 20px 0px;
  width: 100%;
}

.detail-view__zoom-wrapper {
  position: absolute;
  top: .4em;
  right: .7em;
  z-index:1000;
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  font-size: 1.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.detail-view__zoom-wrapper.hidden {
  display:none;
}

.detail-view__zoom-icon {
  transition: all 0.25s;
}

.detail-view__zoom-icon:before {
  transform: scaleX(-1);
}

.detail-view__zoom-icon:hover {
  opacity: .5;
}

.detail-view__zoom-icon {
  display:none;
}

@media (min-width: 992px) {

  .detail-view__zoom-icon {
    display:block;
  }
}

.detail-view__content {
  width: 100%;
  background-color: #ffffff;
}

@media (min-width: 576px) {

  .detail-view__content {
    /* width:41.666667%; */
    background-color: transparent
  }
}

.detail-view__content {
  padding: 0px 30px;
}


.detail-view__top-line {
  margin-bottom: 1em;

}

@media (min-width: 768px) {

  .detail-view__top-line {
    margin-bottom: 0;

  }
}

.detail-view__top-line {
  display: flex;
  align-items: flex-start !important;
  justify-content: space-between !important;
}

.detail-view__title {
  text-transform: uppercase;
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  color:#1d1c1d;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .5px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
}

.detail-view__category {
  font-family: 'trade-gothic-next', Arial, sans-serif;
  text-transform: none;
  font-size: .9rem;
  letter-spacing: 0;
  display: block;
  font-weight: 400;
  padding-top: .4em;
}

.detail-view__price {
  text-transform: uppercase;
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .5px;
  margin-bottom: 0;
  text-align: right;
}

.detail-view__price--old {
  font-size: 0.9em;
  margin-right: 0.5em;
  opacity: 0.6;
  text-decoration: line-through;
}

@media (min-width: 768px) {

  .detail-view__price--old {
    font-size: 1rem
  }
}

@media (min-width: 768px) {

  .detail-view__price {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.detail-view__tag {
  margin-bottom: 0.3em;
  font-weight: 300;
  font-size: 1.2rem;
  text-transform: capitalize;
}

.detail-view__purchase {
  width: 100%;
  /* @mixin atSmall {width:41.666667%;} */
  /* padding: 0px 30px;
      @mixin atSmall {padding: 30px 0px 0px 30px;} */

  padding: 0px 10px 3.5em;
}

@media (min-width: 576px) {

  .detail-view__purchase {
    padding: 30px 0px 3.5em 20px
  }
}

@media (min-width: 992px) {

  .detail-view__purchase {
    padding: 0px 0px 1.5em 30px
  }
}

.detail-view__text {
  margin-top: 4px;
  margin-bottom: 5px;
  font-size: .9rem;
}

.detail-view__color {
  font-size: .9rem;
}

.detail-view__colors {
  padding-left: 10px;
  width: 100%;
}

.detail-view__bullet {
  display: inline-block;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin: 5px 3px 5px !important;
  border: solid 9px;
  cursor: pointer;
  transition: background-color 0.25s;
}

@media (min-width: 992px) {
}

@media (min-width: 768px) {

  .detail-view__bullet:hover {
    background-color: #ffffff !important
  }
}

.detail-view__bullet--active {
  background-color: #ffffff !important;
}

.detail-view__review {
  padding: 0px 0px 10px;
}

.detail-view__sizes {
  margin-bottom: 3em;
}

.detail-view__size-block {
  font-size: 1rem;
  line-height: 2.7rem;
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  text-decoration: none;
  border: solid 2px #1d1c1d;
  border-radius: 0px;
  height: 2.7rem;
  width: 2.7rem;
  margin-bottom: 5px;
  /* padding:1em; */
  text-align: center;
  color: #1d1c1d;
  justify-content: center!important;
  cursor:pointer;
}

.detail-view__size-block.disabled {
  opacity: .3;
  cursor: not-allowed;
}

.detail-view__size-block.disabled:hover {
  background-color: inherit;
  color: inherit;
}

.detail-view__size-block.selected {
  background-color: #1d1c1d;
  color: #ffffff;
}

.detail-view__size-block:hover {
  background-color: #1d1c1d;
  color: #ffffff;
}

.detail-view__size-chart {
  font-size: 1rem;
  text-align: right;
  padding: 20px 0px 10px 0px;
  cursor: pointer;
}

.detail-view__social-icons i {
  font-size: 2rem;
  opacity: 0.5;
  cursor: pointer;
}

.detail-view__social-icons i:hover {
  opacity: 1;
}

.detail-view__sku {
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #1d1c1d;
  padding-top: 1.5rem;
}

.detail-view__description {
  padding: 30px 30px;
}

@media (min-width: 992px) {

  .detail-view__description {
    padding: 50px 200px
  }
}

.detail-view__subhead {
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #1d1c1d;
}

@media (min-width: 992px) {

  .detail-view__subhead {
    font-size: 4rem
  }
}

@media (min-width: 992px) {

  .detail-view__body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

.detail-view__body {
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.detail-view__section-head {
  border-bottom: solid 3px #1d1c1d;
  font-size: .9rem;
  line-height: 1.8;
  font-weight:400;

  margin-bottom: 1em;
  padding-bottom: 0;
  cursor: pointer;
}

.detail-view__section-head i {
  font-size: 1.2rem;
  float: right;
  transform: rotate(90deg);
  margin-top: -2px;
  margin-right: -6px;

}

@media (min-width: 992px) {
  .detail-view__section-head:hover i {
    /* transform: rotate(270deg); */
  }
}

.detail-view__section-head.active i {
  transform: rotate(270deg);
  margin-right: -4px;
}

.detail-view__section-content {
  font-size: .9rem;
  line-height: 2em;
  font-weight: 400;

}

.detail-view__section-content ul {
  padding:0;
  margin:0;
  padding-left: 1.1em;
}

.detail-view__section-content ul li {
  padding:0;
  margin:0;
}

.detail-view__specs {
  padding:0!important;
  list-style:none;
  /* font-family: $frontPage; */
  /* text-transform:uppercase; */
  font-size: .9rem;
  line-height: 2em;
  font-weight: 400;
}

.detail-view__specs li {
  border-bottom:solid 1px #1d1c1d;
}

.detail-view__specs li span {
  float:right;
  text-align:left;
  width: 49%;
  /* font-family: $tradeGothic; */
  /* font-size: 1rem; */
}
@media screen and (max-width: 400px){
  .detail-view__specs li span {
    float:right;
    text-align:right;
    width: fit-content;
  }

}
.detail-view__specs li:last-child {
  border-bottom:none;
}

.detail-view__body-link {
  /* display:block;
      text-align: right; */
}

.detail-view__list-item {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.detail-view__select-label {
  font-size: .9rem;
  text-align: left;
  padding: 25px 0px 5px 0px;
}

.detail-view__chart-text {
  font-size: .9rem;
  line-height: 1.3;
  text-align: left;
  padding: 15px 0px 5px 0px;
}

.detail-view__chart-text a {
  text-decoration: underline;
}

.detail-view__free-shipping {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1em 0px;
  text-transform: uppercase;
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  color:#1d1c1d;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .5px;
  margin-bottom: 0;
}

.detail-view__free-shipping-exclude {
  display: block;
  font-size: .8rem;
  line-height: .9;
  font-weight: 600;
  text-transform: none;
  font-family: 'trade-gothic-next', Arial, sans-serif;

}

.detail-view__free-shipping-icon {
  margin-right: -10px;
  font-size: 3.8rem;
}

/* sticky sidebar item */

@media (min-width: 992px) {

  .detail-view__content-section {
    min-height: 1850px
  }
}

/* sticky sidebar item */

@media (min-width: 992px) {

  .detail-view__sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
  }
}

.detail-view__content {
  padding-top:40px;
  transition: all 0.75s;
}

/* sticky sidebar item */

@media (min-width: 992px) {

  .detail-view__make-me-sticky {
    /* NEW sicky side */
    top: auto;
    left:auto!important
  }
}

.detail-view__afterpay-icon {
  font-size: 1.2rem;

}

@media (min-width: 992px) {

  .detail-view__afterpay-content {
    background-color: rgba(0, 0, 0, 0.05);
    padding: 0px 10px
  }
}

.detail-view__gallery .detail-view__slides .detail-view__arrow {
  opacity: 0;
}

@media (min-width: 768px) {

  .detail-view__gallery:hover .detail-view__slides .detail-view__arrow {
    opacity: 0.3
  }
  .detail-view__gallery:hover .detail-view__slides .detail-view__arrow.swiper-button-disabled {
    opacity: 0.03;
  }
}


/*Thumbnails Incorporate into above styles*/

.swiper-container {
  width: 100%;
  /* height: 600px; */
  margin-left: auto;
  margin-right: auto;
  border-radius:8px;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}


#technolgy_slider {
  background-color: #f7f7f7;
}

#similar_products {
  background-color: #ffffff;
}

.similar-products {
  max-width: 1390px;
  padding: 0px 15px;
}

@media (min-width: 576px) {

  .similar-products {
    padding: 0px 20px;
  }
}

.similar-products__slide {
  background-color: #f7f7f7;
  text-align: center;
  padding: 0 9vw;
  margin-bottom: 4em;

}

@media (min-width: 768px) {

  .similar-products__slide {
    padding: 0 2.5vw

  }
}

.similar-products__content {
  text-align: left;
  padding: 1.5em 0px;
}

/* margin-bottom: 5rem; */

@media (min-width: 768px) {

  .similar-products__content {
    /* padding: 0 1vw; */
  }
}

.similar-products__top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.similar-products__headline {
  font-weight: 700;
  font-size: 1.3rem;
  padding: 0px;
  margin: 0px;
}

.similar-products__price {
  font-weight: 700;
  font-size: 1.2rem;
  padding: 0px;
  margin: 0px;
}

.similar-products__review {
  padding: 0.5em 0;
}

.similar-products__btn {
  display: inline-flex;
  margin-top: 0em;
}

@media (min-width: 768px) {

  .similar-products__btn {
    display: inline-flex
  }
}


@media (min-width: 768px) {

  .similar-products__slider--pagination {
    display: none
  }
}
@media (min-width: 768px) {

  #extra_links {
    background-color: #ffffff
  }
}
@media (min-width: 768px) {

  .extra-links {
    padding: 20px 0px;
  }
}
.extra-links__button {
  padding: 0;
}

@media (min-width: 768px) {

  .extra-links__button {
    padding: 10px 0;
    border-bottom: solid 1px #f7f7f7
  }
}

.extra-links__link {
  font-family: 'bogs_headlineregular', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: .5px;
  color: #ffffff !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

@media (min-width: 768px) {

  .extra-links__link {
    color: #1d1c1d !important;
    justify-content: flex-start;
  }
}

.extra-links__link .btn__icon {
  margin-top: 6px;
}

@media (min-width: 768px) {

  .extra-links__link .btn__icon {
    display: none;
  }
}

.extra-links__link .btn__icon.show {
  display: inline-block !important;
}

.extra-links__link .btn__icon:before {
  line-height: 3rem;
}

.extra-links__snapshot-trigger {
  /* line-height: 2; */
}

.extra-links__snapshot-trigger span {
  font-size: 1.4rem;
  line-height: 2.1;
  margin-left: 20px;
  text-transform: capitalize;
  font-family: 'trade-gothic-next', Arial, sans-serif;
  font-weight: 700;
}

.extra-links__snapshot-trigger span:hover + i {
  transform: translate(2px);
}

.extra-links__snapshot-trigger.open span + i {
  transform: rotate(90deg);
}

.extra-links__snapshot-trigger .btn__icon {
  font-size: 1.2rem;
}

.extra-links__snapshot-trigger .btn__icon:before {
  line-height: 1.5rem;
}

.extra-links__snapshot-title {
  padding-bottom: 10px;
}

.extra-links__review-wrapper {
  color: #ffffff;
  padding-bottom: 40px;
}

@media (min-width: 768px) {

  .extra-links__review-wrapper {
    color: #1d1c1d
  }
}

.size-chart__wrapper {
}

.dropdown__wrapper {
  z-index: 1000000000;
  display: none;
  float: left;
  min-width: calc(100% - 60px);
}

@media (min-width: 576px) {

  .dropdown__wrapper {
    min-width: calc(100% - 20px);
  }
}

@media (min-width: 992px) {

  .dropdown__wrapper {
    min-width: calc(100% - 30px);
  }
}

.dropdown__wrapper {
  padding: 0.5rem 0 0;
  margin: -2px 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  border: 2px solid #1d1c1d;
  border-radius: 0;
}

.dropdown__wrapper.show {
  display: block;
}

.dropdown__item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: solid 1px #d8d8d9;
}

.dropdown__item:hover {
  background-color: #f7f7f7;
}

.less + i {
  transform: rotate(-90deg) !important;
}

.less:hover + i {
  transform: rotate(-90deg) translate(2px, 0px) !important;
}

.not-available__alert {
  display: block;
  width: 100%;
  background-color: #f54f4f;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  transition: all 0.25s;
  opacity: 1;
}

/* POWER REVIEWS STYLE FIXES */

.detail-view__review .pr-snippet-stars-container {
  width: auto;
}

.detail-view__review .pr-snippet-read-and-write {
  width: auto;
  margin-left: 0px !important;
}

.detail-view__review .p-w-r .pr-snippet div {
  vertical-align: middle !important;
}

.detail-view__review .p-w-r .pr-star-v4 {
  height: 13px !important;
  width: 13px !important;
}

.detail-view__review
.p-w-r
.pr-snippet-read-and-write
.pr-snippet-review-count {
  font-family: trade-gothic-next, Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: .8rem !important;
  line-height: 1.7rem !important;
  color: #1d1c1d !important;
  text-decoration: none !important;
}

.p-w-r
.pr-snippet-stars-reco-inline.pr-snippet-compact
.pr-snippet-read-and-write
a {
  margin-right: 0px;
}

.detail-view__review
.p-w-r
.pr-snippet-read-and-write
a.pr-snippet-write-review-link {
  font-family: trade-gothic-next, Arial, sans-serif !important;
  font-weight: 400 !important;
  font-size: 1rem !important;
  color: #1d1c1d !important;
  text-decoration: none !important;
  padding-right: 0px !important;
  margin-left: 0px !important;
}

.detail-view__review a.pr-snippet-write-review-link {
  display:none;
}

/* RULERS Tables */

.kids-ruler.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.kids-ruler .table-infant {
  background-color: #c6202d !important;
  color: #ffffff;
}

.kids-ruler .table-infant td {
  padding: 0.3rem 0.75rem;
}

.kids-ruler .table-toddler {
  background-color: #ee7623 !important;
  color: #ffffff;
}

.kids-ruler .table-toddler td {
  padding: 0.3rem 0.75rem;
}

.kids-ruler .table-little-kid {
  background-color: #109b87 !important;
  color: #ffffff;
}

.kids-ruler .table-little-kid td {
  padding: 0.3rem 0.75rem;
}

.kids-ruler .table-big-kid {
  background-color: #00afd1 !important;
  color: #ffffff;
}

.kids-ruler .table-big-kid td {
  padding: 0.3rem 0.75rem;
}

.kids-ruler .table-stripe {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.sizingTable .table-head th {
  /* width: 33%; */
}

.embed-responsive-detail::before {
  padding-top: 133.2%;
  /* padding-top: 45%; */
  /* padding-top: 53%; */
}
.strikethrough {
  text-decoration: line-through;
}

.index-pdp__module {
  overflow-x: hidden;
}
@media (orientation: portrait) {
  .index-pdp__module.active {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
}
.index-pdp__module .swiper-pagination-bullet {
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.index-pdp__module #mainContainer {
  max-width: 1750px;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .index-pdp__module #mainContainer {
    margin: auto 48px;
  }
  .reuse-boot-pdp-icon{
    width: 25%;
    display: flex;
    margin: 0 34% .5rem 24%;
  }

}
@media screen and (min-width: 1750px) {
  .index-pdp__module #mainContainer {
    margin: auto;
  }
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer {
    margin: 0 16px;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #detail_view .detail-view {
    padding: 0;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__title {
  font-size: 1.625rem;
  font-family: "front_page_neueregular";
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__review {
  padding-bottom: 0;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*  margin-top: 15px;*/
  text-align: left;
  font-family: "bogs_headlineregular", Arial, sans-serif;
}
@media screen and (max-width:576px){
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__price {
    margin-top: 15px;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__price .detail-view__price--old {
  font-size: 26px;
  /*  line-height: 56px;*/
  color: #7b7b7b;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__price .detail-view__price--new {
  margin-right: 0.5rem;
  color: #F87600;
  font-size: 26px;
  line-height: 56px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__content .detail-view__top-line .detail-view__price .detail-view__price--off__percentage {
  color: #25A1EF;
  font-size: 20px;
  line-height: 56px;
}
@media screen and (min-width: 992px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__gallery .detail-view__content-section {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__gallery .detail-view__content-section .detail-view__slides .detail-view__slide {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    padding:20px;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__gallery .detail-view__content-section .detail-view__slides .gallery__action--btn {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__gallery .detail-view__content-section .detail-view__slides .gallery__action--btn {
    display: none;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .show__more--btn {
  width: 158px;
  height: 42px;
  font-size: 20px;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 20px;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "bogs_headlineregular", Arial, sans-serif;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__gallery .detail-view__content-section .detail-view__slides .gallery__action--btn .show__more--btn:hover {
  background-color: #000000;
  color: white;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content {
  padding-top: 0;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__top-line .detail-view__title {
  font-size: 26px;
  font-family: "front_page_neueregular";
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__top-line .detail-view__title .detail-view__category {
  font-size: 15px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__price .detail-view__price--old {
  font-size: 26px;
  line-height: 56px;
  color: #7b7b7b;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__price .detail-view__price--new {
  margin-right: 0.5rem;
  color: #F87600;
  font-size: 26px;
  line-height: 56px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__price .detail-view__price--off__percentage {
  color: #25A1EF;
  font-size: 20px;
  line-height: 56px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__review .pr-snippet-stars-container {
  margin-right: 8px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__text {
  font-size: 0.9375rem;
  font-weight: 700;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__text .detail-view__color {
  font-size: 0.75rem;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper {
  position: relative;
  padding-bottom: 30px;
  z-index: 0;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper .detail-view__colors {
  padding-left: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*          justify-content: space-between;*/
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper .detail-view__colors .detail-view__colors-box {
  opacity: 0.5;
  width: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #f8f8f8;
  border: 1px solid #E0E0E0;
  margin-right: 5px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper .detail-view__colors .detail-view__colors-box.active {
  opacity: 1;
  border: 1px solid #000000;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper .detail-view__colors .detail-view__colors-box:hover {
  opacity: 1;
  border: 1px solid #000000;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .color__selection__swiper .color__selection__pagination {
  display: none;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .size__heading__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .size__heading__wrapper {
    margin-top: 5px;
  }
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__content .detail-view__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    font-family: "bogs_headlineregular", Arial, sans-serif;
  }

}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .size__heading__wrapper .detail-view__select-label {
  font-size: 0.9375rem;
  font-weight: 700;
  padding: 0;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .size__heading__wrapper .detail-view__chart-text {
  font-size: 0.9375rem;
  padding: 0;
  line-height: unset;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .size__heading__wrapper .detail-view__chart-text a {
  color: #FF8C18;
  text-decoration: none;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block {
  width: 32%;
  height: 56px;
  margin-right: 2%;
  margin-bottom: 2%;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block:nth-child(3n) {
  margin-right: 0;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block.default__label {
  background: #F0F0F0;
  color: #171717;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
}
@media screen and (max-width: 1100px) and (min-width: 992px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block.default__label {
    font-size: 18px;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block.disabled {
  background: #F0F0F0;
  color: #171717;
  text-transform: capitalize;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block.selected {
  background: #171717;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__sizes .detail-view__size-block:hover:not(.default__label) {
  background: #171717;
  color: #f7f7f7;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .btn--alternate {
  height: 42px;
  padding-left: 0;
  border-radius: 20px;
  font-size: 26px;
  font-family: "front_page_neueregular";
  background: #171717;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .btn--alternate {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .btn--alternate:hover {
  opacity: .9;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__free-shipping {
  padding: 15px 0 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  font-family: "front_page_neueregular";
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 23px;
  border-bottom: 1px solid #000000;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__free-shipping .detail-view__free-shipping-exclude {
  font-size: 0.5rem;
  font-family: "trade-gothic-next", Arial, sans-serif;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .core__benefits--wrapper {
  padding-top: 15px;
  padding-bottom: 33px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .core__benefits--wrapper .core__benefits--heading {
  font-size: 0.9375rem;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "trade-gothic-next", Arial, sans-serif;
  margin-bottom: 1.25rem
}
.core__benefits--block {
  border-radius: 5px;
  background: #F0F0F0;
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  cursor: default;
  display:block;
  margin-bottom:5px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .core-benefits-wrapper .col-6 {
  padding-right:5px;
  padding-left:5px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .detail-view__section-head {
  font-size: 0.9375rem;
  font-weight: 700;
  border-bottom: 0;
  padding-top: 20px;
  border-top: 1px solid #000000;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase #detail-features.detail-features-text-box {
  padding-bottom: 20px;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .afterpay__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9375rem;
  font-weight: 700;
  border-top: 1px solid #000000;
  text-align: center;
  cursor: default;
}
.index-pdp__module #mainContainer #detail_view .detail-view .detail-view__wrapper .detail-view__desktop-wrapper .detail-view__make-me-sticky .detail-view__purchase .afterpay__desc .detail-view__afterpay-icon {
  margin-left: 10px;
  display: inline-block;
  width: 127px;
  height: 24px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='126.511' height='24.318' viewBox='139.082 0 126.511 24.318'%3E%3Cg data-name='ap'%3E%3Cpath d='m263.669 4.908-3.81-2.18-3.865-2.214c-2.555-1.465-5.749.374-5.749 3.325v.496a.745.745 0 0 0 .386.66l1.795 1.025a.743.743 0 0 0 1.112-.65V4.192a.759.759 0 0 1 1.134-.66l3.524 2.025 3.512 2.015a.755.755 0 0 1 0 1.31l-3.512 2.016-3.524 2.026a.76.76 0 0 1-1.134-.66v-.584c0-2.951-3.194-4.801-5.748-3.326l-3.865 2.214-3.81 2.18c-2.566 1.476-2.566 5.187 0 6.662l3.81 2.18 3.865 2.214c2.554 1.464 5.748-.375 5.748-3.326v-.495a.745.745 0 0 0-.386-.661l-1.794-1.024a.743.743 0 0 0-1.113.65v1.178a.759.759 0 0 1-1.134.66l-3.524-2.026-3.512-2.015a.755.755 0 0 1 0-1.31l3.512-2.015 3.524-2.026a.76.76 0 0 1 1.134.66v.584c0 2.951 3.194 4.801 5.749 3.325l3.865-2.213 3.81-2.18c2.565-1.487 2.565-5.187 0-6.662Z' fill-rule='evenodd' data-name='Path 1118'/%3E%3Cpath d='m238.672 5.634-8.92 18.423h-3.7l3.337-6.882-5.252-11.54h3.799l3.37 7.73 3.677-7.73h3.689Z' fill-rule='evenodd' data-name='Path 1119'/%3E%3Cpath d='M149.488 12.175c0-2.202-1.597-3.744-3.557-3.744s-3.557 1.575-3.557 3.744c0 2.148 1.597 3.744 3.557 3.744s3.557-1.541 3.557-3.744m.033 6.541v-1.695c-.969 1.178-2.412 1.905-4.13 1.905-3.59 0-6.31-2.875-6.31-6.75 0-3.844 2.83-6.773 6.388-6.773a5.228 5.228 0 0 1 4.052 1.883V5.634h3.215v13.082h-3.215Z' fill-rule='evenodd' data-name='Path 1120'/%3E%3Cpath d='M168.373 15.81c-1.123 0-1.442-.42-1.442-1.52V8.486H169V5.634h-2.07V2.441h-3.293v3.193h-4.25V4.335c0-1.101.418-1.52 1.574-1.52h.727V.283h-1.586c-2.72 0-4.008.892-4.008 3.612v1.75h-1.828v2.841h1.828v10.23h3.293V8.486h4.25v6.41c0 2.664 1.024 3.82 3.689 3.82h1.696V15.81h-.65Z' fill-rule='evenodd' data-name='Path 1121'/%3E%3Cpath d='M180.2 10.997c-.232-1.696-1.619-2.72-3.249-2.72-1.63 0-2.962.991-3.292 2.72h6.54Zm-6.574 2.037c.23 1.938 1.618 3.04 3.38 3.04 1.388 0 2.456-.65 3.084-1.696h3.38c-.782 2.775-3.27 4.548-6.54 4.548-3.954 0-6.729-2.775-6.729-6.729 0-3.953 2.93-6.805 6.805-6.805 3.898 0 6.728 2.874 6.728 6.805.003.281-.023.562-.077.837h-10.031Z' fill-rule='evenodd' data-name='Path 1122'/%3E%3Cpath d='M204.7 12.175c0-2.114-1.596-3.744-3.556-3.744s-3.557 1.575-3.557 3.744c0 2.148 1.597 3.744 3.557 3.744s3.557-1.618 3.557-3.744m-10.362 11.882V5.634h3.215V7.33c.97-1.2 2.412-1.938 4.13-1.938 3.534 0 6.31 2.907 6.31 6.75s-2.83 6.773-6.387 6.773c-1.652 0-3.007-.65-3.954-1.751v6.882h-3.314v.011Z' fill-rule='evenodd' data-name='Path 1123'/%3E%3Cpath d='M219.589 12.175c0-2.202-1.597-3.744-3.557-3.744s-3.557 1.575-3.557 3.744c0 2.148 1.597 3.744 3.557 3.744s3.557-1.541 3.557-3.744m.033 6.541v-1.695c-.97 1.178-2.412 1.905-4.13 1.905-3.59 0-6.31-2.875-6.31-6.75 0-3.844 2.83-6.773 6.387-6.773a5.229 5.229 0 0 1 4.053 1.883V5.634h3.215v13.082h-3.215Z' fill-rule='evenodd' data-name='Path 1124'/%3E%3Cpath d='M188.536 6.912s.815-1.52 2.83-1.52c.486-.009.968.093 1.41.297v3.337s-1.212-.749-2.324-.595c-1.113.155-1.817 1.168-1.817 2.533v7.741h-3.326V5.635h3.216v1.277Z' fill-rule='evenodd' data-name='Path 1125'/%3E%3C/g%3E%3C/svg%3E");
}
.index-pdp__module #mainContainer #threeD__image__section {
  margin-bottom: 45px;
}
.index-pdp__module #mainContainer #threeD__image__section .feature_slider__headline-wrapper, .mobile-reviews-headline {
  padding: 10px 0px;
  min-height: unset;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #threeD__image__section .feature_slider__headline-wrapper, .mobile-reviews-headline {
    padding: 0px 0px;
    min-height: unset;
  }
}
.index-pdp__module #mainContainer #threeD__image__section .feature_slider__headline-wrapper .feature_slider__headline, .mobile-reviews-headline {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #threeD__image__section .feature_slider__headline-wrapper .feature_slider__headline, .mobile-reviews-headline {
    font-size: 20px;
  }
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer {
  position: relative;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .show__on__mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #threeD__image__section #boot-viewer .show__on__mobile {
    display: block;
  }
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .play {
  position: relative;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .play .overlay__text {
  position: absolute;
  width: 100%;
  padding: 30px 35px;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .play .overlay__text h4 {
  font-weight: 700;
  font-size: 19px;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .play .overlay__text h4 .bigger__text {
  letter-spacing: 1.2px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 30px;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer .play .overlay__text .learn__more-btn {
  font-family: "front_page_neueregular";
  font-weight: 400;
  padding: 0px 25px;
  color: #ffffff;
  background: #171717;
  font-size: 20px;
  letter-spacing: 1px;
  border-radius: 23px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  padding: 0;
  border: 0;
  /* background - color used by the viewer */
  background-color: rgb 247, 247, 247;
}
.index-pdp__module #mainContainer #threeD__image__section #boot-viewer iframe.desktop__iframe {
  position: unset;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #threeD__image__section #boot-viewer iframe.desktop__iframe {
    display: none;
  }
}
@media (orientation: portrait) {
  .index-pdp__module #mainContainer #threeD__image__section #boot-viewer.active iframe:not(.desktop__iframe) {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100vw;
    /* any z - index large enough to cover other
    elements should suffice */
    z-index: 10000;
  }
}
/*
.index-pdp__module #mainContainer .feature_slider {
  margin: 35px 0;
}
*/
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider {
    margin-bottom: 20px;
  }
}
.index-pdp__module #mainContainer .feature_slider .feature_slider__headline-wrapper {
  padding: 10px 0px;
  min-height: unset;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider .feature_slider__headline-wrapper {
    padding: 0px 0px;
    min-height: unset;
  }
}
.index-pdp__module #mainContainer .feature_slider .feature_slider__headline-wrapper .feature_slider__headline {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider .feature_slider__headline-wrapper .feature_slider__headline {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
  background: #f7f7f7;
  border-radius:8px;
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider  .swiper-wrapper .feature_slider__slide {
    background: #f8f8f8;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 0;
    padding: 10% 5%;
    background: #f7f7f7;
    margin: 10px !important;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide a {
  text-align: center;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide a .feature_slider__image {
  width: 100%;
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide a .feature_slider__image {
    -o-object-position: 0 -30px;
    object-position: 0 -30px;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide a .feature_slider__image {
    -o-object-position: 0 -20px;
    object-position: 0 -20px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper {
  position: absolute;
  right: 15px;
  top: 40px;
  z-index: 9;
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper {
    top: 10px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper .new__sale__badge--text {
  font-size: 34px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper .new__sale__badge--text {
    font-size: 24px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper .new__sale__badge--text.new {
  color: #25a1ef;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .new__sale__badge-wrapper .new__sale__badge--text.sale {
  color: #f87600;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc {
  /*  position: absolute;*/
  width: 80%;
  /*  bottom: 45px;*/
  margin-top: 1rem;
}

.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
  width: 90%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 0px;
  z-index: 9;
}
@media screen and (max-width: 1620px) and (min-width: 1451px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1201px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
    font-size: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
    font-size: 16px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-name {
    width: 90%;
    font-size: 18px;
    margin-bottom: 0;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-desc {
  margin-bottom: 0px;
  font-size: 18px;
}
@media screen and (max-width: 1620px) and (min-width: 1451px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-desc {
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) and (min-width: 1201px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-desc {
    font-size: 14px;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-desc {
    font-size: 13px;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-desc {
    font-size: 11px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .fs__review--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .fs__review--wrapper .fs__review--wrapper-text {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .fs__review--wrapper .fs__review--wrapper-text {
    font-size: 14px;
    margin-left: 7px;
  }
}
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .fs__review--wrapper .fs__review--wrapper-text {
    margin-left: 5px;
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .fs__review--wrapper .fs__review--wrapper-text {
    font-size: 16px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .feature_slider__slide--product-price {
  font-size: 1.5rem;
  margin-bottom: 0;
  font-weight: 700;
  font-family: "bogs_headlineregular", Arial, sans-serif;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .feature_slider__slide--product-price {
    font-size: 18px;
  }
}
/*
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .feature_slider__slide--product-price {
    font-size: 16px;
  }
}
*/
@media screen and (max-width: 991px) and (min-width: 769px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .feature_slider__slide--product-price {
    font-size: 14px;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .updated__product--desc .feature_slider__slide--product-rating-price .feature_slider__slide--product-price .fs__sale__price {
  text-decoration: none;
  color: #F87600;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .overlay__redirect {
    /*    display: none;*/
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .shop__btn {
  display: inline-block;
  width: 101px;
  height: 42px;
  font-family: "front_page_neueregular";
  font-weight: 400;
  line-height: 42px;
  padding: 0 15px 0 19px;
  color: #171717;
  background: #ffffff;
  font-size: 28px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 28px;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .shop__btn:hover {
  background: #171717;
  color: #ffffff;
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .shop__btn {
    font-size: 20px;
    width: 81px;
    height: 34px;
    line-height: 34px;
    padding: 0px 15px 0px 19px;
    min-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper .shop__btn {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide .overlay__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    top: unset;
    bottom: 40px;
    opacity: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none !important;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide img {
  -webkit-transition: -webkit-transform 250ms ease-out 0s;
  transition: -webkit-transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s;
  transition: transform 250ms ease-out 0s, -webkit-transform 250ms ease-out 0s;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide:hover .overlay__wrapper {
    background: none;
  }
}
@media screen and (min-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper .feature_slider__slide:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper.swiper-slide-prev:hover {
  -webkit-transform: none;
  transform: none;
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-wrapper.swiper-slide-next:hover {
  -webkit-transform: none;
  transform: none;
}
@media screen and (min-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-pagination {
    display: none;
  }
}
.index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-pagination .swiper-pagination-bullet {
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer .feature_slider #feature-product__similar-product .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer #give_back__section {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section {
    display: none !important;
  }
}
.index-pdp__module #mainContainer #give_back__section .feature_slider__headline-wrapper {
  padding: 10px 0px;
  min-height: unset;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .feature_slider__headline-wrapper {
    padding: 0px 0px;
    min-height: unset;
  }
}
.index-pdp__module #mainContainer #give_back__section .feature_slider__headline-wrapper .feature_slider__headline {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .feature_slider__headline-wrapper .feature_slider__headline {
    font-size: 20px;
  }
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__left {
  width: 100%;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__left .overlay__text-wrapper {
  position: absolute;
  top: 50%;
  left: 8.5%;
  padding-right: 5%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__left .overlay__text-wrapper .overlay__subtext {
  max-width: 428px;
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
  text-shadow: 1px 1px 15px black;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right:nth-child(3) {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right .gb__img__wrapper {
  height: 50%;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right .gb__img__wrapper:nth-of-type(1) {
  margin-bottom: 20px;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right .gb__img__wrapper .overlay__text {
  top: 12%;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__right .gb__img__wrapper .gb__image {
  width: 100%;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__redirect {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__redirect {
    /*    display: none;*/
  }
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__img__wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__img__wrapper:hover .overlay__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 50px 35px;
}
@media screen and (min-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__img__wrapper:hover .gb__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .gb__img__wrapper .gb__image {
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius:8px;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text {
  font-size: 60px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
  position: initial;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text {
    font-size: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text {
    font-size: 45px;
  }
}
@media screen and (max-width: 992px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text {
    font-size: 40px;
  }
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
/*.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text-wrapper:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  opacity: 1;
  background: rgba(0, 0, 0, 0.33);
  -webkit-transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
  transition: background 250ms ease-out 0s, opacity 250ms ease-out 0s;
}*/
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text-wrapper .learn__more-btn {
  background: #ffffff;
  padding: 10px 25px;
  border-radius: 30px;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "front_page_neueregular";
  font-weight: 400;
  padding: 5px 30px;
  color: #171717;
  background: #ffffff;
  font-size: 20px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 999;
}
.index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text-wrapper .learn__more-btn:hover {
  background: #000000;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text-wrapper .learn__more-btn {
    margin-left: 35px;
  }
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section .give_back--wrapper .overlay__text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100px;
    top: unset;
    bottom: 0;
    opacity: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background: none;
  }
}
.index-pdp__module #mainContainer #give_back__section-mobile {
  margin-bottom: 25px;
}
@media screen and (min-width: 769px) {
  .index-pdp__module #mainContainer #give_back__section-mobile {
    display: none;
  }
}
.index-pdp__module #mainContainer #give_back__section-mobile .feature_slider__headline-wrapper {
  padding: 10px 0px;
  min-height: unset;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section-mobile .feature_slider__headline-wrapper {
    padding: 0px 0px;
    min-height: unset;
  }
}
.index-pdp__module #mainContainer #give_back__section-mobile .feature_slider__headline-wrapper .feature_slider__headline {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section-mobile .feature_slider__headline-wrapper .feature_slider__headline {
    font-size: 20px;
  }
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide {
  position: relative;
  border-radius:8px;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper__image {
  width: 100%;
  border-radius:8px;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 30px 0 42px 35px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius:8px;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper img {

  border-radius:8px;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper .dual__swiper--text {
  margin-bottom: 45px;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  color: #ffffff;
  font-size: 34px;
  line-height: 35px;
  text-align: left;
  text-transform: uppercase;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper .learn__more-btn {
  position: absolute;
  bottom: 42px;
  left: 35px;
  width: 154px;
  height: 34px;
  cursor: pointer;
  font-family: "bogs_headlineregular", Arial, sans-serif;
  font-weight: 400;
  color: #ffffff;
  background: #171717;
  font-size: 24px;
  letter-spacing: 1.5px;
  border-radius: 30px;
  text-transform: uppercase;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 34px;
  z-index: 999;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper.img__placement {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.index-pdp__module #mainContainer #give_back__section-mobile .dual__swiper__slide .dual__swiper--text-wrapper.img__placement .img__over__image {
  max-width: 75%;
  -webkit-transform: translateY(12px);
  transform: translateY(12px);
}
@media screen and (max-width: 768px) {
  .index-pdp__module #mainContainer #give_back__section-mobile .swiper-pagination {
    width: 100% !important;
    bottom: 15px !important;
  }
  .index-pdp__module #mainContainer #give_back__section-mobile .swiper-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    left: 0 !important;
    background: transparent;
    opacity: 1;
    border: 2px solid #ffffff;
  }
  .index-pdp__module #mainContainer #give_back__section-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #ffffff;
  }
}
.index-pdp__module .feature__slider-description {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .index-pdp__module .feature__slider-description {
    margin-top: 18px;
  }
}

.feature__slider-description {
  height: 60px;
  font-size: 18px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 700;
  margin-top: 70px;
  background: #e7e7e7;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .feature__slider-description {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}


.zoom-overlay-open, .zoom-overlay-transitioning {
  cursor: default;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

[data-zoom='zoom'] {
  cursor: pointer;

}

@media (min-width: 992px) {
  [data-zoom='zoom'] {
    cursor: pointer;
    cursor: zoom-in;
  }

}

.zoom-media {
  cursor: pointer;
  cursor: zoom-out;
}

.zoom-media-wrap {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.zoom-media-loading {
  cursor: wait;
}


.zoom-overlay-open .zoom-overlay {
  filter: "alpha(opacity=1)";
  opacity: 1;
}
/*Classic Seamless Feature*/
#classic-seamless-pdp .feature-heading {
  font-family: "Bogs Headline", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  text-align:center;
  color:#000;
}
#classic-seamless-pdp p {
  color:#000;
}
#classic-seamless-pdp .asset-img,
.classic-seamless-feature-image img{
  border-radius:8px;
}
@media (min-width:768px)  {
  #classic-seamless-pdp .feature-heading {
    font-size:4rem;
    letter-spacing:2px;
  }
  #classic-seamless-pdp p {
    padding:1rem 4rem;
  }
}
@media (max-width:768px)  {
  #classic-seamless-pdp .feature-heading {
    font-size: 8vw;
    letter-spacing: 1px;
  }
  #classic-seamless-pdp p {
    padding:6vw 0;
  }
  .s-video-wrap video {
    border-radius: 8px;
    width: 200% !important;
    max-width: 200%;
    margin-left: -50vw;
  }
}
.swiper-pagination.feature_slider--pagination.feature_slider--pagination01.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: auto !important;
}

/*Updated Zoom 2025*/
.zoom-container {
  cursor: url(resources/images/zoom-in.svg), auto;
  overflow:hidden;
}
.zoom-container.zoomed-in{
  cursor: url('resources/images/zoom-out.svg'), auto;
}
.swiper-container.detail-view__slides {
  position:relative;
}
.zoom-toggle {
  position: absolute;
  right: 8vw;
  z-index: 999;
  cursor: pointer;
  bottom: 15vw;
}
.dragscroll {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch; /* Smooth momentum scrolling on iOS */
  cursor: grab;
}

.dragscroll:active {
  cursor: grabbing;
}
.zoom-container::-webkit-scrollbar {
  display: none; /* optional: hide scrollbar for cleaner UI */
}
.zoom-toggle .icon {
  height:30px;
  width:30px;
}
.swiper-container.detail-view__slides {
  position:relative;
}
.zoomImg {
  transition:none !important;
}