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

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

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

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

@media (min-width: 0px) {
[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efc0b742-b290-4cdf-a2a7-c41a48dce504"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-22e02221-c37a-42d9-a9a2-fec286859438 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-ac7de8b7-49b4-40ee-b767-a72f28bc0471 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-ac7de8b7-49b4-40ee-b767-a72f28bc0471 img.shogun-image {
    
    width: px;
  }


#s-ac7de8b7-49b4-40ee-b767-a72f28bc0471 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c4d0fd1-1144-4461-a5de-d47337df48ea {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c4d0fd1-1144-4461-a5de-d47337df48ea {
  
}
}@media (max-width: 767px){#s-7c4d0fd1-1144-4461-a5de-d47337df48ea {
  
}
}
@media (min-width: 0px) {
[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7c4d0fd1-1144-4461-a5de-d47337df48ea"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e238dab8-d2dc-4978-bac5-a39e539e0ba4 {
  text-align: center;
}




  #s-e238dab8-d2dc-4978-bac5-a39e539e0ba4 img.shogun-image {
    
    width: px;
  }


#s-e238dab8-d2dc-4978-bac5-a39e539e0ba4 .shogun-image-content {
  
    align-items: center;
  
}

#s-91f189cf-6a20-47df-87ce-0946145a67b3 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c73bdb9f-3094-416a-94ef-80d9306d0236 {
  text-align: center;
}




  #s-c73bdb9f-3094-416a-94ef-80d9306d0236 img.shogun-image {
    
    width: px;
  }


#s-c73bdb9f-3094-416a-94ef-80d9306d0236 .shogun-image-content {
  
    align-items: center;
  
}

#s-44369c04-50b0-464e-b357-2c60e19c1452 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-b7d659fb-80f0-4398-b9d1-8a0ccf6628d8 {
  text-align: center;
}




  #s-b7d659fb-80f0-4398-b9d1-8a0ccf6628d8 img.shogun-image {
    
    width: px;
  }


#s-b7d659fb-80f0-4398-b9d1-8a0ccf6628d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-651a0647-def2-4a9c-a11e-21316c0b97e8 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-19ea4b55-cb8a-4afc-8318-8d9c39342240 {
  text-align: center;
}




  #s-19ea4b55-cb8a-4afc-8318-8d9c39342240 img.shogun-image {
    
    width: px;
  }


#s-19ea4b55-cb8a-4afc-8318-8d9c39342240 .shogun-image-content {
  
    align-items: center;
  
}

#s-00a6cc78-ff4e-476f-853b-31a058fbe2e9 {
  padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-27151ead-2f13-4937-9e12-247493257cf2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5aaea4df-466b-4be9-bbb5-64d7c613caa2 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-5aaea4df-466b-4be9-bbb5-64d7c613caa2 img.shogun-image {
    
    width: px;
  }


#s-5aaea4df-466b-4be9-bbb5-64d7c613caa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-334db09f-7310-4160-8cc8-6112931edb5f {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-334db09f-7310-4160-8cc8-6112931edb5f img.shogun-image {
    
    width: px;
  }


#s-334db09f-7310-4160-8cc8-6112931edb5f .shogun-image-content {
  
    align-items: center;
  
}

#s-a935c4d6-4590-404f-a87e-fcf99b8356a1 {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}




  #s-a935c4d6-4590-404f-a87e-fcf99b8356a1 img.shogun-image {
    
    width: px;
  }


#s-a935c4d6-4590-404f-a87e-fcf99b8356a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-478655ba-57d7-4ed2-8a35-2c176c177fa7 {
  margin-top: 15px;
margin-bottom: 15px;
}

.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-03ff2152-e502-4aa2-abaa-4dbc75cc882d {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-03ff2152-e502-4aa2-abaa-4dbc75cc882d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

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

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

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

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

#s-d0bfe88f-0b59-435c-8925-d6a08a240f73 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0bfe88f-0b59-435c-8925-d6a08a240f73 {
  display: none;
}
#s-d0bfe88f-0b59-435c-8925-d6a08a240f73, #wrap-s-d0bfe88f-0b59-435c-8925-d6a08a240f73 { display:none !important; }}@media (max-width: 767px){#s-d0bfe88f-0b59-435c-8925-d6a08a240f73 {
  display: none;
}
#s-d0bfe88f-0b59-435c-8925-d6a08a240f73, #wrap-s-d0bfe88f-0b59-435c-8925-d6a08a240f73 { display:none !important; }}







#s-d0bfe88f-0b59-435c-8925-d6a08a240f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0bfe88f-0b59-435c-8925-d6a08a240f73.shg-box.shg-c {
  justify-content: center;
}

#s-835fc304-deb7-4b9f-af6a-1780b5c25753 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-835fc304-deb7-4b9f-af6a-1780b5c25753"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cef626bb-cb29-498a-ba7c-8825174faaae {
  margin-top: 15%;
margin-bottom: 15%;
min-height: 50px;
}








#s-cef626bb-cb29-498a-ba7c-8825174faaae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cef626bb-cb29-498a-ba7c-8825174faaae.shg-box.shg-c {
  justify-content: center;
}

#s-7cf6138d-76b7-43fb-aec7-f73935eaad96 {
  margin-top: 20%;
}

#s-6f948364-fb98-458d-bcde-f683f49c7216 {
  margin-top: -10px;
margin-left: 0px;
margin-right: 0px;
}

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

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

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

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

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

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

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

#s-114c1403-8712-437f-b231-b2db2cab228e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 15px;
padding-left: 50px;
padding-bottom: 15px;
padding-right: 50px;
border-radius: 4px;
background-color: rgba(66, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-114c1403-8712-437f-b231-b2db2cab228e:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-114c1403-8712-437f-b231-b2db2cab228e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-114c1403-8712-437f-b231-b2db2cab228e-btn-wrapper {
    text-align: center;
  }


#s-114c1403-8712-437f-b231-b2db2cab228e.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-a00ffd09-fb70-4c33-b324-a2d0c077e116 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a00ffd09-fb70-4c33-b324-a2d0c077e116 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a00ffd09-fb70-4c33-b324-a2d0c077e116 .shg-sld-nav-button.shg-sld-left,
#s-a00ffd09-fb70-4c33-b324-a2d0c077e116 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-aee270d8-1876-4844-8152-619e657da361 {
  display: none;
}
@media (min-width: 0px) {
[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9412681b-b1b1-47c1-988c-b3123c4ebf69"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

.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-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  text-align: left;
}


.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  max-width: 100%;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom,
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  max-width: 100%;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom,
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  max-width: 100%;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom,
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  max-width: 100%;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom,
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 {
  max-width: 100%;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .shg-image-zoom,
.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6d02d2b5-b9cd-4cb6-ad11-66f844868ca9 .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-51b472e3-b8df-468b-afae-5737b5f12ecb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-51b472e3-b8df-468b-afae-5737b5f12ecb .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-03f28d75-3f32-469f-b897-ecf564dc11e4 {
  text-align: center;
}

#s-03f28d75-3f32-469f-b897-ecf564dc11e4 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-03f28d75-3f32-469f-b897-ecf564dc11e4 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-03f28d75-3f32-469f-b897-ecf564dc11e4 .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-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  text-align: left;
}


.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  max-width: 100%;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom,
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  max-width: 100%;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom,
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  max-width: 100%;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom,
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  max-width: 100%;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom,
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df {
  max-width: 100%;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom,
.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-71a4b2d4-e3aa-4eca-91c3-e6965a2b30df .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1bd5307f-bc36-48e7-86ce-4e6180c52549 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bd5307f-bc36-48e7-86ce-4e6180c52549 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-ac80a82e-6bef-45e0-afcf-e7c074e164fa {
  display: none;
}
#s-dd8f6b28-43d7-4ece-bbd0-353dc67f398c {
  text-align: center;
}

#s-dd8f6b28-43d7-4ece-bbd0-353dc67f398c .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-dd8f6b28-43d7-4ece-bbd0-353dc67f398c .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-dd8f6b28-43d7-4ece-bbd0-353dc67f398c .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-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  text-align: left;
}


.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  max-width: 100%;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom,
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  max-width: 100%;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom,
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  max-width: 100%;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom,
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  max-width: 100%;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom,
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a {
  max-width: 100%;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom,
.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-4af4f246-9e40-4a77-b9ba-03e0c3da235a .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-c84e5c04-fe3b-4687-922e-9b5cc3dcd18b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c84e5c04-fe3b-4687-922e-9b5cc3dcd18b .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-6c077fa4-a06b-49dd-b92c-75329aa3f6ca {
  display: none;
}
#s-4b0f2d36-33a9-48ed-95f7-d5e5c296405d {
  text-align: center;
}

#s-4b0f2d36-33a9-48ed-95f7-d5e5c296405d .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4b0f2d36-33a9-48ed-95f7-d5e5c296405d .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-4b0f2d36-33a9-48ed-95f7-d5e5c296405d .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;
}

@media (min-width: 0px) {
[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cef96117-2d48-425b-ba46-06b1694805df"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5f201f80-88da-4709-9948-ba6b6b4adde6 {
  display: none;
}
#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  text-align: left;
}


.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  max-width: 100%;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom,
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  max-width: 100%;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom,
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  max-width: 100%;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom,
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  max-width: 100%;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom,
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f {
  max-width: 100%;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom,
.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c645d924-12f7-49bc-9bc1-332685d0079f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a5b9ede2-0df8-442f-bae2-5b02021eb331 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5b9ede2-0df8-442f-bae2-5b02021eb331 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-914e2ac4-5e7b-4b5f-b430-20eedc037326 {
  text-align: center;
}

#s-914e2ac4-5e7b-4b5f-b430-20eedc037326 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-914e2ac4-5e7b-4b5f-b430-20eedc037326 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-914e2ac4-5e7b-4b5f-b430-20eedc037326 .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-bf20052c-1416-408d-af2c-34a6d2e8290b {
  display: none;
}
#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  text-align: left;
}


.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  max-width: 100%;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom,
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  max-width: 100%;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom,
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  max-width: 100%;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom,
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  max-width: 100%;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom,
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 {
  max-width: 100%;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom,
.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9b472f98-312c-442f-bc68-fd7a58333306 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-e2c84ce7-87f4-4971-9206-0995214aca5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2c84ce7-87f4-4971-9206-0995214aca5f .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-a4bc5ca1-95e7-48f7-ba2d-b3952957fd8a {
  text-align: center;
}

#s-a4bc5ca1-95e7-48f7-ba2d-b3952957fd8a .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-a4bc5ca1-95e7-48f7-ba2d-b3952957fd8a .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-a4bc5ca1-95e7-48f7-ba2d-b3952957fd8a .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-85818947-79a7-4ac6-bf79-228ccc98e9fa {
  margin-top: 5%;
margin-bottom: 5%;
text-align: center;
}




  #s-85818947-79a7-4ac6-bf79-228ccc98e9fa img.shogun-image {
    
    width: px;
  }


#s-85818947-79a7-4ac6-bf79-228ccc98e9fa .shogun-image-content {
  
    align-items: center;
  
}

#s-07046953-5d46-4dbd-9a7a-35481581e674 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 32px;
padding-bottom: 15px;
padding-right: 32px;
border-radius: 4px;
background-color: rgba(0, 38, 62, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-07046953-5d46-4dbd-9a7a-35481581e674:hover {background-color: rgba(67, 179, 227, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-07046953-5d46-4dbd-9a7a-35481581e674:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07046953-5d46-4dbd-9a7a-35481581e674-btn-wrapper {
    text-align: center;
  }


#s-07046953-5d46-4dbd-9a7a-35481581e674.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-42255061-a5d0-4db6-8474-4a3f0d81c951"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-83367224-59e1-4c77-8c51-2fcb3e481246 {
  display: none;
}
#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  text-align: left;
}


.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  max-width: 100%;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom,
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  max-width: 100%;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom,
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  max-width: 100%;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom,
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  max-width: 100%;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom,
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 {
  max-width: 100%;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom,
.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9116fae4-9b75-4eb9-933c-7b0346e2c4b8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-f14db9e8-c642-49b3-98f2-ac80470fcec0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f14db9e8-c642-49b3-98f2-ac80470fcec0 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-380035d8-9567-404d-83d1-31744b067bbf {
  text-align: center;
}

#s-380035d8-9567-404d-83d1-31744b067bbf .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-380035d8-9567-404d-83d1-31744b067bbf .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-380035d8-9567-404d-83d1-31744b067bbf .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-9f3dba54-d31f-4e11-89c6-84ae27c622c4 {
  display: none;
}
#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  text-align: left;
}


.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  max-width: 100%;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom,
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  max-width: 100%;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom,
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  max-width: 100%;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom,
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  max-width: 100%;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom,
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 {
  max-width: 100%;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom,
.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-9d899e26-ae90-42de-b8fd-2676f5711483 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9ea4685a-1484-4b11-b28d-e811c6f5279c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ea4685a-1484-4b11-b28d-e811c6f5279c .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-4e4a569d-390f-4c4f-b712-666cbbce1a62 {
  text-align: center;
}

#s-4e4a569d-390f-4c4f-b712-666cbbce1a62 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-4e4a569d-390f-4c4f-b712-666cbbce1a62 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-4e4a569d-390f-4c4f-b712-666cbbce1a62 .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-b2c60271-c624-4042-8b29-bf6855014ad7 {
  display: none;
}
#s-65beb317-280a-4e61-bdfc-0172f130479b {
  text-align: left;
}


.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b {
  max-width: 100%;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom,
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b {
  max-width: 100%;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom,
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b {
  max-width: 100%;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom,
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b {
  max-width: 100%;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom,
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b {
  max-width: 100%;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom,
.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-65beb317-280a-4e61-bdfc-0172f130479b .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b8676b13-9b7b-449a-a196-dbfcc1917689 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8676b13-9b7b-449a-a196-dbfcc1917689 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5d9b20fd-148a-433e-9ee8-b5689356a1a6 {
  text-align: center;
}

#s-5d9b20fd-148a-433e-9ee8-b5689356a1a6 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-5d9b20fd-148a-433e-9ee8-b5689356a1a6 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-5d9b20fd-148a-433e-9ee8-b5689356a1a6 .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;
}

@media (min-width: 0px) {
[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-16168bb9-d085-434b-b1aa-5b1c0261ae84"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ff2d6274-6f8a-4f96-8adf-9ad10eb81b2e {
  display: none;
}
#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  text-align: left;
}


.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  max-width: 100%;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom,
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  max-width: 100%;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom,
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  max-width: 100%;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom,
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  max-width: 100%;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom,
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 {
  max-width: 100%;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom,
.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3df1a5d4-c694-4f4f-9393-fc8b3f6018c9 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-286bc56b-9fab-4ccf-b2bf-f99b1de813ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-286bc56b-9fab-4ccf-b2bf-f99b1de813ec .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-02c19951-fd81-4b04-b8f3-e9fc69a2606b {
  text-align: center;
}

#s-02c19951-fd81-4b04-b8f3-e9fc69a2606b .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-02c19951-fd81-4b04-b8f3-e9fc69a2606b .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-02c19951-fd81-4b04-b8f3-e9fc69a2606b .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-5520e330-066b-469c-b3eb-25dc74ea40e9 {
  display: none;
}
#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  text-align: left;
}


.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  max-width: 100%;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom,
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  max-width: 100%;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom,
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  max-width: 100%;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom,
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  max-width: 100%;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom,
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 {
  max-width: 100%;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom,
.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-135718c9-a11c-46a4-8be6-38dd211f4dd1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4e89af99-9d5a-45ac-be1b-17a5ada49c6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e89af99-9d5a-45ac-be1b-17a5ada49c6d .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-f8516c81-39a3-4198-b2c2-d8d546232200 {
  text-align: center;
}

#s-f8516c81-39a3-4198-b2c2-d8d546232200 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-f8516c81-39a3-4198-b2c2-d8d546232200 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-f8516c81-39a3-4198-b2c2-d8d546232200 .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-b448f75e-d136-4687-bb0b-471893b2016f {
  display: none;
}
#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  text-align: left;
}


.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  max-width: 100%;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom,
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  max-width: 100%;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom,
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  max-width: 100%;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom,
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  max-width: 100%;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom,
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 {
  max-width: 100%;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom,
.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fc2f169d-8562-49eb-bb54-b81c7c197f93 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-3240ea4a-8533-442f-9b17-fa58fc25e95c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3240ea4a-8533-442f-9b17-fa58fc25e95c .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-04c2de65-c9b7-4744-bee9-7737ba4b799b {
  text-align: center;
}

#s-04c2de65-c9b7-4744-bee9-7737ba4b799b .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-04c2de65-c9b7-4744-bee9-7737ba4b799b .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-04c2de65-c9b7-4744-bee9-7737ba4b799b .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;
}

@media (min-width: 0px) {
[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-5d7f2be7-7767-4e39-8bdd-7e9d1e832471"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-adc14d65-229f-4d0c-aafa-f00312588bc2 {
  display: none;
}
#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  text-align: left;
}


.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  max-width: 100%;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom,
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  max-width: 100%;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom,
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  max-width: 100%;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom,
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  max-width: 100%;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom,
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f {
  max-width: 100%;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom,
.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cf14418b-7349-4796-93a4-9dd52c3d911f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-003b6263-7fb5-4b0c-bcf0-a8921c245f9a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-003b6263-7fb5-4b0c-bcf0-a8921c245f9a .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-3f70cf8c-b2c0-4208-8ead-29345f3d9b7f {
  text-align: center;
}

#s-3f70cf8c-b2c0-4208-8ead-29345f3d9b7f .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-3f70cf8c-b2c0-4208-8ead-29345f3d9b7f .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-3f70cf8c-b2c0-4208-8ead-29345f3d9b7f .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-50a1bcbf-8e15-4641-9843-50b48a146538 {
  display: none;
}
#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  text-align: left;
}


.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  max-width: 100%;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom,
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  max-width: 100%;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom,
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  max-width: 100%;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom,
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  max-width: 100%;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom,
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 {
  max-width: 100%;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom,
.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-28c83e7a-f37b-42db-bbb0-ab3a6fb76ed4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-b8a2fb2c-0c30-490c-9034-94079d99339a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8a2fb2c-0c30-490c-9034-94079d99339a .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-c7bbbf89-6019-4b04-9a0c-ed972510a38f {
  text-align: center;
}

#s-c7bbbf89-6019-4b04-9a0c-ed972510a38f .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-c7bbbf89-6019-4b04-9a0c-ed972510a38f .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-c7bbbf89-6019-4b04-9a0c-ed972510a38f .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-9aa11b66-4f6d-4d40-a9aa-73c0701d9c5b {
  display: none;
}
#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  text-align: left;
}


.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  max-width: 100%;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom,
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  max-width: 100%;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom,
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  max-width: 100%;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom,
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  max-width: 100%;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom,
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c {
  max-width: 100%;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom,
.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fe2ea3de-ebf9-429e-ad4a-759d472d7b8c .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-d0b59d1d-47cc-4f8b-a22d-9658d9bd3740 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0b59d1d-47cc-4f8b-a22d-9658d9bd3740 .shg-product-title-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}

#s-8521ac12-f5a1-473e-807e-d3e500b14ac0 {
  text-align: center;
}

#s-8521ac12-f5a1-473e-807e-d3e500b14ac0 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-8521ac12-f5a1-473e-807e-d3e500b14ac0 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-8521ac12-f5a1-473e-807e-d3e500b14ac0 .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-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 {
  display: none;
}
#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7, #wrap-s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 {
  display: none;
}
#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7, #wrap-s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 { display:none !important; }}
#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 .shg-sld-nav-button.shg-sld-left,
#s-afd4f0e4-7d83-48fd-a211-8d190c5c9ae7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

@media (min-width: 0px) {
[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-40f8cefa-bc00-46e3-84de-b285ae805059"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ace828b6-c213-4d90-b832-d556ec35e8ed {
  display: none;
}
#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  text-align: left;
}


.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  max-width: 100%;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom,
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  max-width: 100%;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom,
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  max-width: 100%;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom,
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  max-width: 100%;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom,
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 {
  max-width: 100%;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom,
.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b4014431-b9d5-4991-be34-8044a96c25d5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-98d25ee6-c157-4664-adde-af7d8a6e0a1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98d25ee6-c157-4664-adde-af7d8a6e0a1c .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-80fb0874-0d8c-4e67-a31c-67873c6f13d2 {
  text-align: center;
}

#s-80fb0874-0d8c-4e67-a31c-67873c6f13d2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-80fb0874-0d8c-4e67-a31c-67873c6f13d2 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-80fb0874-0d8c-4e67-a31c-67873c6f13d2 .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-3cec6f77-e164-4455-9672-1568b25d8b5c {
  margin-top: 5%;
text-align: center;
}




  #s-3cec6f77-e164-4455-9672-1568b25d8b5c img.shogun-image {
    
    width: px;
  }


#s-3cec6f77-e164-4455-9672-1568b25d8b5c .shogun-image-content {
  
    align-items: center;
  
}

#s-571ccadf-38f9-4acc-8686-e35e56f1e989 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(67, 179, 227, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 2px;
}
#s-571ccadf-38f9-4acc-8686-e35e56f1e989:hover {background-color: rgba(0, 38, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-571ccadf-38f9-4acc-8686-e35e56f1e989:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-571ccadf-38f9-4acc-8686-e35e56f1e989-btn-wrapper {
    text-align: center;
  }


#s-571ccadf-38f9-4acc-8686-e35e56f1e989.shg-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  inline-block ;
}

@media (min-width: 0px) {
[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-02b254b3-65c2-4c91-9254-7b4fa3be42a3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-11d86cca-73c6-40db-9295-48afa35eb2d8 {
  display: none;
}
#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  text-align: left;
}


.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  max-width: 100%;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom,
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  max-width: 100%;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom,
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  max-width: 100%;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom,
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  max-width: 100%;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom,
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 {
  max-width: 100%;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom,
.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5ec899f5-ab4d-4d30-9fa0-921af2ef4eb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-cafafc74-57d6-4454-833a-d12daf4edd55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cafafc74-57d6-4454-833a-d12daf4edd55 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-e60255a8-471f-44d3-a761-38435b40cc86 {
  text-align: center;
}

#s-e60255a8-471f-44d3-a761-38435b40cc86 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-e60255a8-471f-44d3-a761-38435b40cc86 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-e60255a8-471f-44d3-a761-38435b40cc86 .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-0de2471d-c4cd-44a9-a886-92c2d847c872 {
  display: none;
}
#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  text-align: left;
}


.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  max-width: 100%;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom,
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  max-width: 100%;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom,
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  max-width: 100%;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom,
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  max-width: 100%;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom,
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d {
  max-width: 100%;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom,
.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-a383987f-1e8b-4635-897d-c41a75f4c32d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-1b2aeff2-aa8b-4841-a53c-aa8587f1096e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b2aeff2-aa8b-4841-a53c-aa8587f1096e .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-2117587d-abe4-4a4c-a11d-5d75bd8bd802 {
  text-align: center;
}

#s-2117587d-abe4-4a4c-a11d-5d75bd8bd802 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-2117587d-abe4-4a4c-a11d-5d75bd8bd802 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-2117587d-abe4-4a4c-a11d-5d75bd8bd802 .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;
}

@media (min-width: 0px) {
[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ab27edbb-2016-4c41-8fdc-8ac07516bdeb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6e4b0206-3b3b-46e9-83fa-1bffd1b80953 {
  display: none;
}
#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  text-align: left;
}


.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  max-width: 100%;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom,
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  max-width: 100%;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom,
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  max-width: 100%;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom,
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  max-width: 100%;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom,
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 {
  max-width: 100%;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom,
.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c971d3ad-4d72-4b5a-a065-dccc9f09c765 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-00fc4bce-bca3-482c-8f75-b5d4f0a2181b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00fc4bce-bca3-482c-8f75-b5d4f0a2181b .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-319fd65b-6450-4b56-a576-6eb585ad80bd {
  text-align: center;
}

#s-319fd65b-6450-4b56-a576-6eb585ad80bd .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-319fd65b-6450-4b56-a576-6eb585ad80bd .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-319fd65b-6450-4b56-a576-6eb585ad80bd .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-368cf594-f9d1-47db-8718-0305830241e5 {
  display: none;
}
#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  text-align: left;
}


.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  max-width: 100%;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom,
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  max-width: 100%;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom,
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  max-width: 100%;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom,
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  max-width: 100%;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom,
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 {
  max-width: 100%;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom,
.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-66636a98-cbae-4c55-9eb3-fc5ce10703b4 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-53d30b86-c86b-4885-b3e4-9386fdba04b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53d30b86-c86b-4885-b3e4-9386fdba04b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-92f1b4d6-9ca5-4076-9f1a-8635a24d113d {
  text-align: center;
}

#s-92f1b4d6-9ca5-4076-9f1a-8635a24d113d .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-92f1b4d6-9ca5-4076-9f1a-8635a24d113d .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-92f1b4d6-9ca5-4076-9f1a-8635a24d113d .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;
}

@media (min-width: 0px) {
[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace8808d-0a32-4988-984a-e8781d24053b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1cfd5e14-d26c-45d2-a6ce-27051a1548ee {
  display: none;
}
#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  text-align: left;
}


.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  max-width: 100%;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom,
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  max-width: 100%;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom,
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  max-width: 100%;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom,
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  max-width: 100%;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom,
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 {
  max-width: 100%;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom,
.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5fda6072-2a85-4fd9-9b68-b56322cf2bb8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a76bc9ca-afce-41f3-b7dc-6beb9d2b1bf2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a76bc9ca-afce-41f3-b7dc-6beb9d2b1bf2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-6cd9e76e-a0fe-4906-b4d1-46bc8c4946ac {
  text-align: center;
}

#s-6cd9e76e-a0fe-4906-b4d1-46bc8c4946ac .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-6cd9e76e-a0fe-4906-b4d1-46bc8c4946ac .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-6cd9e76e-a0fe-4906-b4d1-46bc8c4946ac .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-81c39af7-8914-42ca-b06b-27087363903f {
  display: none;
}
#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  text-align: left;
}


.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  max-width: 100%;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom,
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  max-width: 100%;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom,
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  max-width: 100%;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom,
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  max-width: 100%;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom,
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 {
  max-width: 100%;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom,
.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-b3925747-fd77-4e06-98da-87ff23d36223 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-57690090-b5fd-4589-aef4-037fe4d4c8f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57690090-b5fd-4589-aef4-037fe4d4c8f7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: ;
}

#s-333589e6-da66-4a90-bf15-57bcd3b8c020 {
  text-align: center;
}

#s-333589e6-da66-4a90-bf15-57bcd3b8c020 .shg-product-sold-out {
  display: none;
  color: rgba(0, 38, 62, 1);
  font-size: 13px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-333589e6-da66-4a90-bf15-57bcd3b8c020 .shg-product-price {
  color: rgba(0, 38, 62, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 13px;
}

#s-333589e6-da66-4a90-bf15-57bcd3b8c020 .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;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: block;
}