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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-48c70268-3d6e-4831-baf4-5ae66d2539fa {
  min-height: 50px;
}








#s-48c70268-3d6e-4831-baf4-5ae66d2539fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48c70268-3d6e-4831-baf4-5ae66d2539fa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b788d8fa-b9b8-4b28-837f-6c605a011c75 {
  background-image: url(https://i.shgcdn.com/06411ef3-3fa9-4f52-bdf4-545415998f9c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b788d8fa-b9b8-4b28-837f-6c605a011c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b788d8fa-b9b8-4b28-837f-6c605a011c75.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

#s-6b90143c-b8f1-4b01-a705-7a84c5002ead {
  border-style: solid;
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 10.0px);
}

[id="s-6b90143c-b8f1-4b01-a705-7a84c5002ead"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 10.0px);
}

}

#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
min-height: 04px;
background-color: rgba(255, 255, 255, 0);
}








#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c17bac6-f63f-451d-ab03-42bcbcc5ed55.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 20px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 0.51);
opacity: 1;
}

#s-60e1f1b2-af27-47cf-bf4c-bd1804f4dac0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: 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-419cc69e-bf79-4dab-8b3a-d600e78f31a8 {
  margin-bottom: 20px;
background-color: rgba(0, 0, 0, 0.7);
}

#s-97cbe917-6fe5-4ee3-a95c-88430206f211 {
  min-height: 50px;
}








#s-97cbe917-6fe5-4ee3-a95c-88430206f211 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97cbe917-6fe5-4ee3-a95c-88430206f211.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed {
  margin-top: 40px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-b4b697e7-f8e8-48d9-ac9f-39554ed704ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-95aeb968-e1ae-4cf3-ad1b-fb6ed20e298c {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

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

#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  max-width: 100%;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom,
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  max-width: 100%;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom,
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  max-width: 100%;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom,
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  max-width: 100%;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom,
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 {
  max-width: 100%;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom,
.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-af319f8a-f53c-49d0-a4f2-6fe4cd272de6 .shg-image-zoom {
  
    margin-left: 0px;
  
}

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

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

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-1f1964c6-f6c6-4761-9548-2b1121b95976 .shg-product-title-component h3 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-3b9156ee-f54a-4aae-81d3-71b2d317f88e .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-ac9aadcd-868d-4e25-9de7-237ed691fc14 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-ac9aadcd-868d-4e25-9de7-237ed691fc14 {
  display: none;
}
#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  max-width: 100%;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom,
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  max-width: 100%;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom,
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  max-width: 100%;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom,
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  max-width: 100%;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom,
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda {
  max-width: 100%;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom,
.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd47121c-01ab-4c47-8f07-e24ddd7f3bda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2f3f1f09-d97c-4ee8-8533-b68216c124c0 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-ea3fc61e-8828-4f2f-8b18-11feab60fcef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-96d0eb28-98b7-4d77-ac8e-9560e1b8d262 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-96d0eb28-98b7-4d77-ac8e-9560e1b8d262 {
  display: none;
}
#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  max-width: 100%;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom,
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  max-width: 100%;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom,
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  max-width: 100%;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom,
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  max-width: 100%;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom,
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 {
  max-width: 100%;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom,
.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d7364b50-ca5f-4d9b-b3a0-e821455c56b3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9f6bf86f-89b0-48e7-9372-f96e4d375f86 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-3323963c-6771-4847-91c8-9d8dc3641cbb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-2eb9ddbe-0e1d-4067-9cfd-9a3a39816741"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6906de8e-3bfd-4ec2-a3df-3e802f0a656d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-6906de8e-3bfd-4ec2-a3df-3e802f0a656d {
  display: none;
}
#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  max-width: 100%;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom,
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  max-width: 100%;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom,
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  max-width: 100%;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom,
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  max-width: 100%;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom,
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 {
  max-width: 100%;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom,
.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-224d48ae-e24b-45d8-8105-8e74ad8a16f0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d3ce3b75-a17e-4500-8cf7-2a7e62fad1e5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-6cd8d846-6de5-490f-8784-46b07b9852ef .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-e6e6ff48-746a-41c2-bee6-5763b4f2c399 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e6e6ff48-746a-41c2-bee6-5763b4f2c399 {
  display: none;
}
#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  max-width: 100%;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom,
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  max-width: 100%;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom,
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  max-width: 100%;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom,
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  max-width: 100%;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom,
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda {
  max-width: 100%;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom,
.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-70a41185-e3b1-4e65-8b86-d5f7922b2fda .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-699ad028-3e3a-40c9-aacb-222f62f7dabd {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-699ad028-3e3a-40c9-aacb-222f62f7dabd .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-3d7793bb-483e-4753-b173-d2491d3a8dfd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f6f957ec-065d-499c-b7ba-67a40a386c4e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-f6f957ec-065d-499c-b7ba-67a40a386c4e {
  display: none;
}
#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  max-width: 100%;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom,
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  max-width: 100%;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom,
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  max-width: 100%;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom,
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  max-width: 100%;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom,
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 {
  max-width: 100%;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom,
.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-79a5da59-5806-43d5-af93-95c26caf8409 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2958325-5f1e-4efa-8c83-68374946909d {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f2958325-5f1e-4efa-8c83-68374946909d .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-18f993c8-1a5c-4215-bd59-8114edd8dc51 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-18f993c8-1a5c-4215-bd59-8114edd8dc51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-18f993c8-1a5c-4215-bd59-8114edd8dc51 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-18f993c8-1a5c-4215-bd59-8114edd8dc51 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
}








#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d5e0b5ee-752f-45c8-8df6-c61ccc11fd3b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c75b6577-3d7b-415f-80cd-3caf9700d8df {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c75b6577-3d7b-415f-80cd-3caf9700d8df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9ecdf518-456f-46f9-9409-4237cca60165 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9ecdf518-456f-46f9-9409-4237cca60165 {
  display: none;
}
#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  max-width: 100%;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom,
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  max-width: 100%;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom,
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  max-width: 100%;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom,
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  max-width: 100%;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom,
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc {
  max-width: 100%;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom,
.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4de9dd87-4212-44e5-b0ea-b14d660348fc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cf8e3380-eb6c-4a40-b821-07f248753658 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-cf8e3380-eb6c-4a40-b821-07f248753658 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2d590100-dfbd-43df-982a-2c70f70bfd69 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2d590100-dfbd-43df-982a-2c70f70bfd69 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-2d590100-dfbd-43df-982a-2c70f70bfd69 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d590100-dfbd-43df-982a-2c70f70bfd69 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-dbd254cd-77f5-4082-af83-baecadac3d1d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-dbd254cd-77f5-4082-af83-baecadac3d1d {
  display: none;
}
#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  max-width: 100%;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom,
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  max-width: 100%;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom,
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  max-width: 100%;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom,
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  max-width: 100%;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom,
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 {
  max-width: 100%;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom,
.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b8ec7c3-5df4-4b0e-aab8-27db61383410 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-37fe1855-f6a6-41c1-ab82-7f85f3f5c977 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-37fe1855-f6a6-41c1-ab82-7f85f3f5c977 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-45d0a378-c4c0-4060-b3e2-ae40ff57871b {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-45d0a378-c4c0-4060-b3e2-ae40ff57871b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-45d0a378-c4c0-4060-b3e2-ae40ff57871b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-45d0a378-c4c0-4060-b3e2-ae40ff57871b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-258466a3-3a44-4bc7-a4d6-8a4f13d844d1 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-258466a3-3a44-4bc7-a4d6-8a4f13d844d1 {
  display: none;
}
#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  max-width: 100%;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom,
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  max-width: 100%;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom,
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  max-width: 100%;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom,
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  max-width: 100%;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom,
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 {
  max-width: 100%;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom,
.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-876e64d0-114d-461a-bae4-d4517c2eae87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-63e10eac-57f1-4348-af98-00ceef96e0b2 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-63e10eac-57f1-4348-af98-00ceef96e0b2 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-284c1f2b-d5eb-40d7-be1b-a779e4c02b06 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-284c1f2b-d5eb-40d7-be1b-a779e4c02b06 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-284c1f2b-d5eb-40d7-be1b-a779e4c02b06 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-284c1f2b-d5eb-40d7-be1b-a779e4c02b06 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e2b214c5-af42-42e3-b86a-97f7347d187f {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e2b214c5-af42-42e3-b86a-97f7347d187f {
  display: none;
}
#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  max-width: 100%;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom,
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  max-width: 100%;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom,
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  max-width: 100%;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom,
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  max-width: 100%;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom,
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c {
  max-width: 100%;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom,
.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-2ed0fdd3-8916-4f3e-8114-7303af8daa9c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e4f81c9e-bb5f-43d9-adeb-964019179337 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-e4f81c9e-bb5f-43d9-adeb-964019179337 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-09665f2a-c379-455c-aa52-e153616ab687 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-09665f2a-c379-455c-aa52-e153616ab687 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-09665f2a-c379-455c-aa52-e153616ab687 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-09665f2a-c379-455c-aa52-e153616ab687 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bced1c9d-a358-4500-93de-9287bf940abd {
  background-image: url(https://i.shgcdn.com/c1fa9bf0-3e47-4ce8-b77a-aaf405f3780d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
text-align: center;
background-position: center center;
}

#s-bced1c9d-a358-4500-93de-9287bf940abd .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-52835617-baec-4a99-bcf7-3b02409d37c0 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-52835617-baec-4a99-bcf7-3b02409d37c0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1e28dbe3-c196-4d5e-a35e-b82b9b95e3fb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-1e28dbe3-c196-4d5e-a35e-b82b9b95e3fb {
  display: none;
}
#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  max-width: 100%;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom,
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  max-width: 100%;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom,
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  max-width: 100%;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom,
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  max-width: 100%;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom,
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 {
  max-width: 100%;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom,
.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dee7f2b2-e105-4796-9ede-ab5a2e961228 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-80ec4bb6-6ba1-4be5-92f2-90f0ac3f5c76 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-80ec4bb6-6ba1-4be5-92f2-90f0ac3f5c76 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-1bbdf079-bf93-4490-9b76-23d13106b4a9 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1bbdf079-bf93-4490-9b76-23d13106b4a9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-1bbdf079-bf93-4490-9b76-23d13106b4a9 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-1bbdf079-bf93-4490-9b76-23d13106b4a9 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-100c252d-5898-47c2-b3f7-6d0e3d4a114d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-100c252d-5898-47c2-b3f7-6d0e3d4a114d {
  display: none;
}
#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  max-width: 100%;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom,
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  max-width: 100%;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom,
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  max-width: 100%;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom,
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  max-width: 100%;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom,
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 {
  max-width: 100%;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom,
.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fa346b0-9572-4bf7-90a1-32c8229fc6c7 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e07894c-bb6b-4c70-8be5-48ab8276f50c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9e07894c-bb6b-4c70-8be5-48ab8276f50c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-983117d6-9489-44d3-8e72-bb36f3459868 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-52c4560f-0e55-4b3c-b0a8-f860ae8533c4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-52c4560f-0e55-4b3c-b0a8-f860ae8533c4 {
  display: none;
}
#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  max-width: 100%;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom,
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  max-width: 100%;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom,
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  max-width: 100%;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom,
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  max-width: 100%;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom,
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa {
  max-width: 100%;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom,
.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-46e4e565-e3b0-43ec-a163-853963ef7bfa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-2ca521d0-3210-4270-bd13-c746732e781b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-2ca521d0-3210-4270-bd13-c746732e781b .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-b1289ccf-b40c-49f7-8900-dca700b289f1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7e289411-1b01-4dfc-90b0-71ae957060d6 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7e289411-1b01-4dfc-90b0-71ae957060d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d0e081dc-0f92-4901-bc0c-9e06d1897d8d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-d0e081dc-0f92-4901-bc0c-9e06d1897d8d {
  display: none;
}
#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  max-width: 100%;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom,
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  max-width: 100%;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom,
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  max-width: 100%;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom,
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  max-width: 100%;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom,
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a {
  max-width: 100%;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom,
.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6cfed332-0337-4af1-af9c-1b7cbd934b2a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-464fc3a1-d988-43cd-ad97-97247cf2c8f8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-464fc3a1-d988-43cd-ad97-97247cf2c8f8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-21753d16-b8bc-4fdc-8c70-2333607417ea {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-21753d16-b8bc-4fdc-8c70-2333607417ea .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-21753d16-b8bc-4fdc-8c70-2333607417ea .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-21753d16-b8bc-4fdc-8c70-2333607417ea .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-3352abf4-7e41-4892-a259-db0ec9b59e21 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-3352abf4-7e41-4892-a259-db0ec9b59e21 {
  display: none;
}
#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  max-width: 100%;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom,
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  max-width: 100%;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom,
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  max-width: 100%;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom,
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  max-width: 100%;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom,
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d {
  max-width: 100%;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom,
.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a60c7a51-9c5f-4c3d-9520-515a9d3e838d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-5c6e9519-7154-49c8-99a8-f4f18f2dc5ef {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-5c6e9519-7154-49c8-99a8-f4f18f2dc5ef .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-3150cb31-50c8-4b46-a526-7ce6c05bf703 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3150cb31-50c8-4b46-a526-7ce6c05bf703 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-3150cb31-50c8-4b46-a526-7ce6c05bf703 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-3150cb31-50c8-4b46-a526-7ce6c05bf703 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e4dc1825-e2c3-4112-b90a-1440638b564d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e4dc1825-e2c3-4112-b90a-1440638b564d {
  display: none;
}
#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  max-width: 100%;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom,
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  max-width: 100%;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom,
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  max-width: 100%;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom,
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  max-width: 100%;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom,
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a {
  max-width: 100%;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom,
.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a4829925-5117-4e78-b534-2e9aa1ec445a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0cb08dad-3f6a-47be-bf92-0b285dcdf0cf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-0cb08dad-3f6a-47be-bf92-0b285dcdf0cf .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-c0552ea9-9211-480d-b097-67fe47843d4e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c0552ea9-9211-480d-b097-67fe47843d4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-c0552ea9-9211-480d-b097-67fe47843d4e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-c0552ea9-9211-480d-b097-67fe47843d4e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-579ff602-01d2-479b-abcb-9a83d00f7715 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-579ff602-01d2-479b-abcb-9a83d00f7715 {
  display: none;
}
#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  max-width: 100%;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom,
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  max-width: 100%;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom,
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  max-width: 100%;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom,
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  max-width: 100%;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom,
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 {
  max-width: 100%;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom,
.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d06a8190-dc4b-488c-bf67-06c2bf41def2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0779b07d-c55a-4ed8-994c-e39ab07a620a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-0779b07d-c55a-4ed8-994c-e39ab07a620a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c5aae144-1692-411f-8f75-39d424a71139 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c5aae144-1692-411f-8f75-39d424a71139 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-c5aae144-1692-411f-8f75-39d424a71139 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-c5aae144-1692-411f-8f75-39d424a71139 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-89d942d6-02cc-4c84-851c-03dca6065d65 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-89d942d6-02cc-4c84-851c-03dca6065d65"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-57f80085-88b8-40f5-b19c-2dd361ea3a34 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-57f80085-88b8-40f5-b19c-2dd361ea3a34 {
  display: none;
}
#s-0b830faa-67d9-475e-8d95-87329181f04f {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f {
  max-width: 100%;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom,
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f {
  max-width: 100%;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom,
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f {
  max-width: 100%;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom,
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f {
  max-width: 100%;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom,
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f {
  max-width: 100%;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom,
.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b830faa-67d9-475e-8d95-87329181f04f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-fc40e802-cfea-480b-ac17-034be921f9cc {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-fc40e802-cfea-480b-ac17-034be921f9cc .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-8e94ac48-1067-4e45-80c5-99075da022ca {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8e94ac48-1067-4e45-80c5-99075da022ca .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-8e94ac48-1067-4e45-80c5-99075da022ca .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e94ac48-1067-4e45-80c5-99075da022ca .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5fa6ff49-1166-4ae6-93e6-ce41f55fcd1b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-5fa6ff49-1166-4ae6-93e6-ce41f55fcd1b {
  display: none;
}
#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  max-width: 100%;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom,
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  max-width: 100%;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom,
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  max-width: 100%;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom,
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  max-width: 100%;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom,
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 {
  max-width: 100%;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom,
.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-e5fbad2b-1e7e-4e6c-861e-f5eca9769d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a973f7d8-d2e3-43e2-9863-bda3decb1843 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a973f7d8-d2e3-43e2-9863-bda3decb1843 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-8c5465a5-2e9a-4ed9-a03a-55d3718394e1 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c5465a5-2e9a-4ed9-a03a-55d3718394e1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-8c5465a5-2e9a-4ed9-a03a-55d3718394e1 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-8c5465a5-2e9a-4ed9-a03a-55d3718394e1 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-10098db2-34bd-41d3-9c31-513a66a71b29 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-10098db2-34bd-41d3-9c31-513a66a71b29 {
  display: none;
}
#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  max-width: 100%;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom,
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  max-width: 100%;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom,
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  max-width: 100%;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom,
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  max-width: 100%;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom,
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 {
  max-width: 100%;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom,
.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c5d15e0-d7f5-40b8-9537-c88851b78fc0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b69be09d-00f0-409f-aab2-e1ddc27c9f49 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-b69be09d-00f0-409f-aab2-e1ddc27c9f49 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-61758415-ec85-4f43-a706-6c011c945604 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-61758415-ec85-4f43-a706-6c011c945604 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-61758415-ec85-4f43-a706-6c011c945604 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-61758415-ec85-4f43-a706-6c011c945604 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e9ed137e-6f5b-444c-827e-64010d009e91 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9ed137e-6f5b-444c-827e-64010d009e91"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-acebaa1e-a4b5-400e-bec2-865ba97dda66 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-acebaa1e-a4b5-400e-bec2-865ba97dda66 {
  display: none;
}
#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  max-width: 100%;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom,
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  max-width: 100%;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom,
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  max-width: 100%;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom,
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  max-width: 100%;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom,
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 {
  max-width: 100%;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom,
.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9a21ef98-82bf-499f-ae1e-ef80150d7699 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d2450b98-9740-4922-b1f0-f8041c8a04d5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-d2450b98-9740-4922-b1f0-f8041c8a04d5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-53a25360-f887-4e31-b119-79b5619c5f11 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-53a25360-f887-4e31-b119-79b5619c5f11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-53a25360-f887-4e31-b119-79b5619c5f11 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-53a25360-f887-4e31-b119-79b5619c5f11 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-40f7810a-e9a0-40c5-9097-6956d5477e47 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-40f7810a-e9a0-40c5-9097-6956d5477e47 {
  display: none;
}
#s-81905731-4feb-4912-87d0-69708b66bb1e {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e {
  max-width: 100%;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom,
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e {
  max-width: 100%;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom,
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e {
  max-width: 100%;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom,
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e {
  max-width: 100%;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom,
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e {
  max-width: 100%;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom,
.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-81905731-4feb-4912-87d0-69708b66bb1e .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9f022615-600e-47de-aaba-4a95d70bb9c8 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9f022615-600e-47de-aaba-4a95d70bb9c8 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-8b985250-0a99-42e8-81d9-4c23af3385ba {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8b985250-0a99-42e8-81d9-4c23af3385ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-8b985250-0a99-42e8-81d9-4c23af3385ba .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-8b985250-0a99-42e8-81d9-4c23af3385ba .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-80ddbc99-ca66-4d71-8a43-957456009204 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-80ddbc99-ca66-4d71-8a43-957456009204 {
  display: none;
}
#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  max-width: 100%;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom,
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  max-width: 100%;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom,
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  max-width: 100%;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom,
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  max-width: 100%;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom,
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 {
  max-width: 100%;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom,
.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ef366cf5-95bc-45d9-97ad-aa384b27cf44 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f05eeefc-82ac-4a47-9d9e-4a996381d4bb {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f05eeefc-82ac-4a47-9d9e-4a996381d4bb .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-51e7382e-5f10-4f09-a42b-8ef379357e04 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-51e7382e-5f10-4f09-a42b-8ef379357e04 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-51e7382e-5f10-4f09-a42b-8ef379357e04 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-51e7382e-5f10-4f09-a42b-8ef379357e04 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-46499256-42f3-4279-90c8-94e2f3484397 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-46499256-42f3-4279-90c8-94e2f3484397"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-bfbc1720-8a0e-4cfe-8f50-6da4866cfdea {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-bfbc1720-8a0e-4cfe-8f50-6da4866cfdea {
  display: none;
}
#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  max-width: 100%;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom,
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  max-width: 100%;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom,
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  max-width: 100%;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom,
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  max-width: 100%;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom,
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 {
  max-width: 100%;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom,
.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-d8ef604a-75a0-42a1-bf1d-9a0ed11b8984 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-89947836-193a-46a2-ad8e-8466c97a9380 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-89947836-193a-46a2-ad8e-8466c97a9380 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-16f0c540-fbdb-4301-8eef-e58071de628d {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-16f0c540-fbdb-4301-8eef-e58071de628d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-16f0c540-fbdb-4301-8eef-e58071de628d .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-16f0c540-fbdb-4301-8eef-e58071de628d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e662e7e6-7af5-4e1c-b211-e217a425de0b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e662e7e6-7af5-4e1c-b211-e217a425de0b {
  display: none;
}
#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  max-width: 100%;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom,
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  max-width: 100%;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom,
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  max-width: 100%;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom,
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  max-width: 100%;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom,
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc {
  max-width: 100%;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom,
.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0a9c0ad8-abe0-4bae-9d39-328931e900bc .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ecf9b58c-1a52-4e81-9397-28b3ef272e04 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ecf9b58c-1a52-4e81-9397-28b3ef272e04 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-2b19d6c2-b41d-4041-add3-db02632b1590 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2b19d6c2-b41d-4041-add3-db02632b1590 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-2b19d6c2-b41d-4041-add3-db02632b1590 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-2b19d6c2-b41d-4041-add3-db02632b1590 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-9a4475bc-9e51-46a2-b634-d27aab3fd15b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-9a4475bc-9e51-46a2-b634-d27aab3fd15b {
  display: none;
}
#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  max-width: 100%;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom,
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  max-width: 100%;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom,
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  max-width: 100%;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom,
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  max-width: 100%;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom,
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 {
  max-width: 100%;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom,
.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0b8b2bc6-5c24-4718-a9af-a20a7ab9cef0 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-74a16dbb-8d73-4bde-b652-48aa0a3d3115 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-74a16dbb-8d73-4bde-b652-48aa0a3d3115 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-db85702a-fb9f-4b6d-bc88-b0da8f9ed21b {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-db85702a-fb9f-4b6d-bc88-b0da8f9ed21b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-db85702a-fb9f-4b6d-bc88-b0da8f9ed21b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-db85702a-fb9f-4b6d-bc88-b0da8f9ed21b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-d59409da-d4dd-418a-b711-57831fda7427 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d59409da-d4dd-418a-b711-57831fda7427"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-223ad315-8535-460d-9be7-14dbc853733d {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-223ad315-8535-460d-9be7-14dbc853733d {
  display: none;
}
#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  max-width: 100%;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom,
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  max-width: 100%;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom,
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  max-width: 100%;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom,
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  max-width: 100%;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom,
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 {
  max-width: 100%;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom,
.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6b0c7e27-aafa-450c-bfed-862751aa9d43 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-03b59666-5f9b-4894-97dd-1ae6bc3f3421 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-03b59666-5f9b-4894-97dd-1ae6bc3f3421 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-258f3696-5164-4657-ae3a-8ea0604fd56b {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-258f3696-5164-4657-ae3a-8ea0604fd56b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-258f3696-5164-4657-ae3a-8ea0604fd56b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-258f3696-5164-4657-ae3a-8ea0604fd56b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a9ed5498-9e70-486a-b1cd-c9dcd63e3b23 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a9ed5498-9e70-486a-b1cd-c9dcd63e3b23 {
  display: none;
}
#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  max-width: 100%;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom,
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  max-width: 100%;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom,
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  max-width: 100%;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom,
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  max-width: 100%;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom,
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 {
  max-width: 100%;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom,
.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-020ab1f2-5d35-464d-94e3-7cebcadb1232 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-36fa610f-be25-429d-8379-9030d46cd7f5 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-36fa610f-be25-429d-8379-9030d46cd7f5 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-21945782-3828-4311-86c3-8a3b4aecc781 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-21945782-3828-4311-86c3-8a3b4aecc781 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-21945782-3828-4311-86c3-8a3b4aecc781 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-21945782-3828-4311-86c3-8a3b4aecc781 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-055ba634-0fdc-4eea-91d0-a28db972040c {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-055ba634-0fdc-4eea-91d0-a28db972040c {
  display: none;
}
#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  max-width: 100%;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom,
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  max-width: 100%;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom,
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  max-width: 100%;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom,
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  max-width: 100%;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom,
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b {
  max-width: 100%;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom,
.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-82df69f6-2eaf-4734-8a61-0729cf875e2b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-19f96ee9-0d4c-40dc-a0e0-c7e4169a4f94 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-19f96ee9-0d4c-40dc-a0e0-c7e4169a4f94 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d0e14007-6364-41af-81b8-92dc3cd3737b {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d0e14007-6364-41af-81b8-92dc3cd3737b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-d0e14007-6364-41af-81b8-92dc3cd3737b .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-d0e14007-6364-41af-81b8-92dc3cd3737b .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-93d9f54c-fced-45c1-a865-414571fc4af4 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-93d9f54c-fced-45c1-a865-414571fc4af4 {
  display: none;
}
#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  max-width: 100%;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom,
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  max-width: 100%;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom,
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  max-width: 100%;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom,
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  max-width: 100%;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom,
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 {
  max-width: 100%;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom,
.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9341b690-d911-4302-b2a8-a90fba706f87 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-ee9680db-c163-4435-886a-19b463116dfe {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-ee9680db-c163-4435-886a-19b463116dfe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-b61f2d7a-9b50-445d-b861-fe8e6816ef9f {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-b61f2d7a-9b50-445d-b861-fe8e6816ef9f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-b61f2d7a-9b50-445d-b861-fe8e6816ef9f .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-b61f2d7a-9b50-445d-b861-fe8e6816ef9f .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-68d562d3-1a12-4643-8abc-84e4c41f0c92 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-68d562d3-1a12-4643-8abc-84e4c41f0c92"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e89293b2-13af-4a09-8b45-462420100f17 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-e89293b2-13af-4a09-8b45-462420100f17 {
  display: none;
}
#s-a7688792-fedb-4005-9158-f11abd27a357 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 {
  max-width: 100%;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom,
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 {
  max-width: 100%;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom,
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 {
  max-width: 100%;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom,
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 {
  max-width: 100%;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom,
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 {
  max-width: 100%;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom,
.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a7688792-fedb-4005-9158-f11abd27a357 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b15bc93b-19c3-40b2-bc0c-b0a9af63ebf7 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-b15bc93b-19c3-40b2-bc0c-b0a9af63ebf7 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-217fa0ac-c662-454d-9c6b-1ec360595778 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-217fa0ac-c662-454d-9c6b-1ec360595778 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-217fa0ac-c662-454d-9c6b-1ec360595778 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-217fa0ac-c662-454d-9c6b-1ec360595778 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8282a6f2-8e1b-4e41-9d97-ab533282d237 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8282a6f2-8e1b-4e41-9d97-ab533282d237 {
  display: none;
}
#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  max-width: 100%;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom,
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  max-width: 100%;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom,
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  max-width: 100%;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom,
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  max-width: 100%;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom,
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 {
  max-width: 100%;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom,
.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0fe8f695-4c47-4b38-9b51-369fd5460b45 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-77a92841-55ff-44ba-af18-266d0cab905c {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-77a92841-55ff-44ba-af18-266d0cab905c .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-5accbfc7-d433-486c-a621-cde43f1482f0 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-5accbfc7-d433-486c-a621-cde43f1482f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-5accbfc7-d433-486c-a621-cde43f1482f0 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-5accbfc7-d433-486c-a621-cde43f1482f0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-342ae066-3048-42c4-a8ee-c315315e9998 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-342ae066-3048-42c4-a8ee-c315315e9998 {
  display: none;
}
#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  max-width: 100%;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom,
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  max-width: 100%;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom,
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  max-width: 100%;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom,
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  max-width: 100%;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom,
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f {
  max-width: 100%;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom,
.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-ca4bde94-68b6-4d8e-8531-24a40fabaa0f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c7b6d90e-8536-4db4-88be-9a6ae966b404 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-c7b6d90e-8536-4db4-88be-9a6ae966b404 .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-93a952dc-32d6-4c0b-8b02-4ee4a1e4a91e {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-93a952dc-32d6-4c0b-8b02-4ee4a1e4a91e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-93a952dc-32d6-4c0b-8b02-4ee4a1e4a91e .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-93a952dc-32d6-4c0b-8b02-4ee4a1e4a91e .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-917171e4-eae3-499a-8fd3-fe7c9c1a8a5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a0daac69-a39d-4b22-b41b-4894c3e1ef46 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-a0daac69-a39d-4b22-b41b-4894c3e1ef46 {
  display: none;
}
#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  max-width: 100%;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom,
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  max-width: 100%;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom,
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  max-width: 100%;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom,
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  max-width: 100%;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom,
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c {
  max-width: 100%;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom,
.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-67c69938-ee58-4960-b9b0-fc3a322c640c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dcaa8c03-d11c-46b9-b1f8-6295c0052a48 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-dcaa8c03-d11c-46b9-b1f8-6295c0052a48 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-99fa3dc0-5540-4f89-89c7-a39f1e5a05a5 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-99fa3dc0-5540-4f89-89c7-a39f1e5a05a5 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-99fa3dc0-5540-4f89-89c7-a39f1e5a05a5 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-99fa3dc0-5540-4f89-89c7-a39f1e5a05a5 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8c356f5b-c57b-47a4-87a8-ccae642f7681 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-8c356f5b-c57b-47a4-87a8-ccae642f7681 {
  display: none;
}
#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  margin-top: 20px;
margin-left: 20px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  max-width: 100%;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom,
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  max-width: 100%;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom,
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  max-width: 100%;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom,
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  max-width: 100%;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom,
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 {
  max-width: 100%;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom,
.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31cb21ce-fda5-4a54-9042-c19c4238e9c5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af911d5c-6493-4d99-a942-cd70142e2988 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-af911d5c-6493-4d99-a942-cd70142e2988 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-de5fd702-5b16-4156-8d20-57c1dc8fe47d {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de5fd702-5b16-4156-8d20-57c1dc8fe47d .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-de5fd702-5b16-4156-8d20-57c1dc8fe47d .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-de5fd702-5b16-4156-8d20-57c1dc8fe47d .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-319a7e9d-3e22-440d-97f2-64430817cd97 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-319a7e9d-3e22-440d-97f2-64430817cd97 {
  display: none;
}
#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
text-align: left;
}


.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  max-width: 100%;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom,
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  max-width: 100%;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom,
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  max-width: 100%;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom,
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  max-width: 100%;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom,
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 {
  max-width: 100%;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom,
.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b33eb9de-2127-4943-90b3-63a6f838f9b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbe9d452-f8fe-45ac-be90-887481378a2a {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-dbe9d452-f8fe-45ac-be90-887481378a2a .shg-product-title-component h4 {
  color: #000;
  font-weight:  200 ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-91a1b1dd-2213-4df1-a301-7f2553780d8a {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-91a1b1dd-2213-4df1-a301-7f2553780d8a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-91a1b1dd-2213-4df1-a301-7f2553780d8a .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-91a1b1dd-2213-4df1-a301-7f2553780d8a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b {
  margin-top: 40px;
margin-bottom: 40px;
min-height: 50px;
}








#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dd07c47-d031-4c17-b34f-a88a45dcc29b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ebe2d9c-38c4-4fa1-9d49-cdb4ae5a0bde .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bdb88e53-9965-4033-89ce-bf07e8b82279 {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-bdb88e53-9965-4033-89ce-bf07e8b82279"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-55470333-096a-4c3a-a916-3604fc18aeb9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-55470333-096a-4c3a-a916-3604fc18aeb9 {
  display: none;
}
#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  text-align: left;
}


.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  max-width: 100%;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom,
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  max-width: 100%;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom,
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  max-width: 100%;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom,
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  max-width: 100%;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom,
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 {
  max-width: 100%;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom,
.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-786be269-365c-4f3e-b3d2-290ee4c5eef3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0.px;
text-align: center;
}

#s-c2d4f4d4-6203-49eb-9a66-25b0c02e1fd1 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-c6c55dcd-2351-4954-a042-d5ac07eb10c1 .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-53a4865a-19af-4b11-b362-dcdf07899aab {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-53a4865a-19af-4b11-b362-dcdf07899aab {
  display: none;
}
#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  text-align: left;
}


.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  max-width: 100%;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom,
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  max-width: 100%;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom,
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  max-width: 100%;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom,
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  max-width: 100%;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom,
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 {
  max-width: 100%;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom,
.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-465fd9df-b7df-4a94-8a17-e59f4f4f7e60 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-9e14695f-878c-41b2-9aee-710f8b9cfb1a .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-d4da691d-b631-4670-8cdd-11c0379c4281 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-15c9b4e9-b139-4628-af21-babd9bf9c8ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-15c9b4e9-b139-4628-af21-babd9bf9c8ea {
  display: none;
}
#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  text-align: left;
}


.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  max-width: 100%;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom,
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  max-width: 100%;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom,
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  max-width: 100%;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom,
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  max-width: 100%;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom,
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b {
  max-width: 100%;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom,
.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7c541753-a2b9-4922-a18a-a32bce227d1b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-f2fd4982-fd0c-47a4-86cc-122829a84c65 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-30914c5e-042b-4cbc-a3b6-47669d09d588 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-99afe261-f5bb-4e31-8bb5-bb732ea2f71d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-99afe261-f5bb-4e31-8bb5-bb732ea2f71d {
  display: none;
}
#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  text-align: left;
}


.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  max-width: 100%;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom,
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  max-width: 100%;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom,
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  max-width: 100%;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom,
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  max-width: 100%;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom,
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c {
  max-width: 100%;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom,
.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe0d0568-781e-4d6c-8cbb-d5df4170b21c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-bf9ff2a1-17a6-4a5e-90c9-dcafbd57137f .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-84853be4-f7ab-4a01-a7f8-5e5784d39998 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e39e57a0-6860-4ea7-bb4d-f6cd49868368 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-e39e57a0-6860-4ea7-bb4d-f6cd49868368 {
  display: none;
}
#s-7f661332-2f64-485e-a345-56af3e080a84 {
  text-align: left;
}


.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 {
  max-width: 100%;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom,
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 {
  max-width: 100%;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom,
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 {
  max-width: 100%;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom,
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 {
  max-width: 100%;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom,
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 {
  max-width: 100%;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom,
.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f661332-2f64-485e-a345-56af3e080a84 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-6055ca2a-8e47-4c43-948a-f689e4c8e1fe .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-60550075-b93b-460d-9152-d93e95276acd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-60550075-b93b-460d-9152-d93e95276acd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-f643c997-0cff-448c-bf7b-bcefeae360f3 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
opacity: 1;
text-align: center;
background-color: rgba(242, 242, 242, 0);
}

#s-f643c997-0cff-448c-bf7b-bcefeae360f3 {
  display: none;
}
#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  text-align: left;
}


.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  max-width: 100%;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom,
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  max-width: 100%;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom,
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  max-width: 100%;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom,
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  max-width: 100%;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom,
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 {
  max-width: 100%;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom,
.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-31240e76-bee5-4627-a2ff-ce2543530f46 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}

#s-a05b4bd1-87ec-4d58-91b8-c44281d83acb .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: Oswald;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-price {
  color: #000;
  font-weight:  700 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
}

#s-052326e0-e6c8-4b6e-a920-e2fe9a97e1ef .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:  300 ;
  font-family: Quicksand;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b1d9b6f6-f5ee-42fa-90d1-ec8af0d96cb0 {
  background-repeat: repeat;
background-size: cover;
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
}








#s-b1d9b6f6-f5ee-42fa-90d1-ec8af0d96cb0 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-b1d9b6f6-f5ee-42fa-90d1-ec8af0d96cb0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7661f85c-c331-4bae-bc32-966b8f260431 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
background-color: rgba(251, 251, 251, 0.74);
}

@media (min-width: 0px) {
[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7661f85c-c331-4bae-bc32-966b8f260431"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1ab8e9cb-9a1d-40a0-aee9-50df32579d9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(251, 251, 251, 0);
}

#s-1ab8e9cb-9a1d-40a0-aee9-50df32579d9d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-11bc356c-6e12-449d-a532-fca6305151e2 {
  padding-left: 4px;
padding-right: 4px;
background-color: rgba(255, 252, 252, 0);
}

#s-4de913ca-b8b2-499c-a13b-55d71f62ed69 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4de913ca-b8b2-499c-a13b-55d71f62ed69 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-328d9c93-05b3-4c63-b296-d2264f5179d7 {
  margin-left: -1px;
margin-right: -1px;
padding-left: 4px;
padding-right: 4px;
background-color: rgba(251, 251, 251, 0);
}

#s-54b947f4-c2e2-41d8-9bc8-8e6ae115a87b {
  min-height: 50px;
}








#s-54b947f4-c2e2-41d8-9bc8-8e6ae115a87b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b947f4-c2e2-41d8-9bc8-8e6ae115a87b.shg-box.shg-c {
  justify-content: center;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -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;
}
