.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-f27d43de-806c-4931-87db-f1a6169b27d1 {
  text-align: center;
}




  #s-f27d43de-806c-4931-87db-f1a6169b27d1 img.shogun-image {
    
    width: px;
  }


#s-f27d43de-806c-4931-87db-f1a6169b27d1 .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;
}

#s-3af25695-37b8-4b07-aa2b-c4da512a670b {
  margin-top: 20px;
}

#s-f13ca607-bf2f-4fb3-963d-955d4a678104 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

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

@media (min-width: 0px) {
[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfa4a08e-7be2-4bc7-bbf5-1d715f3418ce"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a96cb87a-10b2-4aa6-968f-9ec5b5391333 hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

.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-0c9f9cd4-cb10-420b-ad2d-1500b45e9fa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c9f9cd4-cb10-420b-ad2d-1500b45e9fa1 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4f8822c6-e934-4d9c-80cd-4374464e8edf hr {
  border: 0;
  width: 100%;
  border-top: 3px solid rgba(0, 0, 0, 1);
}

#s-60281a28-1ec2-414a-8e5a-1dfd437686b6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-ae932640-1e89-4813-8b46-8e2c004a8612 {
  margin-top: 20px;
}

#s-2f76ab3d-4362-4ee6-8425-cae78dd4edad hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

#s-0e861bd4-d076-4771-a572-e9d6a321305b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0e861bd4-d076-4771-a572-e9d6a321305b .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-06f343d0-f64c-4ba8-9ad3-225095ca2d13"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eab97b69-2dcd-4423-8566-8ed430ed97c6 {
  text-align: center;
}




  #s-eab97b69-2dcd-4423-8566-8ed430ed97c6 img.shogun-image {
    
    width: px;
  }


#s-eab97b69-2dcd-4423-8566-8ed430ed97c6 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d569dd23-45ed-4c69-9e0d-cb3d9fc09c4f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2dcec52b-2cd8-4284-9c81-6bb9ebed5b42 {
  text-align: center;
}




  #s-2dcec52b-2cd8-4284-9c81-6bb9ebed5b42 img.shogun-image {
    
    width: px;
  }


#s-2dcec52b-2cd8-4284-9c81-6bb9ebed5b42 .shogun-image-content {
  
    align-items: center;
  
}

#s-d3346d4f-e365-4b98-8599-0a3d0e789268 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid #ddd;
}

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

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

.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.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

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

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

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

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-fbda49ab-f550-4dca-8e3f-b8cb0e4ffc53 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-9bccc9a4-9364-44f7-9d40-aa69885744b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-8bf68c57-0071-49f2-b22f-d96dc0969835 {
  display: none;
}
.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-861cf81e-c101-462e-ac9e-473cbee908c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-861cf81e-c101-462e-ac9e-473cbee908c8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

.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-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  text-align: left;
}


.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  max-width: 100%;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom,
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  max-width: 100%;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom,
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  max-width: 100%;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom,
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  max-width: 100%;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom,
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb {
  max-width: 100%;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom,
.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-83b4877a-a036-44ee-a3a3-c86f79e620eb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f59276e5-609a-4034-bbce-a010b9fcf99e {
  display: none;
}
#s-b3ee5662-91c2-4bcb-b1df-f95d30becd26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3ee5662-91c2-4bcb-b1df-f95d30becd26 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  text-align: left;
}


.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  max-width: 100%;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom,
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  max-width: 100%;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom,
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  max-width: 100%;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom,
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  max-width: 100%;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom,
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c {
  max-width: 100%;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom,
.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-327a46d0-7ae0-43dc-8c2c-ef96ac70fb0c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e65a7232-7780-4e50-bb33-abe992309245 {
  display: none;
}
#s-4cde5379-219b-46f2-9140-c9162b8d3ebc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4cde5379-219b-46f2-9140-c9162b8d3ebc .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  text-align: left;
}


.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  max-width: 100%;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom,
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  max-width: 100%;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom,
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  max-width: 100%;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom,
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  max-width: 100%;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom,
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb {
  max-width: 100%;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom,
.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dfa6b0ca-8b4f-4575-bee0-0322aeb89bbb .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-50239651-30ca-454d-86c5-50983b6b7069 {
  display: none;
}
#s-0ab45ace-f58b-403e-83f9-5beb48487ef8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ab45ace-f58b-403e-83f9-5beb48487ef8 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-1293b856-1e30-4488-95ad-25323168bc76 {
  text-align: left;
}


.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 {
  max-width: 100%;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom,
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 {
  max-width: 100%;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom,
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 {
  max-width: 100%;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom,
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 {
  max-width: 100%;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom,
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 {
  max-width: 100%;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom,
.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1293b856-1e30-4488-95ad-25323168bc76 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-fef705cd-de42-4e57-9456-910cc77b7b88"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-bdb7e2b3-d0c5-4bb0-beb2-423f58d5f47a {
  display: none;
}
#s-4e682f02-be07-4e6d-add1-c8a59379e6a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e682f02-be07-4e6d-add1-c8a59379e6a5 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  text-align: left;
}


.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  max-width: 100%;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom,
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  max-width: 100%;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom,
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  max-width: 100%;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom,
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  max-width: 100%;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom,
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 {
  max-width: 100%;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom,
.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-94999c7c-b542-4c89-8d3a-1d96b083d5c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d0d2a606-ebf7-4f5a-90b7-277be6d91462 {
  display: none;
}
#s-451767ae-f63d-4618-8f17-00c06bee4c5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-451767ae-f63d-4618-8f17-00c06bee4c5a .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  text-align: left;
}


.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  max-width: 100%;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom,
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  max-width: 100%;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom,
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  max-width: 100%;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom,
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  max-width: 100%;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom,
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b {
  max-width: 100%;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom,
.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b0d6b28-5f1f-4282-8c8e-0341ba54c49b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ceb6953b-52e9-4fd4-aa69-02cd0a66b153 {
  display: none;
}
#s-e4191f0c-32b7-4ad7-a2a9-b7ca226d83d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4191f0c-32b7-4ad7-a2a9-b7ca226d83d0 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  text-align: left;
}


.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  max-width: 100%;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom,
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  max-width: 100%;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom,
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  max-width: 100%;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom,
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  max-width: 100%;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom,
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 {
  max-width: 100%;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom,
.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4cc1777e-86b1-47b7-a604-822dee9d3e52 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-16665eb2-5ec4-4145-9af0-2388868355ea {
  display: none;
}
#s-a5a4c6ec-40f0-412d-99bd-0db8fa6747a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5a4c6ec-40f0-412d-99bd-0db8fa6747a3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  text-align: left;
}


.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  max-width: 100%;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom,
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  max-width: 100%;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom,
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  max-width: 100%;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom,
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  max-width: 100%;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom,
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 {
  max-width: 100%;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom,
.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0de91944-4d19-4d47-a354-e8e722512a85 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-aeec21ce-6cb1-4057-b338-a0f7e94f66b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-cbbce82f-f7bb-4461-9637-613fc9d98e21 {
  display: none;
}
#s-d0cc8244-c16f-4a9f-9338-93ebb695c4f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0cc8244-c16f-4a9f-9338-93ebb695c4f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  text-align: left;
}


.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  max-width: 100%;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom,
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  max-width: 100%;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom,
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  max-width: 100%;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom,
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  max-width: 100%;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom,
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 {
  max-width: 100%;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom,
.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70282aa5-f1cb-4834-831f-6918c25c7899 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-65763254-0e43-459b-b548-5a4e07b37f71 {
  display: none;
}
#s-bd37c383-afa1-46f0-8aa0-89bc7396b1fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd37c383-afa1-46f0-8aa0-89bc7396b1fb .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  text-align: left;
}


.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  max-width: 100%;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom,
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  max-width: 100%;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom,
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  max-width: 100%;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom,
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  max-width: 100%;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom,
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 {
  max-width: 100%;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom,
.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-750e5098-2625-4bf2-bab5-2735a784d6c1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-204a76fa-fbbc-4e81-a30f-a4f31edc1379 {
  display: none;
}
#s-1578e45b-53ec-4865-842b-36dfd656ea9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1578e45b-53ec-4865-842b-36dfd656ea9d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  text-align: left;
}


.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  max-width: 100%;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom,
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  max-width: 100%;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom,
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  max-width: 100%;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom,
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  max-width: 100%;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom,
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 {
  max-width: 100%;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom,
.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c059ab15-a335-4c7d-b66a-91fcc6c051e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-078f2276-b520-41e0-a288-2181737f66e7 {
  display: none;
}
#s-bbf76436-fb29-4798-a446-9493474c964d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bbf76436-fb29-4798-a446-9493474c964d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  text-align: left;
}


.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  max-width: 100%;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom,
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  max-width: 100%;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom,
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  max-width: 100%;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom,
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  max-width: 100%;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom,
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 {
  max-width: 100%;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom,
.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-f5b9a821-d4bc-4228-baae-d17a8b891782 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-3ba3f39d-590e-4bf1-bf7d-311adc5f2127"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-c8f8e341-4117-43f8-93e5-341baa66af00 {
  display: none;
}
#s-88c90574-40fe-4584-8a4f-d184db0f6b9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88c90574-40fe-4584-8a4f-d184db0f6b9e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  text-align: left;
}


.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  max-width: 100%;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom,
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  max-width: 100%;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom,
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  max-width: 100%;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom,
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  max-width: 100%;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom,
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc {
  max-width: 100%;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom,
.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ea9a9d3d-dd6d-4699-87af-d134d90aeadc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6feae70a-2d1b-4850-9d28-301ce0592400 {
  display: none;
}
#s-1c24b1a9-93c7-4847-ae5a-1333d807864e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c24b1a9-93c7-4847-ae5a-1333d807864e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  text-align: left;
}


.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  max-width: 100%;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom,
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  max-width: 100%;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom,
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  max-width: 100%;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom,
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  max-width: 100%;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom,
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 {
  max-width: 100%;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom,
.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3e5bd7e-dc52-41d8-a104-890fc63c6bf0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1e2b07d6-1475-4f02-9333-e7f216c78f6e {
  display: none;
}
#s-6522aa0c-e352-45e3-a810-da022495ab6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6522aa0c-e352-45e3-a810-da022495ab6d .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  text-align: left;
}


.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  max-width: 100%;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom,
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  max-width: 100%;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom,
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  max-width: 100%;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom,
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  max-width: 100%;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom,
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 {
  max-width: 100%;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom,
.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-721dc125-c902-45bb-9569-13e3c4cae9e2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-527edc85-cfd5-44c7-8fa9-ccbe144b0575 {
  display: none;
}
#s-426943cc-cf3b-4d56-9857-50aacc9cc5f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-426943cc-cf3b-4d56-9857-50aacc9cc5f3 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
}

#s-15fc36be-3623-451c-aa9b-a4118280866d {
  text-align: left;
}


.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d {
  max-width: 100%;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom,
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d {
  max-width: 100%;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom,
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d {
  max-width: 100%;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom,
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d {
  max-width: 100%;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom,
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d {
  max-width: 100%;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom,
.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-15fc36be-3623-451c-aa9b-a4118280866d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
@media (min-width: 0px) {
[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-1d1a4bdf-7e42-4c78-add5-308275dbf4ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-e1081adf-8eda-465c-a7ab-1ed4c7ba0160 {
  display: none;
}
#s-d9f330f9-16f6-4089-9f4b-873ac4c20e55 {
  text-align: center;
}

#s-d9f330f9-16f6-4089-9f4b-873ac4c20e55 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d9f330f9-16f6-4089-9f4b-873ac4c20e55 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d9f330f9-16f6-4089-9f4b-873ac4c20e55 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-43a6b666-a547-4e49-b441-03e4ebc3112f {
  text-align: center;
}

#s-43a6b666-a547-4e49-b441-03e4ebc3112f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-43a6b666-a547-4e49-b441-03e4ebc3112f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-43a6b666-a547-4e49-b441-03e4ebc3112f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-43a6b666-a547-4e49-b441-03e4ebc3112f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


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

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

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

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

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

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

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

#s-36707dff-1487-4cd0-bef3-2b603a0637ce {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-36707dff-1487-4cd0-bef3-2b603a0637ce:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-36707dff-1487-4cd0-bef3-2b603a0637ce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-36707dff-1487-4cd0-bef3-2b603a0637ce {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-36707dff-1487-4cd0-bef3-2b603a0637ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-36707dff-1487-4cd0-bef3-2b603a0637ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-36707dff-1487-4cd0-bef3-2b603a0637ce.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-4507ee5e-17f5-42b5-89cd-1e7b8403a057 {
  display: none;
}
#s-bedbfbdd-f03a-4219-8568-a74984fe1a12 {
  text-align: center;
}

#s-bedbfbdd-f03a-4219-8568-a74984fe1a12 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-bedbfbdd-f03a-4219-8568-a74984fe1a12 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-bedbfbdd-f03a-4219-8568-a74984fe1a12 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-92415955-b57e-41b6-9518-7a722ed220d5 {
  text-align: center;
}

#s-92415955-b57e-41b6-9518-7a722ed220d5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-92415955-b57e-41b6-9518-7a722ed220d5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-92415955-b57e-41b6-9518-7a722ed220d5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-92415955-b57e-41b6-9518-7a722ed220d5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-29336c94-01ba-4a07-b3e5-8e9baf9daef0.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d87c2f6-19be-47bf-a534-6a255505a1e5 {
  display: none;
}
#s-1585c2eb-f51b-466b-a968-a046b6eb36cd {
  text-align: center;
}

#s-1585c2eb-f51b-466b-a968-a046b6eb36cd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-1585c2eb-f51b-466b-a968-a046b6eb36cd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1585c2eb-f51b-466b-a968-a046b6eb36cd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-183f4d9f-9feb-4cc6-99c1-f70778d6d456 {
  text-align: center;
}

#s-183f4d9f-9feb-4cc6-99c1-f70778d6d456 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-183f4d9f-9feb-4cc6-99c1-f70778d6d456 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-183f4d9f-9feb-4cc6-99c1-f70778d6d456 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-183f4d9f-9feb-4cc6-99c1-f70778d6d456 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-c637c055-7455-4215-acee-e3faa45ce23e {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-c637c055-7455-4215-acee-e3faa45ce23e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c637c055-7455-4215-acee-e3faa45ce23e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c637c055-7455-4215-acee-e3faa45ce23e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c637c055-7455-4215-acee-e3faa45ce23e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c637c055-7455-4215-acee-e3faa45ce23e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-c637c055-7455-4215-acee-e3faa45ce23e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-66b337cb-fc8e-47d9-8d87-e81df432a2ab {
  display: none;
}
#s-d1e7d78c-9881-4858-91c1-92c4a9e5baa7 {
  text-align: center;
}

#s-d1e7d78c-9881-4858-91c1-92c4a9e5baa7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d1e7d78c-9881-4858-91c1-92c4a9e5baa7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d1e7d78c-9881-4858-91c1-92c4a9e5baa7 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-34a1140b-5e9b-41a1-a93a-20dcff82a1a9 {
  text-align: center;
}

#s-34a1140b-5e9b-41a1-a93a-20dcff82a1a9 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-34a1140b-5e9b-41a1-a93a-20dcff82a1a9 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-34a1140b-5e9b-41a1-a93a-20dcff82a1a9 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-34a1140b-5e9b-41a1-a93a-20dcff82a1a9 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-07523116-f505-48be-9812-995cfeba440b {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-07523116-f505-48be-9812-995cfeba440b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-07523116-f505-48be-9812-995cfeba440b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-07523116-f505-48be-9812-995cfeba440b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-07523116-f505-48be-9812-995cfeba440b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-07523116-f505-48be-9812-995cfeba440b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-07523116-f505-48be-9812-995cfeba440b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-ddd66518-ff01-47f5-aef7-a2d0c85eb543"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-17e2f843-4895-415a-af2d-12cc1f360f7e {
  display: none;
}
#s-19e30c30-9f57-4da1-ac56-52036362d083 {
  text-align: center;
}

#s-19e30c30-9f57-4da1-ac56-52036362d083 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-19e30c30-9f57-4da1-ac56-52036362d083 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-19e30c30-9f57-4da1-ac56-52036362d083 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-ad29d5ee-ce76-4ce4-ba88-e0cac9179fce {
  text-align: center;
}

#s-ad29d5ee-ce76-4ce4-ba88-e0cac9179fce .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ad29d5ee-ce76-4ce4-ba88-e0cac9179fce .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ad29d5ee-ce76-4ce4-ba88-e0cac9179fce .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ad29d5ee-ce76-4ce4-ba88-e0cac9179fce .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-66b7cd76-252d-4867-aae2-fc08927a7498 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-66b7cd76-252d-4867-aae2-fc08927a7498:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66b7cd76-252d-4867-aae2-fc08927a7498:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66b7cd76-252d-4867-aae2-fc08927a7498 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66b7cd76-252d-4867-aae2-fc08927a7498.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66b7cd76-252d-4867-aae2-fc08927a7498.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-66b7cd76-252d-4867-aae2-fc08927a7498.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8f3b7a39-5432-48de-bdda-7a91fb01943c {
  display: none;
}
#s-4d516e33-7cdb-429d-afe4-c5ae7eff0330 {
  text-align: center;
}

#s-4d516e33-7cdb-429d-afe4-c5ae7eff0330 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-4d516e33-7cdb-429d-afe4-c5ae7eff0330 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4d516e33-7cdb-429d-afe4-c5ae7eff0330 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-488b73d0-e378-4602-9a25-80af8d73e210 {
  text-align: center;
}

#s-488b73d0-e378-4602-9a25-80af8d73e210 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-488b73d0-e378-4602-9a25-80af8d73e210 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-488b73d0-e378-4602-9a25-80af8d73e210 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-488b73d0-e378-4602-9a25-80af8d73e210 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-a10d471e-c5f7-41a3-a7f8-6c4cac325eaf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5660c1b4-4815-43a2-9ab7-b92ad498ee21 {
  display: none;
}
#s-9afb8853-f040-4102-a4b9-dfa7d39616f2 {
  text-align: center;
}

#s-9afb8853-f040-4102-a4b9-dfa7d39616f2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-9afb8853-f040-4102-a4b9-dfa7d39616f2 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9afb8853-f040-4102-a4b9-dfa7d39616f2 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-9a049e3d-7b9c-431e-a612-b68e420fc0ad {
  text-align: center;
}

#s-9a049e3d-7b9c-431e-a612-b68e420fc0ad .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-9a049e3d-7b9c-431e-a612-b68e420fc0ad .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-9a049e3d-7b9c-431e-a612-b68e420fc0ad .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-9a049e3d-7b9c-431e-a612-b68e420fc0ad .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-26c638d1-1661-4068-a8eb-b9b49142bd0d {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-26c638d1-1661-4068-a8eb-b9b49142bd0d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-26c638d1-1661-4068-a8eb-b9b49142bd0d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-26c638d1-1661-4068-a8eb-b9b49142bd0d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-26c638d1-1661-4068-a8eb-b9b49142bd0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-26c638d1-1661-4068-a8eb-b9b49142bd0d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-26c638d1-1661-4068-a8eb-b9b49142bd0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-26758518-784d-4203-afa8-4f2a38d8d8b6 {
  display: none;
}
#s-ddfa6666-4640-459c-a682-b44782637dd6 {
  text-align: center;
}

#s-ddfa6666-4640-459c-a682-b44782637dd6 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ddfa6666-4640-459c-a682-b44782637dd6 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ddfa6666-4640-459c-a682-b44782637dd6 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-5ae7701c-5711-4b00-83b3-b1d6d989b52c {
  text-align: center;
}

#s-5ae7701c-5711-4b00-83b3-b1d6d989b52c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-5ae7701c-5711-4b00-83b3-b1d6d989b52c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-5ae7701c-5711-4b00-83b3-b1d6d989b52c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-5ae7701c-5711-4b00-83b3-b1d6d989b52c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-ab04a25d-924f-47f3-9321-8d397f720f69 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-ab04a25d-924f-47f3-9321-8d397f720f69:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ab04a25d-924f-47f3-9321-8d397f720f69:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ab04a25d-924f-47f3-9321-8d397f720f69 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ab04a25d-924f-47f3-9321-8d397f720f69.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ab04a25d-924f-47f3-9321-8d397f720f69.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-ab04a25d-924f-47f3-9321-8d397f720f69.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-e33bc002-d335-4053-8b90-222f5ea48c97"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-f2de8eb3-902e-4edd-a586-33cbc1a1aa94 {
  display: none;
}
#s-f88b94e2-2524-4914-b694-332dd240728e {
  text-align: center;
}

#s-f88b94e2-2524-4914-b694-332dd240728e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-f88b94e2-2524-4914-b694-332dd240728e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f88b94e2-2524-4914-b694-332dd240728e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-386a6d98-f3e8-4910-ae7c-55abb02a29ec {
  text-align: center;
}

#s-386a6d98-f3e8-4910-ae7c-55abb02a29ec .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-386a6d98-f3e8-4910-ae7c-55abb02a29ec .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-386a6d98-f3e8-4910-ae7c-55abb02a29ec .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-386a6d98-f3e8-4910-ae7c-55abb02a29ec .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fcb03636-57bd-412d-9a7e-cb1d3c69b903.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a16865d2-5c40-4fce-9bc4-df3958c0953d {
  display: none;
}
#s-d8bfa395-9628-4289-a503-d4d71a987548 {
  text-align: center;
}

#s-d8bfa395-9628-4289-a503-d4d71a987548 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d8bfa395-9628-4289-a503-d4d71a987548 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d8bfa395-9628-4289-a503-d4d71a987548 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-1b5c514a-c37f-42c6-bd08-502ce18f16cd {
  text-align: center;
}

#s-1b5c514a-c37f-42c6-bd08-502ce18f16cd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1b5c514a-c37f-42c6-bd08-502ce18f16cd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1b5c514a-c37f-42c6-bd08-502ce18f16cd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1b5c514a-c37f-42c6-bd08-502ce18f16cd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-fa68748c-3ed9-465b-b1b5-fc1fb1a86762.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2d75d2f6-1da3-456d-843f-105c185f7b3f {
  display: none;
}
#s-ddc8bbe5-2aaa-448e-a66d-71f3e50eff9d {
  text-align: center;
}

#s-ddc8bbe5-2aaa-448e-a66d-71f3e50eff9d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-ddc8bbe5-2aaa-448e-a66d-71f3e50eff9d .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-ddc8bbe5-2aaa-448e-a66d-71f3e50eff9d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f21317bb-fe60-42b5-842b-9c58114855bb {
  text-align: center;
}

#s-f21317bb-fe60-42b5-842b-9c58114855bb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f21317bb-fe60-42b5-842b-9c58114855bb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f21317bb-fe60-42b5-842b-9c58114855bb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f21317bb-fe60-42b5-842b-9c58114855bb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-8f83f4be-6b54-49d1-8176-3dfc215f1814 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-8f83f4be-6b54-49d1-8176-3dfc215f1814:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8f83f4be-6b54-49d1-8176-3dfc215f1814:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8f83f4be-6b54-49d1-8176-3dfc215f1814 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8f83f4be-6b54-49d1-8176-3dfc215f1814.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8f83f4be-6b54-49d1-8176-3dfc215f1814.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-8f83f4be-6b54-49d1-8176-3dfc215f1814.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-eb10fd06-85da-4348-9408-1ebce0d35b59 {
  display: none;
}
#s-d9827b6a-0736-4859-9a9e-760234e39188 {
  text-align: center;
}

#s-d9827b6a-0736-4859-9a9e-760234e39188 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-d9827b6a-0736-4859-9a9e-760234e39188 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-d9827b6a-0736-4859-9a9e-760234e39188 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-48a73d33-ac15-4d6a-9b8a-89d00060b06b {
  text-align: center;
}

#s-48a73d33-ac15-4d6a-9b8a-89d00060b06b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-48a73d33-ac15-4d6a-9b8a-89d00060b06b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-48a73d33-ac15-4d6a-9b8a-89d00060b06b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-48a73d33-ac15-4d6a-9b8a-89d00060b06b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-78ae59f2-eace-4521-9970-cf2998013f30 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-78ae59f2-eace-4521-9970-cf2998013f30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-78ae59f2-eace-4521-9970-cf2998013f30:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-78ae59f2-eace-4521-9970-cf2998013f30 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-78ae59f2-eace-4521-9970-cf2998013f30.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-78ae59f2-eace-4521-9970-cf2998013f30.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-78ae59f2-eace-4521-9970-cf2998013f30.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 0px) {
[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-6731216c-06dd-4e11-8f90-1382ef73e1d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-1141ba1a-b0da-46bf-88b9-ee52b2de04cb {
  display: none;
}
#s-023e647e-86a6-4b75-9642-d034283527e3 {
  text-align: center;
}

#s-023e647e-86a6-4b75-9642-d034283527e3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-023e647e-86a6-4b75-9642-d034283527e3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-023e647e-86a6-4b75-9642-d034283527e3 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-b47974d6-aebe-47d5-930e-406407359360 {
  text-align: center;
}

#s-b47974d6-aebe-47d5-930e-406407359360 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b47974d6-aebe-47d5-930e-406407359360 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b47974d6-aebe-47d5-930e-406407359360 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b47974d6-aebe-47d5-930e-406407359360 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cbc6ec44-d910-4639-970c-8b5c9caff266 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-cbc6ec44-d910-4639-970c-8b5c9caff266:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbc6ec44-d910-4639-970c-8b5c9caff266:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbc6ec44-d910-4639-970c-8b5c9caff266 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbc6ec44-d910-4639-970c-8b5c9caff266.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbc6ec44-d910-4639-970c-8b5c9caff266.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cbc6ec44-d910-4639-970c-8b5c9caff266.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3de8a494-3045-4161-b6c6-108addf41836 {
  display: none;
}
#s-0fb11327-61be-4e15-aeba-22317a0c801c {
  text-align: center;
}

#s-0fb11327-61be-4e15-aeba-22317a0c801c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-0fb11327-61be-4e15-aeba-22317a0c801c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0fb11327-61be-4e15-aeba-22317a0c801c .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d6446d81-cff8-4c30-9e21-8766855e592f {
  text-align: center;
}

#s-d6446d81-cff8-4c30-9e21-8766855e592f .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d6446d81-cff8-4c30-9e21-8766855e592f .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d6446d81-cff8-4c30-9e21-8766855e592f .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d6446d81-cff8-4c30-9e21-8766855e592f .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-559c7892-7c8e-40c7-b14b-f2b06cfd13d9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-02af4895-38bf-4a9b-b6af-131db0c128a4 {
  display: none;
}
#s-06165963-473e-4d30-8d7f-280e5de6492f {
  text-align: center;
}

#s-06165963-473e-4d30-8d7f-280e5de6492f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-06165963-473e-4d30-8d7f-280e5de6492f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-06165963-473e-4d30-8d7f-280e5de6492f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-0941fe0e-6415-4c1c-a1e4-2a79a72672d3 {
  text-align: center;
}

#s-0941fe0e-6415-4c1c-a1e4-2a79a72672d3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-0941fe0e-6415-4c1c-a1e4-2a79a72672d3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-0941fe0e-6415-4c1c-a1e4-2a79a72672d3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-0941fe0e-6415-4c1c-a1e4-2a79a72672d3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-41823ab2-9bc2-4d17-8b32-70f11f510941 {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-41823ab2-9bc2-4d17-8b32-70f11f510941:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-41823ab2-9bc2-4d17-8b32-70f11f510941:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-41823ab2-9bc2-4d17-8b32-70f11f510941 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-41823ab2-9bc2-4d17-8b32-70f11f510941.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-41823ab2-9bc2-4d17-8b32-70f11f510941.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-41823ab2-9bc2-4d17-8b32-70f11f510941.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3965c5b5-214d-4867-85ae-9bad7bf9b689 {
  display: none;
}
#s-3fa08617-00f0-479d-a800-d4a45a1854e5 {
  text-align: center;
}

#s-3fa08617-00f0-479d-a800-d4a45a1854e5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-3fa08617-00f0-479d-a800-d4a45a1854e5 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3fa08617-00f0-479d-a800-d4a45a1854e5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-fc827615-f766-4a8a-a68d-cc93bf27ca3b {
  text-align: center;
}

#s-fc827615-f766-4a8a-a68d-cc93bf27ca3b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-fc827615-f766-4a8a-a68d-cc93bf27ca3b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-fc827615-f766-4a8a-a68d-cc93bf27ca3b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-fc827615-f766-4a8a-a68d-cc93bf27ca3b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac {
  background-image: url(none);
background-repeat: no-repeat;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
cursor: pointer;
background-color: rgba(231, 20, 62, 1);
hover-type: color;
}
#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-cbdc6d90-b857-4342-89c6-07e7ffa065ac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



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

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