.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
}
#s-26187932-ca0b-4cf5-9699-49732a237ab6 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (max-width: 767px){#s-26187932-ca0b-4cf5-9699-49732a237ab6 {
  display: none;
}
#s-26187932-ca0b-4cf5-9699-49732a237ab6, #wrap-s-26187932-ca0b-4cf5-9699-49732a237ab6 { display:none !important; }}



  #s-26187932-ca0b-4cf5-9699-49732a237ab6 img.shogun-image {
    
    width: px;
  }


#s-26187932-ca0b-4cf5-9699-49732a237ab6 .shogun-image-content {
  
    align-items: center;
  
}

#s-5559269e-f152-42d1-80df-624bae934057 {
  text-align: center;
}
@media (min-width: 1200px){#s-5559269e-f152-42d1-80df-624bae934057 {
  display: none;
}
#s-5559269e-f152-42d1-80df-624bae934057, #wrap-s-5559269e-f152-42d1-80df-624bae934057 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5559269e-f152-42d1-80df-624bae934057 {
  display: none;
}
#s-5559269e-f152-42d1-80df-624bae934057, #wrap-s-5559269e-f152-42d1-80df-624bae934057 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5559269e-f152-42d1-80df-624bae934057 {
  display: none;
}
#s-5559269e-f152-42d1-80df-624bae934057, #wrap-s-5559269e-f152-42d1-80df-624bae934057 { display:none !important; }}



  #s-5559269e-f152-42d1-80df-624bae934057 img.shogun-image {
    
    width: px;
  }


#s-5559269e-f152-42d1-80df-624bae934057 .shogun-image-content {
  
    align-items: center;
  
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

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

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-32e78081-617b-41b4-ac0a-af23626d4392 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
max-width: 1500px;
}
@media (min-width: 1200px){#s-32e78081-617b-41b4-ac0a-af23626d4392 {
  display: none;
}
#s-32e78081-617b-41b4-ac0a-af23626d4392, #wrap-s-32e78081-617b-41b4-ac0a-af23626d4392 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32e78081-617b-41b4-ac0a-af23626d4392 {
  display: none;
}
#s-32e78081-617b-41b4-ac0a-af23626d4392, #wrap-s-32e78081-617b-41b4-ac0a-af23626d4392 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32e78081-617b-41b4-ac0a-af23626d4392 {
  display: none;
}
#s-32e78081-617b-41b4-ac0a-af23626d4392, #wrap-s-32e78081-617b-41b4-ac0a-af23626d4392 { display:none !important; }}@media (max-width: 767px){#s-32e78081-617b-41b4-ac0a-af23626d4392 {
  display: none;
}
#s-32e78081-617b-41b4-ac0a-af23626d4392, #wrap-s-32e78081-617b-41b4-ac0a-af23626d4392 { display:none !important; }}
#s-32e78081-617b-41b4-ac0a-af23626d4392 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-32e78081-617b-41b4-ac0a-af23626d4392 .shg-sld-nav-button.shg-sld-left,
#s-32e78081-617b-41b4-ac0a-af23626d4392 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-7da0187d-83ca-4ed0-9917-fb5fd12dad2d {
  max-width: 1500px;
text-align: center;
}




  #s-7da0187d-83ca-4ed0-9917-fb5fd12dad2d img.shogun-image {
    
    width: px;
  }


#s-7da0187d-83ca-4ed0-9917-fb5fd12dad2d .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-11962995-dea5-4ef6-b1bf-2b1c319f9d86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-11962995-dea5-4ef6-b1bf-2b1c319f9d86 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0c616bf2-a516-4681-9cd6-f0af0bdadaa7 {
  text-align: center;
}





#s-0c616bf2-a516-4681-9cd6-f0af0bdadaa7 .shogun-image-content {
  
    align-items: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

@media (max-width: 767px){#s-c044256b-e2d4-46ce-8182-072602f24e26 {
  display: none;
}
#s-c044256b-e2d4-46ce-8182-072602f24e26, #wrap-s-c044256b-e2d4-46ce-8182-072602f24e26 { display:none !important; }}
@media (min-width: 1200px){#s-860576f8-05bc-4ce0-9824-527fc893d05c {
  display: none;
}
#s-860576f8-05bc-4ce0-9824-527fc893d05c, #wrap-s-860576f8-05bc-4ce0-9824-527fc893d05c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-860576f8-05bc-4ce0-9824-527fc893d05c {
  display: none;
}
#s-860576f8-05bc-4ce0-9824-527fc893d05c, #wrap-s-860576f8-05bc-4ce0-9824-527fc893d05c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-860576f8-05bc-4ce0-9824-527fc893d05c {
  display: none;
}
#s-860576f8-05bc-4ce0-9824-527fc893d05c, #wrap-s-860576f8-05bc-4ce0-9824-527fc893d05c { display:none !important; }}
#s-22bc01d8-0088-4800-a5fe-5ffce6ec24b5 {
  max-width: 1500px;
text-align: center;
}




  #s-22bc01d8-0088-4800-a5fe-5ffce6ec24b5 img.shogun-image {
    
    width: px;
  }


#s-22bc01d8-0088-4800-a5fe-5ffce6ec24b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c20492d5-1cba-489e-b8ab-1df2121d1e72 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-c20492d5-1cba-489e-b8ab-1df2121d1e72 {
  display: none;
}
#s-c20492d5-1cba-489e-b8ab-1df2121d1e72, #wrap-s-c20492d5-1cba-489e-b8ab-1df2121d1e72 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c20492d5-1cba-489e-b8ab-1df2121d1e72 {
  display: none;
}
#s-c20492d5-1cba-489e-b8ab-1df2121d1e72, #wrap-s-c20492d5-1cba-489e-b8ab-1df2121d1e72 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c20492d5-1cba-489e-b8ab-1df2121d1e72 {
  display: none;
}
#s-c20492d5-1cba-489e-b8ab-1df2121d1e72, #wrap-s-c20492d5-1cba-489e-b8ab-1df2121d1e72 { display:none !important; }}
#s-0a91b2f1-24ce-41d8-87b3-c58307d3e77a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a91b2f1-24ce-41d8-87b3-c58307d3e77a .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-34242109-15dd-4106-9015-a36e3b297a3f {
  max-width: 1500px;
text-align: center;
}




  #s-34242109-15dd-4106-9015-a36e3b297a3f img.shogun-image {
    
    width: px;
  }


#s-34242109-15dd-4106-9015-a36e3b297a3f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-1df6f67d-456f-470b-9c1d-6f1beed921de {
  display: none;
}
#s-1df6f67d-456f-470b-9c1d-6f1beed921de, #wrap-s-1df6f67d-456f-470b-9c1d-6f1beed921de { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1df6f67d-456f-470b-9c1d-6f1beed921de {
  display: none;
}
#s-1df6f67d-456f-470b-9c1d-6f1beed921de, #wrap-s-1df6f67d-456f-470b-9c1d-6f1beed921de { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1df6f67d-456f-470b-9c1d-6f1beed921de {
  display: none;
}
#s-1df6f67d-456f-470b-9c1d-6f1beed921de, #wrap-s-1df6f67d-456f-470b-9c1d-6f1beed921de { display:none !important; }}
#s-803368c4-18be-48e3-a1c1-ca6caee633c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-803368c4-18be-48e3-a1c1-ca6caee633c6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b4e2850b-a371-47bd-a22d-4eedfd0cfdae {
  text-align: center;
}




  #s-b4e2850b-a371-47bd-a22d-4eedfd0cfdae img.shogun-image {
    
    width: px;
  }


#s-b4e2850b-a371-47bd-a22d-4eedfd0cfdae .shogun-image-content {
  
    align-items: center;
  
}

#s-d10c92e3-94b1-401f-935d-5fa677d111d2 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-d10c92e3-94b1-401f-935d-5fa677d111d2 {
  display: none;
}
#s-d10c92e3-94b1-401f-935d-5fa677d111d2, #wrap-s-d10c92e3-94b1-401f-935d-5fa677d111d2 { display:none !important; }}
#s-cf4f470f-4583-493a-9b0f-68d06842268e {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-cf4f470f-4583-493a-9b0f-68d06842268e {
  display: none;
}
#s-cf4f470f-4583-493a-9b0f-68d06842268e, #wrap-s-cf4f470f-4583-493a-9b0f-68d06842268e { display:none !important; }}
#s-b9930f63-9660-41b9-8982-652aa9b378c6 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-b9930f63-9660-41b9-8982-652aa9b378c6 {
  display: none;
}
#s-b9930f63-9660-41b9-8982-652aa9b378c6, #wrap-s-b9930f63-9660-41b9-8982-652aa9b378c6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b9930f63-9660-41b9-8982-652aa9b378c6 {
  display: none;
}
#s-b9930f63-9660-41b9-8982-652aa9b378c6, #wrap-s-b9930f63-9660-41b9-8982-652aa9b378c6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b9930f63-9660-41b9-8982-652aa9b378c6 {
  display: none;
}
#s-b9930f63-9660-41b9-8982-652aa9b378c6, #wrap-s-b9930f63-9660-41b9-8982-652aa9b378c6 { display:none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

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

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

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

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

#s-ddb05d20-cec4-4480-b967-31f074845b18 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(233, 229, 229, 1);
text-align: left;
text-decoration: none;
color: rgba(56, 56, 56, 1);
}
#s-ddb05d20-cec4-4480-b967-31f074845b18:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ddb05d20-cec4-4480-b967-31f074845b18:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ddb05d20-cec4-4480-b967-31f074845b18-btn-wrapper {
    text-align: left;
  }


#s-ddb05d20-cec4-4480-b967-31f074845b18.shg-btn {
  color: rgba(56, 56, 56, 1);
  font-size: 10px;
  
  
  font-family: Helvetica_Neu_Bold;
  display:  inline-block ;
}

#s-62bd44a9-6dc7-40b6-be6e-2ebe0eb465b3 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}





#s-62bd44a9-6dc7-40b6-be6e-2ebe0eb465b3 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc {
  display: none;
}
#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc, #wrap-s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc {
  display: none;
}
#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc, #wrap-s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc {
  display: none;
}
#s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc, #wrap-s-9b75d0dd-0f69-41f5-b789-4dcd6b3b6bcc { display:none !important; }}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 {
  display: none;
}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23, #wrap-s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 {
  display: none;
}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23, #wrap-s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 {
  display: none;
}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23, #wrap-s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 { display:none !important; }}@media (max-width: 767px){#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 {
  display: none;
}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23, #wrap-s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 { display:none !important; }}
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 .shg-sld-nav-button.shg-sld-left,
#s-e90edb48-7f3c-45a6-9ea3-ed57b3078d23 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-88860eda-d98b-4da0-beec-03df661751cc {
  text-align: center;
}




  #s-88860eda-d98b-4da0-beec-03df661751cc img.shogun-image {
    
    width: px;
  }


#s-88860eda-d98b-4da0-beec-03df661751cc .shogun-image-content {
  
    align-items: center;
  
}

#s-e916d71b-189b-4437-ae67-742d57d00314 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e916d71b-189b-4437-ae67-742d57d00314 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 {
  text-align: center;
}
@media (min-width: 1200px){#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 {
  display: none;
}
#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4, #wrap-s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 {
  display: none;
}
#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4, #wrap-s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 {
  display: none;
}
#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4, #wrap-s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 { display:none !important; }}




#s-f46439df-8f79-4948-a4e6-e29c7cb47ae4 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-627d94fc-1545-4848-b3e8-cbf75b086e31 {
  display: none;
}
#s-627d94fc-1545-4848-b3e8-cbf75b086e31, #wrap-s-627d94fc-1545-4848-b3e8-cbf75b086e31 { display:none !important; }}
@media (min-width: 1200px){#s-1abefd69-95b0-4012-a0d4-8457df3cc935 {
  display: none;
}
#s-1abefd69-95b0-4012-a0d4-8457df3cc935, #wrap-s-1abefd69-95b0-4012-a0d4-8457df3cc935 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1abefd69-95b0-4012-a0d4-8457df3cc935 {
  display: none;
}
#s-1abefd69-95b0-4012-a0d4-8457df3cc935, #wrap-s-1abefd69-95b0-4012-a0d4-8457df3cc935 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1abefd69-95b0-4012-a0d4-8457df3cc935 {
  display: none;
}
#s-1abefd69-95b0-4012-a0d4-8457df3cc935, #wrap-s-1abefd69-95b0-4012-a0d4-8457df3cc935 { display:none !important; }}
#s-d363d46d-727f-4fc0-afd5-b2fe1dffca94 {
  text-align: center;
}




  #s-d363d46d-727f-4fc0-afd5-b2fe1dffca94 img.shogun-image {
    
    width: px;
  }


#s-d363d46d-727f-4fc0-afd5-b2fe1dffca94 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3d3fdce-7742-4fa2-8251-5c0db12fdb43 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-b3d3fdce-7742-4fa2-8251-5c0db12fdb43 {
  display: none;
}
#s-b3d3fdce-7742-4fa2-8251-5c0db12fdb43, #wrap-s-b3d3fdce-7742-4fa2-8251-5c0db12fdb43 { display:none !important; }}
#s-7460c857-41a8-4ba8-8f9f-760b6da529e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7460c857-41a8-4ba8-8f9f-760b6da529e7 .shogun-heading-component h1 {
  color: rgba(253, 253, 253, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca {
  text-align: center;
}
@media (min-width: 1200px){#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca {
  display: none;
}
#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca, #wrap-s-d220f6d8-5b12-4358-ab20-aadf619dd0ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca {
  display: none;
}
#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca, #wrap-s-d220f6d8-5b12-4358-ab20-aadf619dd0ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca {
  display: none;
}
#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca, #wrap-s-d220f6d8-5b12-4358-ab20-aadf619dd0ca { display:none !important; }}@media (max-width: 767px){#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca {
  
}
}



  #s-d220f6d8-5b12-4358-ab20-aadf619dd0ca img.shogun-image {
    
    width: px;
  }


#s-d220f6d8-5b12-4358-ab20-aadf619dd0ca .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-84982125-61c6-4dfa-a265-be2f735ff6e1 {
  display: none;
}
#s-84982125-61c6-4dfa-a265-be2f735ff6e1, #wrap-s-84982125-61c6-4dfa-a265-be2f735ff6e1 { display:none !important; }}
#s-a64a7636-8c43-464e-baf7-2b6fc458813b {
  text-align: center;
}




  #s-a64a7636-8c43-464e-baf7-2b6fc458813b img.shogun-image {
    
    width: px;
  }


#s-a64a7636-8c43-464e-baf7-2b6fc458813b .shogun-image-content {
  
    align-items: center;
  
}

#s-88329185-88e6-470b-a221-b36ab88bbae0 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-88329185-88e6-470b-a221-b36ab88bbae0 {
  display: none;
}
#s-88329185-88e6-470b-a221-b36ab88bbae0, #wrap-s-88329185-88e6-470b-a221-b36ab88bbae0 { display:none !important; }}
#s-aef343a1-b85a-4124-b7c9-028c15be2e23 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-aef343a1-b85a-4124-b7c9-028c15be2e23 {
  display: none;
}
#s-aef343a1-b85a-4124-b7c9-028c15be2e23, #wrap-s-aef343a1-b85a-4124-b7c9-028c15be2e23 { display:none !important; }}
#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d {
  display: none;
}
#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d, #wrap-s-fbb636c2-5977-43ed-818a-5d9d756d7d7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d {
  display: none;
}
#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d, #wrap-s-fbb636c2-5977-43ed-818a-5d9d756d7d7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d {
  display: none;
}
#s-fbb636c2-5977-43ed-818a-5d9d756d7d7d, #wrap-s-fbb636c2-5977-43ed-818a-5d9d756d7d7d { display:none !important; }}
#s-3d0fd339-6a57-4d91-a38d-ef17e8c3acc5 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(233, 229, 229, 1);
text-align: left;
text-decoration: none;
color: rgba(56, 56, 56, 1);
}
#s-3d0fd339-6a57-4d91-a38d-ef17e8c3acc5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3d0fd339-6a57-4d91-a38d-ef17e8c3acc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3d0fd339-6a57-4d91-a38d-ef17e8c3acc5-btn-wrapper {
    text-align: left;
  }


#s-3d0fd339-6a57-4d91-a38d-ef17e8c3acc5.shg-btn {
  color: rgba(56, 56, 56, 1);
  font-size: 10px;
  
  
  font-family: Helvetica_Neu_Bold;
  display:  inline-block ;
}

#s-5cf901ec-98b9-4301-87c7-34c2f5b404ee {
  text-align: center;
}




  #s-5cf901ec-98b9-4301-87c7-34c2f5b404ee img.shogun-image {
    
    width: px;
  }


#s-5cf901ec-98b9-4301-87c7-34c2f5b404ee .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-1dd950df-49ed-4f72-b51e-65ffd9393097 {
  display: none;
}
#s-1dd950df-49ed-4f72-b51e-65ffd9393097, #wrap-s-1dd950df-49ed-4f72-b51e-65ffd9393097 { display:none !important; }}
#s-2d329278-9f75-42d3-b92b-9eaf17942c32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d329278-9f75-42d3-b92b-9eaf17942c32 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8ba7d957-98b2-4315-a7ca-367fa980cb4f {
  margin-left: 20px;
margin-right: 20px;
}

/*
  $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-407b96b4-03b8-4917-82cd-378edb309975 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}
@media (min-width: 1200px){#s-407b96b4-03b8-4917-82cd-378edb309975 {
  
}
}
#s-e0d86ac8-6a1d-4c28-afc8-dd5d96e968fd {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.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;
  width: 100%;
  height: 100%;
  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-526cbd91-3b33-4057-844b-591aa4fe6235 {
  text-align: left;
}


.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 {
  max-width: 100%;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom,
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 {
  max-width: 100%;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom,
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 {
  max-width: 100%;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom,
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 {
  max-width: 100%;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom,
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 {
  max-width: 100%;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom,
.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-526cbd91-3b33-4057-844b-591aa4fe6235 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.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: #000;
  text-transform: none;
  font-weight: normal;
  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-da6d458a-dbd0-4fea-9663-4b1d534fc590 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da6d458a-dbd0-4fea-9663-4b1d534fc590 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-55b3d7cb-4970-40f9-9105-dbc1c8f13716 {
  text-align: center;
}

#s-55b3d7cb-4970-40f9-9105-dbc1c8f13716 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-55b3d7cb-4970-40f9-9105-dbc1c8f13716 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-55b3d7cb-4970-40f9-9105-dbc1c8f13716 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-cef27787-1194-452c-9ee4-081cc0ab7cd8 {
  display: none;
}
#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  text-align: left;
}


.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  max-width: 100%;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom,
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  max-width: 100%;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom,
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  max-width: 100%;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom,
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  max-width: 100%;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom,
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a {
  max-width: 100%;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom,
.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4174fe92-84f4-496e-b071-0df5b1e6e82a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-868ab403-9f9d-4b40-93b2-ad90a50d4a16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-868ab403-9f9d-4b40-93b2-ad90a50d4a16 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-647f4865-02b9-41b3-8c3c-d7cbe7bf4303 {
  text-align: center;
}

#s-647f4865-02b9-41b3-8c3c-d7cbe7bf4303 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-647f4865-02b9-41b3-8c3c-d7cbe7bf4303 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-647f4865-02b9-41b3-8c3c-d7cbe7bf4303 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-552d7296-08f6-4a1e-bfca-322f58bded56 {
  display: none;
}
#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  text-align: left;
}


.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  max-width: 100%;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom,
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  max-width: 100%;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom,
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  max-width: 100%;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom,
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  max-width: 100%;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom,
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 {
  max-width: 100%;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom,
.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-591a28fd-6b30-4c16-b395-de4a11120538 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-85746509-b0db-43b7-8154-3402add5990f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85746509-b0db-43b7-8154-3402add5990f .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-982e7a86-e681-403f-b355-353ad964ad26 {
  text-align: center;
}

#s-982e7a86-e681-403f-b355-353ad964ad26 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-982e7a86-e681-403f-b355-353ad964ad26 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-982e7a86-e681-403f-b355-353ad964ad26 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-a5805d47-0bd9-41f2-a26e-05856deabfdf {
  display: none;
}
#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  text-align: left;
}


.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  max-width: 100%;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom,
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  max-width: 100%;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom,
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  max-width: 100%;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom,
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  max-width: 100%;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom,
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 {
  max-width: 100%;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom,
.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d953a14-c433-4e71-bef8-37d8106c8310 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c600ffcc-ce3e-45fc-8995-2dbddb45da7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c600ffcc-ce3e-45fc-8995-2dbddb45da7e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-a50a9380-97e7-45eb-ae4a-feeb786653b8 {
  text-align: center;
}

#s-a50a9380-97e7-45eb-ae4a-feeb786653b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-a50a9380-97e7-45eb-ae4a-feeb786653b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-a50a9380-97e7-45eb-ae4a-feeb786653b8 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-3f1ba16c-6cef-4d6e-9867-c6583ac413d3 {
  display: none;
}
#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  text-align: left;
}


.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  max-width: 100%;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom,
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  max-width: 100%;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom,
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  max-width: 100%;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom,
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  max-width: 100%;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom,
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 {
  max-width: 100%;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom,
.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-124db8f8-2a52-4386-8304-c779efd96b76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f0e8acca-0979-44ad-bf64-a91b887b6d1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0e8acca-0979-44ad-bf64-a91b887b6d1d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-599b2318-a5c0-49ed-a5cf-a23d33596b9e {
  text-align: center;
}

#s-599b2318-a5c0-49ed-a5cf-a23d33596b9e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-599b2318-a5c0-49ed-a5cf-a23d33596b9e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-599b2318-a5c0-49ed-a5cf-a23d33596b9e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-6f12bec9-7e88-4f55-b4c1-4fd157f0b216 {
  display: none;
}
#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  text-align: left;
}


.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  max-width: 100%;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom,
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  max-width: 100%;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom,
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  max-width: 100%;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom,
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  max-width: 100%;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom,
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac {
  max-width: 100%;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom,
.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-aa779f8e-c75b-47a4-a465-6482113645ac .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-10985c52-1cbe-4cbb-9eb4-18f72bccdc12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10985c52-1cbe-4cbb-9eb4-18f72bccdc12 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-148e996b-7fa0-46cc-9db3-8b7ac4c456b6 {
  text-align: center;
}

#s-148e996b-7fa0-46cc-9db3-8b7ac4c456b6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-148e996b-7fa0-46cc-9db3-8b7ac4c456b6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-148e996b-7fa0-46cc-9db3-8b7ac4c456b6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-d1bc10bd-6fd4-4216-9130-f824e76edfc0 {
  display: none;
}
#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  text-align: left;
}


.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  max-width: 100%;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom,
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  max-width: 100%;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom,
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  max-width: 100%;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom,
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  max-width: 100%;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom,
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed {
  max-width: 100%;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom,
.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-86c3d4e0-2ad7-4a38-817d-434a2777e2ed .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dfa3aebc-2950-4b25-b4b9-6485de1f17cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dfa3aebc-2950-4b25-b4b9-6485de1f17cb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8c157d80-4387-4056-a941-fb65a3e846bb {
  text-align: center;
}

#s-8c157d80-4387-4056-a941-fb65a3e846bb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-8c157d80-4387-4056-a941-fb65a3e846bb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-8c157d80-4387-4056-a941-fb65a3e846bb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-9fe17bc6-d0ed-492a-b5c0-63bc712b0cc7 {
  display: none;
}
#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  text-align: left;
}


.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  max-width: 100%;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom,
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  max-width: 100%;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom,
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  max-width: 100%;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom,
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  max-width: 100%;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom,
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 {
  max-width: 100%;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom,
.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0978c585-0448-4628-b9df-70e161cee7d4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1824c0ba-f4ee-4085-814b-b1ee0066b412 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1824c0ba-f4ee-4085-814b-b1ee0066b412 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8a58b329-a935-48d3-8dea-e5a8e655c611 {
  text-align: center;
}

#s-8a58b329-a935-48d3-8dea-e5a8e655c611 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-8a58b329-a935-48d3-8dea-e5a8e655c611 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-8a58b329-a935-48d3-8dea-e5a8e655c611 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-3c97db9b-edfb-44d4-86f3-158b3ef8dce7 {
  display: none;
}
#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  text-align: left;
}


.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  max-width: 100%;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom,
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  max-width: 100%;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom,
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  max-width: 100%;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom,
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  max-width: 100%;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom,
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 {
  max-width: 100%;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom,
.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-21c29cad-3dd1-417d-aef5-55d7b162b4a2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d6ff3fa-7eda-43e7-9525-7bd5b4f44e2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d6ff3fa-7eda-43e7-9525-7bd5b4f44e2a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d62178fc-0024-406c-93ef-0cebb29c67a7 {
  text-align: center;
}

#s-d62178fc-0024-406c-93ef-0cebb29c67a7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-d62178fc-0024-406c-93ef-0cebb29c67a7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-d62178fc-0024-406c-93ef-0cebb29c67a7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-005e08c4-ad89-4371-8b0b-d885f24bf29e {
  display: none;
}
#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  text-align: left;
}


.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  max-width: 100%;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom,
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  max-width: 100%;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom,
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  max-width: 100%;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom,
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  max-width: 100%;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom,
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 {
  max-width: 100%;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom,
.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-8d82135d-1662-4b97-8a16-81173c5ebb47 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e6b2d399-6f86-4f35-bc94-3987a054d48c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6b2d399-6f86-4f35-bc94-3987a054d48c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-fa0089ee-1c9f-410d-aa90-ee676c5b32dc {
  text-align: center;
}

#s-fa0089ee-1c9f-410d-aa90-ee676c5b32dc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-fa0089ee-1c9f-410d-aa90-ee676c5b32dc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-fa0089ee-1c9f-410d-aa90-ee676c5b32dc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-1e2b0ac1-84e0-4ed6-bcce-fb74fb3fe2d9 {
  display: none;
}
#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  text-align: left;
}


.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  max-width: 100%;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom,
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  max-width: 100%;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom,
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  max-width: 100%;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom,
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  max-width: 100%;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom,
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab {
  max-width: 100%;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom,
.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5399f088-a0f0-4489-aa31-50b4438f9aab .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f7be352e-ebff-4648-bbed-2b8753dbbb8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f7be352e-ebff-4648-bbed-2b8753dbbb8d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-ced52431-f29a-43aa-b11f-f70e0b7d79cc {
  text-align: center;
}

#s-ced52431-f29a-43aa-b11f-f70e0b7d79cc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-ced52431-f29a-43aa-b11f-f70e0b7d79cc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-ced52431-f29a-43aa-b11f-f70e0b7d79cc .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-1933ed04-9bed-44f3-9375-da8773d27b19 {
  display: none;
}
#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  text-align: left;
}


.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  max-width: 100%;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom,
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  max-width: 100%;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom,
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  max-width: 100%;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom,
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  max-width: 100%;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom,
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 {
  max-width: 100%;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom,
.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe84aee9-b2c9-44e3-bda9-92daa5ab1ae6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9955eb22-b877-4ad0-9175-da9a27b4d431 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9955eb22-b877-4ad0-9175-da9a27b4d431 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5e911c39-132b-4d3f-b894-397591681b8c {
  text-align: center;
}

#s-5e911c39-132b-4d3f-b894-397591681b8c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-5e911c39-132b-4d3f-b894-397591681b8c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-5e911c39-132b-4d3f-b894-397591681b8c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
opacity: 1;
}
@media (min-width: 1200px){#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf {
  display: none;
}
#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf, #wrap-s-e06402e6-cab8-4c27-a10e-86f9dd544ddf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf {
  display: none;
}
#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf, #wrap-s-e06402e6-cab8-4c27-a10e-86f9dd544ddf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf {
  display: none;
}
#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf, #wrap-s-e06402e6-cab8-4c27-a10e-86f9dd544ddf { display:none !important; }}@media (max-width: 767px){#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf {
  display: none;
}
#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf, #wrap-s-e06402e6-cab8-4c27-a10e-86f9dd544ddf { display:none !important; }}
#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e06402e6-cab8-4c27-a10e-86f9dd544ddf td.shogun-table-column, #s-e06402e6-cab8-4c27-a10e-86f9dd544ddf td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

#s-d1b1a1bd-b622-4317-81c1-42caa707785b {
  text-align: center;
}
#s-d1b1a1bd-b622-4317-81c1-42caa707785b:hover {opacity: 0.7 !important;}



  #s-d1b1a1bd-b622-4317-81c1-42caa707785b img.shogun-image {
    
    width: px;
  }


#s-d1b1a1bd-b622-4317-81c1-42caa707785b .shogun-image-content {
  
    align-items: center;
  
}

#s-e9658385-80fc-4041-9bf7-dff1ae6fa175 {
  text-align: center;
}
#s-e9658385-80fc-4041-9bf7-dff1ae6fa175:hover {opacity: 0.7 !important;}



  #s-e9658385-80fc-4041-9bf7-dff1ae6fa175 img.shogun-image {
    
    width: px;
  }


#s-e9658385-80fc-4041-9bf7-dff1ae6fa175 .shogun-image-content {
  
    align-items: center;
  
}

#s-9417d081-75be-402f-b096-95102504b32b {
  text-align: center;
}
#s-9417d081-75be-402f-b096-95102504b32b:hover {opacity: 0.7 !important;}



  #s-9417d081-75be-402f-b096-95102504b32b img.shogun-image {
    
    width: px;
  }


#s-9417d081-75be-402f-b096-95102504b32b .shogun-image-content {
  
    align-items: center;
  
}

#s-ad3aec19-3204-4b5f-851d-5332dad2d1b1 {
  text-align: center;
}
#s-ad3aec19-3204-4b5f-851d-5332dad2d1b1:hover {opacity: 0.7 !important;}



  #s-ad3aec19-3204-4b5f-851d-5332dad2d1b1 img.shogun-image {
    
    width: px;
  }


#s-ad3aec19-3204-4b5f-851d-5332dad2d1b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-b75dd9ae-3758-4af1-a744-ac966c33b584 {
  text-align: center;
}
#s-b75dd9ae-3758-4af1-a744-ac966c33b584:hover {opacity: 0.7 !important;}



  #s-b75dd9ae-3758-4af1-a744-ac966c33b584 img.shogun-image {
    
    width: px;
  }


#s-b75dd9ae-3758-4af1-a744-ac966c33b584 .shogun-image-content {
  
    align-items: center;
  
}

#s-5efd9523-80e1-4c9d-b69f-2551ec34678e {
  text-align: center;
}
#s-5efd9523-80e1-4c9d-b69f-2551ec34678e:hover {opacity: 0.7 !important;}



  #s-5efd9523-80e1-4c9d-b69f-2551ec34678e img.shogun-image {
    
    width: px;
  }


#s-5efd9523-80e1-4c9d-b69f-2551ec34678e .shogun-image-content {
  
    align-items: center;
  
}

#s-6efc8bee-979c-4ffc-80ae-663bc8001c29 {
  text-align: center;
}
#s-6efc8bee-979c-4ffc-80ae-663bc8001c29:hover {opacity: 0.7 !important;}



  #s-6efc8bee-979c-4ffc-80ae-663bc8001c29 img.shogun-image {
    
    width: px;
  }


#s-6efc8bee-979c-4ffc-80ae-663bc8001c29 .shogun-image-content {
  
    align-items: center;
  
}

#s-6328c381-1dda-43c3-9c32-81f74d7387c5 {
  text-align: center;
}
#s-6328c381-1dda-43c3-9c32-81f74d7387c5:hover {opacity: 0.7 !important;}



  #s-6328c381-1dda-43c3-9c32-81f74d7387c5 img.shogun-image {
    
    width: px;
  }


#s-6328c381-1dda-43c3-9c32-81f74d7387c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f069304d-a77f-448a-b8fa-8e6db9aab79e {
  text-align: center;
}
#s-f069304d-a77f-448a-b8fa-8e6db9aab79e:hover {opacity: 0.7 !important;}



  #s-f069304d-a77f-448a-b8fa-8e6db9aab79e img.shogun-image {
    
    width: px;
  }


#s-f069304d-a77f-448a-b8fa-8e6db9aab79e .shogun-image-content {
  
    align-items: center;
  
}

#s-35827f81-bf13-427e-870f-8d4ca3199db2 {
  text-align: center;
}
#s-35827f81-bf13-427e-870f-8d4ca3199db2:hover {opacity: 0.7 !important;}



  #s-35827f81-bf13-427e-870f-8d4ca3199db2 img.shogun-image {
    
    width: px;
  }


#s-35827f81-bf13-427e-870f-8d4ca3199db2 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 {
  display: none;
}
#s-8f4819e2-82f0-415b-b220-714bb4ad0b17, #wrap-s-8f4819e2-82f0-415b-b220-714bb4ad0b17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 {
  display: none;
}
#s-8f4819e2-82f0-415b-b220-714bb4ad0b17, #wrap-s-8f4819e2-82f0-415b-b220-714bb4ad0b17 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 {
  display: none;
}
#s-8f4819e2-82f0-415b-b220-714bb4ad0b17, #wrap-s-8f4819e2-82f0-415b-b220-714bb4ad0b17 { display:none !important; }}@media (max-width: 767px){#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 {
  display: none;
}
#s-8f4819e2-82f0-415b-b220-714bb4ad0b17, #wrap-s-8f4819e2-82f0-415b-b220-714bb4ad0b17 { display:none !important; }}
#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-8f4819e2-82f0-415b-b220-714bb4ad0b17 td.shogun-table-column, #s-8f4819e2-82f0-415b-b220-714bb4ad0b17 td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

#s-ac439ec1-2eaa-4665-b07e-e3611ce5d8a1 {
  text-align: center;
}
#s-ac439ec1-2eaa-4665-b07e-e3611ce5d8a1:hover {opacity: 0.7 !important;}



  #s-ac439ec1-2eaa-4665-b07e-e3611ce5d8a1 img.shogun-image {
    
    width: px;
  }


#s-ac439ec1-2eaa-4665-b07e-e3611ce5d8a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ff8d557-db9d-424e-899e-e8295c517c90 {
  text-align: center;
}
#s-5ff8d557-db9d-424e-899e-e8295c517c90:hover {opacity: 0.7 !important;}



  #s-5ff8d557-db9d-424e-899e-e8295c517c90 img.shogun-image {
    
    width: px;
  }


#s-5ff8d557-db9d-424e-899e-e8295c517c90 .shogun-image-content {
  
    align-items: center;
  
}

#s-2257490f-5753-4163-97ef-143d876d29c8 {
  text-align: center;
}
#s-2257490f-5753-4163-97ef-143d876d29c8:hover {opacity: 0.7 !important;}



  #s-2257490f-5753-4163-97ef-143d876d29c8 img.shogun-image {
    
    width: px;
  }


#s-2257490f-5753-4163-97ef-143d876d29c8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8d794a21-2f98-42ec-b558-99b9ccf28244 {
  text-align: center;
}
#s-8d794a21-2f98-42ec-b558-99b9ccf28244:hover {opacity: 0.7 !important;}



  #s-8d794a21-2f98-42ec-b558-99b9ccf28244 img.shogun-image {
    
    width: px;
  }


#s-8d794a21-2f98-42ec-b558-99b9ccf28244 .shogun-image-content {
  
    align-items: center;
  
}

#s-e2fece63-876f-4e64-9096-c5eb4bf70dd8 {
  text-align: center;
}
#s-e2fece63-876f-4e64-9096-c5eb4bf70dd8:hover {opacity: 0.7 !important;}



  #s-e2fece63-876f-4e64-9096-c5eb4bf70dd8 img.shogun-image {
    
    width: px;
  }


#s-e2fece63-876f-4e64-9096-c5eb4bf70dd8 .shogun-image-content {
  
    align-items: center;
  
}

#s-320da1a5-8754-4c62-a459-97c50e46104b {
  text-align: center;
}
#s-320da1a5-8754-4c62-a459-97c50e46104b:hover {opacity: 0.7 !important;}



  #s-320da1a5-8754-4c62-a459-97c50e46104b img.shogun-image {
    
    width: px;
  }


#s-320da1a5-8754-4c62-a459-97c50e46104b .shogun-image-content {
  
    align-items: center;
  
}

#s-e492516f-f836-47bb-8026-ec46357ead9b {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}
@media (max-width: 767px){#s-e492516f-f836-47bb-8026-ec46357ead9b {
  display: none;
}
#s-e492516f-f836-47bb-8026-ec46357ead9b, #wrap-s-e492516f-f836-47bb-8026-ec46357ead9b { display:none !important; }}
#s-e492516f-f836-47bb-8026-ec46357ead9b .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid rgba(255, 255, 255, 1);
  border-radius: 0px;
}

#s-e492516f-f836-47bb-8026-ec46357ead9b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e492516f-f836-47bb-8026-ec46357ead9b td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-e492516f-f836-47bb-8026-ec46357ead9b td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-e492516f-f836-47bb-8026-ec46357ead9b td.shogun-table-column, #s-e492516f-f836-47bb-8026-ec46357ead9b td.shogun-table-row {
  border: 0px solid rgba(255, 255, 255, 1);
}

#s-682443af-b754-424a-944c-9095faa7d829 {
  text-align: center;
}




  #s-682443af-b754-424a-944c-9095faa7d829 img.shogun-image {
    
    width: px;
  }


#s-682443af-b754-424a-944c-9095faa7d829 .shogun-image-content {
  
    align-items: center;
  
}

#s-7cd5e891-0976-47fe-9e2f-e59ea02151ee {
  text-align: center;
}




  #s-7cd5e891-0976-47fe-9e2f-e59ea02151ee img.shogun-image {
    
    width: px;
  }


#s-7cd5e891-0976-47fe-9e2f-e59ea02151ee .shogun-image-content {
  
    align-items: center;
  
}

#s-999b6416-d6d7-4674-baf4-e67b17040836 {
  min-height: 50px;
}








#s-999b6416-d6d7-4674-baf4-e67b17040836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-999b6416-d6d7-4674-baf4-e67b17040836.shg-box.shg-c {
  justify-content: center;
}

#s-11bc3468-73bd-41bf-8089-edeb672d5fbb hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-6e9b78ea-e5cd-4015-b863-e9f259702330 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (max-width: 767px){#s-6e9b78ea-e5cd-4015-b863-e9f259702330 {
  display: none;
}
#s-6e9b78ea-e5cd-4015-b863-e9f259702330, #wrap-s-6e9b78ea-e5cd-4015-b863-e9f259702330 { display:none !important; }}



  #s-6e9b78ea-e5cd-4015-b863-e9f259702330 img.shogun-image {
    
    width: px;
  }


#s-6e9b78ea-e5cd-4015-b863-e9f259702330 .shogun-image-content {
  
    align-items: center;
  
}

#s-00168959-b166-4aef-97b9-92a6e0eb5297 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
text-align: center;
}
@media (min-width: 1200px){#s-00168959-b166-4aef-97b9-92a6e0eb5297 {
  display: none;
}
#s-00168959-b166-4aef-97b9-92a6e0eb5297, #wrap-s-00168959-b166-4aef-97b9-92a6e0eb5297 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-00168959-b166-4aef-97b9-92a6e0eb5297 {
  display: none;
}
#s-00168959-b166-4aef-97b9-92a6e0eb5297, #wrap-s-00168959-b166-4aef-97b9-92a6e0eb5297 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-00168959-b166-4aef-97b9-92a6e0eb5297 {
  display: none;
}
#s-00168959-b166-4aef-97b9-92a6e0eb5297, #wrap-s-00168959-b166-4aef-97b9-92a6e0eb5297 { display:none !important; }}@media (max-width: 767px){#s-00168959-b166-4aef-97b9-92a6e0eb5297 {
  display: none;
}
#s-00168959-b166-4aef-97b9-92a6e0eb5297, #wrap-s-00168959-b166-4aef-97b9-92a6e0eb5297 { display:none !important; }}



  #s-00168959-b166-4aef-97b9-92a6e0eb5297 img.shogun-image {
    
    width: px;
  }


#s-00168959-b166-4aef-97b9-92a6e0eb5297 .shogun-image-content {
  
    align-items: center;
  
}

#s-99428445-72fc-4557-a530-9d7017a30f22 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-99428445-72fc-4557-a530-9d7017a30f22 {
  display: none;
}
#s-99428445-72fc-4557-a530-9d7017a30f22, #wrap-s-99428445-72fc-4557-a530-9d7017a30f22 { display:none !important; }}
#s-ebeb01b3-3652-4668-a379-4aeeb473ace2 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-ebeb01b3-3652-4668-a379-4aeeb473ace2 {
  display: none;
}
#s-ebeb01b3-3652-4668-a379-4aeeb473ace2, #wrap-s-ebeb01b3-3652-4668-a379-4aeeb473ace2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ebeb01b3-3652-4668-a379-4aeeb473ace2 {
  display: none;
}
#s-ebeb01b3-3652-4668-a379-4aeeb473ace2, #wrap-s-ebeb01b3-3652-4668-a379-4aeeb473ace2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ebeb01b3-3652-4668-a379-4aeeb473ace2 {
  display: none;
}
#s-ebeb01b3-3652-4668-a379-4aeeb473ace2, #wrap-s-ebeb01b3-3652-4668-a379-4aeeb473ace2 { display:none !important; }}
#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 {
  text-align: center;
}
@media (min-width: 1200px){#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 {
  display: none;
}
#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70, #wrap-s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 {
  display: none;
}
#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70, #wrap-s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 {
  display: none;
}
#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70, #wrap-s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 { display:none !important; }}



  #s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 img.shogun-image {
    
    width: px;
  }


#s-e269bc80-cf79-40c8-9c3c-1a5e0c4fba70 .shogun-image-content {
  
    align-items: center;
  
}

#s-a20bec5b-c546-42d4-b42e-01f2239c7d4d hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}








#s-4e7f81e1-61dd-48b7-9b54-a7af7f4eb57d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e7f81e1-61dd-48b7-9b54-a7af7f4eb57d.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-ab68c90f-6d08-4988-ac57-9ce56282b929 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
max-width: 1350px;
}

@media (min-width: 0px) {
[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-ab68c90f-6d08-4988-ac57-9ce56282b929"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b548fb7a-457d-4e31-98bd-67cbabf1ec03 {
  display: none;
}
#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  text-align: left;
}


.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  max-width: 100%;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom,
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  max-width: 100%;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom,
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  max-width: 100%;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom,
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  max-width: 100%;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom,
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 {
  max-width: 100%;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom,
.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ad69bfc-2a1e-46b0-93fc-0c6e5dbdfd98 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f5dbfbda-2496-446f-a884-852bc9483634 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5dbfbda-2496-446f-a884-852bc9483634 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-ab18201e-0e81-4435-ac20-98a5cce01de2 {
  text-align: center;
}

#s-ab18201e-0e81-4435-ac20-98a5cce01de2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-ab18201e-0e81-4435-ac20-98a5cce01de2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-ab18201e-0e81-4435-ac20-98a5cce01de2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-902608e5-531f-44ff-8084-2febf8c9d230 {
  display: none;
}
#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  text-align: left;
}


.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  max-width: 100%;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom,
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  max-width: 100%;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom,
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  max-width: 100%;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom,
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  max-width: 100%;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom,
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 {
  max-width: 100%;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom,
.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dc02a453-2a3b-4d02-a74c-4f1827218de3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9637b53b-6980-4c8e-a22e-996ad408fc96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9637b53b-6980-4c8e-a22e-996ad408fc96 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-b82eaab7-87ac-4533-b6a5-4ebdb3090723 {
  text-align: center;
}

#s-b82eaab7-87ac-4533-b6a5-4ebdb3090723 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-b82eaab7-87ac-4533-b6a5-4ebdb3090723 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-b82eaab7-87ac-4533-b6a5-4ebdb3090723 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-6d04312c-c793-46ba-abdc-62325efcf7d3 {
  display: none;
}
#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  text-align: left;
}


.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  max-width: 100%;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom,
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  max-width: 100%;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom,
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  max-width: 100%;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom,
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  max-width: 100%;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom,
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 {
  max-width: 100%;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom,
.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bf77537b-bb2b-4599-a5bb-68bac9c29ec9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-72dba8c9-46bb-46cf-8b6e-fce0eb4fbb0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72dba8c9-46bb-46cf-8b6e-fce0eb4fbb0e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2b99d8e2-dc34-49ff-94a1-6807e0b7b1ca {
  text-align: center;
}

#s-2b99d8e2-dc34-49ff-94a1-6807e0b7b1ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-2b99d8e2-dc34-49ff-94a1-6807e0b7b1ca .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-2b99d8e2-dc34-49ff-94a1-6807e0b7b1ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-61b63ce5-0452-44ed-826b-3dde46d78ff9 {
  display: none;
}
#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  text-align: left;
}


.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  max-width: 100%;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom,
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  max-width: 100%;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom,
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  max-width: 100%;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom,
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  max-width: 100%;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom,
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 {
  max-width: 100%;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom,
.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ba0ced1d-6ed6-4fc6-a211-cbdafbfb0c42 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fd75d6a8-b963-424e-a44f-14113ee830ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd75d6a8-b963-424e-a44f-14113ee830ae .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7e9975b2-b43c-49a3-bb91-3627f531c39a {
  text-align: center;
}

#s-7e9975b2-b43c-49a3-bb91-3627f531c39a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-7e9975b2-b43c-49a3-bb91-3627f531c39a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-7e9975b2-b43c-49a3-bb91-3627f531c39a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-3ab98653-213b-471c-aff6-4172668d82c1 {
  text-align: center;
}




  #s-3ab98653-213b-471c-aff6-4172668d82c1 img.shogun-image {
    
    width: px;
  }


#s-3ab98653-213b-471c-aff6-4172668d82c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2f6537ad-e7b0-40f7-a0c5-38dc0842afe2 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-719900ba-69de-4514-a169-2f35df3728c4 {
  background-color: rgba(255, 255, 255, 0.64);
}








#s-719900ba-69de-4514-a169-2f35df3728c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-719900ba-69de-4514-a169-2f35df3728c4.shg-box.shg-c {
  justify-content: center;
}

#s-2390a10b-ac86-4787-b24c-5e86bd830c45 {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
background-color: rgba(112, 168, 196, 0);
}

@media (min-width: 0px) {
[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-2390a10b-ac86-4787-b24c-5e86bd830c45"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 35.0px);
}

}

#s-38384a4f-e3e4-4523-bca0-45d518aa5e37 {
  text-align: center;
}




  #s-38384a4f-e3e4-4523-bca0-45d518aa5e37 img.shogun-image {
    
    width: px;
  }


#s-38384a4f-e3e4-4523-bca0-45d518aa5e37 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f26c6ee-7877-4d9b-b9cb-6ce73a25326e {
  display: none;
}
#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  text-align: left;
}


.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  max-width: 100%;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom,
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  max-width: 100%;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom,
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  max-width: 100%;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom,
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  max-width: 100%;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom,
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 {
  max-width: 100%;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom,
.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2473c0c4-92ba-42f6-8550-7fd29e02d729 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d16b7820-891d-407b-873e-5c62232a87bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d16b7820-891d-407b-873e-5c62232a87bc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-7ac20ff0-4597-4ed8-bac0-32f6d2ad1de9 {
  text-align: center;
}

#s-7ac20ff0-4597-4ed8-bac0-32f6d2ad1de9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-7ac20ff0-4597-4ed8-bac0-32f6d2ad1de9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-7ac20ff0-4597-4ed8-bac0-32f6d2ad1de9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-a1857607-1312-490e-80ae-dbca0605c078 {
  display: none;
}
#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  text-align: left;
}


.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  max-width: 100%;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom,
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  max-width: 100%;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom,
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  max-width: 100%;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom,
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  max-width: 100%;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom,
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 {
  max-width: 100%;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom,
.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-68fb9747-6c47-419e-adab-79b4aca78474 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a59182d8-3b1e-40b8-af44-f9da9b11d46a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a59182d8-3b1e-40b8-af44-f9da9b11d46a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2c62e57f-f5ba-4aa0-a299-45ee64bea5b1 {
  text-align: center;
}

#s-2c62e57f-f5ba-4aa0-a299-45ee64bea5b1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-2c62e57f-f5ba-4aa0-a299-45ee64bea5b1 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-2c62e57f-f5ba-4aa0-a299-45ee64bea5b1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-8730d501-2b0c-42dd-9b28-cb712c7ad575 {
  display: none;
}
#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  text-align: left;
}


.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  max-width: 100%;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom,
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  max-width: 100%;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom,
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  max-width: 100%;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom,
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  max-width: 100%;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom,
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f {
  max-width: 100%;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom,
.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-26cf0921-af33-4fd3-8b8e-c8407077525f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7999f99e-edf7-4393-9bb4-e051d426ce87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7999f99e-edf7-4393-9bb4-e051d426ce87 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-39411778-f649-4b59-bae6-853a5ef2a4c3 {
  text-align: center;
}

#s-39411778-f649-4b59-bae6-853a5ef2a4c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-39411778-f649-4b59-bae6-853a5ef2a4c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-39411778-f649-4b59-bae6-853a5ef2a4c3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-87559877-e6d8-497e-9c19-75ecdd52b4a1 {
  display: none;
}
#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  text-align: left;
}


.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  max-width: 100%;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom,
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  max-width: 100%;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom,
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  max-width: 100%;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom,
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  max-width: 100%;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom,
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 {
  max-width: 100%;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom,
.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-00efcde5-15f0-4ebb-be46-564be38f1b89 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-08c93217-0329-442b-93ae-0a3c41f6a9e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08c93217-0329-442b-93ae-0a3c41f6a9e6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f6dc6046-9be9-4a19-8c16-fb9b0b101089 {
  text-align: center;
}

#s-f6dc6046-9be9-4a19-8c16-fb9b0b101089 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-f6dc6046-9be9-4a19-8c16-fb9b0b101089 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-f6dc6046-9be9-4a19-8c16-fb9b0b101089 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-99d47593-9ab9-46f3-ac2d-375aa179bd4e hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-8129a7e8-ba59-465c-8e12-919c6764ae76 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1500px;
text-align: center;
}




  #s-8129a7e8-ba59-465c-8e12-919c6764ae76 img.shogun-image {
    
    width: px;
  }


#s-8129a7e8-ba59-465c-8e12-919c6764ae76 .shogun-image-content {
  
    align-items: center;
  
}

#s-04991e4c-2fb6-40de-9c6c-90ed84daba92 {
  margin-left: 30px;
margin-right: 30px;
}
@media (max-width: 767px){#s-04991e4c-2fb6-40de-9c6c-90ed84daba92 {
  display: none;
}
#s-04991e4c-2fb6-40de-9c6c-90ed84daba92, #wrap-s-04991e4c-2fb6-40de-9c6c-90ed84daba92 { display:none !important; }}
#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 {
  display: none;
}
#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49, #wrap-s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 {
  display: none;
}
#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49, #wrap-s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 {
  display: none;
}
#s-61f356c4-82dc-42b2-b1ad-1609a35f0c49, #wrap-s-61f356c4-82dc-42b2-b1ad-1609a35f0c49 { display:none !important; }}
#s-72533e98-39e5-49a3-82d2-79e5ce478f57 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
border-radius: 0px;
background-color: rgba(233, 229, 229, 1);
text-align: center;
text-decoration: none;
color: rgba(56, 56, 56, 1);
}
#s-72533e98-39e5-49a3-82d2-79e5ce478f57:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-72533e98-39e5-49a3-82d2-79e5ce478f57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-72533e98-39e5-49a3-82d2-79e5ce478f57-btn-wrapper {
    text-align: center;
  }


#s-72533e98-39e5-49a3-82d2-79e5ce478f57.shg-btn {
  color: rgba(56, 56, 56, 1);
  font-size: 10px;
  
  
  font-family: Helvetica_Neu_Bold;
  display:  inline-block ;
}

#s-3371fcf6-68c8-4479-aa16-a1b96610076f hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-bba7fe10-b4a7-4862-b240-f93c1850f080 {
  background-color: rgba(255, 255, 255, 0.64);
}








#s-bba7fe10-b4a7-4862-b240-f93c1850f080 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bba7fe10-b4a7-4862-b240-f93c1850f080.shg-box.shg-c {
  justify-content: center;
}

#s-a0e740e2-d34b-4923-b7f3-794a717a245a {
  margin-left: auto;
margin-right: auto;
max-width: 1350px;
background-color: rgba(112, 168, 196, 0);
}

@media (min-width: 0px) {
[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 35.0px);
}

[id="s-a0e740e2-d34b-4923-b7f3-794a717a245a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 35.0px);
}

}

#s-0394b9b2-7a74-47b3-9910-acbd34d4f17a {
  text-align: center;
}




  #s-0394b9b2-7a74-47b3-9910-acbd34d4f17a img.shogun-image {
    
    width: px;
  }


#s-0394b9b2-7a74-47b3-9910-acbd34d4f17a .shogun-image-content {
  
    align-items: center;
  
}

#s-619fd2a7-9df7-4be7-be80-5852620108c1 {
  display: none;
}
#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  text-align: left;
}


.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  max-width: 100%;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom,
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  max-width: 100%;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom,
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  max-width: 100%;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom,
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  max-width: 100%;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom,
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa {
  max-width: 100%;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom,
.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe206e0c-c80d-4781-acc7-f2937ae45caa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-18827007-8bcc-43b2-a9dc-9986d3b5e56d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18827007-8bcc-43b2-a9dc-9986d3b5e56d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3f32bde4-735a-4689-b056-15d898f9d198 {
  text-align: center;
}

#s-3f32bde4-735a-4689-b056-15d898f9d198 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-3f32bde4-735a-4689-b056-15d898f9d198 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-3f32bde4-735a-4689-b056-15d898f9d198 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-970eb7d6-b87a-4595-a0a1-6c29bd6ada10 {
  display: none;
}
#s-44340642-a707-49f7-88f1-04b37b63e85e {
  text-align: left;
}


.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e {
  max-width: 100%;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom,
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e {
  max-width: 100%;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom,
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e {
  max-width: 100%;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom,
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e {
  max-width: 100%;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom,
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e {
  max-width: 100%;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom,
.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-44340642-a707-49f7-88f1-04b37b63e85e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d2913c55-8afe-4c7e-8cd7-ff2cf8e7f587 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2913c55-8afe-4c7e-8cd7-ff2cf8e7f587 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-3a18722f-3f03-4fda-8683-147936464a6f {
  text-align: center;
}

#s-3a18722f-3f03-4fda-8683-147936464a6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-3a18722f-3f03-4fda-8683-147936464a6f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-3a18722f-3f03-4fda-8683-147936464a6f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-6d9185c1-2d64-40ec-91d5-61c801ebdc72 {
  display: none;
}
#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  text-align: left;
}


.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  max-width: 100%;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom,
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  max-width: 100%;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom,
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  max-width: 100%;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom,
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  max-width: 100%;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom,
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 {
  max-width: 100%;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom,
.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-200c6734-52ae-42bd-84cb-3e10d2b931b6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-49b4cee7-512e-4779-9416-45d42753bf51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-49b4cee7-512e-4779-9416-45d42753bf51 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-73dcb4bc-dc98-47b2-be13-d9d8b193bc2a {
  text-align: center;
}

#s-73dcb4bc-dc98-47b2-be13-d9d8b193bc2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-73dcb4bc-dc98-47b2-be13-d9d8b193bc2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-73dcb4bc-dc98-47b2-be13-d9d8b193bc2a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-4aa4fea1-1125-4619-89ac-c3fec0baa0cb {
  display: none;
}
#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  text-align: left;
}


.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  max-width: 100%;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom,
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  max-width: 100%;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom,
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  max-width: 100%;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom,
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  max-width: 100%;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom,
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 {
  max-width: 100%;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom,
.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1e13e2e9-6736-47d6-8cf6-51caad1521b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-815d76a3-fd94-417a-9356-3d407ec4f0bc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-815d76a3-fd94-417a-9356-3d407ec4f0bc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-eeddda5d-eac0-4c99-8a82-12d35ca2b47d {
  text-align: center;
}

#s-eeddda5d-eac0-4c99-8a82-12d35ca2b47d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-eeddda5d-eac0-4c99-8a82-12d35ca2b47d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-eeddda5d-eac0-4c99-8a82-12d35ca2b47d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-7dc960fc-a312-4f7c-b791-2d3a1a3d2d54 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-597d636e-2f6f-4bb1-8ae9-bb5616e916f4 {
  text-align: center;
}




  #s-597d636e-2f6f-4bb1-8ae9-bb5616e916f4 img.shogun-image {
    
    width: px;
  }


#s-597d636e-2f6f-4bb1-8ae9-bb5616e916f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7ebbc17-939c-4e40-81d5-f8674632f419 {
  min-height: 50px;
}








#s-b7ebbc17-939c-4e40-81d5-f8674632f419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7ebbc17-939c-4e40-81d5-f8674632f419.shg-box.shg-c {
  justify-content: center;
}

#s-d04cfa8b-e398-4fe0-a903-8e9bb999ed87 {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

#s-c0e6b1ab-94eb-48b3-b11e-c805cc5af3ea {
  display: none;
}
#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  text-align: left;
}


.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  max-width: 100%;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom,
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  max-width: 100%;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom,
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  max-width: 100%;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom,
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  max-width: 100%;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom,
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c {
  max-width: 100%;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom,
.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e921dc11-24b5-487d-af8f-c27a204aa69c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-216fa5d1-f1fa-44ec-acb9-8812673eba17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-216fa5d1-f1fa-44ec-acb9-8812673eba17 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2d6149c0-198c-4915-b69e-e4198dd1351f {
  text-align: center;
}

#s-2d6149c0-198c-4915-b69e-e4198dd1351f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-2d6149c0-198c-4915-b69e-e4198dd1351f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-2d6149c0-198c-4915-b69e-e4198dd1351f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-c76efe64-3e38-4028-ba88-8f7e2f10d0b9 {
  display: none;
}
#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  text-align: left;
}


.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  max-width: 100%;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom,
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  max-width: 100%;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom,
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  max-width: 100%;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom,
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  max-width: 100%;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom,
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 {
  max-width: 100%;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom,
.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7b920ec0-65fd-40f4-b256-5e5dfa922ad2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e7b9e3d9-ddc9-409f-8f68-72c10b0d7e47 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7b9e3d9-ddc9-409f-8f68-72c10b0d7e47 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-5698adc6-1752-42e2-adec-170482db8e5f {
  text-align: center;
}

#s-5698adc6-1752-42e2-adec-170482db8e5f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-5698adc6-1752-42e2-adec-170482db8e5f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-5698adc6-1752-42e2-adec-170482db8e5f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-ce5f970f-ecc2-49ce-b408-acc420a29b3f {
  display: none;
}
#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  text-align: left;
}


.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  max-width: 100%;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom,
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  max-width: 100%;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom,
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  max-width: 100%;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom,
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  max-width: 100%;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom,
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf {
  max-width: 100%;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom,
.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd625dd8-9630-418b-9fa4-e2115b5235bf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7c39abb0-c8ad-4108-9a6f-65462c5f644e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c39abb0-c8ad-4108-9a6f-65462c5f644e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-0de35738-ac39-415d-bc2c-eb8c4451ad3b {
  text-align: center;
}

#s-0de35738-ac39-415d-bc2c-eb8c4451ad3b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-0de35738-ac39-415d-bc2c-eb8c4451ad3b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-0de35738-ac39-415d-bc2c-eb8c4451ad3b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-c1d719c0-f13a-4c4f-87ac-0196430ba868 {
  display: none;
}
#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  text-align: left;
}


.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  max-width: 100%;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom,
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  max-width: 100%;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom,
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  max-width: 100%;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom,
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  max-width: 100%;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom,
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 {
  max-width: 100%;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom,
.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ec8fa5d6-1e81-444b-8189-01df1fd2d871 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e84b44a4-b7cc-4df3-96b0-92ff9a056234 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e84b44a4-b7cc-4df3-96b0-92ff9a056234 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-c3125714-8944-4d7b-b591-17a569630ae2 {
  text-align: center;
}

#s-c3125714-8944-4d7b-b591-17a569630ae2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-c3125714-8944-4d7b-b591-17a569630ae2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-c3125714-8944-4d7b-b591-17a569630ae2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-3f31b843-56e4-46ea-987f-52990133b3a4 {
  display: none;
}
#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  text-align: left;
}


.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  max-width: 100%;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom,
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  max-width: 100%;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom,
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  max-width: 100%;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom,
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  max-width: 100%;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom,
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 {
  max-width: 100%;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom,
.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0ef5b463-4151-4e21-a9c9-6b4ce12e2315 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-18ed427e-66c2-4761-aa08-ee16ef0b1b77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18ed427e-66c2-4761-aa08-ee16ef0b1b77 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-53c20edd-8018-4873-9d36-c6a53e27f60c {
  text-align: center;
}

#s-53c20edd-8018-4873-9d36-c6a53e27f60c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-53c20edd-8018-4873-9d36-c6a53e27f60c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-53c20edd-8018-4873-9d36-c6a53e27f60c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-9b16bfb7-988c-4904-943d-2eedfe6b34e1 {
  display: none;
}
#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  text-align: left;
}


.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  max-width: 100%;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom,
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  max-width: 100%;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom,
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  max-width: 100%;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom,
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  max-width: 100%;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom,
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 {
  max-width: 100%;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom,
.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d206f05-e310-4269-b556-bfdcef689b24 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-efa85b9b-90b2-4c88-b16c-6c5ba8b1ecaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efa85b9b-90b2-4c88-b16c-6c5ba8b1ecaf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-ca75f6ef-e27d-4666-9c82-89e1aec2073c {
  text-align: center;
}

#s-ca75f6ef-e27d-4666-9c82-89e1aec2073c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-ca75f6ef-e27d-4666-9c82-89e1aec2073c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-ca75f6ef-e27d-4666-9c82-89e1aec2073c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-32615315-de1d-4afd-893c-a7c62167e6b4 {
  display: none;
}
#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  text-align: left;
}


.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  max-width: 100%;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom,
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  max-width: 100%;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom,
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  max-width: 100%;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom,
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  max-width: 100%;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom,
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf {
  max-width: 100%;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom,
.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fa2b73a-9593-4439-b24c-a06b98497cbf .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7fb6676b-6b99-483d-a58a-bc410a10f255 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fb6676b-6b99-483d-a58a-bc410a10f255 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8201f26e-67c4-4d18-ace9-03f6209ec83d {
  text-align: center;
}

#s-8201f26e-67c4-4d18-ace9-03f6209ec83d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-8201f26e-67c4-4d18-ace9-03f6209ec83d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-8201f26e-67c4-4d18-ace9-03f6209ec83d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-1e860f01-8e20-4279-a3d1-06bd8f0f1b83 {
  display: none;
}
#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  text-align: left;
}


.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  max-width: 100%;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom,
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  max-width: 100%;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom,
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  max-width: 100%;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom,
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  max-width: 100%;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom,
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 {
  max-width: 100%;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom,
.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79b4c88d-c309-412d-8360-9fcc50b1e6d3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b65c3db9-0cf7-41a1-be01-699bcc8b623d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b65c3db9-0cf7-41a1-be01-699bcc8b623d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-2321826a-4867-4500-8783-1be8bb95e7da {
  text-align: center;
}

#s-2321826a-4867-4500-8783-1be8bb95e7da .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-2321826a-4867-4500-8783-1be8bb95e7da .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-2321826a-4867-4500-8783-1be8bb95e7da .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-2e95e705-c5d1-4634-849d-def8a8f0fc5f {
  display: none;
}
#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  text-align: left;
}


.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  max-width: 100%;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom,
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  max-width: 100%;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom,
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  max-width: 100%;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom,
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  max-width: 100%;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom,
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 {
  max-width: 100%;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom,
.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fcc81aeb-80a6-4407-9790-cbd7bd6a3f38 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-623de64b-6708-43fc-af0d-ddbb530b4712 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-623de64b-6708-43fc-af0d-ddbb530b4712 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-d09b2b52-5d5e-4efa-8960-d56c3e7174ec {
  text-align: center;
}

#s-d09b2b52-5d5e-4efa-8960-d56c3e7174ec .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-d09b2b52-5d5e-4efa-8960-d56c3e7174ec .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-d09b2b52-5d5e-4efa-8960-d56c3e7174ec .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-d3458586-1a76-44dd-b64c-a6fc9372491e {
  display: none;
}
#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  text-align: left;
}


.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  max-width: 100%;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom,
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  max-width: 100%;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom,
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  max-width: 100%;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom,
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  max-width: 100%;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom,
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 {
  max-width: 100%;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom,
.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4737b303-a896-4ea9-82db-5e5cbf276494 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c6759e96-6de1-4384-9381-6c656228acaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c6759e96-6de1-4384-9381-6c656228acaf .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-f99ee88b-7fba-4bab-a7fe-061a64af84e5 {
  text-align: center;
}

#s-f99ee88b-7fba-4bab-a7fe-061a64af84e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
}

#s-f99ee88b-7fba-4bab-a7fe-061a64af84e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
}

#s-f99ee88b-7fba-4bab-a7fe-061a64af84e5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(162, 162, 162, 1);
  font-weight:   ;
  font-family:  HelveticaNeue_Light;
  font-style:  normal ;
  font-size: 13px;
  padding-left: 10px;
}

#s-d372ff82-bd61-4d78-8d48-7c86a98ef22a hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-4630a429-81b9-466a-9b1b-907da1fc1921 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8eb090b5-5a7c-4201-a588-846eae5415dd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
max-width: 1500px;
background-color: rgba(231, 231, 231, 1);
}
@media (max-width: 767px){#s-8eb090b5-5a7c-4201-a588-846eae5415dd {
  padding-top: 40px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
}
}







#s-8eb090b5-5a7c-4201-a588-846eae5415dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eb090b5-5a7c-4201-a588-846eae5415dd.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3064ed9e-2457-490f-b131-52945d0039f5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9bff47bc-b557-4637-aecb-ec30584ffd3c {
  margin-bottom: 20px;
margin-right: 0px;
padding-left: 2px;
padding-right: 2px;
}

#s-9bff47bc-b557-4637-aecb-ec30584ffd3c .shogun-heading-component h1 {
  color: rgba(179, 179, 179, 1);
  font-weight:   ;
  font-family: Helvetica_Neu_Bold;
  font-style:   ;
  font-size: 23px;
  line-height: ;
  letter-spacing: ;
  
}



#s-73739813-e048-42c5-9670-18de05d0dac8 {
  margin-left: 2px;
margin-right: 2px;
}

#s-d4380823-9427-4004-bf3a-bf91087bee89 {
  min-height: 200px;
}








#s-d4380823-9427-4004-bf3a-bf91087bee89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4380823-9427-4004-bf3a-bf91087bee89.shg-box.shg-c {
  justify-content: center;
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-box {
  padding: 10px;
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(112, 194, 134, 1);
  font-family: Montserrat;
  font-weight: 600;
  
  
  
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(238, 104, 93, 1);
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(112, 194, 134, 1);
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-field-error-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(238, 104, 93, 1);
  font-family: Montserrat;
  font-weight: 600;
  
  
  
}

#s-6508b45d-273b-4d0b-bae9-ee920bbf5574 .shogun-form-field-error-msg > span {
  display: flex;
  align-items: center;
}
#s-f628d6ae-9539-4649-a16b-30e290863143 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-f628d6ae-9539-4649-a16b-30e290863143"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-0be889fd-1233-4fdd-aef9-64cd994d0d39  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(238, 233, 233, 1);
  border-radius: 4px;
  
  
  font-size: ;
  font-style: ;
  color: rgba(15, 14, 14, 1);
  font-family: Proxima_Nova_Bold;
  font-weight: ;
  line-height: 2em;
  
}

#s-0be889fd-1233-4fdd-aef9-64cd994d0d39  .shogun-form-text-input-field::-moz-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(148, 148, 148, 1);
  font-family: Proxima_Nova_Bold;
  font-weight: ;
  
  
}

#s-0be889fd-1233-4fdd-aef9-64cd994d0d39  .shogun-form-text-input-field:-ms-input-placeholder {
  font-size: ;
  font-style: ;
  color: rgba(148, 148, 148, 1);
  font-family: Proxima_Nova_Bold;
  font-weight: ;
  
  
}

#s-0be889fd-1233-4fdd-aef9-64cd994d0d39  .shogun-form-text-input-field::placeholder {
  font-size: ;
  font-style: ;
  color: rgba(148, 148, 148, 1);
  font-family: Proxima_Nova_Bold;
  font-weight: ;
  
  
}


#s-0be889fd-1233-4fdd-aef9-64cd994d0d39 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(190, 186, 186, 1);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(15, 14, 14, 1);
}



#s-0be889fd-1233-4fdd-aef9-64cd994d0d39 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(190, 186, 186, 1);
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(37, 48, 65, 1);
}


.shogun-form-box-submit:focus {
  outline: none;
}

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

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

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

#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  border-style: solid;
margin-top: 5px;
padding-top: 10px;
padding-left: 24px;
padding-bottom: 10px;
padding-right: 24px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 4px;
color: rgba(179, 179, 179, 1);
background-color: rgba(141, 141, 141, 1);
text-align: left;
cursor: pointer;
background-image: none;
hover-type: color;
font-family: Montserrat;
font-weight: 800;
letter-spacing: 2px;
}
#s-88757d3d-33ad-4450-bd03-7546bed33ad5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(167, 167, 167, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(129, 129, 129, 1) !important;}#s-88757d3d-33ad-4450-bd03-7546bed33ad5:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 4px !important;
background-color: rgba(203, 242, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  padding-left: 30px;
padding-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  margin-top: 20px;
text-align: left;
}
}
#s-88757d3d-33ad-4450-bd03-7546bed33ad5[disabled],
#s-88757d3d-33ad-4450-bd03-7546bed33ad5[disabled]:hover,
#s-88757d3d-33ad-4450-bd03-7546bed33ad5[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-88757d3d-33ad-4450-bd03-7546bed33ad5 {
  display:  inline-block ;
  width:  auto ;
}


/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}