.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  margin-left: 14%;
margin-right: 14%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}@media (max-width: 767px){#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c {
  display: none;
}
#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c, #wrap-content-s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c { display: none !important; }}







#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3c798d-5bc5-4b06-a15d-5ba1888b1f3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ac564c3c-a20c-43a2-91f4-24103b07eac3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac564c3c-a20c-43a2-91f4-24103b07eac3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7b153866-ceb9-4129-a069-8e2a2209b8da {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

.shg-product-image-wrapper {
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e {
  max-width:  100%;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e .shg-image-zoom,
.shg-c#s-6bbebc43-aeeb-465c-9334-5c624c6fd66e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-b4707996-4805-4eed-bd02-88456c6f8721 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Lato";
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: #000000;
  font-family: "Cormorant";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Lato";
  font-weight: 400;
}

#s-f066c559-5fd1-4f69-8f36-c26407a31ab9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.shg-variant-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

.shg-variant-btn:not(.shg-variant-btn-stretch) {
  display: inline-block;
}

.shg-variant-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-variant-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-variant-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a-btn-wrapper {
    text-align: center;
  }


#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-variant-btn:active, #s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-cdd963a4-60ef-4db4-8e3b-060f3cf4d78a .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b0eb19e5-d25d-42f9-909d-09447772e7bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0eb19e5-d25d-42f9-909d-09447772e7bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd-atc-btn-wrapper {
    text-align: center;
  }


#s-b0eb19e5-d25d-42f9-909d-09447772e7bd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b0eb19e5-d25d-42f9-909d-09447772e7bd.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e8878009-3016-488c-893e-1cf6d153ac1b {
  margin-left: auto;
margin-right: auto;
}

#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d {
  max-width:  100%;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d .shg-image-zoom,
.shg-c#s-e4fb1284-68a5-490d-bb86-d40748ceca4d img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8f6cb0bc-8517-4a4d-b09c-8d1b177b43e7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-d42dc5ec-3b29-4673-b2eb-613b8a15ed93 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-f3b42eb0-0d46-42af-b862-7b0ecca01914-btn-wrapper {
    text-align: center;
  }


#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-variant-btn:active, #s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f3b42eb0-0d46-42af-b862-7b0ecca01914 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4e068e0a-f468-4d97-aef9-b33abdcfead4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e068e0a-f468-4d97-aef9-b33abdcfead4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4-atc-btn-wrapper {
    text-align: center;
  }


#s-4e068e0a-f468-4d97-aef9-b33abdcfead4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e068e0a-f468-4d97-aef9-b33abdcfead4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-1a190788-6ba8-4a1e-9dc8-e4b8486253b0 {
  margin-left: auto;
margin-right: auto;
}

#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f {
  max-width:  100%;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f .shg-image-zoom,
.shg-c#s-df60f5ce-84e1-4fd3-8449-536bb074f80f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c425e6f3-321c-49e7-81d0-570039410469 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-c425e6f3-321c-49e7-81d0-570039410469 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-97d9d18e-19a9-4264-b826-c680c03c9f4d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b-btn-wrapper {
    text-align: center;
  }


#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-variant-btn:active, #s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-79e90a7e-0ad3-4f5b-aa88-2f6b7d72d88b .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0c22baf3-e31a-4269-8b6e-78de326e1829:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0c22baf3-e31a-4269-8b6e-78de326e1829:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0c22baf3-e31a-4269-8b6e-78de326e1829-atc-btn-wrapper {
    text-align: center;
  }


#s-0c22baf3-e31a-4269-8b6e-78de326e1829 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0c22baf3-e31a-4269-8b6e-78de326e1829.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ab10e0aa-8441-42cf-a9d7-684fe5d07958 {
  margin-left: auto;
margin-right: auto;
}

#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 {
  max-width:  100%;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 .shg-image-zoom,
.shg-c#s-8736e83b-cce5-4da2-9a57-61dfa6ad6214 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-de4d8bd8-55da-48b5-b30d-1b7fe1db807a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-339db867-3e07-4460-a431-ab7bb4e9d5d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c-btn-wrapper {
    text-align: center;
  }


#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-variant-btn:active, #s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e02901d9-6a50-4b2a-9b3c-5eae0890d75c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5-atc-btn-wrapper {
    text-align: center;
  }


#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-e24d7be8-a7c4-4dae-9826-7e29a1a8a0a5.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}@media (max-width: 767px){#s-bc90c943-0268-4da7-90fb-c64b028689b8 {
  display: none;
}
#s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-s-bc90c943-0268-4da7-90fb-c64b028689b8, #wrap-content-s-bc90c943-0268-4da7-90fb-c64b028689b8 { display: none !important; }}







#s-bc90c943-0268-4da7-90fb-c64b028689b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc90c943-0268-4da7-90fb-c64b028689b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c58beaa6-3cf9-4ad7-a542-8e32334ba2cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-03cd9fc4-b85a-491f-859f-4c66c6a46c81 {
  margin-left: auto;
margin-right: auto;
}

#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 {
  max-width:  100%;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 .shg-image-zoom,
.shg-c#s-78052658-fcf1-420b-a2e7-9bc93da832e1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1695e774-5d1c-4bfd-a278-f9fd2256969d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 23px;
}

#s-1695e774-5d1c-4bfd-a278-f9fd2256969d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 23px;
}
#s-1d89ecc4-c80d-4498-a1d3-646298911832 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663-btn-wrapper {
    text-align: center;
  }


#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-variant-btn:active, #s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d9821ead-6a8a-4e6d-8bfc-2ff6e679c663 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a-atc-btn-wrapper {
    text-align: center;
  }


#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-226ad633-ebf3-4575-b59f-3c0fa0a1970a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f90cb21b-a670-4654-8c16-c83c7ad7db1a {
  margin-left: auto;
margin-right: auto;
}

#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb {
  max-width:  100%;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb .shg-image-zoom,
.shg-c#s-e3504ba7-1ba9-4908-bba6-f28e04c539fb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-3ac3bfb0-63d6-476a-b1f1-ef77cb3f3617 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-889831a9-05c8-426b-aae3-40bead86876f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3e7f22f4-adde-4909-bfba-9cf64e858e0f-btn-wrapper {
    text-align: center;
  }


#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-variant-btn:active, #s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3e7f22f4-adde-4909-bfba-9cf64e858e0f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81-atc-btn-wrapper {
    text-align: center;
  }


#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3c38c34c-5cbc-4a5c-8acb-7a51a9b50a81.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-8065a10d-9106-49b8-9eed-508e68a6d200 {
  margin-left: auto;
margin-right: auto;
}

#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f {
  max-width:  100%;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f .shg-image-zoom,
.shg-c#s-16d5dbc8-b0e1-47b7-9d04-ebf8a9e2341f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-11edfc25-6f2a-4e62-87ba-d6196132a586 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-11edfc25-6f2a-4e62-87ba-d6196132a586 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-db4cd51c-a7d6-4869-8406-6c1dc307d96a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-827040ea-bd14-4595-a0b9-9ec596cd8c2c-btn-wrapper {
    text-align: center;
  }


#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-variant-btn:active, #s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-827040ea-bd14-4595-a0b9-9ec596cd8c2c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d0515801-981a-406d-a927-315380d2aa5e {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-d0515801-981a-406d-a927-315380d2aa5e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d0515801-981a-406d-a927-315380d2aa5e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d0515801-981a-406d-a927-315380d2aa5e-atc-btn-wrapper {
    text-align: center;
  }


#s-d0515801-981a-406d-a927-315380d2aa5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-d0515801-981a-406d-a927-315380d2aa5e-atc-btn-wrapper {
    text-align: center;
  }


#s-d0515801-981a-406d-a927-315380d2aa5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0515801-981a-406d-a927-315380d2aa5e-atc-btn-wrapper {
    text-align: center;
  }


#s-d0515801-981a-406d-a927-315380d2aa5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-d0515801-981a-406d-a927-315380d2aa5e-atc-btn-wrapper {
    text-align: center;
  }


#s-d0515801-981a-406d-a927-315380d2aa5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-d0515801-981a-406d-a927-315380d2aa5e-atc-btn-wrapper {
    text-align: center;
  }


#s-d0515801-981a-406d-a927-315380d2aa5e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d0515801-981a-406d-a927-315380d2aa5e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-7f44775a-725c-44d0-84a3-81e6589ce6eb {
  margin-left: auto;
margin-right: auto;
}

#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 {
  max-width:  100%;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 .shg-image-zoom,
.shg-c#s-8a1b4ea9-333d-47ab-816d-bd0f76274535 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-4079e32d-8f17-42bd-b3fc-ba752f4e60e8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-b4205379-04ef-44ed-aa0f-f86287c0497b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-88649028-17e4-4fda-a942-2f252f2e9820-btn-wrapper {
    text-align: center;
  }


#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-variant-btn:active, #s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-88649028-17e4-4fda-a942-2f252f2e9820 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07-atc-btn-wrapper {
    text-align: center;
  }


#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07-atc-btn-wrapper {
    text-align: center;
  }


#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07-atc-btn-wrapper {
    text-align: center;
  }


#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07-atc-btn-wrapper {
    text-align: center;
  }


#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07-atc-btn-wrapper {
    text-align: center;
  }


#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ef0769ae-20f9-401f-a4da-bd3e56d7fe07.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-content-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}@media (max-width: 767px){#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 {
  display: none;
}
#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7, #wrap-content-s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 { display: none !important; }}







#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcf2f9cc-8fc3-4cb1-a89c-06aa5e663ab7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34970e3a-0102-4592-b599-823832e0e940 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34970e3a-0102-4592-b599-823832e0e940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-b0f47dd6-bdb5-46fd-a034-138cd06536d0 {
  margin-left: auto;
margin-right: auto;
}

#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 {
  max-width:  100%;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 .shg-image-zoom,
.shg-c#s-803a7959-05ed-42ea-bc9f-48f8725158f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-eac11079-906f-44d3-abf9-0b01be48c034 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-eac11079-906f-44d3-abf9-0b01be48c034 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-ed43efa4-0006-4225-9e19-667c9b5bf8d9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-41bf612e-2eba-49d2-931c-839dddafd324-btn-wrapper {
    text-align: center;
  }


#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-variant-btn:active, #s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-41bf612e-2eba-49d2-931c-839dddafd324 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-0d573105-75a1-4bb0-8690-53e68b1462d8:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0d573105-75a1-4bb0-8690-53e68b1462d8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d573105-75a1-4bb0-8690-53e68b1462d8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-0d573105-75a1-4bb0-8690-53e68b1462d8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d573105-75a1-4bb0-8690-53e68b1462d8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-0d573105-75a1-4bb0-8690-53e68b1462d8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-0d573105-75a1-4bb0-8690-53e68b1462d8-atc-btn-wrapper {
    text-align: center;
  }


#s-0d573105-75a1-4bb0-8690-53e68b1462d8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0d573105-75a1-4bb0-8690-53e68b1462d8.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-2ff7a9ec-035f-4441-84c1-254b99d47748 {
  margin-left: auto;
margin-right: auto;
}

#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd {
  max-width:  100%;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd .shg-image-zoom,
.shg-c#s-4a9e1423-c045-4b71-b12f-5e1b1fbd25fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-15cd7ec9-942a-44c8-9730-fe44af130f16 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-15cd7ec9-942a-44c8-9730-fe44af130f16 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-f422ae35-accc-40b4-a0ff-623a3e14db8d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-2576866d-b92a-4874-b2a2-54c8cb455afd-btn-wrapper {
    text-align: center;
  }


#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-variant-btn:active, #s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-2576866d-b92a-4874-b2a2-54c8cb455afd .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178-atc-btn-wrapper {
    text-align: center;
  }


#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178-atc-btn-wrapper {
    text-align: center;
  }


#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178-atc-btn-wrapper {
    text-align: center;
  }


#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178-atc-btn-wrapper {
    text-align: center;
  }


#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178-atc-btn-wrapper {
    text-align: center;
  }


#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ab06b34d-8d2d-4bde-8edb-6d24011cb178.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-ad95c87c-018f-4e86-a701-c37285b328a0 {
  margin-left: auto;
margin-right: auto;
}

#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 {
  max-width:  100%;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 .shg-image-zoom,
.shg-c#s-ef80d63d-3677-45f2-9025-be0f034ac224 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-ea5094fb-47f0-4b08-ab2e-079d00bea67a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-443b2b8b-b9a0-4a34-bdbe-caf8564b7e6a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d6fa74b4-b221-4849-9b8f-8281a4f51da1-btn-wrapper {
    text-align: center;
  }


#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-variant-btn:active, #s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d6fa74b4-b221-4849-9b8f-8281a4f51da1 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4b2c5155-3341-49d9-b76d-229a18001210:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b2c5155-3341-49d9-b76d-229a18001210:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b2c5155-3341-49d9-b76d-229a18001210-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4b2c5155-3341-49d9-b76d-229a18001210-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b2c5155-3341-49d9-b76d-229a18001210-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4b2c5155-3341-49d9-b76d-229a18001210-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4b2c5155-3341-49d9-b76d-229a18001210-atc-btn-wrapper {
    text-align: center;
  }


#s-4b2c5155-3341-49d9-b76d-229a18001210 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4b2c5155-3341-49d9-b76d-229a18001210.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-d1414c3a-1a7e-43cb-844e-5d4d23ff4da2 {
  margin-left: auto;
margin-right: auto;
}

#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 {
  max-width:  100%;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 .shg-image-zoom,
.shg-c#s-552a9bfe-0e3f-4ffe-909d-3e1cb0ea9908 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e747309c-39a6-4b84-add1-95ac15644794 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-e747309c-39a6-4b84-add1-95ac15644794 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-1fd00938-b241-448c-99e8-a0cb3f6551f9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-33569a61-f013-463a-82d7-0a104011f17e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-33569a61-f013-463a-82d7-0a104011f17e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-33569a61-f013-463a-82d7-0a104011f17e-btn-wrapper {
    text-align: center;
  }


#s-33569a61-f013-463a-82d7-0a104011f17e .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-variant-btn:active, #s-33569a61-f013-463a-82d7-0a104011f17e .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-33569a61-f013-463a-82d7-0a104011f17e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05-atc-btn-wrapper {
    text-align: center;
  }


#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05-atc-btn-wrapper {
    text-align: center;
  }


#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05-atc-btn-wrapper {
    text-align: center;
  }


#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05-atc-btn-wrapper {
    text-align: center;
  }


#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05-atc-btn-wrapper {
    text-align: center;
  }


#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-71a5a484-c82f-45fc-a28e-1211d0fb6d05.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  margin-top: 3%;
margin-left: 14%;
margin-bottom: 3%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-content-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}@media (max-width: 767px){#s-b2c8a077-349c-42b8-b9f9-6206470e2931 {
  display: none;
}
#s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-s-b2c8a077-349c-42b8-b9f9-6206470e2931, #wrap-content-s-b2c8a077-349c-42b8-b9f9-6206470e2931 { display: none !important; }}







#s-b2c8a077-349c-42b8-b9f9-6206470e2931 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b2c8a077-349c-42b8-b9f9-6206470e2931.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd5739f4-29a8-4d3f-b46c-97b06d9323b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-7378bc3c-ab66-4056-ac81-a236582c4844 {
  margin-left: auto;
margin-right: auto;
}

#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 {
  max-width:  100%;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 .shg-image-zoom,
.shg-c#s-2636de3f-95d5-4741-8da3-30ff96ab3cf7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f4c1488a-0e26-4232-8a65-a458723809f4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-f4c1488a-0e26-4232-8a65-a458723809f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3350f6b5-2287-4807-9c39-aa7becca8a13 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-4816b582-9933-4dbf-a8cb-dc03197882aa-btn-wrapper {
    text-align: center;
  }


#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-variant-btn:active, #s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4816b582-9933-4dbf-a8cb-dc03197882aa .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41-atc-btn-wrapper {
    text-align: center;
  }


#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41-atc-btn-wrapper {
    text-align: center;
  }


#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41-atc-btn-wrapper {
    text-align: center;
  }


#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41-atc-btn-wrapper {
    text-align: center;
  }


#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41-atc-btn-wrapper {
    text-align: center;
  }


#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ea3a0a24-28a5-48b4-bc8e-a701bf517c41.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f2810132-1681-438d-bd4d-bb03ea826f64 {
  margin-left: auto;
margin-right: auto;
}

#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 {
  max-width:  100%;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 .shg-image-zoom,
.shg-c#s-fd38ef6e-e09b-4d84-a0b3-a882e95001c7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5ab90270-5101-42a6-83b6-55e17451d2a5 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-5ab90270-5101-42a6-83b6-55e17451d2a5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-953e81dc-7632-4b5f-ba24-c17ed2e54396 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-b59b2406-2425-4d04-b740-4d0aad71931e-btn-wrapper {
    text-align: center;
  }


#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-variant-btn:active, #s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b59b2406-2425-4d04-b740-4d0aad71931e .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-653aae80-c6da-4e88-a098-d20a3f6e782a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-653aae80-c6da-4e88-a098-d20a3f6e782a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-653aae80-c6da-4e88-a098-d20a3f6e782a-atc-btn-wrapper {
    text-align: center;
  }


#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-653aae80-c6da-4e88-a098-d20a3f6e782a-atc-btn-wrapper {
    text-align: center;
  }


#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-653aae80-c6da-4e88-a098-d20a3f6e782a-atc-btn-wrapper {
    text-align: center;
  }


#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-653aae80-c6da-4e88-a098-d20a3f6e782a-atc-btn-wrapper {
    text-align: center;
  }


#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-653aae80-c6da-4e88-a098-d20a3f6e782a-atc-btn-wrapper {
    text-align: center;
  }


#s-653aae80-c6da-4e88-a098-d20a3f6e782a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-653aae80-c6da-4e88-a098-d20a3f6e782a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-adaa0bb4-7ea7-4b3f-872c-910aa065d926 {
  margin-left: auto;
margin-right: auto;
}

#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 {
  max-width:  100%;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 .shg-image-zoom,
.shg-c#s-b0f2eca4-9a89-4487-a633-22f9ddd152d4 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6f64f546-4008-4bcb-84dc-0411b179d952 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-6f64f546-4008-4bcb-84dc-0411b179d952 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-24f623ef-52b2-464e-be12-8d26678b7972 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb-btn-wrapper {
    text-align: center;
  }


#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-variant-btn:active, #s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c9569df8-cf1c-4467-8b60-39bd4b7e85cb .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-9981aaba-b069-4614-841e-7e6b5a308a63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9981aaba-b069-4614-841e-7e6b5a308a63:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9981aaba-b069-4614-841e-7e6b5a308a63-atc-btn-wrapper {
    text-align: center;
  }


#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-9981aaba-b069-4614-841e-7e6b5a308a63-atc-btn-wrapper {
    text-align: center;
  }


#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-9981aaba-b069-4614-841e-7e6b5a308a63-atc-btn-wrapper {
    text-align: center;
  }


#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-9981aaba-b069-4614-841e-7e6b5a308a63-atc-btn-wrapper {
    text-align: center;
  }


#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-9981aaba-b069-4614-841e-7e6b5a308a63-atc-btn-wrapper {
    text-align: center;
  }


#s-9981aaba-b069-4614-841e-7e6b5a308a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-9981aaba-b069-4614-841e-7e6b5a308a63.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-99997ee9-bb20-4203-bc84-28ff675b445f {
  margin-left: auto;
margin-right: auto;
}

#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 {
  max-width:  100%;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 .shg-image-zoom,
.shg-c#s-712a764b-e91b-4450-8c5e-c6d9b968d338 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7752c3da-5724-412c-a71d-2253af09a8bd {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-7752c3da-5724-412c-a71d-2253af09a8bd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-fd20c39c-d41d-45fe-ba51-6a68b993e487 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7fa14660-7b82-489d-ad44-dbe494cca0e7-btn-wrapper {
    text-align: center;
  }


#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-variant-btn:active, #s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7fa14660-7b82-489d-ad44-dbe494cca0e7 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1d996ae3-9c81-47bc-9e09-65a8886b0238:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d996ae3-9c81-47bc-9e09-65a8886b0238:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238-atc-btn-wrapper {
    text-align: center;
  }


#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238-atc-btn-wrapper {
    text-align: center;
  }


#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238-atc-btn-wrapper {
    text-align: center;
  }


#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238-atc-btn-wrapper {
    text-align: center;
  }


#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238-atc-btn-wrapper {
    text-align: center;
  }


#s-1d996ae3-9c81-47bc-9e09-65a8886b0238 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1d996ae3-9c81-47bc-9e09-65a8886b0238.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-content-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}@media (max-width: 767px){#s-84cdb92e-e522-44a3-9893-e4cef39ce3de {
  display: none;
}
#s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-s-84cdb92e-e522-44a3-9893-e4cef39ce3de, #wrap-content-s-84cdb92e-e522-44a3-9893-e4cef39ce3de { display: none !important; }}







#s-84cdb92e-e522-44a3-9893-e4cef39ce3de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84cdb92e-e522-44a3-9893-e4cef39ce3de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09f914ff-51b1-4580-aa50-3bb897175466 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09f914ff-51b1-4580-aa50-3bb897175466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-79b3889f-6b44-4fd0-9e2e-070ffb1a9536 {
  margin-left: auto;
margin-right: auto;
}

#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 {
  max-width:  100%;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 .shg-image-zoom,
.shg-c#s-82033a95-cc82-44fe-ada6-f102aa93e2f2 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-646e307b-fedc-4d12-97be-53f24773b7c1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-646e307b-fedc-4d12-97be-53f24773b7c1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-a4c196dd-7be5-4eff-ac2e-7d7ab9244c7c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-110ae817-1f41-44b3-9eaf-a17a7216ad40-btn-wrapper {
    text-align: center;
  }


#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-variant-btn:active, #s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-110ae817-1f41-44b3-9eaf-a17a7216ad40 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-3d24dc05-511c-4c76-ad20-d4fb176169d4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d24dc05-511c-4c76-ad20-d4fb176169d4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4-atc-btn-wrapper {
    text-align: center;
  }


#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4-atc-btn-wrapper {
    text-align: center;
  }


#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4-atc-btn-wrapper {
    text-align: center;
  }


#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4-atc-btn-wrapper {
    text-align: center;
  }


#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4-atc-btn-wrapper {
    text-align: center;
  }


#s-3d24dc05-511c-4c76-ad20-d4fb176169d4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-3d24dc05-511c-4c76-ad20-d4fb176169d4.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-73e25037-69cb-4810-95e0-1f689495aece {
  margin-left: auto;
margin-right: auto;
}

#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 {
  max-width:  100%;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 .shg-image-zoom,
.shg-c#s-0ae69bef-a480-4a22-9423-2287d168cde0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-8e3c4d7d-2c48-4d50-9e3a-bd3829145509 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-09e6a623-e544-4820-8b2d-f82599a4b8b6 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e8aee29b-d1e4-4b74-a586-41da8fd4abde-btn-wrapper {
    text-align: center;
  }


#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-variant-btn:active, #s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e8aee29b-d1e4-4b74-a586-41da8fd4abde .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-7a4642c7-c559-4989-9933-7668ebfa9078:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7a4642c7-c559-4989-9933-7668ebfa9078:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a4642c7-c559-4989-9933-7668ebfa9078-atc-btn-wrapper {
    text-align: center;
  }


#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-7a4642c7-c559-4989-9933-7668ebfa9078-atc-btn-wrapper {
    text-align: center;
  }


#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a4642c7-c559-4989-9933-7668ebfa9078-atc-btn-wrapper {
    text-align: center;
  }


#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-7a4642c7-c559-4989-9933-7668ebfa9078-atc-btn-wrapper {
    text-align: center;
  }


#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-7a4642c7-c559-4989-9933-7668ebfa9078-atc-btn-wrapper {
    text-align: center;
  }


#s-7a4642c7-c559-4989-9933-7668ebfa9078 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-7a4642c7-c559-4989-9933-7668ebfa9078.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-39048069-6d71-4352-8216-7f4bf6ae2b8a {
  margin-left: auto;
margin-right: auto;
}

#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 {
  max-width:  100%;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 .shg-image-zoom,
.shg-c#s-cdbab8b5-b089-42b4-a43b-4c5b7cc885b0 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c41984e5-4ba9-418d-9226-ad245b70abec {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-c41984e5-4ba9-418d-9226-ad245b70abec > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-3a6d59db-235b-49af-9326-b30ec0e72adc {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-0d5c5718-2875-48cf-b69b-bb52cc6099cc-btn-wrapper {
    text-align: center;
  }


#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-variant-btn:active, #s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-0d5c5718-2875-48cf-b69b-bb52cc6099cc .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-edbbade2-11b8-413e-a73f-a3da4d931938:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-edbbade2-11b8-413e-a73f-a3da4d931938:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-edbbade2-11b8-413e-a73f-a3da4d931938-atc-btn-wrapper {
    text-align: center;
  }


#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-edbbade2-11b8-413e-a73f-a3da4d931938-atc-btn-wrapper {
    text-align: center;
  }


#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-edbbade2-11b8-413e-a73f-a3da4d931938-atc-btn-wrapper {
    text-align: center;
  }


#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-edbbade2-11b8-413e-a73f-a3da4d931938-atc-btn-wrapper {
    text-align: center;
  }


#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-edbbade2-11b8-413e-a73f-a3da4d931938-atc-btn-wrapper {
    text-align: center;
  }


#s-edbbade2-11b8-413e-a73f-a3da4d931938 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-edbbade2-11b8-413e-a73f-a3da4d931938.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-cbc90238-a9fe-4b6b-a5d9-c25c30717a25 {
  margin-left: auto;
margin-right: auto;
}

#s-0d784819-2746-464f-8307-15863a514757 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0d784819-2746-464f-8307-15863a514757 {
  max-width:  100%;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  max-width: 400px !important;
  
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0d784819-2746-464f-8307-15863a514757 .shg-image-zoom,
.shg-c#s-0d784819-2746-464f-8307-15863a514757 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-bd10ad42-ee4a-45f4-980e-9ef9dc63f628 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-c3c8af5d-eb48-42dc-9698-a4da4e98eda9 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-02f46387-a97f-437d-be30-1a2d25ea8f0c-btn-wrapper {
    text-align: center;
  }


#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-variant-btn:active, #s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-02f46387-a97f-437d-be30-1a2d25ea8f0c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6b2e3821-db86-44d9-a313-8a792695d9d1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6b2e3821-db86-44d9-a313-8a792695d9d1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b2e3821-db86-44d9-a313-8a792695d9d1-atc-btn-wrapper {
    text-align: center;
  }


#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-6b2e3821-db86-44d9-a313-8a792695d9d1-atc-btn-wrapper {
    text-align: center;
  }


#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b2e3821-db86-44d9-a313-8a792695d9d1-atc-btn-wrapper {
    text-align: center;
  }


#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-6b2e3821-db86-44d9-a313-8a792695d9d1-atc-btn-wrapper {
    text-align: center;
  }


#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-6b2e3821-db86-44d9-a313-8a792695d9d1-atc-btn-wrapper {
    text-align: center;
  }


#s-6b2e3821-db86-44d9-a313-8a792695d9d1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-6b2e3821-db86-44d9-a313-8a792695d9d1.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-content-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a781b35b-0871-415a-8fac-3f3d6772ccf1 {
  display: none;
}
#s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-s-a781b35b-0871-415a-8fac-3f3d6772ccf1, #wrap-content-s-a781b35b-0871-415a-8fac-3f3d6772ccf1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a781b35b-0871-415a-8fac-3f3d6772ccf1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1bbf439e-55e6-4da3-aeac-7997edafca46 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-1bbf439e-55e6-4da3-aeac-7997edafca46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1bbf439e-55e6-4da3-aeac-7997edafca46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61294083-f9ec-4a83-ab10-09b33d413301 {
  margin-left: auto;
margin-right: auto;
}

#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf {
  max-width:  100%;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf .shg-image-zoom,
.shg-c#s-3798622c-a19d-4530-be53-491d2bf1d2bf img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-851d4d82-cf65-49c0-9feb-3c4ad29a4080 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-94eeb8f4-3987-4584-b760-d1cc40bacdde {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d87ba0c7-875e-44c0-8bee-264efefe7b84-btn-wrapper {
    text-align: center;
  }


#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-variant-btn:active, #s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d87ba0c7-875e-44c0-8bee-264efefe7b84 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d-atc-btn-wrapper {
    text-align: center;
  }


#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d-atc-btn-wrapper {
    text-align: center;
  }


#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d-atc-btn-wrapper {
    text-align: center;
  }


#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d-atc-btn-wrapper {
    text-align: center;
  }


#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d-atc-btn-wrapper {
    text-align: center;
  }


#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ebfbc8c8-c2d4-4e4a-8d82-62e324bd068d.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d33b529-ddda-4ae2-a9cb-5a597620c0e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31e2b427-4cc9-4584-ae08-5896374be5d9 {
  margin-left: auto;
margin-right: auto;
}

#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c {
  max-width:  100%;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c .shg-image-zoom,
.shg-c#s-2ae7acb5-ac88-4c00-a20f-a36ab81e638c img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-b6e927f9-69a9-469b-a4ac-eb358dc417e3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6da1af1c-2748-4428-86bc-42b2c54a31bd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c56e9a81-02e8-40e1-a370-89d405e53f6d-btn-wrapper {
    text-align: center;
  }


#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-variant-btn:active, #s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c56e9a81-02e8-40e1-a370-89d405e53f6d .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-286bfd22-9566-4c34-93ed-ddd4fe65f989:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-286bfd22-9566-4c34-93ed-ddd4fe65f989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989-atc-btn-wrapper {
    text-align: center;
  }


#s-286bfd22-9566-4c34-93ed-ddd4fe65f989 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286bfd22-9566-4c34-93ed-ddd4fe65f989.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ae6915-5ce8-4fd9-b8a2-f545ca77362f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ead6cf8-ef3e-4bda-bccf-41d4fff4cfbb {
  margin-left: auto;
margin-right: auto;
}

#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 {
  max-width:  100%;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 .shg-image-zoom,
.shg-c#s-cbf86115-49e1-44c7-b10e-cecade8ec282 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-0401efb0-878b-4d16-bf86-3fc39acdba37 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-0401efb0-878b-4d16-bf86-3fc39acdba37 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-eb2d8de9-6e28-4b28-9e10-70f9a9886b05 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-173c36dd-c75a-4c52-b1ff-60800c151c92-btn-wrapper {
    text-align: center;
  }


#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-variant-btn:active, #s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-173c36dd-c75a-4c52-b1ff-60800c151c92 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-286cc009-5049-4791-b559-9800f2b29603 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-286cc009-5049-4791-b559-9800f2b29603:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-286cc009-5049-4791-b559-9800f2b29603:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-286cc009-5049-4791-b559-9800f2b29603-atc-btn-wrapper {
    text-align: center;
  }


#s-286cc009-5049-4791-b559-9800f2b29603 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-286cc009-5049-4791-b559-9800f2b29603.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-57f30520-211e-4ab5-b39c-078b60c8dc08 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-57f30520-211e-4ab5-b39c-078b60c8dc08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57f30520-211e-4ab5-b39c-078b60c8dc08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56b49b74-b519-450c-94c7-45ffdd74b967 {
  margin-left: auto;
margin-right: auto;
}

#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 {
  max-width:  100%;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 .shg-image-zoom,
.shg-c#s-0cc54b79-1366-4423-9bfb-f5121c2c1637 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-f1f6ce12-4108-44cc-b417-7970b208ac68 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-f1f6ce12-4108-44cc-b417-7970b208ac68 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a23c73a7-477c-44cd-a914-0e6728f13c34 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-6873bc9b-9c1a-4e10-a10b-63922bb78df8-btn-wrapper {
    text-align: center;
  }


#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-variant-btn:active, #s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-6873bc9b-9c1a-4e10-a10b-63922bb78df8 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc-atc-btn-wrapper {
    text-align: center;
  }


#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-c692ff9a-ee1c-4fda-be4f-a9a4e58cbabc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-content-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-763c73c3-049a-4a89-b0b2-996a2006fac1 {
  display: none;
}
#s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-s-763c73c3-049a-4a89-b0b2-996a2006fac1, #wrap-content-s-763c73c3-049a-4a89-b0b2-996a2006fac1 { display: none !important; }}
@media (min-width: 0px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-763c73c3-049a-4a89-b0b2-996a2006fac1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-b6757e2a-8256-4eaa-be38-57899575983d {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-b6757e2a-8256-4eaa-be38-57899575983d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6757e2a-8256-4eaa-be38-57899575983d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5c9b9ac-a853-4870-a768-c5ca1b418154 {
  margin-left: auto;
margin-right: auto;
}

#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd {
  max-width:  100%;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd .shg-image-zoom,
.shg-c#s-1026c59c-f855-44bb-a516-d08bf63008fd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c15380c8-027b-43d5-bb1e-da827f85002a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c15380c8-027b-43d5-bb1e-da827f85002a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-92e464e3-8d65-4399-8049-62efec5a4d3f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d98cbe63-d4a0-4b38-897d-de31a1a7b045-btn-wrapper {
    text-align: center;
  }


#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-variant-btn:active, #s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d98cbe63-d4a0-4b38-897d-de31a1a7b045 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f-atc-btn-wrapper {
    text-align: center;
  }


#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-27dc3ce0-26a6-46b2-83e2-7c09a4be995f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-754c3080-8f15-4af2-bd59-a32a6801b248 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-754c3080-8f15-4af2-bd59-a32a6801b248 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-754c3080-8f15-4af2-bd59-a32a6801b248.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19ba9526-d5d2-4b0f-8d31-664fbe8c6b70 {
  margin-left: auto;
margin-right: auto;
}

#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 {
  max-width:  100%;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 .shg-image-zoom,
.shg-c#s-dce809f9-5bb6-4ef6-87ae-7d7091eaa676 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-cdb27955-ec81-4013-9458-c38d16170c45 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-cdb27955-ec81-4013-9458-c38d16170c45 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-68761407-f6e1-4a76-870b-a645dd938465 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-28257e34-aae1-40fa-9db3-955b36e58c6d-btn-wrapper {
    text-align: center;
  }


#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-variant-btn:active, #s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-28257e34-aae1-40fa-9db3-955b36e58c6d .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1bceb688-8a6d-4b77-865e-7856dcc05f85:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1bceb688-8a6d-4b77-865e-7856dcc05f85:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85-atc-btn-wrapper {
    text-align: center;
  }


#s-1bceb688-8a6d-4b77-865e-7856dcc05f85 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1bceb688-8a6d-4b77-865e-7856dcc05f85.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12ad3dee-9e9a-4a17-a29e-0401884f7aab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dae4756c-e27b-48c9-b3e9-fcfe51438180 {
  margin-left: auto;
margin-right: auto;
}

#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 {
  max-width:  100%;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 .shg-image-zoom,
.shg-c#s-b89fca2d-c8bc-4d33-8be3-c74e484139f1 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7768a2e0-3ae1-48b4-9df0-68182390ab4e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-d32e709e-4cad-4702-8982-4b2f1d84eee8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-ab8a0aea-7adf-41a2-a269-e52251527b75-btn-wrapper {
    text-align: center;
  }


#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-variant-btn:active, #s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-ab8a0aea-7adf-41a2-a269-e52251527b75 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-dd856568-8690-4e49-8f54-5bfaf5f3a886:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-dd856568-8690-4e49-8f54-5bfaf5f3a886:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886-atc-btn-wrapper {
    text-align: center;
  }


#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886-atc-btn-wrapper {
    text-align: center;
  }


#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886-atc-btn-wrapper {
    text-align: center;
  }


#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886-atc-btn-wrapper {
    text-align: center;
  }


#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886-atc-btn-wrapper {
    text-align: center;
  }


#s-dd856568-8690-4e49-8f54-5bfaf5f3a886 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-dd856568-8690-4e49-8f54-5bfaf5f3a886.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-e333934b-a996-4da6-b844-22a870e6abf7 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-e333934b-a996-4da6-b844-22a870e6abf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e333934b-a996-4da6-b844-22a870e6abf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3a80322-35ef-485d-9cf2-707a641ef851 {
  margin-left: auto;
margin-right: auto;
}

#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 {
  max-width:  100%;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 .shg-image-zoom,
.shg-c#s-1613d555-6f73-4fc2-9424-451b773a4671 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-3ba258e8-b1ef-4ceb-ac30-07e1ad4cf90e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-16963f51-9832-40ad-9651-59745c1f0697 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-91bc8cd2-c72f-458a-9114-3e868105793f-btn-wrapper {
    text-align: center;
  }


#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-variant-btn:active, #s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-91bc8cd2-c72f-458a-9114-3e868105793f .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-669f3bda-9457-4e85-a010-ec6f96e4165c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-669f3bda-9457-4e85-a010-ec6f96e4165c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-669f3bda-9457-4e85-a010-ec6f96e4165c-atc-btn-wrapper {
    text-align: center;
  }


#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-669f3bda-9457-4e85-a010-ec6f96e4165c-atc-btn-wrapper {
    text-align: center;
  }


#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-669f3bda-9457-4e85-a010-ec6f96e4165c-atc-btn-wrapper {
    text-align: center;
  }


#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-669f3bda-9457-4e85-a010-ec6f96e4165c-atc-btn-wrapper {
    text-align: center;
  }


#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-669f3bda-9457-4e85-a010-ec6f96e4165c-atc-btn-wrapper {
    text-align: center;
  }


#s-669f3bda-9457-4e85-a010-ec6f96e4165c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-669f3bda-9457-4e85-a010-ec6f96e4165c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  display: none;
}
#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-content-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 {
  display: none;
}
#s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5, #wrap-content-s-6b515d54-df48-4ca9-96c8-92e44c4d73d5 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b515d54-df48-4ca9-96c8-92e44c4d73d5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8f212381-feb7-499f-9a13-9e6be6be8eb2 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-8f212381-feb7-499f-9a13-9e6be6be8eb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8f212381-feb7-499f-9a13-9e6be6be8eb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b4ab548-c823-413e-b22c-e074240e58f1 {
  margin-left: auto;
margin-right: auto;
}

#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 {
  max-width:  100%;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 .shg-image-zoom,
.shg-c#s-c4056de5-c86a-400d-abc3-71a98523b594 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-799508a3-1040-4095-a936-796c34a4c0d3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-799508a3-1040-4095-a936-796c34a4c0d3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9b93f530-d246-411d-ac4a-372d66c1c3d5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-564c951d-8194-4773-9fb9-bc43122eb961-btn-wrapper {
    text-align: center;
  }


#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-variant-btn:active, #s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-564c951d-8194-4773-9fb9-bc43122eb961 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-f1213908-bcd1-405f-a9b8-6854bec304cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f1213908-bcd1-405f-a9b8-6854bec304cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f1213908-bcd1-405f-a9b8-6854bec304cc-atc-btn-wrapper {
    text-align: center;
  }


#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-f1213908-bcd1-405f-a9b8-6854bec304cc-atc-btn-wrapper {
    text-align: center;
  }


#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-f1213908-bcd1-405f-a9b8-6854bec304cc-atc-btn-wrapper {
    text-align: center;
  }


#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-f1213908-bcd1-405f-a9b8-6854bec304cc-atc-btn-wrapper {
    text-align: center;
  }


#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-f1213908-bcd1-405f-a9b8-6854bec304cc-atc-btn-wrapper {
    text-align: center;
  }


#s-f1213908-bcd1-405f-a9b8-6854bec304cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f1213908-bcd1-405f-a9b8-6854bec304cc.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-2c414bf1-fef9-421c-bcd8-7fea471043f8 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-2c414bf1-fef9-421c-bcd8-7fea471043f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c414bf1-fef9-421c-bcd8-7fea471043f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cef88dbd-615a-4e6f-bbda-eae1a6af6eba {
  margin-left: auto;
margin-right: auto;
}

#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e {
  max-width:  100%;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e .shg-image-zoom,
.shg-c#s-6f0bedfb-446f-4d09-a44f-0d7fcda88a5e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-ed153d3b-d958-4a81-a492-b66d0344d6e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-9725f24f-6a66-44dc-90c9-fcd8e6e3b333 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-a9a95035-45e1-47a5-b67e-ddf833ff4307-btn-wrapper {
    text-align: center;
  }


#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-variant-btn:active, #s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a9a95035-45e1-47a5-b67e-ddf833ff4307 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b911601a-9ab2-4beb-b26c-3c3b340196f2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b911601a-9ab2-4beb-b26c-3c3b340196f2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2-atc-btn-wrapper {
    text-align: center;
  }


#s-b911601a-9ab2-4beb-b26c-3c3b340196f2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b911601a-9ab2-4beb-b26c-3c3b340196f2.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-18314317-0764-47d9-8371-02186c89cfeb {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-18314317-0764-47d9-8371-02186c89cfeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18314317-0764-47d9-8371-02186c89cfeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e276e05-14ea-4301-ac75-6c8d992bf7be {
  margin-left: auto;
margin-right: auto;
}

#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 {
  max-width:  100%;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 .shg-image-zoom,
.shg-c#s-f423d87b-83f7-41db-88cb-1dd8ef9b8101 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-fbdded00-5700-424b-86de-83a3e2d969e4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-fbdded00-5700-424b-86de-83a3e2d969e4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-03ee3d33-6c1d-4597-a9b2-50862e75be5b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-5e952e47-fa8f-4137-aa9e-bb2770f39d63-btn-wrapper {
    text-align: center;
  }


#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-variant-btn:active, #s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-5e952e47-fa8f-4137-aa9e-bb2770f39d63 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a7afc252-cbf3-489c-9891-7f477c44e56a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a7afc252-cbf3-489c-9891-7f477c44e56a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7afc252-cbf3-489c-9891-7f477c44e56a-atc-btn-wrapper {
    text-align: center;
  }


#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-a7afc252-cbf3-489c-9891-7f477c44e56a-atc-btn-wrapper {
    text-align: center;
  }


#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7afc252-cbf3-489c-9891-7f477c44e56a-atc-btn-wrapper {
    text-align: center;
  }


#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-a7afc252-cbf3-489c-9891-7f477c44e56a-atc-btn-wrapper {
    text-align: center;
  }


#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-a7afc252-cbf3-489c-9891-7f477c44e56a-atc-btn-wrapper {
    text-align: center;
  }


#s-a7afc252-cbf3-489c-9891-7f477c44e56a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a7afc252-cbf3-489c-9891-7f477c44e56a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-f07aad0e-df6d-489e-abde-287e8d8d3d78 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-f07aad0e-df6d-489e-abde-287e8d8d3d78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f07aad0e-df6d-489e-abde-287e8d8d3d78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e6e040a-0e7c-49e9-a923-89e07d2c67e8 {
  margin-left: auto;
margin-right: auto;
}

#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f {
  max-width:  100%;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f .shg-image-zoom,
.shg-c#s-165dd57a-f100-4afc-96a2-00ed13c9b88f img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-1183a9bf-5782-4711-aed6-132d4f8b51c4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-040812b7-26b3-40c1-896a-b15f1b57587d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-e003485a-6e26-4292-b7b1-bd6930128948-btn-wrapper {
    text-align: center;
  }


#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-variant-btn:active, #s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-e003485a-6e26-4292-b7b1-bd6930128948 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-16cd1fb2-2087-421a-a30a-28861a786634:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16cd1fb2-2087-421a-a30a-28861a786634:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16cd1fb2-2087-421a-a30a-28861a786634-atc-btn-wrapper {
    text-align: center;
  }


#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-16cd1fb2-2087-421a-a30a-28861a786634-atc-btn-wrapper {
    text-align: center;
  }


#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-16cd1fb2-2087-421a-a30a-28861a786634-atc-btn-wrapper {
    text-align: center;
  }


#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-16cd1fb2-2087-421a-a30a-28861a786634-atc-btn-wrapper {
    text-align: center;
  }


#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-16cd1fb2-2087-421a-a30a-28861a786634-atc-btn-wrapper {
    text-align: center;
  }


#s-16cd1fb2-2087-421a-a30a-28861a786634 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-16cd1fb2-2087-421a-a30a-28861a786634.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  display: none;
}
#s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-content-s-9674d06c-e1bb-4756-a8e7-418fab6d9736 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9674d06c-e1bb-4756-a8e7-418fab6d9736 {
  display: none;
}
#s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-s-9674d06c-e1bb-4756-a8e7-418fab6d9736, #wrap-content-s-9674d06c-e1bb-4756-a8e7-418fab6d9736 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-9674d06c-e1bb-4756-a8e7-418fab6d9736"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-154899b8-20ca-4687-9242-1b19ec34b370 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-154899b8-20ca-4687-9242-1b19ec34b370 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-154899b8-20ca-4687-9242-1b19ec34b370.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b98ed032-ab51-4892-b3e0-c1f503592336 {
  margin-left: auto;
margin-right: auto;
}

#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b {
  max-width:  100%;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b .shg-image-zoom,
.shg-c#s-8e4584b1-2bee-4497-883c-ec50b9ca115b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-415d5685-46f3-456b-8acd-4ead198f457a {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-415d5685-46f3-456b-8acd-4ead198f457a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-71ff2e25-52fc-4e8b-b8c0-5a48ff882acb {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-3bb295c9-e71d-4fe0-959f-4d5444245454-btn-wrapper {
    text-align: center;
  }


#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-variant-btn:active, #s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-3bb295c9-e71d-4fe0-959f-4d5444245454 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-88b50a49-705c-46a5-8f36-82d66c9675b3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-88b50a49-705c-46a5-8f36-82d66c9675b3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-88b50a49-705c-46a5-8f36-82d66c9675b3-atc-btn-wrapper {
    text-align: center;
  }


#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-88b50a49-705c-46a5-8f36-82d66c9675b3-atc-btn-wrapper {
    text-align: center;
  }


#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-88b50a49-705c-46a5-8f36-82d66c9675b3-atc-btn-wrapper {
    text-align: center;
  }


#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-88b50a49-705c-46a5-8f36-82d66c9675b3-atc-btn-wrapper {
    text-align: center;
  }


#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-88b50a49-705c-46a5-8f36-82d66c9675b3-atc-btn-wrapper {
    text-align: center;
  }


#s-88b50a49-705c-46a5-8f36-82d66c9675b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-88b50a49-705c-46a5-8f36-82d66c9675b3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-915ae223-581a-4faf-ab4a-439334868c91 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-915ae223-581a-4faf-ab4a-439334868c91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-915ae223-581a-4faf-ab4a-439334868c91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02553fe1-3388-4b8f-995d-6e8554947357 {
  margin-left: auto;
margin-right: auto;
}

#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb {
  max-width:  100%;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb .shg-image-zoom,
.shg-c#s-67ae8957-90a7-4699-92b6-ebada97b92bb img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-91fcf7ba-e58b-4409-8e6d-9a580475c7d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a6570049-52c1-4a8a-80e0-ec2c35f8af14 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-7a785a45-3e44-4541-99cc-99a037706453 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-7a785a45-3e44-4541-99cc-99a037706453 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-7a785a45-3e44-4541-99cc-99a037706453-btn-wrapper {
    text-align: center;
  }


#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-variant-btn:active, #s-7a785a45-3e44-4541-99cc-99a037706453 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-7a785a45-3e44-4541-99cc-99a037706453 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144-atc-btn-wrapper {
    text-align: center;
  }


#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144-atc-btn-wrapper {
    text-align: center;
  }


#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144-atc-btn-wrapper {
    text-align: center;
  }


#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144-atc-btn-wrapper {
    text-align: center;
  }


#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144-atc-btn-wrapper {
    text-align: center;
  }


#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b5b0e8cb-88a0-4dec-9d49-046413bb7144.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-3aab7e84-3206-4026-beb3-7e58ce3097a3 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-3aab7e84-3206-4026-beb3-7e58ce3097a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aab7e84-3206-4026-beb3-7e58ce3097a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74e2742d-3036-412f-adc1-fde1211eb318 {
  margin-left: auto;
margin-right: auto;
}

#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b {
  max-width:  100%;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b .shg-image-zoom,
.shg-c#s-6cdbc26e-8426-47d6-be49-86e0cb711e5b img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-dde375d7-7321-4445-9d6b-c9f0901f2aab {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-dde375d7-7321-4445-9d6b-c9f0901f2aab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-c39f1b6f-12d6-46ce-804b-5c4ccd2c10d8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d063829f-7574-4ff1-b0dd-044dae536391-btn-wrapper {
    text-align: center;
  }


#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-variant-btn:active, #s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d063829f-7574-4ff1-b0dd-044dae536391 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f-atc-btn-wrapper {
    text-align: center;
  }


#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f-atc-btn-wrapper {
    text-align: center;
  }


#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f-atc-btn-wrapper {
    text-align: center;
  }


#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f-atc-btn-wrapper {
    text-align: center;
  }


#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f-atc-btn-wrapper {
    text-align: center;
  }


#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b8537ca7-bae6-4e76-9d3f-e949cf9a514f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7fbdf002-b6d5-4c7d-9517-4a8883ed7411.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21e70b11-0cfd-4a94-bec4-5962af377f91 {
  margin-left: auto;
margin-right: auto;
}

#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 {
  max-width:  100%;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 .shg-image-zoom,
.shg-c#s-88ccc21c-ae7e-42f3-8dee-2f1a2c942991 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-304fadd2-d8ca-4875-a85b-f7260cace061 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-304fadd2-d8ca-4875-a85b-f7260cace061 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-39ae93a6-4829-4ef6-b0ca-89d9a19cc72d {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c71c620c-4549-4109-b82b-2f69b9d974e8-btn-wrapper {
    text-align: center;
  }


#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-variant-btn:active, #s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-c71c620c-4549-4109-b82b-2f69b9d974e8 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-57c292cd-d454-47dd-a83d-a3cf31e4b148:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-57c292cd-d454-47dd-a83d-a3cf31e4b148:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148-atc-btn-wrapper {
    text-align: center;
  }


#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148-atc-btn-wrapper {
    text-align: center;
  }


#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148-atc-btn-wrapper {
    text-align: center;
  }


#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148-atc-btn-wrapper {
    text-align: center;
  }


#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148-atc-btn-wrapper {
    text-align: center;
  }


#s-57c292cd-d454-47dd-a83d-a3cf31e4b148 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-57c292cd-d454-47dd-a83d-a3cf31e4b148.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 2%;
padding-bottom: 2%;
}
@media (min-width: 1200px){#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  display: none;
}
#s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-content-s-a88eb68c-79dd-414b-af84-5c73f6b42a77 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a88eb68c-79dd-414b-af84-5c73f6b42a77 {
  display: none;
}
#s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-s-a88eb68c-79dd-414b-af84-5c73f6b42a77, #wrap-content-s-a88eb68c-79dd-414b-af84-5c73f6b42a77 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a88eb68c-79dd-414b-af84-5c73f6b42a77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-8a8d27d6-1c91-44a8-9df7-52b895434acf {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-8a8d27d6-1c91-44a8-9df7-52b895434acf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a8d27d6-1c91-44a8-9df7-52b895434acf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80bda098-b13b-42f1-b410-801103458e3f {
  margin-left: auto;
margin-right: auto;
}

#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 {
  max-width:  100%;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 .shg-image-zoom,
.shg-c#s-c256eb2d-14a7-42da-91f5-e6ef62b0d9e7 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-abc64619-0e2f-40af-b479-0d7ef8bce77b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-abc64619-0e2f-40af-b479-0d7ef8bce77b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-bab5b569-6938-497d-b53f-08f6587ededd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-743003a6-8007-4e88-add9-25909a56f332 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-743003a6-8007-4e88-add9-25909a56f332 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-743003a6-8007-4e88-add9-25909a56f332-btn-wrapper {
    text-align: center;
  }


#s-743003a6-8007-4e88-add9-25909a56f332 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-variant-btn:active, #s-743003a6-8007-4e88-add9-25909a56f332 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-743003a6-8007-4e88-add9-25909a56f332 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-1563ae43-a046-43bc-bfb9-0126d72f2c01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1563ae43-a046-43bc-bfb9-0126d72f2c01:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01-atc-btn-wrapper {
    text-align: center;
  }


#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01-atc-btn-wrapper {
    text-align: center;
  }


#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01-atc-btn-wrapper {
    text-align: center;
  }


#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01-atc-btn-wrapper {
    text-align: center;
  }


#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01-atc-btn-wrapper {
    text-align: center;
  }


#s-1563ae43-a046-43bc-bfb9-0126d72f2c01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-1563ae43-a046-43bc-bfb9-0126d72f2c01.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5e16d9ed-66e3-49e4-9b07-6f1050f77768.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a05611-f24e-4abe-8255-b8b47fd70b67 {
  margin-left: auto;
margin-right: auto;
}

#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 {
  max-width:  100%;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 .shg-image-zoom,
.shg-c#s-6f11f131-52d6-4d62-9620-9ac197e97319 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-85e56f93-b8e7-4007-913a-649e4936305b {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-85e56f93-b8e7-4007-913a-649e4936305b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0a8a1a1b-93ee-4bb4-91e6-33a5c3951454 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-14b32164-f919-4564-9534-9ff69bddf2d1-btn-wrapper {
    text-align: center;
  }


#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-variant-btn:active, #s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-14b32164-f919-4564-9534-9ff69bddf2d1 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60-atc-btn-wrapper {
    text-align: center;
  }


#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60-atc-btn-wrapper {
    text-align: center;
  }


#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60-atc-btn-wrapper {
    text-align: center;
  }


#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60-atc-btn-wrapper {
    text-align: center;
  }


#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60-atc-btn-wrapper {
    text-align: center;
  }


#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-4e0ab198-fe8f-46e7-b71e-f4819a184b60.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4b15610-ed67-4306-ae2a-f40e1ca5e189.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0fd3722e-12ef-4e61-abf0-5d4ed1495ca6 {
  margin-left: auto;
margin-right: auto;
}

#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a {
  max-width:  100%;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a .shg-image-zoom,
.shg-c#s-f3f77379-4abf-4bf5-ba2c-ed79be059e0a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-c7cb7411-d9b1-49fa-bd2e-450ae7a5cafa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-50e79f13-7aea-4de9-8a91-7d53489b0f19 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-eb3b67f0-dc9d-42e9-b21d-befda141092c-btn-wrapper {
    text-align: center;
  }


#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-variant-btn:active, #s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-eb3b67f0-dc9d-42e9-b21d-befda141092c .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6-atc-btn-wrapper {
    text-align: center;
  }


#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6-atc-btn-wrapper {
    text-align: center;
  }


#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6-atc-btn-wrapper {
    text-align: center;
  }


#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6-atc-btn-wrapper {
    text-align: center;
  }


#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6-atc-btn-wrapper {
    text-align: center;
  }


#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-83ecfde5-68d4-4c5b-b44a-ae5a42feebb6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}








#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5da9a37c-2ec7-4b39-9071-c58dc1c41fed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dd162bc-9e99-40e6-ace3-888e022193e1 {
  margin-left: auto;
margin-right: auto;
}

#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e {
  max-width:  100%;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  max-width: 1080px !important;
  
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e .shg-image-zoom,
.shg-c#s-b1070f47-8ae6-46f8-93b9-a033f98d225e img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-786bc624-8d00-4fbb-85f7-c3272c80768f {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0);
  padding: 10px;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Sabon Next;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-786bc624-8d00-4fbb-85f7-c3272c80768f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-859dd2be-4c8a-4954-8857-bb502c79df88 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-decoration: none;
text-align: center;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}



#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16-btn-wrapper {
    text-align: center;
  }


#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-variant-btn {
  
    background-color: #252525;
  

  color: #ffffff;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-variant-btn:hover {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-variant-btn:active, #s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-variant-btn.active {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-d40c317c-b2be-4e4d-b7b7-feaf2b407e16 .shg-variant-btn.disabled {
  
    background-image: none;
    background-color: #252525;
  
  color: #ffffff;
  
  
  
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 0px;
background-color: rgba(0, 114, 169, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-03fd4977-18a1-4705-b1ff-d172c52b452c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03fd4977-18a1-4705-b1ff-d172c52b452c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-03fd4977-18a1-4705-b1ff-d172c52b452c-atc-btn-wrapper {
    text-align: center;
  }


#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

@media (min-width: 1200px){
  #s-03fd4977-18a1-4705-b1ff-d172c52b452c-atc-btn-wrapper {
    text-align: center;
  }


#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 992px) and (max-width: 1199px){
  #s-03fd4977-18a1-4705-b1ff-d172c52b452c-atc-btn-wrapper {
    text-align: center;
  }


#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (min-width: 768px) and (max-width: 991px){
  #s-03fd4977-18a1-4705-b1ff-d172c52b452c-atc-btn-wrapper {
    text-align: center;
  }


#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}@media (max-width: 767px){
  #s-03fd4977-18a1-4705-b1ff-d172c52b452c-atc-btn-wrapper {
    text-align: center;
  }


#s-03fd4977-18a1-4705-b1ff-d172c52b452c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-03fd4977-18a1-4705-b1ff-d172c52b452c.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
