.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;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.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-07727c51-e7a2-4be7-8f16-50ecb5d654fc {
  min-height: 50px;
}








#s-07727c51-e7a2-4be7-8f16-50ecb5d654fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07727c51-e7a2-4be7-8f16-50ecb5d654fc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b1f5e936-13a4-4528-aca1-b0ff0fb60857 {
  min-height: 50px;
}








#s-b1f5e936-13a4-4528-aca1-b0ff0fb60857 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1f5e936-13a4-4528-aca1-b0ff0fb60857.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-daf69d49-aac6-43e3-b765-98bb8078b765 {
  min-height: 50px;
}








#s-daf69d49-aac6-43e3-b765-98bb8078b765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf69d49-aac6-43e3-b765-98bb8078b765.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcbb54a6-3d85-47e6-8790-6a73f8435ae1 {
  min-height: 50px;
}








#s-bcbb54a6-3d85-47e6-8790-6a73f8435ae1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcbb54a6-3d85-47e6-8790-6a73f8435ae1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.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: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.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: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.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;
}

#s-064011d3-a4d2-43d9-88e9-7150bed509ac {
  padding-bottom: 20px;
}
@media (min-width: 1200px){#s-064011d3-a4d2-43d9-88e9-7150bed509ac {
  display: none;
}
#s-064011d3-a4d2-43d9-88e9-7150bed509ac, #wrap-s-064011d3-a4d2-43d9-88e9-7150bed509ac { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-064011d3-a4d2-43d9-88e9-7150bed509ac {
  display: none;
}
#s-064011d3-a4d2-43d9-88e9-7150bed509ac, #wrap-s-064011d3-a4d2-43d9-88e9-7150bed509ac { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-064011d3-a4d2-43d9-88e9-7150bed509ac {
  display: none;
}
#s-064011d3-a4d2-43d9-88e9-7150bed509ac, #wrap-s-064011d3-a4d2-43d9-88e9-7150bed509ac { display:none !important; }}
@media (min-width: 0px) {
[id="s-064011d3-a4d2-43d9-88e9-7150bed509ac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-064011d3-a4d2-43d9-88e9-7150bed509ac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-064011d3-a4d2-43d9-88e9-7150bed509ac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-064011d3-a4d2-43d9-88e9-7150bed509ac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-b15f6173-dc37-495c-8198-6c8296b7ca56 {
  text-align: center;
}







  #s-b15f6173-dc37-495c-8198-6c8296b7ca56 img.shogun-image {
    

    
    
    
  }


#s-b15f6173-dc37-495c-8198-6c8296b7ca56 .shogun-image-content {
  
    align-items: center;
  
}

#s-846e9946-f1e5-4cc6-bd12-c001a6115544 {
  text-align: center;
}







  #s-846e9946-f1e5-4cc6-bd12-c001a6115544 img.shogun-image {
    

    
    
    
  }


#s-846e9946-f1e5-4cc6-bd12-c001a6115544 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba0c0bd6-e388-4426-8313-141a9bd2a6c6 {
  text-align: center;
}







  #s-ba0c0bd6-e388-4426-8313-141a9bd2a6c6 img.shogun-image {
    

    
    
    
  }


#s-ba0c0bd6-e388-4426-8313-141a9bd2a6c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-fbf2ac92-d575-4a87-ba1c-667361c6f739 {
  min-height: 50px;
}








#s-fbf2ac92-d575-4a87-ba1c-667361c6f739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf2ac92-d575-4a87-ba1c-667361c6f739.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2c9d19c-9603-48cd-8521-ffdca82d6640 {
  min-height: 50px;
}








#s-c2c9d19c-9603-48cd-8521-ffdca82d6640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2c9d19c-9603-48cd-8521-ffdca82d6640.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e64cd53-d4ac-4da0-be44-85d04b27a760 {
  min-height: 50px;
}








#s-3e64cd53-d4ac-4da0-be44-85d04b27a760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e64cd53-d4ac-4da0-be44-85d04b27a760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 16px;
margin-right: 50px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}
@media (max-width: 767px){#s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb {
  display: none;
}
#s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb, #wrap-s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb { display:none !important; }}
@media (min-width: 0px) {
[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a08ca7e7-f6b9-4708-86f8-cc99e047fbcb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-16b610d1-a17f-41b6-8df0-928f6d57f5bb {
  min-height: 50px;
}








#s-16b610d1-a17f-41b6-8df0-928f6d57f5bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16b610d1-a17f-41b6-8df0-928f6d57f5bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac436e88-1e1c-4233-8241-85085bb181ec {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac436e88-1e1c-4233-8241-85085bb181ec"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-b4b31150-a3eb-4d19-a765-32c31fee3bc2 {
  text-align: center;
}







  #s-b4b31150-a3eb-4d19-a765-32c31fee3bc2 img.shogun-image {
    

    
    
    
  }


#s-b4b31150-a3eb-4d19-a765-32c31fee3bc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e92ed4cb-2600-4e93-841a-1b6d7b31a61a {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-e92ed4cb-2600-4e93-841a-1b6d7b31a61a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e92ed4cb-2600-4e93-841a-1b6d7b31a61a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e92ed4cb-2600-4e93-841a-1b6d7b31a61a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e92ed4cb-2600-4e93-841a-1b6d7b31a61a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-66f48100-92a1-44d2-bc17-2a6a51df4727 {
  text-align: center;
}







  #s-66f48100-92a1-44d2-bc17-2a6a51df4727 img.shogun-image {
    

    
    
    
  }


#s-66f48100-92a1-44d2-bc17-2a6a51df4727 .shogun-image-content {
  
    align-items: center;
  
}

#s-be2e00a9-c438-4e71-bffa-5006a248ecfa {
  text-align: center;
}







  #s-be2e00a9-c438-4e71-bffa-5006a248ecfa img.shogun-image {
    

    
    
    
  }


#s-be2e00a9-c438-4e71-bffa-5006a248ecfa .shogun-image-content {
  
    align-items: center;
  
}

#s-a32aca09-9eb2-42c1-880e-545fcc825757 {
  text-align: center;
}







  #s-a32aca09-9eb2-42c1-880e-545fcc825757 img.shogun-image {
    

    
    
    
  }


#s-a32aca09-9eb2-42c1-880e-545fcc825757 .shogun-image-content {
  
    align-items: center;
  
}

#s-39af497b-5655-4a2e-b858-b94f28c1c4cc {
  display: none;
}
.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-center {
  text-align: center;
}

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

#s-384352e0-681d-45ec-9ba7-9b164058f6b7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-384352e0-681d-45ec-9ba7-9b164058f6b7:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-384352e0-681d-45ec-9ba7-9b164058f6b7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-384352e0-681d-45ec-9ba7-9b164058f6b7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-384352e0-681d-45ec-9ba7-9b164058f6b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-384352e0-681d-45ec-9ba7-9b164058f6b7.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-384352e0-681d-45ec-9ba7-9b164058f6b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-45d4bded-93a2-45e1-aa8e-59fbf65dbab9 {
  min-height: 50px;
}








#s-45d4bded-93a2-45e1-aa8e-59fbf65dbab9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45d4bded-93a2-45e1-aa8e-59fbf65dbab9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7fcc63-8054-4048-8a82-f06efe3ea820 {
  min-height: 50px;
}








#s-ed7fcc63-8054-4048-8a82-f06efe3ea820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7fcc63-8054-4048-8a82-f06efe3ea820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed2863ac-54fe-4f14-b5a1-020a31012a7c {
  margin-top: 8px;
}

@media (min-width: 0px) {
[id="s-ed2863ac-54fe-4f14-b5a1-020a31012a7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed2863ac-54fe-4f14-b5a1-020a31012a7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed2863ac-54fe-4f14-b5a1-020a31012a7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed2863ac-54fe-4f14-b5a1-020a31012a7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-07f83f5f-c4db-4a53-978a-4ecdee95e770 {
  margin-left: 2%;
margin-right: 2%;
text-align: center;
}

#s-2bb95eeb-c15c-456d-9935-546cc052dd4d {
  min-height: 50px;
}








#s-2bb95eeb-c15c-456d-9935-546cc052dd4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bb95eeb-c15c-456d-9935-546cc052dd4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df753dc1-0dda-4a3d-beca-36732e2e251b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df753dc1-0dda-4a3d-beca-36732e2e251b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df753dc1-0dda-4a3d-beca-36732e2e251b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df753dc1-0dda-4a3d-beca-36732e2e251b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-2a76cc77-0294-4859-8ea5-a8b069f39fb9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-2a76cc77-0294-4859-8ea5-a8b069f39fb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a76cc77-0294-4859-8ea5-a8b069f39fb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a76cc77-0294-4859-8ea5-a8b069f39fb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8974c16d-be36-4fa4-a790-0a59ce2f6697 {
  text-align: center;
}







  #s-8974c16d-be36-4fa4-a790-0a59ce2f6697 img.shogun-image {
    

    
    
    
  }


#s-8974c16d-be36-4fa4-a790-0a59ce2f6697 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f2e496e-8fa5-4dec-834a-719fa9583dc8 {
  text-align: center;
}







  #s-0f2e496e-8fa5-4dec-834a-719fa9583dc8 img.shogun-image {
    

    
    
    
  }


#s-0f2e496e-8fa5-4dec-834a-719fa9583dc8 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-7f66331b-90e4-4fa6-8062-6b9884ead9f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f66331b-90e4-4fa6-8062-6b9884ead9f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f66331b-90e4-4fa6-8062-6b9884ead9f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f66331b-90e4-4fa6-8062-6b9884ead9f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-013ddb88-a0c6-417d-bb01-39dc8ad2d7e7 {
  text-align: center;
}







  #s-013ddb88-a0c6-417d-bb01-39dc8ad2d7e7 img.shogun-image {
    

    
    
    
  }


#s-013ddb88-a0c6-417d-bb01-39dc8ad2d7e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-13c1ad68-133b-488f-96f0-8611ea652dbb {
  text-align: center;
}







  #s-13c1ad68-133b-488f-96f0-8611ea652dbb img.shogun-image {
    

    
    
    
  }


#s-13c1ad68-133b-488f-96f0-8611ea652dbb .shogun-image-content {
  
    align-items: center;
  
}

#s-200d1efe-81a7-41d5-b1c8-2a1e8449ec39 {
  min-height: 50px;
background-color: rgba(255, 221, 221, 1);
}








#s-200d1efe-81a7-41d5-b1c8-2a1e8449ec39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-200d1efe-81a7-41d5-b1c8-2a1e8449ec39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-763a5b93-482e-44de-8645-77c121a2e8d2 {
  padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-763a5b93-482e-44de-8645-77c121a2e8d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-164ce677-5305-4ab9-8dcf-c6c259e8bf3d {
  min-height: 50px;
}








#s-164ce677-5305-4ab9-8dcf-c6c259e8bf3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-164ce677-5305-4ab9-8dcf-c6c259e8bf3d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-2619554d-ad17-44f6-ae5c-21af2078f7ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2619554d-ad17-44f6-ae5c-21af2078f7ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2619554d-ad17-44f6-ae5c-21af2078f7ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2619554d-ad17-44f6-ae5c-21af2078f7ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-eb485fc3-e88f-4205-bb13-1c640adba0f2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb485fc3-e88f-4205-bb13-1c640adba0f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb485fc3-e88f-4205-bb13-1c640adba0f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb485fc3-e88f-4205-bb13-1c640adba0f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88b7910e-d33e-4b63-8f7c-2e9d299a47c2 {
  text-align: center;
}







  #s-88b7910e-d33e-4b63-8f7c-2e9d299a47c2 img.shogun-image {
    

    
    
    
  }


#s-88b7910e-d33e-4b63-8f7c-2e9d299a47c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d5a529d-7f34-4360-8a23-2f710553a7af {
  text-align: center;
}







  #s-2d5a529d-7f34-4360-8a23-2f710553a7af img.shogun-image {
    

    
    
    
  }


#s-2d5a529d-7f34-4360-8a23-2f710553a7af .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a910d041-7844-4019-a8ce-934d6ab2c6b3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a910d041-7844-4019-a8ce-934d6ab2c6b3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a910d041-7844-4019-a8ce-934d6ab2c6b3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a910d041-7844-4019-a8ce-934d6ab2c6b3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-54eb8027-5b87-4817-bff1-8fd38898cd21 {
  box-shadow:    rgba(0, 0, 0, 0.34);
text-align: center;
}







  #s-54eb8027-5b87-4817-bff1-8fd38898cd21 img.shogun-image {
    

    
    
    
  }


#s-54eb8027-5b87-4817-bff1-8fd38898cd21 .shogun-image-content {
  
    align-items: center;
  
}

#s-6bb2ffeb-e512-4053-8187-8267ea812a9d {
  text-align: center;
}







  #s-6bb2ffeb-e512-4053-8187-8267ea812a9d img.shogun-image {
    

    
    
    
  }


#s-6bb2ffeb-e512-4053-8187-8267ea812a9d .shogun-image-content {
  
    align-items: center;
  
}

#s-441a7d5c-5f90-439d-bcf0-43ac66275435 {
  min-height: 50px;
background-color: rgba(255, 221, 221, 1);
}








#s-441a7d5c-5f90-439d-bcf0-43ac66275435 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-441a7d5c-5f90-439d-bcf0-43ac66275435.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5c45a611-606a-495e-a0db-660a40fdebe1 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c45a611-606a-495e-a0db-660a40fdebe1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c45a611-606a-495e-a0db-660a40fdebe1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0768b2de-0fc7-4100-899d-101e8d915d2c {
  min-height: 50px;
}








#s-0768b2de-0fc7-4100-899d-101e8d915d2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0768b2de-0fc7-4100-899d-101e8d915d2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16caa184-91c1-428b-acda-057ccab22466 {
  margin-top: 16px;
}

@media (min-width: 0px) {
[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16caa184-91c1-428b-acda-057ccab22466"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a632d4c0-95f8-4f06-bfe6-d32ce8cde785 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a632d4c0-95f8-4f06-bfe6-d32ce8cde785 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-70596fd9-0fec-4e8a-9c9d-0b5947646ab5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-fc034493-b500-4c0e-a8da-17c4b3a4e188 {
  min-height: 50px;
}








#s-fc034493-b500-4c0e-a8da-17c4b3a4e188 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc034493-b500-4c0e-a8da-17c4b3a4e188.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-f1dd4b56-220f-484b-9e4c-1d294722b681 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f1dd4b56-220f-484b-9e4c-1d294722b681 {
  display: none;
}
#s-f1dd4b56-220f-484b-9e4c-1d294722b681, #wrap-s-f1dd4b56-220f-484b-9e4c-1d294722b681 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f1dd4b56-220f-484b-9e4c-1d294722b681 {
  display: none;
}
#s-f1dd4b56-220f-484b-9e4c-1d294722b681, #wrap-s-f1dd4b56-220f-484b-9e4c-1d294722b681 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f1dd4b56-220f-484b-9e4c-1d294722b681 {
  display: none;
}
#s-f1dd4b56-220f-484b-9e4c-1d294722b681, #wrap-s-f1dd4b56-220f-484b-9e4c-1d294722b681 { display:none !important; }}@media (max-width: 767px){#s-f1dd4b56-220f-484b-9e4c-1d294722b681 {
  
}
}
#s-f1dd4b56-220f-484b-9e4c-1d294722b681 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f1dd4b56-220f-484b-9e4c-1d294722b681 .shg-sld-nav-button.shg-sld-left,
#s-f1dd4b56-220f-484b-9e4c-1d294722b681 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-3d5aae0c-2020-4ad5-ab68-cd838d7e60fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3d5aae0c-2020-4ad5-ab68-cd838d7e60fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d5aae0c-2020-4ad5-ab68-cd838d7e60fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d5aae0c-2020-4ad5-ab68-cd838d7e60fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e32bc772-d3ea-4a75-946e-4d5a3b235cc3 {
  display: none;
}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 {
  text-align: left;
}



.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bfaf451f-66df-427e-9e2f-4c7fc2708cd4 img.shogun-image {
  width: 100%;
}



}
#s-94b2b191-866e-496d-b2eb-385b44af8b29 {
  margin-top: 4px;
}

#s-2c4a3998-581a-4fc7-9128-518e21afed25 {
  text-align: center;
}

#s-2c4a3998-581a-4fc7-9128-518e21afed25 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-2c4a3998-581a-4fc7-9128-518e21afed25 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-2c4a3998-581a-4fc7-9128-518e21afed25 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-317d72cc-2398-4eea-b206-803ad0d65421 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-317d72cc-2398-4eea-b206-803ad0d65421:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-317d72cc-2398-4eea-b206-803ad0d65421:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-317d72cc-2398-4eea-b206-803ad0d65421 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-317d72cc-2398-4eea-b206-803ad0d65421.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-317d72cc-2398-4eea-b206-803ad0d65421.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-317d72cc-2398-4eea-b206-803ad0d65421.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4b9c1add-ab96-4b43-a60b-0966efc6d4ef {
  display: none;
}
#s-a366c904-7bda-458b-90d0-ccaa16899e1f {
  text-align: left;
}



.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a366c904-7bda-458b-90d0-ccaa16899e1f img.shogun-image {
  width: 100%;
}



}
#s-3d9252b8-71f2-49f1-b209-5a795485cab9 {
  margin-top: 4px;
}

#s-de2772ce-6bfd-4e63-a811-5a07540cf000 {
  text-align: center;
}

#s-de2772ce-6bfd-4e63-a811-5a07540cf000 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-de2772ce-6bfd-4e63-a811-5a07540cf000 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-de2772ce-6bfd-4e63-a811-5a07540cf000 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31a0229a-3363-4e4d-8706-b41b0149e05a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-31a0229a-3363-4e4d-8706-b41b0149e05a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-31a0229a-3363-4e4d-8706-b41b0149e05a:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-31a0229a-3363-4e4d-8706-b41b0149e05a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-31a0229a-3363-4e4d-8706-b41b0149e05a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-31a0229a-3363-4e4d-8706-b41b0149e05a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-31a0229a-3363-4e4d-8706-b41b0149e05a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-83064094-c649-414a-9c49-c2d96d091517"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-83064094-c649-414a-9c49-c2d96d091517"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83064094-c649-414a-9c49-c2d96d091517"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83064094-c649-414a-9c49-c2d96d091517"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a20c6597-6006-47d0-9f60-7c0ae349f7c6 {
  display: none;
}
#s-08069bd8-a21d-4882-b9ed-9b2d314756db {
  text-align: left;
}



.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08069bd8-a21d-4882-b9ed-9b2d314756db img.shogun-image {
  width: 100%;
}



}
#s-8e48e28f-c6e1-4d44-b154-7032d2cbe011 {
  margin-top: 4px;
}

#s-b61b7777-80eb-4e3a-89b3-c72786a4be22 {
  text-align: center;
}

#s-b61b7777-80eb-4e3a-89b3-c72786a4be22 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-b61b7777-80eb-4e3a-89b3-c72786a4be22 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-b61b7777-80eb-4e3a-89b3-c72786a4be22 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6d2e89c9-0f0d-4fae-81e1-5b01f51093c7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9af4e15c-5ed5-438d-8440-653ca0ebf163 {
  display: none;
}
#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 {
  text-align: left;
}



.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2d079c1c-16bc-4de5-8fcb-5b1e06de7d47 img.shogun-image {
  width: 100%;
}



}
#s-cd21635f-53b8-486c-a6cd-99aed29a0511 {
  margin-top: 4px;
}

#s-97b50107-f967-46b1-abea-c36cb1be3484 {
  text-align: center;
}

#s-97b50107-f967-46b1-abea-c36cb1be3484 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-97b50107-f967-46b1-abea-c36cb1be3484 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-97b50107-f967-46b1-abea-c36cb1be3484 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d045a74e-90e8-4857-8873-dfd069014d67 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d045a74e-90e8-4857-8873-dfd069014d67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d045a74e-90e8-4857-8873-dfd069014d67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d045a74e-90e8-4857-8873-dfd069014d67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d045a74e-90e8-4857-8873-dfd069014d67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d045a74e-90e8-4857-8873-dfd069014d67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d045a74e-90e8-4857-8873-dfd069014d67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-60f96650-162f-405e-9815-e21facc10e0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-60f96650-162f-405e-9815-e21facc10e0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60f96650-162f-405e-9815-e21facc10e0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60f96650-162f-405e-9815-e21facc10e0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e133011-e2da-4896-a8be-e8fafc79246a {
  display: none;
}
#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 {
  text-align: left;
}



.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-868b9d64-a206-4423-8c4d-6e0f07f764a7 img.shogun-image {
  width: 100%;
}



}
#s-f4cca299-8022-4e31-8102-5f3264513a34 {
  margin-top: 4px;
}

#s-8ebdb34c-79ca-45cd-b8a0-c931088cc9e6 {
  text-align: center;
}

#s-8ebdb34c-79ca-45cd-b8a0-c931088cc9e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-8ebdb34c-79ca-45cd-b8a0-c931088cc9e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-8ebdb34c-79ca-45cd-b8a0-c931088cc9e6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-03b6bd97-46b3-487d-8253-454cc69f9b0d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-03b6bd97-46b3-487d-8253-454cc69f9b0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-03b6bd97-46b3-487d-8253-454cc69f9b0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-03b6bd97-46b3-487d-8253-454cc69f9b0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-03b6bd97-46b3-487d-8253-454cc69f9b0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-03b6bd97-46b3-487d-8253-454cc69f9b0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-03b6bd97-46b3-487d-8253-454cc69f9b0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-15461484-bec5-43ba-83d6-c97787a27914 {
  display: none;
}
#s-4a029f37-8789-403e-8088-3b44f2b699f6 {
  text-align: left;
}



.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4a029f37-8789-403e-8088-3b44f2b699f6 img.shogun-image {
  width: 100%;
}



}
#s-de152ea4-7555-4b86-bb23-9f62f7907c89 {
  margin-top: 4px;
}

#s-782c1b67-76b5-4996-aa62-c1d57cebead2 {
  text-align: center;
}

#s-782c1b67-76b5-4996-aa62-c1d57cebead2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-782c1b67-76b5-4996-aa62-c1d57cebead2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-782c1b67-76b5-4996-aa62-c1d57cebead2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ba338691-18f5-40d7-bc21-b029853ab823 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ba338691-18f5-40d7-bc21-b029853ab823:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ba338691-18f5-40d7-bc21-b029853ab823:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ba338691-18f5-40d7-bc21-b029853ab823 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ba338691-18f5-40d7-bc21-b029853ab823.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ba338691-18f5-40d7-bc21-b029853ab823.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ba338691-18f5-40d7-bc21-b029853ab823.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 {
  
}
}@media (max-width: 767px){#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 {
  display: none;
}
#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8, #wrap-s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 { display:none !important; }}
#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 .shg-sld-nav-button.shg-sld-left,
#s-d1cd061d-eba6-4afe-b5ba-2026b0ea37a8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-ed1f279d-ad19-4228-8188-6f44b1178c92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed1f279d-ad19-4228-8188-6f44b1178c92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed1f279d-ad19-4228-8188-6f44b1178c92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed1f279d-ad19-4228-8188-6f44b1178c92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4257cacd-dc7c-4c1a-8bfd-b6ddb20e2740 {
  display: none;
}
#s-871ec2df-359e-44e4-8bf5-30e548cb143a {
  text-align: left;
}



.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-871ec2df-359e-44e4-8bf5-30e548cb143a img.shogun-image {
  width: 100%;
}



}
#s-5d8d6dbc-3702-45f7-bfb3-e2523a60228a {
  margin-top: 4px;
}

#s-2c644b25-fd33-402c-9110-4a3ec9aecbe9 {
  text-align: center;
}

#s-2c644b25-fd33-402c-9110-4a3ec9aecbe9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-2c644b25-fd33-402c-9110-4a3ec9aecbe9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-2c644b25-fd33-402c-9110-4a3ec9aecbe9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0f5d0e04-9f3b-4481-baec-edd485ba2f06.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2555b41a-558a-48c0-9117-4d181191cc04 {
  display: none;
}
#s-7aed9e25-1380-456d-bbaa-79b22a53212f {
  text-align: left;
}



.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7aed9e25-1380-456d-bbaa-79b22a53212f img.shogun-image {
  width: 100%;
}



}
#s-84501add-e30d-4258-819c-89266463ff1d {
  margin-top: 4px;
}

#s-e07947ce-ecd3-4594-9653-7bde2a775fb6 {
  text-align: center;
}

#s-e07947ce-ecd3-4594-9653-7bde2a775fb6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-e07947ce-ecd3-4594-9653-7bde2a775fb6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-e07947ce-ecd3-4594-9653-7bde2a775fb6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5a3d178a-8379-482b-b2cb-a5009b530cee {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5a3d178a-8379-482b-b2cb-a5009b530cee:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5a3d178a-8379-482b-b2cb-a5009b530cee:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-5a3d178a-8379-482b-b2cb-a5009b530cee {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5a3d178a-8379-482b-b2cb-a5009b530cee.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5a3d178a-8379-482b-b2cb-a5009b530cee.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-5a3d178a-8379-482b-b2cb-a5009b530cee.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-76910229-3069-4301-8de2-20243762943c {
  display: none;
}
#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f {
  text-align: left;
}



.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5b60fb6e-22d1-474b-9adc-03fd61ccb41f img.shogun-image {
  width: 100%;
}



}
#s-f3419acb-b6e1-4d2b-811e-b167273d9ed0 {
  margin-top: 4px;
}

#s-aa7c2b55-10fd-43ff-8f60-5358edfea6a5 {
  text-align: center;
}

#s-aa7c2b55-10fd-43ff-8f60-5358edfea6a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-aa7c2b55-10fd-43ff-8f60-5358edfea6a5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-aa7c2b55-10fd-43ff-8f60-5358edfea6a5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-7579c21e-c6da-4efe-a9e9-789ca99c7bf2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-8dceb323-17ff-4428-9845-3aca5f211874"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dceb323-17ff-4428-9845-3aca5f211874"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8dceb323-17ff-4428-9845-3aca5f211874"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dceb323-17ff-4428-9845-3aca5f211874"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3c15fb14-89bc-4558-827a-65652fbb7ccd {
  display: none;
}
#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 {
  text-align: left;
}



.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-447ffd65-3fe8-4ab9-9b9b-5fc62d841f54 img.shogun-image {
  width: 100%;
}



}
#s-5ac36a8d-26c6-4260-ac07-78bfff204124 {
  margin-top: 4px;
}

#s-b06c8f3f-c3ab-4eea-8d2a-420851bddbf4 {
  text-align: center;
}

#s-b06c8f3f-c3ab-4eea-8d2a-420851bddbf4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-b06c8f3f-c3ab-4eea-8d2a-420851bddbf4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-b06c8f3f-c3ab-4eea-8d2a-420851bddbf4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f850fb61-7b5e-4b34-89c3-ec10de36a4ed.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0d073be6-4d2b-4b8f-a0c2-1c6f4069e74b {
  display: none;
}
#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 {
  text-align: left;
}



.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ecc2f6a3-6909-4788-8e9e-5aa6cd0dfdc5 img.shogun-image {
  width: 100%;
}



}
#s-9cf7ab01-7d6d-4c83-86fc-b66944e09bde {
  margin-top: 4px;
}

#s-5aef7c38-212b-432d-9bc1-23e4a1fc9842 {
  text-align: center;
}

#s-5aef7c38-212b-432d-9bc1-23e4a1fc9842 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-5aef7c38-212b-432d-9bc1-23e4a1fc9842 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-5aef7c38-212b-432d-9bc1-23e4a1fc9842 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fb17b496-dd06-4805-9d5e-da3773bd39e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-fb17b496-dd06-4805-9d5e-da3773bd39e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fb17b496-dd06-4805-9d5e-da3773bd39e4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fb17b496-dd06-4805-9d5e-da3773bd39e4 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fb17b496-dd06-4805-9d5e-da3773bd39e4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fb17b496-dd06-4805-9d5e-da3773bd39e4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-fb17b496-dd06-4805-9d5e-da3773bd39e4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d3b0723-5cc3-4ccd-ba6e-1a78d4088cc5 {
  display: none;
}
#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 {
  text-align: left;
}



.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){

.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c90e433c-cd4a-4e8d-b1e5-e2f7cc48f798 img.shogun-image {
  width: 100%;
}



}
#s-c1b2fa41-6eed-4f96-ba35-5b30b6a54323 {
  margin-top: 4px;
}

#s-51154a76-efbf-42ea-a9e5-c697714b1df8 {
  text-align: center;
}

#s-51154a76-efbf-42ea-a9e5-c697714b1df8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
}

#s-51154a76-efbf-42ea-a9e5-c697714b1df8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Avenir;
  font-style:  normal ;
  font-size: 16px;
}

#s-51154a76-efbf-42ea-a9e5-c697714b1df8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-f50308fa-0b00-4df7-910b-6064cd18e752 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f50308fa-0b00-4df7-910b-6064cd18e752:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f50308fa-0b00-4df7-910b-6064cd18e752:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f50308fa-0b00-4df7-910b-6064cd18e752 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f50308fa-0b00-4df7-910b-6064cd18e752.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f50308fa-0b00-4df7-910b-6064cd18e752.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f50308fa-0b00-4df7-910b-6064cd18e752.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-0285de9d-fbcd-4dd6-81cc-5e25b4e147e4 {
  padding-top: 30px;
padding-bottom: 30px;
background-color: rgba(255, 221, 221, 1);
}








#s-0285de9d-fbcd-4dd6-81cc-5e25b4e147e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0285de9d-fbcd-4dd6-81cc-5e25b4e147e4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3277cccf-28d0-4a72-8e3e-d471b15d9b08 {
  padding-left: 15px;
padding-right: 15px;
}

#s-48763b38-f481-4239-9d92-2438dc24ba7e {
  padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-48763b38-f481-4239-9d92-2438dc24ba7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48763b38-f481-4239-9d92-2438dc24ba7e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48763b38-f481-4239-9d92-2438dc24ba7e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48763b38-f481-4239-9d92-2438dc24ba7e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa005aee-7eed-4f49-a18a-37a2c7d8b091 {
  padding-left: 30px;
padding-right: 30px;
text-align: center;
}







  #s-aa005aee-7eed-4f49-a18a-37a2c7d8b091 img.shogun-image {
    

    
    
    
  }


#s-aa005aee-7eed-4f49-a18a-37a2c7d8b091 .shogun-image-content {
  
    align-items: center;
  
}

#s-83cdec91-2e59-40c6-be6f-f0a127475b36 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-83cdec91-2e59-40c6-be6f-f0a127475b36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83cdec91-2e59-40c6-be6f-f0a127475b36.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86d24977-8a2e-4220-8f9a-447e4fa24386 {
  padding-top: 25px;
padding-left: 90px;
padding-bottom: 25px;
padding-right: 90px;
}
@media (max-width: 767px){#s-86d24977-8a2e-4220-8f9a-447e4fa24386 {
  display: none;
}
#s-86d24977-8a2e-4220-8f9a-447e4fa24386, #wrap-s-86d24977-8a2e-4220-8f9a-447e4fa24386 { display:none !important; }}
#s-86d24977-8a2e-4220-8f9a-447e4fa24386 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-86d24977-8a2e-4220-8f9a-447e4fa24386 .shg-sld-nav-button.shg-sld-left,
#s-86d24977-8a2e-4220-8f9a-447e4fa24386 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-02969db1-894c-419c-8fb8-9679e26fcee4 {
  padding-top: 30px;
background-color: rgba(255, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-02969db1-894c-419c-8fb8-9679e26fcee4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-02969db1-894c-419c-8fb8-9679e26fcee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02969db1-894c-419c-8fb8-9679e26fcee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02969db1-894c-419c-8fb8-9679e26fcee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-1e6727dd-2667-4ec1-be8d-9addc8c96dd0 {
  text-align: center;
}







  #s-1e6727dd-2667-4ec1-be8d-9addc8c96dd0 img.shogun-image {
    

    
    
    
  }


#s-1e6727dd-2667-4ec1-be8d-9addc8c96dd0 .shogun-image-content {
  
    align-items: center;
  
}

#s-1066bad6-eae5-4563-a1ac-508da65a5729 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-146e7c6f-a6e4-4692-af72-b497d4c16034 {
  text-align: center;
}







  #s-146e7c6f-a6e4-4692-af72-b497d4c16034 img.shogun-image {
    

    
    
    
  }


#s-146e7c6f-a6e4-4692-af72-b497d4c16034 .shogun-image-content {
  
    align-items: center;
  
}

#s-868a5b8f-a5fa-4475-b8c9-54f0dea6fc25 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-7a149f54-2819-4195-a0b4-612bbf35432d {
  text-align: center;
}







  #s-7a149f54-2819-4195-a0b4-612bbf35432d img.shogun-image {
    

    
    
    
  }


#s-7a149f54-2819-4195-a0b4-612bbf35432d .shogun-image-content {
  
    align-items: center;
  
}

#s-24fa3173-9b3d-4e68-806d-a373a22d4bba {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-9a5eeb06-b878-42b9-9a60-02f214eb52b1 {
  padding-top: 30px;
background-color: rgba(255, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-9a5eeb06-b878-42b9-9a60-02f214eb52b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9a5eeb06-b878-42b9-9a60-02f214eb52b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5eeb06-b878-42b9-9a60-02f214eb52b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5eeb06-b878-42b9-9a60-02f214eb52b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2de5249e-442c-4802-ae9a-89739071d0bd {
  text-align: center;
}







  #s-2de5249e-442c-4802-ae9a-89739071d0bd img.shogun-image {
    

    
    
    
  }


#s-2de5249e-442c-4802-ae9a-89739071d0bd .shogun-image-content {
  
    align-items: center;
  
}

#s-675f1c8a-23c2-4549-bc74-3bfab81f1bd8 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-059da236-8923-4efb-b037-0e0c0e0f536e {
  text-align: center;
}







  #s-059da236-8923-4efb-b037-0e0c0e0f536e img.shogun-image {
    

    
    
    
  }


#s-059da236-8923-4efb-b037-0e0c0e0f536e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca175745-ec09-4132-bf49-ae67e44d9813 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-1291d78e-a2b9-4705-be95-fe4c6dcdc35b {
  text-align: center;
}







  #s-1291d78e-a2b9-4705-be95-fe4c6dcdc35b img.shogun-image {
    

    
    
    
  }


#s-1291d78e-a2b9-4705-be95-fe4c6dcdc35b .shogun-image-content {
  
    align-items: center;
  
}

#s-10188982-92d6-459e-8265-519db8787367 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-51e097dc-f72f-401c-ad14-c67d9a0a1c8d {
  min-height: 50px;
background-color: rgba(255, 221, 221, 1);
}








#s-51e097dc-f72f-401c-ad14-c67d9a0a1c8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e097dc-f72f-401c-ad14-c67d9a0a1c8d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9e12c1fe-71f6-4915-8220-b9e12cddce61 {
  padding-top: 30px;
background-color: rgba(255, 221, 221, 1);
}

@media (min-width: 0px) {
[id="s-9e12c1fe-71f6-4915-8220-b9e12cddce61"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9e12c1fe-71f6-4915-8220-b9e12cddce61"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e12c1fe-71f6-4915-8220-b9e12cddce61"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e12c1fe-71f6-4915-8220-b9e12cddce61"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-841b3656-37b8-48fe-8262-8a4d9fb0cd3e {
  text-align: center;
}







  #s-841b3656-37b8-48fe-8262-8a4d9fb0cd3e img.shogun-image {
    

    
    
    
  }


#s-841b3656-37b8-48fe-8262-8a4d9fb0cd3e .shogun-image-content {
  
    align-items: center;
  
}

#s-8577e142-ba40-4367-8b6a-0c92686dd71b {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-95950744-17b8-4080-aa9d-25d3bd82753b {
  text-align: center;
}







  #s-95950744-17b8-4080-aa9d-25d3bd82753b img.shogun-image {
    

    
    
    
  }


#s-95950744-17b8-4080-aa9d-25d3bd82753b .shogun-image-content {
  
    align-items: center;
  
}

#s-68b473cb-062c-425a-a71e-f29a27f4e173 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-e7417ba0-e453-4da1-80a5-1245f7f3122a {
  text-align: center;
}







  #s-e7417ba0-e453-4da1-80a5-1245f7f3122a img.shogun-image {
    

    
    
    
  }


#s-e7417ba0-e453-4da1-80a5-1245f7f3122a .shogun-image-content {
  
    align-items: center;
  
}

#s-1864d082-15c5-43a3-afda-2a0e397054cc {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb {
  padding-top: 30px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}
@media (min-width: 1200px){#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb {
  display: none;
}
#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb, #wrap-s-cb0b46fe-3672-4dec-8d17-5f77f63572bb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb {
  display: none;
}
#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb, #wrap-s-cb0b46fe-3672-4dec-8d17-5f77f63572bb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb {
  display: none;
}
#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb, #wrap-s-cb0b46fe-3672-4dec-8d17-5f77f63572bb { display:none !important; }}@media (max-width: 767px){#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb {
  
}
}
#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb .shg-sld-nav-button.shg-sld-left,
#s-cb0b46fe-3672-4dec-8d17-5f77f63572bb .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-25826e61-3c14-413f-b81a-998a749896d6 {
  padding-top: 30px;
}

@media (min-width: 0px) {
[id="s-25826e61-3c14-413f-b81a-998a749896d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-25826e61-3c14-413f-b81a-998a749896d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-25826e61-3c14-413f-b81a-998a749896d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-25826e61-3c14-413f-b81a-998a749896d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-916119a0-566d-41ae-81ba-8cd688ce908e {
  text-align: center;
}







  #s-916119a0-566d-41ae-81ba-8cd688ce908e img.shogun-image {
    

    
    
    
  }


#s-916119a0-566d-41ae-81ba-8cd688ce908e .shogun-image-content {
  
    align-items: center;
  
}

#s-be2b8f32-74df-4ceb-bee3-8fe626eb90fc {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

@media (min-width: 0px) {
[id="s-d4e13b49-dc40-4eb2-8159-9eef514cc004"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4e13b49-dc40-4eb2-8159-9eef514cc004"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4e13b49-dc40-4eb2-8159-9eef514cc004"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4e13b49-dc40-4eb2-8159-9eef514cc004"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d0bda32e-5924-4174-b391-4c902d15849a {
  text-align: center;
}







  #s-d0bda32e-5924-4174-b391-4c902d15849a img.shogun-image {
    

    
    
    
  }


#s-d0bda32e-5924-4174-b391-4c902d15849a .shogun-image-content {
  
    align-items: center;
  
}

#s-8cfe25ab-0a81-402c-9b46-c481afbb81f5 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-ffbfeadb-98b7-45ac-b52e-499e6e2cc448 {
  min-height: 50px;
}








#s-ffbfeadb-98b7-45ac-b52e-499e6e2cc448 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffbfeadb-98b7-45ac-b52e-499e6e2cc448.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c0130f40-0f15-448d-8e18-490301e173cc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0130f40-0f15-448d-8e18-490301e173cc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0130f40-0f15-448d-8e18-490301e173cc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0130f40-0f15-448d-8e18-490301e173cc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e216e5e5-a3a7-43b2-bb5d-ed46de3d3edc {
  text-align: center;
}







  #s-e216e5e5-a3a7-43b2-bb5d-ed46de3d3edc img.shogun-image {
    

    
    
    
  }


#s-e216e5e5-a3a7-43b2-bb5d-ed46de3d3edc .shogun-image-content {
  
    align-items: center;
  
}

#s-264c1758-ad38-4e7f-aaf0-b7103c9b38d3 {
  padding-top: 50px;
padding-left: 16px;
padding-bottom: 50px;
padding-right: 16px;
}

#s-3a4bdb67-241e-4485-a8e0-faedb9cf40b5 {
  min-height: 50px;
}








#s-3a4bdb67-241e-4485-a8e0-faedb9cf40b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4bdb67-241e-4485-a8e0-faedb9cf40b5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56d117b2-db5a-4378-b66f-746dcdf6561b {
  padding-top: 16px;
padding-left: 50px;
padding-bottom: 16px;
padding-right: 50px;
}

@media (min-width: 0px) {
[id="s-56d117b2-db5a-4378-b66f-746dcdf6561b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56d117b2-db5a-4378-b66f-746dcdf6561b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-56d117b2-db5a-4378-b66f-746dcdf6561b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-56d117b2-db5a-4378-b66f-746dcdf6561b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0e5c331e-006a-4c22-8d86-f431018b9538 {
  min-height: 50px;
}








#s-0e5c331e-006a-4c22-8d86-f431018b9538 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5c331e-006a-4c22-8d86-f431018b9538.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b7daffb-866e-4de7-906a-e273f4f5a510 {
  display: none;
}
#s-48adcc5b-8114-4d74-bdd6-75917be8025e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
background-color: rgba(158, 87, 87, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-48adcc5b-8114-4d74-bdd6-75917be8025e:hover {background-color: rgba(189, 111, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-48adcc5b-8114-4d74-bdd6-75917be8025e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-48adcc5b-8114-4d74-bdd6-75917be8025e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-48adcc5b-8114-4d74-bdd6-75917be8025e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-48adcc5b-8114-4d74-bdd6-75917be8025e.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Allerta;
  display:  inline-block ;
}

#s-48adcc5b-8114-4d74-bdd6-75917be8025e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9785fb01-1b3a-4e64-87b6-c930ca8b1d57 {
  min-height: 50px;
}








#s-9785fb01-1b3a-4e64-87b6-c930ca8b1d57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9785fb01-1b3a-4e64-87b6-c930ca8b1d57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#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-lazyload-bg-image {
  display: none;
}

.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 {
  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;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#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:#000;background-color:rgba(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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.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}