.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-3b918839-b67a-448e-ad1a-959e1411c95a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 900px;
background-position: center center;
}
@media (max-width: 767px){#s-3b918839-b67a-448e-ad1a-959e1411c95a {
  display: none;
}
#s-3b918839-b67a-448e-ad1a-959e1411c95a, #wrap-s-3b918839-b67a-448e-ad1a-959e1411c95a { display:none !important; }}
#s-3b918839-b67a-448e-ad1a-959e1411c95a {
  background-image: url(https://i.shgcdn.com/cecf5c10-a764-443a-87f6-9463ee092540/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3b918839-b67a-448e-ad1a-959e1411c95a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b918839-b67a-448e-ad1a-959e1411c95a {
  cursor: pointer;
}#s-3b918839-b67a-448e-ad1a-959e1411c95a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-4f5c7caf-b667-4326-a31f-44291636608f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f5c7caf-b667-4326-a31f-44291636608f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f5c7caf-b667-4326-a31f-44291636608f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f5c7caf-b667-4326-a31f-44291636608f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-64cc0a44-45e9-4348-89c3-4b0e64aca5a9 {
  min-height: 400px;
}








#s-64cc0a44-45e9-4348-89c3-4b0e64aca5a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64cc0a44-45e9-4348-89c3-4b0e64aca5a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

#s-6ced5215-0853-4505-8e92-b24c17c46752 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 250px;
}

.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-72cdb725-3e3c-4930-83ef-db87f21bfa0f {
  min-height: 0px;
max-width: 675px;
aspect-ratio: 2/3;
text-align: center;
}
@media (min-width: 1200px){#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f {
  display: none;
}
#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f, #wrap-s-72cdb725-3e3c-4930-83ef-db87f21bfa0f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f {
  display: none;
}
#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f, #wrap-s-72cdb725-3e3c-4930-83ef-db87f21bfa0f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f {
  display: none;
}
#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f, #wrap-s-72cdb725-3e3c-4930-83ef-db87f21bfa0f { display:none !important; }}




  #s-72cdb725-3e3c-4930-83ef-db87f21bfa0f img.shogun-image,
  #s-72cdb725-3e3c-4930-83ef-db87f21bfa0f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-72cdb725-3e3c-4930-83ef-db87f21bfa0f {
    width: 100%;
    height: auto;
  }



  #s-72cdb725-3e3c-4930-83ef-db87f21bfa0f img.shogun-image {
    

    
    
    
  }


#s-72cdb725-3e3c-4930-83ef-db87f21bfa0f .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-6eced309-a01c-4899-b21d-c4cefb9d9155 {
  min-height: 250px;
}








#s-6eced309-a01c-4899-b21d-c4cefb9d9155 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6eced309-a01c-4899-b21d-c4cefb9d9155 {
  cursor: pointer;
}#s-6eced309-a01c-4899-b21d-c4cefb9d9155.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-56eb5994-4809-485c-ad0e-10573f443a03 {
  display: none;
}
#s-56eb5994-4809-485c-ad0e-10573f443a03, #wrap-s-56eb5994-4809-485c-ad0e-10573f443a03 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56eb5994-4809-485c-ad0e-10573f443a03 {
  display: none;
}
#s-56eb5994-4809-485c-ad0e-10573f443a03, #wrap-s-56eb5994-4809-485c-ad0e-10573f443a03 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56eb5994-4809-485c-ad0e-10573f443a03 {
  display: none;
}
#s-56eb5994-4809-485c-ad0e-10573f443a03, #wrap-s-56eb5994-4809-485c-ad0e-10573f443a03 { display:none !important; }}
@media (max-width: 767px){#s-1ee7c107-d66f-4707-a25a-40786b2a027f {
  display: none;
}
#s-1ee7c107-d66f-4707-a25a-40786b2a027f, #wrap-s-1ee7c107-d66f-4707-a25a-40786b2a027f { display:none !important; }}
#s-a533c2a6-02f7-4ff1-a0c6-5fbe8abec03f {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
max-width: 250px;
}

#s-bfbd88bf-684a-47ca-9e09-2dc7d221d893 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-bfbd88bf-684a-47ca-9e09-2dc7d221d893"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfbd88bf-684a-47ca-9e09-2dc7d221d893"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-bfbd88bf-684a-47ca-9e09-2dc7d221d893"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfbd88bf-684a-47ca-9e09-2dc7d221d893"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

}

#s-20ca9e1e-f9ac-450c-9593-f90998f262e8 {
  min-height: 50px;
}








#s-20ca9e1e-f9ac-450c-9593-f90998f262e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20ca9e1e-f9ac-450c-9593-f90998f262e8 {
  cursor: pointer;
}#s-20ca9e1e-f9ac-450c-9593-f90998f262e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1de667d-f4f7-4e72-93c6-2c044f330b40 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-d1de667d-f4f7-4e72-93c6-2c044f330b40 > .shg-box-overlay {
  background-color: rgba(199, 199, 199, 1);
  opacity: 0.1;
}#s-d1de667d-f4f7-4e72-93c6-2c044f330b40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ae9bca3-c60d-4f55-8329-706b95b841df {
  padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}

#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e {
  min-height: 10px;
}
@media (min-width: 1200px){#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e {
  display: none;
}
#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e, #wrap-s-65b11c19-2e24-4b33-b734-80a3daf0cf5e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e {
  display: none;
}
#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e, #wrap-s-65b11c19-2e24-4b33-b734-80a3daf0cf5e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e {
  display: none;
}
#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e, #wrap-s-65b11c19-2e24-4b33-b734-80a3daf0cf5e { display:none !important; }}







#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65b11c19-2e24-4b33-b734-80a3daf0cf5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44c2e049-1339-4b69-9b00-4dc0f09cdbc6 {
  min-height: 50px;
}








#s-44c2e049-1339-4b69-9b00-4dc0f09cdbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44c2e049-1339-4b69-9b00-4dc0f09cdbc6 {
  cursor: pointer;
}#s-44c2e049-1339-4b69-9b00-4dc0f09cdbc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-228cf752-e0d2-4d80-8d45-a9f2eefa0f8c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
background-attachment: scroll;
}








#s-228cf752-e0d2-4d80-8d45-a9f2eefa0f8c > .shg-box-overlay {
  background-color: rgba(199, 199, 199, 1);
  opacity: 0.1;
}#s-228cf752-e0d2-4d80-8d45-a9f2eefa0f8c {
  cursor: pointer;
}#s-228cf752-e0d2-4d80-8d45-a9f2eefa0f8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b59da3e3-6f9e-43a1-ba98-909b04e091a8 {
  padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
opacity: 1;
background-color: rgba(0, 0, 0, 1);
}

#s-43be6819-8d9d-4213-8e22-c1331fcbfd1c {
  min-height: 50px;
}
@media (max-width: 767px){#s-43be6819-8d9d-4213-8e22-c1331fcbfd1c {
  display: none;
}
#s-43be6819-8d9d-4213-8e22-c1331fcbfd1c, #wrap-s-43be6819-8d9d-4213-8e22-c1331fcbfd1c { display:none !important; }}







#s-43be6819-8d9d-4213-8e22-c1331fcbfd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43be6819-8d9d-4213-8e22-c1331fcbfd1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa {
  
}
}@media (max-width: 767px){#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa {
  
}
}







#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3a69a8b0-9bea-444c-ac12-dff59b7ca5aa.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-f477488f-5237-41dd-9f6b-bd9b0141af43 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-f477488f-5237-41dd-9f6b-bd9b0141af43 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-f477488f-5237-41dd-9f6b-bd9b0141af43 .shg-sld-nav-button.shg-sld-left,
#s-f477488f-5237-41dd-9f6b-bd9b0141af43 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-25c7fcff-fed9-410f-89c8-0ed36fdb04fa {
  padding-left: 40px;
padding-right: 40px;
}

.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-2a7bc72e-3e41-4348-8c1e-6608e899e60a {
  text-align: left;
}



.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a7bc72e-3e41-4348-8c1e-6608e899e60a img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-ab462462-fe85-476d-8d3a-bde97442e432 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab462462-fe85-476d-8d3a-bde97442e432 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d89f47b8-1773-4cd6-841a-bf7f463bd3c6 {
  text-align: center;
}

#s-d89f47b8-1773-4cd6-841a-bf7f463bd3c6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-d89f47b8-1773-4cd6-841a-bf7f463bd3c6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-d89f47b8-1773-4cd6-841a-bf7f463bd3c6 .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-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 {
  text-align: left;
}



.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bdd230e6-cfb5-4cf2-b86e-d60a37b75c27 img.shogun-image {
  width: 100%;
}



}
#s-179221ce-58fe-43d9-81e6-62b2d6b653d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-179221ce-58fe-43d9-81e6-62b2d6b653d7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-895c96d7-eed0-41e5-af49-bd5d082f83b0 {
  text-align: center;
}

#s-895c96d7-eed0-41e5-af49-bd5d082f83b0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-895c96d7-eed0-41e5-af49-bd5d082f83b0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-895c96d7-eed0-41e5-af49-bd5d082f83b0 .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-4578ea0d-9721-45c8-b230-64270f60f152 {
  text-align: left;
}



.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4578ea0d-9721-45c8-b230-64270f60f152 img.shogun-image {
  width: 100%;
}



}
#s-9b2fcec2-5702-400c-b3b3-a18bd46c7ef1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b2fcec2-5702-400c-b3b3-a18bd46c7ef1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7b28f578-eb66-461d-86a7-ecf9dc1ce06a {
  text-align: center;
}

#s-7b28f578-eb66-461d-86a7-ecf9dc1ce06a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7b28f578-eb66-461d-86a7-ecf9dc1ce06a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7b28f578-eb66-461d-86a7-ecf9dc1ce06a .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-2171b0b7-2c2e-42e1-816b-01055c3fa875 {
  padding-left: 40px;
padding-right: 40px;
}

#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d {
  text-align: left;
}



.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-08c56b40-6da0-4fc2-a6b0-a0e37ee9031d img.shogun-image {
  width: 100%;
}



}
#s-fc711392-a690-486d-9a23-54e8d57ee87b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc711392-a690-486d-9a23-54e8d57ee87b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4d1fde6e-2348-42a8-90ec-547b2c46c8e6 {
  text-align: center;
}

#s-4d1fde6e-2348-42a8-90ec-547b2c46c8e6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4d1fde6e-2348-42a8-90ec-547b2c46c8e6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4d1fde6e-2348-42a8-90ec-547b2c46c8e6 .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-c62f3d62-adbd-4f82-91ae-6b236631fc5f {
  text-align: left;
}



.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c62f3d62-adbd-4f82-91ae-6b236631fc5f img.shogun-image {
  width: 100%;
}



}
#s-dcc1b988-a82a-486c-9a5b-48d8ea7004be {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dcc1b988-a82a-486c-9a5b-48d8ea7004be .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3e2d9785-d5a6-4d91-b73f-474cd31870a6 {
  text-align: center;
}

#s-3e2d9785-d5a6-4d91-b73f-474cd31870a6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3e2d9785-d5a6-4d91-b73f-474cd31870a6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3e2d9785-d5a6-4d91-b73f-474cd31870a6 .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-ea62c450-4477-4a31-969d-1268b7fe7e25 {
  text-align: left;
}



.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea62c450-4477-4a31-969d-1268b7fe7e25 img.shogun-image {
  width: 100%;
}



}
#s-13119f94-d12c-44c3-bd97-cc135db863e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13119f94-d12c-44c3-bd97-cc135db863e9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4c74ec10-61e9-4de7-80af-47c3620d1596 {
  text-align: center;
}

#s-4c74ec10-61e9-4de7-80af-47c3620d1596 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4c74ec10-61e9-4de7-80af-47c3620d1596 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4c74ec10-61e9-4de7-80af-47c3620d1596 .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-19c9e92a-83b3-448d-9788-a17f037cf354 {
  padding-left: 40px;
padding-right: 40px;
}

#s-3b690d11-b119-4d70-9264-92b7e69a8542 {
  text-align: left;
}



.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3b690d11-b119-4d70-9264-92b7e69a8542 img.shogun-image {
  width: 100%;
}



}
#s-dd29e811-b432-4c1a-8e59-183379ad4790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd29e811-b432-4c1a-8e59-183379ad4790 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e4eb1473-935e-4f2b-bf21-b2d1d11dff7e {
  text-align: center;
}

#s-e4eb1473-935e-4f2b-bf21-b2d1d11dff7e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4eb1473-935e-4f2b-bf21-b2d1d11dff7e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4eb1473-935e-4f2b-bf21-b2d1d11dff7e .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-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 {
  text-align: left;
}



.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7c30eb-11b9-4d87-a5b0-6f4c419080e0 img.shogun-image {
  width: 100%;
}



}
#s-68f85207-2175-4837-9243-0f7e5bef09c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68f85207-2175-4837-9243-0f7e5bef09c7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-84c4093b-5475-4f4c-bc54-68c3b96ae4dc {
  text-align: center;
}

#s-84c4093b-5475-4f4c-bc54-68c3b96ae4dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84c4093b-5475-4f4c-bc54-68c3b96ae4dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-84c4093b-5475-4f4c-bc54-68c3b96ae4dc .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-76911e9f-7c45-4431-b297-290b06235f91 {
  text-align: left;
}



.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-76911e9f-7c45-4431-b297-290b06235f91 img.shogun-image {
  width: 100%;
}



}
#s-4d8a69ce-bb1b-4324-b081-ea25275d0e58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d8a69ce-bb1b-4324-b081-ea25275d0e58 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-612e5c99-4d5b-47e7-ba20-30611f47c8f5 {
  text-align: center;
}

#s-612e5c99-4d5b-47e7-ba20-30611f47c8f5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-612e5c99-4d5b-47e7-ba20-30611f47c8f5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-612e5c99-4d5b-47e7-ba20-30611f47c8f5 .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-dd636a7b-b03b-449a-bea6-32b67bd3613e {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-dd636a7b-b03b-449a-bea6-32b67bd3613e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-dd636a7b-b03b-449a-bea6-32b67bd3613e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-dd636a7b-b03b-449a-bea6-32b67bd3613e {
  
}
}@media (max-width: 767px){#s-dd636a7b-b03b-449a-bea6-32b67bd3613e {
  display: none;
}
#s-dd636a7b-b03b-449a-bea6-32b67bd3613e, #wrap-s-dd636a7b-b03b-449a-bea6-32b67bd3613e { display:none !important; }}







#s-dd636a7b-b03b-449a-bea6-32b67bd3613e > .shg-box-overlay {
  background-color: rgba(116, 116, 116, 1);
  opacity: 0.05;
}#s-dd636a7b-b03b-449a-bea6-32b67bd3613e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad46fc59-9c91-41ba-832c-821daa3a4cb6 {
  opacity: 1;
}

@media (min-width: 0px) {
[id="s-ad46fc59-9c91-41ba-832c-821daa3a4cb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad46fc59-9c91-41ba-832c-821daa3a4cb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ad46fc59-9c91-41ba-832c-821daa3a4cb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad46fc59-9c91-41ba-832c-821daa3a4cb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b178a5d8-e760-4381-9000-fc2e1ccc6dc5 {
  min-height: 600px;
}








#s-b178a5d8-e760-4381-9000-fc2e1ccc6dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b178a5d8-e760-4381-9000-fc2e1ccc6dc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cf039c0-0b1d-4b0c-8b77-572c1591e298 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}

#s-55f0bef0-d227-49fc-8c69-bc7532c4afaa {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 250px;
}

#s-69725d2c-cd21-4df4-92cc-57d29774386e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-69725d2c-cd21-4df4-92cc-57d29774386e {
  display: none;
}
#s-69725d2c-cd21-4df4-92cc-57d29774386e, #wrap-s-69725d2c-cd21-4df4-92cc-57d29774386e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69725d2c-cd21-4df4-92cc-57d29774386e {
  display: none;
}
#s-69725d2c-cd21-4df4-92cc-57d29774386e, #wrap-s-69725d2c-cd21-4df4-92cc-57d29774386e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69725d2c-cd21-4df4-92cc-57d29774386e {
  display: none;
}
#s-69725d2c-cd21-4df4-92cc-57d29774386e, #wrap-s-69725d2c-cd21-4df4-92cc-57d29774386e { display:none !important; }}







#s-69725d2c-cd21-4df4-92cc-57d29774386e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69725d2c-cd21-4df4-92cc-57d29774386e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  
}
}@media (max-width: 767px){#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  display: none;
}
#s-1dc3238f-0974-4892-9040-6db1b0daaeee, #wrap-s-1dc3238f-0974-4892-9040-6db1b0daaeee { display:none !important; }}
#s-1dc3238f-0974-4892-9040-6db1b0daaeee {
  background-image: url(https://i.shgcdn.com/cc34a83e-7579-4035-a6dd-bae798e3cbab/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1dc3238f-0974-4892-9040-6db1b0daaeee > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1dc3238f-0974-4892-9040-6db1b0daaeee.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-583b37f0-7c78-43bb-90de-8988ca37faa4 {
  
}
}
@media (min-width: 0px) {
[id="s-583b37f0-7c78-43bb-90de-8988ca37faa4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-583b37f0-7c78-43bb-90de-8988ca37faa4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-583b37f0-7c78-43bb-90de-8988ca37faa4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-583b37f0-7c78-43bb-90de-8988ca37faa4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2ff03936-6536-4f32-8473-fd203925c0af {
  min-height: 400px;
}








#s-2ff03936-6536-4f32-8473-fd203925c0af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff03936-6536-4f32-8473-fd203925c0af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c04ab8da-ff9c-4428-9f6d-6286ad24f553 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}

#s-0bf34259-6f83-4b73-b015-d4ee06bd6199 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 250px;
}

#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center -40px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 {
  display: none;
}
#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1, #wrap-s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 {
  display: none;
}
#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1, #wrap-s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 {
  display: none;
}
#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1, #wrap-s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 { display:none !important; }}@media (max-width: 767px){#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 {
  
}
}







#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-cc4d4fcf-60ce-4de3-bd7a-6ba7f7dce4e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ed62551-cea4-4856-a49e-749e987afce4 {
  min-height: 450px;
}








#s-2ed62551-cea4-4856-a49e-749e987afce4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ed62551-cea4-4856-a49e-749e987afce4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cdc8705-965d-4f8a-8792-ff03f6230869 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}

#s-8688f2d6-8133-48f6-bfa7-35a8c319187c {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 250px;
}

#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 {
  
}
}@media (max-width: 767px){#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 {
  
}
}







#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-9a9aa03e-fa96-41f4-986a-8cffaf450fd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39bebef8-f89b-4cfe-9ef8-a15dd28358a2 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-39bebef8-f89b-4cfe-9ef8-a15dd28358a2 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-39bebef8-f89b-4cfe-9ef8-a15dd28358a2 .shg-sld-nav-button.shg-sld-left,
#s-39bebef8-f89b-4cfe-9ef8-a15dd28358a2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d020c438-beb9-4042-9081-7f97c7fd422f {
  padding-left: 40px;
padding-right: 40px;
}

#s-659451a2-8ab6-4652-93ac-5393442166f7 {
  text-align: left;
}



.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-659451a2-8ab6-4652-93ac-5393442166f7 img.shogun-image {
  width: 100%;
}



}
#s-8e3bd501-dacd-4c77-b5da-082cff1847fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e3bd501-dacd-4c77-b5da-082cff1847fd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1d5284f7-9bfa-474f-b9e7-a1ca6b8a2cfb {
  text-align: center;
}

#s-1d5284f7-9bfa-474f-b9e7-a1ca6b8a2cfb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d5284f7-9bfa-474f-b9e7-a1ca6b8a2cfb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d5284f7-9bfa-474f-b9e7-a1ca6b8a2cfb .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-261c8d09-b819-462a-841a-52f7da1b42e0 {
  text-align: left;
}



.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-261c8d09-b819-462a-841a-52f7da1b42e0 img.shogun-image {
  width: 100%;
}



}
#s-247f67d1-7a26-40c4-9c3f-011d1928928b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-247f67d1-7a26-40c4-9c3f-011d1928928b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1f8aa4ca-8df7-499e-a7f8-e7a159188c27 {
  text-align: center;
}

#s-1f8aa4ca-8df7-499e-a7f8-e7a159188c27 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1f8aa4ca-8df7-499e-a7f8-e7a159188c27 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1f8aa4ca-8df7-499e-a7f8-e7a159188c27 .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-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 {
  text-align: left;
}



.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1f7bfb24-859b-4728-8298-2aeb6ba35ff7 img.shogun-image {
  width: 100%;
}



}
#s-84c177fc-c191-4f80-986c-3c2cdc09878b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84c177fc-c191-4f80-986c-3c2cdc09878b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-dce1d4bc-daa1-46ee-9d1b-27be2534b5a7 {
  text-align: center;
}

#s-dce1d4bc-daa1-46ee-9d1b-27be2534b5a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dce1d4bc-daa1-46ee-9d1b-27be2534b5a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-dce1d4bc-daa1-46ee-9d1b-27be2534b5a7 .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-799e5b9b-8fcc-4012-bf2a-d12dfdf31c1d {
  padding-left: 40px;
padding-right: 40px;
}

#s-31d45a8c-90b0-4990-995e-9fed9888f979 {
  text-align: left;
}



.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31d45a8c-90b0-4990-995e-9fed9888f979 img.shogun-image {
  width: 100%;
}



}
#s-2c851d3c-5ea6-4e07-a336-702e5e80f0ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c851d3c-5ea6-4e07-a336-702e5e80f0ad .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-a22475be-d8d1-4d78-8bcb-9c768b1d231d {
  text-align: center;
}

#s-a22475be-d8d1-4d78-8bcb-9c768b1d231d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-a22475be-d8d1-4d78-8bcb-9c768b1d231d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-a22475be-d8d1-4d78-8bcb-9c768b1d231d .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-800421b4-0fc8-429c-b3eb-f23917c7a974 {
  text-align: left;
}



.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-800421b4-0fc8-429c-b3eb-f23917c7a974 img.shogun-image {
  width: 100%;
}



}
#s-e9c2cde0-47b6-41e5-802a-e8d1989b329a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9c2cde0-47b6-41e5-802a-e8d1989b329a .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c5d9c68b-c7a1-402d-a3f2-c69a806ac3d0 {
  text-align: center;
}

#s-c5d9c68b-c7a1-402d-a3f2-c69a806ac3d0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c5d9c68b-c7a1-402d-a3f2-c69a806ac3d0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-c5d9c68b-c7a1-402d-a3f2-c69a806ac3d0 .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-586dacb0-9db3-4f3a-8df8-2009f727eb25 {
  text-align: left;
}



.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-586dacb0-9db3-4f3a-8df8-2009f727eb25 img.shogun-image {
  width: 100%;
}



}
#s-2d6246fa-e8e5-4b70-ba08-a4d122013443 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d6246fa-e8e5-4b70-ba08-a4d122013443 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bddc92e0-94ca-4a63-b111-e9575ed60d04 {
  text-align: center;
}

#s-bddc92e0-94ca-4a63-b111-e9575ed60d04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bddc92e0-94ca-4a63-b111-e9575ed60d04 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bddc92e0-94ca-4a63-b111-e9575ed60d04 .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-76ee88ca-376d-4487-98bb-e97720402484 {
  padding-left: 40px;
padding-right: 40px;
}

#s-22cfef20-4bdb-4580-aaf0-65afa625de39 {
  text-align: left;
}



.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-22cfef20-4bdb-4580-aaf0-65afa625de39 img.shogun-image {
  width: 100%;
}



}
#s-49b17f63-1f7d-43df-9a1c-1cd398051e09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49b17f63-1f7d-43df-9a1c-1cd398051e09 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ebd3da92-0d36-48ab-98ce-964ccc35d1d6 {
  text-align: center;
}

#s-ebd3da92-0d36-48ab-98ce-964ccc35d1d6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ebd3da92-0d36-48ab-98ce-964ccc35d1d6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ebd3da92-0d36-48ab-98ce-964ccc35d1d6 .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-f12be5e6-9d23-4c61-b9e8-2049f385b065 {
  text-align: left;
}



.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f12be5e6-9d23-4c61-b9e8-2049f385b065 img.shogun-image {
  width: 100%;
}



}
#s-b6549704-d320-4a52-9b25-c4bea8fa0b4c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6549704-d320-4a52-9b25-c4bea8fa0b4c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3c925ba4-6f3d-41eb-a019-fcb2d5c11be6 {
  text-align: center;
}

#s-3c925ba4-6f3d-41eb-a019-fcb2d5c11be6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3c925ba4-6f3d-41eb-a019-fcb2d5c11be6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3c925ba4-6f3d-41eb-a019-fcb2d5c11be6 .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-5fc3328d-671d-442c-812b-360e90c3290f {
  text-align: left;
}



.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5fc3328d-671d-442c-812b-360e90c3290f img.shogun-image {
  width: 100%;
}



}
#s-19fac12e-71ba-43f7-a72a-893e96992831 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19fac12e-71ba-43f7-a72a-893e96992831 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-084f9ad4-422f-4b94-9a93-d9f5ba176bbd {
  text-align: center;
}

#s-084f9ad4-422f-4b94-9a93-d9f5ba176bbd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-084f9ad4-422f-4b94-9a93-d9f5ba176bbd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-084f9ad4-422f-4b94-9a93-d9f5ba176bbd .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-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  
}
}@media (max-width: 767px){#s-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  display: none;
}
#s-e71e6c61-b98f-484f-a17d-4dec3792af08, #wrap-s-e71e6c61-b98f-484f-a17d-4dec3792af08 { display:none !important; }}







#s-e71e6c61-b98f-484f-a17d-4dec3792af08 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-e71e6c61-b98f-484f-a17d-4dec3792af08 {
  cursor: pointer;
}#s-e71e6c61-b98f-484f-a17d-4dec3792af08.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-78363866-a98f-4137-8cf9-9968c494a5ea {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78363866-a98f-4137-8cf9-9968c494a5ea {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78363866-a98f-4137-8cf9-9968c494a5ea {
  
}
}
@media (min-width: 0px) {
[id="s-78363866-a98f-4137-8cf9-9968c494a5ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78363866-a98f-4137-8cf9-9968c494a5ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78363866-a98f-4137-8cf9-9968c494a5ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78363866-a98f-4137-8cf9-9968c494a5ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3794cf88-10dc-46d5-8cae-ac67149354e8 {
  min-height: 502px;
}
@media (min-width: 1200px){#s-3794cf88-10dc-46d5-8cae-ac67149354e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3794cf88-10dc-46d5-8cae-ac67149354e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3794cf88-10dc-46d5-8cae-ac67149354e8 {
  
}
}@media (max-width: 767px){#s-3794cf88-10dc-46d5-8cae-ac67149354e8 {
  display: none;
}
#s-3794cf88-10dc-46d5-8cae-ac67149354e8, #wrap-s-3794cf88-10dc-46d5-8cae-ac67149354e8 { display:none !important; }}







#s-3794cf88-10dc-46d5-8cae-ac67149354e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3794cf88-10dc-46d5-8cae-ac67149354e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6bd863b-f57b-476f-b9cb-b2081d087f0b {
  opacity: 1;
}

#s-ba14359d-24bb-4200-bff0-48417a9c4d57 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-7d89da1f-afa3-45b7-a189-1867b83bcdd4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7d89da1f-afa3-45b7-a189-1867b83bcdd4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d89da1f-afa3-45b7-a189-1867b83bcdd4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7d89da1f-afa3-45b7-a189-1867b83bcdd4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d89da1f-afa3-45b7-a189-1867b83bcdd4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e419a87d-c53f-4f20-801b-f054e432c4f9 {
  background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-e419a87d-c53f-4f20-801b-f054e432c4f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e419a87d-c53f-4f20-801b-f054e432c4f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca3a08a5-8fe9-4ddf-8976-d1c1d1ee6a30 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
background-color: rgba(250, 250, 250, 1);
}








#s-ca3a08a5-8fe9-4ddf-8976-d1c1d1ee6a30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3a08a5-8fe9-4ddf-8976-d1c1d1ee6a30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-703539de-42c6-4934-8d08-71c93bedac73 {
  margin-left: 50px;
margin-right: 50px;
}

#s-703539de-42c6-4934-8d08-71c93bedac73 hr {
  border-top: 10px solid rgba(230, 230, 230, 1);
}

#s-4857df00-e882-400c-93e0-20366a92c842 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 {
  
}
}@media (max-width: 767px){#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 {
  
}
}







#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7a63a77c-4d3d-4b8d-98a1-a038bdba1510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05cd2f0b-fcfe-4edd-a0bb-e8f597e81b44 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-05cd2f0b-fcfe-4edd-a0bb-e8f597e81b44 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-05cd2f0b-fcfe-4edd-a0bb-e8f597e81b44 .shg-sld-nav-button.shg-sld-left,
#s-05cd2f0b-fcfe-4edd-a0bb-e8f597e81b44 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-96c7d39c-b2ac-4c32-ae0c-fd4f49ff9315 {
  padding-left: 40px;
padding-right: 40px;
}

#s-901ab009-f040-4d72-97d5-757b9b4ec39c {
  text-align: left;
}



.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-901ab009-f040-4d72-97d5-757b9b4ec39c img.shogun-image {
  width: 100%;
}



}
#s-6e3fee46-e673-404c-97d0-98b2fc774fba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e3fee46-e673-404c-97d0-98b2fc774fba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3a63ff42-9770-4acd-98f4-a488c516837b {
  text-align: center;
}

#s-3a63ff42-9770-4acd-98f4-a488c516837b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3a63ff42-9770-4acd-98f4-a488c516837b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-3a63ff42-9770-4acd-98f4-a488c516837b .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-e3d854a0-e522-461d-a4f7-f12ecf38929d {
  text-align: left;
}



.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e3d854a0-e522-461d-a4f7-f12ecf38929d img.shogun-image {
  width: 100%;
}



}
#s-ccc9d177-57f4-4d83-842d-94e3251dfbc9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ccc9d177-57f4-4d83-842d-94e3251dfbc9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-84cc17b1-8cb1-464b-8409-828161e93949 {
  text-align: center;
}

#s-84cc17b1-8cb1-464b-8409-828161e93949 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-84cc17b1-8cb1-464b-8409-828161e93949 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-84cc17b1-8cb1-464b-8409-828161e93949 .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-54484e66-bcb0-476f-a87b-01c952fd08de {
  text-align: left;
}



.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54484e66-bcb0-476f-a87b-01c952fd08de img.shogun-image {
  width: 100%;
}



}
#s-c88cf5b5-22ce-47b1-8136-ab6cd2859b9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c88cf5b5-22ce-47b1-8136-ab6cd2859b9c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1d84a09d-1925-428b-858d-b59e166bc220 {
  text-align: center;
}

#s-1d84a09d-1925-428b-858d-b59e166bc220 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d84a09d-1925-428b-858d-b59e166bc220 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1d84a09d-1925-428b-858d-b59e166bc220 .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-5fb4ac32-c319-4d28-854c-da4322adf347 {
  padding-left: 40px;
padding-right: 40px;
}

#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 {
  text-align: left;
}



.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e2ce5153-3ea6-4cb7-9aa5-5a17ea94e9a7 img.shogun-image {
  width: 100%;
}



}
#s-2d3a5265-729e-4080-93b3-f36c87a9aac0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d3a5265-729e-4080-93b3-f36c87a9aac0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-037cfdec-edaa-455f-8a53-081c5598482a {
  text-align: center;
}

#s-037cfdec-edaa-455f-8a53-081c5598482a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-037cfdec-edaa-455f-8a53-081c5598482a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-037cfdec-edaa-455f-8a53-081c5598482a .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-a2f9faa8-1820-4f06-a06b-00567d0d654a {
  text-align: left;
}



.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a2f9faa8-1820-4f06-a06b-00567d0d654a img.shogun-image {
  width: 100%;
}



}
#s-e24019c1-d841-43e1-926d-8fa779b71cba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e24019c1-d841-43e1-926d-8fa779b71cba .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ec5c3e58-8441-445a-868d-68ace3774140 {
  text-align: center;
}

#s-ec5c3e58-8441-445a-868d-68ace3774140 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ec5c3e58-8441-445a-868d-68ace3774140 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ec5c3e58-8441-445a-868d-68ace3774140 .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-a705363b-0ec0-471a-8617-038d8997fd31 {
  text-align: left;
}



.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a705363b-0ec0-471a-8617-038d8997fd31 img.shogun-image {
  width: 100%;
}



}
#s-e70ccf4c-ec27-42fa-93bc-14f84d5e13ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e70ccf4c-ec27-42fa-93bc-14f84d5e13ab .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b1194ddc-0ca7-48e4-afd7-22b376e5ae26 {
  text-align: center;
}

#s-b1194ddc-0ca7-48e4-afd7-22b376e5ae26 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b1194ddc-0ca7-48e4-afd7-22b376e5ae26 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b1194ddc-0ca7-48e4-afd7-22b376e5ae26 .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-0ed6d4f5-9634-4e47-aca5-2ccb1e978953 {
  padding-left: 40px;
padding-right: 40px;
}

#s-a9e7c05a-99a2-4078-a464-6c48338721b8 {
  text-align: left;
}



.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a9e7c05a-99a2-4078-a464-6c48338721b8 img.shogun-image {
  width: 100%;
}



}
#s-21d77278-4f21-475f-8202-7fb4dcb137c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21d77278-4f21-475f-8202-7fb4dcb137c5 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2cefad26-9d38-4c86-ac24-717377a5a676 {
  text-align: center;
}

#s-2cefad26-9d38-4c86-ac24-717377a5a676 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2cefad26-9d38-4c86-ac24-717377a5a676 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2cefad26-9d38-4c86-ac24-717377a5a676 .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-b51edb08-396e-43aa-ab62-141f3e57088a {
  text-align: left;
}



.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b51edb08-396e-43aa-ab62-141f3e57088a img.shogun-image {
  width: 100%;
}



}
#s-ca805868-d65b-4b59-8230-10b42be2a6e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca805868-d65b-4b59-8230-10b42be2a6e1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-26cc8a96-be28-4cdf-a9c8-7112b91ae6ab {
  text-align: center;
}

#s-26cc8a96-be28-4cdf-a9c8-7112b91ae6ab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-26cc8a96-be28-4cdf-a9c8-7112b91ae6ab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-26cc8a96-be28-4cdf-a9c8-7112b91ae6ab .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-66d35386-984f-43cf-ae81-d07f8753b38f {
  text-align: left;
}



.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66d35386-984f-43cf-ae81-d07f8753b38f img.shogun-image {
  width: 100%;
}



}
#s-67000f70-7aa3-4564-8622-8447e62451ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67000f70-7aa3-4564-8622-8447e62451ff .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-373e10d2-69cc-43e9-980e-dbd81be15349 {
  text-align: center;
}

#s-373e10d2-69cc-43e9-980e-dbd81be15349 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-373e10d2-69cc-43e9-980e-dbd81be15349 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-373e10d2-69cc-43e9-980e-dbd81be15349 .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-9f6392d7-8954-4389-9022-8e4c01dc25ee {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9f6392d7-8954-4389-9022-8e4c01dc25ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f6392d7-8954-4389-9022-8e4c01dc25ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f6392d7-8954-4389-9022-8e4c01dc25ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f6392d7-8954-4389-9022-8e4c01dc25ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9f6392d7-8954-4389-9022-8e4c01dc25ee"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4f4f84ef-e049-4de8-b69d-d004e2406562 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
background-color: rgba(250, 250, 250, 1);
}








#s-4f4f84ef-e049-4de8-b69d-d004e2406562 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f4f84ef-e049-4de8-b69d-d004e2406562.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc532650-d639-48ed-a371-39727086626e {
  margin-left: 50px;
margin-right: 50px;
}

#s-fc532650-d639-48ed-a371-39727086626e hr {
  border-top: 10px solid rgba(230, 230, 230, 1);
}

#s-8b30864a-864f-4953-8145-767037388338 {
  margin-left: 50px;
margin-right: 50px;
}

#s-60843c96-2ac0-4ff1-9aeb-5f09f4df1956 {
  background-size: cover;
border-style: solid;
margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 352px;
background-position: center center;
background-attachment: scroll;
}








#s-60843c96-2ac0-4ff1-9aeb-5f09f4df1956 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60843c96-2ac0-4ff1-9aeb-5f09f4df1956.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b {
  display: none;
}
#s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b, #wrap-s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b { display:none !important; }}







#s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fae7deb-5b68-44b2-9fb7-3a50d1fb5a6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-302dc661-792c-461e-9472-e615a13faa18 {
  min-height: 600px;
}
@media (max-width: 767px){#s-302dc661-792c-461e-9472-e615a13faa18 {
  display: none;
}
#s-302dc661-792c-461e-9472-e615a13faa18, #wrap-s-302dc661-792c-461e-9472-e615a13faa18 { display:none !important; }}







#s-302dc661-792c-461e-9472-e615a13faa18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-302dc661-792c-461e-9472-e615a13faa18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5b3e45d-95a1-470f-9bb6-f83dc3da2d95 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

@media (min-width: 0px) {
[id="s-f5b3e45d-95a1-470f-9bb6-f83dc3da2d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5b3e45d-95a1-470f-9bb6-f83dc3da2d95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5b3e45d-95a1-470f-9bb6-f83dc3da2d95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5b3e45d-95a1-470f-9bb6-f83dc3da2d95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d7a2ae27-27a8-44b5-a2be-abd2bc565228 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-5f82f383-272d-4577-b965-88317480be65 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

@media (min-width: 1200px){#s-1b0719a5-8535-4e1e-bd94-c40d89c12817 {
  display: none;
}
#s-1b0719a5-8535-4e1e-bd94-c40d89c12817, #wrap-s-1b0719a5-8535-4e1e-bd94-c40d89c12817 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b0719a5-8535-4e1e-bd94-c40d89c12817 {
  display: none;
}
#s-1b0719a5-8535-4e1e-bd94-c40d89c12817, #wrap-s-1b0719a5-8535-4e1e-bd94-c40d89c12817 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b0719a5-8535-4e1e-bd94-c40d89c12817 {
  display: none;
}
#s-1b0719a5-8535-4e1e-bd94-c40d89c12817, #wrap-s-1b0719a5-8535-4e1e-bd94-c40d89c12817 { display:none !important; }}
#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 {
  display: none;
}
#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84, #wrap-s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 {
  display: none;
}
#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84, #wrap-s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 {
  display: none;
}
#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84, #wrap-s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 { display:none !important; }}







#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f17d5416-2e20-4a4e-97e2-c93528f7ba84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}
@media (min-width: 1200px){#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 {
  display: none;
}
#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971, #wrap-s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 {
  display: none;
}
#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971, #wrap-s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 {
  display: none;
}
#s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971, #wrap-s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4409ae3f-b3e9-4110-9fbd-bc6795f9b971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1ec58204-9662-4077-a3db-5ccd79c96c08 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-024a364a-e9f9-4d9d-9ccc-2de9e74dad74 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-48bcdf33-bdba-4b92-b693-0c19234f5b33 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-48bcdf33-bdba-4b92-b693-0c19234f5b33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bcdf33-bdba-4b92-b693-0c19234f5b33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48bcdf33-bdba-4b92-b693-0c19234f5b33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bcdf33-bdba-4b92-b693-0c19234f5b33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-48bcdf33-bdba-4b92-b693-0c19234f5b33"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1096d4cd-7561-4122-9857-9d0569ff52e0 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 370px;
background-color: rgba(250, 250, 250, 1);
}








#s-1096d4cd-7561-4122-9857-9d0569ff52e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1096d4cd-7561-4122-9857-9d0569ff52e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d9f1b67-ed9f-4c98-bf54-850b3b955760 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8d9f1b67-ed9f-4c98-bf54-850b3b955760 hr {
  border-top: 10px solid rgba(230, 230, 230, 1);
}

#s-929b9bad-5bf6-4202-a25c-6cb002df6ec0 {
  margin-left: 50px;
margin-right: 50px;
}

#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 {
  display: none;
}
#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2, #wrap-s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 {
  display: none;
}
#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2, #wrap-s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 {
  display: none;
}
#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2, #wrap-s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 { display:none !important; }}







#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d00d9a-2952-4230-8ee0-8b3944d7dbe2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2cca2fc-1706-453a-b148-ff9918aaf7f5 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 370px;
background-position: center top;
background-attachment: scroll;
}
@media (max-width: 767px){#s-f2cca2fc-1706-453a-b148-ff9918aaf7f5 {
  display: none;
}
#s-f2cca2fc-1706-453a-b148-ff9918aaf7f5, #wrap-s-f2cca2fc-1706-453a-b148-ff9918aaf7f5 { display:none !important; }}







#s-f2cca2fc-1706-453a-b148-ff9918aaf7f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2cca2fc-1706-453a-b148-ff9918aaf7f5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4555b70a-2d4c-4469-902a-2676a63235d8 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 300px;
background-position: center top;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4555b70a-2d4c-4469-902a-2676a63235d8 {
  display: none;
}
#s-4555b70a-2d4c-4469-902a-2676a63235d8, #wrap-s-4555b70a-2d4c-4469-902a-2676a63235d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4555b70a-2d4c-4469-902a-2676a63235d8 {
  display: none;
}
#s-4555b70a-2d4c-4469-902a-2676a63235d8, #wrap-s-4555b70a-2d4c-4469-902a-2676a63235d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4555b70a-2d4c-4469-902a-2676a63235d8 {
  display: none;
}
#s-4555b70a-2d4c-4469-902a-2676a63235d8, #wrap-s-4555b70a-2d4c-4469-902a-2676a63235d8 { display:none !important; }}







#s-4555b70a-2d4c-4469-902a-2676a63235d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4555b70a-2d4c-4469-902a-2676a63235d8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-025013d7-ba4f-4762-9a5d-b9df35285c24 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-025013d7-ba4f-4762-9a5d-b9df35285c24 {
  display: none;
}
#s-025013d7-ba4f-4762-9a5d-b9df35285c24, #wrap-s-025013d7-ba4f-4762-9a5d-b9df35285c24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-025013d7-ba4f-4762-9a5d-b9df35285c24 {
  display: none;
}
#s-025013d7-ba4f-4762-9a5d-b9df35285c24, #wrap-s-025013d7-ba4f-4762-9a5d-b9df35285c24 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-025013d7-ba4f-4762-9a5d-b9df35285c24 {
  display: none;
}
#s-025013d7-ba4f-4762-9a5d-b9df35285c24, #wrap-s-025013d7-ba4f-4762-9a5d-b9df35285c24 { display:none !important; }}@media (max-width: 767px){#s-025013d7-ba4f-4762-9a5d-b9df35285c24 {
  
}
}







#s-025013d7-ba4f-4762-9a5d-b9df35285c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-025013d7-ba4f-4762-9a5d-b9df35285c24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 {
  
}
}@media (max-width: 767px){#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 {
  
}
}







#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8ed09a2d-ce1f-4e9b-a822-7856f03f04a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08f4293e-f978-42c6-b4ac-d211ae7b3b90 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-08f4293e-f978-42c6-b4ac-d211ae7b3b90 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-08f4293e-f978-42c6-b4ac-d211ae7b3b90 .shg-sld-nav-button.shg-sld-left,
#s-08f4293e-f978-42c6-b4ac-d211ae7b3b90 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e9bda878-6f9a-4391-875f-54071d922680 {
  padding-left: 40px;
padding-right: 40px;
}

#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 {
  text-align: left;
}



.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-54357549-ca9e-4ef0-b087-74eccc6cc8c0 img.shogun-image {
  width: 100%;
}



}
#s-4fceaf11-c551-4852-a5e5-aa5be4f3d70c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fceaf11-c551-4852-a5e5-aa5be4f3d70c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2ed3087c-b1c6-4155-beaf-7005bf76eb69 {
  text-align: center;
}

#s-2ed3087c-b1c6-4155-beaf-7005bf76eb69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2ed3087c-b1c6-4155-beaf-7005bf76eb69 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2ed3087c-b1c6-4155-beaf-7005bf76eb69 .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-41b15e52-c548-4ee3-b886-c4cce4855e8c {
  text-align: left;
}



.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41b15e52-c548-4ee3-b886-c4cce4855e8c img.shogun-image {
  width: 100%;
}



}
#s-2b9f7d26-66eb-4f55-b5ee-50cbf9b18815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b9f7d26-66eb-4f55-b5ee-50cbf9b18815 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0bcd2a6b-5606-4f41-bb95-e94a0aa886e7 {
  text-align: center;
}

#s-0bcd2a6b-5606-4f41-bb95-e94a0aa886e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0bcd2a6b-5606-4f41-bb95-e94a0aa886e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0bcd2a6b-5606-4f41-bb95-e94a0aa886e7 .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-2318482a-243a-47e9-90c0-179f52565e9f {
  padding-left: 40px;
padding-right: 40px;
}

#s-71524923-b6a8-4533-8042-5801d8fc7962 {
  text-align: left;
}



.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71524923-b6a8-4533-8042-5801d8fc7962 img.shogun-image {
  width: 100%;
}



}
#s-2899bf2a-a703-4da7-9103-7657719278da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2899bf2a-a703-4da7-9103-7657719278da .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b5a15f95-840e-4d57-8529-575b6d7954e7 {
  text-align: center;
}

#s-b5a15f95-840e-4d57-8529-575b6d7954e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b5a15f95-840e-4d57-8529-575b6d7954e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-b5a15f95-840e-4d57-8529-575b6d7954e7 .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-607cc950-c87e-438b-8f07-2a89b7464a6d {
  text-align: left;
}



.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607cc950-c87e-438b-8f07-2a89b7464a6d img.shogun-image {
  width: 100%;
}



}
#s-d6a0729f-688b-4f20-bc86-4dbaffe7ea3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6a0729f-688b-4f20-bc86-4dbaffe7ea3c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e0d290d5-661f-44f0-879b-081ccd3570b5 {
  text-align: center;
}

#s-e0d290d5-661f-44f0-879b-081ccd3570b5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0d290d5-661f-44f0-879b-081ccd3570b5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e0d290d5-661f-44f0-879b-081ccd3570b5 .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-ac63ff95-bda7-4fef-ab54-8093fc6c486f {
  padding-left: 40px;
padding-right: 40px;
}

#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b {
  text-align: left;
}



.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7a1ff056-43b6-4fb4-84c5-c939ef593e1b img.shogun-image {
  width: 100%;
}



}
#s-7a8c7f29-9479-483a-a754-79cb5c67163e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a8c7f29-9479-483a-a754-79cb5c67163e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ad7e7f34-5c5c-4c16-b39d-ac5414cb142c {
  text-align: center;
}

#s-ad7e7f34-5c5c-4c16-b39d-ac5414cb142c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-ad7e7f34-5c5c-4c16-b39d-ac5414cb142c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-ad7e7f34-5c5c-4c16-b39d-ac5414cb142c .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-7ff754ac-6b27-4b1d-a16c-2d9229d6766a {
  text-align: left;
}



.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7ff754ac-6b27-4b1d-a16c-2d9229d6766a img.shogun-image {
  width: 100%;
}



}
#s-053711bc-76d1-4b68-9722-d8d83dd5a9e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-053711bc-76d1-4b68-9722-d8d83dd5a9e0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-4a8f7bf6-d127-49ce-b3c7-94f402dfaf0a {
  text-align: center;
}

#s-4a8f7bf6-d127-49ce-b3c7-94f402dfaf0a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4a8f7bf6-d127-49ce-b3c7-94f402dfaf0a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-4a8f7bf6-d127-49ce-b3c7-94f402dfaf0a .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-1960d111-d93e-46ed-a81f-78adf3593028 {
  padding-left: 40px;
padding-right: 40px;
}

#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec {
  text-align: left;
}



.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6d48cb14-8ce0-4201-9c59-8ab6a0796fec img.shogun-image {
  width: 100%;
}



}
#s-4824a7eb-515a-4d66-83ea-3b17df5f0f88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4824a7eb-515a-4d66-83ea-3b17df5f0f88 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-332f61d2-1d19-41c2-af79-b259ec992556 {
  text-align: center;
}

#s-332f61d2-1d19-41c2-af79-b259ec992556 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-332f61d2-1d19-41c2-af79-b259ec992556 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-332f61d2-1d19-41c2-af79-b259ec992556 .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-eab729e8-81b0-485e-b9f2-d02911b2da60 {
  text-align: left;
}



.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-eab729e8-81b0-485e-b9f2-d02911b2da60 img.shogun-image {
  width: 100%;
}



}
#s-b936ba91-1718-4956-8d88-1f3da76c90ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b936ba91-1718-4956-8d88-1f3da76c90ad .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-8e430366-3c4a-439a-8934-3bfadc5c56fa {
  text-align: center;
}

#s-8e430366-3c4a-439a-8934-3bfadc5c56fa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-8e430366-3c4a-439a-8934-3bfadc5c56fa .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e430366-3c4a-439a-8934-3bfadc5c56fa .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-0cb33274-4862-4a10-855f-8ecd9c060c88 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-0cb33274-4862-4a10-855f-8ecd9c060c88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0cb33274-4862-4a10-855f-8ecd9c060c88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cb33274-4862-4a10-855f-8ecd9c060c88 {
  
}
}@media (max-width: 767px){#s-0cb33274-4862-4a10-855f-8ecd9c060c88 {
  display: none;
}
#s-0cb33274-4862-4a10-855f-8ecd9c060c88, #wrap-s-0cb33274-4862-4a10-855f-8ecd9c060c88 { display:none !important; }}







#s-0cb33274-4862-4a10-855f-8ecd9c060c88 > .shg-box-overlay {
  background-color: rgba(116, 116, 116, 1);
  opacity: 0.05;
}#s-0cb33274-4862-4a10-855f-8ecd9c060c88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8f15c4c-90af-46d9-831f-e105daeb4428 {
  opacity: 1;
}

@media (min-width: 0px) {
[id="s-e8f15c4c-90af-46d9-831f-e105daeb4428"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8f15c4c-90af-46d9-831f-e105daeb4428"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8f15c4c-90af-46d9-831f-e105daeb4428"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8f15c4c-90af-46d9-831f-e105daeb4428"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-487ac593-dddd-43dd-8a89-64d775516d32 {
  min-height: 600px;
}








#s-487ac593-dddd-43dd-8a89-64d775516d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-487ac593-dddd-43dd-8a89-64d775516d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3dfb1e99-b4c1-419c-831b-a72c942070c7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 50px;
padding-right: 50px;
}

#s-68443b85-7193-4025-a908-9bdcc650cdf9 {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 250px;
}

#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  
}
}@media (max-width: 767px){#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  display: none;
}
#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2, #wrap-s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 { display:none !important; }}







#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2 {
  cursor: pointer;
}#s-d4637de2-82ba-4095-a7c6-47f7cacbc5b2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-78ff254b-67eb-4d67-a194-bcbe6ba95220 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78ff254b-67eb-4d67-a194-bcbe6ba95220 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78ff254b-67eb-4d67-a194-bcbe6ba95220 {
  
}
}
@media (min-width: 0px) {
[id="s-78ff254b-67eb-4d67-a194-bcbe6ba95220"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-78ff254b-67eb-4d67-a194-bcbe6ba95220"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-78ff254b-67eb-4d67-a194-bcbe6ba95220"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-78ff254b-67eb-4d67-a194-bcbe6ba95220"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-f8921cae-e402-4af0-9405-da64e0c65faf {
  min-height: 502px;
}
@media (min-width: 1200px){#s-f8921cae-e402-4af0-9405-da64e0c65faf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8921cae-e402-4af0-9405-da64e0c65faf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8921cae-e402-4af0-9405-da64e0c65faf {
  
}
}@media (max-width: 767px){#s-f8921cae-e402-4af0-9405-da64e0c65faf {
  display: none;
}
#s-f8921cae-e402-4af0-9405-da64e0c65faf, #wrap-s-f8921cae-e402-4af0-9405-da64e0c65faf { display:none !important; }}







#s-f8921cae-e402-4af0-9405-da64e0c65faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8921cae-e402-4af0-9405-da64e0c65faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74415dda-0aff-436b-9b89-8fb0e35ab58e {
  opacity: 1;
}

#s-5889b7b7-fbae-41eb-84e6-59a7e4276964 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-2457b97f-ba81-4cfe-946e-045710f29815 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2457b97f-ba81-4cfe-946e-045710f29815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2457b97f-ba81-4cfe-946e-045710f29815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2457b97f-ba81-4cfe-946e-045710f29815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2457b97f-ba81-4cfe-946e-045710f29815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2457b97f-ba81-4cfe-946e-045710f29815"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c80ca135-df56-4cb7-8c24-065fe964a508 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
background-color: rgba(250, 250, 250, 1);
}








#s-c80ca135-df56-4cb7-8c24-065fe964a508 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c80ca135-df56-4cb7-8c24-065fe964a508.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c29ec071-3859-4390-a5b4-1262e73bf307 {
  margin-left: 50px;
margin-right: 50px;
}

#s-c29ec071-3859-4390-a5b4-1262e73bf307 hr {
  border-top: 10px solid rgba(0, 0, 0, 1);
}

#s-dc947d17-11ea-4a24-b590-f5919d4420a5 {
  margin-left: 50px;
margin-right: 50px;
}

#s-521ff7d1-1730-4c60-91e2-8482a52311eb {
  background-size: cover;
border-style: solid;
margin-top: -1px;
margin-left: 0px;
margin-bottom: -1px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 352px;
background-position: center center;
background-attachment: scroll;
}








#s-521ff7d1-1730-4c60-91e2-8482a52311eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-521ff7d1-1730-4c60-91e2-8482a52311eb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9879a90b-3adc-453e-a09a-76464999cd8a {
  background-repeat: no-repeat;
background-size: contain;
background-attachment: fixed;
min-height: 500px;
background-position: center center;
}
@media (max-width: 767px){#s-9879a90b-3adc-453e-a09a-76464999cd8a {
  display: none;
}
#s-9879a90b-3adc-453e-a09a-76464999cd8a, #wrap-s-9879a90b-3adc-453e-a09a-76464999cd8a { display:none !important; }}







#s-9879a90b-3adc-453e-a09a-76464999cd8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9879a90b-3adc-453e-a09a-76464999cd8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c87e2e26-c3ab-41bf-8190-203cf674fdd7 {
  min-height: 600px;
}
@media (max-width: 767px){#s-c87e2e26-c3ab-41bf-8190-203cf674fdd7 {
  display: none;
}
#s-c87e2e26-c3ab-41bf-8190-203cf674fdd7, #wrap-s-c87e2e26-c3ab-41bf-8190-203cf674fdd7 { display:none !important; }}







#s-c87e2e26-c3ab-41bf-8190-203cf674fdd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c87e2e26-c3ab-41bf-8190-203cf674fdd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b2c1771-edd8-44c6-aafd-75e867f6cdc0 {
  margin-left: auto;
margin-right: auto;
max-width: 550px;
}

@media (min-width: 0px) {
[id="s-7b2c1771-edd8-44c6-aafd-75e867f6cdc0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b2c1771-edd8-44c6-aafd-75e867f6cdc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7b2c1771-edd8-44c6-aafd-75e867f6cdc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b2c1771-edd8-44c6-aafd-75e867f6cdc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1a8fcbb4-b83a-48a8-a756-72c246426050 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-ccb3328a-8118-4b80-918d-09aecfe49e21 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
}

#s-24589f8a-0005-4b97-bab1-49c777528137 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-24589f8a-0005-4b97-bab1-49c777528137 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-24589f8a-0005-4b97-bab1-49c777528137 .shg-sld-nav-button.shg-sld-left,
#s-24589f8a-0005-4b97-bab1-49c777528137 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-eaeae04b-c211-4036-af96-ac23850fa221 {
  padding-left: 40px;
padding-right: 40px;
}

#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 {
  text-align: left;
}



.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9f3c8f0-4937-4820-bfa7-6f7e05323810 img.shogun-image {
  width: 100%;
}



}
#s-67bfe1fb-40e8-4675-9169-e2ef71e3a0ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67bfe1fb-40e8-4675-9169-e2ef71e3a0ac .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1cf52b57-8634-495d-a99d-54347950ebe6 {
  text-align: center;
}

#s-1cf52b57-8634-495d-a99d-54347950ebe6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cf52b57-8634-495d-a99d-54347950ebe6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cf52b57-8634-495d-a99d-54347950ebe6 .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-74b5f815-16b2-4ecf-9069-994fc448cf0a {
  text-align: left;
}



.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-74b5f815-16b2-4ecf-9069-994fc448cf0a img.shogun-image {
  width: 100%;
}



}
#s-20640b0c-e242-4313-859d-3a8d9454c990 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20640b0c-e242-4313-859d-3a8d9454c990 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1160219d-5b30-4967-838f-bd1d9f060a9e {
  text-align: center;
}

#s-1160219d-5b30-4967-838f-bd1d9f060a9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1160219d-5b30-4967-838f-bd1d9f060a9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1160219d-5b30-4967-838f-bd1d9f060a9e .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-71223001-4b29-45c8-a5d7-12a2fedd4a07 {
  padding-left: 40px;
padding-right: 40px;
}

#s-93cafc72-2200-45eb-b38f-f41f94f7d59d {
  text-align: left;
}



.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-93cafc72-2200-45eb-b38f-f41f94f7d59d img.shogun-image {
  width: 100%;
}



}
#s-93291f7d-eea3-4d49-ac50-ffe651d374a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93291f7d-eea3-4d49-ac50-ffe651d374a3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-010aa60b-17bb-4c03-b704-83e027266949 {
  text-align: center;
}

#s-010aa60b-17bb-4c03-b704-83e027266949 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-010aa60b-17bb-4c03-b704-83e027266949 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-010aa60b-17bb-4c03-b704-83e027266949 .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-8d19b35a-b382-47e1-b81e-d7375a593da5 {
  text-align: left;
}



.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8d19b35a-b382-47e1-b81e-d7375a593da5 img.shogun-image {
  width: 100%;
}



}
#s-576d3010-3a9d-48ee-9118-61d65195c738 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-576d3010-3a9d-48ee-9118-61d65195c738 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0c1c1043-1568-43fd-ac33-88f259c5ce20 {
  text-align: center;
}

#s-0c1c1043-1568-43fd-ac33-88f259c5ce20 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0c1c1043-1568-43fd-ac33-88f259c5ce20 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-0c1c1043-1568-43fd-ac33-88f259c5ce20 .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-d1204ad7-24aa-4be2-9bf1-9a8ecfbfdbed {
  padding-left: 40px;
padding-right: 40px;
}

#s-488eae24-d0ef-489a-8eb9-125944265381 {
  text-align: left;
}



.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-488eae24-d0ef-489a-8eb9-125944265381 img.shogun-image {
  width: 100%;
}



}
#s-4295e556-2886-4ba5-aec1-66f6dc99d885 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4295e556-2886-4ba5-aec1-66f6dc99d885 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-bb5bde9a-caa4-4177-8bd0-b081c3de291f {
  text-align: center;
}

#s-bb5bde9a-caa4-4177-8bd0-b081c3de291f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bb5bde9a-caa4-4177-8bd0-b081c3de291f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-bb5bde9a-caa4-4177-8bd0-b081c3de291f .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-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 {
  text-align: left;
}



.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d9d9bbc9-091c-4cdc-ae81-29ebaba160d9 img.shogun-image {
  width: 100%;
}



}
#s-dfb02809-dc21-4b2d-9c15-c2d3c9637f8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfb02809-dc21-4b2d-9c15-c2d3c9637f8f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-141bfdcf-f2cd-4501-9f3d-1682b7ef989c {
  text-align: center;
}

#s-141bfdcf-f2cd-4501-9f3d-1682b7ef989c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-141bfdcf-f2cd-4501-9f3d-1682b7ef989c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-141bfdcf-f2cd-4501-9f3d-1682b7ef989c .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-f181f8ca-3689-43a6-bc7e-bdc298c808e0 {
  padding-left: 40px;
padding-right: 40px;
}

#s-01f3dbaa-022c-405e-9f00-e33571755443 {
  text-align: left;
}



.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-01f3dbaa-022c-405e-9f00-e33571755443 img.shogun-image {
  width: 100%;
}



}
#s-e8590a06-8aed-430c-b3a9-6cfda0b89e1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8590a06-8aed-430c-b3a9-6cfda0b89e1b .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-10a2046b-3902-42af-84ac-2876b880fa89 {
  text-align: center;
}

#s-10a2046b-3902-42af-84ac-2876b880fa89 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-10a2046b-3902-42af-84ac-2876b880fa89 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-10a2046b-3902-42af-84ac-2876b880fa89 .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-ba5932f5-559d-4ae7-863f-c04a8e484389 {
  text-align: left;
}



.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba5932f5-559d-4ae7-863f-c04a8e484389 img.shogun-image {
  width: 100%;
}



}
#s-c931521e-8092-4476-a305-4538ab27c058 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c931521e-8092-4476-a305-4538ab27c058 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-1cfa3a06-f58f-4e79-97ed-1f68b0bdedff {
  text-align: center;
}

#s-1cfa3a06-f58f-4e79-97ed-1f68b0bdedff .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1cfa3a06-f58f-4e79-97ed-1f68b0bdedff .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-1cfa3a06-f58f-4e79-97ed-1f68b0bdedff .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-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 {
  display: none;
}
#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217, #wrap-s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 {
  display: none;
}
#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217, #wrap-s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 {
  display: none;
}
#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217, #wrap-s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 { display:none !important; }}@media (max-width: 767px){#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 {
  
}
}







#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-c3cfa778-8a33-4048-bdfc-6e3f8e6da217.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-53a0aa2f-826e-41f0-8e4c-b6d24e9cffd6 {
  min-height: 500px;
}








#s-53a0aa2f-826e-41f0-8e4c-b6d24e9cffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53a0aa2f-826e-41f0-8e4c-b6d24e9cffd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a2dae8d-5b71-4f07-b96c-e3f04b23e40e {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
max-width: 250px;
}

#s-db19e883-9148-4168-923a-5cab44da531d {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

#s-9144f09a-3995-4ff6-ac6d-892b96cc6715 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-9144f09a-3995-4ff6-ac6d-892b96cc6715 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-9144f09a-3995-4ff6-ac6d-892b96cc6715 .shg-sld-nav-button.shg-sld-left,
#s-9144f09a-3995-4ff6-ac6d-892b96cc6715 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-911a99e7-acc8-4acb-8a33-cdd997492da4 {
  padding-left: 40px;
padding-right: 40px;
}

#s-8e353969-d9f4-4810-8f70-2626d3b495cf {
  text-align: left;
}



.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8e353969-d9f4-4810-8f70-2626d3b495cf img.shogun-image {
  width: 100%;
}



}
#s-76bd775a-f1f2-4f47-b767-e2b7fa972373 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76bd775a-f1f2-4f47-b767-e2b7fa972373 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5d078352-695a-4217-a957-a24174680960 {
  text-align: center;
}

#s-5d078352-695a-4217-a957-a24174680960 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-5d078352-695a-4217-a957-a24174680960 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-5d078352-695a-4217-a957-a24174680960 .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-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 {
  text-align: left;
}



.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-52b73b1f-53ea-4504-9c84-f4b2246b7eb3 img.shogun-image {
  width: 100%;
}



}
#s-ed768389-7cc5-4259-8989-661a6207f8bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed768389-7cc5-4259-8989-661a6207f8bd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e2ea2173-1b3d-4253-81a4-bc7b7907ec3b {
  text-align: center;
}

#s-e2ea2173-1b3d-4253-81a4-bc7b7907ec3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e2ea2173-1b3d-4253-81a4-bc7b7907ec3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e2ea2173-1b3d-4253-81a4-bc7b7907ec3b .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-1f985323-4a54-44c4-adec-5c44ca6f4b98 {
  padding-left: 40px;
padding-right: 40px;
}

#s-5581001c-5995-4056-bd66-0a2cb0a60b89 {
  text-align: left;
}



.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5581001c-5995-4056-bd66-0a2cb0a60b89 img.shogun-image {
  width: 100%;
}



}
#s-bccaf369-8a2f-4eaa-b2c7-37032c1b634f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bccaf369-8a2f-4eaa-b2c7-37032c1b634f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-2dad8e99-faef-4bf3-ac63-f531ca71acac {
  text-align: center;
}

#s-2dad8e99-faef-4bf3-ac63-f531ca71acac .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2dad8e99-faef-4bf3-ac63-f531ca71acac .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-2dad8e99-faef-4bf3-ac63-f531ca71acac .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-3dd53be7-d280-4ee7-9634-0199feb408a1 {
  text-align: left;
}



.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3dd53be7-d280-4ee7-9634-0199feb408a1 img.shogun-image {
  width: 100%;
}



}
#s-0d1b9c43-2d03-47fa-a64e-eb2a973522a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1b9c43-2d03-47fa-a64e-eb2a973522a1 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-9afe3c93-eb77-4ab8-91ae-185131ab57e4 {
  text-align: center;
}

#s-9afe3c93-eb77-4ab8-91ae-185131ab57e4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9afe3c93-eb77-4ab8-91ae-185131ab57e4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-9afe3c93-eb77-4ab8-91ae-185131ab57e4 .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-44d5e7c9-c66c-4d71-9bb3-7a0b7b2a510e {
  padding-left: 40px;
padding-right: 40px;
}

#s-907784e8-99e1-41b3-8dd2-022f590b8af3 {
  text-align: left;
}



.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-907784e8-99e1-41b3-8dd2-022f590b8af3 img.shogun-image {
  width: 100%;
}



}
#s-e3ab9166-2ecb-40a2-b53e-1599a6d3d5f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3ab9166-2ecb-40a2-b53e-1599a6d3d5f7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-69a403a1-d91e-4d56-9d06-4e05f4cc89ef {
  text-align: center;
}

#s-69a403a1-d91e-4d56-9d06-4e05f4cc89ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-69a403a1-d91e-4d56-9d06-4e05f4cc89ef .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-69a403a1-d91e-4d56-9d06-4e05f4cc89ef .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-716d1b05-993e-4bce-9640-c901edaaeb95 {
  text-align: left;
}



.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-716d1b05-993e-4bce-9640-c901edaaeb95 img.shogun-image {
  width: 100%;
}



}
#s-11a48e2d-619a-4e9c-adec-b9c987775ef0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11a48e2d-619a-4e9c-adec-b9c987775ef0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-94f61714-4259-4b74-be08-772504fd4cfe {
  text-align: center;
}

#s-94f61714-4259-4b74-be08-772504fd4cfe .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-94f61714-4259-4b74-be08-772504fd4cfe .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-94f61714-4259-4b74-be08-772504fd4cfe .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-5df491e2-8f84-4749-bd77-aa56f3db7e5d {
  padding-left: 40px;
padding-right: 40px;
}

#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc {
  text-align: left;
}



.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-339004c3-e4c4-4b68-bc7e-ca1b032861dc img.shogun-image {
  width: 100%;
}



}
#s-ba475ff3-ff24-4965-97c9-e78f65c81cd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba475ff3-ff24-4965-97c9-e78f65c81cd0 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-e4215cfe-b98d-45c9-89ec-4fa9212e3fea {
  text-align: center;
}

#s-e4215cfe-b98d-45c9-89ec-4fa9212e3fea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e4215cfe-b98d-45c9-89ec-4fa9212e3fea .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-e4215cfe-b98d-45c9-89ec-4fa9212e3fea .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-b9cda4f7-8985-4912-aa12-ee90639710bc {
  text-align: left;
}



.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b9cda4f7-8985-4912-aa12-ee90639710bc img.shogun-image {
  width: 100%;
}



}
#s-4ed0ef8d-06a8-4487-8952-40fe4f0d114d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed0ef8d-06a8-4487-8952-40fe4f0d114d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-7686ac42-1591-4542-a376-4aaf205df16b {
  text-align: center;
}

#s-7686ac42-1591-4542-a376-4aaf205df16b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7686ac42-1591-4542-a376-4aaf205df16b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7686ac42-1591-4542-a376-4aaf205df16b .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-7bd8d6ea-6b93-47df-8b97-f3af21f997f6 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-7bd8d6ea-6b93-47df-8b97-f3af21f997f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7bd8d6ea-6b93-47df-8b97-f3af21f997f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7bd8d6ea-6b93-47df-8b97-f3af21f997f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bd8d6ea-6b93-47df-8b97-f3af21f997f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c717ce25-cf88-4c5d-8668-82f0dd3da13f {
  background-size: cover;
min-height: 350px;
background-position: center center;
}








#s-c717ce25-cf88-4c5d-8668-82f0dd3da13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c717ce25-cf88-4c5d-8668-82f0dd3da13f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3b58805-abab-47a4-8597-927c9dcd8f03 {
  background-attachment: fixed;
border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 350px;
background-color: rgba(250, 250, 250, 1);
}








#s-b3b58805-abab-47a4-8597-927c9dcd8f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3b58805-abab-47a4-8597-927c9dcd8f03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e88b9b57-dd79-4f17-9772-7406507c254b {
  margin-left: 50px;
margin-right: 50px;
}

#s-e88b9b57-dd79-4f17-9772-7406507c254b hr {
  border-top: 10px solid rgba(0, 0, 0, 1);
}

#s-731a3854-a9ff-4dc0-8b65-072d432aee1e {
  margin-left: 50px;
margin-right: 50px;
}

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